@vcita/design-system 1.10.4 → 1.10.5

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.
@@ -23097,6 +23097,13 @@ var script$7 = {
23097
23097
  type: String,
23098
23098
  required: true
23099
23099
  },
23100
+ backButtonLabel: {
23101
+ type: String
23102
+ },
23103
+ showBackButton: {
23104
+ type: Boolean,
23105
+ default: false
23106
+ },
23100
23107
  helpMenuItems: {
23101
23108
  type: Array,
23102
23109
  default: () => [],
@@ -23174,7 +23181,24 @@ var __vue_render__$6 = function () {
23174
23181
  attrs: {
23175
23182
  "justify-end": ""
23176
23183
  }
23177
- }, [_c('VcLayout', {
23184
+ }, [_vm.showBackButton ? _c('VcLayout', {
23185
+ staticClass: "backButtonSection",
23186
+ attrs: {
23187
+ "data-qa": _vm.dataQa + "-backButton"
23188
+ },
23189
+ on: {
23190
+ "click": function ($event) {
23191
+ return _vm.$emit('onBackButtonClicked');
23192
+ }
23193
+ }
23194
+ }, [_c('VcIcon', {
23195
+ attrs: {
23196
+ "color": "var(--gray-darken-3)",
23197
+ "size": "12"
23198
+ }
23199
+ }, [_vm._v(_vm._s(_vm.$vuetify.rtl ? '$chevron_right' : '$chevron_left'))]), _vm._v(" "), _c('div', {
23200
+ staticClass: "backButtonLabel"
23201
+ }, [_vm._v(" " + _vm._s(_vm.backButtonLabel) + " ")])], 1) : _vm._e(), _vm._v(" "), _c('VcLayout', {
23178
23202
  staticClass: "topBarSection searchSection"
23179
23203
  }, [_c('VcSearchLayout', _vm._g(_vm._b({
23180
23204
  attrs: {
@@ -23371,8 +23395,8 @@ var __vue_staticRenderFns__$6 = [];
23371
23395
 
23372
23396
  const __vue_inject_styles__$7 = function (inject) {
23373
23397
  if (!inject) return;
23374
- inject("data-v-42582096_0", {
23375
- source: ".VcWideTopMenuBar[data-v-42582096]{width:100%;height:52px;box-shadow:var(--shadow-1);padding-top:var(--size-value2);padding-bottom:var(--size-value2);padding-inline-start:var(--size-value1)}.VcWideTopMenuBar .specialButtonHeight[data-v-42582096]{height:var(--size-value8)}.topBarSection[data-v-42582096]{align-items:center}.leftSection[data-v-42582096]{flex-basis:66%}.searchSection[data-v-42582096]{flex-basis:50%;flex-grow:0}.rightSection[data-v-42582096]{gap:var(--size-value2);flex-basis:33%}[data-v-42582096] .v-badge__badge{font-weight:var(--font-weight-medium2)}.helpButton[data-v-42582096]{font-weight:var(--font-weight-medium2);padding:0 var(--size-value1)!important}.helpButton--label[data-v-42582096]{padding-inline-start:var(--size-value2)}.helpMenuItem[data-v-42582096]{font-size:13px;font-weight:var(--font-weight-medium)}.accountMenuButton[data-v-42582096]{padding:0 var(--size-value1)!important}.upgradeButton[data-v-42582096]{padding:0 var(--size-value1)!important}.accountName[data-v-42582096]{font-size:12px;font-weight:var(--font-weight-medium2);line-height:var(--size-value6);padding-inline-start:var(--size-value2)}",
23398
+ inject("data-v-4140d23a_0", {
23399
+ source: ".VcWideTopMenuBar[data-v-4140d23a]{width:100%;height:52px;box-shadow:var(--shadow-1);padding-top:var(--size-value2);padding-bottom:var(--size-value2);padding-inline-start:var(--size-value1)}.VcWideTopMenuBar .specialButtonHeight[data-v-4140d23a]{height:var(--size-value8)}.topBarSection[data-v-4140d23a]{align-items:center}.leftSection[data-v-4140d23a]{flex-basis:66%}.searchSection[data-v-4140d23a]{flex-basis:50%;flex-grow:0}.rightSection[data-v-4140d23a]{gap:var(--size-value2);flex-basis:33%}[data-v-4140d23a] .v-badge__badge{font-weight:var(--font-weight-medium2)}.helpButton[data-v-4140d23a]{font-weight:var(--font-weight-medium2);padding:0 var(--size-value1)!important}.helpButton--label[data-v-4140d23a]{padding-inline-start:var(--size-value2)}.helpMenuItem[data-v-4140d23a]{font-size:13px;font-weight:var(--font-weight-medium)}.accountMenuButton[data-v-4140d23a]{padding:0 var(--size-value1)!important}.upgradeButton[data-v-4140d23a]{padding:0 var(--size-value1)!important}.accountName[data-v-4140d23a]{font-size:12px;font-weight:var(--font-weight-medium2);line-height:var(--size-value6);padding-inline-start:var(--size-value2)}.backButtonSection[data-v-4140d23a]{margin-inline-start:var(--size-value3);align-items:center}.backButtonSection[data-v-4140d23a] :hover{cursor:pointer;text-decoration:underline}.backButtonLabel[data-v-4140d23a]{font-size:13px;font-weight:var(--font-weight-medium2);margin-inline-start:var(--size-value1);color:var(--gray-darken-4);line-height:var(--size-value6)}",
23376
23400
  map: undefined,
23377
23401
  media: undefined
23378
23402
  });
@@ -23380,7 +23404,7 @@ const __vue_inject_styles__$7 = function (inject) {
23380
23404
  /* scoped */
23381
23405
 
23382
23406
 
23383
- const __vue_scope_id__$7 = "data-v-42582096";
23407
+ const __vue_scope_id__$7 = "data-v-4140d23a";
23384
23408
  /* module identifier */
23385
23409
 
23386
23410
  const __vue_module_identifier__$7 = undefined;