@stokelp/styled-system 2.51.0 → 2.52.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokelp/styled-system",
3
- "version": "2.51.0",
3
+ "version": "2.52.0",
4
4
  "description": "Stokelp UI styled-system",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -10,7 +10,7 @@ export interface Conditions {
10
10
  "_focusWithin": string
11
11
  /** `&:is(:focus-visible, [data-focus-visible])` */
12
12
  "_focusVisible": string
13
- /** `&:is(:disabled, [disabled], [data-disabled], .PhoneInput--disabled)` */
13
+ /** `&:is(:disabled, [disabled], [data-disabled], .PhoneInput--disabled), &:is(:readonly, [readonly], [data-readonly], .PhoneInput--readOnly)` */
14
14
  "_disabled": string
15
15
  /** `&:is(:active, [data-active])` */
16
16
  "_active": string