spotlibs-components 0.1.7 → 0.1.9

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