@sanity/ui 2.8.13 → 2.8.15

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": "2.8.13",
3
+ "version": "2.8.15",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -121,7 +121,7 @@
121
121
  "@commitlint/cli": "^19.4.0",
122
122
  "@commitlint/config-conventional": "^19.2.2",
123
123
  "@juggle/resize-observer": "^3.4.0",
124
- "@sanity/pkg-utils": "^6.11.7",
124
+ "@sanity/pkg-utils": "^6.11.8",
125
125
  "@sanity/prettier-config": "^1.0.2",
126
126
  "@sanity/semantic-release-preset": "^5.0.0",
127
127
  "@sanity/ui-workshop": "^2.0.16",
@@ -178,7 +178,7 @@
178
178
  "npm-run-all2": "^5.0.2",
179
179
  "prettier": "^3.3.3",
180
180
  "react": "^18.3.1",
181
- "react-compiler-runtime": "beta",
181
+ "react-compiler-runtime": "19.0.0-beta-6fc168f-20241025",
182
182
  "react-dom": "^18.3.1",
183
183
  "react-is": "^18.3.1",
184
184
  "refractor": "^4.8.1",
@@ -188,7 +188,7 @@
188
188
  "storybook": "^8.3.6",
189
189
  "styled-components": "^6.1.13",
190
190
  "tsconfig-paths": "^4.2.0",
191
- "typescript": "5.5.3",
191
+ "typescript": "5.6.3",
192
192
  "vite": "^5.4.2",
193
193
  "vite-tsconfig-paths": "^5.0.1"
194
194
  },
@@ -241,7 +241,7 @@ const DialogCard = forwardRef(function DialogCard(
241
241
  <DialogLayout direction="column">
242
242
  {showHeader && (
243
243
  <DialogHeader>
244
- <Flex align="center" padding={3}>
244
+ <Flex align="flex-start" padding={3}>
245
245
  <Box flex={1} padding={2}>
246
246
  {header && (
247
247
  <Text id={labelId} size={1} weight="semibold">
@@ -427,7 +427,7 @@ export const defaultColorTokens: ThemeColorTokens = {
427
427
  '*': {
428
428
  _blend: ['multiply', 'screen'],
429
429
  bg: ['white', 'black'],
430
- border: ['200', '800'],
430
+ border: ['200', '700'],
431
431
  fg: ['black', '200'],
432
432
  muted: {
433
433
  bg: ['50', '950'],
@@ -443,6 +443,7 @@ export const defaultColorTokens: ThemeColorTokens = {
443
443
  fg: ['800', '200'],
444
444
  },
445
445
  'disabled': {
446
+ bg: ['50', '950'],
446
447
  fg: ['400', '600'],
447
448
  border: ['100', '900'],
448
449
  placeholder: ['200', '800 50%'],