bl-common-vue3 3.4.58 → 3.4.59
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/lib/vue3common.common.js
CHANGED
|
@@ -52895,7 +52895,7 @@ var DICT_COLORS = [{
|
|
|
52895
52895
|
}, {
|
|
52896
52896
|
label: '信息',
|
|
52897
52897
|
value: 'info',
|
|
52898
|
-
color: '#
|
|
52898
|
+
color: '#5bc0de'
|
|
52899
52899
|
}, {
|
|
52900
52900
|
label: '警告',
|
|
52901
52901
|
value: 'warning',
|
package/lib/vue3common.umd.js
CHANGED
|
@@ -52904,7 +52904,7 @@ var DICT_COLORS = [{
|
|
|
52904
52904
|
}, {
|
|
52905
52905
|
label: '信息',
|
|
52906
52906
|
value: 'info',
|
|
52907
|
-
color: '#
|
|
52907
|
+
color: '#5bc0de'
|
|
52908
52908
|
}, {
|
|
52909
52909
|
label: '警告',
|
|
52910
52910
|
value: 'warning',
|