@vcita/design-system 1.6.0 → 1.6.1
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/CHANGELOG.md +3 -0
- package/dist/@vcita/design-system.esm.js +9 -8
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +10 -9
- package/package.json +1 -1
- package/src/components/VcPoweredBy/VcPoweredBy.spec.js +4 -4
- package/src/components/VcPoweredBy/VcPoweredBy.stories.js +8 -8
- package/src/components/VcPoweredBy/VcPoweredBy.vue +9 -10
- package/src/stories/assets/vc_logo.svg +6 -0
- package/src/stories/assets/vcita_logo_black.svg +0 -34
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
### Unreleased changes
|
|
9
9
|
|
|
10
|
+
### v1.6.1(2023-07-06)
|
|
11
|
+
- VcPoweredBy- Change logo location and asset
|
|
12
|
+
|
|
10
13
|
### v1.6.0(2023-07-04)
|
|
11
14
|
- VcClientItem - add component
|
|
12
15
|
- VcDetailItem - add component
|
|
@@ -20644,20 +20644,21 @@ var __vue_render__$7 = function () {
|
|
|
20644
20644
|
|
|
20645
20645
|
return _c('VcLayout', {
|
|
20646
20646
|
attrs: {
|
|
20647
|
+
"justify-center": "",
|
|
20647
20648
|
"align-center": "",
|
|
20648
20649
|
"data-qa": _vm.dataQa
|
|
20649
20650
|
}
|
|
20650
|
-
}, [_c('
|
|
20651
|
-
staticClass: "vc-powered-by",
|
|
20652
|
-
class: _vm.computedClasses
|
|
20653
|
-
}, [_vm._v(_vm._s(_vm.poweredByText))]), _vm._v(" "), _c('VcLayout', {
|
|
20651
|
+
}, [_c('VcLayout', {
|
|
20654
20652
|
staticClass: "vcita-logo-image-container",
|
|
20655
20653
|
class: "" + _vm.size
|
|
20656
20654
|
}, [_c('VcImage', {
|
|
20657
20655
|
attrs: {
|
|
20658
20656
|
"image": _vm.image
|
|
20659
20657
|
}
|
|
20660
|
-
})], 1)
|
|
20658
|
+
})], 1), _vm._v(" "), _c('span', {
|
|
20659
|
+
staticClass: "vc-powered-by",
|
|
20660
|
+
class: _vm.computedClasses
|
|
20661
|
+
}, [_vm._v(_vm._s(_vm.poweredByText))])], 1);
|
|
20661
20662
|
};
|
|
20662
20663
|
|
|
20663
20664
|
var __vue_staticRenderFns__$7 = [];
|
|
@@ -20665,8 +20666,8 @@ var __vue_staticRenderFns__$7 = [];
|
|
|
20665
20666
|
|
|
20666
20667
|
const __vue_inject_styles__$7 = function (inject) {
|
|
20667
20668
|
if (!inject) return;
|
|
20668
|
-
inject("data-v-
|
|
20669
|
-
source: ".vc-powered-by[data-v-
|
|
20669
|
+
inject("data-v-7bce4118_0", {
|
|
20670
|
+
source: ".vc-powered-by[data-v-7bce4118]{font-weight:var(--font-weight-medium);color:var(--modal-bg-color);margin-inline-start:var(--size-value2)}.vcita-logo-image-container[data-v-7bce4118]{flex:0 auto}.sm[data-v-7bce4118]{height:var(--size-value3)}.sm-text[data-v-7bce4118]{font-size:10px}.md[data-v-7bce4118]{height:14px}.md-text[data-v-7bce4118]{font-size:var(--font-size-small2)}.vc-powered-by-dark-text[data-v-7bce4118]{color:var(--gray-darken-5)}",
|
|
20670
20671
|
map: undefined,
|
|
20671
20672
|
media: undefined
|
|
20672
20673
|
});
|
|
@@ -20674,7 +20675,7 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
20674
20675
|
/* scoped */
|
|
20675
20676
|
|
|
20676
20677
|
|
|
20677
|
-
const __vue_scope_id__$7 = "data-v-
|
|
20678
|
+
const __vue_scope_id__$7 = "data-v-7bce4118";
|
|
20678
20679
|
/* module identifier */
|
|
20679
20680
|
|
|
20680
20681
|
const __vue_module_identifier__$7 = undefined;
|