@superdispatch/ui-lab 0.45.0 → 0.46.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/dist-node/index.js +2 -1
- package/dist-node/index.js.map +1 -1
- package/dist-src/button/Button.js +2 -1
- package/dist-web/index.js +2 -1
- package/dist-web/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -62,6 +62,7 @@ function getDefaultVariables(size) {
|
|
|
62
62
|
textColorHovered: Color.White,
|
|
63
63
|
backgroundColorHovered: ColorDynamic.Blue500,
|
|
64
64
|
backgroundColorActive: ColorDynamic.Blue400,
|
|
65
|
+
textColorDisabled: Color.White50,
|
|
65
66
|
backgroundColorDisabled: ColorDynamic.Blue30
|
|
66
67
|
});
|
|
67
68
|
}
|
|
@@ -124,7 +125,7 @@ function getSuccessVariables(size) {
|
|
|
124
125
|
backgroundColor: ColorDynamic.Green300,
|
|
125
126
|
backgroundColorHovered: ColorDynamic.Green500,
|
|
126
127
|
backgroundColorActive: ColorDynamic.Green500,
|
|
127
|
-
textColorDisabled: Color.
|
|
128
|
+
textColorDisabled: Color.White50,
|
|
128
129
|
backgroundColorDisabled: ColorDynamic.Green30
|
|
129
130
|
});
|
|
130
131
|
}
|
package/dist-web/index.js
CHANGED
|
@@ -353,6 +353,7 @@ function getDefaultVariables(size) {
|
|
|
353
353
|
textColorHovered: Color.White,
|
|
354
354
|
backgroundColorHovered: ColorDynamic.Blue500,
|
|
355
355
|
backgroundColorActive: ColorDynamic.Blue400,
|
|
356
|
+
textColorDisabled: Color.White50,
|
|
356
357
|
backgroundColorDisabled: ColorDynamic.Blue30
|
|
357
358
|
});
|
|
358
359
|
}
|
|
@@ -415,7 +416,7 @@ function getSuccessVariables(size) {
|
|
|
415
416
|
backgroundColor: ColorDynamic.Green300,
|
|
416
417
|
backgroundColorHovered: ColorDynamic.Green500,
|
|
417
418
|
backgroundColorActive: ColorDynamic.Green500,
|
|
418
|
-
textColorDisabled: Color.
|
|
419
|
+
textColorDisabled: Color.White50,
|
|
419
420
|
backgroundColorDisabled: ColorDynamic.Green30
|
|
420
421
|
});
|
|
421
422
|
}
|