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