silicaui-react 0.1.0 → 0.1.1
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/README.md +3 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ interaction behavior (focus management, keyboard nav, positioning, a11y) to
|
|
|
6
6
|
[Base UI](https://base-ui.com). No styling logic hides in JS: every visual
|
|
7
7
|
variant is a class string, so the CSS and React layers never drift apart.
|
|
8
8
|
|
|
9
|
+
[](https://silicaui.com)
|
|
9
10
|
[](https://www.npmjs.com/package/silicaui-react)
|
|
10
11
|
[](https://www.npmjs.com/package/silicaui-react)
|
|
11
12
|
[](https://bundlephobia.com/package/silicaui-react)
|
|
@@ -81,6 +82,8 @@ Plus all native `<button>` attributes and a forwarded `ref`.
|
|
|
81
82
|
|
|
82
83
|
## Links
|
|
83
84
|
|
|
85
|
+
- [silicaui.com](https://silicaui.com) — website & docs
|
|
86
|
+
|
|
84
87
|
- [GitHub repo](https://github.com/silicaui/silicaui)
|
|
85
88
|
- [Issues](https://github.com/silicaui/silicaui/issues)
|
|
86
89
|
- [`silicaui`](https://www.npmjs.com/package/silicaui) — the CSS layer this package styles with
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "silicaui-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Silica UI's React layer — thin components over the Silica CSS classes.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/silicaui/silicaui.git",
|
|
11
11
|
"directory": "packages/silicaui-react"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://
|
|
13
|
+
"homepage": "https://silicaui.com",
|
|
14
14
|
"bugs": "https://github.com/silicaui/silicaui/issues",
|
|
15
15
|
"sideEffects": false,
|
|
16
16
|
"exports": {
|