@plumeria/core 16.1.1 → 16.2.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/lib/csstypes.d.ts +1 -1
- package/package.json +1 -1
package/lib/csstypes.d.ts
CHANGED
|
@@ -1098,7 +1098,7 @@ type textTransform =
|
|
|
1098
1098
|
| 'full-width';
|
|
1099
1099
|
type textUnderlineOffset = number | StableString;
|
|
1100
1100
|
type textUnderlinePosition = 'auto' | StableString;
|
|
1101
|
-
type textWrap = 'wrap' | 'nowrap' | 'balance';
|
|
1101
|
+
type textWrap = 'wrap' | 'nowrap' | 'balance' | 'pretty' | 'stable';
|
|
1102
1102
|
type time = StableString;
|
|
1103
1103
|
type timelineScope = number | StableString;
|
|
1104
1104
|
type top = number | StableString;
|