@next-bricks/presentational-bricks 1.257.4 → 1.259.0
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/CHANGELOG.md +30 -0
- package/deploy/contract.yaml +116 -116
- package/dist/bricks.json +28 -28
- package/dist/{index.a3752c04.js → index.ed826cbe.js} +2 -2
- package/dist/index.ed826cbe.js.map +1 -0
- package/dist/stories.json +14 -1
- package/package.json +2 -2
- package/dist/index.a3752c04.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.259.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.258.0...@next-bricks/presentational-bricks@1.259.0) (2022-07-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **BrickIllustration:** BrickIllustration support set size ([0a79514](https://github.com/easyops-cn/next-basics/commit/0a795147512a5d47d7d7d6cd4dfb3b0515480cf9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [1.258.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.257.5...@next-bricks/presentational-bricks@1.258.0) (2022-07-28)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **brickResult:** brickResult support new empty illustrations and size ([97060dc](https://github.com/easyops-cn/next-basics/commit/97060dcb3346625ebf03a64c02703dc16e1c5493))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [1.257.5](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.257.4...@next-bricks/presentational-bricks@1.257.5) (2022-07-27)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
## [1.257.4](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.257.3...@next-bricks/presentational-bricks@1.257.4) (2022-07-22)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
package/deploy/contract.yaml
CHANGED
|
@@ -1,211 +1,220 @@
|
|
|
1
1
|
contracts:
|
|
2
2
|
- type: brick
|
|
3
3
|
brick: presentational-bricks.general-iframe
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.259.0
|
|
5
5
|
- type: brick
|
|
6
|
-
brick: presentational-bricks.brick-
|
|
7
|
-
version: 1.
|
|
6
|
+
brick: presentational-bricks.brick-timeline
|
|
7
|
+
version: 1.259.0
|
|
8
8
|
- type: brick
|
|
9
9
|
brick: presentational-bricks.brick-tree
|
|
10
|
-
version: 1.
|
|
11
|
-
- type: brick
|
|
12
|
-
brick: presentational-bricks.brick-timeline
|
|
13
|
-
version: 1.257.4
|
|
10
|
+
version: 1.259.0
|
|
14
11
|
- type: brick
|
|
15
12
|
brick: presentational-bricks.brick-descriptions
|
|
16
|
-
version: 1.
|
|
13
|
+
version: 1.259.0
|
|
17
14
|
- type: brick
|
|
18
15
|
brick: presentational-bricks.brick-list
|
|
19
|
-
version: 1.
|
|
16
|
+
version: 1.259.0
|
|
20
17
|
- type: brick
|
|
21
|
-
brick: presentational-bricks.brick-
|
|
22
|
-
version: 1.
|
|
18
|
+
brick: presentational-bricks.brick-tag
|
|
19
|
+
version: 1.259.0
|
|
20
|
+
- type: brick
|
|
21
|
+
brick: presentational-bricks.brick-button
|
|
22
|
+
version: 1.259.0
|
|
23
23
|
- type: brick
|
|
24
24
|
brick: presentational-bricks.brick-delete-confirm
|
|
25
|
-
version: 1.
|
|
25
|
+
version: 1.259.0
|
|
26
26
|
- type: brick
|
|
27
|
-
brick: presentational-bricks.brick-
|
|
28
|
-
version: 1.
|
|
27
|
+
brick: presentational-bricks.brick-general-search
|
|
28
|
+
version: 1.259.0
|
|
29
29
|
- type: brick
|
|
30
30
|
brick: presentational-bricks.brick-humanize-time
|
|
31
|
-
version: 1.
|
|
31
|
+
version: 1.259.0
|
|
32
32
|
- type: brick
|
|
33
33
|
brick: presentational-bricks.general-pagination
|
|
34
|
-
version: 1.
|
|
34
|
+
version: 1.259.0
|
|
35
35
|
- type: brick
|
|
36
|
-
brick: presentational-bricks.brick-
|
|
37
|
-
version: 1.
|
|
36
|
+
brick: presentational-bricks.brick-link
|
|
37
|
+
version: 1.259.0
|
|
38
38
|
- type: brick
|
|
39
|
-
brick: presentational-bricks.
|
|
40
|
-
version: 1.
|
|
39
|
+
brick: presentational-bricks.template-breadcrumb
|
|
40
|
+
version: 1.259.0
|
|
41
41
|
- type: brick
|
|
42
|
-
brick: presentational-bricks.brick-
|
|
43
|
-
version: 1.
|
|
42
|
+
brick: presentational-bricks.brick-input
|
|
43
|
+
version: 1.259.0
|
|
44
44
|
- type: brick
|
|
45
|
-
brick: presentational-bricks.brick-
|
|
46
|
-
version: 1.
|
|
45
|
+
brick: presentational-bricks.brick-table
|
|
46
|
+
version: 1.259.0
|
|
47
47
|
- type: brick
|
|
48
|
-
brick: presentational-bricks.
|
|
49
|
-
version: 1.
|
|
48
|
+
brick: presentational-bricks.brick-utils
|
|
49
|
+
version: 1.259.0
|
|
50
50
|
- type: brick
|
|
51
51
|
brick: presentational-bricks.brick-value-mapping
|
|
52
|
-
version: 1.
|
|
52
|
+
version: 1.259.0
|
|
53
53
|
- type: brick
|
|
54
54
|
brick: presentational-bricks.brick-cluster-type
|
|
55
|
-
version: 1.
|
|
55
|
+
version: 1.259.0
|
|
56
56
|
- type: brick
|
|
57
57
|
brick: presentational-bricks.brick-alert-level
|
|
58
|
-
version: 1.
|
|
58
|
+
version: 1.259.0
|
|
59
59
|
- type: brick
|
|
60
60
|
brick: presentational-bricks.brick-alert-value
|
|
61
|
-
version: 1.
|
|
61
|
+
version: 1.259.0
|
|
62
62
|
- type: brick
|
|
63
|
-
brick: presentational-bricks.brick-
|
|
64
|
-
version: 1.
|
|
63
|
+
brick: presentational-bricks.brick-display-structs
|
|
64
|
+
version: 1.259.0
|
|
65
65
|
- type: brick
|
|
66
|
-
brick: presentational-bricks.brick-
|
|
67
|
-
version: 1.
|
|
66
|
+
brick: presentational-bricks.brick-conditional-display
|
|
67
|
+
version: 1.259.0
|
|
68
68
|
- type: brick
|
|
69
69
|
brick: presentational-bricks.brick-collection-instance-execution
|
|
70
|
-
version: 1.
|
|
70
|
+
version: 1.259.0
|
|
71
71
|
- type: brick
|
|
72
|
-
brick: presentational-bricks.
|
|
73
|
-
version: 1.
|
|
72
|
+
brick: presentational-bricks.cost-time
|
|
73
|
+
version: 1.259.0
|
|
74
74
|
- type: brick
|
|
75
75
|
brick: presentational-bricks.brick-user
|
|
76
|
-
version: 1.
|
|
76
|
+
version: 1.259.0
|
|
77
77
|
- type: brick
|
|
78
|
-
brick: presentational-bricks.
|
|
79
|
-
version: 1.
|
|
78
|
+
brick: presentational-bricks.brick-alert-number
|
|
79
|
+
version: 1.259.0
|
|
80
80
|
- type: brick
|
|
81
81
|
brick: presentational-bricks.brick-alert-status
|
|
82
|
-
version: 1.
|
|
82
|
+
version: 1.259.0
|
|
83
83
|
- type: brick
|
|
84
84
|
brick: presentational-bricks.datetime-selector
|
|
85
|
-
version: 1.
|
|
86
|
-
- type: brick
|
|
87
|
-
brick: presentational-bricks.dropdown-select
|
|
88
|
-
version: 1.257.4
|
|
85
|
+
version: 1.259.0
|
|
89
86
|
- type: brick
|
|
90
87
|
brick: presentational-bricks.brick-alert
|
|
91
|
-
version: 1.
|
|
88
|
+
version: 1.259.0
|
|
89
|
+
- type: brick
|
|
90
|
+
brick: presentational-bricks.brick-result
|
|
91
|
+
version: 1.259.0
|
|
92
92
|
- type: brick
|
|
93
93
|
brick: presentational-bricks.button-wrapper
|
|
94
|
-
version: 1.
|
|
94
|
+
version: 1.259.0
|
|
95
95
|
- type: brick
|
|
96
|
-
brick: presentational-bricks.
|
|
97
|
-
version: 1.
|
|
96
|
+
brick: presentational-bricks.dropdown-select
|
|
97
|
+
version: 1.259.0
|
|
98
98
|
- type: brick
|
|
99
99
|
brick: presentational-bricks.general-list
|
|
100
|
-
version: 1.
|
|
100
|
+
version: 1.259.0
|
|
101
101
|
- type: brick
|
|
102
102
|
brick: presentational-bricks.brick-quick-entries
|
|
103
|
-
version: 1.
|
|
104
|
-
- type: brick
|
|
105
|
-
brick: presentational-bricks.general-carousel
|
|
106
|
-
version: 1.257.4
|
|
107
|
-
- type: brick
|
|
108
|
-
brick: presentational-bricks.single-field-edit
|
|
109
|
-
version: 1.257.4
|
|
103
|
+
version: 1.259.0
|
|
110
104
|
- type: brick
|
|
111
105
|
brick: presentational-bricks.collapsible-card-item
|
|
112
|
-
version: 1.
|
|
106
|
+
version: 1.259.0
|
|
113
107
|
- type: brick
|
|
114
108
|
brick: presentational-bricks.brick-placeholder
|
|
115
|
-
version: 1.
|
|
109
|
+
version: 1.259.0
|
|
116
110
|
- type: brick
|
|
117
|
-
brick: presentational-bricks.
|
|
118
|
-
version: 1.
|
|
111
|
+
brick: presentational-bricks.single-field-edit
|
|
112
|
+
version: 1.259.0
|
|
119
113
|
- type: brick
|
|
120
|
-
brick: presentational-bricks.
|
|
121
|
-
version: 1.
|
|
114
|
+
brick: presentational-bricks.general-carousel
|
|
115
|
+
version: 1.259.0
|
|
122
116
|
- type: brick
|
|
123
|
-
brick: presentational-bricks.
|
|
124
|
-
version: 1.
|
|
117
|
+
brick: presentational-bricks.agent-status
|
|
118
|
+
version: 1.259.0
|
|
125
119
|
- type: brick
|
|
126
|
-
brick: presentational-bricks.
|
|
127
|
-
version: 1.
|
|
120
|
+
brick: presentational-bricks.dynamic-content
|
|
121
|
+
version: 1.259.0
|
|
128
122
|
- type: brick
|
|
129
123
|
brick: presentational-bricks.general-video
|
|
130
|
-
version: 1.
|
|
124
|
+
version: 1.259.0
|
|
131
125
|
- type: brick
|
|
132
126
|
brick: presentational-bricks.brick-divider
|
|
133
|
-
version: 1.
|
|
127
|
+
version: 1.259.0
|
|
128
|
+
- type: brick
|
|
129
|
+
brick: presentational-bricks.log-display
|
|
130
|
+
version: 1.259.0
|
|
131
|
+
- type: brick
|
|
132
|
+
brick: presentational-bricks.entry-card-item
|
|
133
|
+
version: 1.259.0
|
|
134
134
|
- type: brick
|
|
135
135
|
brick: presentational-bricks.general-tooltip
|
|
136
|
-
version: 1.
|
|
136
|
+
version: 1.259.0
|
|
137
137
|
- type: brick
|
|
138
138
|
brick: presentational-bricks.general-label
|
|
139
|
-
version: 1.
|
|
140
|
-
- type: brick
|
|
141
|
-
brick: presentational-bricks.basic-progress
|
|
142
|
-
version: 1.257.4
|
|
139
|
+
version: 1.259.0
|
|
143
140
|
- type: brick
|
|
144
141
|
brick: presentational-bricks.general-transfer
|
|
145
|
-
version: 1.
|
|
142
|
+
version: 1.259.0
|
|
143
|
+
- type: brick
|
|
144
|
+
brick: presentational-bricks.basic-progress
|
|
145
|
+
version: 1.259.0
|
|
146
146
|
- type: brick
|
|
147
147
|
brick: presentational-bricks.copyable-text
|
|
148
|
-
version: 1.
|
|
148
|
+
version: 1.259.0
|
|
149
149
|
- type: brick
|
|
150
|
-
brick: presentational-bricks.
|
|
151
|
-
version: 1.
|
|
150
|
+
brick: presentational-bricks.calendar
|
|
151
|
+
version: 1.259.0
|
|
152
152
|
- type: brick
|
|
153
153
|
brick: presentational-bricks.avatar-upload
|
|
154
|
-
version: 1.
|
|
155
|
-
- type: brick
|
|
156
|
-
brick: presentational-bricks.general-badge
|
|
157
|
-
version: 1.257.4
|
|
158
|
-
- type: brick
|
|
159
|
-
brick: presentational-bricks.calendar
|
|
160
|
-
version: 1.257.4
|
|
154
|
+
version: 1.259.0
|
|
161
155
|
- type: brick
|
|
162
156
|
brick: presentational-bricks.general-image
|
|
163
|
-
version: 1.
|
|
157
|
+
version: 1.259.0
|
|
158
|
+
- type: brick
|
|
159
|
+
brick: presentational-bricks.brick-illustration
|
|
160
|
+
version: 1.259.0
|
|
164
161
|
- type: brick
|
|
165
162
|
brick: presentational-bricks.brick-rate
|
|
166
|
-
version: 1.
|
|
163
|
+
version: 1.259.0
|
|
167
164
|
- type: brick
|
|
168
|
-
brick: presentational-bricks.
|
|
169
|
-
version: 1.
|
|
165
|
+
brick: presentational-bricks.general-badge
|
|
166
|
+
version: 1.259.0
|
|
170
167
|
- type: brick
|
|
171
168
|
brick: presentational-bricks.info-display-card-list
|
|
172
|
-
version: 1.
|
|
169
|
+
version: 1.259.0
|
|
170
|
+
- type: brick
|
|
171
|
+
brick: presentational-bricks.dynamic-grid-container
|
|
172
|
+
version: 1.259.0
|
|
173
173
|
- type: brick
|
|
174
174
|
brick: presentational-bricks.general-slider
|
|
175
|
-
version: 1.
|
|
175
|
+
version: 1.259.0
|
|
176
176
|
- type: brick
|
|
177
177
|
brick: presentational-bricks.rank-table
|
|
178
|
-
version: 1.
|
|
178
|
+
version: 1.259.0
|
|
179
179
|
- type: brick
|
|
180
180
|
brick: presentational-bricks.dropdown-button
|
|
181
|
-
version: 1.
|
|
181
|
+
version: 1.259.0
|
|
182
182
|
- type: brick
|
|
183
183
|
brick: presentational-bricks.basic-icon
|
|
184
|
-
version: 1.
|
|
185
|
-
- type: brick
|
|
186
|
-
brick: presentational-bricks.table-transfer
|
|
187
|
-
version: 1.257.4
|
|
184
|
+
version: 1.259.0
|
|
188
185
|
- type: brick
|
|
189
186
|
brick: presentational-bricks.text-collapse
|
|
190
|
-
version: 1.
|
|
187
|
+
version: 1.259.0
|
|
191
188
|
- type: brick
|
|
192
|
-
brick: presentational-bricks.
|
|
193
|
-
version: 1.
|
|
189
|
+
brick: presentational-bricks.table-transfer
|
|
190
|
+
version: 1.259.0
|
|
194
191
|
- type: brick
|
|
195
192
|
brick: presentational-bricks.code-editor
|
|
196
|
-
version: 1.
|
|
193
|
+
version: 1.259.0
|
|
197
194
|
- type: brick
|
|
198
195
|
brick: presentational-bricks.brick-code-display
|
|
199
|
-
version: 1.
|
|
196
|
+
version: 1.259.0
|
|
200
197
|
- type: brick
|
|
201
|
-
brick: presentational-bricks.
|
|
202
|
-
version: 1.
|
|
198
|
+
brick: presentational-bricks.crontab-display
|
|
199
|
+
version: 1.259.0
|
|
203
200
|
- type: brick
|
|
204
201
|
brick: presentational-bricks.brick-collapse-card
|
|
205
|
-
version: 1.
|
|
202
|
+
version: 1.259.0
|
|
203
|
+
- type: brick
|
|
204
|
+
brick: presentational-bricks.card-item
|
|
205
|
+
version: 1.259.0
|
|
206
|
+
- type: brick
|
|
207
|
+
brick: presentational-bricks.modal-confirm
|
|
208
|
+
version: 1.259.0
|
|
209
|
+
- type: brick
|
|
210
|
+
brick: presentational-bricks.statistic-card
|
|
211
|
+
version: 1.259.0
|
|
212
|
+
- type: brick
|
|
213
|
+
brick: presentational-bricks.markdown-display
|
|
214
|
+
version: 1.259.0
|
|
206
215
|
- type: brick
|
|
207
216
|
brick: presentational-bricks.brick-form
|
|
208
|
-
version: 1.
|
|
217
|
+
version: 1.259.0
|
|
209
218
|
deps:
|
|
210
219
|
- type: contract
|
|
211
220
|
contract: easyops.api.cmdb.instance.PostSearch
|
|
@@ -213,18 +222,9 @@ contracts:
|
|
|
213
222
|
- type: contract
|
|
214
223
|
contract: easyops.api.object_store.object_store.PutObject
|
|
215
224
|
version: '*'
|
|
216
|
-
- type: brick
|
|
217
|
-
brick: presentational-bricks.modal-confirm
|
|
218
|
-
version: 1.257.4
|
|
219
|
-
- type: brick
|
|
220
|
-
brick: presentational-bricks.statistic-card
|
|
221
|
-
version: 1.257.4
|
|
222
|
-
- type: brick
|
|
223
|
-
brick: presentational-bricks.markdown-display
|
|
224
|
-
version: 1.257.4
|
|
225
225
|
- type: brick
|
|
226
226
|
brick: presentational-bricks.markdown-editor
|
|
227
|
-
version: 1.
|
|
227
|
+
version: 1.259.0
|
|
228
228
|
deps:
|
|
229
229
|
- type: contract
|
|
230
230
|
contract: easyops.api.object_store.object_store.PutObject
|
package/dist/bricks.json
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bricks": [
|
|
3
3
|
"presentational-bricks.general-iframe",
|
|
4
|
-
"presentational-bricks.brick-tag",
|
|
5
|
-
"presentational-bricks.brick-tree",
|
|
6
4
|
"presentational-bricks.brick-timeline",
|
|
5
|
+
"presentational-bricks.brick-tree",
|
|
7
6
|
"presentational-bricks.brick-descriptions",
|
|
8
7
|
"presentational-bricks.brick-list",
|
|
9
|
-
"presentational-bricks.brick-
|
|
8
|
+
"presentational-bricks.brick-tag",
|
|
9
|
+
"presentational-bricks.brick-button",
|
|
10
10
|
"presentational-bricks.brick-delete-confirm",
|
|
11
|
-
"presentational-bricks.brick-
|
|
11
|
+
"presentational-bricks.brick-general-search",
|
|
12
12
|
"presentational-bricks.brick-humanize-time",
|
|
13
13
|
"presentational-bricks.general-pagination",
|
|
14
|
-
"presentational-bricks.brick-button",
|
|
15
|
-
"presentational-bricks.brick-input",
|
|
16
|
-
"presentational-bricks.brick-utils",
|
|
17
14
|
"presentational-bricks.brick-link",
|
|
18
15
|
"presentational-bricks.template-breadcrumb",
|
|
16
|
+
"presentational-bricks.brick-input",
|
|
17
|
+
"presentational-bricks.brick-table",
|
|
18
|
+
"presentational-bricks.brick-utils",
|
|
19
19
|
"presentational-bricks.brick-value-mapping",
|
|
20
20
|
"presentational-bricks.brick-cluster-type",
|
|
21
21
|
"presentational-bricks.brick-alert-level",
|
|
22
22
|
"presentational-bricks.brick-alert-value",
|
|
23
|
+
"presentational-bricks.brick-display-structs",
|
|
23
24
|
"presentational-bricks.brick-conditional-display",
|
|
24
|
-
"presentational-bricks.brick-alert-number",
|
|
25
25
|
"presentational-bricks.brick-collection-instance-execution",
|
|
26
|
-
"presentational-bricks.brick-display-structs",
|
|
27
|
-
"presentational-bricks.brick-user",
|
|
28
26
|
"presentational-bricks.cost-time",
|
|
27
|
+
"presentational-bricks.brick-user",
|
|
28
|
+
"presentational-bricks.brick-alert-number",
|
|
29
29
|
"presentational-bricks.brick-alert-status",
|
|
30
30
|
"presentational-bricks.datetime-selector",
|
|
31
|
-
"presentational-bricks.dropdown-select",
|
|
32
31
|
"presentational-bricks.brick-alert",
|
|
33
|
-
"presentational-bricks.button-wrapper",
|
|
34
32
|
"presentational-bricks.brick-result",
|
|
33
|
+
"presentational-bricks.button-wrapper",
|
|
34
|
+
"presentational-bricks.dropdown-select",
|
|
35
35
|
"presentational-bricks.general-list",
|
|
36
36
|
"presentational-bricks.brick-quick-entries",
|
|
37
|
-
"presentational-bricks.general-carousel",
|
|
38
|
-
"presentational-bricks.single-field-edit",
|
|
39
37
|
"presentational-bricks.collapsible-card-item",
|
|
40
38
|
"presentational-bricks.brick-placeholder",
|
|
41
|
-
"presentational-bricks.
|
|
39
|
+
"presentational-bricks.single-field-edit",
|
|
40
|
+
"presentational-bricks.general-carousel",
|
|
42
41
|
"presentational-bricks.agent-status",
|
|
43
|
-
"presentational-bricks.
|
|
44
|
-
"presentational-bricks.log-display",
|
|
42
|
+
"presentational-bricks.dynamic-content",
|
|
45
43
|
"presentational-bricks.general-video",
|
|
46
44
|
"presentational-bricks.brick-divider",
|
|
45
|
+
"presentational-bricks.log-display",
|
|
46
|
+
"presentational-bricks.entry-card-item",
|
|
47
47
|
"presentational-bricks.general-tooltip",
|
|
48
48
|
"presentational-bricks.general-label",
|
|
49
|
-
"presentational-bricks.basic-progress",
|
|
50
49
|
"presentational-bricks.general-transfer",
|
|
50
|
+
"presentational-bricks.basic-progress",
|
|
51
51
|
"presentational-bricks.copyable-text",
|
|
52
|
-
"presentational-bricks.brick-illustration",
|
|
53
|
-
"presentational-bricks.avatar-upload",
|
|
54
|
-
"presentational-bricks.general-badge",
|
|
55
52
|
"presentational-bricks.calendar",
|
|
53
|
+
"presentational-bricks.avatar-upload",
|
|
56
54
|
"presentational-bricks.general-image",
|
|
55
|
+
"presentational-bricks.brick-illustration",
|
|
57
56
|
"presentational-bricks.brick-rate",
|
|
58
|
-
"presentational-bricks.
|
|
57
|
+
"presentational-bricks.general-badge",
|
|
59
58
|
"presentational-bricks.info-display-card-list",
|
|
59
|
+
"presentational-bricks.dynamic-grid-container",
|
|
60
60
|
"presentational-bricks.general-slider",
|
|
61
61
|
"presentational-bricks.rank-table",
|
|
62
62
|
"presentational-bricks.dropdown-button",
|
|
63
63
|
"presentational-bricks.basic-icon",
|
|
64
|
-
"presentational-bricks.table-transfer",
|
|
65
64
|
"presentational-bricks.text-collapse",
|
|
66
|
-
"presentational-bricks.
|
|
65
|
+
"presentational-bricks.table-transfer",
|
|
67
66
|
"presentational-bricks.code-editor",
|
|
68
67
|
"presentational-bricks.brick-code-display",
|
|
69
|
-
"presentational-bricks.
|
|
68
|
+
"presentational-bricks.crontab-display",
|
|
70
69
|
"presentational-bricks.brick-collapse-card",
|
|
71
|
-
"presentational-bricks.
|
|
70
|
+
"presentational-bricks.card-item",
|
|
72
71
|
"presentational-bricks.modal-confirm",
|
|
73
72
|
"presentational-bricks.statistic-card",
|
|
74
73
|
"presentational-bricks.markdown-display",
|
|
74
|
+
"presentational-bricks.brick-form",
|
|
75
75
|
"presentational-bricks.markdown-editor"
|
|
76
76
|
],
|
|
77
77
|
"processors": [
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"ace",
|
|
83
83
|
"react-dnd"
|
|
84
84
|
],
|
|
85
|
-
"filePath": "bricks/presentational-bricks/dist/index.
|
|
85
|
+
"filePath": "bricks/presentational-bricks/dist/index.ed826cbe.js",
|
|
86
86
|
"editors": [
|
|
87
|
-
"presentational-bricks.brick-table--editor",
|
|
88
87
|
"presentational-bricks.brick-quick-entries--editor",
|
|
88
|
+
"presentational-bricks.brick-table--editor",
|
|
89
89
|
"presentational-bricks.statistic-card--editor",
|
|
90
90
|
"presentational-bricks.brick-link--editor",
|
|
91
91
|
"presentational-bricks.brick-result--editor",
|