@pipi-kit/ui 1.0.1 → 1.0.2

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/index.cjs CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  'use strict';
2
3
 
3
4
  var React38 = require('react');
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import * as React38 from 'react';
2
3
  import React38__default, { useState, forwardRef, memo, useRef, useCallback, useEffect, useLayoutEffect, Suspense } from 'react';
3
4
  import { toast, Toaster as Toaster$1 } from 'sonner';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipi-kit/ui",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "基于 React、shadcn、@radix-ui、lucide-react、Tailwind v4 开发的 UI 组件库",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",