@versini/ui-togglegroup 5.0.4 → 5.0.5

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 +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { TOGGLEGROUP_CLASSNAME as E, TOGGLEGROUP_ITEM_CLASSNAME as e, TOGGLEGROUP_ITEM_WRAPPER_CLASSNAME as T, ToggleGroup as i, ToggleGroupItem as r } from "./components/ToggleGroup/ToggleGroup.js";
2
2
  /*!
3
- @versini/ui-togglegroup v5.0.4
3
+ @versini/ui-togglegroup v5.0.5
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TOGGLEGROUP__ || (window.__VERSINI_UI_TOGGLEGROUP__ = {
8
- version: "5.0.4",
9
- buildTime: "10/24/2025 07:46 PM EDT",
8
+ version: "5.0.5",
9
+ buildTime: "11/16/2025 05:49 PM EST",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-togglegroup",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -43,10 +43,10 @@
43
43
  "@radix-ui/react-toggle-group": "1.1.11",
44
44
  "@tailwindcss/typography": "0.5.19",
45
45
  "clsx": "2.1.1",
46
- "tailwindcss": "4.1.16"
46
+ "tailwindcss": "4.1.17"
47
47
  },
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "26763e1e738bcdcb0806c39612161666e4bc4459"
51
+ "gitHead": "1d0bedfa3a84ea7f2f41d347a59de518f92e4cea"
52
52
  }