@rjsf/chakra-ui 5.24.9 → 5.24.10

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.
Files changed (1) hide show
  1. package/package.json +6 -33
package/package.json CHANGED
@@ -1,37 +1,10 @@
1
1
  {
2
2
  "name": "@rjsf/chakra-ui",
3
- "version": "5.24.9",
3
+ "version": "5.24.10",
4
4
  "description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
5
5
  "main": "dist/index.js",
6
6
  "module": "lib/index.js",
7
7
  "typings": "lib/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "require": "./dist/index.js",
11
- "import": "./lib/index.js",
12
- "types": "./lib/index.d.ts"
13
- },
14
- "./lib": {
15
- "require": "./dist/index.js",
16
- "import": "./lib/index.js",
17
- "types": "./lib/index.d.ts"
18
- },
19
- "./lib/*.js": {
20
- "require": "./dist/*.js",
21
- "import": "./lib/*.js",
22
- "types": "./lib/*.d.ts"
23
- },
24
- "./dist": {
25
- "require": "./dist/index.js",
26
- "import": "./lib/index.js",
27
- "types": "./lib/index.d.ts"
28
- },
29
- "./dist/*.js": {
30
- "require": "./dist/*.js",
31
- "import": "./lib/*.js",
32
- "types": "./lib/*.d.ts"
33
- }
34
- },
35
8
  "files": [
36
9
  "dist",
37
10
  "lib",
@@ -95,10 +68,10 @@
95
68
  "@emotion/jest": "^11.11.0",
96
69
  "@emotion/react": "^11.11.3",
97
70
  "@emotion/styled": "^11.11.0",
98
- "@rjsf/core": "^5.24.9",
99
- "@rjsf/snapshot-tests": "^5.24.9",
100
- "@rjsf/utils": "^5.24.9",
101
- "@rjsf/validator-ajv8": "^5.24.9",
71
+ "@rjsf/core": "^5.24.10",
72
+ "@rjsf/snapshot-tests": "^5.24.10",
73
+ "@rjsf/utils": "^5.24.10",
74
+ "@rjsf/validator-ajv8": "^5.24.10",
102
75
  "@types/jest": "^29.5.12",
103
76
  "@types/react": "^18.2.58",
104
77
  "@types/react-dom": "^18.2.19",
@@ -120,5 +93,5 @@
120
93
  "dependencies": {
121
94
  "react-select": "^5.8.0"
122
95
  },
123
- "gitHead": "c5d47c86b6065718c2dc0fd96c0a4cf1d67c0b55"
96
+ "gitHead": "ad33d7c324cb040d0f34da30a17caea0251f1e3a"
124
97
  }