xtreme-ui 0.0.96 → 0.0.98
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TThemeColor } from '../../components/context/Theme/types';
|
|
2
|
-
export declare const themeController: (preferredScheme
|
|
2
|
+
export declare const themeController: (preferredScheme?: string | undefined | null, preferredColor?: TThemeColor | undefined | null, defaultScheme?: string, defaultColorPreset?: TThemeColor) => string;
|
|
3
3
|
//# sourceMappingURL=themeController.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themeController.d.ts","sourceRoot":"","sources":["../../../src/utils/helper/themeController.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmC,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG/F,eAAO,MAAM,eAAe,GAC3B,
|
|
1
|
+
{"version":3,"file":"themeController.d.ts","sourceRoot":"","sources":["../../../src/utils/helper/themeController.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmC,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG/F,eAAO,MAAM,eAAe,GAC3B,kBAAkB,MAAM,GAAG,SAAS,GAAG,IAAI,EAC3C,iBAAiB,WAAW,GAAG,SAAS,GAAG,IAAI,EAC/C,gBAAe,MAAuB,EACtC,qBAAoB,WAAiC,WAiCrD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xtreme-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.98",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Collection of reusable components that can be used in web projects",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,12 +16,13 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@floating-ui/react": "^0.27.8",
|
|
18
18
|
"@lottiefiles/dotlottie-react": "^0.13.5",
|
|
19
|
-
"@storybook/preview-api": "^8.6.
|
|
20
|
-
"@uiw/react-color-alpha": "^2.5.
|
|
21
|
-
"@uiw/react-color-shade-slider": "^2.5.
|
|
22
|
-
"@uiw/react-color-wheel": "^2.5.
|
|
19
|
+
"@storybook/preview-api": "^8.6.14",
|
|
20
|
+
"@uiw/react-color-alpha": "^2.5.5",
|
|
21
|
+
"@uiw/react-color-shade-slider": "^2.5.5",
|
|
22
|
+
"@uiw/react-color-wheel": "^2.5.5",
|
|
23
23
|
"@wojtekmaj/react-datetimerange-picker": "^6.0.0",
|
|
24
24
|
"clsx": "^2.1.1",
|
|
25
|
+
"color-namer": "^1.4.0",
|
|
25
26
|
"colord": "^2.9.3",
|
|
26
27
|
"globals": "^16.1.0",
|
|
27
28
|
"react-calendar": "^5.1.0",
|
|
@@ -33,27 +34,26 @@
|
|
|
33
34
|
},
|
|
34
35
|
"devDependencies": {
|
|
35
36
|
"@chromatic-com/storybook": "^3.2.6",
|
|
36
|
-
"@eslint/js": "^9.
|
|
37
|
-
"@storybook/addon-essentials": "^8.6.
|
|
38
|
-
"@storybook/addon-interactions": "^8.6.
|
|
39
|
-
"@storybook/addon-links": "^8.6.
|
|
40
|
-
"@storybook/blocks": "^8.6.
|
|
37
|
+
"@eslint/js": "^9.27.0",
|
|
38
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
39
|
+
"@storybook/addon-interactions": "^8.6.14",
|
|
40
|
+
"@storybook/addon-links": "^8.6.14",
|
|
41
|
+
"@storybook/blocks": "^8.6.14",
|
|
41
42
|
"@storybook/components": "^8.6.14",
|
|
42
|
-
"@storybook/manager-api": "^8.6.
|
|
43
|
-
"@storybook/react": "^8.6.
|
|
44
|
-
"@storybook/react-vite": "^8.6.
|
|
45
|
-
"@storybook/test": "^8.6.
|
|
43
|
+
"@storybook/manager-api": "^8.6.14",
|
|
44
|
+
"@storybook/react": "^8.6.14",
|
|
45
|
+
"@storybook/react-vite": "^8.6.14",
|
|
46
|
+
"@storybook/test": "^8.6.14",
|
|
46
47
|
"@types/lodash": "^4.17.16",
|
|
47
|
-
"@types/node": "^22.15.
|
|
48
|
+
"@types/node": "^22.15.19",
|
|
48
49
|
"@types/react": "^19.1.4",
|
|
49
50
|
"@types/react-dom": "^19.1.5",
|
|
50
51
|
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
51
52
|
"@typescript-eslint/parser": "^8.32.1",
|
|
52
53
|
"@vitejs/plugin-react": "^4.4.1",
|
|
53
54
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
54
|
-
"
|
|
55
|
-
"eslint": "^
|
|
56
|
-
"eslint-import-resolver-typescript": "^4.3.4",
|
|
55
|
+
"eslint": "^9.27.0",
|
|
56
|
+
"eslint-import-resolver-typescript": "^4.3.5",
|
|
57
57
|
"eslint-plugin-import": "^2.31.0",
|
|
58
58
|
"eslint-plugin-react": "^7.37.5",
|
|
59
59
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"react": "^19.1.0",
|
|
64
64
|
"react-dom": "^19.1.0",
|
|
65
65
|
"react-router-dom": "^7.6.0",
|
|
66
|
-
"sass": "^1.
|
|
67
|
-
"storybook": "^8.6.
|
|
66
|
+
"sass": "^1.89.0",
|
|
67
|
+
"storybook": "^8.6.14",
|
|
68
68
|
"stylelint": "^16.19.1",
|
|
69
|
-
"stylelint-config-standard-scss": "^15.0.
|
|
69
|
+
"stylelint-config-standard-scss": "^15.0.1",
|
|
70
70
|
"stylelint-order": "^7.0.0",
|
|
71
71
|
"typescript": "^5.8.3",
|
|
72
72
|
"typescript-eslint": "^8.32.1",
|
|
73
73
|
"vite": "^6.3.5",
|
|
74
|
-
"vite-plugin-dts": "^4.5.
|
|
74
|
+
"vite-plugin-dts": "^4.5.4",
|
|
75
75
|
"vite-plugin-linter": "^3.0.1",
|
|
76
76
|
"vite-tsconfig-paths": "^5.1.4"
|
|
77
77
|
},
|