@msviderok/base-ui-solid 1.0.0-beta.2 → 1.0.0-beta.3
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/esm/index.js +1 -1
- package/package.json +2 -1
package/esm/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@msviderok/base-ui-solid",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Base UI is a library of headless ('unstyled') Solid components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"@babel/runtime": "^7.27.6",
|
|
31
31
|
"@floating-ui/dom": "^1.7.2",
|
|
32
32
|
"@floating-ui/utils": "^0.2.10",
|
|
33
|
+
"@solid-primitives/props": "^3.2.2",
|
|
33
34
|
"@solidjs/router": "^0.15.3",
|
|
34
35
|
"babel-preset-solid": "^1.9.10",
|
|
35
36
|
"tabbable": "^6.2.0"
|