@kjaniec-dev/ui 0.9.0 → 0.9.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
@@ -20,6 +20,8 @@ Runtime deps: `class-variance-authority`, `clsx`, `tailwind-merge`.
20
20
  In your app's global stylesheet, import the design tokens (Tailwind v4 `@theme`) and the small runtime stylesheet that ships keyframes + the slider thumb:
21
21
 
22
22
  ```css
23
+ @import "tailwindcss";
24
+ @source "../node_modules/@kjaniec-dev/ui";
23
25
  @import "@kjaniec-dev/design/tailwind.css";
24
26
  @import "@kjaniec-dev/ui/ui.css";
25
27
  ```
package/dist/index.cjs CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  'use strict';
2
3
 
3
4
  var clsx = require('clsx');
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { clsx } from 'clsx';
2
3
  import { twMerge } from 'tailwind-merge';
3
4
  import * as React52 from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kjaniec-dev/ui",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "React component library built on the @kjaniec-dev/design token system",
5
5
  "license": "MIT",
6
6
  "author": "kjaniec-dev",