@aristobyte-ui/switch 1.0.68 → 1.0.70

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/dist/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  "use client";
2
- import "./index.css";
3
2
  "use strict";
4
3
  var __defProp = Object.defineProperty;
5
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../index.ts"],"sourcesContent":["export * from \"./components\";\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../index.ts"],"sourcesContent":["export * from \"./components\";\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
package/dist/index.mjs CHANGED
@@ -1,3 +1,2 @@
1
1
  "use client";
2
- import "./index.css";
3
2
  //# sourceMappingURL=index.mjs.map
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.68",
4
+ "version": "1.0.70",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "author": "AristoByte <info@aristobyte.com>",
@@ -27,7 +27,6 @@
27
27
  "aristobyte-ui",
28
28
  "ui-component",
29
29
  "design-system",
30
- "scss",
31
30
  "accessible",
32
31
  "interactive",
33
32
  "customizable",
@@ -55,23 +54,17 @@
55
54
  "check-types": "tsc --noEmit"
56
55
  },
57
56
  "dependencies": {
58
- "esbuild-sass-plugin": "^3.3.1",
59
57
  "react": "^19.1.0",
60
- "react-dom": "^19.1.0",
61
- "sass": "^1.89.0",
62
- "tsup": "^8.5.0"
58
+ "react-dom": "^19.1.0"
63
59
  },
64
60
  "devDependencies": {
65
- "@aristobyte-ui/eslint-config": "^1.0.68",
66
- "@aristobyte-ui/typescript-config": "^1.0.68",
61
+ "@aristobyte-ui/eslint-config": "^1.0.70",
62
+ "@aristobyte-ui/typescript-config": "^1.0.70",
67
63
  "@turbo/gen": "^2.5.0",
68
64
  "@types/node": "^24.3.0",
69
65
  "@types/react": "19.1.0",
70
66
  "@types/react-dom": "19.1.1",
71
- "autoprefixer": "^10.4.21",
72
67
  "eslint": "^9.27.0",
73
- "postcss": "^8.5.3",
74
- "sass-embedded": "^1.91.0",
75
68
  "tsup": "^8.5.0",
76
69
  "typescript": "^5.8.3"
77
70
  }