mainstack-design-system 0.6.9 → 0.7.1

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.
@@ -37494,6 +37494,9 @@ const la = {
37494
37494
  background: la[i].hoverColor,
37495
37495
  _after: {
37496
37496
  opacity: 1
37497
+ },
37498
+ ".button__content": {
37499
+ zIndex: "2"
37497
37500
  }
37498
37501
  },
37499
37502
  _active: {
@@ -37548,7 +37551,7 @@ const la = {
37548
37551
  alignItems: "center",
37549
37552
  gap: "4px",
37550
37553
  position: "relative",
37551
- zIndex: 2,
37554
+ className: "button__content",
37552
37555
  pr: v ? "8px" : "0px",
37553
37556
  pl: g ? "8px" : "0px",
37554
37557
  children: [
@@ -37601,6 +37604,9 @@ const i6 = ({
37601
37604
  background: la[i].hoverColor,
37602
37605
  _after: {
37603
37606
  opacity: 1
37607
+ },
37608
+ ".button__content": {
37609
+ zIndex: "2"
37604
37610
  }
37605
37611
  },
37606
37612
  _active: {
@@ -37652,7 +37658,7 @@ const i6 = ({
37652
37658
  Bt,
37653
37659
  {
37654
37660
  position: "relative",
37655
- zIndex: 2,
37661
+ className: "button__content",
37656
37662
  alignItems: "center",
37657
37663
  justifyContent: "center",
37658
37664
  children: e
@@ -60514,13 +60520,14 @@ const c3e = ({
60514
60520
  return /* @__PURE__ */ je(
60515
60521
  Bt,
60516
60522
  {
60523
+ flexDir: { lg: "row", base: "column" },
60517
60524
  px: "16px",
60518
60525
  py: "10px",
60519
60526
  borderRadius: "12px",
60520
60527
  className: e === "gradient" ? "ms-ds-border-gradient" : "none",
60521
60528
  bg: e === "gradient" ? "" : g[e].bgColor,
60522
60529
  justifyContent: "start",
60523
- alignItems: "center",
60530
+ alignItems: { lg: "center" },
60524
60531
  gap: "16px",
60525
60532
  hidden: p,
60526
60533
  width: "full",
@@ -60566,7 +60573,8 @@ const c3e = ({
60566
60573
  _hover: {
60567
60574
  color: g[e].button.color,
60568
60575
  bg: g[e].button.bgColor
60569
- }
60576
+ },
60577
+ width: "100%"
60570
60578
  }
60571
60579
  ),
60572
60580
  f && /* @__PURE__ */ C(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.6.9",
3
+ "version": "0.7.1",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",
@@ -110,4 +110,4 @@
110
110
  "url": "https://github.com/The-Mainstack/mainstack-design-system/issues"
111
111
  },
112
112
  "homepage": "https://github.com/The-Mainstack/mainstack-design-system#readme"
113
- }
113
+ }