@homebound/beam 3.79.0 → 3.81.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 +8 -1
- package/dist/index.cjs +404 -263
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +42 -3
- package/dist/index.d.ts +42 -3
- package/dist/index.js +330 -189
- package/dist/index.js.map +1 -1
- package/dist/truss.css +2 -0
- package/package.json +1 -1
package/dist/Css.json
CHANGED
|
@@ -2,7 +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","ButtonSecondaryFg":"--b-button-secondary-fg","ButtonTertiaryFg":"--b-button-tertiary-fg","ButtonTertiaryFgPressed":"--b-button-tertiary-fg-pressed","ChoiceDisabled":"--b-choice-disabled","ChoiceSelected":"--b-choice-selected","Danger":"--b-danger","DangerPressed":"--b-danger-pressed","EnvBrandDev":"--b-env-brand-dev","EnvBrandLocalProd":"--b-env-brand-local-prod","EnvBrandProd":"--b-env-brand-prod","EnvBrandQa":"--b-env-brand-qa","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","LoaderFill":"--b-loader-fill","LoaderSpinner":"--b-loader-spinner","LoaderTrack":"--b-loader-track","NavGlobalItemBgActive":"--b-nav-global-item-bg-active","NavGlobalItemBgHover":"--b-nav-global-item-bg-hover","NavGlobalItemBgPressed":"--b-nav-global-item-bg-pressed","NavGlobalText":"--b-nav-global-text","NavGlobalTextActive":"--b-nav-global-text-active","NavGlobalTextDisabled":"--b-nav-global-text-disabled","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","NeutralFillHover":"--b-neutral-fill-hover","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","
|
|
5
|
+
"tokens": {"AiFieldBg":"--b-ai-field-bg","AiFieldFg":"--b-ai-field-fg","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","ButtonSecondaryFg":"--b-button-secondary-fg","ButtonTertiaryFg":"--b-button-tertiary-fg","ButtonTertiaryFgPressed":"--b-button-tertiary-fg-pressed","ChoiceDisabled":"--b-choice-disabled","ChoiceSelected":"--b-choice-selected","Danger":"--b-danger","DangerPressed":"--b-danger-pressed","EnvBrandDev":"--b-env-brand-dev","EnvBrandLocalProd":"--b-env-brand-local-prod","EnvBrandProd":"--b-env-brand-prod","EnvBrandQa":"--b-env-brand-qa","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","LoaderFill":"--b-loader-fill","LoaderSpinner":"--b-loader-spinner","LoaderTrack":"--b-loader-track","NavGlobalItemBgActive":"--b-nav-global-item-bg-active","NavGlobalItemBgHover":"--b-nav-global-item-bg-hover","NavGlobalItemBgPressed":"--b-nav-global-item-bg-pressed","NavGlobalText":"--b-nav-global-text","NavGlobalTextActive":"--b-nav-global-text-active","NavGlobalTextDisabled":"--b-nav-global-text-disabled","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","NeutralFillHover":"--b-neutral-fill-hover","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","OnSurfaceDisabled":"--b-on-surface-disabled","OnSurfaceMuted":"--b-on-surface-muted","OnSurfaceRaisedHover":"--b-on-surface-raised-hover","OnSurfaceRaisedPressed":"--b-on-surface-raised-pressed","Primary":"--b-primary","PrimaryHover":"--b-primary-hover","PrimaryPressed":"--b-primary-pressed","Scrim":"--b-scrim","SelectionFill":"--b-selection-fill","SelectionIndicator":"--b-selection-indicator","Surface":"--b-surface","SurfaceDisabled":"--b-surface-disabled","SurfaceHover":"--b-surface-hover","SurfaceRaised":"--b-surface-raised","SurfaceRaisedHover":"--b-surface-raised-hover","SurfaceRaisedPressed":"--b-surface-raised-pressed","SurfaceSeparator":"--b-surface-separator","SurfaceSubtle":"--b-surface-subtle","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"},
|
|
6
6
|
"abbreviations": {
|
|
7
7
|
"ba": {"kind":"static","defs":{"borderStyle":"solid","borderWidth":"1px"}},
|
|
8
8
|
"bt": {"kind":"static","defs":{"borderTopStyle":"solid","borderTopWidth":"1px"}},
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"bn": {"kind":"static","defs":{"borderStyle":"none","borderWidth":"0"}},
|
|
13
13
|
"bcWhite": {"kind":"static","defs":{"borderColor":"rgba(255, 255, 255, 1)"}},
|
|
14
14
|
"bcTransparent": {"kind":"static","defs":{"borderColor":"rgba(0,0,0,0)"}},
|
|
15
|
+
"bcBlack": {"kind":"static","defs":{"borderColor":"rgba(0, 0, 0, 1)"}},
|
|
15
16
|
"bcGray50": {"kind":"static","defs":{"borderColor":"rgba(255, 253, 253, 1)"}},
|
|
16
17
|
"bcGray100": {"kind":"static","defs":{"borderColor":"rgba(247, 245, 245, 1)"}},
|
|
17
18
|
"bcGray200": {"kind":"static","defs":{"borderColor":"rgba(236, 235, 235, 1)"}},
|
|
@@ -409,6 +410,7 @@
|
|
|
409
410
|
"sbw": {"kind":"variable","props":["scrollbarWidth"],"incremented":false},
|
|
410
411
|
"white": {"kind":"static","defs":{"color":"rgba(255, 255, 255, 1)"}},
|
|
411
412
|
"transparent": {"kind":"static","defs":{"color":"rgba(0,0,0,0)"}},
|
|
413
|
+
"black": {"kind":"static","defs":{"color":"rgba(0, 0, 0, 1)"}},
|
|
412
414
|
"gray50": {"kind":"static","defs":{"color":"rgba(255, 253, 253, 1)"}},
|
|
413
415
|
"gray100": {"kind":"static","defs":{"color":"rgba(247, 245, 245, 1)"}},
|
|
414
416
|
"gray200": {"kind":"static","defs":{"color":"rgba(236, 235, 235, 1)"}},
|
|
@@ -482,6 +484,7 @@
|
|
|
482
484
|
"color": {"kind":"variable","props":["color"],"incremented":false},
|
|
483
485
|
"bgWhite": {"kind":"static","defs":{"backgroundColor":"rgba(255, 255, 255, 1)"}},
|
|
484
486
|
"bgTransparent": {"kind":"static","defs":{"backgroundColor":"rgba(0,0,0,0)"}},
|
|
487
|
+
"bgBlack": {"kind":"static","defs":{"backgroundColor":"rgba(0, 0, 0, 1)"}},
|
|
485
488
|
"bgGray50": {"kind":"static","defs":{"backgroundColor":"rgba(255, 253, 253, 1)"}},
|
|
486
489
|
"bgGray100": {"kind":"static","defs":{"backgroundColor":"rgba(247, 245, 245, 1)"}},
|
|
487
490
|
"bgGray200": {"kind":"static","defs":{"backgroundColor":"rgba(236, 235, 235, 1)"}},
|
|
@@ -555,6 +558,7 @@
|
|
|
555
558
|
"bgColor": {"kind":"variable","props":["backgroundColor"],"incremented":false},
|
|
556
559
|
"fWhite": {"kind":"static","defs":{"fill":"rgba(255, 255, 255, 1)"}},
|
|
557
560
|
"fTransparent": {"kind":"static","defs":{"fill":"rgba(0,0,0,0)"}},
|
|
561
|
+
"fBlack": {"kind":"static","defs":{"fill":"rgba(0, 0, 0, 1)"}},
|
|
558
562
|
"fGray50": {"kind":"static","defs":{"fill":"rgba(255, 253, 253, 1)"}},
|
|
559
563
|
"fGray100": {"kind":"static","defs":{"fill":"rgba(247, 245, 245, 1)"}},
|
|
560
564
|
"fGray200": {"kind":"static","defs":{"fill":"rgba(236, 235, 235, 1)"}},
|
|
@@ -898,6 +902,9 @@
|
|
|
898
902
|
"zInitial": {"kind":"static","defs":{"zIndex":"initial"}},
|
|
899
903
|
"zUnset": {"kind":"static","defs":{"zIndex":"unset"}},
|
|
900
904
|
"z": {"kind":"variable","props":["zIndex"],"incremented":false},
|
|
905
|
+
"aiBackground": {"kind":"static","defs":{"backgroundImage":"radial-gradient(40% 1000% at 35.83% 62.18%, rgba(239, 246, 255, 1) 0%, rgba(237, 233, 254, 1) 100%)"}},
|
|
906
|
+
"aiBoldBg": {"kind":"static","defs":{"backgroundImage":"linear-gradient(270deg, rgba(29, 78, 216, 1) 2.97%, rgba(109, 40, 217, 1) 87.08%)"}},
|
|
907
|
+
"aiBoldText": {"kind":"static","defs":{"color":"rgba(109, 40, 217, 1)","backgroundImage":"linear-gradient(270deg, rgba(29, 78, 216, 1) 2.97%, rgba(109, 40, 217, 1) 87.08%)","backgroundClip":"text","WebkitBackgroundClip":"text","WebkitTextFillColor":"transparent"}},
|
|
901
908
|
"sansSerif": {"kind":"static","defs":{"fontFamily":"'Inter', sans-serif"}},
|
|
902
909
|
"fontFamily": {"kind":"variable","props":["fontFamily"],"incremented":false},
|
|
903
910
|
"br8": {"kind":"static","defs":{"borderRadius":"8px"}},
|