Skip to content

Commit

Permalink
chore(#807): replace svg file for view by tile_layout
Browse files Browse the repository at this point in the history
  • Loading branch information
RueRivoli committed Aug 16, 2023
1 parent 2d5c6e1 commit d14f7cc
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/kotti-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@3yourmind/vue-use-tippy": "1.x",
"@3yourmind/yoco": "^2.4.6",
"@3yourmind/yoco": "^2.4.7",
"big.js": "^6.1.1",
"deep-eql": "^4.0.0",
"deepmerge": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/kotti-ui/source/kotti-card/KtCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default defineComponent({
padding-bottom: 0;
}
&--is-clickable {
border: 1px solid var(--ui-01);
border: 1px solid var(--ui-background);
&:hover {
cursor: pointer;
border: 1px solid var(--interactive-01-hover);
Expand Down
2 changes: 1 addition & 1 deletion packages/yoco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"build": "tsc && node --unhandled-rejections=strict dist/generate"
},
"style": "style.css",
"version": "2.4.6"
"version": "2.4.7"
}
1 change: 0 additions & 1 deletion packages/yoco/source/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export enum Icon {
TECH = 'tech',
THUMB_DOWN = 'thumb_down',
THUMB_UP = 'thumb_up',
TILE_LAYOUT = 'tile_layout',
TRASH = 'trash',
TRIANGLE_DOWN = 'triangle_down',
TRIANGLE_LEFT = 'triangle_left',
Expand Down
12 changes: 0 additions & 12 deletions packages/yoco/svg/tile_layout.svg

This file was deleted.

13 changes: 11 additions & 2 deletions packages/yoco/svg/view.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d14f7cc

Please sign in to comment.