@versini/ui-togglegroup 4.0.9 → 4.0.10

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/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # @versini/ui-togglegroup
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@versini/ui-togglegroup?style=flat-square)](https://www.npmjs.com/package/@versini/ui-togglegroup)
4
+ ![npm package minimized gzipped size](<https://img.shields.io/bundlejs/size/%40versini%2Fui-togglegroup?style=flat-square&label=size%20(gzip)>)
4
5
 
5
6
  > An accessible React toggle button group component built with TypeScript and TailwindCSS.
6
7
 
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 v4.0.9
3
+ @versini/ui-togglegroup v4.0.10
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TOGGLEGROUP__ || (window.__VERSINI_UI_TOGGLEGROUP__ = {
8
- version: "4.0.9",
9
- buildTime: "08/23/2025 10:06 AM EDT",
8
+ version: "4.0.10",
9
+ buildTime: "08/23/2025 12:22 PM EDT",
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": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -52,5 +52,5 @@
52
52
  "sideEffects": [
53
53
  "**/*.css"
54
54
  ],
55
- "gitHead": "a1afd6e4613b1da7abf61d10a72614611521fb39"
55
+ "gitHead": "d568e20474c6c87f836c4cb6548f2cc0143a353c"
56
56
  }