@tailor-cms/ce-embed-display 0.0.2 → 0.0.4

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 CHANGED
@@ -12,17 +12,13 @@ var ui = {
12
12
  // (e.g. 50/50 layout)
13
13
  forceFullWidth: false
14
14
  };
15
- var mocks = {
16
- displayContexts: [{ name: "No selection", data: {} }]
17
- };
18
15
  var manifest$1 = {
19
16
  type,
20
17
  version: "1.0",
21
18
  name,
22
19
  ssr: false,
23
20
  initState,
24
- ui,
25
- mocks
21
+ ui
26
22
  };
27
23
  var src_default = manifest$1;
28
24
  const _hoisted_1 = { class: "tce-root" };
package/dist/index.js CHANGED
@@ -10,17 +10,13 @@ var ui = {
10
10
  // (e.g. 50/50 layout)
11
11
  forceFullWidth: false
12
12
  };
13
- var mocks = {
14
- displayContexts: [{ name: "No selection", data: {} }]
15
- };
16
13
  var manifest$1 = {
17
14
  type,
18
15
  version: "1.0",
19
16
  name,
20
17
  ssr: false,
21
18
  initState,
22
- ui,
23
- mocks
19
+ ui
24
20
  };
25
21
  var src_default = manifest$1;
26
22
  const _hoisted_1 = { class: "tce-root" };
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@tailor-cms/ce-embed-display",
3
+ "description": "Tailor CMS embed element end-user component",
4
+ "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
3
5
  "type": "module",
4
- "version": "0.0.2",
6
+ "version": "0.0.4",
5
7
  "exports": {
6
8
  ".": {
7
9
  "import": "./dist/index.js",
@@ -21,10 +23,8 @@
21
23
  "typescript": "^5.1.6",
22
24
  "vite": "^4.4.5",
23
25
  "vue-tsc": "^1.8.5",
24
- "@tailor-cms/ce-embed-manifest": "0.0.2"
26
+ "@tailor-cms/ce-embed-manifest": "0.0.4"
25
27
  },
26
- "description": "Tailor CMS embed element",
27
- "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },