@vllnt/ui 0.1.1 → 0.1.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.
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import '@xyflow/react/dist/style.css';
2
3
  import { memo, useEffect, useCallback, Component, useState } from 'react';
3
4
  import { ReactFlow, Background, BackgroundVariant, ReactFlowProvider, useReactFlow, getNodesBounds, getViewportForBounds } from '@xyflow/react';
@@ -1 +1,2 @@
1
+ "use client";
1
2
  export { FlowControls, FlowDiagram, FlowErrorBoundary, FlowFullscreen, useFlowDiagram } from './chunk-XRV5RSYH.js';
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { cn } from './chunk-XRV5RSYH.js';
2
3
  export { FlowControls, FlowDiagram, FlowErrorBoundary, FlowFullscreen, cn, useFlowDiagram } from './chunk-XRV5RSYH.js';
3
4
  import { cva } from 'class-variance-authority';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vllnt/ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "React component library — 93 components built on Radix UI, Tailwind CSS, and CVA",
5
5
  "license": "MIT",
6
6
  "author": "vllnt",
@@ -1,5 +0,0 @@
1
- import { Config } from 'tailwindcss';
2
-
3
- declare const preset: Partial<Config>;
4
-
5
- export { preset as default };