stratosphere-ui 0.2.5 → 0.2.7
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/components/Form/FormFileInput.d.ts +9 -0
- package/dist/components/Form/index.d.ts +1 -0
- package/dist/hooks/useFieldColor.d.ts +1 -1
- package/dist/stratosphere-ui.js +11028 -10503
- package/package.json +34 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stratosphere-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "React component library for all Stratosphere Labs user interfaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -38,10 +38,9 @@
|
|
|
38
38
|
"test": "vitest run --coverage"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@mdx-js/react": "^2.2.1",
|
|
41
|
+
"@headlessui/react": "^1.7.14",
|
|
42
|
+
"@hookform/resolvers": "^3.1.0",
|
|
43
|
+
"@mdx-js/react": "^2.3.0",
|
|
45
44
|
"@storybook/addon-actions": "^6.5.15",
|
|
46
45
|
"@storybook/addon-docs": "^6.5.15",
|
|
47
46
|
"@storybook/addon-essentials": "^6.5.15",
|
|
@@ -54,50 +53,49 @@
|
|
|
54
53
|
"@storybook/storybook-deployer": "^2.8.16",
|
|
55
54
|
"@storybook/testing-library": "^0.0.13",
|
|
56
55
|
"@tailwindcss/typography": "^0.5.9",
|
|
57
|
-
"@tanstack/react-table": "^8.
|
|
56
|
+
"@tanstack/react-table": "^8.8.5",
|
|
58
57
|
"@testing-library/jest-dom": "^5.16.5",
|
|
59
|
-
"@testing-library/react": "^
|
|
58
|
+
"@testing-library/react": "^14.0.0",
|
|
60
59
|
"@types/lodash.isequal": "^4.5.6",
|
|
61
|
-
"@types/node": "^18.
|
|
62
|
-
"@types/react": "^18.0.
|
|
63
|
-
"@types/react-dom": "^18.0.
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
65
|
-
"@typescript-eslint/parser": "^5.
|
|
60
|
+
"@types/node": "^18.15.12",
|
|
61
|
+
"@types/react": "^18.0.37",
|
|
62
|
+
"@types/react-dom": "^18.0.11",
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
64
|
+
"@typescript-eslint/parser": "^5.59.0",
|
|
66
65
|
"@vitejs/plugin-react": "^3.1.0",
|
|
67
|
-
"@vitest/coverage-c8": "^0.
|
|
68
|
-
"autoprefixer": "^10.4.
|
|
69
|
-
"babel-loader": "^8.3.0",
|
|
66
|
+
"@vitest/coverage-c8": "^0.30.1",
|
|
67
|
+
"autoprefixer": "^10.4.14",
|
|
70
68
|
"classnames": "^2.3.2",
|
|
71
69
|
"cross-env": "^7.0.3",
|
|
72
|
-
"eslint": "^8.
|
|
73
|
-
"eslint-config-prettier": "^8.
|
|
74
|
-
"eslint-config-standard-with-typescript": "^
|
|
75
|
-
"eslint-plugin-import": "^2.
|
|
70
|
+
"eslint": "^8.38.0",
|
|
71
|
+
"eslint-config-prettier": "^8.8.0",
|
|
72
|
+
"eslint-config-standard-with-typescript": "^34.0.1",
|
|
73
|
+
"eslint-plugin-import": "^2.27.5",
|
|
76
74
|
"eslint-plugin-mdx": "^2.0.5",
|
|
77
|
-
"eslint-plugin-n": "^15.
|
|
78
|
-
"eslint-plugin-promise": "^6.
|
|
79
|
-
"eslint-plugin-react": "^7.
|
|
80
|
-
"eslint-plugin-storybook": "^0.6.
|
|
81
|
-
"jsdom": "^21.1.
|
|
75
|
+
"eslint-plugin-n": "^15.7.0",
|
|
76
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
77
|
+
"eslint-plugin-react": "^7.32.2",
|
|
78
|
+
"eslint-plugin-storybook": "^0.6.11",
|
|
79
|
+
"jsdom": "^21.1.1",
|
|
82
80
|
"lodash.isequal": "^4.5.0",
|
|
83
|
-
"multi-range-slider-react": "^2.0.
|
|
84
|
-
"postcss": "^8.4.
|
|
85
|
-
"prettier": "^2.7
|
|
86
|
-
"prettier-plugin-tailwindcss": "^0.2.
|
|
81
|
+
"multi-range-slider-react": "^2.0.3",
|
|
82
|
+
"postcss": "^8.4.23",
|
|
83
|
+
"prettier": "^2.8.7",
|
|
84
|
+
"prettier-plugin-tailwindcss": "^0.2.7",
|
|
87
85
|
"prism-react-renderer": "^1.3.5",
|
|
88
86
|
"react": "^18.2.0",
|
|
89
|
-
"react-daisyui": "^3.
|
|
87
|
+
"react-daisyui": "^3.1.2",
|
|
90
88
|
"react-dom": "^18.2.0",
|
|
91
|
-
"react-hook-form": "^7.43.
|
|
89
|
+
"react-hook-form": "^7.43.9",
|
|
92
90
|
"storybook-addon-themes": "^6.1.0",
|
|
93
|
-
"tailwind-scrollbar": "^
|
|
94
|
-
"tailwindcss": "^3.
|
|
91
|
+
"tailwind-scrollbar": "^3.0.0",
|
|
92
|
+
"tailwindcss": "^3.3.1",
|
|
95
93
|
"ts-node": "^10.9.1",
|
|
96
|
-
"typescript": "^
|
|
97
|
-
"vite": "^4.2.
|
|
98
|
-
"vite-plugin-dts": "^
|
|
94
|
+
"typescript": "^5.0.4",
|
|
95
|
+
"vite": "^4.2.2",
|
|
96
|
+
"vite-plugin-dts": "^2.3.0",
|
|
99
97
|
"vite-plugin-eslint": "^1.8.1",
|
|
100
|
-
"vitest": "^0.
|
|
98
|
+
"vitest": "^0.30.1",
|
|
101
99
|
"zod": "^3.21.4"
|
|
102
100
|
}
|
|
103
101
|
}
|