@sanity/ui 0.37.6 → 0.37.7

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": "0.37.6",
3
+ "version": "0.37.7",
4
4
  "sideEffects": false,
5
5
  "source": "./src/index.ts",
6
6
  "exports": {
@@ -31,8 +31,8 @@
31
31
  "@juggle/resize-observer": "^3.3.1",
32
32
  "@popperjs/core": "^2.11.4",
33
33
  "@reach/auto-id": "^0.16.0",
34
- "@sanity/color": "^2.1.8",
35
- "@sanity/icons": "^1.2.6",
34
+ "@sanity/color": "^2.1.9",
35
+ "@sanity/icons": "^1.2.7",
36
36
  "framer-motion": "6.2.8",
37
37
  "popper-max-size-modifier": "^0.2.0",
38
38
  "react-is": "^17.0.2",
@@ -49,8 +49,8 @@
49
49
  "styled-components": "^5.3.5"
50
50
  },
51
51
  "peerDependencies": {
52
- "react": "^16.9 || ^17",
53
- "react-dom": "^16.9 || ^17",
52
+ "react": "^16.9 || ^17 || ^18",
53
+ "react-dom": "^16.9 || ^17 || ^18",
54
54
  "styled-components": "^5.2"
55
55
  },
56
56
  "repository": {
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "d537879301eb41b50e56045bf4d7772720bf58d3"
73
+ "gitHead": "c122776f0f29f77ed3a210701e8e287f622460fa"
74
74
  }
@@ -55,7 +55,7 @@ export const fonts: ThemeFonts = {
55
55
  },
56
56
  heading: {
57
57
  family:
58
- '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif',
58
+ '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, system-ui, sans-serif',
59
59
  horizontalOffset: 0.075,
60
60
  weights: {
61
61
  regular: 700,
@@ -116,7 +116,7 @@ export const fonts: ThemeFonts = {
116
116
  },
117
117
  label: {
118
118
  family:
119
- '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", system-ui, sans-serif',
119
+ '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", system-ui, sans-serif',
120
120
  horizontalOffset: 0.075,
121
121
  weights: {
122
122
  regular: 600,
@@ -169,7 +169,7 @@ export const fonts: ThemeFonts = {
169
169
  },
170
170
  text: {
171
171
  family:
172
- '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif',
172
+ '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, system-ui, sans-serif',
173
173
  horizontalOffset: 0.075,
174
174
  weights: {
175
175
  regular: 400,