@cloudscape-design/chat-components 1.0.148 → 1.0.149

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.
@@ -628,6 +628,11 @@ export const colorIconActionCardActive: string;
628
628
  export const colorIconActionCardDisabled: string;
629
629
  export const colorBackgroundSkeleton: string;
630
630
  export const colorBackgroundSkeletonWave: string;
631
+ export const colorBackgroundBadgeGreen: string;
632
+ export const colorBackgroundBadgeBlue: string;
633
+ export const colorBackgroundBadgeRed: string;
634
+ export const colorBackgroundBadgeYellow: string;
635
+ export const colorBackgroundBadgeGrey: string;
631
636
  export const colorBorderBadge: string;
632
637
  export const colorBorderBadgeGrey: string;
633
638
  export const colorBorderBadgeGreen: string;
@@ -656,6 +661,8 @@ export const fontLinkButtonLetterSpacing: string;
656
661
  export const fontLinkButtonWeight: string;
657
662
  export const fontPanelHeaderLineHeight: string;
658
663
  export const fontPanelHeaderSize: string;
664
+ export const fontSideNavigationSectionHeaderSize: string;
665
+ export const fontSideNavigationSectionHeaderWeight: string;
659
666
  export const fontSizeBodyM: string;
660
667
  export const fontSizeBodyS: string;
661
668
  export const fontSizeDisplayL: string;
@@ -687,6 +694,7 @@ export const fontWeightHeadingXs: string;
687
694
  export const fontWeightHeavy: string;
688
695
  export const fontWeightKeyValuePairsLabel: string;
689
696
  export const fontWeightLighter: string;
697
+ export const fontWeightLinkSecondary: string;
690
698
  export const fontWeightNormal: string;
691
699
  export const fontWeightTabs: string;
692
700
  export const fontWeightTabsDisabled: string;
@@ -628,6 +628,11 @@ export var colorIconActionCardActive = "var(--color-icon-action-card-active-rhp9
628
628
  export var colorIconActionCardDisabled = "var(--color-icon-action-card-disabled-wm3kyf, #b4b4bb)";
629
629
  export var colorBackgroundSkeleton = "var(--color-background-skeleton-sjxg4n, #ebebf0)";
630
630
  export var colorBackgroundSkeletonWave = "var(--color-background-skeleton-wave-1dy97d, #f6f6f9)";
631
+ export var colorBackgroundBadgeGreen = "var(--color-background-badge-green-1bcjh0, #00802f)";
632
+ export var colorBackgroundBadgeBlue = "var(--color-background-badge-blue-6346bd, #006ce0)";
633
+ export var colorBackgroundBadgeRed = "var(--color-background-badge-red-i81nmc, #db0000)";
634
+ export var colorBackgroundBadgeYellow = "var(--color-background-badge-yellow-n60ths, #ffe347)";
635
+ export var colorBackgroundBadgeGrey = "var(--color-background-badge-grey-ipi6oq, #424650)";
631
636
  export var colorBorderBadge = "var(--color-border-badge-un9qea, transparent)";
632
637
  export var colorBorderBadgeGrey = "var(--color-border-badge-grey-n3ma6u, transparent)";
633
638
  export var colorBorderBadgeGreen = "var(--color-border-badge-green-9thsha, transparent)";
@@ -656,6 +661,8 @@ export var fontLinkButtonLetterSpacing = "var(--font-link-button-letter-spacing-
656
661
  export var fontLinkButtonWeight = "var(--font-link-button-weight-vslyg9, 700)";
657
662
  export var fontPanelHeaderLineHeight = "var(--font-panel-header-line-height-8xb2qj, 22px)";
658
663
  export var fontPanelHeaderSize = "var(--font-panel-header-size-33h9j8, 18px)";
664
+ export var fontSideNavigationSectionHeaderSize = "var(--font-side-navigation-section-header-size-cnrduv, inherit)";
665
+ export var fontSideNavigationSectionHeaderWeight = "var(--font-side-navigation-section-header-weight-h807bs, inherit)";
659
666
  export var fontSizeBodyM = "var(--font-size-body-m-a7nh2n, 14px)";
660
667
  export var fontSizeBodyS = "var(--font-size-body-s-smc8cv, 12px)";
661
668
  export var fontSizeDisplayL = "var(--font-size-display-l-wa6woo, 42px)";
@@ -687,6 +694,7 @@ export var fontWeightHeadingXs = "var(--font-weight-heading-xs-wqqpne, 700)";
687
694
  export var fontWeightHeavy = "var(--font-weight-heavy-6yh4un, 700)";
688
695
  export var fontWeightKeyValuePairsLabel = "var(--font-weight-key-value-pairs-label-zdidmd, 700)";
689
696
  export var fontWeightLighter = "var(--font-weight-lighter-ldkoj5, 300)";
697
+ export var fontWeightLinkSecondary = "var(--font-weight-link-secondary-2yfxrh, inherit)";
690
698
  export var fontWeightNormal = "var(--font-weight-normal-cxw1m3, 400)";
691
699
  export var fontWeightTabs = "var(--font-weight-tabs-ichxzl, 700)";
692
700
  export var fontWeightTabsDisabled = "var(--font-weight-tabs-disabled-v5r551, 700)";
@@ -2559,6 +2559,26 @@ module.exports.preset = {
2559
2559
  "light": "{colorNeutral150}",
2560
2560
  "dark": "{colorNeutral700}"
2561
2561
  },
2562
+ "colorBackgroundBadgeGreen": {
2563
+ "light": "{colorBackgroundNotificationGreen}",
2564
+ "dark": "{colorBackgroundNotificationGreen}"
2565
+ },
2566
+ "colorBackgroundBadgeBlue": {
2567
+ "light": "{colorBackgroundNotificationBlue}",
2568
+ "dark": "{colorBackgroundNotificationBlue}"
2569
+ },
2570
+ "colorBackgroundBadgeRed": {
2571
+ "light": "{colorBackgroundNotificationRed}",
2572
+ "dark": "{colorBackgroundNotificationRed}"
2573
+ },
2574
+ "colorBackgroundBadgeYellow": {
2575
+ "light": "{colorBackgroundNotificationYellow}",
2576
+ "dark": "{colorBackgroundNotificationYellow}"
2577
+ },
2578
+ "colorBackgroundBadgeGrey": {
2579
+ "light": "{colorBackgroundNotificationGrey}",
2580
+ "dark": "{colorBackgroundNotificationGrey}"
2581
+ },
2562
2582
  "colorBorderBadge": {
2563
2583
  "light": "transparent",
2564
2584
  "dark": "transparent"
@@ -2617,6 +2637,8 @@ module.exports.preset = {
2617
2637
  "fontLinkButtonWeight": "{fontWeightButton}",
2618
2638
  "fontPanelHeaderLineHeight": "{lineHeightHeadingM}",
2619
2639
  "fontPanelHeaderSize": "{fontSizeHeadingM}",
2640
+ "fontSideNavigationSectionHeaderSize": "inherit",
2641
+ "fontSideNavigationSectionHeaderWeight": "inherit",
2620
2642
  "fontSizeBodyM": "14px",
2621
2643
  "fontSizeBodyS": "12px",
2622
2644
  "fontSizeDisplayL": "42px",
@@ -2648,6 +2670,7 @@ module.exports.preset = {
2648
2670
  "fontWeightHeavy": "700",
2649
2671
  "fontWeightKeyValuePairsLabel": "{fontDisplayLabelWeight}",
2650
2672
  "fontWeightLighter": "300",
2673
+ "fontWeightLinkSecondary": "inherit",
2651
2674
  "fontWeightNormal": "400",
2652
2675
  "fontWeightTabs": "700",
2653
2676
  "fontWeightTabsDisabled": "{fontWayfindingLinkActiveWeight}",
@@ -5403,6 +5426,26 @@ module.exports.preset = {
5403
5426
  "light": "{colorNeutral700}",
5404
5427
  "dark": "{colorNeutral700}"
5405
5428
  },
5429
+ "colorBackgroundBadgeGreen": {
5430
+ "light": "{colorBackgroundNotificationGreen}",
5431
+ "dark": "{colorBackgroundNotificationGreen}"
5432
+ },
5433
+ "colorBackgroundBadgeBlue": {
5434
+ "light": "{colorBackgroundNotificationBlue}",
5435
+ "dark": "{colorBackgroundNotificationBlue}"
5436
+ },
5437
+ "colorBackgroundBadgeRed": {
5438
+ "light": "{colorBackgroundNotificationRed}",
5439
+ "dark": "{colorBackgroundNotificationRed}"
5440
+ },
5441
+ "colorBackgroundBadgeYellow": {
5442
+ "light": "{colorBackgroundNotificationYellow}",
5443
+ "dark": "{colorBackgroundNotificationYellow}"
5444
+ },
5445
+ "colorBackgroundBadgeGrey": {
5446
+ "light": "{colorBackgroundNotificationGrey}",
5447
+ "dark": "{colorBackgroundNotificationGrey}"
5448
+ },
5406
5449
  "colorBorderBadge": {
5407
5450
  "light": "transparent",
5408
5451
  "dark": "transparent"
@@ -7052,6 +7095,26 @@ module.exports.preset = {
7052
7095
  "light": "{colorNeutral700}",
7053
7096
  "dark": "{colorNeutral700}"
7054
7097
  },
7098
+ "colorBackgroundBadgeGreen": {
7099
+ "light": "{colorBackgroundNotificationGreen}",
7100
+ "dark": "{colorBackgroundNotificationGreen}"
7101
+ },
7102
+ "colorBackgroundBadgeBlue": {
7103
+ "light": "{colorBackgroundNotificationBlue}",
7104
+ "dark": "{colorBackgroundNotificationBlue}"
7105
+ },
7106
+ "colorBackgroundBadgeRed": {
7107
+ "light": "{colorBackgroundNotificationRed}",
7108
+ "dark": "{colorBackgroundNotificationRed}"
7109
+ },
7110
+ "colorBackgroundBadgeYellow": {
7111
+ "light": "{colorBackgroundNotificationYellow}",
7112
+ "dark": "{colorBackgroundNotificationYellow}"
7113
+ },
7114
+ "colorBackgroundBadgeGrey": {
7115
+ "light": "{colorBackgroundNotificationGrey}",
7116
+ "dark": "{colorBackgroundNotificationGrey}"
7117
+ },
7055
7118
  "colorBorderBadge": {
7056
7119
  "light": "transparent",
7057
7120
  "dark": "transparent"
@@ -8629,6 +8692,26 @@ module.exports.preset = {
8629
8692
  "light": "{colorNeutral150}",
8630
8693
  "dark": "{colorNeutral700}"
8631
8694
  },
8695
+ "colorBackgroundBadgeGreen": {
8696
+ "light": "{colorBackgroundNotificationGreen}",
8697
+ "dark": "{colorBackgroundNotificationGreen}"
8698
+ },
8699
+ "colorBackgroundBadgeBlue": {
8700
+ "light": "{colorBackgroundNotificationBlue}",
8701
+ "dark": "{colorBackgroundNotificationBlue}"
8702
+ },
8703
+ "colorBackgroundBadgeRed": {
8704
+ "light": "{colorBackgroundNotificationRed}",
8705
+ "dark": "{colorBackgroundNotificationRed}"
8706
+ },
8707
+ "colorBackgroundBadgeYellow": {
8708
+ "light": "{colorBackgroundNotificationYellow}",
8709
+ "dark": "{colorBackgroundNotificationYellow}"
8710
+ },
8711
+ "colorBackgroundBadgeGrey": {
8712
+ "light": "{colorBackgroundNotificationGrey}",
8713
+ "dark": "{colorBackgroundNotificationGrey}"
8714
+ },
8632
8715
  "colorBorderBadge": {
8633
8716
  "light": "transparent",
8634
8717
  "dark": "transparent"
@@ -10071,6 +10154,26 @@ module.exports.preset = {
10071
10154
  "light": "{colorNeutral150}",
10072
10155
  "dark": "{colorNeutral700}"
10073
10156
  },
10157
+ "colorBackgroundBadgeGreen": {
10158
+ "light": "{colorBackgroundNotificationGreen}",
10159
+ "dark": "{colorBackgroundNotificationGreen}"
10160
+ },
10161
+ "colorBackgroundBadgeBlue": {
10162
+ "light": "{colorBackgroundNotificationBlue}",
10163
+ "dark": "{colorBackgroundNotificationBlue}"
10164
+ },
10165
+ "colorBackgroundBadgeRed": {
10166
+ "light": "{colorBackgroundNotificationRed}",
10167
+ "dark": "{colorBackgroundNotificationRed}"
10168
+ },
10169
+ "colorBackgroundBadgeYellow": {
10170
+ "light": "{colorBackgroundNotificationYellow}",
10171
+ "dark": "{colorBackgroundNotificationYellow}"
10172
+ },
10173
+ "colorBackgroundBadgeGrey": {
10174
+ "light": "{colorBackgroundNotificationGrey}",
10175
+ "dark": "{colorBackgroundNotificationGrey}"
10176
+ },
10074
10177
  "colorBorderBadge": {
10075
10178
  "light": "transparent",
10076
10179
  "dark": "transparent"
@@ -11513,6 +11616,26 @@ module.exports.preset = {
11513
11616
  "light": "{colorNeutral150}",
11514
11617
  "dark": "{colorNeutral700}"
11515
11618
  },
11619
+ "colorBackgroundBadgeGreen": {
11620
+ "light": "{colorBackgroundNotificationGreen}",
11621
+ "dark": "{colorBackgroundNotificationGreen}"
11622
+ },
11623
+ "colorBackgroundBadgeBlue": {
11624
+ "light": "{colorBackgroundNotificationBlue}",
11625
+ "dark": "{colorBackgroundNotificationBlue}"
11626
+ },
11627
+ "colorBackgroundBadgeRed": {
11628
+ "light": "{colorBackgroundNotificationRed}",
11629
+ "dark": "{colorBackgroundNotificationRed}"
11630
+ },
11631
+ "colorBackgroundBadgeYellow": {
11632
+ "light": "{colorBackgroundNotificationYellow}",
11633
+ "dark": "{colorBackgroundNotificationYellow}"
11634
+ },
11635
+ "colorBackgroundBadgeGrey": {
11636
+ "light": "{colorBackgroundNotificationGrey}",
11637
+ "dark": "{colorBackgroundNotificationGrey}"
11638
+ },
11516
11639
  "colorBorderBadge": {
11517
11640
  "light": "transparent",
11518
11641
  "dark": "transparent"
@@ -12957,6 +13080,26 @@ module.exports.preset = {
12957
13080
  "light": "{colorNeutral700}",
12958
13081
  "dark": "{colorNeutral700}"
12959
13082
  },
13083
+ "colorBackgroundBadgeGreen": {
13084
+ "light": "{colorBackgroundNotificationGreen}",
13085
+ "dark": "{colorBackgroundNotificationGreen}"
13086
+ },
13087
+ "colorBackgroundBadgeBlue": {
13088
+ "light": "{colorBackgroundNotificationBlue}",
13089
+ "dark": "{colorBackgroundNotificationBlue}"
13090
+ },
13091
+ "colorBackgroundBadgeRed": {
13092
+ "light": "{colorBackgroundNotificationRed}",
13093
+ "dark": "{colorBackgroundNotificationRed}"
13094
+ },
13095
+ "colorBackgroundBadgeYellow": {
13096
+ "light": "{colorBackgroundNotificationYellow}",
13097
+ "dark": "{colorBackgroundNotificationYellow}"
13098
+ },
13099
+ "colorBackgroundBadgeGrey": {
13100
+ "light": "{colorBackgroundNotificationGrey}",
13101
+ "dark": "{colorBackgroundNotificationGrey}"
13102
+ },
12960
13103
  "colorBorderBadge": {
12961
13104
  "light": "transparent",
12962
13105
  "dark": "transparent"
@@ -13641,6 +13784,11 @@ module.exports.preset = {
13641
13784
  "colorIconActionCardDisabled": "color",
13642
13785
  "colorBackgroundSkeleton": "color",
13643
13786
  "colorBackgroundSkeletonWave": "color",
13787
+ "colorBackgroundBadgeGreen": "color",
13788
+ "colorBackgroundBadgeBlue": "color",
13789
+ "colorBackgroundBadgeRed": "color",
13790
+ "colorBackgroundBadgeYellow": "color",
13791
+ "colorBackgroundBadgeGrey": "color",
13644
13792
  "colorBorderBadge": "color",
13645
13793
  "colorBorderBadgeGrey": "color",
13646
13794
  "colorBorderBadgeGreen": "color",
@@ -14364,6 +14512,11 @@ module.exports.preset = {
14364
14512
  "colorBorderActionCardDisabled",
14365
14513
  "colorBackgroundActionCardDisabled",
14366
14514
  "colorTextActionCardDisabled",
14515
+ "colorBackgroundBadgeGreen",
14516
+ "colorBackgroundBadgeBlue",
14517
+ "colorBackgroundBadgeRed",
14518
+ "colorBackgroundBadgeYellow",
14519
+ "colorBackgroundBadgeGrey",
14367
14520
  "colorBorderBadge",
14368
14521
  "colorBorderBadgeGrey",
14369
14522
  "colorBorderBadgeGreen",
@@ -14857,6 +15010,8 @@ module.exports.preset = {
14857
15010
  "colorTextLayoutToggleSelected",
14858
15011
  "colorTextLinkDefault",
14859
15012
  "colorTextLinkHover",
15013
+ "colorTextLinkDecorationDefault",
15014
+ "colorTextLinkDecorationHover",
14860
15015
  "colorTextLinkSecondaryDefault",
14861
15016
  "colorTextLinkSecondaryHover",
14862
15017
  "colorTextLinkInfoDefault",
@@ -14891,6 +15046,11 @@ module.exports.preset = {
14891
15046
  "colorBorderActionCardDisabled",
14892
15047
  "colorBackgroundActionCardDisabled",
14893
15048
  "colorTextActionCardDisabled",
15049
+ "colorBackgroundBadgeGreen",
15050
+ "colorBackgroundBadgeBlue",
15051
+ "colorBackgroundBadgeRed",
15052
+ "colorBackgroundBadgeYellow",
15053
+ "colorBackgroundBadgeGrey",
14894
15054
  "colorBorderBadge",
14895
15055
  "colorBorderBadgeGrey",
14896
15056
  "colorBorderBadgeGreen",
@@ -15683,6 +15843,11 @@ module.exports.preset = {
15683
15843
  "colorIconActionCardDisabled": "color-icon-action-card-disabled",
15684
15844
  "colorBackgroundSkeleton": "color-background-skeleton",
15685
15845
  "colorBackgroundSkeletonWave": "color-background-skeleton-wave",
15846
+ "colorBackgroundBadgeGreen": "color-background-badge-green",
15847
+ "colorBackgroundBadgeBlue": "color-background-badge-blue",
15848
+ "colorBackgroundBadgeRed": "color-background-badge-red",
15849
+ "colorBackgroundBadgeYellow": "color-background-badge-yellow",
15850
+ "colorBackgroundBadgeGrey": "color-background-badge-grey",
15686
15851
  "colorBorderBadge": "color-border-badge",
15687
15852
  "colorBorderBadgeGrey": "color-border-badge-grey",
15688
15853
  "colorBorderBadgeGreen": "color-border-badge-green",
@@ -15711,6 +15876,8 @@ module.exports.preset = {
15711
15876
  "fontLinkButtonWeight": "font-link-button-weight",
15712
15877
  "fontPanelHeaderLineHeight": "font-panel-header-line-height",
15713
15878
  "fontPanelHeaderSize": "font-panel-header-size",
15879
+ "fontSideNavigationSectionHeaderSize": "font-side-navigation-section-header-size",
15880
+ "fontSideNavigationSectionHeaderWeight": "font-side-navigation-section-header-weight",
15714
15881
  "fontSizeBodyM": "font-size-body-m",
15715
15882
  "fontSizeBodyS": "font-size-body-s",
15716
15883
  "fontSizeDisplayL": "font-size-display-l",
@@ -15742,6 +15909,7 @@ module.exports.preset = {
15742
15909
  "fontWeightHeavy": "font-weight-heavy",
15743
15910
  "fontWeightKeyValuePairsLabel": "font-weight-key-value-pairs-label",
15744
15911
  "fontWeightLighter": "font-weight-lighter",
15912
+ "fontWeightLinkSecondary": "font-weight-link-secondary",
15745
15913
  "fontWeightNormal": "font-weight-normal",
15746
15914
  "fontWeightTabs": "font-weight-tabs",
15747
15915
  "fontWeightTabsDisabled": "font-weight-tabs-disabled",
@@ -16663,6 +16831,11 @@ module.exports.preset = {
16663
16831
  "colorIconActionCardDisabled": "--color-icon-action-card-disabled-wm3kyf",
16664
16832
  "colorBackgroundSkeleton": "--color-background-skeleton-sjxg4n",
16665
16833
  "colorBackgroundSkeletonWave": "--color-background-skeleton-wave-1dy97d",
16834
+ "colorBackgroundBadgeGreen": "--color-background-badge-green-1bcjh0",
16835
+ "colorBackgroundBadgeBlue": "--color-background-badge-blue-6346bd",
16836
+ "colorBackgroundBadgeRed": "--color-background-badge-red-i81nmc",
16837
+ "colorBackgroundBadgeYellow": "--color-background-badge-yellow-n60ths",
16838
+ "colorBackgroundBadgeGrey": "--color-background-badge-grey-ipi6oq",
16666
16839
  "colorBorderBadge": "--color-border-badge-un9qea",
16667
16840
  "colorBorderBadgeGrey": "--color-border-badge-grey-n3ma6u",
16668
16841
  "colorBorderBadgeGreen": "--color-border-badge-green-9thsha",
@@ -16691,6 +16864,8 @@ module.exports.preset = {
16691
16864
  "fontLinkButtonWeight": "--font-link-button-weight-vslyg9",
16692
16865
  "fontPanelHeaderLineHeight": "--font-panel-header-line-height-8xb2qj",
16693
16866
  "fontPanelHeaderSize": "--font-panel-header-size-33h9j8",
16867
+ "fontSideNavigationSectionHeaderSize": "--font-side-navigation-section-header-size-cnrduv",
16868
+ "fontSideNavigationSectionHeaderWeight": "--font-side-navigation-section-header-weight-h807bs",
16694
16869
  "fontSizeBodyM": "--font-size-body-m-a7nh2n",
16695
16870
  "fontSizeBodyS": "--font-size-body-s-smc8cv",
16696
16871
  "fontSizeDisplayL": "--font-size-display-l-wa6woo",
@@ -16722,6 +16897,7 @@ module.exports.preset = {
16722
16897
  "fontWeightHeavy": "--font-weight-heavy-6yh4un",
16723
16898
  "fontWeightKeyValuePairsLabel": "--font-weight-key-value-pairs-label-zdidmd",
16724
16899
  "fontWeightLighter": "--font-weight-lighter-ldkoj5",
16900
+ "fontWeightLinkSecondary": "--font-weight-link-secondary-2yfxrh",
16725
16901
  "fontWeightNormal": "--font-weight-normal-cxw1m3",
16726
16902
  "fontWeightTabs": "--font-weight-tabs-ichxzl",
16727
16903
  "fontWeightTabsDisabled": "--font-weight-tabs-disabled-v5r551",
@@ -306,6 +306,11 @@ export declare interface TypedOverride {
306
306
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
307
307
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
308
308
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
309
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
310
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
311
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
312
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
313
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
309
314
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
310
315
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
311
316
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -750,6 +755,11 @@ export declare interface TypedOverride {
750
755
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
751
756
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
752
757
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
758
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
759
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
760
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
761
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
762
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
753
763
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
754
764
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
755
765
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1194,6 +1204,11 @@ export declare interface TypedOverride {
1194
1204
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1195
1205
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1196
1206
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1207
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1208
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1209
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1210
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1211
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1197
1212
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1198
1213
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1199
1214
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1638,6 +1653,11 @@ export declare interface TypedOverride {
1638
1653
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1639
1654
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1640
1655
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1656
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1657
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1658
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1659
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1660
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1641
1661
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1642
1662
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1643
1663
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -2082,6 +2102,11 @@ export declare interface TypedOverride {
2082
2102
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2083
2103
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2084
2104
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2105
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2106
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2107
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2108
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2109
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2085
2110
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2086
2111
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2087
2112
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -2526,6 +2551,11 @@ export declare interface TypedOverride {
2526
2551
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2527
2552
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2528
2553
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2554
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2555
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2556
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2557
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2558
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2529
2559
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2530
2560
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2531
2561
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -2970,6 +3000,11 @@ export declare interface TypedOverride {
2970
3000
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2971
3001
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2972
3002
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3003
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3004
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3005
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3006
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3007
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2973
3008
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2974
3009
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2975
3010
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -3414,6 +3449,11 @@ export declare interface TypedOverride {
3414
3449
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3415
3450
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3416
3451
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3452
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3453
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3454
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3455
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3456
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3417
3457
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3418
3458
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3419
3459
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -3858,6 +3898,11 @@ export declare interface TypedOverride {
3858
3898
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3859
3899
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3860
3900
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3901
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3902
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3903
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3904
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3905
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3861
3906
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3862
3907
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3863
3908
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -306,6 +306,11 @@ export declare interface TypedOverride {
306
306
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
307
307
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
308
308
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
309
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
310
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
311
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
312
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
313
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
309
314
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
310
315
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
311
316
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -750,6 +755,11 @@ export declare interface TypedOverride {
750
755
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
751
756
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
752
757
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
758
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
759
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
760
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
761
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
762
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
753
763
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
754
764
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
755
765
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1194,6 +1204,11 @@ export declare interface TypedOverride {
1194
1204
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1195
1205
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1196
1206
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1207
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1208
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1209
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1210
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1211
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1197
1212
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1198
1213
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1199
1214
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1638,6 +1653,11 @@ export declare interface TypedOverride {
1638
1653
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1639
1654
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1640
1655
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1656
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1657
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1658
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1659
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1660
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1641
1661
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1642
1662
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1643
1663
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -2082,6 +2102,11 @@ export declare interface TypedOverride {
2082
2102
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2083
2103
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2084
2104
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2105
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2106
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2107
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2108
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2109
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2085
2110
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2086
2111
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2087
2112
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -2526,6 +2551,11 @@ export declare interface TypedOverride {
2526
2551
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2527
2552
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2528
2553
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2554
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2555
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2556
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2557
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2558
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2529
2559
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2530
2560
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2531
2561
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -2970,6 +3000,11 @@ export declare interface TypedOverride {
2970
3000
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2971
3001
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2972
3002
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3003
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3004
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3005
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3006
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3007
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2973
3008
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2974
3009
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2975
3010
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -3414,6 +3449,11 @@ export declare interface TypedOverride {
3414
3449
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3415
3450
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3416
3451
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3452
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3453
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3454
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3455
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3456
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3417
3457
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3418
3458
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3419
3459
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -3858,6 +3898,11 @@ export declare interface TypedOverride {
3858
3898
  colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3859
3899
  colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3860
3900
  colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3901
+ colorBackgroundBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3902
+ colorBackgroundBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3903
+ colorBackgroundBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3904
+ colorBackgroundBadgeYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3905
+ colorBackgroundBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3861
3906
  colorBorderBadge?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3862
3907
  colorBorderBadgeGrey?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3863
3908
  colorBorderBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -2559,6 +2559,26 @@ export var preset = {
2559
2559
  "light": "{colorNeutral150}",
2560
2560
  "dark": "{colorNeutral700}"
2561
2561
  },
2562
+ "colorBackgroundBadgeGreen": {
2563
+ "light": "{colorBackgroundNotificationGreen}",
2564
+ "dark": "{colorBackgroundNotificationGreen}"
2565
+ },
2566
+ "colorBackgroundBadgeBlue": {
2567
+ "light": "{colorBackgroundNotificationBlue}",
2568
+ "dark": "{colorBackgroundNotificationBlue}"
2569
+ },
2570
+ "colorBackgroundBadgeRed": {
2571
+ "light": "{colorBackgroundNotificationRed}",
2572
+ "dark": "{colorBackgroundNotificationRed}"
2573
+ },
2574
+ "colorBackgroundBadgeYellow": {
2575
+ "light": "{colorBackgroundNotificationYellow}",
2576
+ "dark": "{colorBackgroundNotificationYellow}"
2577
+ },
2578
+ "colorBackgroundBadgeGrey": {
2579
+ "light": "{colorBackgroundNotificationGrey}",
2580
+ "dark": "{colorBackgroundNotificationGrey}"
2581
+ },
2562
2582
  "colorBorderBadge": {
2563
2583
  "light": "transparent",
2564
2584
  "dark": "transparent"
@@ -2617,6 +2637,8 @@ export var preset = {
2617
2637
  "fontLinkButtonWeight": "{fontWeightButton}",
2618
2638
  "fontPanelHeaderLineHeight": "{lineHeightHeadingM}",
2619
2639
  "fontPanelHeaderSize": "{fontSizeHeadingM}",
2640
+ "fontSideNavigationSectionHeaderSize": "inherit",
2641
+ "fontSideNavigationSectionHeaderWeight": "inherit",
2620
2642
  "fontSizeBodyM": "14px",
2621
2643
  "fontSizeBodyS": "12px",
2622
2644
  "fontSizeDisplayL": "42px",
@@ -2648,6 +2670,7 @@ export var preset = {
2648
2670
  "fontWeightHeavy": "700",
2649
2671
  "fontWeightKeyValuePairsLabel": "{fontDisplayLabelWeight}",
2650
2672
  "fontWeightLighter": "300",
2673
+ "fontWeightLinkSecondary": "inherit",
2651
2674
  "fontWeightNormal": "400",
2652
2675
  "fontWeightTabs": "700",
2653
2676
  "fontWeightTabsDisabled": "{fontWayfindingLinkActiveWeight}",
@@ -5403,6 +5426,26 @@ export var preset = {
5403
5426
  "light": "{colorNeutral700}",
5404
5427
  "dark": "{colorNeutral700}"
5405
5428
  },
5429
+ "colorBackgroundBadgeGreen": {
5430
+ "light": "{colorBackgroundNotificationGreen}",
5431
+ "dark": "{colorBackgroundNotificationGreen}"
5432
+ },
5433
+ "colorBackgroundBadgeBlue": {
5434
+ "light": "{colorBackgroundNotificationBlue}",
5435
+ "dark": "{colorBackgroundNotificationBlue}"
5436
+ },
5437
+ "colorBackgroundBadgeRed": {
5438
+ "light": "{colorBackgroundNotificationRed}",
5439
+ "dark": "{colorBackgroundNotificationRed}"
5440
+ },
5441
+ "colorBackgroundBadgeYellow": {
5442
+ "light": "{colorBackgroundNotificationYellow}",
5443
+ "dark": "{colorBackgroundNotificationYellow}"
5444
+ },
5445
+ "colorBackgroundBadgeGrey": {
5446
+ "light": "{colorBackgroundNotificationGrey}",
5447
+ "dark": "{colorBackgroundNotificationGrey}"
5448
+ },
5406
5449
  "colorBorderBadge": {
5407
5450
  "light": "transparent",
5408
5451
  "dark": "transparent"
@@ -7052,6 +7095,26 @@ export var preset = {
7052
7095
  "light": "{colorNeutral700}",
7053
7096
  "dark": "{colorNeutral700}"
7054
7097
  },
7098
+ "colorBackgroundBadgeGreen": {
7099
+ "light": "{colorBackgroundNotificationGreen}",
7100
+ "dark": "{colorBackgroundNotificationGreen}"
7101
+ },
7102
+ "colorBackgroundBadgeBlue": {
7103
+ "light": "{colorBackgroundNotificationBlue}",
7104
+ "dark": "{colorBackgroundNotificationBlue}"
7105
+ },
7106
+ "colorBackgroundBadgeRed": {
7107
+ "light": "{colorBackgroundNotificationRed}",
7108
+ "dark": "{colorBackgroundNotificationRed}"
7109
+ },
7110
+ "colorBackgroundBadgeYellow": {
7111
+ "light": "{colorBackgroundNotificationYellow}",
7112
+ "dark": "{colorBackgroundNotificationYellow}"
7113
+ },
7114
+ "colorBackgroundBadgeGrey": {
7115
+ "light": "{colorBackgroundNotificationGrey}",
7116
+ "dark": "{colorBackgroundNotificationGrey}"
7117
+ },
7055
7118
  "colorBorderBadge": {
7056
7119
  "light": "transparent",
7057
7120
  "dark": "transparent"
@@ -8629,6 +8692,26 @@ export var preset = {
8629
8692
  "light": "{colorNeutral150}",
8630
8693
  "dark": "{colorNeutral700}"
8631
8694
  },
8695
+ "colorBackgroundBadgeGreen": {
8696
+ "light": "{colorBackgroundNotificationGreen}",
8697
+ "dark": "{colorBackgroundNotificationGreen}"
8698
+ },
8699
+ "colorBackgroundBadgeBlue": {
8700
+ "light": "{colorBackgroundNotificationBlue}",
8701
+ "dark": "{colorBackgroundNotificationBlue}"
8702
+ },
8703
+ "colorBackgroundBadgeRed": {
8704
+ "light": "{colorBackgroundNotificationRed}",
8705
+ "dark": "{colorBackgroundNotificationRed}"
8706
+ },
8707
+ "colorBackgroundBadgeYellow": {
8708
+ "light": "{colorBackgroundNotificationYellow}",
8709
+ "dark": "{colorBackgroundNotificationYellow}"
8710
+ },
8711
+ "colorBackgroundBadgeGrey": {
8712
+ "light": "{colorBackgroundNotificationGrey}",
8713
+ "dark": "{colorBackgroundNotificationGrey}"
8714
+ },
8632
8715
  "colorBorderBadge": {
8633
8716
  "light": "transparent",
8634
8717
  "dark": "transparent"
@@ -10071,6 +10154,26 @@ export var preset = {
10071
10154
  "light": "{colorNeutral150}",
10072
10155
  "dark": "{colorNeutral700}"
10073
10156
  },
10157
+ "colorBackgroundBadgeGreen": {
10158
+ "light": "{colorBackgroundNotificationGreen}",
10159
+ "dark": "{colorBackgroundNotificationGreen}"
10160
+ },
10161
+ "colorBackgroundBadgeBlue": {
10162
+ "light": "{colorBackgroundNotificationBlue}",
10163
+ "dark": "{colorBackgroundNotificationBlue}"
10164
+ },
10165
+ "colorBackgroundBadgeRed": {
10166
+ "light": "{colorBackgroundNotificationRed}",
10167
+ "dark": "{colorBackgroundNotificationRed}"
10168
+ },
10169
+ "colorBackgroundBadgeYellow": {
10170
+ "light": "{colorBackgroundNotificationYellow}",
10171
+ "dark": "{colorBackgroundNotificationYellow}"
10172
+ },
10173
+ "colorBackgroundBadgeGrey": {
10174
+ "light": "{colorBackgroundNotificationGrey}",
10175
+ "dark": "{colorBackgroundNotificationGrey}"
10176
+ },
10074
10177
  "colorBorderBadge": {
10075
10178
  "light": "transparent",
10076
10179
  "dark": "transparent"
@@ -11513,6 +11616,26 @@ export var preset = {
11513
11616
  "light": "{colorNeutral150}",
11514
11617
  "dark": "{colorNeutral700}"
11515
11618
  },
11619
+ "colorBackgroundBadgeGreen": {
11620
+ "light": "{colorBackgroundNotificationGreen}",
11621
+ "dark": "{colorBackgroundNotificationGreen}"
11622
+ },
11623
+ "colorBackgroundBadgeBlue": {
11624
+ "light": "{colorBackgroundNotificationBlue}",
11625
+ "dark": "{colorBackgroundNotificationBlue}"
11626
+ },
11627
+ "colorBackgroundBadgeRed": {
11628
+ "light": "{colorBackgroundNotificationRed}",
11629
+ "dark": "{colorBackgroundNotificationRed}"
11630
+ },
11631
+ "colorBackgroundBadgeYellow": {
11632
+ "light": "{colorBackgroundNotificationYellow}",
11633
+ "dark": "{colorBackgroundNotificationYellow}"
11634
+ },
11635
+ "colorBackgroundBadgeGrey": {
11636
+ "light": "{colorBackgroundNotificationGrey}",
11637
+ "dark": "{colorBackgroundNotificationGrey}"
11638
+ },
11516
11639
  "colorBorderBadge": {
11517
11640
  "light": "transparent",
11518
11641
  "dark": "transparent"
@@ -12957,6 +13080,26 @@ export var preset = {
12957
13080
  "light": "{colorNeutral700}",
12958
13081
  "dark": "{colorNeutral700}"
12959
13082
  },
13083
+ "colorBackgroundBadgeGreen": {
13084
+ "light": "{colorBackgroundNotificationGreen}",
13085
+ "dark": "{colorBackgroundNotificationGreen}"
13086
+ },
13087
+ "colorBackgroundBadgeBlue": {
13088
+ "light": "{colorBackgroundNotificationBlue}",
13089
+ "dark": "{colorBackgroundNotificationBlue}"
13090
+ },
13091
+ "colorBackgroundBadgeRed": {
13092
+ "light": "{colorBackgroundNotificationRed}",
13093
+ "dark": "{colorBackgroundNotificationRed}"
13094
+ },
13095
+ "colorBackgroundBadgeYellow": {
13096
+ "light": "{colorBackgroundNotificationYellow}",
13097
+ "dark": "{colorBackgroundNotificationYellow}"
13098
+ },
13099
+ "colorBackgroundBadgeGrey": {
13100
+ "light": "{colorBackgroundNotificationGrey}",
13101
+ "dark": "{colorBackgroundNotificationGrey}"
13102
+ },
12960
13103
  "colorBorderBadge": {
12961
13104
  "light": "transparent",
12962
13105
  "dark": "transparent"
@@ -13641,6 +13784,11 @@ export var preset = {
13641
13784
  "colorIconActionCardDisabled": "color",
13642
13785
  "colorBackgroundSkeleton": "color",
13643
13786
  "colorBackgroundSkeletonWave": "color",
13787
+ "colorBackgroundBadgeGreen": "color",
13788
+ "colorBackgroundBadgeBlue": "color",
13789
+ "colorBackgroundBadgeRed": "color",
13790
+ "colorBackgroundBadgeYellow": "color",
13791
+ "colorBackgroundBadgeGrey": "color",
13644
13792
  "colorBorderBadge": "color",
13645
13793
  "colorBorderBadgeGrey": "color",
13646
13794
  "colorBorderBadgeGreen": "color",
@@ -14364,6 +14512,11 @@ export var preset = {
14364
14512
  "colorBorderActionCardDisabled",
14365
14513
  "colorBackgroundActionCardDisabled",
14366
14514
  "colorTextActionCardDisabled",
14515
+ "colorBackgroundBadgeGreen",
14516
+ "colorBackgroundBadgeBlue",
14517
+ "colorBackgroundBadgeRed",
14518
+ "colorBackgroundBadgeYellow",
14519
+ "colorBackgroundBadgeGrey",
14367
14520
  "colorBorderBadge",
14368
14521
  "colorBorderBadgeGrey",
14369
14522
  "colorBorderBadgeGreen",
@@ -14857,6 +15010,8 @@ export var preset = {
14857
15010
  "colorTextLayoutToggleSelected",
14858
15011
  "colorTextLinkDefault",
14859
15012
  "colorTextLinkHover",
15013
+ "colorTextLinkDecorationDefault",
15014
+ "colorTextLinkDecorationHover",
14860
15015
  "colorTextLinkSecondaryDefault",
14861
15016
  "colorTextLinkSecondaryHover",
14862
15017
  "colorTextLinkInfoDefault",
@@ -14891,6 +15046,11 @@ export var preset = {
14891
15046
  "colorBorderActionCardDisabled",
14892
15047
  "colorBackgroundActionCardDisabled",
14893
15048
  "colorTextActionCardDisabled",
15049
+ "colorBackgroundBadgeGreen",
15050
+ "colorBackgroundBadgeBlue",
15051
+ "colorBackgroundBadgeRed",
15052
+ "colorBackgroundBadgeYellow",
15053
+ "colorBackgroundBadgeGrey",
14894
15054
  "colorBorderBadge",
14895
15055
  "colorBorderBadgeGrey",
14896
15056
  "colorBorderBadgeGreen",
@@ -15683,6 +15843,11 @@ export var preset = {
15683
15843
  "colorIconActionCardDisabled": "color-icon-action-card-disabled",
15684
15844
  "colorBackgroundSkeleton": "color-background-skeleton",
15685
15845
  "colorBackgroundSkeletonWave": "color-background-skeleton-wave",
15846
+ "colorBackgroundBadgeGreen": "color-background-badge-green",
15847
+ "colorBackgroundBadgeBlue": "color-background-badge-blue",
15848
+ "colorBackgroundBadgeRed": "color-background-badge-red",
15849
+ "colorBackgroundBadgeYellow": "color-background-badge-yellow",
15850
+ "colorBackgroundBadgeGrey": "color-background-badge-grey",
15686
15851
  "colorBorderBadge": "color-border-badge",
15687
15852
  "colorBorderBadgeGrey": "color-border-badge-grey",
15688
15853
  "colorBorderBadgeGreen": "color-border-badge-green",
@@ -15711,6 +15876,8 @@ export var preset = {
15711
15876
  "fontLinkButtonWeight": "font-link-button-weight",
15712
15877
  "fontPanelHeaderLineHeight": "font-panel-header-line-height",
15713
15878
  "fontPanelHeaderSize": "font-panel-header-size",
15879
+ "fontSideNavigationSectionHeaderSize": "font-side-navigation-section-header-size",
15880
+ "fontSideNavigationSectionHeaderWeight": "font-side-navigation-section-header-weight",
15714
15881
  "fontSizeBodyM": "font-size-body-m",
15715
15882
  "fontSizeBodyS": "font-size-body-s",
15716
15883
  "fontSizeDisplayL": "font-size-display-l",
@@ -15742,6 +15909,7 @@ export var preset = {
15742
15909
  "fontWeightHeavy": "font-weight-heavy",
15743
15910
  "fontWeightKeyValuePairsLabel": "font-weight-key-value-pairs-label",
15744
15911
  "fontWeightLighter": "font-weight-lighter",
15912
+ "fontWeightLinkSecondary": "font-weight-link-secondary",
15745
15913
  "fontWeightNormal": "font-weight-normal",
15746
15914
  "fontWeightTabs": "font-weight-tabs",
15747
15915
  "fontWeightTabsDisabled": "font-weight-tabs-disabled",
@@ -16663,6 +16831,11 @@ export var preset = {
16663
16831
  "colorIconActionCardDisabled": "--color-icon-action-card-disabled-wm3kyf",
16664
16832
  "colorBackgroundSkeleton": "--color-background-skeleton-sjxg4n",
16665
16833
  "colorBackgroundSkeletonWave": "--color-background-skeleton-wave-1dy97d",
16834
+ "colorBackgroundBadgeGreen": "--color-background-badge-green-1bcjh0",
16835
+ "colorBackgroundBadgeBlue": "--color-background-badge-blue-6346bd",
16836
+ "colorBackgroundBadgeRed": "--color-background-badge-red-i81nmc",
16837
+ "colorBackgroundBadgeYellow": "--color-background-badge-yellow-n60ths",
16838
+ "colorBackgroundBadgeGrey": "--color-background-badge-grey-ipi6oq",
16666
16839
  "colorBorderBadge": "--color-border-badge-un9qea",
16667
16840
  "colorBorderBadgeGrey": "--color-border-badge-grey-n3ma6u",
16668
16841
  "colorBorderBadgeGreen": "--color-border-badge-green-9thsha",
@@ -16691,6 +16864,8 @@ export var preset = {
16691
16864
  "fontLinkButtonWeight": "--font-link-button-weight-vslyg9",
16692
16865
  "fontPanelHeaderLineHeight": "--font-panel-header-line-height-8xb2qj",
16693
16866
  "fontPanelHeaderSize": "--font-panel-header-size-33h9j8",
16867
+ "fontSideNavigationSectionHeaderSize": "--font-side-navigation-section-header-size-cnrduv",
16868
+ "fontSideNavigationSectionHeaderWeight": "--font-side-navigation-section-header-weight-h807bs",
16694
16869
  "fontSizeBodyM": "--font-size-body-m-a7nh2n",
16695
16870
  "fontSizeBodyS": "--font-size-body-s-smc8cv",
16696
16871
  "fontSizeDisplayL": "--font-size-display-l-wa6woo",
@@ -16722,6 +16897,7 @@ export var preset = {
16722
16897
  "fontWeightHeavy": "--font-weight-heavy-6yh4un",
16723
16898
  "fontWeightKeyValuePairsLabel": "--font-weight-key-value-pairs-label-zdidmd",
16724
16899
  "fontWeightLighter": "--font-weight-lighter-ldkoj5",
16900
+ "fontWeightLinkSecondary": "--font-weight-link-secondary-2yfxrh",
16725
16901
  "fontWeightNormal": "--font-weight-normal-cxw1m3",
16726
16902
  "fontWeightTabs": "--font-weight-tabs-ichxzl",
16727
16903
  "fontWeightTabsDisabled": "--font-weight-tabs-disabled-v5r551",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/chat-components",
3
- "version": "1.0.148",
3
+ "version": "1.0.149",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cloudscape-design/chat-components.git"