mainstack-design-system 0.7.37 → 0.7.38

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.
@@ -7253,7 +7253,7 @@ const A2 = {
7253
7253
  }
7254
7254
  },
7255
7255
  _checked: {
7256
- bg: T.black300,
7256
+ bg: e.isDisabled ? T.gray300 : T.black300,
7257
7257
  border: "none"
7258
7258
  },
7259
7259
  ...i(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.7.37",
3
+ "version": "0.7.38",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/index.d.ts",