@next-bricks/presentational 1.12.7 → 1.12.8

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.
Files changed (31) hide show
  1. package/dist/bricks.json +15 -15
  2. package/dist/chunks/{4185.77d04631.js → 4185.4cb234f9.js} +3 -3
  3. package/dist/chunks/4185.4cb234f9.js.map +1 -0
  4. package/dist/chunks/{7082.617e09e3.js → 7082.b8df225e.js} +2 -2
  5. package/dist/chunks/{7082.617e09e3.js.map → 7082.b8df225e.js.map} +1 -1
  6. package/dist/chunks/{eo-card-item.55df3a90.js → eo-card-item.06a985d6.js} +3 -3
  7. package/dist/chunks/{eo-card-item.55df3a90.js.map → eo-card-item.06a985d6.js.map} +1 -1
  8. package/dist/chunks/{eo-descriptions.19dc877b.js → eo-descriptions.463e23c7.js} +3 -3
  9. package/dist/chunks/{eo-descriptions.19dc877b.js.map → eo-descriptions.463e23c7.js.map} +1 -1
  10. package/dist/chunks/{eo-info-card-item.132e586d.js → eo-info-card-item.997b5030.js} +3 -3
  11. package/dist/chunks/{eo-info-card-item.132e586d.js.map → eo-info-card-item.997b5030.js.map} +1 -1
  12. package/dist/chunks/{eo-loading-step.2f4a1925.js → eo-loading-step.d97516f9.js} +3 -3
  13. package/dist/chunks/{eo-loading-step.2f4a1925.js.map → eo-loading-step.d97516f9.js.map} +1 -1
  14. package/dist/chunks/main.7b76b2a9.js +2 -0
  15. package/dist/chunks/main.7b76b2a9.js.map +1 -0
  16. package/dist/examples.json +4 -4
  17. package/dist/index.7200a6fd.js +2 -0
  18. package/dist/index.7200a6fd.js.map +1 -0
  19. package/dist/manifest.json +68 -68
  20. package/dist/types.json +62 -62
  21. package/package.json +2 -2
  22. package/dist/chunks/4185.77d04631.js.map +0 -1
  23. package/dist/chunks/main.df9ba285.js +0 -2
  24. package/dist/chunks/main.df9ba285.js.map +0 -1
  25. package/dist/index.ccda90ba.js +0 -2
  26. package/dist/index.ccda90ba.js.map +0 -1
  27. /package/dist/chunks/{4185.77d04631.js.LICENSE.txt → 4185.4cb234f9.js.LICENSE.txt} +0 -0
  28. /package/dist/chunks/{eo-card-item.55df3a90.js.LICENSE.txt → eo-card-item.06a985d6.js.LICENSE.txt} +0 -0
  29. /package/dist/chunks/{eo-descriptions.19dc877b.js.LICENSE.txt → eo-descriptions.463e23c7.js.LICENSE.txt} +0 -0
  30. /package/dist/chunks/{eo-info-card-item.132e586d.js.LICENSE.txt → eo-info-card-item.997b5030.js.LICENSE.txt} +0 -0
  31. /package/dist/chunks/{eo-loading-step.2f4a1925.js.LICENSE.txt → eo-loading-step.d97516f9.js.LICENSE.txt} +0 -0
package/dist/bricks.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "id": "bricks/presentational",
3
3
  "bricks": [
4
- "presentational.general-alert",
5
- "presentational.code-display",
6
4
  "presentational.general-descriptions",
5
+ "presentational.code-display",
6
+ "presentational.general-alert",
7
7
  "presentational.humanize-time"
8
8
  ],
9
9
  "elements": [
10
- "eo-alert",
11
- "eo-code-display",
12
10
  "eo-descriptions",
11
+ "eo-code-display",
12
+ "eo-alert",
13
13
  "eo-pagination",
14
14
  "eo-divider",
15
15
  "eo-card-item",
@@ -23,11 +23,13 @@
23
23
  "processors": [],
24
24
  "editors": [],
25
25
  "dependencies": {
26
- "eo-alert": [
27
- "eo-icon"
26
+ "eo-descriptions": [
27
+ "eo-card",
28
+ "eo-grid-layout"
28
29
  ],
29
- "presentational.general-alert": [
30
- "eo-icon"
30
+ "presentational.general-descriptions": [
31
+ "eo-card",
32
+ "eo-grid-layout"
31
33
  ],
32
34
  "eo-code-display": [
33
35
  "eo-icon",
@@ -39,13 +41,11 @@
39
41
  "basic.copy-to-clipboard",
40
42
  "basic.show-notification"
41
43
  ],
42
- "eo-descriptions": [
43
- "eo-card",
44
- "eo-grid-layout"
44
+ "eo-alert": [
45
+ "eo-icon"
45
46
  ],
46
- "presentational.general-descriptions": [
47
- "eo-card",
48
- "eo-grid-layout"
47
+ "presentational.general-alert": [
48
+ "eo-icon"
49
49
  ],
50
50
  "eo-pagination": [
51
51
  "eo-icon",
@@ -77,5 +77,5 @@
77
77
  "eo-icon"
78
78
  ]
79
79
  },
80
- "filePath": "bricks/presentational/dist/index.ccda90ba.js"
80
+ "filePath": "bricks/presentational/dist/index.7200a6fd.js"
81
81
  }