Loading package.json +1 −1 Original line number Diff line number Diff line { "name": "@d.malygin/UI_storybook", "version": "1.0.8", "version": "1.0.9", "type": "module", "scripts": { "dev": "vite", Loading src/components/Button/Button.vue +32 −30 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ const buttonPadding = computed(() => { </script> <template> <div> <button :class="[ 'button', Loading Loading @@ -84,6 +85,7 @@ const buttonPadding = computed(() => { <slot /> </span> </button> </div> </template> <style scoped> Loading src/components/Checkbox/Checkbox.vue +1 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,7 @@ const borderRadius = computed(() => `${elSize.value / 7 - borderWidth.value}px`) gap: v-bind(gap); box-sizing: content-box; width: max-content; height: max-content; } .main { position: relative; Loading src/components/TreeList/TreeItems.vue +1 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ const emit = defineEmits(['toggleIsOpen', 'onClick']); padding: 4px 5px; background-color: v-bind(themeColor); word-break: break-word; transition: filter 0.3s ease; } .openButton { margin-right: 10px; Loading Loading
package.json +1 −1 Original line number Diff line number Diff line { "name": "@d.malygin/UI_storybook", "version": "1.0.8", "version": "1.0.9", "type": "module", "scripts": { "dev": "vite", Loading
src/components/Button/Button.vue +32 −30 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ const buttonPadding = computed(() => { </script> <template> <div> <button :class="[ 'button', Loading Loading @@ -84,6 +85,7 @@ const buttonPadding = computed(() => { <slot /> </span> </button> </div> </template> <style scoped> Loading
src/components/Checkbox/Checkbox.vue +1 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,7 @@ const borderRadius = computed(() => `${elSize.value / 7 - borderWidth.value}px`) gap: v-bind(gap); box-sizing: content-box; width: max-content; height: max-content; } .main { position: relative; Loading
src/components/TreeList/TreeItems.vue +1 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ const emit = defineEmits(['toggleIsOpen', 'onClick']); padding: 4px 5px; background-color: v-bind(themeColor); word-break: break-word; transition: filter 0.3s ease; } .openButton { margin-right: 10px; Loading