bhd-components 0.9.27 → 0.9.28
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/index.esm.es5.development.css +24 -12
- package/dist/index.esm.es5.development.js +1 -1
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +1 -1
- package/dist/vendor.esm.es5.production.js +1 -1
- package/es2017/message/index.module.less +12 -4
- package/esm/message/index.module.less +12 -4
- package/package.json +1 -1
|
@@ -2229,7 +2229,7 @@
|
|
|
2229
2229
|
"description": "图标,六级填充色"
|
|
2230
2230
|
}
|
|
2231
2231
|
*/
|
|
2232
|
-
.
|
|
2232
|
+
.index_module_customSuccess__70ac51ed.bhd-message-notice .bhd-message-notice-content {
|
|
2233
2233
|
background: #23d9c3 !important;
|
|
2234
2234
|
color: #ffffff;
|
|
2235
2235
|
font-weight: 600;
|
|
@@ -2238,7 +2238,11 @@
|
|
|
2238
2238
|
border-radius: 4px !important;
|
|
2239
2239
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2240
2240
|
}
|
|
2241
|
-
.
|
|
2241
|
+
.index_module_customSuccess__70ac51ed.bhd-message-notice .bhd-message-notice-content > .bhd-message-success {
|
|
2242
|
+
display: flex;
|
|
2243
|
+
align-items: center;
|
|
2244
|
+
}
|
|
2245
|
+
.index_module_customSuccess__70ac51ed.bhd-message-notice .bhd-message-notice-content > .bhd-message-success > .anticon {
|
|
2242
2246
|
color: #ffffff;
|
|
2243
2247
|
font-size: 14px;
|
|
2244
2248
|
display: inline-flex;
|
|
@@ -2251,9 +2255,8 @@
|
|
|
2251
2255
|
vertical-align: middle;
|
|
2252
2256
|
text-rendering: optimizeLegibility;
|
|
2253
2257
|
-webkit-font-smoothing: antialiased;
|
|
2254
|
-
transform: translateY(-1px);
|
|
2255
2258
|
}
|
|
2256
|
-
.
|
|
2259
|
+
.index_module_customWarning__70ac51ed.bhd-message-notice .bhd-message-notice-content {
|
|
2257
2260
|
background-color: #ffc107 !important;
|
|
2258
2261
|
color: #ffffff;
|
|
2259
2262
|
font-weight: 600;
|
|
@@ -2262,7 +2265,11 @@
|
|
|
2262
2265
|
border-radius: 4px !important;
|
|
2263
2266
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2264
2267
|
}
|
|
2265
|
-
.
|
|
2268
|
+
.index_module_customWarning__70ac51ed.bhd-message-notice .bhd-message-notice-content .bhd-message-warning {
|
|
2269
|
+
display: flex;
|
|
2270
|
+
align-items: center;
|
|
2271
|
+
}
|
|
2272
|
+
.index_module_customWarning__70ac51ed.bhd-message-notice .bhd-message-notice-content .bhd-message-warning > .anticon {
|
|
2266
2273
|
color: #ffffff;
|
|
2267
2274
|
font-size: 14px;
|
|
2268
2275
|
display: inline-flex;
|
|
@@ -2275,9 +2282,8 @@
|
|
|
2275
2282
|
vertical-align: middle;
|
|
2276
2283
|
text-rendering: optimizeLegibility;
|
|
2277
2284
|
-webkit-font-smoothing: antialiased;
|
|
2278
|
-
transform: translateY(-1px);
|
|
2279
2285
|
}
|
|
2280
|
-
.
|
|
2286
|
+
.index_module_customError__70ac51ed.bhd-message-notice .bhd-message-notice-content {
|
|
2281
2287
|
background-color: #f8700c !important;
|
|
2282
2288
|
color: #ffffff;
|
|
2283
2289
|
font-weight: 600;
|
|
@@ -2286,7 +2292,11 @@
|
|
|
2286
2292
|
border-radius: 4px !important;
|
|
2287
2293
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2288
2294
|
}
|
|
2289
|
-
.
|
|
2295
|
+
.index_module_customError__70ac51ed.bhd-message-notice .bhd-message-notice-content .bhd-message-error {
|
|
2296
|
+
display: flex;
|
|
2297
|
+
align-items: center;
|
|
2298
|
+
}
|
|
2299
|
+
.index_module_customError__70ac51ed.bhd-message-notice .bhd-message-notice-content .bhd-message-error > .anticon {
|
|
2290
2300
|
color: #ffffff;
|
|
2291
2301
|
font-size: 14px;
|
|
2292
2302
|
display: inline-flex;
|
|
@@ -2299,9 +2309,8 @@
|
|
|
2299
2309
|
vertical-align: middle;
|
|
2300
2310
|
text-rendering: optimizeLegibility;
|
|
2301
2311
|
-webkit-font-smoothing: antialiased;
|
|
2302
|
-
transform: translateY(-1px);
|
|
2303
2312
|
}
|
|
2304
|
-
.
|
|
2313
|
+
.index_module_customInfo__70ac51ed.bhd-message-notice .bhd-message-notice-content {
|
|
2305
2314
|
background: #5991ef !important;
|
|
2306
2315
|
color: #ffffff;
|
|
2307
2316
|
font-weight: 600;
|
|
@@ -2310,7 +2319,11 @@
|
|
|
2310
2319
|
border-radius: 4px !important;
|
|
2311
2320
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2312
2321
|
}
|
|
2313
|
-
.
|
|
2322
|
+
.index_module_customInfo__70ac51ed.bhd-message-notice .bhd-message-notice-content > .bhd-message-info {
|
|
2323
|
+
display: flex;
|
|
2324
|
+
align-items: center;
|
|
2325
|
+
}
|
|
2326
|
+
.index_module_customInfo__70ac51ed.bhd-message-notice .bhd-message-notice-content > .bhd-message-info > .anticon {
|
|
2314
2327
|
color: #ffffff;
|
|
2315
2328
|
font-size: 14px;
|
|
2316
2329
|
display: inline-flex;
|
|
@@ -2323,7 +2336,6 @@
|
|
|
2323
2336
|
vertical-align: middle;
|
|
2324
2337
|
text-rendering: optimizeLegibility;
|
|
2325
2338
|
-webkit-font-smoothing: antialiased;
|
|
2326
|
-
transform: translateY(-1px);
|
|
2327
2339
|
}
|
|
2328
2340
|
|
|
2329
2341
|
/* 变量色值 */
|
|
@@ -604,7 +604,7 @@ var i18Conversion$1 = i18Conversion;
|
|
|
604
604
|
};
|
|
605
605
|
var BhdTableSimple$1 = BhdTableSimple;
|
|
606
606
|
|
|
607
|
-
var modules_63b47c51$9 = {"customSuccess":"
|
|
607
|
+
var modules_63b47c51$9 = {"customSuccess":"index_module_customSuccess__70ac51ed","customWarning":"index_module_customWarning__70ac51ed","customError":"index_module_customError__70ac51ed","customInfo":"index_module_customInfo__70ac51ed"};
|
|
608
608
|
|
|
609
609
|
var _message, _message1, _message2, _message3, _message4, _message5, _message6, _message7, _message8;
|
|
610
610
|
var BhdMessage = _object_spread_props(_object_spread({}, AntdMessage), {
|