@vcita/design-system 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@vcita/design-system.esm.js +4 -3
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +5 -4
- package/package.json +1 -1
- package/src/components/composability/DynamicSlots.stories.js +91 -0
- package/src/components/composability/DynamicSlots.vue +30 -0
- package/src/components/composability/ListSlots.stories.js +54 -0
- package/src/components/composability/ListSlots.vue +31 -0
- package/src/components/composability/NamedSlots.stories.js +75 -0
- package/src/components/composability/NamedSlots.vue +23 -0
- package/src/components/composability/Prop.stories.js +43 -0
- package/src/components/composability/Prop.vue +19 -0
- package/src/components/composability/SimpleSlot.stories.js +75 -0
- package/src/components/composability/SimpleSlot.vue +24 -0
- package/src/components/composability/SlotWithData.stories.js +42 -0
- package/src/components/composability/SlotWithData.vue +24 -0
- package/src/components/listPage/VcListItem/VcListItem.spec.js +1 -1
- package/src/components/listPage/VcListItem/VcListItem.stories.js +1 -1
- package/src/components/modal/elements/VcModalFooter.stories.js +2 -2
- package/src/components/modal/elements/VcModalFooter.vue +1 -0
|
@@ -739,6 +739,7 @@ var __vue_render__$V = function () {
|
|
|
739
739
|
"color": button.color,
|
|
740
740
|
"label": button.label,
|
|
741
741
|
"loading": button.loading || false,
|
|
742
|
+
"disabled": button.disabled,
|
|
742
743
|
"large": !_vm.$vuetify.breakpoint.mdAndUp,
|
|
743
744
|
"data-qa": _vm.dataQa + "-" + button.label
|
|
744
745
|
},
|
|
@@ -756,8 +757,8 @@ var __vue_staticRenderFns__$V = [];
|
|
|
756
757
|
|
|
757
758
|
const __vue_inject_styles__$W = function (inject) {
|
|
758
759
|
if (!inject) return;
|
|
759
|
-
inject("data-v-
|
|
760
|
-
source: ".VcModalFooter.vertical .VcFooterButton[data-v-
|
|
760
|
+
inject("data-v-2818e350_0", {
|
|
761
|
+
source: ".VcModalFooter.vertical .VcFooterButton[data-v-2818e350]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-2818e350]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-2818e350]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-2818e350]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
|
|
761
762
|
map: undefined,
|
|
762
763
|
media: undefined
|
|
763
764
|
});
|
|
@@ -765,7 +766,7 @@ const __vue_inject_styles__$W = function (inject) {
|
|
|
765
766
|
/* scoped */
|
|
766
767
|
|
|
767
768
|
|
|
768
|
-
const __vue_scope_id__$W = "data-v-
|
|
769
|
+
const __vue_scope_id__$W = "data-v-2818e350";
|
|
769
770
|
/* module identifier */
|
|
770
771
|
|
|
771
772
|
const __vue_module_identifier__$W = undefined;
|