@next-core/brick-container 2.66.30 → 2.67.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +49 -343
  2. package/dist/dll-of-editor-bricks-helper.a018f432.js.map +1 -1
  3. package/dist/{dll.11b73366.js → dll.c61b1077.js} +15 -15
  4. package/dist/{dll.11b73366.js.map → dll.c61b1077.js.map} +1 -1
  5. package/dist/icons--agile.6d5384d8.js.map +1 -1
  6. package/dist/icons--app.d3a0bf54.js.map +1 -1
  7. package/dist/icons--cmdb.f06f949d.js.map +1 -1
  8. package/dist/icons--colored-common.4b251291.js.map +1 -1
  9. package/dist/icons--container.02618c8b.js.map +1 -1
  10. package/dist/icons--easy-view.8e6f3f4f.js.map +1 -1
  11. package/dist/icons--easy-website.9e6844d9.js.map +1 -1
  12. package/dist/icons--home.790d9b11.js.map +1 -1
  13. package/dist/icons--patch-manager.fab0a471.js.map +1 -1
  14. package/dist/icons--product.fa6e8d33.js.map +1 -1
  15. package/dist/index.html +1 -1
  16. package/dist/main.190bc923ed38800cd0f9.js +2 -0
  17. package/dist/main.190bc923ed38800cd0f9.js.map +1 -0
  18. package/dist/{main.20f0edb579aef6a64865.css → main.d39df7efb75b8de32e0e.css} +1 -1
  19. package/dist/main.d39df7efb75b8de32e0e.css.map +1 -0
  20. package/dist/mockdate.59f45d37e8dce0f31118.js +16 -0
  21. package/dist/mockdate.59f45d37e8dce0f31118.js.map +1 -0
  22. package/dist/polyfill.7708b89bf35d65dd9752.js +2 -0
  23. package/dist/polyfill.7708b89bf35d65dd9752.js.map +1 -0
  24. package/package.json +17 -16
  25. package/serve/getEnv.js +5 -0
  26. package/serve/getProxies.js +1 -2
  27. package/serve/serve.js +7 -0
  28. package/dist/main.20f0edb579aef6a64865.css.map +0 -1
  29. package/dist/main.701a1824217e91058914.js +0 -2
  30. package/dist/main.701a1824217e91058914.js.map +0 -1
  31. package/dist/polyfill.ebb1c5701c8a6d14b0f9.js +0 -2
  32. package/dist/polyfill.ebb1c5701c8a6d14b0f9.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
- ## [2.66.30](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.29...@next-core/brick-container@2.66.30) (2022-05-07)
6
+ ## [2.67.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.67.0...@next-core/brick-container@2.67.1) (2022-05-10)
7
7
 
8
8
  **Note:** Version bump only for package @next-core/brick-container
9
9
 
@@ -11,677 +11,383 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [2.66.29](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.28...@next-core/brick-container@2.66.29) (2022-05-06)
14
+ # [2.67.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.31...@next-core/brick-container@2.67.0) (2022-05-09)
15
15
 
16
- **Note:** Version bump only for package @next-core/brick-container
17
16
 
17
+ ### Features
18
18
 
19
+ * support mocking global date ([12f57fd](https://github.com/easyops-cn/next-core/commit/12f57fd5f7cd57b0f9725d94a9962ecdebdd49b3))
19
20
 
20
21
 
21
22
 
22
- ## [2.66.28](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.27...@next-core/brick-container@2.66.28) (2022-05-05)
23
23
 
24
- **Note:** Version bump only for package @next-core/brick-container
25
24
 
25
+ ## [2.66.31](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.30...@next-core/brick-container@2.66.31) (2022-05-09)
26
26
 
27
27
 
28
+ ### Bug Fixes
28
29
 
29
-
30
- ## [2.66.27](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.26...@next-core/brick-container@2.66.27) (2022-04-26)
31
-
32
- **Note:** Version bump only for package @next-core/brick-container
30
+ * allow setting cookie samesite=none for http ([129c36b](https://github.com/easyops-cn/next-core/commit/129c36b452313a647b1443a546dbfc31fe3bc4db))
33
31
 
34
32
 
35
33
 
36
34
 
37
35
 
38
- ## [2.66.26](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.25...@next-core/brick-container@2.66.26) (2022-04-25)
36
+ ## [2.66.30](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.29...@next-core/brick-container@2.66.30) (2022-05-07)
39
37
 
40
38
  **Note:** Version bump only for package @next-core/brick-container
41
39
 
40
+ ## [2.66.29](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.28...@next-core/brick-container@2.66.29) (2022-05-06)
42
41
 
42
+ **Note:** Version bump only for package @next-core/brick-container
43
43
 
44
+ ## [2.66.28](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.27...@next-core/brick-container@2.66.28) (2022-05-05)
44
45
 
46
+ **Note:** Version bump only for package @next-core/brick-container
45
47
 
46
- ## [2.66.25](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.24...@next-core/brick-container@2.66.25) (2022-04-24)
48
+ ## [2.66.27](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.26...@next-core/brick-container@2.66.27) (2022-04-26)
47
49
 
48
50
  **Note:** Version bump only for package @next-core/brick-container
49
51
 
52
+ ## [2.66.26](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.25...@next-core/brick-container@2.66.26) (2022-04-25)
50
53
 
54
+ **Note:** Version bump only for package @next-core/brick-container
51
55
 
56
+ ## [2.66.25](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.24...@next-core/brick-container@2.66.25) (2022-04-24)
52
57
 
58
+ **Note:** Version bump only for package @next-core/brick-container
53
59
 
54
60
  ## [2.66.24](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.23...@next-core/brick-container@2.66.24) (2022-04-22)
55
61
 
56
62
  **Note:** Version bump only for package @next-core/brick-container
57
63
 
58
-
59
-
60
-
61
-
62
64
  ## [2.66.23](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.22...@next-core/brick-container@2.66.23) (2022-04-22)
63
65
 
64
66
  **Note:** Version bump only for package @next-core/brick-container
65
67
 
66
-
67
-
68
-
69
-
70
68
  ## [2.66.22](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.21...@next-core/brick-container@2.66.22) (2022-04-22)
71
69
 
72
70
  **Note:** Version bump only for package @next-core/brick-container
73
71
 
74
-
75
-
76
-
77
-
78
72
  ## [2.66.21](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.20...@next-core/brick-container@2.66.21) (2022-04-21)
79
73
 
80
74
  **Note:** Version bump only for package @next-core/brick-container
81
75
 
82
-
83
-
84
-
85
-
86
76
  ## [2.66.20](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.19...@next-core/brick-container@2.66.20) (2022-04-21)
87
77
 
88
78
  **Note:** Version bump only for package @next-core/brick-container
89
79
 
90
-
91
-
92
-
93
-
94
80
  ## [2.66.19](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.18...@next-core/brick-container@2.66.19) (2022-04-19)
95
81
 
96
82
  **Note:** Version bump only for package @next-core/brick-container
97
83
 
98
-
99
-
100
-
101
-
102
84
  ## [2.66.18](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.17...@next-core/brick-container@2.66.18) (2022-04-19)
103
85
 
104
86
  **Note:** Version bump only for package @next-core/brick-container
105
87
 
106
-
107
-
108
-
109
-
110
88
  ## [2.66.17](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.16...@next-core/brick-container@2.66.17) (2022-04-18)
111
89
 
112
-
113
90
  ### Bug Fixes
114
91
 
115
- * card style ([a7362ab](https://github.com/easyops-cn/next-core/commit/a7362abf34aba3c86753f840ca85cca240c9c16b))
116
-
117
-
118
-
119
-
92
+ - card style ([a7362ab](https://github.com/easyops-cn/next-core/commit/a7362abf34aba3c86753f840ca85cca240c9c16b))
120
93
 
121
94
  ## [2.66.16](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.15...@next-core/brick-container@2.66.16) (2022-04-15)
122
95
 
123
-
124
96
  ### Bug Fixes
125
97
 
126
- * 修改颜色变量指向 ([ed611ac](https://github.com/easyops-cn/next-core/commit/ed611acc8d2c8f616ed8168fec2afb11c825e1df))
127
-
128
-
129
-
130
-
98
+ - 修改颜色变量指向 ([ed611ac](https://github.com/easyops-cn/next-core/commit/ed611acc8d2c8f616ed8168fec2afb11c825e1df))
131
99
 
132
100
  ## [2.66.15](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.14...@next-core/brick-container@2.66.15) (2022-04-15)
133
101
 
134
102
  **Note:** Version bump only for package @next-core/brick-container
135
103
 
136
-
137
-
138
-
139
-
140
104
  ## [2.66.14](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.13...@next-core/brick-container@2.66.14) (2022-04-14)
141
105
 
142
106
  **Note:** Version bump only for package @next-core/brick-container
143
107
 
144
-
145
-
146
-
147
-
148
108
  ## [2.66.13](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.12...@next-core/brick-container@2.66.13) (2022-04-14)
149
109
 
150
-
151
110
  ### Bug Fixes
152
111
 
153
- * **brick-value-mapping:** 修改颜色变量指向 ([80aad43](https://github.com/easyops-cn/next-core/commit/80aad43c8a0f89159bb0c80886dabf60b188c197))
154
-
155
-
156
-
157
-
112
+ - **brick-value-mapping:** 修改颜色变量指向 ([80aad43](https://github.com/easyops-cn/next-core/commit/80aad43c8a0f89159bb0c80886dabf60b188c197))
158
113
 
159
114
  ## [2.66.12](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.11...@next-core/brick-container@2.66.12) (2022-04-14)
160
115
 
161
116
  **Note:** Version bump only for package @next-core/brick-container
162
117
 
163
-
164
-
165
-
166
-
167
118
  ## [2.66.11](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.10...@next-core/brick-container@2.66.11) (2022-04-14)
168
119
 
169
120
  **Note:** Version bump only for package @next-core/brick-container
170
121
 
171
-
172
-
173
-
174
-
175
122
  ## [2.66.10](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.9...@next-core/brick-container@2.66.10) (2022-04-12)
176
123
 
177
-
178
124
  ### Bug Fixes
179
125
 
180
- * fix style ([718a88a](https://github.com/easyops-cn/next-core/commit/718a88a521be6269fbb0c4f65d6653669034f7e0))
181
-
182
-
183
-
184
-
126
+ - fix style ([718a88a](https://github.com/easyops-cn/next-core/commit/718a88a521be6269fbb0c4f65d6653669034f7e0))
185
127
 
186
128
  ## [2.66.9](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.8...@next-core/brick-container@2.66.9) (2022-04-11)
187
129
 
188
-
189
130
  ### Bug Fixes
190
131
 
191
- * **general-button:** 适配dark模式下按钮背景色 ([4eabc05](https://github.com/easyops-cn/next-core/commit/4eabc057c343099fd091b23814cd8b0aca012a14))
192
-
193
-
194
-
195
-
132
+ - **general-button:** 适配 dark 模式下按钮背景色 ([4eabc05](https://github.com/easyops-cn/next-core/commit/4eabc057c343099fd091b23814cd8b0aca012a14))
196
133
 
197
134
  ## [2.66.8](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.7...@next-core/brick-container@2.66.8) (2022-04-11)
198
135
 
199
136
  **Note:** Version bump only for package @next-core/brick-container
200
137
 
201
-
202
-
203
-
204
-
205
138
  ## [2.66.7](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.6...@next-core/brick-container@2.66.7) (2022-04-11)
206
139
 
207
-
208
140
  ### Bug Fixes
209
141
 
210
- * support serving by https ([c69e176](https://github.com/easyops-cn/next-core/commit/c69e176c711e1889e868ffe76bc7427e437d2855))
211
-
212
-
213
-
214
-
142
+ - support serving by https ([c69e176](https://github.com/easyops-cn/next-core/commit/c69e176c711e1889e868ffe76bc7427e437d2855))
215
143
 
216
144
  ## [2.66.6](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.5...@next-core/brick-container@2.66.6) (2022-04-11)
217
145
 
218
146
  **Note:** Version bump only for package @next-core/brick-container
219
147
 
220
-
221
-
222
-
223
-
224
148
  ## [2.66.5](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.4...@next-core/brick-container@2.66.5) (2022-04-08)
225
149
 
226
150
  **Note:** Version bump only for package @next-core/brick-container
227
151
 
228
-
229
-
230
-
231
-
232
152
  ## [2.66.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.3...@next-core/brick-container@2.66.4) (2022-04-07)
233
153
 
234
-
235
154
  ### Bug Fixes
236
155
 
237
- * navigation style ([5af0aef](https://github.com/easyops-cn/next-core/commit/5af0aefff64cb285301aa2d48f2d746c9b1edcd2))
238
- * 自定义rate的颜色 refs BRICK_STORE-2660 ([5e59eab](https://github.com/easyops-cn/next-core/commit/5e59eab72b8b2f3a95fd4776fd080e402044dba4))
239
-
240
-
241
-
242
-
156
+ - navigation style ([5af0aef](https://github.com/easyops-cn/next-core/commit/5af0aefff64cb285301aa2d48f2d746c9b1edcd2))
157
+ - 自定义 rate 的颜色 refs BRICK_STORE-2660 ([5e59eab](https://github.com/easyops-cn/next-core/commit/5e59eab72b8b2f3a95fd4776fd080e402044dba4))
243
158
 
244
159
  ## [2.66.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.2...@next-core/brick-container@2.66.3) (2022-04-07)
245
160
 
246
161
  **Note:** Version bump only for package @next-core/brick-container
247
162
 
248
-
249
-
250
-
251
-
252
163
  ## [2.66.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.1...@next-core/brick-container@2.66.2) (2022-04-07)
253
164
 
254
165
  **Note:** Version bump only for package @next-core/brick-container
255
166
 
256
-
257
-
258
-
259
-
260
167
  ## [2.66.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.66.0...@next-core/brick-container@2.66.1) (2022-04-07)
261
168
 
262
169
  **Note:** Version bump only for package @next-core/brick-container
263
170
 
264
-
265
-
266
-
267
-
268
171
  # [2.66.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.38...@next-core/brick-container@2.66.0) (2022-04-06)
269
172
 
270
-
271
173
  ### Features
272
174
 
273
- * support previewing template by settings ([b1fa0f9](https://github.com/easyops-cn/next-core/commit/b1fa0f9e4d774a6b4162643348ca49402bde1479))
274
-
275
-
276
-
277
-
175
+ - support previewing template by settings ([b1fa0f9](https://github.com/easyops-cn/next-core/commit/b1fa0f9e4d774a6b4162643348ca49402bde1479))
278
176
 
279
177
  ## [2.65.38](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.37...@next-core/brick-container@2.65.38) (2022-04-06)
280
178
 
281
179
  **Note:** Version bump only for package @next-core/brick-container
282
180
 
283
-
284
-
285
-
286
-
287
181
  ## [2.65.37](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.36...@next-core/brick-container@2.65.37) (2022-04-01)
288
182
 
289
183
  **Note:** Version bump only for package @next-core/brick-container
290
184
 
291
-
292
-
293
-
294
-
295
185
  ## [2.65.36](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.35...@next-core/brick-container@2.65.36) (2022-04-01)
296
186
 
297
187
  **Note:** Version bump only for package @next-core/brick-container
298
188
 
299
-
300
-
301
-
302
-
303
189
  ## [2.65.35](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.34...@next-core/brick-container@2.65.35) (2022-03-31)
304
190
 
305
191
  **Note:** Version bump only for package @next-core/brick-container
306
192
 
307
-
308
-
309
-
310
-
311
193
  ## [2.65.34](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.33...@next-core/brick-container@2.65.34) (2022-03-30)
312
194
 
313
195
  **Note:** Version bump only for package @next-core/brick-container
314
196
 
315
-
316
-
317
-
318
-
319
197
  ## [2.65.33](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.32...@next-core/brick-container@2.65.33) (2022-03-30)
320
198
 
321
199
  **Note:** Version bump only for package @next-core/brick-container
322
200
 
323
-
324
-
325
-
326
-
327
201
  ## [2.65.32](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.31...@next-core/brick-container@2.65.32) (2022-03-30)
328
202
 
329
203
  **Note:** Version bump only for package @next-core/brick-container
330
204
 
331
-
332
-
333
-
334
-
335
205
  ## [2.65.31](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.30...@next-core/brick-container@2.65.31) (2022-03-29)
336
206
 
337
207
  **Note:** Version bump only for package @next-core/brick-container
338
208
 
339
-
340
-
341
-
342
-
343
209
  ## [2.65.30](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.29...@next-core/brick-container@2.65.30) (2022-03-29)
344
210
 
345
211
  **Note:** Version bump only for package @next-core/brick-container
346
212
 
347
-
348
-
349
-
350
-
351
213
  ## [2.65.29](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.28...@next-core/brick-container@2.65.29) (2022-03-29)
352
214
 
353
215
  **Note:** Version bump only for package @next-core/brick-container
354
216
 
355
-
356
-
357
-
358
-
359
217
  ## [2.65.28](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.27...@next-core/brick-container@2.65.28) (2022-03-29)
360
218
 
361
219
  **Note:** Version bump only for package @next-core/brick-container
362
220
 
363
-
364
-
365
-
366
-
367
221
  ## [2.65.27](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.26...@next-core/brick-container@2.65.27) (2022-03-29)
368
222
 
369
223
  **Note:** Version bump only for package @next-core/brick-container
370
224
 
371
-
372
-
373
-
374
-
375
225
  ## [2.65.26](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.25...@next-core/brick-container@2.65.26) (2022-03-29)
376
226
 
377
-
378
227
  ### Bug Fixes
379
228
 
380
- * remove preview types from brick-types ([cb72e52](https://github.com/easyops-cn/next-core/commit/cb72e52a61cd05876f282a09e153e103401cdfbf))
381
- * switch style ([fc5416b](https://github.com/easyops-cn/next-core/commit/fc5416bd283f9368f29b747ffa38571b90fb54ce))
382
-
383
-
384
-
385
-
229
+ - remove preview types from brick-types ([cb72e52](https://github.com/easyops-cn/next-core/commit/cb72e52a61cd05876f282a09e153e103401cdfbf))
230
+ - switch style ([fc5416b](https://github.com/easyops-cn/next-core/commit/fc5416bd283f9368f29b747ffa38571b90fb54ce))
386
231
 
387
232
  ## [2.65.25](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.24...@next-core/brick-container@2.65.25) (2022-03-28)
388
233
 
389
234
  **Note:** Version bump only for package @next-core/brick-container
390
235
 
391
-
392
-
393
-
394
-
395
236
  ## [2.65.24](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.23...@next-core/brick-container@2.65.24) (2022-03-28)
396
237
 
397
-
398
238
  ### Bug Fixes
399
239
 
400
- * refine style ([4bf9512](https://github.com/easyops-cn/next-core/commit/4bf9512338d7a7d5111402bad314d273bc69c4d2))
401
-
402
-
403
-
404
-
240
+ - refine style ([4bf9512](https://github.com/easyops-cn/next-core/commit/4bf9512338d7a7d5111402bad314d273bc69c4d2))
405
241
 
406
242
  ## [2.65.23](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.22...@next-core/brick-container@2.65.23) (2022-03-25)
407
243
 
408
244
  **Note:** Version bump only for package @next-core/brick-container
409
245
 
410
-
411
-
412
-
413
-
414
246
  ## [2.65.22](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.21...@next-core/brick-container@2.65.22) (2022-03-24)
415
247
 
416
248
  **Note:** Version bump only for package @next-core/brick-container
417
249
 
418
-
419
-
420
-
421
-
422
250
  ## [2.65.21](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.20...@next-core/brick-container@2.65.21) (2022-03-24)
423
251
 
424
252
  **Note:** Version bump only for package @next-core/brick-container
425
253
 
426
-
427
-
428
-
429
-
430
254
  ## [2.65.20](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.19...@next-core/brick-container@2.65.20) (2022-03-23)
431
255
 
432
256
  **Note:** Version bump only for package @next-core/brick-container
433
257
 
434
-
435
-
436
-
437
-
438
258
  ## [2.65.19](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.18...@next-core/brick-container@2.65.19) (2022-03-23)
439
259
 
440
260
  **Note:** Version bump only for package @next-core/brick-container
441
261
 
442
-
443
-
444
-
445
-
446
262
  ## [2.65.18](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.17...@next-core/brick-container@2.65.18) (2022-03-22)
447
263
 
448
264
  **Note:** Version bump only for package @next-core/brick-container
449
265
 
450
-
451
-
452
-
453
-
454
266
  ## [2.65.17](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.16...@next-core/brick-container@2.65.17) (2022-03-22)
455
267
 
456
268
  **Note:** Version bump only for package @next-core/brick-container
457
269
 
458
-
459
-
460
-
461
-
462
270
  ## [2.65.16](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.15...@next-core/brick-container@2.65.16) (2022-03-21)
463
271
 
464
272
  **Note:** Version bump only for package @next-core/brick-container
465
273
 
466
-
467
-
468
-
469
-
470
274
  ## [2.65.15](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.14...@next-core/brick-container@2.65.15) (2022-03-18)
471
275
 
472
276
  **Note:** Version bump only for package @next-core/brick-container
473
277
 
474
-
475
-
476
-
477
-
478
278
  ## [2.65.14](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.13...@next-core/brick-container@2.65.14) (2022-03-16)
479
279
 
480
-
481
280
  ### Bug Fixes
482
281
 
483
- * theme icon ([d82697c](https://github.com/easyops-cn/next-core/commit/d82697cbd293cab9dfe7d05f6002757b157ca522))
484
-
485
-
486
-
487
-
282
+ - theme icon ([d82697c](https://github.com/easyops-cn/next-core/commit/d82697cbd293cab9dfe7d05f6002757b157ca522))
488
283
 
489
284
  ## [2.65.13](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.12...@next-core/brick-container@2.65.13) (2022-03-16)
490
285
 
491
286
  **Note:** Version bump only for package @next-core/brick-container
492
287
 
493
-
494
-
495
-
496
-
497
288
  ## [2.65.12](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.11...@next-core/brick-container@2.65.12) (2022-03-15)
498
289
 
499
290
  **Note:** Version bump only for package @next-core/brick-container
500
291
 
501
-
502
-
503
-
504
-
505
292
  ## [2.65.11](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.10...@next-core/brick-container@2.65.11) (2022-03-15)
506
293
 
507
-
508
294
  ### Bug Fixes
509
295
 
510
- * style modify ([adb87b8](https://github.com/easyops-cn/next-core/commit/adb87b8b9fb610bda1165d418dbcf23722a40c74))
511
- * switch dark theme ([00ebb32](https://github.com/easyops-cn/next-core/commit/00ebb32101d86dcf05942746a25258cb9e84b699))
512
-
513
-
514
-
515
-
296
+ - style modify ([adb87b8](https://github.com/easyops-cn/next-core/commit/adb87b8b9fb610bda1165d418dbcf23722a40c74))
297
+ - switch dark theme ([00ebb32](https://github.com/easyops-cn/next-core/commit/00ebb32101d86dcf05942746a25258cb9e84b699))
516
298
 
517
299
  ## [2.65.10](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.9...@next-core/brick-container@2.65.10) (2022-03-11)
518
300
 
519
-
520
301
  ### Bug Fixes
521
302
 
522
- * style refine ([079269f](https://github.com/easyops-cn/next-core/commit/079269fd2f31602fd48dda4e4377c2bd56b13b3c))
523
- * theme style ([bc83bee](https://github.com/easyops-cn/next-core/commit/bc83bee6eba384250d153d1fb9338e992684ae53))
524
- * theme style ([40437b9](https://github.com/easyops-cn/next-core/commit/40437b9804870a494c287ef3355a12f55d9ec2e3))
525
-
526
-
527
-
528
-
303
+ - style refine ([079269f](https://github.com/easyops-cn/next-core/commit/079269fd2f31602fd48dda4e4377c2bd56b13b3c))
304
+ - theme style ([bc83bee](https://github.com/easyops-cn/next-core/commit/bc83bee6eba384250d153d1fb9338e992684ae53))
305
+ - theme style ([40437b9](https://github.com/easyops-cn/next-core/commit/40437b9804870a494c287ef3355a12f55d9ec2e3))
529
306
 
530
307
  ## [2.65.9](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.8...@next-core/brick-container@2.65.9) (2022-03-09)
531
308
 
532
309
  **Note:** Version bump only for package @next-core/brick-container
533
310
 
534
-
535
-
536
-
537
-
538
311
  ## [2.65.8](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.7...@next-core/brick-container@2.65.8) (2022-03-09)
539
312
 
540
-
541
313
  ### Bug Fixes
542
314
 
543
- * anchor style ([670252d](https://github.com/easyops-cn/next-core/commit/670252d845d7e5f305a3d84d66abfd96c23e3c43))
544
-
545
-
546
-
547
-
315
+ - anchor style ([670252d](https://github.com/easyops-cn/next-core/commit/670252d845d7e5f305a3d84d66abfd96c23e3c43))
548
316
 
549
317
  ## [2.65.7](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.6...@next-core/brick-container@2.65.7) (2022-03-08)
550
318
 
551
319
  **Note:** Version bump only for package @next-core/brick-container
552
320
 
553
-
554
-
555
-
556
-
557
321
  ## [2.65.6](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.5...@next-core/brick-container@2.65.6) (2022-03-08)
558
322
 
559
-
560
323
  ### Bug Fixes
561
324
 
562
- * style modify ([5a0ed70](https://github.com/easyops-cn/next-core/commit/5a0ed708df404bd2458a302f93c2164e239ce822))
563
-
564
-
565
-
566
-
325
+ - style modify ([5a0ed70](https://github.com/easyops-cn/next-core/commit/5a0ed708df404bd2458a302f93c2164e239ce822))
567
326
 
568
327
  ## [2.65.5](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.4...@next-core/brick-container@2.65.5) (2022-03-07)
569
328
 
570
-
571
329
  ### Bug Fixes
572
330
 
573
- * style refine ([3200d76](https://github.com/easyops-cn/next-core/commit/3200d76695f30b71505914f3c3bf1e321ee4c32d))
574
-
575
-
576
-
577
-
331
+ - style refine ([3200d76](https://github.com/easyops-cn/next-core/commit/3200d76695f30b71505914f3c3bf1e321ee4c32d))
578
332
 
579
333
  ## [2.65.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.3...@next-core/brick-container@2.65.4) (2022-03-07)
580
334
 
581
-
582
335
  ### Bug Fixes
583
336
 
584
- * fix style ([ff394cb](https://github.com/easyops-cn/next-core/commit/ff394cbfc591bc72ad6f0f6f2f761a4d64d9d774))
585
-
586
-
587
-
588
-
337
+ - fix style ([ff394cb](https://github.com/easyops-cn/next-core/commit/ff394cbfc591bc72ad6f0f6f2f761a4d64d9d774))
589
338
 
590
339
  ## [2.65.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.2...@next-core/brick-container@2.65.3) (2022-03-07)
591
340
 
592
-
593
341
  ### Bug Fixes
594
342
 
595
- * modify style ([38ea3c0](https://github.com/easyops-cn/next-core/commit/38ea3c000d077b16c776a5a17ccbff845517a947))
596
-
597
-
598
-
599
-
343
+ - modify style ([38ea3c0](https://github.com/easyops-cn/next-core/commit/38ea3c000d077b16c776a5a17ccbff845517a947))
600
344
 
601
345
  ## [2.65.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.1...@next-core/brick-container@2.65.2) (2022-03-04)
602
346
 
603
347
  **Note:** Version bump only for package @next-core/brick-container
604
348
 
605
-
606
-
607
-
608
-
609
349
  ## [2.65.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.65.0...@next-core/brick-container@2.65.1) (2022-03-04)
610
350
 
611
-
612
351
  ### Bug Fixes
613
352
 
614
- * color palette ([9d28804](https://github.com/easyops-cn/next-core/commit/9d2880444868961d5c0653aed2e12babf59fcc73))
615
- * fix style ([a6a6628](https://github.com/easyops-cn/next-core/commit/a6a66283c43922d64e2e4130bc5abf8195b33acc))
616
- * modify style ([c8e30d5](https://github.com/easyops-cn/next-core/commit/c8e30d5f0ab064aea164de58c931cc64014482d8))
617
- * style refine ([6501739](https://github.com/easyops-cn/next-core/commit/6501739e6b04f085fc32e9e4300132f8dd7bea73))
618
-
619
-
620
-
621
-
353
+ - color palette ([9d28804](https://github.com/easyops-cn/next-core/commit/9d2880444868961d5c0653aed2e12babf59fcc73))
354
+ - fix style ([a6a6628](https://github.com/easyops-cn/next-core/commit/a6a66283c43922d64e2e4130bc5abf8195b33acc))
355
+ - modify style ([c8e30d5](https://github.com/easyops-cn/next-core/commit/c8e30d5f0ab064aea164de58c931cc64014482d8))
356
+ - style refine ([6501739](https://github.com/easyops-cn/next-core/commit/6501739e6b04f085fc32e9e4300132f8dd7bea73))
622
357
 
623
358
  # [2.65.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.64.9...@next-core/brick-container@2.65.0) (2022-03-02)
624
359
 
625
-
626
360
  ### Features
627
361
 
628
- * add custom css variables ([d212f5c](https://github.com/easyops-cn/next-core/commit/d212f5c8768af09e51b9f7e109f19249649e90e0))
629
-
630
-
631
-
632
-
362
+ - add custom css variables ([d212f5c](https://github.com/easyops-cn/next-core/commit/d212f5c8768af09e51b9f7e109f19249649e90e0))
633
363
 
634
364
  ## [2.64.9](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.64.8...@next-core/brick-container@2.64.9) (2022-03-02)
635
365
 
636
366
  **Note:** Version bump only for package @next-core/brick-container
637
367
 
638
-
639
-
640
-
641
-
642
368
  ## [2.64.8](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.64.7...@next-core/brick-container@2.64.8) (2022-03-01)
643
369
 
644
-
645
370
  ### Bug Fixes
646
371
 
647
- * fix i18n of moment ([d1af503](https://github.com/easyops-cn/next-core/commit/d1af5033c0c404ac3c33814d5844765534f07f65))
648
-
649
-
650
-
651
-
372
+ - fix i18n of moment ([d1af503](https://github.com/easyops-cn/next-core/commit/d1af5033c0c404ac3c33814d5844765534f07f65))
652
373
 
653
374
  ## [2.64.7](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.64.6...@next-core/brick-container@2.64.7) (2022-02-28)
654
375
 
655
-
656
376
  ### Bug Fixes
657
377
 
658
- * add css variables ([2d06061](https://github.com/easyops-cn/next-core/commit/2d060614c592fc53733c4fffdb9ba886491f0690))
659
-
660
-
661
-
662
-
378
+ - add css variables ([2d06061](https://github.com/easyops-cn/next-core/commit/2d060614c592fc53733c4fffdb9ba886491f0690))
663
379
 
664
380
  ## [2.64.6](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.64.5...@next-core/brick-container@2.64.6) (2022-02-28)
665
381
 
666
-
667
382
  ### Bug Fixes
668
383
 
669
- * upload style ([c5077ad](https://github.com/easyops-cn/next-core/commit/c5077adc712fb3a25ee86c3304eca52a3324c456))
670
-
671
-
672
-
673
-
384
+ - upload style ([c5077ad](https://github.com/easyops-cn/next-core/commit/c5077adc712fb3a25ee86c3304eca52a3324c456))
674
385
 
675
386
  ## [2.64.5](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.64.4...@next-core/brick-container@2.64.5) (2022-02-28)
676
387
 
677
-
678
388
  ### Bug Fixes
679
389
 
680
- * style refine ([c6e1ee9](https://github.com/easyops-cn/next-core/commit/c6e1ee9d707d58daf9ccff51d975b50b157f032c))
681
-
682
-
683
-
684
-
390
+ - style refine ([c6e1ee9](https://github.com/easyops-cn/next-core/commit/c6e1ee9d707d58daf9ccff51d975b50b157f032c))
685
391
 
686
392
  ## [2.64.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.64.3...@next-core/brick-container@2.64.4) (2022-02-24)
687
393