@vcita/design-system 1.11.27 → 1.11.28
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 +12 -8
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +13 -10
- package/package.json +1 -1
- package/src/components/VcAccountMenu/VcAccountMenu.spec.js +28 -0
- package/src/components/VcAccountMenu/VcAccountMenu.vue +4 -1
- package/src/components/VcMenu/VcDropdown.vue +1 -1
|
@@ -18751,7 +18751,7 @@ var __vue_render__$C = function () {
|
|
|
18751
18751
|
attrs: {
|
|
18752
18752
|
"offset-y": true,
|
|
18753
18753
|
"close-on-content-click": _vm.closeOnContentClick,
|
|
18754
|
-
"data-qa": _vm.dataQa
|
|
18754
|
+
"data-qa": _vm.dataQa + "-VcMenu"
|
|
18755
18755
|
},
|
|
18756
18756
|
scopedSlots: _vm._u([{
|
|
18757
18757
|
key: "activator",
|
|
@@ -18814,8 +18814,8 @@ var __vue_staticRenderFns__$C = [];
|
|
|
18814
18814
|
|
|
18815
18815
|
const __vue_inject_styles__$F = function (inject) {
|
|
18816
18816
|
if (!inject) return;
|
|
18817
|
-
inject("data-v-
|
|
18818
|
-
source: ".VcDropdown-wrapper[data-v-
|
|
18817
|
+
inject("data-v-730e26e5_0", {
|
|
18818
|
+
source: ".VcDropdown-wrapper[data-v-730e26e5]{background-color:#fff}.content-area[data-v-730e26e5]{overflow-y:auto;overflow-x:hidden;min-width:220px}.add-another-label[data-v-730e26e5]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.add-another-icon[data-v-730e26e5]{margin-inline-end:var(--size-value3);cursor:pointer}",
|
|
18819
18819
|
map: undefined,
|
|
18820
18820
|
media: undefined
|
|
18821
18821
|
});
|
|
@@ -18823,7 +18823,7 @@ const __vue_inject_styles__$F = function (inject) {
|
|
|
18823
18823
|
/* scoped */
|
|
18824
18824
|
|
|
18825
18825
|
|
|
18826
|
-
const __vue_scope_id__$F = "data-v-
|
|
18826
|
+
const __vue_scope_id__$F = "data-v-730e26e5";
|
|
18827
18827
|
/* module identifier */
|
|
18828
18828
|
|
|
18829
18829
|
const __vue_module_identifier__$F = undefined;
|
|
@@ -22952,6 +22952,10 @@ var script$f = {
|
|
|
22952
22952
|
computed: {
|
|
22953
22953
|
computedLogoutLabel() {
|
|
22954
22954
|
return this.logoutLabel || this.$dst('ds.account.logout');
|
|
22955
|
+
},
|
|
22956
|
+
|
|
22957
|
+
maxHeight() {
|
|
22958
|
+
return this.$vuetify.breakpoint.mdAndUp ? 500 : 368;
|
|
22955
22959
|
}
|
|
22956
22960
|
|
|
22957
22961
|
}
|
|
@@ -22972,7 +22976,7 @@ var __vue_render__$e = function () {
|
|
|
22972
22976
|
attrs: {
|
|
22973
22977
|
"dataQa": _vm.dataQa,
|
|
22974
22978
|
"value": _vm.value,
|
|
22975
|
-
"max-height":
|
|
22979
|
+
"max-height": _vm.maxHeight
|
|
22976
22980
|
},
|
|
22977
22981
|
on: {
|
|
22978
22982
|
"input": function (data) {
|
|
@@ -23048,8 +23052,8 @@ var __vue_staticRenderFns__$e = [];
|
|
|
23048
23052
|
|
|
23049
23053
|
const __vue_inject_styles__$f = function (inject) {
|
|
23050
23054
|
if (!inject) return;
|
|
23051
|
-
inject("data-v-
|
|
23052
|
-
source: ".account-container[data-v-
|
|
23055
|
+
inject("data-v-5374d29b_0", {
|
|
23056
|
+
source: ".account-container[data-v-5374d29b]{min-width:264px;padding:var(--size-value5) var(--size-value3);overflow:hidden}.account-name[data-v-5374d29b]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);line-height:var(--size-value5);max-width:264px;text-align:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.account-email[data-v-5374d29b]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium)}.account-items[data-v-5374d29b]{padding:var(--size-value2) 0}.account-item[data-v-5374d29b]{width:100%}.account-item[data-v-5374d29b]:hover{cursor:pointer}.logout-item[data-v-5374d29b]{min-height:50px}",
|
|
23053
23057
|
map: undefined,
|
|
23054
23058
|
media: undefined
|
|
23055
23059
|
});
|
|
@@ -23057,7 +23061,7 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
23057
23061
|
/* scoped */
|
|
23058
23062
|
|
|
23059
23063
|
|
|
23060
|
-
const __vue_scope_id__$f = "data-v-
|
|
23064
|
+
const __vue_scope_id__$f = "data-v-5374d29b";
|
|
23061
23065
|
/* module identifier */
|
|
23062
23066
|
|
|
23063
23067
|
const __vue_module_identifier__$f = undefined;
|