@als-tp/als-react-ts-ui 0.14.1 → 0.14.4
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/als-react-ts-ui.cjs +12 -0
- package/dist/als-react-ts-ui.js +10461 -89491
- package/dist/components/ALSAutocomplete/ALSAutocomplete.d.ts +16 -16
- package/dist/components/ALSAutocomplete/ALSAutocomplete.d.ts.map +1 -1
- package/dist/components/ALSAutocomplete/index.d.ts +17 -17
- package/dist/components/ALSCalendar/ALSCalendar.d.ts.map +1 -1
- package/dist/components/ALSCombobox/ALSCombobox.d.ts +2 -2
- package/dist/components/ALSCombobox/ALSCombobox.d.ts.map +1 -1
- package/dist/components/ALSCombobox/index.d.ts +3 -3
- package/dist/components/ALSContextMenu/ALSContextMenu.d.ts +14 -14
- package/dist/components/ALSContextMenu/ALSContextMenu.d.ts.map +1 -1
- package/dist/components/ALSContextMenu/index.d.ts +14 -14
- package/dist/components/ALSField/ALSField.d.ts +5 -5
- package/dist/components/ALSField/ALSField.d.ts.map +1 -1
- package/dist/components/ALSField/index.d.ts +5 -5
- package/dist/components/ALSFieldset/ALSFieldset.d.ts +2 -2
- package/dist/components/ALSFieldset/ALSFieldset.d.ts.map +1 -1
- package/dist/components/ALSFieldset/index.d.ts +2 -2
- package/dist/components/ALSNavigationMenu/ALSNavigationMenu.d.ts +13 -13
- package/dist/components/ALSNavigationMenu/ALSNavigationMenu.d.ts.map +1 -1
- package/dist/components/ALSNavigationMenu/index.d.ts +13 -13
- package/dist/components/ALSPopover/ALSPopover.d.ts +9 -21
- package/dist/components/ALSPopover/ALSPopover.d.ts.map +1 -1
- package/dist/components/ALSPopover/index.d.ts +10 -22
- package/dist/components/ALSPopover/index.d.ts.map +1 -1
- package/dist/components/ALSProgress/ALSProgress.d.ts +4 -4
- package/dist/components/ALSProgress/ALSProgress.d.ts.map +1 -1
- package/dist/components/ALSProgress/index.d.ts +4 -4
- package/dist/components/ALSRadio/ALSRadio.d.ts +2 -1
- package/dist/components/ALSRadio/ALSRadio.d.ts.map +1 -1
- package/dist/components/ALSRadio/index.d.ts +1 -1
- package/dist/components/ALSSelect/ALSSelect.d.ts +7 -7
- package/dist/components/ALSSelect/ALSSelect.d.ts.map +1 -1
- package/dist/components/ALSSelect/index.d.ts +7 -7
- package/dist/components/ALSToggleGroup/ALSToggleGroup.d.ts +2 -2
- package/dist/components/ALSToggleGroup/ALSToggleGroup.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/package.json +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@als-tp/als-react-ts-ui",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.4",
|
|
4
4
|
"description": "A comprehensive React TypeScript UI component library built with Base UI by ALSInnovation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,51 +50,51 @@
|
|
|
50
50
|
"prepublishOnly": "pnpm run build:lib"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@base-ui/react": "^1.
|
|
53
|
+
"@base-ui/react": "^1.3.0",
|
|
54
54
|
"react": "^18.0.0 || ^19.0.0",
|
|
55
55
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@antv/infographic": "0.2.
|
|
58
|
+
"@antv/infographic": "0.2.16",
|
|
59
59
|
"@tanstack/react-table": "8.21.3",
|
|
60
60
|
"clsx": "2.1.1",
|
|
61
|
-
"dompurify": "3.3.
|
|
62
|
-
"lucide-react": "
|
|
61
|
+
"dompurify": "3.3.3",
|
|
62
|
+
"lucide-react": "1.7.0",
|
|
63
63
|
"react-day-picker": "9.14.0",
|
|
64
64
|
"react-markdown": "10.1.0",
|
|
65
|
-
"react-syntax-highlighter": "16.1.
|
|
66
|
-
"recharts": "3.
|
|
65
|
+
"react-syntax-highlighter": "16.1.1",
|
|
66
|
+
"recharts": "3.8.1",
|
|
67
67
|
"remark-gfm": "4.0.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@base-ui/react": "1.
|
|
70
|
+
"@base-ui/react": "1.3.0",
|
|
71
71
|
"@chromatic-com/storybook": "4.1.3",
|
|
72
|
-
"@eslint/js": "
|
|
73
|
-
"@storybook/addon-a11y": "10.
|
|
74
|
-
"@storybook/addon-docs": "10.
|
|
75
|
-
"@storybook/addon-vitest": "10.
|
|
76
|
-
"@storybook/react-vite": "10.
|
|
77
|
-
"@types/node": "
|
|
78
|
-
"@types/react": "19.2.
|
|
72
|
+
"@eslint/js": "10.0.1",
|
|
73
|
+
"@storybook/addon-a11y": "10.3.3",
|
|
74
|
+
"@storybook/addon-docs": "10.3.3",
|
|
75
|
+
"@storybook/addon-vitest": "10.3.3",
|
|
76
|
+
"@storybook/react-vite": "10.3.3",
|
|
77
|
+
"@types/node": "25.5.0",
|
|
78
|
+
"@types/react": "19.2.14",
|
|
79
79
|
"@types/react-dom": "19.2.3",
|
|
80
80
|
"@types/react-syntax-highlighter": "15.5.13",
|
|
81
|
-
"@vitejs/plugin-react": "
|
|
82
|
-
"@vitest/browser-playwright": "4.
|
|
83
|
-
"@vitest/coverage-v8": "4.
|
|
84
|
-
"baseline-browser-mapping": "2.
|
|
85
|
-
"eslint": "
|
|
81
|
+
"@vitejs/plugin-react": "6.0.1",
|
|
82
|
+
"@vitest/browser-playwright": "4.1.2",
|
|
83
|
+
"@vitest/coverage-v8": "4.1.2",
|
|
84
|
+
"baseline-browser-mapping": "2.10.13",
|
|
85
|
+
"eslint": "10.1.0",
|
|
86
86
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
87
|
-
"eslint-plugin-react-refresh": "0.
|
|
88
|
-
"eslint-plugin-storybook": "10.
|
|
89
|
-
"globals": "
|
|
90
|
-
"playwright": "1.
|
|
91
|
-
"react": "19.2.
|
|
92
|
-
"react-dom": "19.2.
|
|
93
|
-
"storybook": "10.
|
|
94
|
-
"typescript": "~
|
|
95
|
-
"typescript-eslint": "8.
|
|
96
|
-
"vite": "
|
|
97
|
-
"vitest": "4.
|
|
87
|
+
"eslint-plugin-react-refresh": "0.5.2",
|
|
88
|
+
"eslint-plugin-storybook": "10.3.3",
|
|
89
|
+
"globals": "17.4.0",
|
|
90
|
+
"playwright": "1.59.0",
|
|
91
|
+
"react": "19.2.4",
|
|
92
|
+
"react-dom": "19.2.4",
|
|
93
|
+
"storybook": "10.3.3",
|
|
94
|
+
"typescript": "~6.0.2",
|
|
95
|
+
"typescript-eslint": "8.58.0",
|
|
96
|
+
"vite": "8.0.3",
|
|
97
|
+
"vitest": "4.1.2"
|
|
98
98
|
},
|
|
99
99
|
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
|
|
100
100
|
}
|