@versini/ui-toggle 2.0.4 → 2.0.6

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { jsxs as p, jsx as c } from "react/jsx-runtime";
2
2
  import t from "clsx";
3
3
  /*!
4
- @versini/ui-toggle v2.0.4
5
- © 2024 gizmette.com
4
+ @versini/ui-toggle v2.0.6
5
+ © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_TOGGLE__ || (window.__VERSINI_UI_TOGGLE__ = {
9
- version: "2.0.4",
10
- buildTime: "12/30/2024 05:27 PM EST",
9
+ version: "2.0.6",
10
+ buildTime: "01/02/2025 05:13 PM EST",
11
11
  homepage: "https://github.com/aversini/ui-components",
12
12
  license: "MIT"
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-toggle",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,12 +39,12 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-types": "3.0.1",
42
+ "@versini/ui-types": "3.0.3",
43
43
  "clsx": "2.1.1",
44
44
  "tailwindcss": "3.4.17"
45
45
  },
46
46
  "sideEffects": [
47
47
  "**/*.css"
48
48
  ],
49
- "gitHead": "c83e1c1ff281bb8d84e899777a6d055c74451090"
49
+ "gitHead": "c43b9e0ea4ad97fde6cc3d088c32374ff34c6495"
50
50
  }