@stylexjs/shared 0.17.3 → 0.17.5

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.
@@ -108,6 +108,15 @@ longHandPhysical.add('border-top-left-radius');
108
108
  longHandPhysical.add('border-top-right-radius');
109
109
  longHandPhysical.add('border-bottom-left-radius');
110
110
  longHandPhysical.add('border-bottom-right-radius');
111
+ shorthandsOfLonghands.add('corner-shape');
112
+ longHandLogical.add('corner-start-start-shape');
113
+ longHandLogical.add('corner-start-end-shape');
114
+ longHandLogical.add('corner-end-start-shape');
115
+ longHandLogical.add('corner-end-end-shape');
116
+ longHandPhysical.add('corner-top-left-shape');
117
+ longHandPhysical.add('corner-top-right-shape');
118
+ longHandPhysical.add('corner-bottom-left-shape');
119
+ longHandPhysical.add('corner-bottom-right-shape');
111
120
  longHandLogical.add('box-shadow');
112
121
  longHandLogical.add('accent-color');
113
122
  longHandLogical.add('appearance');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stylexjs/shared",
3
- "version": "0.17.3",
3
+ "version": "0.17.5",
4
4
  "main": "lib/index.js",
5
5
  "repository": {
6
6
  "type": "git",