spotlibs-components 0.1.7 → 0.1.8
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/{chunk-Z22JGYYJ.mjs → chunk-ZA4TTXLC.mjs} +91 -58
- package/dist/chunk-ZA4TTXLC.mjs.map +1 -0
- package/dist/index.d.mts +1248 -786
- package/dist/index.mjs +3813 -3461
- package/dist/index.mjs.map +1 -1
- package/dist/legacy/atoms/icons/index.d.mts +149 -147
- package/dist/legacy/atoms/icons/index.mjs +2 -2
- package/dist/types-dakVJwjl.d.mts +942 -0
- package/dist/types.d.mts +4 -0
- package/dist/types.mjs +4 -0
- package/dist/types.mjs.map +1 -0
- package/package.json +45 -48
- package/dist/chunk-3GDQP6AS.mjs +0 -14
- package/dist/chunk-3GDQP6AS.mjs.map +0 -1
- package/dist/chunk-Z22JGYYJ.mjs.map +0 -1
- package/dist/index.es-TOWUPCBA.mjs +0 -481
- package/dist/index.es-TOWUPCBA.mjs.map +0 -1
- package/dist/lib-EPS6AQZX.mjs +0 -391
- package/dist/lib-EPS6AQZX.mjs.map +0 -1
package/dist/types.d.mts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { v as BaseAlertProps, w as BaseButtonProps, x as BaseCardDataItem, y as BaseCardProps, z as BaseCheckboxOption, A as BaseCheckboxProps, E as BaseDatatableAlign, F as BaseDatatableColumn, G as BaseDatatableFeatures, H as BaseDatatableHeaderCell, I as BaseDatatableLayout, J as BaseDatatablePagination, K as BaseDatatableProps, L as BaseDatatableSelection, M as BaseDatatableSortPayload, N as BaseDatatableSortState, O as BaseDatePickerProps, Q as BaseDropdownProps, U as BaseDropzoneProps, W as BaseModalOTPProps, X as BaseModalProps, Y as BaseModalStepperProps, Z as BaseModalStepperStep, _ as BaseRadioButtonProps, $ as BaseStepperDashboardStep, a0 as BaseStepperProps, a1 as BaseStepperSimpleStep, a2 as BaseSwitchProps, a3 as BaseTextAreaProps, a4 as BaseTextFieldProps, a5 as ContentSpacingProps, a6 as DerivedColorType, a7 as PrimitiveColorType, a8 as RadiusKey, a9 as RadiusMap, aa as RadiusTokenProps, ab as ShadowElevation, ac as ShadowLevel, ad as ShadowMap, ae as ShadowTokenProps, af as SpacingProps, ag as TextFieldUploadProps, ah as TypographyColorToken, ai as TypographyProps } from './types-dakVJwjl.mjs';
|
|
2
|
+
import 'react';
|
|
3
|
+
import '@mui/material/styles';
|
|
4
|
+
import 'react-hook-form';
|
package/dist/types.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"types.mjs"}
|
package/package.json
CHANGED
|
@@ -1,118 +1,115 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spotlibs-components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.mjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
|
-
"types": "dist/index.d.
|
|
7
|
+
"types": "dist/index.d.mts",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
|
-
"types": "./dist/index.d.
|
|
13
|
+
"types": "./dist/index.d.mts",
|
|
14
14
|
"import": "./dist/index.mjs",
|
|
15
|
-
"require": "./dist/index.js",
|
|
16
15
|
"default": "./dist/index.mjs"
|
|
17
16
|
},
|
|
17
|
+
"./types": {
|
|
18
|
+
"types": "./dist/types.d.mts"
|
|
19
|
+
},
|
|
18
20
|
"./icons": {
|
|
19
|
-
"types": "./dist/legacy/atoms/icons/index.d.
|
|
21
|
+
"types": "./dist/legacy/atoms/icons/index.d.mts",
|
|
20
22
|
"import": "./dist/legacy/atoms/icons/index.mjs",
|
|
21
|
-
"require": "./dist/legacy/atoms/icons/index.js",
|
|
22
23
|
"default": "./dist/legacy/atoms/icons/index.mjs"
|
|
23
24
|
}
|
|
24
25
|
},
|
|
25
26
|
"dependencies": {
|
|
27
|
+
"@emotion/react": "^11.14.0",
|
|
28
|
+
"@emotion/styled": "^11.14.1",
|
|
26
29
|
"@hookform/error-message": "^2.0.1",
|
|
27
30
|
"@hookform/resolvers": "^3.1.1",
|
|
31
|
+
"@mui/icons-material": "^5.16.14",
|
|
32
|
+
"@mui/lab": "^5.0.0-alpha.175",
|
|
33
|
+
"@mui/material": "^5.16.14",
|
|
34
|
+
"@mui/x-date-pickers": "5.0.20",
|
|
35
|
+
"@tinymce/tinymce-react": "^5.0.1",
|
|
28
36
|
"chart.js": "^4.5.1",
|
|
37
|
+
"date-fns": "2.30.0",
|
|
38
|
+
"dayjs": "^1.11.19",
|
|
29
39
|
"decimal.js": "^10.6.0",
|
|
30
40
|
"prop-types": "^15.8.1",
|
|
31
41
|
"react-circular-progressbar": "^2.2.0",
|
|
42
|
+
"react-countdown": "^2.3.5",
|
|
43
|
+
"react-date-range": "^2.0.1",
|
|
32
44
|
"react-dropzone": "^14.3.8",
|
|
33
45
|
"react-hook-form": "^7.71.1",
|
|
34
46
|
"react-number-format": "^5.4.4",
|
|
47
|
+
"react-otp-input": "2.4.0",
|
|
35
48
|
"react-select": "^5.10.2",
|
|
36
49
|
"react-swipeable-views": "^0.14.1",
|
|
37
50
|
"react-swipeable-views-utils": "^0.14.1",
|
|
51
|
+
"react-table": "^7.8.0",
|
|
38
52
|
"regenerator-runtime": "^0.14.1",
|
|
39
53
|
"tailwind-merge": "^3.4.0",
|
|
54
|
+
"tinymce": "^7.1.0",
|
|
40
55
|
"yup": "^1.2.0"
|
|
41
56
|
},
|
|
42
57
|
"peerDependencies": {
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"@mui/lab": "5.0.0-alpha.138",
|
|
47
|
-
"@mui/material": "^5.14.0",
|
|
48
|
-
"@mui/x-date-pickers": "5.0.20",
|
|
49
|
-
"dayjs": "^1.11.19",
|
|
50
|
-
"react": "^18.2.0",
|
|
51
|
-
"react-circular-progressbar": "^2.2.0",
|
|
52
|
-
"react-date-range": "^2.0.1",
|
|
53
|
-
"react-dom": "^18.2.0",
|
|
54
|
-
"webpack": "^5.103.0"
|
|
58
|
+
"next": "^14.2.35 || ^15.0.0 || ^16.0.0",
|
|
59
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
60
|
+
"react-dom": "^18.2.0 || ^19.0.0"
|
|
55
61
|
},
|
|
56
62
|
"devDependencies": {
|
|
57
|
-
"@chromatic-com/storybook": "^3.2.7",
|
|
58
63
|
"@emotion/react": "^11.14.0",
|
|
59
64
|
"@emotion/styled": "^11.14.1",
|
|
60
|
-
"@mui/icons-material": "^5.14
|
|
61
|
-
"@mui/lab": "5.0.0-alpha.
|
|
62
|
-
"@mui/material": "^5.14
|
|
65
|
+
"@mui/icons-material": "^5.16.14",
|
|
66
|
+
"@mui/lab": "^5.0.0-alpha.175",
|
|
67
|
+
"@mui/material": "^5.16.14",
|
|
63
68
|
"@mui/x-date-pickers": "5.0.20",
|
|
64
|
-
"@storybook/addon-docs": "
|
|
65
|
-
"@storybook/
|
|
66
|
-
"@storybook/
|
|
67
|
-
"@storybook/addon-links": "^8.6.15",
|
|
68
|
-
"@storybook/addon-onboarding": "^8.6.15",
|
|
69
|
-
"@storybook/blocks": "^8.6.15",
|
|
70
|
-
"@storybook/experimental-addon-test": "^8.6.15",
|
|
71
|
-
"@storybook/experimental-nextjs-vite": "^8.6.15",
|
|
72
|
-
"@storybook/manager-api": "^8.6.15",
|
|
73
|
-
"@storybook/react": "^8.6.15",
|
|
74
|
-
"@storybook/test": "^8.6.15",
|
|
75
|
-
"@storybook/theming": "^8.6.15",
|
|
69
|
+
"@storybook/addon-docs": "^9.1.20",
|
|
70
|
+
"@storybook/nextjs-vite": "^9.1.20",
|
|
71
|
+
"@storybook/react": "^9.1.20",
|
|
76
72
|
"@tinymce/tinymce-react": "^5.0.1",
|
|
73
|
+
"@types/node": "25.6.0",
|
|
74
|
+
"@types/react": "^19.0.0",
|
|
75
|
+
"@types/react-dom": "^19.0.0",
|
|
77
76
|
"@vitest/browser": "^3.0.0",
|
|
78
77
|
"@vitest/coverage-v8": "^3.0.0",
|
|
79
78
|
"autoprefixer": "^10.4.23",
|
|
80
79
|
"date-fns": "2.30.0",
|
|
81
80
|
"dayjs": "^1.11.19",
|
|
82
|
-
"eslint": "^
|
|
83
|
-
"eslint-config-next": "
|
|
81
|
+
"eslint": "^9",
|
|
82
|
+
"eslint-config-next": "^16.0.0",
|
|
84
83
|
"eslint-plugin-storybook": "^0.11.6",
|
|
85
84
|
"http-server": "^14.1.1",
|
|
86
|
-
"next": "
|
|
85
|
+
"next": "^16.0.0",
|
|
87
86
|
"playwright": "^1.57.0",
|
|
88
87
|
"postcss": "^8.5.6",
|
|
89
|
-
"react": "
|
|
88
|
+
"react": "^19.0.0",
|
|
90
89
|
"react-countdown": "^2.3.5",
|
|
91
90
|
"react-date-range": "^2.0.1",
|
|
92
|
-
"react-dom": "
|
|
91
|
+
"react-dom": "^19.0.0",
|
|
93
92
|
"react-otp-input": "2.4.0",
|
|
94
93
|
"react-table": "^7.8.0",
|
|
95
94
|
"serve": "^14.2.5",
|
|
96
|
-
"storybook": "^
|
|
95
|
+
"storybook": "^9.1.20",
|
|
97
96
|
"tailwindcss": "^3.4.19",
|
|
98
97
|
"tinymce": "^7.1.0",
|
|
99
98
|
"tsconfig-paths": "^4.2.0",
|
|
100
99
|
"tsup": "^8.5.1",
|
|
101
100
|
"typescript": "^5.9.3",
|
|
102
|
-
"vitest": "^3.0.0"
|
|
103
|
-
"webpack": "^5.104.1",
|
|
104
|
-
"@module-federation/nextjs-mf": "^8.8.50"
|
|
101
|
+
"vitest": "^3.0.0"
|
|
105
102
|
},
|
|
106
103
|
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
|
|
107
104
|
"scripts": {
|
|
108
|
-
"dev": "
|
|
109
|
-
"build:next": "
|
|
105
|
+
"dev": "next dev",
|
|
106
|
+
"build:next": "next build",
|
|
110
107
|
"build": "tsup",
|
|
111
108
|
"build:watch": "tsup --watch",
|
|
112
|
-
"start": "
|
|
113
|
-
"lint": "
|
|
109
|
+
"start": "next start",
|
|
110
|
+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
114
111
|
"storybook": "storybook dev -p 6006",
|
|
115
112
|
"build-storybook": "storybook build",
|
|
116
|
-
"storybook:preview": "http-server storybook-static -p 6006 -
|
|
113
|
+
"storybook:preview": "http-server storybook-static -p 6006 -c-1"
|
|
117
114
|
}
|
|
118
115
|
}
|
package/dist/chunk-3GDQP6AS.mjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
2
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
3
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
4
|
-
}) : x)(function(x) {
|
|
5
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
6
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
7
|
-
});
|
|
8
|
-
var __commonJS = (cb, mod) => function __require2() {
|
|
9
|
-
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export { __commonJS, __require };
|
|
13
|
-
//# sourceMappingURL=chunk-3GDQP6AS.mjs.map
|
|
14
|
-
//# sourceMappingURL=chunk-3GDQP6AS.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"chunk-3GDQP6AS.mjs"}
|