@next-bricks/presentational 1.21.8 → 1.21.10
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 +9 -9
- package/dist/chunks/5045.b0f85f6b.js.map +1 -1
- package/dist/chunks/code-wrapper.40655769.js.map +1 -1
- package/dist/chunks/eo-card-item.fbff6f7e.js.map +1 -1
- package/dist/chunks/eo-carousel-text.d8e8c2c9.js.map +1 -1
- package/dist/chunks/eo-code-block.7efe5647.js.map +1 -1
- package/dist/chunks/eo-code-display.ffd79558.js.map +1 -1
- package/dist/chunks/eo-current-time.7cbef918.js.map +1 -1
- package/dist/chunks/eo-descriptions.b8320ca9.js.map +1 -1
- package/dist/chunks/eo-humanize-time.2397ce6e.js.map +1 -1
- package/dist/chunks/eo-info-card-item.0d15cb28.js.map +1 -1
- package/dist/chunks/eo-loading-step.834e0aa3.js.map +1 -1
- package/dist/chunks/eo-pagination.16fd816a.js.map +1 -1
- package/dist/chunks/eo-statistics-card.410b5416.js.map +1 -1
- package/dist/examples.json +15 -15
- package/dist/{index.db5144bf.js → index.3d30863f.js} +2 -2
- package/dist/{index.db5144bf.js.map → index.3d30863f.js.map} +1 -1
- package/dist/manifest.json +108 -98
- package/dist/types.json +110 -110
- package/dist-types/card-item/index.d.ts +16 -4
- package/dist-types/carousel-text/index.d.ts +1 -1
- package/dist-types/code-block/index.d.ts +12 -3
- package/dist-types/code-display/index.d.ts +0 -1
- package/dist-types/code-wrapper/index.d.ts +7 -2
- package/dist-types/current-time/index.d.ts +1 -1
- package/dist-types/descriptions/index.d.ts +2 -1
- package/dist-types/humanize-time/index.d.ts +8 -8
- package/dist-types/info-card-item/index.d.ts +8 -7
- package/dist-types/loading-step/index.d.ts +16 -8
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/statistics-card/index.d.ts +2 -2
- package/docs/eo-alert.md +65 -1
- package/docs/eo-alert.react.md +127 -0
- package/docs/eo-card-item.md +179 -210
- package/docs/eo-card-item.react.md +578 -0
- package/docs/eo-carousel-text.md +49 -2
- package/docs/eo-carousel-text.react.md +62 -0
- package/docs/eo-code-block.md +135 -4
- package/docs/eo-code-block.react.md +146 -0
- package/docs/eo-code-display.md +97 -1
- package/docs/eo-code-display.react.md +116 -0
- package/docs/eo-code-wrapper.md +108 -0
- package/docs/eo-code-wrapper.react.md +100 -0
- package/docs/eo-current-time.md +40 -1
- package/docs/eo-current-time.react.md +53 -0
- package/docs/eo-descriptions.md +74 -4
- package/docs/eo-descriptions.react.md +329 -0
- package/docs/eo-divider.md +105 -17
- package/docs/eo-divider.react.md +129 -0
- package/docs/eo-humanize-time.md +89 -42
- package/docs/eo-humanize-time.react.md +109 -0
- package/docs/eo-info-card-item.md +129 -183
- package/docs/eo-info-card-item.react.md +188 -0
- package/docs/eo-loading-step.md +96 -1
- package/docs/eo-loading-step.react.md +102 -0
- package/docs/eo-pagination.md +74 -1
- package/docs/eo-pagination.react.md +93 -0
- package/docs/eo-statistics-card.md +175 -456
- package/docs/eo-statistics-card.react.md +376 -0
- package/package.json +2 -2
package/dist/bricks.json
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
"id": "bricks/presentational",
|
|
3
3
|
"bricks": [
|
|
4
4
|
"presentational.general-descriptions",
|
|
5
|
-
"presentational.general-alert",
|
|
6
5
|
"presentational.code-display",
|
|
6
|
+
"presentational.general-alert",
|
|
7
7
|
"presentational.humanize-time",
|
|
8
8
|
"presentational.code-block",
|
|
9
9
|
"presentational.code-wrapper"
|
|
10
10
|
],
|
|
11
11
|
"elements": [
|
|
12
12
|
"eo-descriptions",
|
|
13
|
-
"eo-alert",
|
|
14
13
|
"eo-code-display",
|
|
15
14
|
"eo-pagination",
|
|
15
|
+
"eo-alert",
|
|
16
16
|
"eo-card-item",
|
|
17
17
|
"eo-divider",
|
|
18
18
|
"eo-info-card-item",
|
|
@@ -34,12 +34,6 @@
|
|
|
34
34
|
"eo-card",
|
|
35
35
|
"eo-grid-layout"
|
|
36
36
|
],
|
|
37
|
-
"eo-alert": [
|
|
38
|
-
"eo-icon"
|
|
39
|
-
],
|
|
40
|
-
"presentational.general-alert": [
|
|
41
|
-
"eo-icon"
|
|
42
|
-
],
|
|
43
37
|
"eo-code-display": [
|
|
44
38
|
"eo-icon",
|
|
45
39
|
"basic.copy-to-clipboard",
|
|
@@ -54,6 +48,12 @@
|
|
|
54
48
|
"eo-icon",
|
|
55
49
|
"eo-dropdown-actions"
|
|
56
50
|
],
|
|
51
|
+
"eo-alert": [
|
|
52
|
+
"eo-icon"
|
|
53
|
+
],
|
|
54
|
+
"presentational.general-alert": [
|
|
55
|
+
"eo-icon"
|
|
56
|
+
],
|
|
57
57
|
"eo-card-item": [
|
|
58
58
|
"eo-link",
|
|
59
59
|
"eo-icon",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"basic.copy-to-clipboard"
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
|
-
"filePath": "bricks/presentational/dist/index.
|
|
95
|
+
"filePath": "bricks/presentational/dist/index.3d30863f.js"
|
|
96
96
|
}
|