@wavv/ui 1.6.1 → 1.6.2
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/build/cjs/index.js +7 -7
- package/build/cjs/types/components/Audio.d.ts +1 -1
- package/build/cjs/types/components/Form.d.ts +4 -11
- package/build/cjs/types/components/Input.d.ts +3 -3
- package/build/cjs/types/components/Notification.d.ts +5 -7
- package/build/cjs/types/components/Spinner.d.ts +3 -3
- package/build/cjs/types/components/helpers/styledProps.d.ts +26 -0
- package/build/cjs/types/components/types.d.ts +7 -0
- package/build/cjs/types/index.d.ts +2 -1
- package/build/esm/index.js +8 -8
- package/build/esm/types/components/Audio.d.ts +1 -1
- package/build/esm/types/components/Form.d.ts +4 -11
- package/build/esm/types/components/Input.d.ts +3 -3
- package/build/esm/types/components/Notification.d.ts +5 -7
- package/build/esm/types/components/Spinner.d.ts +3 -3
- package/build/esm/types/components/helpers/styledProps.d.ts +26 -0
- package/build/esm/types/components/types.d.ts +7 -0
- package/build/esm/types/index.d.ts +2 -1
- package/build/index.d.ts +52 -24
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavv/ui",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"build/**/*"
|
|
6
6
|
],
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"author": "Raleigh Wayland",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@emotion/styled": "^11.10.
|
|
23
|
-
"@radix-ui/react-accordion": "^1.
|
|
22
|
+
"@emotion/styled": "^11.10.6",
|
|
23
|
+
"@radix-ui/react-accordion": "^1.1.1",
|
|
24
24
|
"@react-hook/resize-observer": "^1.2.6",
|
|
25
25
|
"date-fns": "^2.29.3",
|
|
26
26
|
"draft-js": "^0.11.7",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"prism-react-renderer": "^1.3.5",
|
|
30
30
|
"react-keyed-flatten-children": "^1.3.0",
|
|
31
31
|
"react-phone-input-auto-format": "^0.1.0",
|
|
32
|
-
"recharts": "^2.
|
|
32
|
+
"recharts": "^2.5.0",
|
|
33
33
|
"sanitize.css": "^13.0.0",
|
|
34
34
|
"uuid": "^9.0.0",
|
|
35
35
|
"webfontloader": "^1.6.28"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@babel/core": "^7.
|
|
38
|
+
"@babel/core": "^7.21.3",
|
|
39
39
|
"@babel/preset-env": "^7.20.2",
|
|
40
|
-
"@babel/preset-typescript": "^7.
|
|
41
|
-
"@emotion/babel-plugin": "^11.10.
|
|
40
|
+
"@babel/preset-typescript": "^7.21.0",
|
|
41
|
+
"@emotion/babel-plugin": "^11.10.6",
|
|
42
42
|
"@emotion/babel-preset-css-prop": "^11.10.0",
|
|
43
|
-
"@emotion/react": "^11.10.
|
|
43
|
+
"@emotion/react": "^11.10.6",
|
|
44
44
|
"@mdx-js/react": "^2.2.1",
|
|
45
45
|
"@mdx-js/rollup": "^2.2.1",
|
|
46
46
|
"@rollup/plugin-commonjs": "^24.0.0",
|
|
@@ -52,27 +52,27 @@
|
|
|
52
52
|
"@svgr/plugin-prettier": "^6.5.1",
|
|
53
53
|
"@types/dashify": "^1.0.1",
|
|
54
54
|
"@types/draft-js": "^0.11.10",
|
|
55
|
-
"@types/jest": "^29.
|
|
56
|
-
"@types/lodash": "^4.14.
|
|
55
|
+
"@types/jest": "^29.5.0",
|
|
56
|
+
"@types/lodash": "^4.14.192",
|
|
57
57
|
"@types/ncp": "^2.0.5",
|
|
58
|
-
"@types/node": "^18.
|
|
59
|
-
"@types/prompts": "^2.4.
|
|
58
|
+
"@types/node": "^18.15.10",
|
|
59
|
+
"@types/prompts": "^2.4.3",
|
|
60
60
|
"@types/randomcolor": "^0.5.7",
|
|
61
|
-
"@types/react": "^18.0.
|
|
62
|
-
"@types/react-dom": "^18.0.
|
|
61
|
+
"@types/react": "^18.0.30",
|
|
62
|
+
"@types/react-dom": "^18.0.11",
|
|
63
63
|
"@types/rollup-plugin-peer-deps-external": "^2.2.1",
|
|
64
64
|
"@types/signale": "^1.4.4",
|
|
65
|
-
"@types/uuid": "^9.0.
|
|
65
|
+
"@types/uuid": "^9.0.1",
|
|
66
66
|
"@types/webfontloader": "^1.6.35",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
68
|
-
"@typescript-eslint/parser": "^5.
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
68
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
69
69
|
"@vitejs/plugin-react": "^3.0.0",
|
|
70
70
|
"babel-plugin-lodash": "^3.3.4",
|
|
71
71
|
"chalk": "^5.2.0",
|
|
72
72
|
"dashify": "^2.0.0",
|
|
73
|
-
"eslint": "^8.
|
|
73
|
+
"eslint": "^8.36.0",
|
|
74
74
|
"eslint-config-airbnb": "^19.0.4",
|
|
75
|
-
"eslint-config-prettier": "^8.
|
|
75
|
+
"eslint-config-prettier": "^8.8.0",
|
|
76
76
|
"eslint-config-storm": "^1.0.3",
|
|
77
77
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
78
78
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
@@ -83,22 +83,22 @@
|
|
|
83
83
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
84
84
|
"esm": "^3.2.25",
|
|
85
85
|
"husky": "^8.0.2",
|
|
86
|
-
"jest": "^29.
|
|
87
|
-
"lint-staged": "^13.
|
|
86
|
+
"jest": "^29.5.0",
|
|
87
|
+
"lint-staged": "^13.2.0",
|
|
88
88
|
"ncp": "^2.0.0",
|
|
89
89
|
"pascal-case": "^3.1.2",
|
|
90
90
|
"path": "^0.12.7",
|
|
91
|
-
"phone": "^3.1.
|
|
91
|
+
"phone": "^3.1.36",
|
|
92
92
|
"postcss": "^8.4.20",
|
|
93
|
-
"prettier": "^2.8.
|
|
93
|
+
"prettier": "^2.8.7",
|
|
94
94
|
"prompts": "^2.4.2",
|
|
95
95
|
"randomcolor": "^0.6.2",
|
|
96
96
|
"react": "^18.2.0",
|
|
97
97
|
"react-dom": "^18.2.0",
|
|
98
98
|
"react-ga4": "^1.4.1",
|
|
99
99
|
"react-helmet-async": "^1.3.0",
|
|
100
|
-
"react-router-dom": "^6.
|
|
101
|
-
"react-toastify": "^9.1.
|
|
100
|
+
"react-router-dom": "^6.9.0",
|
|
101
|
+
"react-toastify": "^9.1.2",
|
|
102
102
|
"remark-gfm": "^3.0.1",
|
|
103
103
|
"replace": "^1.2.2",
|
|
104
104
|
"rollup": "^3.9.0",
|