@tailor-cms/ce-accordion-edit 0.0.2 → 0.0.3

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/style.css CHANGED
@@ -461,11 +461,11 @@
461
461
  padding: 0.5rem 0.75rem;
462
462
  background: #424242;
463
463
  color: #fff !important;
464
- }.tce-accordion[data-v-85241aba] {
464
+ }.tce-accordion[data-v-227b8d13] {
465
465
  text-align: left;
466
466
  margin: 1rem 0;
467
467
  }
468
- .tce-accordion[data-v-85241aba] .v-expansion-panel-text {
468
+ .tce-accordion[data-v-227b8d13] .v-expansion-panel-text {
469
469
  border-bottom-right-radius: inherit;
470
470
  border-bottom-left-radius: inherit;
471
471
  border: 2px solid rgb(var(--v-theme-primary-lighten-5));
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.2",
6
+ "version": "0.0.3",
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.2"
28
+ "@tailor-cms/ce-accordion-manifest": "0.0.3"
29
29
  },
30
30
  "dependencies": {
31
31
  "@tailor-cms/core-components": "^1.0.14",