@stokelp/ui 2.52.0 → 2.52.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 +1 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -17826,7 +17826,7 @@ const { withProvider: ep, withContext: H5 } = Q(ua, {
|
|
|
17826
17826
|
sm: "600px"
|
|
17827
17827
|
}, Tp = {
|
|
17828
17828
|
extend: {
|
|
17829
|
-
disabled: "&:is(:disabled, [disabled], [data-disabled], .PhoneInput--disabled), &:is(:
|
|
17829
|
+
disabled: "&:is(:disabled, [disabled], [data-disabled], .PhoneInput--disabled), &:is(:read-only, [readonly], [data-readonly], .PhoneInput--readOnly)",
|
|
17830
17830
|
checked: "&:where(:checked, [data-checked], [aria-checked=true], [data-state=checked])",
|
|
17831
17831
|
closed: "&:where([data-state=closed])",
|
|
17832
17832
|
collapsed: '&:where([aria-collapsed=true], [data-collapsed], [data-state="collapsed"])',
|