@rjsf/daisyui 6.0.0-beta.8 → 6.0.0-beta.9

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 (2) hide show
  1. package/README.md +13 -2
  2. package/package.json +8 -7
package/README.md CHANGED
@@ -31,10 +31,21 @@ This package integrates [DaisyUI](https://daisyui.com/), [Tailwind CSS](https://
31
31
  - Support for custom themes via DaisyUI's theme system
32
32
  - Accessible form components following WAI-ARIA practices
33
33
 
34
- ## Installation
34
+ ## Getting Started
35
+
36
+ ### Prerequisites
37
+
38
+ - `daisyui >= 5`
39
+ - `@fluentui/react-icons >= 2`
40
+ - `@fluentui/react-migration-v0-v9 >= 9`
41
+ - `@rjsf/core >= 6`
42
+ - `@rjsf/utils >= 6`
43
+ - `@rjsf/validator-ajv8 >= 6`
44
+
45
+ ### Installation
35
46
 
36
47
  ```bash
37
- npm install @rjsf/daisyui @rjsf/core @rjsf/utils tailwindcss daisyui
48
+ npm install @rjsf/daisyui @rjsf/core @rjsf/utils @rjsf/validator-ajv8 tailwindcss daisyui
38
49
  ```
39
50
 
40
51
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rjsf/daisyui",
3
- "version": "6.0.0-beta.8",
3
+ "version": "6.0.0-beta.9",
4
4
  "description": "Daisy UI components for react-jsonschema-form",
5
5
  "main": "dist/index.js",
6
6
  "module": "lib/index.js",
@@ -66,22 +66,23 @@
66
66
  "@fortawesome/fontawesome-svg-core": "^6.7.2",
67
67
  "@fortawesome/free-solid-svg-icons": "^6.7.2",
68
68
  "@fortawesome/react-fontawesome": "^0.2.2",
69
- "daisyui": "^5.0.29",
70
69
  "react-day-picker": "^9.6.7",
71
70
  "tailwindcss": "^4.1.4"
72
71
  },
73
72
  "peerDependencies": {
74
73
  "@rjsf/core": "^6.0.0-beta",
75
74
  "@rjsf/utils": "^6.0.0-beta",
75
+ "daisyui": "^5.0.29",
76
76
  "react": ">=18"
77
77
  },
78
78
  "devDependencies": {
79
- "@rjsf/core": "^6.0.0-beta.8",
80
- "@rjsf/snapshot-tests": "^6.0.0-beta.8",
81
- "@rjsf/utils": "^6.0.0-beta.8",
82
- "@rjsf/validator-ajv8": "^6.0.0-beta.8",
79
+ "@rjsf/core": "^6.0.0-beta.9",
80
+ "@rjsf/snapshot-tests": "^6.0.0-beta.9",
81
+ "@rjsf/utils": "^6.0.0-beta.9",
82
+ "@rjsf/validator-ajv8": "^6.0.0-beta.9",
83
83
  "@testing-library/jest-dom": "^6.1.3",
84
- "@testing-library/react": "^14.0.0"
84
+ "@testing-library/react": "^14.0.0",
85
+ "daisyui": "^5.0.29"
85
86
  },
86
87
  "repository": {
87
88
  "type": "git",