@hanzo/ui 5.3.21 → 5.3.22

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/lib/utils.js CHANGED
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  'use strict';
3
2
 
4
3
  var clsx = require('clsx');
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  import { clsx } from 'clsx';
3
2
  import { twMerge } from 'tailwind-merge';
4
3
 
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  'use strict';
3
2
 
4
3
  var animatePlugin = require('tailwindcss-animate');
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  import animatePlugin from 'tailwindcss-animate';
3
2
  import containerQueriesPlugin from '@tailwindcss/container-queries';
4
3
  import tailwindInteractionMediaPlugin from 'tailwindcss-interaction-media';
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  'use strict';
3
2
 
4
3
  // tailwind/screens.tailwind.js
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  // tailwind/screens.tailwind.js
3
2
  var screens_tailwind_default = {
4
3
  xs: "0px",
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  'use strict';
3
2
 
4
3
  var client = require('react-dom/client');
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  import { createRoot } from 'react-dom/client';
3
2
  import { Buffer } from 'buffer';
4
3
  import { toast } from 'sonner';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "5.3.21",
3
+ "version": "5.3.22",
4
4
  "description": "Multi-framework UI library with React, Vue, Svelte, and React Native support. Based on shadcn/ui with comprehensive framework coverage.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",