@aristobyte-ui/switch 1.0.76 → 1.0.77
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aristobyte-ui/switch",
|
|
3
3
|
"description": "A fully typed, customizable Switch/toggle component for React with multiple sizes, variants, label alignments, and optional icons. Built to integrate seamlessly with AristoByteUI design tokens and SCSS modules.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.77",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"author": "AristoByte <info@aristobyte.com>",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"react-dom": "^19.1.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aristobyte-ui/eslint-config": "^1.0.
|
|
62
|
-
"@aristobyte-ui/typescript-config": "^1.0.
|
|
61
|
+
"@aristobyte-ui/eslint-config": "^1.0.77",
|
|
62
|
+
"@aristobyte-ui/typescript-config": "^1.0.77",
|
|
63
63
|
"@turbo/gen": "^2.5.0",
|
|
64
64
|
"@types/node": "^24.3.0",
|
|
65
65
|
"@types/react": "19.1.0",
|