@next-bricks/presentational 1.6.1 → 1.6.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/bricks.json +26 -26
- package/dist/chunks/2612.2b2da56b.js.map +1 -1
- package/dist/chunks/eo-humanize-time.c0cf527e.js.map +1 -1
- package/dist/examples.json +9 -9
- package/dist/index.c7c54416.js +2 -0
- package/dist/{index.365df5a9.js.map → index.c7c54416.js.map} +1 -1
- package/dist/manifest.json +226 -227
- package/dist/types.json +878 -878
- package/dist-types/humanize-time/index.d.ts +1 -3
- package/package.json +2 -2
- package/dist/index.365df5a9.js +0 -2
package/dist/bricks.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"bricks": [
|
|
4
4
|
"presentational.general-descriptions",
|
|
5
5
|
"presentational.general-alert",
|
|
6
|
-
"presentational.
|
|
7
|
-
"presentational.
|
|
6
|
+
"presentational.code-display",
|
|
7
|
+
"presentational.humanize-time"
|
|
8
8
|
],
|
|
9
9
|
"elements": [
|
|
10
10
|
"eo-descriptions",
|
|
11
|
+
"eo-alert",
|
|
12
|
+
"eo-code-display",
|
|
11
13
|
"eo-pagination",
|
|
14
|
+
"eo-card-item",
|
|
12
15
|
"eo-divider",
|
|
13
|
-
"eo-alert",
|
|
14
16
|
"eo-info-card-item",
|
|
15
17
|
"eo-humanize-time",
|
|
16
|
-
"eo-code-display",
|
|
17
18
|
"eo-statistics-card",
|
|
18
19
|
"eo-loading-step",
|
|
19
|
-
"eo-card-item",
|
|
20
20
|
"eo-current-time",
|
|
21
21
|
"eo-carousel-text"
|
|
22
22
|
],
|
|
@@ -30,17 +30,32 @@
|
|
|
30
30
|
"eo-card",
|
|
31
31
|
"eo-grid-layout"
|
|
32
32
|
],
|
|
33
|
+
"eo-alert": [
|
|
34
|
+
"eo-icon"
|
|
35
|
+
],
|
|
36
|
+
"presentational.general-alert": [
|
|
37
|
+
"eo-icon"
|
|
38
|
+
],
|
|
39
|
+
"eo-code-display": [
|
|
40
|
+
"eo-icon",
|
|
41
|
+
"basic.copy-to-clipboard",
|
|
42
|
+
"basic.show-notification"
|
|
43
|
+
],
|
|
44
|
+
"presentational.code-display": [
|
|
45
|
+
"eo-icon",
|
|
46
|
+
"basic.copy-to-clipboard",
|
|
47
|
+
"basic.show-notification"
|
|
48
|
+
],
|
|
33
49
|
"eo-pagination": [
|
|
34
50
|
"eo-icon",
|
|
35
51
|
"eo-popover",
|
|
36
52
|
"eo-menu",
|
|
37
53
|
"eo-menu-item"
|
|
38
54
|
],
|
|
39
|
-
"eo-
|
|
40
|
-
"eo-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"eo-icon"
|
|
55
|
+
"eo-card-item": [
|
|
56
|
+
"eo-link",
|
|
57
|
+
"eo-icon",
|
|
58
|
+
"eo-mini-actions"
|
|
44
59
|
],
|
|
45
60
|
"eo-info-card-item": [
|
|
46
61
|
"eo-icon",
|
|
@@ -52,16 +67,6 @@
|
|
|
52
67
|
"presentational.humanize-time": [
|
|
53
68
|
"eo-link"
|
|
54
69
|
],
|
|
55
|
-
"eo-code-display": [
|
|
56
|
-
"eo-icon",
|
|
57
|
-
"basic.copy-to-clipboard",
|
|
58
|
-
"basic.show-notification"
|
|
59
|
-
],
|
|
60
|
-
"presentational.code-display": [
|
|
61
|
-
"eo-icon",
|
|
62
|
-
"basic.copy-to-clipboard",
|
|
63
|
-
"basic.show-notification"
|
|
64
|
-
],
|
|
65
70
|
"eo-statistics-card": [
|
|
66
71
|
"eo-icon"
|
|
67
72
|
],
|
|
@@ -69,14 +74,9 @@
|
|
|
69
74
|
"basic.lock-body-scroll",
|
|
70
75
|
"eo-icon"
|
|
71
76
|
],
|
|
72
|
-
"eo-card-item": [
|
|
73
|
-
"eo-link",
|
|
74
|
-
"eo-icon",
|
|
75
|
-
"eo-mini-actions"
|
|
76
|
-
],
|
|
77
77
|
"eo-current-time": [
|
|
78
78
|
"eo-icon"
|
|
79
79
|
]
|
|
80
80
|
},
|
|
81
|
-
"filePath": "bricks/presentational/dist/index.
|
|
81
|
+
"filePath": "bricks/presentational/dist/index.c7c54416.js"
|
|
82
82
|
}
|