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 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
+ [![Website](https://img.shields.io/badge/website-silicaui.com-8b5cf6?style=flat-square)](https://silicaui.com)
9
10
  [![npm version](https://img.shields.io/npm/v/silicaui-react.svg?style=flat-square)](https://www.npmjs.com/package/silicaui-react)
10
11
  [![npm downloads](https://img.shields.io/npm/dm/silicaui-react.svg?style=flat-square)](https://www.npmjs.com/package/silicaui-react)
11
12
  [![bundle size](https://img.shields.io/bundlephobia/minzip/silicaui-react?style=flat-square)](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
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import * as React74 from 'react';
2
3
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
3
4
  import { Accordion as Accordion$1 } from '@base-ui-components/react/accordion';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "silicaui-react",
3
- "version": "0.1.0",
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://github.com/silicaui/silicaui/tree/main/packages/silicaui-react#readme",
13
+ "homepage": "https://silicaui.com",
14
14
  "bugs": "https://github.com/silicaui/silicaui/issues",
15
15
  "sideEffects": false,
16
16
  "exports": {