@homebound/beam 3.7.0 → 3.9.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/Css.json CHANGED
@@ -2,6 +2,7 @@
2
2
  "increment": 8,
3
3
  "breakpoints": {"ifPrint":"@media print","ifSm":"@media screen and (max-width: 599px)","ifMd":"@media screen and (min-width: 600px) and (max-width: 1024px)","ifSmOrMd":"@media screen and (max-width: 1024px)","ifMdAndUp":"@media screen and (min-width: 600px)","ifMdAndDown":"@media screen and (max-width: 1024px)","ifLg":"@media screen and (min-width: 1025px)","ifMdOrLg":"@media screen and (min-width: 600px)"},
4
4
  "typography": ["xs2","xs2Sb","xs","xsSb","sm","smSb","md","mdSb","lg","xl","xl2"],
5
+ "tokens": {"ButtonCautionDisabledBg":"--b-button-caution-disabled-bg","ButtonCautionDisabledFg":"--b-button-caution-disabled-fg","ButtonDangerDisabledBg":"--b-button-danger-disabled-bg","ButtonDangerDisabledFg":"--b-button-danger-disabled-fg","ButtonGhostDisabledFg":"--b-button-ghost-disabled-fg","ButtonGhostFg":"--b-button-ghost-fg","ButtonPrimaryDisabledBg":"--b-button-primary-disabled-bg","ButtonPrimaryDisabledFg":"--b-button-primary-disabled-fg","ButtonTertiaryFg":"--b-button-tertiary-fg","ButtonTertiaryFgPressed":"--b-button-tertiary-fg-pressed","Danger":"--b-danger","DangerPressed":"--b-danger-pressed","FieldBgDefault":"--b-field-bg-default","FieldBgDisabled":"--b-field-bg-disabled","FieldBgHover":"--b-field-bg-hover","FieldBorderDefault":"--b-field-border-default","FieldBorderError":"--b-field-border-error","FieldBorderFocus":"--b-field-border-focus","FieldBorderHover":"--b-field-border-hover","FieldTextDisabled":"--b-field-text-disabled","FocusRingInset":"--b-focus-ring-inset","FocusRingMuted":"--b-focus-ring-muted","ListRowBgHover":"--b-list-row-bg-hover","LoaderSpinner":"--b-loader-spinner","LoaderTrack":"--b-loader-track","MenuItemBgHover":"--b-menu-item-bg-hover","NavItemBgActive":"--b-nav-item-bg-active","NavItemBgHover":"--b-nav-item-bg-hover","NavItemBgPressed":"--b-nav-item-bg-pressed","NavText":"--b-nav-text","NavTextActive":"--b-nav-text-active","NavTextDisabled":"--b-nav-text-disabled","NavTextFocusVisible":"--b-nav-text-focus-visible","NavTextPressed":"--b-nav-text-pressed","NeutralFillHoverStrong":"--b-neutral-fill-hover-strong","NeutralFillHoverSubtle":"--b-neutral-fill-hover-subtle","NeutralFillPressed":"--b-neutral-fill-pressed","NeutralSurfacePressed":"--b-neutral-surface-pressed","OnPrimary":"--b-on-primary","OnSurface":"--b-on-surface","OnSurfaceMuted":"--b-on-surface-muted","PopoverSurface":"--b-popover-surface","Primary":"--b-primary","PrimaryHover":"--b-primary-hover","PrimaryPressed":"--b-primary-pressed","Scrim":"--b-scrim","SelectionIndicator":"--b-selection-indicator","StatusSuccessFg":"--b-status-success-fg","Surface":"--b-surface","TextDisabled":"--b-text-disabled","TextHelper":"--b-text-helper","TextLabel":"--b-text-label","TextLinkDefault":"--b-text-link-default","TextLinkDisabled":"--b-text-link-disabled","TextLinkHover":"--b-text-link-hover","TextLinkPressed":"--b-text-link-pressed","TextPlaceholder":"--b-text-placeholder","TextSelection":"--b-text-selection"},
5
6
  "abbreviations": {
6
7
  "ba": {"kind":"static","defs":{"borderStyle":"solid","borderWidth":"1px"}},
7
8
  "bt": {"kind":"static","defs":{"borderTopStyle":"solid","borderTopWidth":"1px"}},
@@ -9,7 +10,7 @@
9
10
  "bb": {"kind":"static","defs":{"borderBottomStyle":"solid","borderBottomWidth":"1px"}},
10
11
  "bl": {"kind":"static","defs":{"borderLeftStyle":"solid","borderLeftWidth":"1px"}},
11
12
  "bn": {"kind":"static","defs":{"borderStyle":"none","borderWidth":"0"}},
12
- "bcWhite": {"kind":"static","defs":{"borderColor":"rgba(255,255,255,1)"}},
13
+ "bcWhite": {"kind":"static","defs":{"borderColor":"rgba(255, 255, 255, 1)"}},
13
14
  "bcTransparent": {"kind":"static","defs":{"borderColor":"rgba(0,0,0,0)"}},
14
15
  "bcGray50": {"kind":"static","defs":{"borderColor":"rgba(255, 253, 253, 1)"}},
15
16
  "bcGray100": {"kind":"static","defs":{"borderColor":"rgba(247, 245, 245, 1)"}},
@@ -397,7 +398,7 @@
397
398
  "relative": {"kind":"static","defs":{"position":"relative"}},
398
399
  "sticky": {"kind":"static","defs":{"position":"sticky"}},
399
400
  "position": {"kind":"variable","props":["position"],"incremented":false},
400
- "white": {"kind":"static","defs":{"color":"rgba(255,255,255,1)"}},
401
+ "white": {"kind":"static","defs":{"color":"rgba(255, 255, 255, 1)"}},
401
402
  "transparent": {"kind":"static","defs":{"color":"rgba(0,0,0,0)"}},
402
403
  "gray50": {"kind":"static","defs":{"color":"rgba(255, 253, 253, 1)"}},
403
404
  "gray100": {"kind":"static","defs":{"color":"rgba(247, 245, 245, 1)"}},
@@ -470,7 +471,7 @@
470
471
  "orange800": {"kind":"static","defs":{"color":"rgba(154, 52, 18, 1)"}},
471
472
  "orange900": {"kind":"static","defs":{"color":"rgba(124, 45, 18, 1)"}},
472
473
  "color": {"kind":"variable","props":["color"],"incremented":false},
473
- "bgWhite": {"kind":"static","defs":{"backgroundColor":"rgba(255,255,255,1)"}},
474
+ "bgWhite": {"kind":"static","defs":{"backgroundColor":"rgba(255, 255, 255, 1)"}},
474
475
  "bgTransparent": {"kind":"static","defs":{"backgroundColor":"rgba(0,0,0,0)"}},
475
476
  "bgGray50": {"kind":"static","defs":{"backgroundColor":"rgba(255, 253, 253, 1)"}},
476
477
  "bgGray100": {"kind":"static","defs":{"backgroundColor":"rgba(247, 245, 245, 1)"}},
@@ -543,7 +544,7 @@
543
544
  "bgOrange800": {"kind":"static","defs":{"backgroundColor":"rgba(154, 52, 18, 1)"}},
544
545
  "bgOrange900": {"kind":"static","defs":{"backgroundColor":"rgba(124, 45, 18, 1)"}},
545
546
  "bgColor": {"kind":"variable","props":["backgroundColor"],"incremented":false},
546
- "fWhite": {"kind":"static","defs":{"fill":"rgba(255,255,255,1)"}},
547
+ "fWhite": {"kind":"static","defs":{"fill":"rgba(255, 255, 255, 1)"}},
547
548
  "fTransparent": {"kind":"static","defs":{"fill":"rgba(0,0,0,0)"}},
548
549
  "fGray50": {"kind":"static","defs":{"fill":"rgba(255, 253, 253, 1)"}},
549
550
  "fGray100": {"kind":"static","defs":{"fill":"rgba(247, 245, 245, 1)"}},
@@ -900,8 +901,8 @@
900
901
  "bsh0": {"kind":"static","defs":{"boxShadow":"none"}},
901
902
  "bshBasic": {"kind":"static","defs":{"boxShadow":"0px 4px 8px rgba(53, 53, 53, 0.08), 0px 2px 16px rgba(53, 53, 53, 0.03);"}},
902
903
  "bshHover": {"kind":"static","defs":{"boxShadow":"0px 4px 8px rgba(53, 53, 53, 0.1), 0px 2px 24px rgba(53, 53, 53, 0.08);"}},
903
- "bshFocus": {"kind":"static","defs":{"boxShadow":"0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(29, 78, 216, 1)"}},
904
- "bshDanger": {"kind":"static","defs":{"boxShadow":"0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(153, 27, 27, 1)"}},
904
+ "bshFocus": {"kind":"static","defs":{"boxShadow":"0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(29, 78, 216, 1)"}},
905
+ "bshDanger": {"kind":"static","defs":{"boxShadow":"0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(153, 27, 27, 1)"}},
905
906
  "bshModal": {"kind":"static","defs":{"boxShadow":"0px 20px 25px -5px rgba(0,0,0,0.1), 0px 10px 10px -5px rgba(0,0,0,0.04)"}},
906
907
  "boxShadow": {"kind":"variable","props":["boxShadow"],"incremented":false},
907
908
  "buttonBase": {"kind":"static","defs":{"fontWeight":600,"fontSize":"14px","lineHeight":"20px","outline":0,"borderRadius":"8px","display":"inline-flex","alignItems":"center","whiteSpace":"nowrap","transition":"background-color 200ms, border-color 200ms, box-shadow 200ms, left 200ms, right 200ms, margin 200ms"}},