@sanity/ui 2.0.0-alpha.1 → 2.0.0-alpha.3
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/dist/index.d.ts +9 -4
- package/dist/index.esm.js +4 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/theme/lib/theme/theme.ts +9 -4
- package/src/theme/studioTheme/theme.ts +4 -0
- package/src/theme/studioTheme/tints.ts +3 -3
package/dist/index.js
CHANGED
|
@@ -3134,6 +3134,10 @@ const studioTheme = {
|
|
|
3134
3134
|
},
|
|
3135
3135
|
color,
|
|
3136
3136
|
container: [320, 640, 960, 1280, 1600, 1920],
|
|
3137
|
+
focusRing: {
|
|
3138
|
+
offset: 1,
|
|
3139
|
+
width: 2
|
|
3140
|
+
},
|
|
3137
3141
|
fonts,
|
|
3138
3142
|
media: [360, 600, 900, 1200, 1800, 2400],
|
|
3139
3143
|
radius: [0, 1, 3, 6, 9, 12, 21],
|