Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

feat: update add grid icon #524

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion domains/grid/components/GridFloatingMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ onUnmounted(() => {
:show-delay="1000"
@click="handleAddGrid"
>
<lukso-icon name="menu-1" color="purple-41"></lukso-icon>
<lukso-icon name="add-grid" color="purple-41"></lukso-icon>
</lukso-tooltip>

<!-- Reset -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`GridFloatingMenu > should render when edit mode is enabled 1`] = `
<lukso-icon name="plus" color="purple-41"></lukso-icon>
</lukso-tooltip><!-- Add grid -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add grid" placement="left" offset="15" show-delay="1000">
<lukso-icon name="menu-1" color="purple-41"></lukso-icon>
<lukso-icon name="add-grid" color="purple-41"></lukso-icon>
</lukso-tooltip><!-- Reset -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97" text="" placement="left" offset="15" show-delay="1000">
<lukso-icon name="reload" color="neutral-85" class="-rotate-90 transition"></lukso-icon>
Expand All @@ -34,7 +34,7 @@ exports[`GridFloatingMenu > should render when has unsaved changes 1`] = `
<lukso-icon name="plus" color="purple-41"></lukso-icon>
</lukso-tooltip><!-- Add grid -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add grid" placement="left" offset="15" show-delay="1000">
<lukso-icon name="menu-1" color="purple-41"></lukso-icon>
<lukso-icon name="add-grid" color="purple-41"></lukso-icon>
</lukso-tooltip><!-- Reset -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 cursor-pointer bg-[#ffe0e0] hover:scale-105 hover:bg-[#ffd1d1]" text="Reset changes" placement="left" offset="15" show-delay="1000">
<lukso-icon name="reload" color="red-65" class="-rotate-90 transition"></lukso-icon>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@formatjs/intl": "^2.9.9",
"@google/model-viewer": "^3.4.0",
"@lukso/lsp-smart-contracts": "0.15.0-rc.5",
"@lukso/web-components": "1.95.0",
"@lukso/web-components": "1.96.0",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/algolia": "^1.10.2",
"@nuxtjs/device": "^3.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4723,17 +4723,17 @@ __metadata:
languageName: node
linkType: hard

"@lukso/web-components@npm:1.95.0":
version: 1.95.0
resolution: "@lukso/web-components@npm:1.95.0"
"@lukso/web-components@npm:1.96.0":
version: 1.96.0
resolution: "@lukso/web-components@npm:1.96.0"
dependencies:
clsx: "npm:^2.0.0"
ethereum-blockies-base64: "npm:^1.0.2"
tailwind-merge: "npm:^2.0.0"
tailwind-variants: "npm:^0.2.1"
tippy.js: "npm:^6.3.7"
web3-utils: "npm:^4.3.1"
checksum: 0fae4a06c824cd96124d77c2145dbc9fe07e2bb8f506d66b99024ee2a0ece0b272d7a1bfeb71086cae5ea044286ab067a32ce7a847296edd3b08511aa9160626
checksum: ac37a9199ed1f8c36ead1bb1c2dec50985c4184dce162149bc021ff8fa26ed4a0c9bf95855378255685e4bfc44dadd073c7b0ee4c98fa18a38522bbe5a4b4825
languageName: node
linkType: hard

Expand Down Expand Up @@ -24238,7 +24238,7 @@ __metadata:
"@formatjs/intl": "npm:^2.9.9"
"@google/model-viewer": "npm:^3.4.0"
"@lukso/lsp-smart-contracts": "npm:0.15.0-rc.5"
"@lukso/web-components": "npm:1.95.0"
"@lukso/web-components": "npm:1.96.0"
"@nuxt/test-utils": "npm:^3.13.1"
"@nuxtjs/algolia": "npm:^1.10.2"
"@nuxtjs/device": "npm:^3.1.1"
Expand Down
Loading