@sanity/assist 1.2.14 → 1.2.15-ui2.1
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.esm.js +19 -22
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +19 -22
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/_lib/form/DocumentForm.tsx +1 -1
- package/src/assistInspector/InstructionTaskHistoryButton.tsx +2 -3
- package/src/node_modules/.vitest/results.json +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/assist",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.15-ui2.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@sanity/icons": "^2.4.0",
|
|
58
58
|
"@sanity/incompatible-plugin": "^1.0.4",
|
|
59
|
-
"@sanity/ui": "^
|
|
59
|
+
"@sanity/ui": "^2.0.0-beta.13",
|
|
60
60
|
"date-fns": "^2.30.0",
|
|
61
61
|
"react-fast-compare": "^3.2.1",
|
|
62
62
|
"react-is": "^18.2.0",
|
|
@@ -85,16 +85,16 @@
|
|
|
85
85
|
"react": "^18.2.0",
|
|
86
86
|
"react-dom": "^18.2.0",
|
|
87
87
|
"rimraf": "^4.4.0",
|
|
88
|
-
"sanity": "^3.
|
|
88
|
+
"sanity": "^3.23.1",
|
|
89
89
|
"semantic-release": "^21.1.2",
|
|
90
|
-
"styled-components": "^
|
|
90
|
+
"styled-components": "^6.1.1",
|
|
91
91
|
"typescript": "^5.2.2",
|
|
92
92
|
"vitest": "^0.34.6"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"react": "^18",
|
|
96
96
|
"sanity": "^3.16",
|
|
97
|
-
"styled-components": "^5.2"
|
|
97
|
+
"styled-components": "^5.2 || ^6.0.0"
|
|
98
98
|
},
|
|
99
99
|
"engines": {
|
|
100
100
|
"node": ">=14"
|
|
@@ -167,7 +167,7 @@ export function InstructionTaskHistoryButton(props: InstructionTaskHistoryButton
|
|
|
167
167
|
)
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
const TASK_STATUS_BUTTON_TOOLTIP_PROPS: StatusButtonProps['
|
|
170
|
+
const TASK_STATUS_BUTTON_TOOLTIP_PROPS: StatusButtonProps['tooltipProps'] = {
|
|
171
171
|
placement: 'top',
|
|
172
172
|
}
|
|
173
173
|
|
|
@@ -190,11 +190,10 @@ const TaskStatusButton = forwardRef(function TaskStatusButton(
|
|
|
190
190
|
mode="bleed"
|
|
191
191
|
onClick={onClick}
|
|
192
192
|
tone={hasErrors ? 'critical' : undefined}
|
|
193
|
-
fontSize={1}
|
|
194
193
|
disabled={disabled}
|
|
195
194
|
ref={ref}
|
|
196
195
|
selected={selected}
|
|
197
|
-
|
|
196
|
+
tooltipProps={TASK_STATUS_BUTTON_TOOLTIP_PROPS}
|
|
198
197
|
/>
|
|
199
198
|
)
|
|
200
199
|
})
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":"0.32.2","results":[[":schemas/serialize/serializeSchema.test.ts",{"duration":12,"failed":false}]]}
|