@stokelp/ui 2.30.1 → 2.30.2
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/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +3 -2
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -15243,7 +15243,7 @@ const { withProvider: EL, withContext: x4 } = K(td), NL = EL(s("div"), "root"),
|
|
|
15243
15243
|
},
|
|
15244
15244
|
content: {
|
|
15245
15245
|
fontFamily: "satoshi",
|
|
15246
|
-
background: "
|
|
15246
|
+
background: "primary.500",
|
|
15247
15247
|
borderWidth: 1,
|
|
15248
15248
|
borderColor: "primary.500",
|
|
15249
15249
|
borderStyle: "solid",
|
|
@@ -15298,7 +15298,8 @@ const { withProvider: EL, withContext: x4 } = K(td), NL = EL(s("div"), "root"),
|
|
|
15298
15298
|
},
|
|
15299
15299
|
_selected: "primary.500",
|
|
15300
15300
|
_highlighted: "primary.200",
|
|
15301
|
-
_hover: "primary.200"
|
|
15301
|
+
_hover: "primary.200",
|
|
15302
|
+
base: "background"
|
|
15302
15303
|
},
|
|
15303
15304
|
color: {
|
|
15304
15305
|
_disabled: {
|