@sanity/ui 3.0.0-static.22 → 3.0.0-static.23

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": "@sanity/ui",
3
- "version": "3.0.0-static.22",
3
+ "version": "3.0.0-static.23",
4
4
  "keywords": [
5
5
  "react",
6
6
  "ui",
@@ -182,7 +182,6 @@
182
182
  "mkdirp": "^3.0.1",
183
183
  "npm-run-all2": "^8.0.4",
184
184
  "postcss": "^8.5.3",
185
- "postcss-merge-at-rules": "^1.2.0",
186
185
  "postcss-preset-env": "^10.2.0",
187
186
  "prettier": "^3.5.3",
188
187
  "react": "^19.1.0",
@@ -37,6 +37,7 @@ export const element = _style(layers.primitives, {
37
37
  display: 'block',
38
38
  boxSizing: 'border-box',
39
39
  resize: 'none',
40
+ // See https://caniuse.com/?search=width%3A%20stretch
40
41
  width: ['-moz-available', '-webkit-fill-available', 'stretch'],
41
42
 
42
43
  selectors: {
@@ -36,7 +36,8 @@ export const root = _style(layers.primitives, {
36
36
  font: 'inherit',
37
37
  textAlign: 'inherit',
38
38
  border: 'none',
39
- width: ['-moz-available', '-webkit-fill-available', 'fill-available'],
39
+ // See https://caniuse.com/?search=width%3A%20stretch
40
+ width: ['-moz-available', '-webkit-fill-available', 'stretch'],
40
41
  },
41
42
 
42
43
  'a.&': {