@helpscout/ui-kit-react 0.1.0 → 0.1.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/lib/components/input/input.d.ts +16 -0
- package/dist/lib/components/input/input.d.ts.map +1 -0
- package/dist/lib/components/input/input.test.d.ts +2 -0
- package/dist/lib/components/input/input.test.d.ts.map +1 -0
- package/dist/lib/components/numberfield/numberfield.d.ts +8 -0
- package/dist/lib/components/numberfield/numberfield.d.ts.map +1 -0
- package/dist/lib/components/numberfield/numberfield.test.d.ts +2 -0
- package/dist/lib/components/numberfield/numberfield.test.d.ts.map +1 -0
- package/dist/lib/components/text/text.d.ts +1 -1
- package/dist/lib/components/text/text.utils.d.ts +1 -1
- package/dist/lib/components/text-field/text-field.d.ts +20 -0
- package/dist/lib/components/text-field/text-field.d.ts.map +1 -0
- package/dist/lib/components/text-field/text-field.test.d.ts +2 -0
- package/dist/lib/components/text-field/text-field.test.d.ts.map +1 -0
- package/dist/lib/components/validation-alert/validation-alert.d.ts +15 -0
- package/dist/lib/components/validation-alert/validation-alert.d.ts.map +1 -0
- package/dist/lib/components/validation-alert/validation-alert.test.d.ts +2 -0
- package/dist/lib/components/validation-alert/validation-alert.test.d.ts.map +1 -0
- package/dist/lib/ui-kit-react.d.ts +5 -0
- package/dist/lib/ui-kit-react.d.ts.map +1 -1
- package/dist/prop-types.json +1970 -115
- package/dist/ui-kit-react.css +1 -1
- package/dist/ui-kit-react.js +13017 -10851
- package/dist/ui-kit-react.umd.cjs +53 -53
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helpscout/ui-kit-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./dist/ui-kit-react.js",
|
|
6
6
|
"main": "./dist/ui-kit-react.umd.cjs",
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
"clsx": "^2.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
+
"@chromatic-com/storybook": "^1",
|
|
31
32
|
"@helpscout/javascript-sdk": "^0.8.0",
|
|
32
|
-
"@storybook/addon-docs": "^
|
|
33
|
-
"@storybook/addon-essentials": "^
|
|
34
|
-
"@storybook/addon-interactions": "^
|
|
35
|
-
"@storybook/addon-links": "^
|
|
36
|
-
"@storybook/addon-onboarding": "^
|
|
37
|
-
"@storybook/blocks": "^
|
|
38
|
-
"@storybook/
|
|
39
|
-
"@storybook/react": "^
|
|
40
|
-
"@storybook/
|
|
41
|
-
"@storybook/test": "^7.6.17",
|
|
33
|
+
"@storybook/addon-docs": "^8.0.9",
|
|
34
|
+
"@storybook/addon-essentials": "^8.0.9",
|
|
35
|
+
"@storybook/addon-interactions": "^8.0.9",
|
|
36
|
+
"@storybook/addon-links": "^8.0.9",
|
|
37
|
+
"@storybook/addon-onboarding": "^8.0.9",
|
|
38
|
+
"@storybook/blocks": "^8.0.9",
|
|
39
|
+
"@storybook/react": "^8.0.9",
|
|
40
|
+
"@storybook/react-vite": "^8.0.9",
|
|
41
|
+
"@storybook/test": "^8.0.9",
|
|
42
42
|
"@testing-library/jest-dom": "^6.4.2",
|
|
43
43
|
"@testing-library/react": "^14.2.2",
|
|
44
44
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@vitest/coverage-v8": "^1.4.0",
|
|
52
52
|
"@vitest/ui": "^1.4.0",
|
|
53
53
|
"eslint": "^8.56.0",
|
|
54
|
-
"eslint-plugin-storybook": "^0.
|
|
54
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
55
55
|
"install": "^0.13.0",
|
|
56
56
|
"jsdom": "^24.0.0",
|
|
57
57
|
"npm": "^10.5.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"react": "^18.2.0",
|
|
60
60
|
"react-docgen-typescript": "^2.2.2",
|
|
61
61
|
"react-dom": "^18.2.0",
|
|
62
|
-
"storybook": "^
|
|
62
|
+
"storybook": "^8.0.9",
|
|
63
63
|
"typescript": "^5.2.2",
|
|
64
64
|
"vite": "^5.1.4",
|
|
65
65
|
"vite-plugin-dts": "^3.7.3",
|