@mathwiz/ui-components 0.1.2 → 0.1.3
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/Button/Button.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/index.cjs +27 -33
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4249 -41
- package/dist/index.mjs.map +1 -1
- package/dist/mocks/handlers.d.ts.map +1 -1
- package/dist/pages/GradeUnitBrowserPage/GradeUnitBrowserContext.d.ts.map +1 -1
- package/package.json +6 -13
- package/dist/index-B6Xq3xq4.js +0 -11909
- package/dist/index-B6Xq3xq4.js.map +0 -1
- package/dist/index-ts2rjY-1.js +0 -2596
- package/dist/index-ts2rjY-1.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handlers.d.ts","sourceRoot":"","sources":["../../src/mocks/handlers.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwG/B,CAAC;AAKF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;CAUzB,CAAC;AAGF,eAAO,MAAM,gBAAgB;;;;;;;;;CAM5B,CAAC;AAGF,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"handlers.d.ts","sourceRoot":"","sources":["../../src/mocks/handlers.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwG/B,CAAC;AAKF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;CAUzB,CAAC;AAGF,eAAO,MAAM,gBAAgB;;;;;;;;;CAM5B,CAAC;AAGF,eAAO,MAAM,QAAQ,6BA+HpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GradeUnitBrowserContext.d.ts","sourceRoot":"","sources":["../../../src/pages/GradeUnitBrowserPage/GradeUnitBrowserContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"GradeUnitBrowserContext.d.ts","sourceRoot":"","sources":["../../../src/pages/GradeUnitBrowserPage/GradeUnitBrowserContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsE,MAAM,OAAO,CAAC;AAK3F,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAK3D,eAAO,MAAM,uBAAuB,mDAA0D,CAAC;AAE/F,eAAO,MAAM,mBAAmB,mCAM/B,CAAC;AAGF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CA2K5E,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mathwiz/ui-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3",
|
|
5
5
|
"description": "A collection of reusable UI components for React applications within the mathwiz ecosystem.",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -36,10 +36,6 @@
|
|
|
36
36
|
"bugs": {
|
|
37
37
|
"url": "https://github.com/moleusher/mathwiz-UI/issues"
|
|
38
38
|
},
|
|
39
|
-
"peerDependencies": {
|
|
40
|
-
"react": ">=18.0.0",
|
|
41
|
-
"react-dom": ">=18.0.0"
|
|
42
|
-
},
|
|
43
39
|
"type": "module",
|
|
44
40
|
"scripts": {
|
|
45
41
|
"dev": "vite",
|
|
@@ -55,7 +51,7 @@
|
|
|
55
51
|
},
|
|
56
52
|
"dependencies": {
|
|
57
53
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
58
|
-
"@heroui/react": "^2.8.
|
|
54
|
+
"@heroui/react": "^2.8.4",
|
|
59
55
|
"@mswjs/data": "^0.16.2",
|
|
60
56
|
"@playwright/test": "^1.55.0",
|
|
61
57
|
"axios": "^1.11.0",
|
|
@@ -63,9 +59,8 @@
|
|
|
63
59
|
"lucide-react": "^0.541.0",
|
|
64
60
|
"msw": "^2.11.1",
|
|
65
61
|
"msw-storybook-addon": "^2.0.5",
|
|
66
|
-
"
|
|
67
|
-
"react": "^
|
|
68
|
-
"react-dom": "^19.1.1",
|
|
62
|
+
"react": "^18.3.1",
|
|
63
|
+
"react-dom": "^18.3.1",
|
|
69
64
|
"zustand": "^5.0.8"
|
|
70
65
|
},
|
|
71
66
|
"devDependencies": {
|
|
@@ -73,8 +68,6 @@
|
|
|
73
68
|
"@eslint/js": "^9.33.0",
|
|
74
69
|
"@storybook/addon-a11y": "^9.1.3",
|
|
75
70
|
"@storybook/addon-docs": "^9.1.3",
|
|
76
|
-
"@storybook/addon-onboarding": "^9.1.3",
|
|
77
|
-
"@storybook/addon-vitest": "^9.1.3",
|
|
78
71
|
"@storybook/jest": "^0.2.2",
|
|
79
72
|
"@storybook/react-vite": "^9.1.3",
|
|
80
73
|
"@storybook/testing-library": "^0.2.1",
|
|
@@ -82,8 +75,8 @@
|
|
|
82
75
|
"@testing-library/jest-dom": "^6.8.0",
|
|
83
76
|
"@testing-library/react": "^16.3.0",
|
|
84
77
|
"@types/node": "^24.3.0",
|
|
85
|
-
"@types/react": "^
|
|
86
|
-
"@types/react-dom": "^
|
|
78
|
+
"@types/react": "^18.3.25",
|
|
79
|
+
"@types/react-dom": "^18.3.7",
|
|
87
80
|
"@vitejs/plugin-react": "^5.0.2",
|
|
88
81
|
"@vitest/coverage-v8": "^3.2.4",
|
|
89
82
|
"autoprefixer": "^10.4.21",
|