@ttoss/ui 5.9.3 → 5.10.0

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/esm/index.js CHANGED
@@ -1114,9 +1114,6 @@ var Switch = props => {
1114
1114
  "aria-checked": props.checked || false,
1115
1115
  sx: {
1116
1116
  backgroundColor: "input.background.muted.disabled",
1117
- "& > input": {
1118
- position: "relative"
1119
- },
1120
1117
  "input:checked ~ &": {
1121
1118
  backgroundColor: "input.background.accent.default"
1122
1119
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/ui",
3
- "version": "5.9.3",
3
+ "version": "5.10.0",
4
4
  "description": "Primitive layout, typographic, and other components for styling applications.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -44,9 +44,9 @@
44
44
  "jest": "^30.0.4",
45
45
  "react": "^19.1.0",
46
46
  "tsup": "^8.5.0",
47
- "@ttoss/react-icons": "^0.4.15",
47
+ "@ttoss/config": "^1.35.6",
48
48
  "@ttoss/test-utils": "^2.1.26",
49
- "@ttoss/config": "^1.35.6"
49
+ "@ttoss/react-icons": "^0.4.15"
50
50
  },
51
51
  "keywords": [
52
52
  "React",