@ttoss/ui 5.9.2 → 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
@@ -1127,7 +1127,8 @@ var Switch = props => {
1127
1127
  outline: "md",
1128
1128
  outlineColor: "input.border.accent.default",
1129
1129
  outlineOffset: "0px"
1130
- }
1130
+ },
1131
+ ...props.sx
1131
1132
  }
1132
1133
  });
1133
1134
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/ui",
3
- "version": "5.9.2",
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",
48
47
  "@ttoss/config": "^1.35.6",
49
- "@ttoss/test-utils": "^2.1.26"
48
+ "@ttoss/test-utils": "^2.1.26",
49
+ "@ttoss/react-icons": "^0.4.15"
50
50
  },
51
51
  "keywords": [
52
52
  "React",