@next-bricks/presentational 1.21.0 → 1.21.1
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/bricks.json +32 -32
- package/dist/chunks/{3900.9b093658.js → 3900.47f48f41.js} +2 -2
- package/dist/chunks/{3900.9b093658.js.map → 3900.47f48f41.js.map} +1 -1
- package/dist/chunks/948.e1790690.js.map +1 -1
- package/dist/chunks/{eo-card-item.225ef485.js → eo-card-item.da90013a.js} +3 -3
- package/dist/chunks/{eo-card-item.225ef485.js.map → eo-card-item.da90013a.js.map} +1 -1
- package/dist/chunks/{eo-code-block.8853f77b.js → eo-code-block.f5ffef62.js} +2 -2
- package/dist/chunks/{eo-code-block.8853f77b.js.map → eo-code-block.f5ffef62.js.map} +1 -1
- package/dist/chunks/{eo-descriptions.9da014f3.js → eo-descriptions.84bd1dfe.js} +3 -3
- package/dist/chunks/{eo-descriptions.9da014f3.js.map → eo-descriptions.84bd1dfe.js.map} +1 -1
- package/dist/chunks/{eo-info-card-item.9c7a6579.js → eo-info-card-item.554cba4f.js} +3 -3
- package/dist/chunks/{eo-info-card-item.9c7a6579.js.map → eo-info-card-item.554cba4f.js.map} +1 -1
- package/dist/chunks/{eo-loading-step.7c1cfe82.js → eo-loading-step.604d6e34.js} +3 -3
- package/dist/chunks/{eo-loading-step.7c1cfe82.js.map → eo-loading-step.604d6e34.js.map} +1 -1
- package/dist/chunks/{main.96df5002.js → main.e70d2fce.js} +2 -2
- package/dist/chunks/{main.96df5002.js.map → main.e70d2fce.js.map} +1 -1
- package/dist/examples.json +12 -9
- package/dist/{index.5a0be08d.js → index.0205acd1.js} +2 -2
- package/dist/{index.5a0be08d.js.map → index.0205acd1.js.map} +1 -1
- package/dist/manifest.json +187 -187
- package/dist/types.json +352 -352
- package/docs/{code-block.md → eo-code-block.md} +2 -2
- package/package.json +2 -2
- /package/dist/chunks/{eo-card-item.225ef485.js.LICENSE.txt → eo-card-item.da90013a.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-descriptions.9da014f3.js.LICENSE.txt → eo-descriptions.84bd1dfe.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-info-card-item.9c7a6579.js.LICENSE.txt → eo-info-card-item.554cba4f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-loading-step.7c1cfe82.js.LICENSE.txt → eo-loading-step.604d6e34.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -1,55 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "bricks/presentational",
|
|
3
3
|
"bricks": [
|
|
4
|
-
"presentational.general-descriptions",
|
|
5
|
-
"presentational.general-alert",
|
|
6
4
|
"presentational.code-display",
|
|
7
5
|
"presentational.humanize-time",
|
|
8
6
|
"presentational.code-block",
|
|
9
|
-
"presentational.code-wrapper"
|
|
7
|
+
"presentational.code-wrapper",
|
|
8
|
+
"presentational.general-alert",
|
|
9
|
+
"presentational.general-descriptions"
|
|
10
10
|
],
|
|
11
11
|
"elements": [
|
|
12
|
-
"eo-descriptions",
|
|
13
|
-
"eo-alert",
|
|
14
|
-
"eo-code-display",
|
|
15
12
|
"eo-pagination",
|
|
16
13
|
"eo-card-item",
|
|
17
14
|
"eo-divider",
|
|
18
15
|
"eo-info-card-item",
|
|
16
|
+
"eo-code-display",
|
|
19
17
|
"eo-humanize-time",
|
|
20
18
|
"eo-statistics-card",
|
|
21
19
|
"eo-loading-step",
|
|
22
20
|
"eo-current-time",
|
|
23
21
|
"eo-carousel-text",
|
|
24
|
-
"eo-code-block"
|
|
22
|
+
"eo-code-block",
|
|
23
|
+
"eo-alert",
|
|
24
|
+
"eo-descriptions"
|
|
25
25
|
],
|
|
26
26
|
"processors": [],
|
|
27
27
|
"editors": [],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"eo-descriptions": [
|
|
30
|
-
"eo-card",
|
|
31
|
-
"eo-grid-layout"
|
|
32
|
-
],
|
|
33
|
-
"presentational.general-descriptions": [
|
|
34
|
-
"eo-card",
|
|
35
|
-
"eo-grid-layout"
|
|
36
|
-
],
|
|
37
|
-
"eo-alert": [
|
|
38
|
-
"eo-icon"
|
|
39
|
-
],
|
|
40
|
-
"presentational.general-alert": [
|
|
41
|
-
"eo-icon"
|
|
42
|
-
],
|
|
43
|
-
"eo-code-display": [
|
|
44
|
-
"eo-icon",
|
|
45
|
-
"basic.copy-to-clipboard",
|
|
46
|
-
"basic.show-notification"
|
|
47
|
-
],
|
|
48
|
-
"presentational.code-display": [
|
|
49
|
-
"eo-icon",
|
|
50
|
-
"basic.copy-to-clipboard",
|
|
51
|
-
"basic.show-notification"
|
|
52
|
-
],
|
|
53
29
|
"eo-pagination": [
|
|
54
30
|
"eo-icon",
|
|
55
31
|
"eo-dropdown-actions"
|
|
@@ -63,6 +39,16 @@
|
|
|
63
39
|
"eo-icon",
|
|
64
40
|
"eo-tooltip"
|
|
65
41
|
],
|
|
42
|
+
"eo-code-display": [
|
|
43
|
+
"eo-icon",
|
|
44
|
+
"basic.copy-to-clipboard",
|
|
45
|
+
"basic.show-notification"
|
|
46
|
+
],
|
|
47
|
+
"presentational.code-display": [
|
|
48
|
+
"eo-icon",
|
|
49
|
+
"basic.copy-to-clipboard",
|
|
50
|
+
"basic.show-notification"
|
|
51
|
+
],
|
|
66
52
|
"eo-humanize-time": [
|
|
67
53
|
"eo-link"
|
|
68
54
|
],
|
|
@@ -90,7 +76,21 @@
|
|
|
90
76
|
"presentational.code-wrapper": [
|
|
91
77
|
"eo-button",
|
|
92
78
|
"basic.copy-to-clipboard"
|
|
79
|
+
],
|
|
80
|
+
"eo-alert": [
|
|
81
|
+
"eo-icon"
|
|
82
|
+
],
|
|
83
|
+
"presentational.general-alert": [
|
|
84
|
+
"eo-icon"
|
|
85
|
+
],
|
|
86
|
+
"eo-descriptions": [
|
|
87
|
+
"eo-card",
|
|
88
|
+
"eo-grid-layout"
|
|
89
|
+
],
|
|
90
|
+
"presentational.general-descriptions": [
|
|
91
|
+
"eo-card",
|
|
92
|
+
"eo-grid-layout"
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
|
-
"filePath": "bricks/presentational/dist/index.
|
|
95
|
+
"filePath": "bricks/presentational/dist/index.0205acd1.js"
|
|
96
96
|
}
|