@sanity/ui 2.6.2 → 2.6.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.mts CHANGED
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
-
3
1
  import {BaseTheme as BaseTheme_2} from '@sanity/ui/theme'
4
2
  import {Component} from 'react'
5
3
  import {Context} from 'react'
@@ -89,7 +87,7 @@ export declare const Arrow: ForwardRefExoticComponent<
89
87
  {
90
88
  width: number
91
89
  height: number
92
- radius?: number | undefined
90
+ radius?: number
93
91
  } & Omit<HTMLProps<HTMLDivElement>, 'height' | 'width'>,
94
92
  'ref'
95
93
  > &
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
-
3
1
  import {BaseTheme as BaseTheme_2} from '@sanity/ui/theme'
4
2
  import {Component} from 'react'
5
3
  import {Context} from 'react'
@@ -89,7 +87,7 @@ export declare const Arrow: ForwardRefExoticComponent<
89
87
  {
90
88
  width: number
91
89
  height: number
92
- radius?: number | undefined
90
+ radius?: number
93
91
  } & Omit<HTMLProps<HTMLDivElement>, 'height' | 'width'>,
94
92
  'ref'
95
93
  > &
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -106,7 +106,7 @@
106
106
  "dependencies": {
107
107
  "@floating-ui/react-dom": "^2.1.1",
108
108
  "@sanity/color": "^3.0.6",
109
- "@sanity/icons": "^3.2.0",
109
+ "@sanity/icons": "^3.3.0",
110
110
  "csstype": "^3.1.3",
111
111
  "framer-motion": "11.0.8",
112
112
  "react-refractor": "^2.2.0"
@@ -147,19 +147,19 @@
147
147
  "@types/react-is": "^18.3.0",
148
148
  "@types/refractor": "^3.4.1",
149
149
  "@types/testing-library__jest-dom": "^5.14.9",
150
- "@typescript-eslint/eslint-plugin": "^7.12.0",
151
- "@typescript-eslint/parser": "^7.12.0",
150
+ "@typescript-eslint/eslint-plugin": "^7.16.0",
151
+ "@typescript-eslint/parser": "^7.16.0",
152
152
  "commitizen": "^4.3.0",
153
153
  "cypress": "^13.11.0",
154
154
  "cypress-real-events": "^1.12.0",
155
155
  "cz-conventional-changelog": "^3.3.0",
156
156
  "eslint": "^8.57.0",
157
157
  "eslint-config-prettier": "^9.1.0",
158
- "eslint-plugin-boundaries": "^4.2.1",
158
+ "eslint-plugin-boundaries": "^4.2.2",
159
159
  "eslint-plugin-import": "^2.29.1",
160
- "eslint-plugin-jsx-a11y": "^6.8.0",
160
+ "eslint-plugin-jsx-a11y": "^6.9.0",
161
161
  "eslint-plugin-prettier": "^5.1.3",
162
- "eslint-plugin-react": "^7.34.2",
162
+ "eslint-plugin-react": "^7.34.3",
163
163
  "eslint-plugin-react-compiler": "0.0.0-experimental-a97cca1-20240529",
164
164
  "eslint-plugin-react-hooks": "^4.6.2",
165
165
  "eslint-plugin-storybook": "^0.8.0",
@@ -171,7 +171,7 @@
171
171
  "lint-staged": "^14.0.1",
172
172
  "module-alias": "^2.2.3",
173
173
  "npm-run-all2": "^5.0.2",
174
- "prettier": "^3.3.1",
174
+ "prettier": "^3.3.2",
175
175
  "prettier-plugin-packagejson": "^2.5.0",
176
176
  "react": "^18.3.1",
177
177
  "react-dom": "^18.3.1",
@@ -183,7 +183,7 @@
183
183
  "storybook": "^8.0.8",
184
184
  "styled-components": "^6.1.11",
185
185
  "tsconfig-paths": "^4.2.0",
186
- "typescript": "5.4.5",
186
+ "typescript": "5.5.3",
187
187
  "vite": "^5.2.13",
188
188
  "vite-tsconfig-paths": "^4.3.2"
189
189
  },
@@ -193,7 +193,7 @@
193
193
  "react-is": "^18",
194
194
  "styled-components": "^5.2 || ^6"
195
195
  },
196
- "packageManager": "pnpm@9.2.0",
196
+ "packageManager": "pnpm@9.5.0",
197
197
  "engines": {
198
198
  "node": ">=14.0.0"
199
199
  },