@gravitee/graphene-core 2.0.0 → 2.0.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.js +6756 -6902
- package/dist/lib/use-sync-external-store-shim.d.ts +2 -0
- package/dist/lib/use-sync-external-store-shim.d.ts.map +1 -0
- package/dist/lib/use-sync-external-store-with-selector-shim.d.ts +2 -0
- package/dist/lib/use-sync-external-store-with-selector-shim.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-sync-external-store-shim.d.ts","sourceRoot":"","sources":["../../src/lib/use-sync-external-store-shim.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare function useSyncExternalStoreWithSelector<Snapshot, Selection>(subscribe: (onStoreChange: () => void) => () => void, getSnapshot: () => Snapshot, getServerSnapshot: (() => Snapshot) | undefined, selector: (snapshot: Snapshot) => Selection, isEqual?: (a: Selection, b: Selection) => boolean): Selection;
|
|
2
|
+
//# sourceMappingURL=use-sync-external-store-with-selector-shim.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-sync-external-store-with-selector-shim.d.ts","sourceRoot":"","sources":["../../src/lib/use-sync-external-store-with-selector-shim.ts"],"names":[],"mappings":"AAOA,wBAAgB,gCAAgC,CAAC,QAAQ,EAAE,SAAS,EAClE,SAAS,EAAE,CAAC,aAAa,EAAE,MAAM,IAAI,KAAK,MAAM,IAAI,EACpD,WAAW,EAAE,MAAM,QAAQ,EAC3B,iBAAiB,EAAE,CAAC,MAAM,QAAQ,CAAC,GAAG,SAAS,EAC/C,QAAQ,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,SAAS,EAC3C,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,SAAS,KAAK,OAAO,GAChD,SAAS,CA0DX"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/graphene-core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Gravitee's Graphene design system: accessible React components, design tokens, icons, and shared ESLint/TypeScript configs. Built on shadcn/ui and Tailwind.",
|
|
6
6
|
"keywords": [
|
|
@@ -121,10 +121,10 @@
|
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@hookform/resolvers": "5.2.2",
|
|
124
|
-
"react-hook-form": "7.
|
|
125
|
-
"shadcn": "4.
|
|
124
|
+
"react-hook-form": "7.75.0",
|
|
125
|
+
"shadcn": "4.7.0",
|
|
126
126
|
"vitest": "4.1.5",
|
|
127
|
-
"zod": "4.3
|
|
127
|
+
"zod": "4.4.3"
|
|
128
128
|
},
|
|
129
129
|
"publishConfig": {
|
|
130
130
|
"access": "public",
|