@tailor-cms/ce-accordion-edit 0.0.3 → 0.0.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.
- package/dist/index.cjs +654 -118
- package/dist/index.js +654 -118
- package/dist/style.css +5 -11
- package/package.json +4 -5
package/dist/style.css
CHANGED
|
@@ -442,32 +442,26 @@
|
|
|
442
442
|
}
|
|
443
443
|
.v-field--center-affix[data-v-4dc69d89] .v-label.v-field-label:not(.v-field-label--floating) {
|
|
444
444
|
top: calc(50% - 1.125rem);
|
|
445
|
-
}.accordion-title[data-v-
|
|
445
|
+
}.accordion-title[data-v-2e9fbd32] {
|
|
446
446
|
font-size: 1rem;
|
|
447
447
|
font-weight: 500;
|
|
448
448
|
letter-spacing: 0.009375em;
|
|
449
449
|
}
|
|
450
|
-
.v-input[data-v-
|
|
450
|
+
.v-input[data-v-2e9fbd32] {
|
|
451
451
|
position: relative;
|
|
452
452
|
}
|
|
453
|
-
.v-input[data-v-
|
|
453
|
+
.v-input[data-v-2e9fbd32] .v-input__details {
|
|
454
454
|
position: absolute;
|
|
455
455
|
padding: 0 !important;
|
|
456
456
|
z-index: 9;
|
|
457
457
|
}
|
|
458
|
-
.v-input[data-v-
|
|
458
|
+
.v-input[data-v-2e9fbd32] .v-input__details .v-messages__message {
|
|
459
459
|
margin-top: 0.25rem;
|
|
460
460
|
border-radius: 4px;
|
|
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-b6deefb4] {
|
|
465
465
|
text-align: left;
|
|
466
466
|
margin: 1rem 0;
|
|
467
|
-
}
|
|
468
|
-
.tce-accordion[data-v-227b8d13] .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;
|
|
473
467
|
}
|
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.5",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/index.js",
|
|
@@ -25,14 +25,13 @@
|
|
|
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.5"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
+
"@paralleldrive/cuid2": "^2.2.2",
|
|
31
32
|
"@tailor-cms/core-components": "^1.0.14",
|
|
32
|
-
"@types/uuid": "^10.0.0",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
34
|
-
"sortablejs": "^1.15.3"
|
|
35
|
-
"uuid": "^11.0.3"
|
|
34
|
+
"sortablejs": "^1.15.3"
|
|
36
35
|
},
|
|
37
36
|
"publishConfig": {
|
|
38
37
|
"access": "public"
|