@homebound/beam 2.401.0 → 2.402.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/index.cjs CHANGED
@@ -7221,13 +7221,6 @@ var variantStyles = (contrast) => ({
7221
7221
  disabledStyles: Css.gray400.if(contrast).gray700.$,
7222
7222
  focusStyles: Css.boxShadow(`0px 0px 0px 2px ${"rgba(255,255,255,1)" /* White */}, 0px 0px 0px 4px ${"rgba(239, 68, 68, 1)" /* Red500 */}`).if(contrast).boxShadow(`0px 0px 0px 2px ${"rgba(239, 68, 68, 1)" /* Red500 */}`).$
7223
7223
  },
7224
- tertiaryQuaternary: {
7225
- baseStyles: Css.bgTransparent.gray900.if(contrast).gray400.$,
7226
- hoverStyles: Css.bgGray100.if(contrast).bgGray700.white.$,
7227
- pressedStyles: Css.gray900.if(contrast).bgWhite.gray900.$,
7228
- disabledStyles: Css.gray400.if(contrast).gray700.$,
7229
- focusStyles: Css.boxShadow(`0px 0px 0px 2px ${"rgba(255,255,255,1)" /* White */}, 0px 0px 0px 4px ${"rgba(36, 36, 36, 1)" /* Gray900 */}`).if(contrast).boxShadow(`0px 0px 0px 2px ${"rgba(175, 175, 175, 1)" /* Gray500 */}`).$
7230
- },
7231
7224
  danger: {
7232
7225
  baseStyles: Css.bgRed600.white.$,
7233
7226
  hoverStyles: Css.bgRed700.$,
@@ -7236,11 +7229,11 @@ var variantStyles = (contrast) => ({
7236
7229
  focusStyles: Css.bshDanger.if(contrast).boxShadow(`0 0 0 2px ${"rgba(255,255,255,1)" /* White */}`).$
7237
7230
  },
7238
7231
  quaternary: {
7239
- baseStyles: Css.bgGray900.white.$,
7240
- hoverStyles: Css.bgGray700.$,
7241
- pressedStyles: Css.bgGray800.$,
7242
- disabledStyles: Css.bgGray200.if(contrast).bgGray900.gray600.$,
7243
- focusStyles: Css.bshDanger.if(contrast).boxShadow(`0 0 0 2px ${"rgba(255,255,255,1)" /* White */}`).$
7232
+ baseStyles: Css.bgTransparent.gray900.if(contrast).gray400.$,
7233
+ hoverStyles: Css.bgGray100.if(contrast).bgGray700.white.$,
7234
+ pressedStyles: Css.gray900.if(contrast).bgWhite.gray900.$,
7235
+ disabledStyles: Css.gray400.if(contrast).gray700.$,
7236
+ focusStyles: Css.boxShadow(`0px 0px 0px 2px ${"rgba(255,255,255,1)" /* White */}, 0px 0px 0px 4px ${"rgba(36, 36, 36, 1)" /* Gray900 */}`).if(contrast).boxShadow(`0px 0px 0px 2px ${"rgba(175, 175, 175, 1)" /* Gray500 */}`).$
7244
7237
  },
7245
7238
  caution: {
7246
7239
  baseStyles: Css.bgYellow200.gray900.$,
@@ -15868,7 +15861,7 @@ function PageHeader(props) {
15868
15861
  {
15869
15862
  label: cancelAction.label,
15870
15863
  onClick: cancelAction.onClick,
15871
- variant: "secondary",
15864
+ variant: "quaternary",
15872
15865
  disabled: cancelAction.disabled,
15873
15866
  tooltip: cancelAction.tooltip
15874
15867
  }
@@ -16490,7 +16483,7 @@ function FilterModal(props) {
16490
16483
  }
16491
16484
  ),
16492
16485
  /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("div", { css: Css.df.gap1.$, children: [
16493
- /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(Button, { label: "Cancel", variant: "tertiary", onClick: closeModal, ...testId.modalClose }),
16486
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(Button, { label: "Cancel", variant: "quaternary", onClick: closeModal, ...testId.modalClose }),
16494
16487
  /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
16495
16488
  Button,
16496
16489
  {
@@ -18028,7 +18021,7 @@ function ConfirmCloseModal(props) {
18028
18021
  /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
18029
18022
  Button,
18030
18023
  {
18031
- variant: "tertiary",
18024
+ variant: "quaternary",
18032
18025
  label: discardText,
18033
18026
  onClick: () => {
18034
18027
  onClose();