@superdispatch/ui 0.23.0 → 0.23.4
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 +6 -6
- package/dist-node/index.js.map +1 -1
- package/dist-src/tag/Tag.js +6 -6
- package/dist-web/index.js +6 -6
- package/dist-web/index.js.map +1 -1
- package/package.json +1 -1
package/dist-src/tag/Tag.js
CHANGED
|
@@ -51,22 +51,22 @@ var useStyles = /*#__PURE__*/makeStyles(theme => ({
|
|
|
51
51
|
backgroundColor: Color.Dark300
|
|
52
52
|
},
|
|
53
53
|
'&$colorBlue': {
|
|
54
|
-
backgroundColor: Color.
|
|
54
|
+
backgroundColor: Color.Blue300
|
|
55
55
|
},
|
|
56
56
|
'&$colorGreen': {
|
|
57
|
-
backgroundColor: Color.
|
|
57
|
+
backgroundColor: Color.Green300
|
|
58
58
|
},
|
|
59
59
|
'&$colorPurple': {
|
|
60
|
-
backgroundColor: Color.
|
|
60
|
+
backgroundColor: Color.Purple300
|
|
61
61
|
},
|
|
62
62
|
'&$colorRed': {
|
|
63
|
-
backgroundColor: Color.
|
|
63
|
+
backgroundColor: Color.Red300
|
|
64
64
|
},
|
|
65
65
|
'&$colorTeal': {
|
|
66
|
-
backgroundColor: Color.
|
|
66
|
+
backgroundColor: Color.Teal300
|
|
67
67
|
},
|
|
68
68
|
'&$colorYellow': {
|
|
69
|
-
backgroundColor: Color.
|
|
69
|
+
backgroundColor: Color.Yellow300
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
colorGrey: {},
|
package/dist-web/index.js
CHANGED
|
@@ -2307,22 +2307,22 @@ var useStyles$c = /*#__PURE__*/makeStyles(theme => ({
|
|
|
2307
2307
|
backgroundColor: Color.Dark300
|
|
2308
2308
|
},
|
|
2309
2309
|
'&$colorBlue': {
|
|
2310
|
-
backgroundColor: Color.
|
|
2310
|
+
backgroundColor: Color.Blue300
|
|
2311
2311
|
},
|
|
2312
2312
|
'&$colorGreen': {
|
|
2313
|
-
backgroundColor: Color.
|
|
2313
|
+
backgroundColor: Color.Green300
|
|
2314
2314
|
},
|
|
2315
2315
|
'&$colorPurple': {
|
|
2316
|
-
backgroundColor: Color.
|
|
2316
|
+
backgroundColor: Color.Purple300
|
|
2317
2317
|
},
|
|
2318
2318
|
'&$colorRed': {
|
|
2319
|
-
backgroundColor: Color.
|
|
2319
|
+
backgroundColor: Color.Red300
|
|
2320
2320
|
},
|
|
2321
2321
|
'&$colorTeal': {
|
|
2322
|
-
backgroundColor: Color.
|
|
2322
|
+
backgroundColor: Color.Teal300
|
|
2323
2323
|
},
|
|
2324
2324
|
'&$colorYellow': {
|
|
2325
|
-
backgroundColor: Color.
|
|
2325
|
+
backgroundColor: Color.Yellow300
|
|
2326
2326
|
}
|
|
2327
2327
|
},
|
|
2328
2328
|
colorGrey: {},
|