@stokelp/ui 2.53.0 → 2.53.1
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 +0 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -18715,7 +18715,6 @@ const { withProvider: ep, withContext: H5 } = Q(ua, {
|
|
|
18715
18715
|
display: "flex",
|
|
18716
18716
|
alignItems: "center",
|
|
18717
18717
|
gap: "space-4",
|
|
18718
|
-
bg: "orangered",
|
|
18719
18718
|
"&:has(~input:disabled, ~input[data-disabled], ~input:read-only, ~input[data-readonly]),input:is(:disabled, [data-disabled], :read-only, [data-readonly]) ~ & ": {
|
|
18720
18719
|
color: "grey.300",
|
|
18721
18720
|
cursor: "not-allowed"
|