@versini/ui-toggle 4.0.10 → 4.0.11

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-toggle
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@versini/ui-toggle?style=flat-square)](https://www.npmjs.com/package/@versini/ui-toggle)
4
+ ![npm package minimized gzipped size](<https://img.shields.io/bundlejs/size/%40versini%2Fui-toggle?style=flat-square&label=size%20(gzip)>)
4
5
 
5
6
  > An accessible and customizable React toggle switch component built with TypeScript and TailwindCSS.
6
7
 
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { TOGGLE_CLASSNAME as o, Toggle as r } from "./components/Toggle/Toggle.js";
2
2
  /*!
3
- @versini/ui-toggle v4.0.10
3
+ @versini/ui-toggle v4.0.11
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TOGGLE__ || (window.__VERSINI_UI_TOGGLE__ = {
8
- version: "4.0.10",
9
- buildTime: "08/23/2025 10:06 AM EDT",
8
+ version: "4.0.11",
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-toggle",
3
- "version": "4.0.10",
3
+ "version": "4.0.11",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -51,5 +51,5 @@
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "a1afd6e4613b1da7abf61d10a72614611521fb39"
54
+ "gitHead": "d568e20474c6c87f836c4cb6548f2cc0143a353c"
55
55
  }