@vcita/design-system 1.5.22 → 1.5.23
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 +25 -19
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +27 -21
- package/package.json +1 -1
- package/src/components/VcBottomNav/VcBottomNav.vue +1 -0
- package/src/components/VcOverlay/VcOverlay.spec.js +60 -0
- package/src/components/VcOverlay/VcOverlay.stories.js +37 -0
- package/src/components/VcOverlay/VcOverlay.vue +14 -0
- package/src/components/VcTopMenuBar/VcTopMenuBar.stories.js +1 -0
- package/src/components/VcTopMenuBar/VcTopMenuBar.vue +13 -8
- package/src/components/page/layouts/innerScrollPage/InnerScrollPageLayout.stories.js +165 -0
- package/CHANGELOG.md +0 -545
|
@@ -19844,8 +19844,8 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
19844
19844
|
|
|
19845
19845
|
const __vue_inject_styles__$4 = function (inject) {
|
|
19846
19846
|
if (!inject) return;
|
|
19847
|
-
inject("data-v-
|
|
19848
|
-
source: ".VcBottomNav[data-v-
|
|
19847
|
+
inject("data-v-2702c781_0", {
|
|
19848
|
+
source: ".VcBottomNav[data-v-2702c781]{box-shadow:var(--bottom-nav-shadow)}.VcBottomNav--tab[data-v-2702c781]{text-transform:initial;padding:0;min-width:0;flex-grow:1;flex-basis:20%}@media screen and (min-width:960px){.VcBottomNav--tab[data-v-2702c781]{max-width:96px}}.VcBottomNav--item[data-v-2702c781]{margin:0 var(--size-value2);margin-top:1px}.VcBottomNav--skeleton[data-v-2702c781]{margin-top:var(--size-value1)}@media screen and (min-width:960px){.VcBottomNav--skeleton[data-v-2702c781]{margin-inline-start:var(--size-value2)}}.VcBottomNav--active[data-v-2702c781]{color:var(--v-secondary-base)}.VcBottomNav--label[data-v-2702c781]{font-size:var(--font-size-xs-small);font-weight:var(--font-weight-medium2);line-height:var(--size-value3);letter-spacing:.33px}@media screen and (min-width:960px){.VcBottomNav--label[data-v-2702c781]{margin-inline-start:var(--size-value2)}}[data-v-2702c781] .v-skeleton-loader__list-item{height:unset}[data-v-2702c781] .v-tabs-slider-wrapper{bottom:unset}[data-v-2702c781] .v-slide-group__next,[data-v-2702c781] .v-slide-group__prev{display:none!important}[data-v-2702c781] .v-tab:focus::before{opacity:0!important}[data-v-2702c781] .VcBottomNav--tab--active{pointer-events:none;color:var(--v-secondary-base)}",
|
|
19849
19849
|
map: undefined,
|
|
19850
19850
|
media: undefined
|
|
19851
19851
|
});
|
|
@@ -19853,7 +19853,7 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
19853
19853
|
/* scoped */
|
|
19854
19854
|
|
|
19855
19855
|
|
|
19856
|
-
const __vue_scope_id__$4 = "data-v-
|
|
19856
|
+
const __vue_scope_id__$4 = "data-v-2702c781";
|
|
19857
19857
|
/* module identifier */
|
|
19858
19858
|
|
|
19859
19859
|
const __vue_module_identifier__$4 = undefined;
|
|
@@ -19967,6 +19967,10 @@ var script$3 = {
|
|
|
19967
19967
|
textActionableButton: {
|
|
19968
19968
|
type: Object,
|
|
19969
19969
|
required: false
|
|
19970
|
+
},
|
|
19971
|
+
textColor: {
|
|
19972
|
+
type: String,
|
|
19973
|
+
default: 'white'
|
|
19970
19974
|
}
|
|
19971
19975
|
},
|
|
19972
19976
|
data: () => ({
|
|
@@ -20013,7 +20017,9 @@ var __vue_render__$3 = function () {
|
|
|
20013
20017
|
"align-center": "",
|
|
20014
20018
|
"data-qa": _vm.dataQa
|
|
20015
20019
|
}
|
|
20016
|
-
}, [_c(
|
|
20020
|
+
}, [_c("style", {
|
|
20021
|
+
tag: "component"
|
|
20022
|
+
}, [_vm._v(".title-wrapper{--topbar-color: " + _vm._s(_vm.textColor) + "}")]), _vm._v(" "), _c('VcLayout', {
|
|
20017
20023
|
staticClass: "shrinked-wrapper",
|
|
20018
20024
|
attrs: {
|
|
20019
20025
|
"column": ""
|
|
@@ -20035,12 +20041,12 @@ var __vue_render__$3 = function () {
|
|
|
20035
20041
|
return [_c('VcIcon', {
|
|
20036
20042
|
attrs: {
|
|
20037
20043
|
"size": "var(--font-size-small)",
|
|
20038
|
-
"color":
|
|
20044
|
+
"color": _vm.textColor
|
|
20039
20045
|
}
|
|
20040
20046
|
}, [_vm._v(_vm._s(_vm.$vuetify.rtl ? '$chevron_right' : '$chevron_left'))])];
|
|
20041
20047
|
},
|
|
20042
20048
|
proxy: true
|
|
20043
|
-
}], null, false,
|
|
20049
|
+
}], null, false, 1962283156)
|
|
20044
20050
|
}) : _vm._e()], 1), _vm._v(" "), _vm.isTitleAvatar && _vm.avatar ? _c('VcLayout', {
|
|
20045
20051
|
staticClass: "shrinked-wrapper avatar-wrapper",
|
|
20046
20052
|
attrs: {
|
|
@@ -20130,12 +20136,12 @@ var __vue_render__$3 = function () {
|
|
|
20130
20136
|
return [_c('VcIcon', {
|
|
20131
20137
|
attrs: {
|
|
20132
20138
|
"size": "var(--font-size-small)",
|
|
20133
|
-
"color":
|
|
20139
|
+
"color": _vm.textColor
|
|
20134
20140
|
}
|
|
20135
20141
|
}, [_vm._v(_vm._s(_vm.textActionableButton.icon))])];
|
|
20136
20142
|
},
|
|
20137
20143
|
proxy: true
|
|
20138
|
-
}], null, false,
|
|
20144
|
+
}], null, false, 2890635540)
|
|
20139
20145
|
})], 1)]) : _vm._e(), _vm._v(" "), _vm.secondButton ? _c('VcLayout', {
|
|
20140
20146
|
staticClass: "button-wrapper",
|
|
20141
20147
|
attrs: {
|
|
@@ -20164,17 +20170,17 @@ var __vue_render__$3 = function () {
|
|
|
20164
20170
|
}, [_c('VcIcon', {
|
|
20165
20171
|
attrs: {
|
|
20166
20172
|
"size": "var(--font-size-medium0)",
|
|
20167
|
-
"color":
|
|
20173
|
+
"color": _vm.textColor
|
|
20168
20174
|
}
|
|
20169
20175
|
}, [_vm._v(_vm._s(_vm.secondButton.icon))])], 1) : _c('VcIcon', {
|
|
20170
20176
|
attrs: {
|
|
20171
20177
|
"size": "var(--font-size-medium0)",
|
|
20172
|
-
"color":
|
|
20178
|
+
"color": _vm.textColor
|
|
20173
20179
|
}
|
|
20174
20180
|
}, [_vm._v(_vm._s(_vm.secondButton.icon))])];
|
|
20175
20181
|
},
|
|
20176
20182
|
proxy: true
|
|
20177
|
-
}], null, false,
|
|
20183
|
+
}], null, false, 4147880227)
|
|
20178
20184
|
})], 1) : _vm._e(), _vm._v(" "), _vm.firstButton ? _c('VcLayout', {
|
|
20179
20185
|
staticClass: "button-wrapper",
|
|
20180
20186
|
attrs: {
|
|
@@ -20203,17 +20209,17 @@ var __vue_render__$3 = function () {
|
|
|
20203
20209
|
}, [_c('VcIcon', {
|
|
20204
20210
|
attrs: {
|
|
20205
20211
|
"size": "var(--font-size-medium0)",
|
|
20206
|
-
"color":
|
|
20212
|
+
"color": _vm.textColor
|
|
20207
20213
|
}
|
|
20208
20214
|
}, [_vm._v(_vm._s(_vm.firstButton.icon))])], 1) : _c('VcIcon', {
|
|
20209
20215
|
attrs: {
|
|
20210
20216
|
"size": "var(--font-size-medium0)",
|
|
20211
|
-
"color":
|
|
20217
|
+
"color": _vm.textColor
|
|
20212
20218
|
}
|
|
20213
20219
|
}, [_vm._v(_vm._s(_vm.firstButton.icon))])];
|
|
20214
20220
|
},
|
|
20215
20221
|
proxy: true
|
|
20216
|
-
}], null, false,
|
|
20222
|
+
}], null, false, 3927327235)
|
|
20217
20223
|
})], 1) : _vm._e(), _vm._v(" "), _vm.bottomSheetActions.length ? _c('VcLayout', {
|
|
20218
20224
|
staticClass: "button-wrapper",
|
|
20219
20225
|
attrs: {
|
|
@@ -20241,7 +20247,7 @@ var __vue_render__$3 = function () {
|
|
|
20241
20247
|
ref: "threeDotsActivator",
|
|
20242
20248
|
attrs: {
|
|
20243
20249
|
"size": "var(--font-size-medium0)",
|
|
20244
|
-
"color":
|
|
20250
|
+
"color": _vm.textColor,
|
|
20245
20251
|
"data-qa": _vm.dataQa + "-threeDots"
|
|
20246
20252
|
}
|
|
20247
20253
|
}, 'VcIcon', attrs, false), on), [_vm._v("$three_dots")])];
|
|
@@ -20250,7 +20256,7 @@ var __vue_render__$3 = function () {
|
|
|
20250
20256
|
}], null, true)
|
|
20251
20257
|
}, on))];
|
|
20252
20258
|
}
|
|
20253
|
-
}], null, false,
|
|
20259
|
+
}], null, false, 1120733760),
|
|
20254
20260
|
model: {
|
|
20255
20261
|
value: _vm.isMenuOpen,
|
|
20256
20262
|
callback: function ($$v) {
|
|
@@ -20287,8 +20293,8 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
20287
20293
|
|
|
20288
20294
|
const __vue_inject_styles__$3 = function (inject) {
|
|
20289
20295
|
if (!inject) return;
|
|
20290
|
-
inject("data-v-
|
|
20291
|
-
source: ".topmenu-container[data-v-
|
|
20296
|
+
inject("data-v-c16f5104_0", {
|
|
20297
|
+
source: ".topmenu-container[data-v-c16f5104]{padding:var(--size-value2) var(--size-value3);background-color:var(--v-primary-base);height:var(--vc-top-bar-height)}.avatar-wrapper[data-v-c16f5104]{padding:var(--size-value1)}.title-wrapper[data-v-c16f5104]{padding-left:var(--size-value2);text-align:start;color:var(--topbar-color,#fff)}.shrinked-wrapper[data-v-c16f5104]{flex-grow:0;flex-shrink:0}.button-wrapper[data-v-c16f5104]{padding-left:var(--size-value2);flex-grow:0;flex-shrink:0;text-align:start}.topmenu-subtitle[data-v-c16f5104]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium2);line-height:var(--size-value3);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.topmenu-title[data-v-c16f5104]{font-weight:var(--font-weight-xl);line-height:var(--size-value7);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.title-with-subtitle[data-v-c16f5104]{font-size:var(--font-size-medium0)}.title-only[data-v-c16f5104]{font-size:var(--font-size-medium1)}[data-v-c16f5104] .top-bar-image-logo.VcImage{height:var(--size-value8)}.menu-item-text[data-v-c16f5104]{vertical-align:bottom;padding-left:var(--size-value1);font-size:var(--font-size-x-small);font-weight:var(--font-weight-large)}.menu-list[data-v-c16f5104]{text-align:start}",
|
|
20292
20298
|
map: undefined,
|
|
20293
20299
|
media: undefined
|
|
20294
20300
|
});
|
|
@@ -20296,7 +20302,7 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
20296
20302
|
/* scoped */
|
|
20297
20303
|
|
|
20298
20304
|
|
|
20299
|
-
const __vue_scope_id__$3 = "data-v-
|
|
20305
|
+
const __vue_scope_id__$3 = "data-v-c16f5104";
|
|
20300
20306
|
/* module identifier */
|
|
20301
20307
|
|
|
20302
20308
|
const __vue_module_identifier__$3 = undefined;
|