@vcita/design-system 1.3.16 → 1.3.17
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 +4 -3
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +5 -4
- package/package.json +1 -1
- package/src/components/page/elements/VcPageHeader.vue +1 -0
- package/src/components/page/layouts/innerScrollPage/InnerScrollPageLayout.stories.js +165 -0
- package/CHANGELOG.md +0 -420
- package/dist/design-system.es.js +0 -55814
- package/dist/design-system.umd.js +0 -72
- package/dist/style.css +0 -5
|
@@ -17561,6 +17561,7 @@ var __vue_render__$7 = function () {
|
|
|
17561
17561
|
staticClass: "title-button",
|
|
17562
17562
|
attrs: {
|
|
17563
17563
|
"flavor": "secondary",
|
|
17564
|
+
"ghost": "",
|
|
17564
17565
|
"data-qa": _vm.dataQa + "-titleButton"
|
|
17565
17566
|
},
|
|
17566
17567
|
on: {
|
|
@@ -17610,8 +17611,8 @@ var __vue_staticRenderFns__$7 = [];
|
|
|
17610
17611
|
|
|
17611
17612
|
const __vue_inject_styles__$8 = function (inject) {
|
|
17612
17613
|
if (!inject) return;
|
|
17613
|
-
inject("data-v-
|
|
17614
|
-
source: ".VcPageHeader[data-v-
|
|
17614
|
+
inject("data-v-61bfaeca_0", {
|
|
17615
|
+
source: ".VcPageHeader[data-v-61bfaeca]{margin-bottom:var(--size-value10)}.VcHeader--title[data-v-61bfaeca]{font-size:var(--font-size-medium0);font-weight:var(--font-weight-large2);line-height:var(--size-value8);color:var(--gray-darken-5);margin-top:var(--size-value1)}.VcHeader--title .title-chip[data-v-61bfaeca]{padding:var(--size-value1) var(--size-value2);margin-inline-start:var(--size-value3);border-radius:var(--size-value6);font-weight:var(--font-weight-large2);font-size:var(--font-size-xx-small);height:var(--size-value5)}.VcHeader--title .title-chip--beta[data-v-61bfaeca]{background-color:var(--orange);color:#fff}.VcHeader--title .title-button[data-v-61bfaeca]{margin-inline-start:var(--size-value3)}.VcHeader--subtitle[data-v-61bfaeca]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium);line-height:var(--size-value5)}",
|
|
17615
17616
|
map: undefined,
|
|
17616
17617
|
media: undefined
|
|
17617
17618
|
});
|
|
@@ -17619,7 +17620,7 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
17619
17620
|
/* scoped */
|
|
17620
17621
|
|
|
17621
17622
|
|
|
17622
|
-
const __vue_scope_id__$8 = "data-v-
|
|
17623
|
+
const __vue_scope_id__$8 = "data-v-61bfaeca";
|
|
17623
17624
|
/* module identifier */
|
|
17624
17625
|
|
|
17625
17626
|
const __vue_module_identifier__$8 = undefined;
|