mainstack-design-system 0.5.8 → 0.5.9

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.
@@ -44295,7 +44295,7 @@ const bd = {
44295
44295
  d1,
44296
44296
  {
44297
44297
  cursor: "pointer",
44298
- border: `1px solid ${ie.gray100}`,
44298
+ border: `1px solid ${ie.gray200}`,
44299
44299
  borderWidth: 1,
44300
44300
  h: "18px",
44301
44301
  w: "18px",
@@ -44309,7 +44309,7 @@ const bd = {
44309
44309
  bg: ie.white100,
44310
44310
  _pressed: {
44311
44311
  bg: ie.black300,
44312
- outline: `0.6px solid ${ie.gray100} `,
44312
+ outline: `0.6px solid ${ie.gray100}`,
44313
44313
  _after: {
44314
44314
  content: '""',
44315
44315
  h: "100%",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",