@tailor-cms/ce-accordion-edit 0.0.6 → 0.0.7
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/index.cjs +3 -2
- package/dist/index.js +3 -2
- package/dist/style.css +7 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -27766,6 +27766,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
27766
27766
|
ref: panels,
|
|
27767
27767
|
modelValue: expanded.value,
|
|
27768
27768
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => expanded.value = $event),
|
|
27769
|
+
elevation: "0",
|
|
27769
27770
|
rounded: "lg",
|
|
27770
27771
|
multiple: ""
|
|
27771
27772
|
}, {
|
|
@@ -27808,8 +27809,8 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
27808
27809
|
};
|
|
27809
27810
|
}
|
|
27810
27811
|
});
|
|
27811
|
-
const
|
|
27812
|
-
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
27812
|
+
const Edit_vue_vue_type_style_index_0_scoped_38529b44_lang = "";
|
|
27813
|
+
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-38529b44"]]);
|
|
27813
27814
|
const _hoisted_1 = { class: "d-flex align-center justify-center" };
|
|
27814
27815
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
27815
27816
|
__name: "TopToolbar",
|
package/dist/index.js
CHANGED
|
@@ -27764,6 +27764,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
27764
27764
|
ref: panels,
|
|
27765
27765
|
modelValue: expanded.value,
|
|
27766
27766
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => expanded.value = $event),
|
|
27767
|
+
elevation: "0",
|
|
27767
27768
|
rounded: "lg",
|
|
27768
27769
|
multiple: ""
|
|
27769
27770
|
}, {
|
|
@@ -27806,8 +27807,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
27806
27807
|
};
|
|
27807
27808
|
}
|
|
27808
27809
|
});
|
|
27809
|
-
const
|
|
27810
|
-
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
27810
|
+
const Edit_vue_vue_type_style_index_0_scoped_38529b44_lang = "";
|
|
27811
|
+
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-38529b44"]]);
|
|
27811
27812
|
const _hoisted_1 = { class: "d-flex align-center justify-center" };
|
|
27812
27813
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
27813
27814
|
__name: "TopToolbar",
|
package/dist/style.css
CHANGED
|
@@ -461,7 +461,13 @@
|
|
|
461
461
|
padding: 0.5rem 0.75rem;
|
|
462
462
|
background: #424242;
|
|
463
463
|
color: #fff !important;
|
|
464
|
-
}.tce-accordion[data-v-
|
|
464
|
+
}.tce-accordion[data-v-38529b44] {
|
|
465
465
|
text-align: left;
|
|
466
466
|
margin: 1rem 0;
|
|
467
|
+
}
|
|
468
|
+
.tce-accordion[data-v-38529b44] .v-expansion-panel-text {
|
|
469
|
+
border-bottom-right-radius: inherit;
|
|
470
|
+
border-bottom-left-radius: inherit;
|
|
471
|
+
border: 2px solid rgb(var(--v-theme-primary-lighten-5));
|
|
472
|
+
border-top: none !important;
|
|
467
473
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Tailor CMS accordion element",
|
|
4
4
|
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.7",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"typescript": "^5.1.6",
|
|
26
26
|
"vite": "^4.4.5",
|
|
27
27
|
"vue-tsc": "^1.8.5",
|
|
28
|
-
"@tailor-cms/ce-accordion-manifest": "0.0.
|
|
28
|
+
"@tailor-cms/ce-accordion-manifest": "0.0.7"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@paralleldrive/cuid2": "^2.2.2",
|