@genesislcap/rapid-design-system 14.445.2 → 14.446.0-FUI-2537.8

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.
Files changed (42) hide show
  1. package/dist/custom-elements.json +1437 -3
  2. package/dist/dts/_common/color.hex.d.ts +1 -0
  3. package/dist/dts/_common/color.hex.d.ts.map +1 -1
  4. package/dist/dts/_config/configure.d.ts +13 -0
  5. package/dist/dts/_config/configure.d.ts.map +1 -0
  6. package/dist/dts/_config/index.d.ts +1 -0
  7. package/dist/dts/_config/index.d.ts.map +1 -1
  8. package/dist/dts/_config/tokens/error-palette.d.ts +3 -0
  9. package/dist/dts/_config/tokens/error-palette.d.ts.map +1 -0
  10. package/dist/dts/_config/tokens/index.d.ts +5 -0
  11. package/dist/dts/_config/tokens/index.d.ts.map +1 -1
  12. package/dist/dts/_config/tokens/secondary.d.ts +7 -0
  13. package/dist/dts/_config/tokens/secondary.d.ts.map +1 -0
  14. package/dist/dts/_config/tokens/semantic-palette.factory.d.ts +42 -0
  15. package/dist/dts/_config/tokens/semantic-palette.factory.d.ts.map +1 -0
  16. package/dist/dts/_config/tokens/success-palette.d.ts +3 -0
  17. package/dist/dts/_config/tokens/success-palette.d.ts.map +1 -0
  18. package/dist/dts/_config/tokens/tertiary-palette.d.ts +7 -0
  19. package/dist/dts/_config/tokens/tertiary-palette.d.ts.map +1 -0
  20. package/dist/dts/_config/tokens/warning-palette.d.ts +3 -0
  21. package/dist/dts/_config/tokens/warning-palette.d.ts.map +1 -0
  22. package/dist/dts/_config/values/color.d.ts +5 -0
  23. package/dist/dts/_config/values/color.d.ts.map +1 -1
  24. package/dist/dts/_config/values/defaults.d.ts.map +1 -1
  25. package/dist/dts/button/button.styles.d.ts.map +1 -1
  26. package/dist/dts/dialog/dialog.styles.d.ts.map +1 -1
  27. package/dist/esm/_common/color.hex.js +1 -0
  28. package/dist/esm/_config/configure.js +31 -0
  29. package/dist/esm/_config/index.js +1 -0
  30. package/dist/esm/_config/tokens/error-palette.js +4 -0
  31. package/dist/esm/_config/tokens/index.js +5 -0
  32. package/dist/esm/_config/tokens/secondary.js +11 -0
  33. package/dist/esm/_config/tokens/semantic-palette.factory.js +145 -0
  34. package/dist/esm/_config/tokens/success-palette.js +4 -0
  35. package/dist/esm/_config/tokens/tertiary-palette.js +11 -0
  36. package/dist/esm/_config/tokens/warning-palette.js +4 -0
  37. package/dist/esm/_config/values/color.js +5 -0
  38. package/dist/esm/_config/values/defaults.js +21 -1
  39. package/dist/esm/button/button.styles.js +176 -38
  40. package/dist/esm/dialog/dialog.styles.js +2 -3
  41. package/dist/esm/flyout/flyout.styles.js +1 -1
  42. package/package.json +11 -11
@@ -772,11 +772,60 @@
772
772
  }
773
773
  ]
774
774
  },
775
+ {
776
+ "kind": "javascript-module",
777
+ "path": "src/_config/configure.ts",
778
+ "declarations": [
779
+ {
780
+ "kind": "function",
781
+ "name": "configureRapidDesignSystem",
782
+ "return": {
783
+ "type": {
784
+ "text": "void"
785
+ }
786
+ },
787
+ "parameters": [
788
+ {
789
+ "name": "provider",
790
+ "type": {
791
+ "text": "HTMLElement"
792
+ }
793
+ },
794
+ {
795
+ "name": "config",
796
+ "type": {
797
+ "text": "Partial<DesignTokensConfig>"
798
+ }
799
+ }
800
+ ],
801
+ "description": "Extends configureDesignSystem with support for the `secondary`, `tertiary`, `error`,\n`success`, and `warning` color palettes.\n\nPass any of these entries under `design_tokens.color` in your config to override the defaults.\nOmitting any of them is safe — existing apps are unaffected and each token falls back to its\nbuilt-in default.",
802
+ "privacy": "public"
803
+ }
804
+ ],
805
+ "exports": [
806
+ {
807
+ "kind": "js",
808
+ "name": "configureRapidDesignSystem",
809
+ "declaration": {
810
+ "name": "configureRapidDesignSystem",
811
+ "module": "src/_config/configure.ts"
812
+ }
813
+ }
814
+ ]
815
+ },
775
816
  {
776
817
  "kind": "javascript-module",
777
818
  "path": "src/_config/index.ts",
778
819
  "declarations": [],
779
820
  "exports": [
821
+ {
822
+ "kind": "js",
823
+ "name": "*",
824
+ "declaration": {
825
+ "name": "*",
826
+ "package": "./configure"
827
+ }
828
+ },
780
829
  {
781
830
  "kind": "js",
782
831
  "name": "*",
@@ -10393,7 +10442,7 @@
10393
10442
  {
10394
10443
  "kind": "variable",
10395
10444
  "name": "rapidDialogStyles",
10396
- "default": "css`\n ${foundationDialogStyles}\n :host {\n --dialog-background: ${neutralLayer2};\n\n font-family: var(--body-font);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n\n dialog {\n position: var(--dialog-position, fixed);\n top: 0;\n bottom: 0;\n border-radius: var(--card-border-radius, calc(var(--control-corner-radius) * 1px));\n border: var(--card-border, calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest));\n text-align: left;\n line-height: normal;\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n }\n\n .top {\n display: flex;\n align-items: center;\n justify-content: space-between;\n color: var(--neutral-foreground-rest);\n margin-bottom: calc(var(--design-unit) * 2px);\n font-weight: 500;\n }\n\n .bottom {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-end;\n color: var(--neutral-foreground-rest);\n gap: calc(var(--design-unit) * 2px);\n }\n\n :host slot:first-of-type {\n color: ${neutralForegroundRest};\n }\n\n ::slotted(rapid-button) {\n margin-top: calc(var(--design-unit) * 4px - 1px);\n }\n\n slot[name='top']::slotted(*) {\n margin: 0;\n font-size: var(--type-ramp-base-font-size);\n color: var(--neutral-foreground-hint);\n font-weight: 700;\n }\n\n .content-wrapper {\n min-width: var(--dialog-min-width);\n min-height: var(--dialog-min-height);\n height: fit-content;\n width: fit-content;\n max-width: var(--dialog-max-width);\n max-height: var(--dialog-max-height);\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .close-icon:hover svg {\n background-color: color-mix(in srgb, var(--neutral-foreground-rest), transparent 95%);\n }\n\n .close-icon svg g path {\n fill: color-mix(in srgb, var(--neutral-foreground-rest), transparent 50%);\n }\n\n .close-icon:hover svg g path {\n fill: var(--neutral-foreground-rest);\n }\n\n .close-icon:active svg {\n background-color: var(--neutral-layer-4);\n }\n\n .close-icon:active svg g path {\n fill: color-mix(in srgb, var(--neutral-foreground-rest), transparent 67%);\n }\n\n .header-controls {\n rapid-button {\n --base-height-multiplier: 8;\n }\n\n rapid-button::part(control) {\n padding: 0 calc((8 + var(--design-unit) * 1 * var(--density)) * 1px);\n }\n }\n`"
10445
+ "default": "css`\n ${foundationDialogStyles}\n :host {\n font-family: var(--body-font);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n\n dialog {\n position: var(--dialog-position, fixed);\n top: 0;\n bottom: 0;\n border-radius: var(--card-border-radius, calc(var(--control-corner-radius) * 1px));\n border: var(--card-border, calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest));\n text-align: left;\n line-height: normal;\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n background-color: var(--dialog-background, var(--neutral-layer-1));\n }\n\n .top {\n display: flex;\n align-items: center;\n justify-content: space-between;\n color: var(--neutral-foreground-rest);\n margin-bottom: calc(var(--design-unit) * 2px);\n font-weight: 500;\n }\n\n .bottom {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-end;\n color: var(--neutral-foreground-rest);\n gap: calc(var(--design-unit) * 2px);\n }\n\n :host slot:first-of-type {\n color: ${neutralForegroundRest};\n }\n\n ::slotted(rapid-button) {\n margin-top: calc(var(--design-unit) * 4px - 1px);\n }\n\n slot[name='top']::slotted(*) {\n margin: 0;\n font-size: var(--type-ramp-base-font-size);\n color: var(--neutral-foreground-hint);\n font-weight: 700;\n }\n\n .content-wrapper {\n min-width: var(--dialog-min-width);\n min-height: var(--dialog-min-height);\n height: fit-content;\n width: fit-content;\n max-width: var(--dialog-max-width);\n max-height: var(--dialog-max-height);\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .close-icon:hover svg {\n background-color: color-mix(in srgb, var(--neutral-foreground-rest), transparent 95%);\n }\n\n .close-icon svg g path {\n fill: color-mix(in srgb, var(--neutral-foreground-rest), transparent 50%);\n }\n\n .close-icon:hover svg g path {\n fill: var(--neutral-foreground-rest);\n }\n\n .close-icon:active svg {\n background-color: var(--neutral-layer-4);\n }\n\n .close-icon:active svg g path {\n fill: color-mix(in srgb, var(--neutral-foreground-rest), transparent 67%);\n }\n\n .header-controls {\n rapid-button {\n --base-height-multiplier: 8;\n }\n\n rapid-button::part(control) {\n padding: 0 calc((8 + var(--design-unit) * 1 * var(--density)) * 1px);\n }\n }\n`"
10397
10446
  }
10398
10447
  ],
10399
10448
  "exports": [
@@ -16754,7 +16803,7 @@
16754
16803
  {
16755
16804
  "kind": "variable",
16756
16805
  "name": "rapidFlyoutStyles",
16757
- "default": "css`\n ${foundationFlyoutStyles}\n div.flyout {\n background-color: var(--neutral-layer-2);\n border-color: var(--neutral-stroke-rest);\n color: var(--neutral-foreground-rest);\n padding: calc(var(--design-unit) * 4px);\n }\n\n div.background {\n padding: calc(var(--design-unit) * 4px) 0;\n }\n\n :host {\n font-size: var(--type-ramp-base-font-size);\n font-family: var(--body-font);\n line-height: var(--type-ramp-base-line-height);\n }\n\n :host([position='left']) div.flyout {\n border-right-style: solid;\n border-right-width: calc(var(--stroke-width) * 1px);\n }\n\n :host([position='right']) div.flyout {\n border-left-style: solid;\n border-left-width: calc(var(--stroke-width) * 1px);\n }\n\n div.exit {\n cursor: pointer;\n width: calc((var(--base-height-multiplier) * (var(--design-unit) - 1)) * 1px);\n height: calc((var(--base-height-multiplier) * (var(--design-unit) - 1)) * 1px);\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n div.content,\n div.footer {\n padding: 0 0 calc(var(--design-unit) * 2px);\n }\n\n div.exit:hover {\n background-color: var(--neutral-fill-hover);\n border-radius: calc(var(--stroke-width) * 3px);\n }\n`"
16806
+ "default": "css`\n ${foundationFlyoutStyles}\n div.flyout {\n background-color: var(--neutral-layer-1);\n border-color: var(--neutral-stroke-rest);\n color: var(--neutral-foreground-rest);\n padding: calc(var(--design-unit) * 4px);\n }\n\n div.background {\n padding: calc(var(--design-unit) * 4px) 0;\n }\n\n :host {\n font-size: var(--type-ramp-base-font-size);\n font-family: var(--body-font);\n line-height: var(--type-ramp-base-line-height);\n }\n\n :host([position='left']) div.flyout {\n border-right-style: solid;\n border-right-width: calc(var(--stroke-width) * 1px);\n }\n\n :host([position='right']) div.flyout {\n border-left-style: solid;\n border-left-width: calc(var(--stroke-width) * 1px);\n }\n\n div.exit {\n cursor: pointer;\n width: calc((var(--base-height-multiplier) * (var(--design-unit) - 1)) * 1px);\n height: calc((var(--base-height-multiplier) * (var(--design-unit) - 1)) * 1px);\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n div.content,\n div.footer {\n padding: 0 0 calc(var(--design-unit) * 2px);\n }\n\n div.exit:hover {\n background-color: var(--neutral-fill-hover);\n border-radius: calc(var(--stroke-width) * 3px);\n }\n`"
16758
16807
  }
16759
16808
  ],
16760
16809
  "exports": [
@@ -42629,6 +42678,245 @@
42629
42678
  }
42630
42679
  ]
42631
42680
  },
42681
+ {
42682
+ "kind": "javascript-module",
42683
+ "path": "src/_config/tokens/error-palette.ts",
42684
+ "declarations": [],
42685
+ "exports": [
42686
+ {
42687
+ "kind": "js",
42688
+ "name": "errorPalette",
42689
+ "declaration": {
42690
+ "name": "errorPalette",
42691
+ "module": "src/_config/tokens/error-palette.ts"
42692
+ }
42693
+ },
42694
+ {
42695
+ "kind": "js",
42696
+ "name": "errorFillRestDelta",
42697
+ "declaration": {
42698
+ "name": "errorFillRestDelta",
42699
+ "module": "src/_config/tokens/error-palette.ts"
42700
+ }
42701
+ },
42702
+ {
42703
+ "kind": "js",
42704
+ "name": "errorFillHoverDelta",
42705
+ "declaration": {
42706
+ "name": "errorFillHoverDelta",
42707
+ "module": "src/_config/tokens/error-palette.ts"
42708
+ }
42709
+ },
42710
+ {
42711
+ "kind": "js",
42712
+ "name": "errorFillActiveDelta",
42713
+ "declaration": {
42714
+ "name": "errorFillActiveDelta",
42715
+ "module": "src/_config/tokens/error-palette.ts"
42716
+ }
42717
+ },
42718
+ {
42719
+ "kind": "js",
42720
+ "name": "errorFillFocusDelta",
42721
+ "declaration": {
42722
+ "name": "errorFillFocusDelta",
42723
+ "module": "src/_config/tokens/error-palette.ts"
42724
+ }
42725
+ },
42726
+ {
42727
+ "kind": "js",
42728
+ "name": "errorForegroundRestDelta",
42729
+ "declaration": {
42730
+ "name": "errorForegroundRestDelta",
42731
+ "module": "src/_config/tokens/error-palette.ts"
42732
+ }
42733
+ },
42734
+ {
42735
+ "kind": "js",
42736
+ "name": "errorForegroundHoverDelta",
42737
+ "declaration": {
42738
+ "name": "errorForegroundHoverDelta",
42739
+ "module": "src/_config/tokens/error-palette.ts"
42740
+ }
42741
+ },
42742
+ {
42743
+ "kind": "js",
42744
+ "name": "errorForegroundActiveDelta",
42745
+ "declaration": {
42746
+ "name": "errorForegroundActiveDelta",
42747
+ "module": "src/_config/tokens/error-palette.ts"
42748
+ }
42749
+ },
42750
+ {
42751
+ "kind": "js",
42752
+ "name": "errorForegroundFocusDelta",
42753
+ "declaration": {
42754
+ "name": "errorForegroundFocusDelta",
42755
+ "module": "src/_config/tokens/error-palette.ts"
42756
+ }
42757
+ },
42758
+ {
42759
+ "kind": "js",
42760
+ "name": "errorFillRecipe",
42761
+ "declaration": {
42762
+ "name": "errorFillRecipe",
42763
+ "module": "src/_config/tokens/error-palette.ts"
42764
+ }
42765
+ },
42766
+ {
42767
+ "kind": "js",
42768
+ "name": "errorFillRest",
42769
+ "declaration": {
42770
+ "name": "errorFillRest",
42771
+ "module": "src/_config/tokens/error-palette.ts"
42772
+ }
42773
+ },
42774
+ {
42775
+ "kind": "js",
42776
+ "name": "errorFillHover",
42777
+ "declaration": {
42778
+ "name": "errorFillHover",
42779
+ "module": "src/_config/tokens/error-palette.ts"
42780
+ }
42781
+ },
42782
+ {
42783
+ "kind": "js",
42784
+ "name": "errorFillActive",
42785
+ "declaration": {
42786
+ "name": "errorFillActive",
42787
+ "module": "src/_config/tokens/error-palette.ts"
42788
+ }
42789
+ },
42790
+ {
42791
+ "kind": "js",
42792
+ "name": "errorFillFocus",
42793
+ "declaration": {
42794
+ "name": "errorFillFocus",
42795
+ "module": "src/_config/tokens/error-palette.ts"
42796
+ }
42797
+ },
42798
+ {
42799
+ "kind": "js",
42800
+ "name": "foregroundOnErrorRecipe",
42801
+ "declaration": {
42802
+ "name": "foregroundOnErrorRecipe",
42803
+ "module": "src/_config/tokens/error-palette.ts"
42804
+ }
42805
+ },
42806
+ {
42807
+ "kind": "js",
42808
+ "name": "foregroundOnErrorRest",
42809
+ "declaration": {
42810
+ "name": "foregroundOnErrorRest",
42811
+ "module": "src/_config/tokens/error-palette.ts"
42812
+ }
42813
+ },
42814
+ {
42815
+ "kind": "js",
42816
+ "name": "foregroundOnErrorHover",
42817
+ "declaration": {
42818
+ "name": "foregroundOnErrorHover",
42819
+ "module": "src/_config/tokens/error-palette.ts"
42820
+ }
42821
+ },
42822
+ {
42823
+ "kind": "js",
42824
+ "name": "foregroundOnErrorActive",
42825
+ "declaration": {
42826
+ "name": "foregroundOnErrorActive",
42827
+ "module": "src/_config/tokens/error-palette.ts"
42828
+ }
42829
+ },
42830
+ {
42831
+ "kind": "js",
42832
+ "name": "foregroundOnErrorFocus",
42833
+ "declaration": {
42834
+ "name": "foregroundOnErrorFocus",
42835
+ "module": "src/_config/tokens/error-palette.ts"
42836
+ }
42837
+ },
42838
+ {
42839
+ "kind": "js",
42840
+ "name": "foregroundOnErrorLargeRecipe",
42841
+ "declaration": {
42842
+ "name": "foregroundOnErrorLargeRecipe",
42843
+ "module": "src/_config/tokens/error-palette.ts"
42844
+ }
42845
+ },
42846
+ {
42847
+ "kind": "js",
42848
+ "name": "foregroundOnErrorRestLarge",
42849
+ "declaration": {
42850
+ "name": "foregroundOnErrorRestLarge",
42851
+ "module": "src/_config/tokens/error-palette.ts"
42852
+ }
42853
+ },
42854
+ {
42855
+ "kind": "js",
42856
+ "name": "foregroundOnErrorHoverLarge",
42857
+ "declaration": {
42858
+ "name": "foregroundOnErrorHoverLarge",
42859
+ "module": "src/_config/tokens/error-palette.ts"
42860
+ }
42861
+ },
42862
+ {
42863
+ "kind": "js",
42864
+ "name": "foregroundOnErrorActiveLarge",
42865
+ "declaration": {
42866
+ "name": "foregroundOnErrorActiveLarge",
42867
+ "module": "src/_config/tokens/error-palette.ts"
42868
+ }
42869
+ },
42870
+ {
42871
+ "kind": "js",
42872
+ "name": "foregroundOnErrorFocusLarge",
42873
+ "declaration": {
42874
+ "name": "foregroundOnErrorFocusLarge",
42875
+ "module": "src/_config/tokens/error-palette.ts"
42876
+ }
42877
+ },
42878
+ {
42879
+ "kind": "js",
42880
+ "name": "errorForegroundRecipe",
42881
+ "declaration": {
42882
+ "name": "errorForegroundRecipe",
42883
+ "module": "src/_config/tokens/error-palette.ts"
42884
+ }
42885
+ },
42886
+ {
42887
+ "kind": "js",
42888
+ "name": "errorForegroundRest",
42889
+ "declaration": {
42890
+ "name": "errorForegroundRest",
42891
+ "module": "src/_config/tokens/error-palette.ts"
42892
+ }
42893
+ },
42894
+ {
42895
+ "kind": "js",
42896
+ "name": "errorForegroundHover",
42897
+ "declaration": {
42898
+ "name": "errorForegroundHover",
42899
+ "module": "src/_config/tokens/error-palette.ts"
42900
+ }
42901
+ },
42902
+ {
42903
+ "kind": "js",
42904
+ "name": "errorForegroundActive",
42905
+ "declaration": {
42906
+ "name": "errorForegroundActive",
42907
+ "module": "src/_config/tokens/error-palette.ts"
42908
+ }
42909
+ },
42910
+ {
42911
+ "kind": "js",
42912
+ "name": "errorForegroundFocus",
42913
+ "declaration": {
42914
+ "name": "errorForegroundFocus",
42915
+ "module": "src/_config/tokens/error-palette.ts"
42916
+ }
42917
+ }
42918
+ ]
42919
+ },
42632
42920
  {
42633
42921
  "kind": "javascript-module",
42634
42922
  "path": "src/_config/tokens/index.ts",
@@ -42649,6 +42937,1092 @@
42649
42937
  "name": "*",
42650
42938
  "package": "./custom"
42651
42939
  }
42940
+ },
42941
+ {
42942
+ "kind": "js",
42943
+ "name": "*",
42944
+ "declaration": {
42945
+ "name": "*",
42946
+ "package": "./secondary"
42947
+ }
42948
+ },
42949
+ {
42950
+ "kind": "js",
42951
+ "name": "*",
42952
+ "declaration": {
42953
+ "name": "*",
42954
+ "package": "./tertiary-palette"
42955
+ }
42956
+ },
42957
+ {
42958
+ "kind": "js",
42959
+ "name": "*",
42960
+ "declaration": {
42961
+ "name": "*",
42962
+ "package": "./error-palette"
42963
+ }
42964
+ },
42965
+ {
42966
+ "kind": "js",
42967
+ "name": "*",
42968
+ "declaration": {
42969
+ "name": "*",
42970
+ "package": "./success-palette"
42971
+ }
42972
+ },
42973
+ {
42974
+ "kind": "js",
42975
+ "name": "*",
42976
+ "declaration": {
42977
+ "name": "*",
42978
+ "package": "./warning-palette"
42979
+ }
42980
+ }
42981
+ ]
42982
+ },
42983
+ {
42984
+ "kind": "javascript-module",
42985
+ "path": "src/_config/tokens/secondary.ts",
42986
+ "declarations": [
42987
+ {
42988
+ "kind": "variable",
42989
+ "name": "defaultSecondaryColor"
42990
+ },
42991
+ {
42992
+ "kind": "variable",
42993
+ "name": "secondaryColor",
42994
+ "privacy": "public"
42995
+ }
42996
+ ],
42997
+ "exports": [
42998
+ {
42999
+ "kind": "js",
43000
+ "name": "defaultSecondaryColor",
43001
+ "declaration": {
43002
+ "name": "defaultSecondaryColor",
43003
+ "module": "src/_config/tokens/secondary.ts"
43004
+ }
43005
+ },
43006
+ {
43007
+ "kind": "js",
43008
+ "name": "secondaryColor",
43009
+ "declaration": {
43010
+ "name": "secondaryColor",
43011
+ "module": "src/_config/tokens/secondary.ts"
43012
+ }
43013
+ },
43014
+ {
43015
+ "kind": "js",
43016
+ "name": "secondaryPalette",
43017
+ "declaration": {
43018
+ "name": "secondaryPalette",
43019
+ "module": "src/_config/tokens/secondary.ts"
43020
+ }
43021
+ },
43022
+ {
43023
+ "kind": "js",
43024
+ "name": "secondaryFillRestDelta",
43025
+ "declaration": {
43026
+ "name": "secondaryFillRestDelta",
43027
+ "module": "src/_config/tokens/secondary.ts"
43028
+ }
43029
+ },
43030
+ {
43031
+ "kind": "js",
43032
+ "name": "secondaryFillHoverDelta",
43033
+ "declaration": {
43034
+ "name": "secondaryFillHoverDelta",
43035
+ "module": "src/_config/tokens/secondary.ts"
43036
+ }
43037
+ },
43038
+ {
43039
+ "kind": "js",
43040
+ "name": "secondaryFillActiveDelta",
43041
+ "declaration": {
43042
+ "name": "secondaryFillActiveDelta",
43043
+ "module": "src/_config/tokens/secondary.ts"
43044
+ }
43045
+ },
43046
+ {
43047
+ "kind": "js",
43048
+ "name": "secondaryFillFocusDelta",
43049
+ "declaration": {
43050
+ "name": "secondaryFillFocusDelta",
43051
+ "module": "src/_config/tokens/secondary.ts"
43052
+ }
43053
+ },
43054
+ {
43055
+ "kind": "js",
43056
+ "name": "secondaryForegroundRestDelta",
43057
+ "declaration": {
43058
+ "name": "secondaryForegroundRestDelta",
43059
+ "module": "src/_config/tokens/secondary.ts"
43060
+ }
43061
+ },
43062
+ {
43063
+ "kind": "js",
43064
+ "name": "secondaryForegroundHoverDelta",
43065
+ "declaration": {
43066
+ "name": "secondaryForegroundHoverDelta",
43067
+ "module": "src/_config/tokens/secondary.ts"
43068
+ }
43069
+ },
43070
+ {
43071
+ "kind": "js",
43072
+ "name": "secondaryForegroundActiveDelta",
43073
+ "declaration": {
43074
+ "name": "secondaryForegroundActiveDelta",
43075
+ "module": "src/_config/tokens/secondary.ts"
43076
+ }
43077
+ },
43078
+ {
43079
+ "kind": "js",
43080
+ "name": "secondaryForegroundFocusDelta",
43081
+ "declaration": {
43082
+ "name": "secondaryForegroundFocusDelta",
43083
+ "module": "src/_config/tokens/secondary.ts"
43084
+ }
43085
+ },
43086
+ {
43087
+ "kind": "js",
43088
+ "name": "secondaryFillRecipe",
43089
+ "declaration": {
43090
+ "name": "secondaryFillRecipe",
43091
+ "module": "src/_config/tokens/secondary.ts"
43092
+ }
43093
+ },
43094
+ {
43095
+ "kind": "js",
43096
+ "name": "secondaryFillRest",
43097
+ "declaration": {
43098
+ "name": "secondaryFillRest",
43099
+ "module": "src/_config/tokens/secondary.ts"
43100
+ }
43101
+ },
43102
+ {
43103
+ "kind": "js",
43104
+ "name": "secondaryFillHover",
43105
+ "declaration": {
43106
+ "name": "secondaryFillHover",
43107
+ "module": "src/_config/tokens/secondary.ts"
43108
+ }
43109
+ },
43110
+ {
43111
+ "kind": "js",
43112
+ "name": "secondaryFillActive",
43113
+ "declaration": {
43114
+ "name": "secondaryFillActive",
43115
+ "module": "src/_config/tokens/secondary.ts"
43116
+ }
43117
+ },
43118
+ {
43119
+ "kind": "js",
43120
+ "name": "secondaryFillFocus",
43121
+ "declaration": {
43122
+ "name": "secondaryFillFocus",
43123
+ "module": "src/_config/tokens/secondary.ts"
43124
+ }
43125
+ },
43126
+ {
43127
+ "kind": "js",
43128
+ "name": "foregroundOnSecondaryRecipe",
43129
+ "declaration": {
43130
+ "name": "foregroundOnSecondaryRecipe",
43131
+ "module": "src/_config/tokens/secondary.ts"
43132
+ }
43133
+ },
43134
+ {
43135
+ "kind": "js",
43136
+ "name": "foregroundOnSecondaryRest",
43137
+ "declaration": {
43138
+ "name": "foregroundOnSecondaryRest",
43139
+ "module": "src/_config/tokens/secondary.ts"
43140
+ }
43141
+ },
43142
+ {
43143
+ "kind": "js",
43144
+ "name": "foregroundOnSecondaryHover",
43145
+ "declaration": {
43146
+ "name": "foregroundOnSecondaryHover",
43147
+ "module": "src/_config/tokens/secondary.ts"
43148
+ }
43149
+ },
43150
+ {
43151
+ "kind": "js",
43152
+ "name": "foregroundOnSecondaryActive",
43153
+ "declaration": {
43154
+ "name": "foregroundOnSecondaryActive",
43155
+ "module": "src/_config/tokens/secondary.ts"
43156
+ }
43157
+ },
43158
+ {
43159
+ "kind": "js",
43160
+ "name": "foregroundOnSecondaryFocus",
43161
+ "declaration": {
43162
+ "name": "foregroundOnSecondaryFocus",
43163
+ "module": "src/_config/tokens/secondary.ts"
43164
+ }
43165
+ },
43166
+ {
43167
+ "kind": "js",
43168
+ "name": "foregroundOnSecondaryLargeRecipe",
43169
+ "declaration": {
43170
+ "name": "foregroundOnSecondaryLargeRecipe",
43171
+ "module": "src/_config/tokens/secondary.ts"
43172
+ }
43173
+ },
43174
+ {
43175
+ "kind": "js",
43176
+ "name": "foregroundOnSecondaryRestLarge",
43177
+ "declaration": {
43178
+ "name": "foregroundOnSecondaryRestLarge",
43179
+ "module": "src/_config/tokens/secondary.ts"
43180
+ }
43181
+ },
43182
+ {
43183
+ "kind": "js",
43184
+ "name": "foregroundOnSecondaryHoverLarge",
43185
+ "declaration": {
43186
+ "name": "foregroundOnSecondaryHoverLarge",
43187
+ "module": "src/_config/tokens/secondary.ts"
43188
+ }
43189
+ },
43190
+ {
43191
+ "kind": "js",
43192
+ "name": "foregroundOnSecondaryActiveLarge",
43193
+ "declaration": {
43194
+ "name": "foregroundOnSecondaryActiveLarge",
43195
+ "module": "src/_config/tokens/secondary.ts"
43196
+ }
43197
+ },
43198
+ {
43199
+ "kind": "js",
43200
+ "name": "foregroundOnSecondaryFocusLarge",
43201
+ "declaration": {
43202
+ "name": "foregroundOnSecondaryFocusLarge",
43203
+ "module": "src/_config/tokens/secondary.ts"
43204
+ }
43205
+ },
43206
+ {
43207
+ "kind": "js",
43208
+ "name": "secondaryForegroundRecipe",
43209
+ "declaration": {
43210
+ "name": "secondaryForegroundRecipe",
43211
+ "module": "src/_config/tokens/secondary.ts"
43212
+ }
43213
+ },
43214
+ {
43215
+ "kind": "js",
43216
+ "name": "secondaryForegroundRest",
43217
+ "declaration": {
43218
+ "name": "secondaryForegroundRest",
43219
+ "module": "src/_config/tokens/secondary.ts"
43220
+ }
43221
+ },
43222
+ {
43223
+ "kind": "js",
43224
+ "name": "secondaryForegroundHover",
43225
+ "declaration": {
43226
+ "name": "secondaryForegroundHover",
43227
+ "module": "src/_config/tokens/secondary.ts"
43228
+ }
43229
+ },
43230
+ {
43231
+ "kind": "js",
43232
+ "name": "secondaryForegroundActive",
43233
+ "declaration": {
43234
+ "name": "secondaryForegroundActive",
43235
+ "module": "src/_config/tokens/secondary.ts"
43236
+ }
43237
+ },
43238
+ {
43239
+ "kind": "js",
43240
+ "name": "secondaryForegroundFocus",
43241
+ "declaration": {
43242
+ "name": "secondaryForegroundFocus",
43243
+ "module": "src/_config/tokens/secondary.ts"
43244
+ }
43245
+ }
43246
+ ]
43247
+ },
43248
+ {
43249
+ "kind": "javascript-module",
43250
+ "path": "src/_config/tokens/semantic-palette.factory.ts",
43251
+ "declarations": [
43252
+ {
43253
+ "kind": "function",
43254
+ "name": "createSemanticPalette",
43255
+ "parameters": [
43256
+ {
43257
+ "name": "cssPrefix",
43258
+ "type": {
43259
+ "text": "string"
43260
+ },
43261
+ "description": "Token name prefix, e.g. `'error'` → `--error-fill-rest`"
43262
+ },
43263
+ {
43264
+ "name": "sourceColorToken",
43265
+ "type": {
43266
+ "text": "DesignToken<Swatch>"
43267
+ },
43268
+ "description": "The swatch token whose value drives the palette"
43269
+ }
43270
+ ],
43271
+ "description": "Creates the full set of interactive palette tokens for a semantic colour (fill, foreground,\nforeground-on variants) mirroring FAST's built-in accent/neutral pattern.",
43272
+ "privacy": "public"
43273
+ }
43274
+ ],
43275
+ "exports": [
43276
+ {
43277
+ "kind": "js",
43278
+ "name": "createSemanticPalette",
43279
+ "declaration": {
43280
+ "name": "createSemanticPalette",
43281
+ "module": "src/_config/tokens/semantic-palette.factory.ts"
43282
+ }
43283
+ }
43284
+ ]
43285
+ },
43286
+ {
43287
+ "kind": "javascript-module",
43288
+ "path": "src/_config/tokens/success-palette.ts",
43289
+ "declarations": [],
43290
+ "exports": [
43291
+ {
43292
+ "kind": "js",
43293
+ "name": "successPalette",
43294
+ "declaration": {
43295
+ "name": "successPalette",
43296
+ "module": "src/_config/tokens/success-palette.ts"
43297
+ }
43298
+ },
43299
+ {
43300
+ "kind": "js",
43301
+ "name": "successFillRestDelta",
43302
+ "declaration": {
43303
+ "name": "successFillRestDelta",
43304
+ "module": "src/_config/tokens/success-palette.ts"
43305
+ }
43306
+ },
43307
+ {
43308
+ "kind": "js",
43309
+ "name": "successFillHoverDelta",
43310
+ "declaration": {
43311
+ "name": "successFillHoverDelta",
43312
+ "module": "src/_config/tokens/success-palette.ts"
43313
+ }
43314
+ },
43315
+ {
43316
+ "kind": "js",
43317
+ "name": "successFillActiveDelta",
43318
+ "declaration": {
43319
+ "name": "successFillActiveDelta",
43320
+ "module": "src/_config/tokens/success-palette.ts"
43321
+ }
43322
+ },
43323
+ {
43324
+ "kind": "js",
43325
+ "name": "successFillFocusDelta",
43326
+ "declaration": {
43327
+ "name": "successFillFocusDelta",
43328
+ "module": "src/_config/tokens/success-palette.ts"
43329
+ }
43330
+ },
43331
+ {
43332
+ "kind": "js",
43333
+ "name": "successForegroundRestDelta",
43334
+ "declaration": {
43335
+ "name": "successForegroundRestDelta",
43336
+ "module": "src/_config/tokens/success-palette.ts"
43337
+ }
43338
+ },
43339
+ {
43340
+ "kind": "js",
43341
+ "name": "successForegroundHoverDelta",
43342
+ "declaration": {
43343
+ "name": "successForegroundHoverDelta",
43344
+ "module": "src/_config/tokens/success-palette.ts"
43345
+ }
43346
+ },
43347
+ {
43348
+ "kind": "js",
43349
+ "name": "successForegroundActiveDelta",
43350
+ "declaration": {
43351
+ "name": "successForegroundActiveDelta",
43352
+ "module": "src/_config/tokens/success-palette.ts"
43353
+ }
43354
+ },
43355
+ {
43356
+ "kind": "js",
43357
+ "name": "successForegroundFocusDelta",
43358
+ "declaration": {
43359
+ "name": "successForegroundFocusDelta",
43360
+ "module": "src/_config/tokens/success-palette.ts"
43361
+ }
43362
+ },
43363
+ {
43364
+ "kind": "js",
43365
+ "name": "successFillRecipe",
43366
+ "declaration": {
43367
+ "name": "successFillRecipe",
43368
+ "module": "src/_config/tokens/success-palette.ts"
43369
+ }
43370
+ },
43371
+ {
43372
+ "kind": "js",
43373
+ "name": "successFillRest",
43374
+ "declaration": {
43375
+ "name": "successFillRest",
43376
+ "module": "src/_config/tokens/success-palette.ts"
43377
+ }
43378
+ },
43379
+ {
43380
+ "kind": "js",
43381
+ "name": "successFillHover",
43382
+ "declaration": {
43383
+ "name": "successFillHover",
43384
+ "module": "src/_config/tokens/success-palette.ts"
43385
+ }
43386
+ },
43387
+ {
43388
+ "kind": "js",
43389
+ "name": "successFillActive",
43390
+ "declaration": {
43391
+ "name": "successFillActive",
43392
+ "module": "src/_config/tokens/success-palette.ts"
43393
+ }
43394
+ },
43395
+ {
43396
+ "kind": "js",
43397
+ "name": "successFillFocus",
43398
+ "declaration": {
43399
+ "name": "successFillFocus",
43400
+ "module": "src/_config/tokens/success-palette.ts"
43401
+ }
43402
+ },
43403
+ {
43404
+ "kind": "js",
43405
+ "name": "foregroundOnSuccessRecipe",
43406
+ "declaration": {
43407
+ "name": "foregroundOnSuccessRecipe",
43408
+ "module": "src/_config/tokens/success-palette.ts"
43409
+ }
43410
+ },
43411
+ {
43412
+ "kind": "js",
43413
+ "name": "foregroundOnSuccessRest",
43414
+ "declaration": {
43415
+ "name": "foregroundOnSuccessRest",
43416
+ "module": "src/_config/tokens/success-palette.ts"
43417
+ }
43418
+ },
43419
+ {
43420
+ "kind": "js",
43421
+ "name": "foregroundOnSuccessHover",
43422
+ "declaration": {
43423
+ "name": "foregroundOnSuccessHover",
43424
+ "module": "src/_config/tokens/success-palette.ts"
43425
+ }
43426
+ },
43427
+ {
43428
+ "kind": "js",
43429
+ "name": "foregroundOnSuccessActive",
43430
+ "declaration": {
43431
+ "name": "foregroundOnSuccessActive",
43432
+ "module": "src/_config/tokens/success-palette.ts"
43433
+ }
43434
+ },
43435
+ {
43436
+ "kind": "js",
43437
+ "name": "foregroundOnSuccessFocus",
43438
+ "declaration": {
43439
+ "name": "foregroundOnSuccessFocus",
43440
+ "module": "src/_config/tokens/success-palette.ts"
43441
+ }
43442
+ },
43443
+ {
43444
+ "kind": "js",
43445
+ "name": "foregroundOnSuccessLargeRecipe",
43446
+ "declaration": {
43447
+ "name": "foregroundOnSuccessLargeRecipe",
43448
+ "module": "src/_config/tokens/success-palette.ts"
43449
+ }
43450
+ },
43451
+ {
43452
+ "kind": "js",
43453
+ "name": "foregroundOnSuccessRestLarge",
43454
+ "declaration": {
43455
+ "name": "foregroundOnSuccessRestLarge",
43456
+ "module": "src/_config/tokens/success-palette.ts"
43457
+ }
43458
+ },
43459
+ {
43460
+ "kind": "js",
43461
+ "name": "foregroundOnSuccessHoverLarge",
43462
+ "declaration": {
43463
+ "name": "foregroundOnSuccessHoverLarge",
43464
+ "module": "src/_config/tokens/success-palette.ts"
43465
+ }
43466
+ },
43467
+ {
43468
+ "kind": "js",
43469
+ "name": "foregroundOnSuccessActiveLarge",
43470
+ "declaration": {
43471
+ "name": "foregroundOnSuccessActiveLarge",
43472
+ "module": "src/_config/tokens/success-palette.ts"
43473
+ }
43474
+ },
43475
+ {
43476
+ "kind": "js",
43477
+ "name": "foregroundOnSuccessFocusLarge",
43478
+ "declaration": {
43479
+ "name": "foregroundOnSuccessFocusLarge",
43480
+ "module": "src/_config/tokens/success-palette.ts"
43481
+ }
43482
+ },
43483
+ {
43484
+ "kind": "js",
43485
+ "name": "successForegroundRecipe",
43486
+ "declaration": {
43487
+ "name": "successForegroundRecipe",
43488
+ "module": "src/_config/tokens/success-palette.ts"
43489
+ }
43490
+ },
43491
+ {
43492
+ "kind": "js",
43493
+ "name": "successForegroundRest",
43494
+ "declaration": {
43495
+ "name": "successForegroundRest",
43496
+ "module": "src/_config/tokens/success-palette.ts"
43497
+ }
43498
+ },
43499
+ {
43500
+ "kind": "js",
43501
+ "name": "successForegroundHover",
43502
+ "declaration": {
43503
+ "name": "successForegroundHover",
43504
+ "module": "src/_config/tokens/success-palette.ts"
43505
+ }
43506
+ },
43507
+ {
43508
+ "kind": "js",
43509
+ "name": "successForegroundActive",
43510
+ "declaration": {
43511
+ "name": "successForegroundActive",
43512
+ "module": "src/_config/tokens/success-palette.ts"
43513
+ }
43514
+ },
43515
+ {
43516
+ "kind": "js",
43517
+ "name": "successForegroundFocus",
43518
+ "declaration": {
43519
+ "name": "successForegroundFocus",
43520
+ "module": "src/_config/tokens/success-palette.ts"
43521
+ }
43522
+ }
43523
+ ]
43524
+ },
43525
+ {
43526
+ "kind": "javascript-module",
43527
+ "path": "src/_config/tokens/tertiary-palette.ts",
43528
+ "declarations": [
43529
+ {
43530
+ "kind": "variable",
43531
+ "name": "defaultTertiaryColor"
43532
+ },
43533
+ {
43534
+ "kind": "variable",
43535
+ "name": "tertiaryColor",
43536
+ "privacy": "public"
43537
+ }
43538
+ ],
43539
+ "exports": [
43540
+ {
43541
+ "kind": "js",
43542
+ "name": "defaultTertiaryColor",
43543
+ "declaration": {
43544
+ "name": "defaultTertiaryColor",
43545
+ "module": "src/_config/tokens/tertiary-palette.ts"
43546
+ }
43547
+ },
43548
+ {
43549
+ "kind": "js",
43550
+ "name": "tertiaryColor",
43551
+ "declaration": {
43552
+ "name": "tertiaryColor",
43553
+ "module": "src/_config/tokens/tertiary-palette.ts"
43554
+ }
43555
+ },
43556
+ {
43557
+ "kind": "js",
43558
+ "name": "tertiaryPalette",
43559
+ "declaration": {
43560
+ "name": "tertiaryPalette",
43561
+ "module": "src/_config/tokens/tertiary-palette.ts"
43562
+ }
43563
+ },
43564
+ {
43565
+ "kind": "js",
43566
+ "name": "tertiaryFillRestDelta",
43567
+ "declaration": {
43568
+ "name": "tertiaryFillRestDelta",
43569
+ "module": "src/_config/tokens/tertiary-palette.ts"
43570
+ }
43571
+ },
43572
+ {
43573
+ "kind": "js",
43574
+ "name": "tertiaryFillHoverDelta",
43575
+ "declaration": {
43576
+ "name": "tertiaryFillHoverDelta",
43577
+ "module": "src/_config/tokens/tertiary-palette.ts"
43578
+ }
43579
+ },
43580
+ {
43581
+ "kind": "js",
43582
+ "name": "tertiaryFillActiveDelta",
43583
+ "declaration": {
43584
+ "name": "tertiaryFillActiveDelta",
43585
+ "module": "src/_config/tokens/tertiary-palette.ts"
43586
+ }
43587
+ },
43588
+ {
43589
+ "kind": "js",
43590
+ "name": "tertiaryFillFocusDelta",
43591
+ "declaration": {
43592
+ "name": "tertiaryFillFocusDelta",
43593
+ "module": "src/_config/tokens/tertiary-palette.ts"
43594
+ }
43595
+ },
43596
+ {
43597
+ "kind": "js",
43598
+ "name": "tertiaryForegroundRestDelta",
43599
+ "declaration": {
43600
+ "name": "tertiaryForegroundRestDelta",
43601
+ "module": "src/_config/tokens/tertiary-palette.ts"
43602
+ }
43603
+ },
43604
+ {
43605
+ "kind": "js",
43606
+ "name": "tertiaryForegroundHoverDelta",
43607
+ "declaration": {
43608
+ "name": "tertiaryForegroundHoverDelta",
43609
+ "module": "src/_config/tokens/tertiary-palette.ts"
43610
+ }
43611
+ },
43612
+ {
43613
+ "kind": "js",
43614
+ "name": "tertiaryForegroundActiveDelta",
43615
+ "declaration": {
43616
+ "name": "tertiaryForegroundActiveDelta",
43617
+ "module": "src/_config/tokens/tertiary-palette.ts"
43618
+ }
43619
+ },
43620
+ {
43621
+ "kind": "js",
43622
+ "name": "tertiaryForegroundFocusDelta",
43623
+ "declaration": {
43624
+ "name": "tertiaryForegroundFocusDelta",
43625
+ "module": "src/_config/tokens/tertiary-palette.ts"
43626
+ }
43627
+ },
43628
+ {
43629
+ "kind": "js",
43630
+ "name": "tertiaryFillRecipe",
43631
+ "declaration": {
43632
+ "name": "tertiaryFillRecipe",
43633
+ "module": "src/_config/tokens/tertiary-palette.ts"
43634
+ }
43635
+ },
43636
+ {
43637
+ "kind": "js",
43638
+ "name": "tertiaryFillRest",
43639
+ "declaration": {
43640
+ "name": "tertiaryFillRest",
43641
+ "module": "src/_config/tokens/tertiary-palette.ts"
43642
+ }
43643
+ },
43644
+ {
43645
+ "kind": "js",
43646
+ "name": "tertiaryFillHover",
43647
+ "declaration": {
43648
+ "name": "tertiaryFillHover",
43649
+ "module": "src/_config/tokens/tertiary-palette.ts"
43650
+ }
43651
+ },
43652
+ {
43653
+ "kind": "js",
43654
+ "name": "tertiaryFillActive",
43655
+ "declaration": {
43656
+ "name": "tertiaryFillActive",
43657
+ "module": "src/_config/tokens/tertiary-palette.ts"
43658
+ }
43659
+ },
43660
+ {
43661
+ "kind": "js",
43662
+ "name": "tertiaryFillFocus",
43663
+ "declaration": {
43664
+ "name": "tertiaryFillFocus",
43665
+ "module": "src/_config/tokens/tertiary-palette.ts"
43666
+ }
43667
+ },
43668
+ {
43669
+ "kind": "js",
43670
+ "name": "foregroundOnTertiaryRecipe",
43671
+ "declaration": {
43672
+ "name": "foregroundOnTertiaryRecipe",
43673
+ "module": "src/_config/tokens/tertiary-palette.ts"
43674
+ }
43675
+ },
43676
+ {
43677
+ "kind": "js",
43678
+ "name": "foregroundOnTertiaryRest",
43679
+ "declaration": {
43680
+ "name": "foregroundOnTertiaryRest",
43681
+ "module": "src/_config/tokens/tertiary-palette.ts"
43682
+ }
43683
+ },
43684
+ {
43685
+ "kind": "js",
43686
+ "name": "foregroundOnTertiaryHover",
43687
+ "declaration": {
43688
+ "name": "foregroundOnTertiaryHover",
43689
+ "module": "src/_config/tokens/tertiary-palette.ts"
43690
+ }
43691
+ },
43692
+ {
43693
+ "kind": "js",
43694
+ "name": "foregroundOnTertiaryActive",
43695
+ "declaration": {
43696
+ "name": "foregroundOnTertiaryActive",
43697
+ "module": "src/_config/tokens/tertiary-palette.ts"
43698
+ }
43699
+ },
43700
+ {
43701
+ "kind": "js",
43702
+ "name": "foregroundOnTertiaryFocus",
43703
+ "declaration": {
43704
+ "name": "foregroundOnTertiaryFocus",
43705
+ "module": "src/_config/tokens/tertiary-palette.ts"
43706
+ }
43707
+ },
43708
+ {
43709
+ "kind": "js",
43710
+ "name": "foregroundOnTertiaryLargeRecipe",
43711
+ "declaration": {
43712
+ "name": "foregroundOnTertiaryLargeRecipe",
43713
+ "module": "src/_config/tokens/tertiary-palette.ts"
43714
+ }
43715
+ },
43716
+ {
43717
+ "kind": "js",
43718
+ "name": "foregroundOnTertiaryRestLarge",
43719
+ "declaration": {
43720
+ "name": "foregroundOnTertiaryRestLarge",
43721
+ "module": "src/_config/tokens/tertiary-palette.ts"
43722
+ }
43723
+ },
43724
+ {
43725
+ "kind": "js",
43726
+ "name": "foregroundOnTertiaryHoverLarge",
43727
+ "declaration": {
43728
+ "name": "foregroundOnTertiaryHoverLarge",
43729
+ "module": "src/_config/tokens/tertiary-palette.ts"
43730
+ }
43731
+ },
43732
+ {
43733
+ "kind": "js",
43734
+ "name": "foregroundOnTertiaryActiveLarge",
43735
+ "declaration": {
43736
+ "name": "foregroundOnTertiaryActiveLarge",
43737
+ "module": "src/_config/tokens/tertiary-palette.ts"
43738
+ }
43739
+ },
43740
+ {
43741
+ "kind": "js",
43742
+ "name": "foregroundOnTertiaryFocusLarge",
43743
+ "declaration": {
43744
+ "name": "foregroundOnTertiaryFocusLarge",
43745
+ "module": "src/_config/tokens/tertiary-palette.ts"
43746
+ }
43747
+ },
43748
+ {
43749
+ "kind": "js",
43750
+ "name": "tertiaryForegroundRecipe",
43751
+ "declaration": {
43752
+ "name": "tertiaryForegroundRecipe",
43753
+ "module": "src/_config/tokens/tertiary-palette.ts"
43754
+ }
43755
+ },
43756
+ {
43757
+ "kind": "js",
43758
+ "name": "tertiaryForegroundRest",
43759
+ "declaration": {
43760
+ "name": "tertiaryForegroundRest",
43761
+ "module": "src/_config/tokens/tertiary-palette.ts"
43762
+ }
43763
+ },
43764
+ {
43765
+ "kind": "js",
43766
+ "name": "tertiaryForegroundHover",
43767
+ "declaration": {
43768
+ "name": "tertiaryForegroundHover",
43769
+ "module": "src/_config/tokens/tertiary-palette.ts"
43770
+ }
43771
+ },
43772
+ {
43773
+ "kind": "js",
43774
+ "name": "tertiaryForegroundActive",
43775
+ "declaration": {
43776
+ "name": "tertiaryForegroundActive",
43777
+ "module": "src/_config/tokens/tertiary-palette.ts"
43778
+ }
43779
+ },
43780
+ {
43781
+ "kind": "js",
43782
+ "name": "tertiaryForegroundFocus",
43783
+ "declaration": {
43784
+ "name": "tertiaryForegroundFocus",
43785
+ "module": "src/_config/tokens/tertiary-palette.ts"
43786
+ }
43787
+ }
43788
+ ]
43789
+ },
43790
+ {
43791
+ "kind": "javascript-module",
43792
+ "path": "src/_config/tokens/warning-palette.ts",
43793
+ "declarations": [],
43794
+ "exports": [
43795
+ {
43796
+ "kind": "js",
43797
+ "name": "warningPalette",
43798
+ "declaration": {
43799
+ "name": "warningPalette",
43800
+ "module": "src/_config/tokens/warning-palette.ts"
43801
+ }
43802
+ },
43803
+ {
43804
+ "kind": "js",
43805
+ "name": "warningFillRestDelta",
43806
+ "declaration": {
43807
+ "name": "warningFillRestDelta",
43808
+ "module": "src/_config/tokens/warning-palette.ts"
43809
+ }
43810
+ },
43811
+ {
43812
+ "kind": "js",
43813
+ "name": "warningFillHoverDelta",
43814
+ "declaration": {
43815
+ "name": "warningFillHoverDelta",
43816
+ "module": "src/_config/tokens/warning-palette.ts"
43817
+ }
43818
+ },
43819
+ {
43820
+ "kind": "js",
43821
+ "name": "warningFillActiveDelta",
43822
+ "declaration": {
43823
+ "name": "warningFillActiveDelta",
43824
+ "module": "src/_config/tokens/warning-palette.ts"
43825
+ }
43826
+ },
43827
+ {
43828
+ "kind": "js",
43829
+ "name": "warningFillFocusDelta",
43830
+ "declaration": {
43831
+ "name": "warningFillFocusDelta",
43832
+ "module": "src/_config/tokens/warning-palette.ts"
43833
+ }
43834
+ },
43835
+ {
43836
+ "kind": "js",
43837
+ "name": "warningForegroundRestDelta",
43838
+ "declaration": {
43839
+ "name": "warningForegroundRestDelta",
43840
+ "module": "src/_config/tokens/warning-palette.ts"
43841
+ }
43842
+ },
43843
+ {
43844
+ "kind": "js",
43845
+ "name": "warningForegroundHoverDelta",
43846
+ "declaration": {
43847
+ "name": "warningForegroundHoverDelta",
43848
+ "module": "src/_config/tokens/warning-palette.ts"
43849
+ }
43850
+ },
43851
+ {
43852
+ "kind": "js",
43853
+ "name": "warningForegroundActiveDelta",
43854
+ "declaration": {
43855
+ "name": "warningForegroundActiveDelta",
43856
+ "module": "src/_config/tokens/warning-palette.ts"
43857
+ }
43858
+ },
43859
+ {
43860
+ "kind": "js",
43861
+ "name": "warningForegroundFocusDelta",
43862
+ "declaration": {
43863
+ "name": "warningForegroundFocusDelta",
43864
+ "module": "src/_config/tokens/warning-palette.ts"
43865
+ }
43866
+ },
43867
+ {
43868
+ "kind": "js",
43869
+ "name": "warningFillRecipe",
43870
+ "declaration": {
43871
+ "name": "warningFillRecipe",
43872
+ "module": "src/_config/tokens/warning-palette.ts"
43873
+ }
43874
+ },
43875
+ {
43876
+ "kind": "js",
43877
+ "name": "warningFillRest",
43878
+ "declaration": {
43879
+ "name": "warningFillRest",
43880
+ "module": "src/_config/tokens/warning-palette.ts"
43881
+ }
43882
+ },
43883
+ {
43884
+ "kind": "js",
43885
+ "name": "warningFillHover",
43886
+ "declaration": {
43887
+ "name": "warningFillHover",
43888
+ "module": "src/_config/tokens/warning-palette.ts"
43889
+ }
43890
+ },
43891
+ {
43892
+ "kind": "js",
43893
+ "name": "warningFillActive",
43894
+ "declaration": {
43895
+ "name": "warningFillActive",
43896
+ "module": "src/_config/tokens/warning-palette.ts"
43897
+ }
43898
+ },
43899
+ {
43900
+ "kind": "js",
43901
+ "name": "warningFillFocus",
43902
+ "declaration": {
43903
+ "name": "warningFillFocus",
43904
+ "module": "src/_config/tokens/warning-palette.ts"
43905
+ }
43906
+ },
43907
+ {
43908
+ "kind": "js",
43909
+ "name": "foregroundOnWarningRecipe",
43910
+ "declaration": {
43911
+ "name": "foregroundOnWarningRecipe",
43912
+ "module": "src/_config/tokens/warning-palette.ts"
43913
+ }
43914
+ },
43915
+ {
43916
+ "kind": "js",
43917
+ "name": "foregroundOnWarningRest",
43918
+ "declaration": {
43919
+ "name": "foregroundOnWarningRest",
43920
+ "module": "src/_config/tokens/warning-palette.ts"
43921
+ }
43922
+ },
43923
+ {
43924
+ "kind": "js",
43925
+ "name": "foregroundOnWarningHover",
43926
+ "declaration": {
43927
+ "name": "foregroundOnWarningHover",
43928
+ "module": "src/_config/tokens/warning-palette.ts"
43929
+ }
43930
+ },
43931
+ {
43932
+ "kind": "js",
43933
+ "name": "foregroundOnWarningActive",
43934
+ "declaration": {
43935
+ "name": "foregroundOnWarningActive",
43936
+ "module": "src/_config/tokens/warning-palette.ts"
43937
+ }
43938
+ },
43939
+ {
43940
+ "kind": "js",
43941
+ "name": "foregroundOnWarningFocus",
43942
+ "declaration": {
43943
+ "name": "foregroundOnWarningFocus",
43944
+ "module": "src/_config/tokens/warning-palette.ts"
43945
+ }
43946
+ },
43947
+ {
43948
+ "kind": "js",
43949
+ "name": "foregroundOnWarningLargeRecipe",
43950
+ "declaration": {
43951
+ "name": "foregroundOnWarningLargeRecipe",
43952
+ "module": "src/_config/tokens/warning-palette.ts"
43953
+ }
43954
+ },
43955
+ {
43956
+ "kind": "js",
43957
+ "name": "foregroundOnWarningRestLarge",
43958
+ "declaration": {
43959
+ "name": "foregroundOnWarningRestLarge",
43960
+ "module": "src/_config/tokens/warning-palette.ts"
43961
+ }
43962
+ },
43963
+ {
43964
+ "kind": "js",
43965
+ "name": "foregroundOnWarningHoverLarge",
43966
+ "declaration": {
43967
+ "name": "foregroundOnWarningHoverLarge",
43968
+ "module": "src/_config/tokens/warning-palette.ts"
43969
+ }
43970
+ },
43971
+ {
43972
+ "kind": "js",
43973
+ "name": "foregroundOnWarningActiveLarge",
43974
+ "declaration": {
43975
+ "name": "foregroundOnWarningActiveLarge",
43976
+ "module": "src/_config/tokens/warning-palette.ts"
43977
+ }
43978
+ },
43979
+ {
43980
+ "kind": "js",
43981
+ "name": "foregroundOnWarningFocusLarge",
43982
+ "declaration": {
43983
+ "name": "foregroundOnWarningFocusLarge",
43984
+ "module": "src/_config/tokens/warning-palette.ts"
43985
+ }
43986
+ },
43987
+ {
43988
+ "kind": "js",
43989
+ "name": "warningForegroundRecipe",
43990
+ "declaration": {
43991
+ "name": "warningForegroundRecipe",
43992
+ "module": "src/_config/tokens/warning-palette.ts"
43993
+ }
43994
+ },
43995
+ {
43996
+ "kind": "js",
43997
+ "name": "warningForegroundRest",
43998
+ "declaration": {
43999
+ "name": "warningForegroundRest",
44000
+ "module": "src/_config/tokens/warning-palette.ts"
44001
+ }
44002
+ },
44003
+ {
44004
+ "kind": "js",
44005
+ "name": "warningForegroundHover",
44006
+ "declaration": {
44007
+ "name": "warningForegroundHover",
44008
+ "module": "src/_config/tokens/warning-palette.ts"
44009
+ }
44010
+ },
44011
+ {
44012
+ "kind": "js",
44013
+ "name": "warningForegroundActive",
44014
+ "declaration": {
44015
+ "name": "warningForegroundActive",
44016
+ "module": "src/_config/tokens/warning-palette.ts"
44017
+ }
44018
+ },
44019
+ {
44020
+ "kind": "js",
44021
+ "name": "warningForegroundFocus",
44022
+ "declaration": {
44023
+ "name": "warningForegroundFocus",
44024
+ "module": "src/_config/tokens/warning-palette.ts"
44025
+ }
42652
44026
  }
42653
44027
  ]
42654
44028
  },
@@ -42664,6 +44038,26 @@
42664
44038
  "kind": "variable",
42665
44039
  "name": "neutralPaletteValue"
42666
44040
  },
44041
+ {
44042
+ "kind": "variable",
44043
+ "name": "secondaryPaletteValue"
44044
+ },
44045
+ {
44046
+ "kind": "variable",
44047
+ "name": "tertiaryPaletteValue"
44048
+ },
44049
+ {
44050
+ "kind": "variable",
44051
+ "name": "errorPaletteValue"
44052
+ },
44053
+ {
44054
+ "kind": "variable",
44055
+ "name": "successPaletteValue"
44056
+ },
44057
+ {
44058
+ "kind": "variable",
44059
+ "name": "warningPaletteValue"
44060
+ },
42667
44061
  {
42668
44062
  "kind": "variable",
42669
44063
  "name": "baseLayerLuminanceValue"
@@ -42926,6 +44320,46 @@
42926
44320
  "module": "src/_config/values/color.ts"
42927
44321
  }
42928
44322
  },
44323
+ {
44324
+ "kind": "js",
44325
+ "name": "secondaryPaletteValue",
44326
+ "declaration": {
44327
+ "name": "secondaryPaletteValue",
44328
+ "module": "src/_config/values/color.ts"
44329
+ }
44330
+ },
44331
+ {
44332
+ "kind": "js",
44333
+ "name": "tertiaryPaletteValue",
44334
+ "declaration": {
44335
+ "name": "tertiaryPaletteValue",
44336
+ "module": "src/_config/values/color.ts"
44337
+ }
44338
+ },
44339
+ {
44340
+ "kind": "js",
44341
+ "name": "errorPaletteValue",
44342
+ "declaration": {
44343
+ "name": "errorPaletteValue",
44344
+ "module": "src/_config/values/color.ts"
44345
+ }
44346
+ },
44347
+ {
44348
+ "kind": "js",
44349
+ "name": "successPaletteValue",
44350
+ "declaration": {
44351
+ "name": "successPaletteValue",
44352
+ "module": "src/_config/values/color.ts"
44353
+ }
44354
+ },
44355
+ {
44356
+ "kind": "js",
44357
+ "name": "warningPaletteValue",
44358
+ "declaration": {
44359
+ "name": "warningPaletteValue",
44360
+ "module": "src/_config/values/color.ts"
44361
+ }
44362
+ },
42929
44363
  {
42930
44364
  "kind": "js",
42931
44365
  "name": "baseLayerLuminanceValue",
@@ -43186,7 +44620,7 @@
43186
44620
  "type": {
43187
44621
  "text": "DesignTokensConfig"
43188
44622
  },
43189
- "default": "{\n design_tokens: {\n color: {\n accent: {\n $value: accentPaletteValue.source.toColorString(),\n $type: 'color',\n },\n neutral: {\n $value: neutralPaletteValue.source.toColorString(),\n $type: 'color',\n },\n },\n fontFamily: {\n bodyFont: {\n $value: bodyFontValue,\n $type: 'fontFamily',\n },\n },\n typography: {\n baseFontSize: {\n $value: typeRampBaseFontSizeValue,\n $type: 'dimension',\n },\n baseLineHeight: {\n $value: typeRampBaseLineHeightValue,\n $type: 'dimension',\n },\n },\n mode: {\n luminance: {\n $value: baseLayerLuminanceValue,\n $type: 'number',\n },\n },\n style: {\n density: {\n $value: densityValue,\n $type: 'number',\n },\n baseHeightMultiplier: {\n $value: baseHeightMultiplierValue,\n $type: 'number',\n },\n borderRadius: {\n $value: controlCornerRadiusValue,\n $type: 'number',\n },\n strokeWidth: {\n $value: strokeWidthValue,\n $type: 'number',\n },\n },\n space: {\n designUnit: {\n $value: designUnitValue,\n $type: 'number',\n },\n },\n },\n}"
44623
+ "default": "{\n design_tokens: {\n color: {\n accent: {\n $value: accentPaletteValue.source.toColorString(),\n $type: 'color',\n },\n neutral: {\n $value: neutralPaletteValue.source.toColorString(),\n $type: 'color',\n },\n secondary: {\n $value: secondaryPaletteValue.source.toColorString(),\n $type: 'color',\n },\n tertiary: {\n $value: tertiaryPaletteValue.source.toColorString(),\n $type: 'color',\n },\n error: {\n $value: errorPaletteValue.source.toColorString(),\n $type: 'color',\n },\n success: {\n $value: successPaletteValue.source.toColorString(),\n $type: 'color',\n },\n warning: {\n $value: warningPaletteValue.source.toColorString(),\n $type: 'color',\n },\n },\n fontFamily: {\n bodyFont: {\n $value: bodyFontValue,\n $type: 'fontFamily',\n },\n },\n typography: {\n baseFontSize: {\n $value: typeRampBaseFontSizeValue,\n $type: 'dimension',\n },\n baseLineHeight: {\n $value: typeRampBaseLineHeightValue,\n $type: 'dimension',\n },\n },\n mode: {\n luminance: {\n $value: baseLayerLuminanceValue,\n $type: 'number',\n },\n },\n style: {\n density: {\n $value: densityValue,\n $type: 'number',\n },\n baseHeightMultiplier: {\n $value: baseHeightMultiplierValue,\n $type: 'number',\n },\n borderRadius: {\n $value: controlCornerRadiusValue,\n $type: 'number',\n },\n strokeWidth: {\n $value: strokeWidthValue,\n $type: 'number',\n },\n },\n space: {\n designUnit: {\n $value: designUnitValue,\n $type: 'number',\n },\n },\n },\n}"
43190
44624
  }
43191
44625
  ],
43192
44626
  "exports": [