@versini/ui-toggle 8.0.1 → 8.0.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.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
1
+ import { JSX } from 'react';
2
2
 
3
3
  export declare const Toggle: ({ checked, onChange, label, labelHidden, name, mode, labelMode, className, noBorder, narrow, noHaptic, labelPosition, subLabel, flat, }: ToggleProps) => JSX.Element;
4
4
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-toggle v8.0.1
2
+ @versini/ui-toggle v8.0.3
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -7,6 +7,8 @@ import { jsx, jsxs } from "react/jsx-runtime";
7
7
  import { useHaptic } from "@versini/ui-hooks/use-haptic";
8
8
  import clsx from "clsx";
9
9
 
10
+
11
+
10
12
  const TOGGLE_CLASSNAME = "av-toggle";
11
13
 
12
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-toggle",
3
- "version": "8.0.1",
3
+ "version": "8.0.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -46,10 +46,10 @@
46
46
  "dependencies": {
47
47
  "@versini/ui-hooks": "6.1.1",
48
48
  "clsx": "2.1.1",
49
- "tailwindcss": "4.2.4"
49
+ "tailwindcss": "4.3.1"
50
50
  },
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "d2dedb845254fccb7fbb6a5e0249e263c7951a7a"
54
+ "gitHead": "f25e4b557175f745705c249d10e2e77dc02ed462"
55
55
  }