@tailor-cms/ce-accordion-display 0.0.1 → 0.0.2
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 +2 -6
- package/dist/index.js +2 -6
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -10,14 +10,11 @@ var initState = () => ({
|
|
|
10
10
|
});
|
|
11
11
|
var ui = {
|
|
12
12
|
// Display icon, https://pictogrammers.com/library/mdi/
|
|
13
|
-
icon: "mdi-view-
|
|
13
|
+
icon: "mdi-view-list",
|
|
14
14
|
// Does element support only full width or can be used within layouts
|
|
15
15
|
// (e.g. 50/50 layout)
|
|
16
16
|
forceFullWidth: true
|
|
17
17
|
};
|
|
18
|
-
var mocks = {
|
|
19
|
-
displayContexts: [{ name: "No selection", data: {} }]
|
|
20
|
-
};
|
|
21
18
|
var manifest$1 = {
|
|
22
19
|
type,
|
|
23
20
|
version: "1.0",
|
|
@@ -25,8 +22,7 @@ var manifest$1 = {
|
|
|
25
22
|
isComposite: true,
|
|
26
23
|
ssr: false,
|
|
27
24
|
initState,
|
|
28
|
-
ui
|
|
29
|
-
mocks
|
|
25
|
+
ui
|
|
30
26
|
};
|
|
31
27
|
var src_default = manifest$1;
|
|
32
28
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
package/dist/index.js
CHANGED
|
@@ -8,14 +8,11 @@ var initState = () => ({
|
|
|
8
8
|
});
|
|
9
9
|
var ui = {
|
|
10
10
|
// Display icon, https://pictogrammers.com/library/mdi/
|
|
11
|
-
icon: "mdi-view-
|
|
11
|
+
icon: "mdi-view-list",
|
|
12
12
|
// Does element support only full width or can be used within layouts
|
|
13
13
|
// (e.g. 50/50 layout)
|
|
14
14
|
forceFullWidth: true
|
|
15
15
|
};
|
|
16
|
-
var mocks = {
|
|
17
|
-
displayContexts: [{ name: "No selection", data: {} }]
|
|
18
|
-
};
|
|
19
16
|
var manifest$1 = {
|
|
20
17
|
type,
|
|
21
18
|
version: "1.0",
|
|
@@ -23,8 +20,7 @@ var manifest$1 = {
|
|
|
23
20
|
isComposite: true,
|
|
24
21
|
ssr: false,
|
|
25
22
|
initState,
|
|
26
|
-
ui
|
|
27
|
-
mocks
|
|
23
|
+
ui
|
|
28
24
|
};
|
|
29
25
|
var src_default = manifest$1;
|
|
30
26
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
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.2",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"typescript": "^5.1.6",
|
|
25
25
|
"vite": "^4.4.5",
|
|
26
26
|
"vue-tsc": "^1.8.5",
|
|
27
|
-
"@tailor-cms/ce-accordion-manifest": "0.0.
|
|
27
|
+
"@tailor-cms/ce-accordion-manifest": "0.0.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"lodash": "^4.17.21"
|