spotlibs-components 0.1.6 → 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.
@@ -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,4 @@
1
+ "use client";
2
+
3
+ //# sourceMappingURL=types.mjs.map
4
+ //# sourceMappingURL=types.mjs.map
@@ -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.6",
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.ts",
7
+ "types": "dist/index.d.mts",
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
11
  "exports": {
12
12
  ".": {
13
- "types": "./dist/index.d.ts",
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.ts",
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",
28
- "@module-federation/nextjs-mf": "^8.8.50",
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",
29
36
  "chart.js": "^4.5.1",
37
+ "date-fns": "2.30.0",
38
+ "dayjs": "^1.11.19",
30
39
  "decimal.js": "^10.6.0",
31
40
  "prop-types": "^15.8.1",
32
41
  "react-circular-progressbar": "^2.2.0",
42
+ "react-countdown": "^2.3.5",
43
+ "react-date-range": "^2.0.1",
33
44
  "react-dropzone": "^14.3.8",
34
45
  "react-hook-form": "^7.71.1",
35
46
  "react-number-format": "^5.4.4",
47
+ "react-otp-input": "2.4.0",
36
48
  "react-select": "^5.10.2",
37
49
  "react-swipeable-views": "^0.14.1",
38
50
  "react-swipeable-views-utils": "^0.14.1",
51
+ "react-table": "^7.8.0",
39
52
  "regenerator-runtime": "^0.14.1",
40
53
  "tailwind-merge": "^3.4.0",
54
+ "tinymce": "^7.1.0",
41
55
  "yup": "^1.2.0"
42
56
  },
43
57
  "peerDependencies": {
44
- "@emotion/react": "^11.14.0",
45
- "@emotion/styled": "^11.14.1",
46
- "@mui/icons-material": "^5.14.3",
47
- "@mui/lab": "5.0.0-alpha.138",
48
- "@mui/material": "^5.14.0",
49
- "@mui/x-date-pickers": "5.0.20",
50
- "dayjs": "^1.11.19",
51
- "react": "^18.2.0",
52
- "react-circular-progressbar": "^2.2.0",
53
- "react-date-range": "^2.0.1",
54
- "react-dom": "^18.2.0",
55
- "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"
56
61
  },
57
62
  "devDependencies": {
58
- "@chromatic-com/storybook": "^3.2.7",
59
63
  "@emotion/react": "^11.14.0",
60
64
  "@emotion/styled": "^11.14.1",
61
- "@mui/icons-material": "^5.14.3",
62
- "@mui/lab": "5.0.0-alpha.138",
63
- "@mui/material": "^5.14.0",
65
+ "@mui/icons-material": "^5.16.14",
66
+ "@mui/lab": "^5.0.0-alpha.175",
67
+ "@mui/material": "^5.16.14",
64
68
  "@mui/x-date-pickers": "5.0.20",
65
- "@storybook/addon-docs": "8.6.15",
66
- "@storybook/addon-essentials": "^8.6.15",
67
- "@storybook/addon-interactions": "^8.6.15",
68
- "@storybook/addon-links": "^8.6.15",
69
- "@storybook/addon-onboarding": "^8.6.15",
70
- "@storybook/blocks": "^8.6.15",
71
- "@storybook/experimental-addon-test": "^8.6.15",
72
- "@storybook/experimental-nextjs-vite": "^8.6.15",
73
- "@storybook/manager-api": "^8.6.15",
74
- "@storybook/react": "^8.6.15",
75
- "@storybook/test": "^8.6.15",
76
- "@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",
77
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",
78
76
  "@vitest/browser": "^3.0.0",
79
77
  "@vitest/coverage-v8": "^3.0.0",
80
78
  "autoprefixer": "^10.4.23",
81
79
  "date-fns": "2.30.0",
82
80
  "dayjs": "^1.11.19",
83
- "eslint": "^8",
84
- "eslint-config-next": "14.2.35",
81
+ "eslint": "^9",
82
+ "eslint-config-next": "^16.0.0",
85
83
  "eslint-plugin-storybook": "^0.11.6",
86
84
  "http-server": "^14.1.1",
87
- "next": "14.2.35",
85
+ "next": "^16.0.0",
88
86
  "playwright": "^1.57.0",
89
87
  "postcss": "^8.5.6",
90
- "react": "18.2.0",
88
+ "react": "^19.0.0",
91
89
  "react-countdown": "^2.3.5",
92
90
  "react-date-range": "^2.0.1",
93
- "react-dom": "18.2.0",
91
+ "react-dom": "^19.0.0",
94
92
  "react-otp-input": "2.4.0",
95
93
  "react-table": "^7.8.0",
96
94
  "serve": "^14.2.5",
97
- "storybook": "^8.6.15",
95
+ "storybook": "^9.1.20",
98
96
  "tailwindcss": "^3.4.19",
99
97
  "tinymce": "^7.1.0",
100
98
  "tsconfig-paths": "^4.2.0",
101
99
  "tsup": "^8.5.1",
102
100
  "typescript": "^5.9.3",
103
- "vitest": "^3.0.0",
104
- "webpack": "^5.104.1"
101
+ "vitest": "^3.0.0"
105
102
  },
106
103
  "packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
107
104
  "scripts": {
108
- "dev": "set NEXT_PRIVATE_LOCAL_WEBPACK=true && next dev",
109
- "build:next": "set NEXT_PRIVATE_LOCAL_WEBPACK=true && next build",
105
+ "dev": "next dev",
106
+ "build:next": "next build",
110
107
  "build": "tsup",
111
108
  "build:watch": "tsup --watch",
112
- "start": "set NEXT_PRIVATE_LOCAL_WEBPACK=true && next start",
113
- "lint": "next 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 -c1"
113
+ "storybook:preview": "http-server storybook-static -p 6006 -c-1"
117
114
  }
118
115
  }
@@ -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"}