@plumeria/core 16.1.0 → 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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "16.1.0",
3
+ "version": "16.2.0",
4
4
  "description": "Zero-cost abstraction layer for styling React components.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",