dfh-ui-library 1.14.47 → 1.14.48
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/README.md +4 -0
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -115,4 +115,8 @@ npm run rollup
|
|
|
115
115
|
|
|
116
116
|
run above command for build the UI library
|
|
117
117
|
|
|
118
|
+
## Chromatic UI Review
|
|
119
|
+
|
|
120
|
+
For information about Chromatic UI Review workflows, responsive design testing, and designer integration, see [CHROMATIC.md](./CHROMATIC.md).
|
|
121
|
+
|
|
118
122
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dfh-ui-library",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.48",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rimraf dist && tsc --project tsconfig.json && rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"build-storybook": "storybook build",
|
|
9
9
|
"test": "jest",
|
|
10
10
|
"lint": "eslint . --ext ts,tsx,js,jsx --quiet",
|
|
11
|
-
"chromatic": "npx chromatic --
|
|
11
|
+
"chromatic": "npx chromatic --only-changed",
|
|
12
|
+
"chromatic:auto-accept": "npx chromatic --auto-accept-changes"
|
|
12
13
|
},
|
|
13
14
|
"author": "DFH dev",
|
|
14
15
|
"license": "ISC",
|
|
@@ -36,6 +37,7 @@
|
|
|
36
37
|
"@tiptap/starter-kit": "^3.10.1",
|
|
37
38
|
"@types/intl-tel-input": "^18.1.4",
|
|
38
39
|
"@types/react": "^18.2.37",
|
|
40
|
+
"@types/uuid": "^9.0.7",
|
|
39
41
|
"autoprefixer": "^10.4.16",
|
|
40
42
|
"classnames": "^2.3.2",
|
|
41
43
|
"dfh-form-generator": "^1.2.138",
|
|
@@ -63,7 +65,8 @@
|
|
|
63
65
|
"tailwindcss": "^3.3.5",
|
|
64
66
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
65
67
|
"tslib": "^2.6.2",
|
|
66
|
-
"typescript": "^5.2.2"
|
|
68
|
+
"typescript": "^5.2.2",
|
|
69
|
+
"uuid": "^9.0.1"
|
|
67
70
|
},
|
|
68
71
|
"devDependencies": {
|
|
69
72
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
@@ -72,11 +75,8 @@
|
|
|
72
75
|
"@storybook/addon-actions": "^7.6.3",
|
|
73
76
|
"@storybook/addon-controls": "^7.5.3",
|
|
74
77
|
"@storybook/addon-docs": "^7.5.3",
|
|
75
|
-
"@storybook/addon-essentials": "^7.5.3",
|
|
76
|
-
"@storybook/addon-interactions": "^7.5.3",
|
|
77
|
-
"@storybook/addon-links": "^7.5.3",
|
|
78
|
-
"@storybook/addon-onboarding": "^1.0.8",
|
|
79
78
|
"@storybook/addon-postcss": "^2.0.0",
|
|
79
|
+
"@storybook/addon-viewport": "^7.6.20",
|
|
80
80
|
"@storybook/blocks": "^7.5.3",
|
|
81
81
|
"@storybook/cli": "^7.5.3",
|
|
82
82
|
"@storybook/react": "^7.5.3",
|
|
@@ -107,14 +107,14 @@
|
|
|
107
107
|
"postcss-cssnext": "^3.1.1",
|
|
108
108
|
"postcss-import": "^15.1.0",
|
|
109
109
|
"postcss-loader": "^7.3.3",
|
|
110
|
+
"rimraf": "^5.0.10",
|
|
110
111
|
"rollup": "^4.5.0",
|
|
111
112
|
"rollup-plugin-css-only": "^4.5.2",
|
|
112
113
|
"rollup-plugin-dts": "^6.1.0",
|
|
113
114
|
"rollup-plugin-postcss": "^4.0.2",
|
|
114
115
|
"storybook": "^7.5.3",
|
|
115
116
|
"sugarss": "^4.0.1",
|
|
116
|
-
"vite": "^5.0.0"
|
|
117
|
-
"rimraf": "^5.0.10"
|
|
117
|
+
"vite": "^5.0.0"
|
|
118
118
|
},
|
|
119
119
|
"peerDependencies": {
|
|
120
120
|
"@tailwindcss/forms": "^0.5.7",
|