sanity 6.6.0 → 6.6.1-next.2
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var version = "6.6.
|
|
1
|
+
var version = "6.6.1-next.2+dc25743bf2";
|
|
2
2
|
let buildVersion;
|
|
3
3
|
try {
|
|
4
4
|
buildVersion = process.env.PKG_BUILD_VERSION;
|
|
@@ -7,7 +7,7 @@ try {
|
|
|
7
7
|
try {
|
|
8
8
|
buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
|
|
9
9
|
// and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
|
|
10
|
-
"6.6.
|
|
10
|
+
"6.6.1-next.2+dc25743bf2";
|
|
11
11
|
} catch {
|
|
12
12
|
}
|
|
13
13
|
const SANITY_VERSION = buildVersion || `${version}-dev`;
|
package/lib/index.d.ts
CHANGED
|
@@ -883,7 +883,7 @@ type FormFieldValidation = FormFieldValidationWarning | FormFieldValidationError
|
|
|
883
883
|
/**
|
|
884
884
|
* @internal
|
|
885
885
|
*/
|
|
886
|
-
declare const FormContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
886
|
+
declare const FormContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
887
887
|
/**
|
|
888
888
|
* A hook for doing side effects as a response to a change in a hook value between renders
|
|
889
889
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.1-next.2",
|
|
4
4
|
"description": "Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -157,11 +157,11 @@
|
|
|
157
157
|
"uuid": "^14.0.1",
|
|
158
158
|
"web-vitals": "^5.3.0",
|
|
159
159
|
"xstate": "^5.32.5",
|
|
160
|
-
"@sanity/
|
|
161
|
-
"@sanity/
|
|
162
|
-
"@sanity/
|
|
163
|
-
"@sanity/
|
|
164
|
-
"@sanity/util": "6.6.
|
|
160
|
+
"@sanity/diff": "6.6.1-next.2+dc25743bf2",
|
|
161
|
+
"@sanity/mutator": "6.6.1-next.2+dc25743bf2",
|
|
162
|
+
"@sanity/schema": "6.6.1-next.2+dc25743bf2",
|
|
163
|
+
"@sanity/types": "6.6.1-next.2+dc25743bf2",
|
|
164
|
+
"@sanity/util": "6.6.1-next.2+dc25743bf2"
|
|
165
165
|
},
|
|
166
166
|
"devDependencies": {
|
|
167
167
|
"@rolldown/plugin-babel": "^0.2.3",
|
|
@@ -197,16 +197,16 @@
|
|
|
197
197
|
"react-dom": "^19.2.7",
|
|
198
198
|
"rimraf": "^6.1.3",
|
|
199
199
|
"rxjs-etc": "^10.6.2",
|
|
200
|
-
"styled-components": "
|
|
200
|
+
"styled-components": "^6.4.4",
|
|
201
201
|
"tsx": "^4.23.1",
|
|
202
202
|
"vite": "^8.1.5",
|
|
203
203
|
"vitest": "^4.1.10",
|
|
204
204
|
"vitest-browser-react": "^2.2.0",
|
|
205
205
|
"vitest-package-exports": "^1.2.0",
|
|
206
|
-
"@repo/package.bundle": "6.6.
|
|
207
|
-
"@repo/
|
|
208
|
-
"@repo/
|
|
209
|
-
"@repo/
|
|
206
|
+
"@repo/package.bundle": "6.6.1-next.2+dc25743bf2",
|
|
207
|
+
"@repo/test-config": "6.6.1-next.2+dc25743bf2",
|
|
208
|
+
"@repo/package.config": "6.6.1-next.2+dc25743bf2",
|
|
209
|
+
"@repo/tsconfig": "6.6.1-next.2+dc25743bf2"
|
|
210
210
|
},
|
|
211
211
|
"peerDependencies": {
|
|
212
212
|
"react": "^19.2.2",
|