@cloudscape-design/chat-components 1.0.129 → 1.0.131

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.
@@ -2203,6 +2203,14 @@ export var preset = {
2203
2203
  "light": "{colorPrimary900}",
2204
2204
  "dark": "{colorPrimary300}"
2205
2205
  },
2206
+ "colorTextLinkDecorationDefault": {
2207
+ "light": "currentColor",
2208
+ "dark": "currentColor"
2209
+ },
2210
+ "colorTextLinkDecorationHover": {
2211
+ "light": "currentColor",
2212
+ "dark": "currentColor"
2213
+ },
2206
2214
  "colorTextLinkSecondaryDefault": {
2207
2215
  "light": "{colorTextLinkDefault}",
2208
2216
  "dark": "{colorTextLinkDefault}"
@@ -2399,9 +2407,20 @@ export var preset = {
2399
2407
  "light": "{colorNeutral400}",
2400
2408
  "dark": "{colorNeutral600}"
2401
2409
  },
2410
+ "colorBackgroundSkeleton": {
2411
+ "light": "{colorNeutral250}",
2412
+ "dark": "{colorNeutral750}"
2413
+ },
2414
+ "colorBackgroundSkeletonWave": {
2415
+ "light": "{colorNeutral150}",
2416
+ "dark": "{colorNeutral700}"
2417
+ },
2402
2418
  "fontBoxValueLargeWeight": "700",
2403
2419
  "fontButtonLetterSpacing": "0.005em",
2404
2420
  "fontChartDetailSize": "{fontSizeBodyS}",
2421
+ "fontDecorationStyleLink": "solid",
2422
+ "fontDecorationThicknessLink": "1px",
2423
+ "fontDecorationThicknessLinkDisplayL": "2px",
2405
2424
  "fontDisplayLabelWeight": "700",
2406
2425
  "fontExpandableHeadingSize": "{fontSizeHeadingS}",
2407
2426
  "fontFamilyBase": "'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif",
@@ -2417,46 +2436,53 @@ export var preset = {
2417
2436
  "fontSizeBodyM": "14px",
2418
2437
  "fontSizeBodyS": "12px",
2419
2438
  "fontSizeDisplayL": "42px",
2420
- "fontSizeHeadingXl": "24px",
2439
+ "fontSizeFormLabel": "{fontSizeBodyM}",
2421
2440
  "fontSizeHeadingL": "20px",
2422
2441
  "fontSizeHeadingM": "18px",
2423
2442
  "fontSizeHeadingS": "16px",
2443
+ "fontSizeHeadingXl": "24px",
2424
2444
  "fontSizeHeadingXs": "14px",
2445
+ "fontSizeKeyValuePairsLabel": "{fontSizeBodyM}",
2446
+ "fontSizeTabs": "{fontSizeHeadingS}",
2425
2447
  "fontSmoothingMozOsx": "grayscale",
2426
2448
  "fontSmoothingWebkit": "antialiased",
2427
- "fontSizeTabs": "{fontSizeHeadingS}",
2428
- "fontWeightTabs": "700",
2429
- "fontWeightTabsDisabled": "{fontWayfindingLinkActiveWeight}",
2430
- "lineHeightTabs": "{lineHeightHeadingS}",
2431
2449
  "fontWayfindingLinkActiveWeight": "700",
2432
- "fontWeightButton": "700",
2433
2450
  "fontWeightAlertHeader": "700",
2451
+ "fontWeightBold": "700",
2452
+ "fontWeightBreadcrumbCurrent": "{fontWeightBold}",
2453
+ "fontWeightButton": "700",
2454
+ "fontWeightDisplayL": "700",
2434
2455
  "fontWeightFlashbarHeader": "700",
2435
- "fontWeightHeadingXl": "700",
2456
+ "fontWeightFormLabel": "{fontDisplayLabelWeight}",
2436
2457
  "fontWeightHeadingL": "700",
2437
2458
  "fontWeightHeadingM": "700",
2438
2459
  "fontWeightHeadingS": "700",
2460
+ "fontWeightHeadingXl": "700",
2439
2461
  "fontWeightHeadingXs": "700",
2440
- "fontWeightDisplayL": "700",
2441
2462
  "fontWeightHeavy": "700",
2442
- "fontWeightNormal": "400",
2443
- "fontWeightBold": "700",
2463
+ "fontWeightKeyValuePairsLabel": "{fontDisplayLabelWeight}",
2444
2464
  "fontWeightLighter": "300",
2465
+ "fontWeightNormal": "400",
2466
+ "fontWeightTabs": "700",
2467
+ "fontWeightTabsDisabled": "{fontWayfindingLinkActiveWeight}",
2445
2468
  "letterSpacingBodyS": "0.005em",
2446
2469
  "letterSpacingDisplayL": "-0.03em",
2447
- "letterSpacingHeadingXl": "-0.02em",
2448
2470
  "letterSpacingHeadingL": "-0.015em",
2449
2471
  "letterSpacingHeadingM": "-0.010em",
2450
2472
  "letterSpacingHeadingS": "-0.005em",
2473
+ "letterSpacingHeadingXl": "-0.02em",
2451
2474
  "letterSpacingHeadingXs": "normal",
2452
2475
  "lineHeightBodyM": "20px",
2453
2476
  "lineHeightBodyS": "16px",
2454
2477
  "lineHeightDisplayL": "48px",
2455
- "lineHeightHeadingXl": "30px",
2478
+ "lineHeightFormLabel": "{lineHeightBodyM}",
2456
2479
  "lineHeightHeadingL": "24px",
2457
2480
  "lineHeightHeadingM": "22px",
2458
2481
  "lineHeightHeadingS": "20px",
2482
+ "lineHeightHeadingXl": "30px",
2459
2483
  "lineHeightHeadingXs": "18px",
2484
+ "lineHeightKeyValuePairsLabel": "{lineHeightBodyM}",
2485
+ "lineHeightTabs": "{lineHeightHeadingS}",
2460
2486
  "borderActiveWidth": "4px",
2461
2487
  "borderCodeEditorStatusDividerWidth": "{borderDividerSectionWidth}",
2462
2488
  "borderContainerStickyWidth": "0px",
@@ -2525,6 +2551,7 @@ export var preset = {
2525
2551
  "borderWidthActionCardHover": "{borderWidthCard}",
2526
2552
  "borderWidthActionCardActive": "{borderWidthCard}",
2527
2553
  "borderWidthActionCardDisabled": "{borderWidthCard}",
2554
+ "borderRadiusSkeleton": "8px",
2528
2555
  "motionDurationExtraFast": {
2529
2556
  "default": "45ms",
2530
2557
  "disabled": "0ms"
@@ -4837,6 +4864,14 @@ export var preset = {
4837
4864
  "light": "{colorPrimary300}",
4838
4865
  "dark": "{colorPrimary300}"
4839
4866
  },
4867
+ "colorTextLinkDecorationDefault": {
4868
+ "light": "currentColor",
4869
+ "dark": "currentColor"
4870
+ },
4871
+ "colorTextLinkDecorationHover": {
4872
+ "light": "currentColor",
4873
+ "dark": "currentColor"
4874
+ },
4840
4875
  "colorTextLinkSecondaryDefault": {
4841
4876
  "light": "{colorTextLinkDefault}",
4842
4877
  "dark": "{colorTextLinkDefault}"
@@ -5033,6 +5068,14 @@ export var preset = {
5033
5068
  "light": "{colorNeutral600}",
5034
5069
  "dark": "{colorNeutral600}"
5035
5070
  },
5071
+ "colorBackgroundSkeleton": {
5072
+ "light": "{colorNeutral750}",
5073
+ "dark": "{colorNeutral750}"
5074
+ },
5075
+ "colorBackgroundSkeletonWave": {
5076
+ "light": "{colorNeutral700}",
5077
+ "dark": "{colorNeutral700}"
5078
+ },
5036
5079
  "colorPrimary50": "#f0fbff",
5037
5080
  "colorPrimary100": "#d1f1ff",
5038
5081
  "colorPrimary200": "#b8e7ff",
@@ -6306,6 +6349,14 @@ export var preset = {
6306
6349
  "light": "{colorPrimary300}",
6307
6350
  "dark": "{colorPrimary300}"
6308
6351
  },
6352
+ "colorTextLinkDecorationDefault": {
6353
+ "light": "currentColor",
6354
+ "dark": "currentColor"
6355
+ },
6356
+ "colorTextLinkDecorationHover": {
6357
+ "light": "currentColor",
6358
+ "dark": "currentColor"
6359
+ },
6309
6360
  "colorTextLinkSecondaryDefault": {
6310
6361
  "light": "{colorTextLinkDefault}",
6311
6362
  "dark": "{colorTextLinkDefault}"
@@ -6502,6 +6553,14 @@ export var preset = {
6502
6553
  "light": "{colorNeutral600}",
6503
6554
  "dark": "{colorNeutral600}"
6504
6555
  },
6556
+ "colorBackgroundSkeleton": {
6557
+ "light": "{colorNeutral750}",
6558
+ "dark": "{colorNeutral750}"
6559
+ },
6560
+ "colorBackgroundSkeletonWave": {
6561
+ "light": "{colorNeutral700}",
6562
+ "dark": "{colorNeutral700}"
6563
+ },
6505
6564
  "colorPrimary50": "#f0fbff",
6506
6565
  "colorPrimary100": "#d1f1ff",
6507
6566
  "colorPrimary200": "#b8e7ff",
@@ -7703,6 +7762,14 @@ export var preset = {
7703
7762
  "light": "{colorWhite}",
7704
7763
  "dark": "{colorWhite}"
7705
7764
  },
7765
+ "colorTextLinkDecorationDefault": {
7766
+ "light": "currentColor",
7767
+ "dark": "currentColor"
7768
+ },
7769
+ "colorTextLinkDecorationHover": {
7770
+ "light": "currentColor",
7771
+ "dark": "currentColor"
7772
+ },
7706
7773
  "colorTextLinkSecondaryDefault": {
7707
7774
  "light": "{colorTextLinkDefault}",
7708
7775
  "dark": "{colorTextLinkDefault}"
@@ -7898,6 +7965,14 @@ export var preset = {
7898
7965
  "colorIconActionCardDisabled": {
7899
7966
  "light": "{colorNeutral400}",
7900
7967
  "dark": "{colorNeutral600}"
7968
+ },
7969
+ "colorBackgroundSkeleton": {
7970
+ "light": "{colorNeutral250}",
7971
+ "dark": "{colorNeutral750}"
7972
+ },
7973
+ "colorBackgroundSkeletonWave": {
7974
+ "light": "{colorNeutral150}",
7975
+ "dark": "{colorNeutral700}"
7901
7976
  }
7902
7977
  }
7903
7978
  },
@@ -8985,6 +9060,14 @@ export var preset = {
8985
9060
  "light": "{colorTextNotificationYellow}",
8986
9061
  "dark": "{colorTextNotificationYellow}"
8987
9062
  },
9063
+ "colorTextLinkDecorationDefault": {
9064
+ "light": "currentColor",
9065
+ "dark": "currentColor"
9066
+ },
9067
+ "colorTextLinkDecorationHover": {
9068
+ "light": "currentColor",
9069
+ "dark": "currentColor"
9070
+ },
8988
9071
  "colorTextLinkSecondaryDefault": {
8989
9072
  "light": "{colorTextLinkDefault}",
8990
9073
  "dark": "{colorTextLinkDefault}"
@@ -9180,6 +9263,14 @@ export var preset = {
9180
9263
  "colorIconActionCardDisabled": {
9181
9264
  "light": "{colorNeutral400}",
9182
9265
  "dark": "{colorNeutral600}"
9266
+ },
9267
+ "colorBackgroundSkeleton": {
9268
+ "light": "{colorNeutral250}",
9269
+ "dark": "{colorNeutral750}"
9270
+ },
9271
+ "colorBackgroundSkeletonWave": {
9272
+ "light": "{colorNeutral150}",
9273
+ "dark": "{colorNeutral700}"
9183
9274
  }
9184
9275
  }
9185
9276
  },
@@ -10267,6 +10358,14 @@ export var preset = {
10267
10358
  "light": "{colorPrimary900}",
10268
10359
  "dark": "{colorPrimary300}"
10269
10360
  },
10361
+ "colorTextLinkDecorationDefault": {
10362
+ "light": "currentColor",
10363
+ "dark": "currentColor"
10364
+ },
10365
+ "colorTextLinkDecorationHover": {
10366
+ "light": "currentColor",
10367
+ "dark": "currentColor"
10368
+ },
10270
10369
  "colorTextLinkSecondaryDefault": {
10271
10370
  "light": "{colorTextLinkDefault}",
10272
10371
  "dark": "{colorTextLinkDefault}"
@@ -10463,6 +10562,14 @@ export var preset = {
10463
10562
  "light": "{colorNeutral400}",
10464
10563
  "dark": "{colorNeutral600}"
10465
10564
  },
10565
+ "colorBackgroundSkeleton": {
10566
+ "light": "{colorNeutral250}",
10567
+ "dark": "{colorNeutral750}"
10568
+ },
10569
+ "colorBackgroundSkeletonWave": {
10570
+ "light": "{colorNeutral150}",
10571
+ "dark": "{colorNeutral700}"
10572
+ },
10466
10573
  "fontExpandableHeadingSize": "14px",
10467
10574
  "borderDividerSectionWidth": "1px"
10468
10575
  }
@@ -11551,6 +11658,14 @@ export var preset = {
11551
11658
  "light": "{colorPrimary300}",
11552
11659
  "dark": "{colorPrimary300}"
11553
11660
  },
11661
+ "colorTextLinkDecorationDefault": {
11662
+ "light": "currentColor",
11663
+ "dark": "currentColor"
11664
+ },
11665
+ "colorTextLinkDecorationHover": {
11666
+ "light": "currentColor",
11667
+ "dark": "currentColor"
11668
+ },
11554
11669
  "colorTextLinkSecondaryDefault": {
11555
11670
  "light": "{colorTextLinkDefault}",
11556
11671
  "dark": "{colorTextLinkDefault}"
@@ -11746,6 +11861,14 @@ export var preset = {
11746
11861
  "colorIconActionCardDisabled": {
11747
11862
  "light": "{colorNeutral600}",
11748
11863
  "dark": "{colorNeutral600}"
11864
+ },
11865
+ "colorBackgroundSkeleton": {
11866
+ "light": "{colorNeutral750}",
11867
+ "dark": "{colorNeutral750}"
11868
+ },
11869
+ "colorBackgroundSkeletonWave": {
11870
+ "light": "{colorNeutral700}",
11871
+ "dark": "{colorNeutral700}"
11749
11872
  }
11750
11873
  }
11751
11874
  },
@@ -12302,6 +12425,8 @@ export var preset = {
12302
12425
  "colorTextLayoutToggleSelected": "color",
12303
12426
  "colorTextLinkDefault": "color",
12304
12427
  "colorTextLinkHover": "color",
12428
+ "colorTextLinkDecorationDefault": "color",
12429
+ "colorTextLinkDecorationHover": "color",
12305
12430
  "colorTextLinkSecondaryDefault": "color",
12306
12431
  "colorTextLinkSecondaryHover": "color",
12307
12432
  "colorTextLinkInfoDefault": "color",
@@ -12351,6 +12476,8 @@ export var preset = {
12351
12476
  "colorIconActionCardHover": "color",
12352
12477
  "colorIconActionCardActive": "color",
12353
12478
  "colorIconActionCardDisabled": "color",
12479
+ "colorBackgroundSkeleton": "color",
12480
+ "colorBackgroundSkeletonWave": "color",
12354
12481
  "motionDurationExtraFast": "motion",
12355
12482
  "motionDurationExtraSlow": "motion",
12356
12483
  "motionDurationFast": "motion",
@@ -12919,6 +13046,7 @@ export var preset = {
12919
13046
  "colorBorderItemFocused",
12920
13047
  "colorBorderDropdownItemFocused",
12921
13048
  "colorBorderItemSelected",
13049
+ "colorBorderLayout",
12922
13050
  "colorBorderPopover",
12923
13051
  "colorBorderSegmentActive",
12924
13052
  "colorBorderSegmentDefault",
@@ -12962,6 +13090,7 @@ export var preset = {
12962
13090
  "colorTextDropdownItemSecondary",
12963
13091
  "colorTextEmpty",
12964
13092
  "colorTextFormDefault",
13093
+ "colorTextFormLabel",
12965
13094
  "colorTextFormSecondary",
12966
13095
  "colorTextGroupLabel",
12967
13096
  "colorTextHeadingDefault",
@@ -12985,6 +13114,8 @@ export var preset = {
12985
13114
  "colorTextLayoutToggleSelected",
12986
13115
  "colorTextLinkDefault",
12987
13116
  "colorTextLinkHover",
13117
+ "colorTextLinkDecorationDefault",
13118
+ "colorTextLinkDecorationHover",
12988
13119
  "colorTextLinkSecondaryDefault",
12989
13120
  "colorTextLinkSecondaryHover",
12990
13121
  "colorTextLinkInfoDefault",
@@ -13015,6 +13146,9 @@ export var preset = {
13015
13146
  "colorBorderActionCardDisabled",
13016
13147
  "colorBackgroundActionCardDisabled",
13017
13148
  "colorTextActionCardDisabled",
13149
+ "fontDecorationStyleLink",
13150
+ "fontDecorationThicknessLink",
13151
+ "fontDecorationThicknessLinkDisplayL",
13018
13152
  "fontFamilyBase",
13019
13153
  "fontFamilyDisplay",
13020
13154
  "fontFamilyHeading",
@@ -13022,42 +13156,49 @@ export var preset = {
13022
13156
  "fontSizeBodyM",
13023
13157
  "fontSizeBodyS",
13024
13158
  "fontSizeDisplayL",
13025
- "fontSizeHeadingXl",
13159
+ "fontSizeFormLabel",
13026
13160
  "fontSizeHeadingL",
13027
13161
  "fontSizeHeadingM",
13028
13162
  "fontSizeHeadingS",
13163
+ "fontSizeHeadingXl",
13029
13164
  "fontSizeHeadingXs",
13165
+ "fontSizeKeyValuePairsLabel",
13030
13166
  "fontSizeTabs",
13031
- "fontWeightTabs",
13032
- "fontWeightTabsDisabled",
13033
- "lineHeightTabs",
13034
- "fontWeightButton",
13035
13167
  "fontWeightAlertHeader",
13168
+ "fontWeightBold",
13169
+ "fontWeightBreadcrumbCurrent",
13170
+ "fontWeightButton",
13171
+ "fontWeightDisplayL",
13036
13172
  "fontWeightFlashbarHeader",
13037
- "fontWeightHeadingXl",
13173
+ "fontWeightFormLabel",
13038
13174
  "fontWeightHeadingL",
13039
13175
  "fontWeightHeadingM",
13040
13176
  "fontWeightHeadingS",
13177
+ "fontWeightHeadingXl",
13041
13178
  "fontWeightHeadingXs",
13042
- "fontWeightDisplayL",
13043
13179
  "fontWeightHeavy",
13044
- "fontWeightNormal",
13045
- "fontWeightBold",
13180
+ "fontWeightKeyValuePairsLabel",
13046
13181
  "fontWeightLighter",
13182
+ "fontWeightNormal",
13183
+ "fontWeightTabs",
13184
+ "fontWeightTabsDisabled",
13047
13185
  "letterSpacingDisplayL",
13048
- "letterSpacingHeadingXl",
13049
13186
  "letterSpacingHeadingL",
13050
13187
  "letterSpacingHeadingM",
13051
13188
  "letterSpacingHeadingS",
13189
+ "letterSpacingHeadingXl",
13052
13190
  "letterSpacingHeadingXs",
13053
13191
  "lineHeightBodyM",
13054
13192
  "lineHeightBodyS",
13055
13193
  "lineHeightDisplayL",
13056
- "lineHeightHeadingXl",
13194
+ "lineHeightFormLabel",
13057
13195
  "lineHeightHeadingL",
13058
13196
  "lineHeightHeadingM",
13059
13197
  "lineHeightHeadingS",
13198
+ "lineHeightHeadingXl",
13060
13199
  "lineHeightHeadingXs",
13200
+ "lineHeightKeyValuePairsLabel",
13201
+ "lineHeightTabs",
13061
13202
  "borderRadiusAlert",
13062
13203
  "borderRadiusBadge",
13063
13204
  "borderRadiusButton",
@@ -13483,42 +13624,42 @@ export var preset = {
13483
13624
  "fontSizeBodyM",
13484
13625
  "fontSizeBodyS",
13485
13626
  "fontSizeDisplayL",
13486
- "fontSizeHeadingXl",
13487
13627
  "fontSizeHeadingL",
13488
13628
  "fontSizeHeadingM",
13489
13629
  "fontSizeHeadingS",
13630
+ "fontSizeHeadingXl",
13490
13631
  "fontSizeHeadingXs",
13491
13632
  "fontSizeTabs",
13492
- "fontWeightTabs",
13493
- "fontWeightTabsDisabled",
13494
- "lineHeightTabs",
13495
- "fontWeightButton",
13496
13633
  "fontWeightAlertHeader",
13634
+ "fontWeightBold",
13635
+ "fontWeightButton",
13636
+ "fontWeightDisplayL",
13497
13637
  "fontWeightFlashbarHeader",
13498
- "fontWeightHeadingXl",
13499
13638
  "fontWeightHeadingL",
13500
13639
  "fontWeightHeadingM",
13501
13640
  "fontWeightHeadingS",
13641
+ "fontWeightHeadingXl",
13502
13642
  "fontWeightHeadingXs",
13503
- "fontWeightDisplayL",
13504
13643
  "fontWeightHeavy",
13505
- "fontWeightNormal",
13506
- "fontWeightBold",
13507
13644
  "fontWeightLighter",
13645
+ "fontWeightNormal",
13646
+ "fontWeightTabs",
13647
+ "fontWeightTabsDisabled",
13508
13648
  "letterSpacingDisplayL",
13509
- "letterSpacingHeadingXl",
13510
13649
  "letterSpacingHeadingL",
13511
13650
  "letterSpacingHeadingM",
13512
13651
  "letterSpacingHeadingS",
13652
+ "letterSpacingHeadingXl",
13513
13653
  "letterSpacingHeadingXs",
13514
13654
  "lineHeightBodyM",
13515
13655
  "lineHeightBodyS",
13516
13656
  "lineHeightDisplayL",
13517
- "lineHeightHeadingXl",
13518
13657
  "lineHeightHeadingL",
13519
13658
  "lineHeightHeadingM",
13520
13659
  "lineHeightHeadingS",
13660
+ "lineHeightHeadingXl",
13521
13661
  "lineHeightHeadingXs",
13662
+ "lineHeightTabs",
13522
13663
  "borderRadiusAlert",
13523
13664
  "borderRadiusBadge",
13524
13665
  "borderRadiusButton",
@@ -14159,6 +14300,8 @@ export var preset = {
14159
14300
  "colorTextLayoutToggleSelected": "color-text-layout-toggle-selected",
14160
14301
  "colorTextLinkDefault": "color-text-link-default",
14161
14302
  "colorTextLinkHover": "color-text-link-hover",
14303
+ "colorTextLinkDecorationDefault": "color-text-link-decoration-default",
14304
+ "colorTextLinkDecorationHover": "color-text-link-decoration-hover",
14162
14305
  "colorTextLinkSecondaryDefault": "color-text-link-secondary-default",
14163
14306
  "colorTextLinkSecondaryHover": "color-text-link-secondary-hover",
14164
14307
  "colorTextLinkInfoDefault": "color-text-link-info-default",
@@ -14208,9 +14351,14 @@ export var preset = {
14208
14351
  "colorIconActionCardHover": "color-icon-action-card-hover",
14209
14352
  "colorIconActionCardActive": "color-icon-action-card-active",
14210
14353
  "colorIconActionCardDisabled": "color-icon-action-card-disabled",
14354
+ "colorBackgroundSkeleton": "color-background-skeleton",
14355
+ "colorBackgroundSkeletonWave": "color-background-skeleton-wave",
14211
14356
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
14212
14357
  "fontButtonLetterSpacing": "font-button-letter-spacing",
14213
14358
  "fontChartDetailSize": "font-chart-detail-size",
14359
+ "fontDecorationStyleLink": "font-decoration-style-link",
14360
+ "fontDecorationThicknessLink": "font-decoration-thickness-link",
14361
+ "fontDecorationThicknessLinkDisplayL": "font-decoration-thickness-link-display-l",
14214
14362
  "fontDisplayLabelWeight": "font-display-label-weight",
14215
14363
  "fontExpandableHeadingSize": "font-expandable-heading-size",
14216
14364
  "fontFamilyBase": "font-family-base",
@@ -14226,46 +14374,53 @@ export var preset = {
14226
14374
  "fontSizeBodyM": "font-size-body-m",
14227
14375
  "fontSizeBodyS": "font-size-body-s",
14228
14376
  "fontSizeDisplayL": "font-size-display-l",
14229
- "fontSizeHeadingXl": "font-size-heading-xl",
14377
+ "fontSizeFormLabel": "font-size-form-label",
14230
14378
  "fontSizeHeadingL": "font-size-heading-l",
14231
14379
  "fontSizeHeadingM": "font-size-heading-m",
14232
14380
  "fontSizeHeadingS": "font-size-heading-s",
14381
+ "fontSizeHeadingXl": "font-size-heading-xl",
14233
14382
  "fontSizeHeadingXs": "font-size-heading-xs",
14383
+ "fontSizeKeyValuePairsLabel": "font-size-key-value-pairs-label",
14384
+ "fontSizeTabs": "font-size-tabs",
14234
14385
  "fontSmoothingMozOsx": "font-smoothing-moz-osx",
14235
14386
  "fontSmoothingWebkit": "font-smoothing-webkit",
14236
- "fontSizeTabs": "font-size-tabs",
14237
- "fontWeightTabs": "font-weight-tabs",
14238
- "fontWeightTabsDisabled": "font-weight-tabs-disabled",
14239
- "lineHeightTabs": "line-height-tabs",
14240
14387
  "fontWayfindingLinkActiveWeight": "font-wayfinding-link-active-weight",
14241
- "fontWeightButton": "font-weight-button",
14242
14388
  "fontWeightAlertHeader": "font-weight-alert-header",
14389
+ "fontWeightBold": "font-weight-bold",
14390
+ "fontWeightBreadcrumbCurrent": "font-weight-breadcrumb-current",
14391
+ "fontWeightButton": "font-weight-button",
14392
+ "fontWeightDisplayL": "font-weight-display-l",
14243
14393
  "fontWeightFlashbarHeader": "font-weight-flashbar-header",
14244
- "fontWeightHeadingXl": "font-weight-heading-xl",
14394
+ "fontWeightFormLabel": "font-weight-form-label",
14245
14395
  "fontWeightHeadingL": "font-weight-heading-l",
14246
14396
  "fontWeightHeadingM": "font-weight-heading-m",
14247
14397
  "fontWeightHeadingS": "font-weight-heading-s",
14398
+ "fontWeightHeadingXl": "font-weight-heading-xl",
14248
14399
  "fontWeightHeadingXs": "font-weight-heading-xs",
14249
- "fontWeightDisplayL": "font-weight-display-l",
14250
14400
  "fontWeightHeavy": "font-weight-heavy",
14251
- "fontWeightNormal": "font-weight-normal",
14252
- "fontWeightBold": "font-weight-bold",
14401
+ "fontWeightKeyValuePairsLabel": "font-weight-key-value-pairs-label",
14253
14402
  "fontWeightLighter": "font-weight-lighter",
14403
+ "fontWeightNormal": "font-weight-normal",
14404
+ "fontWeightTabs": "font-weight-tabs",
14405
+ "fontWeightTabsDisabled": "font-weight-tabs-disabled",
14254
14406
  "letterSpacingBodyS": "letter-spacing-body-s",
14255
14407
  "letterSpacingDisplayL": "letter-spacing-display-l",
14256
- "letterSpacingHeadingXl": "letter-spacing-heading-xl",
14257
14408
  "letterSpacingHeadingL": "letter-spacing-heading-l",
14258
14409
  "letterSpacingHeadingM": "letter-spacing-heading-m",
14259
14410
  "letterSpacingHeadingS": "letter-spacing-heading-s",
14411
+ "letterSpacingHeadingXl": "letter-spacing-heading-xl",
14260
14412
  "letterSpacingHeadingXs": "letter-spacing-heading-xs",
14261
14413
  "lineHeightBodyM": "line-height-body-m",
14262
14414
  "lineHeightBodyS": "line-height-body-s",
14263
14415
  "lineHeightDisplayL": "line-height-display-l",
14264
- "lineHeightHeadingXl": "line-height-heading-xl",
14416
+ "lineHeightFormLabel": "line-height-form-label",
14265
14417
  "lineHeightHeadingL": "line-height-heading-l",
14266
14418
  "lineHeightHeadingM": "line-height-heading-m",
14267
14419
  "lineHeightHeadingS": "line-height-heading-s",
14420
+ "lineHeightHeadingXl": "line-height-heading-xl",
14268
14421
  "lineHeightHeadingXs": "line-height-heading-xs",
14422
+ "lineHeightKeyValuePairsLabel": "line-height-key-value-pairs-label",
14423
+ "lineHeightTabs": "line-height-tabs",
14269
14424
  "borderActiveWidth": "border-active-width",
14270
14425
  "borderCodeEditorStatusDividerWidth": "border-code-editor-status-divider-width",
14271
14426
  "borderContainerStickyWidth": "border-container-sticky-width",
@@ -14334,6 +14489,7 @@ export var preset = {
14334
14489
  "borderWidthActionCardHover": "border-width-action-card-hover",
14335
14490
  "borderWidthActionCardActive": "border-width-action-card-active",
14336
14491
  "borderWidthActionCardDisabled": "border-width-action-card-disabled",
14492
+ "borderRadiusSkeleton": "border-radius-skeleton",
14337
14493
  "motionDurationExtraFast": "motion-duration-extra-fast",
14338
14494
  "motionDurationExtraSlow": "motion-duration-extra-slow",
14339
14495
  "motionDurationFast": "motion-duration-fast",
@@ -15063,6 +15219,8 @@ export var preset = {
15063
15219
  "colorTextLayoutToggleSelected": "--color-text-layout-toggle-selected-xpximc",
15064
15220
  "colorTextLinkDefault": "--color-text-link-default-hude44",
15065
15221
  "colorTextLinkHover": "--color-text-link-hover-2hfec2",
15222
+ "colorTextLinkDecorationDefault": "--color-text-link-decoration-default-0x8fhu",
15223
+ "colorTextLinkDecorationHover": "--color-text-link-decoration-hover-kui2t9",
15066
15224
  "colorTextLinkSecondaryDefault": "--color-text-link-secondary-default-4p0gj8",
15067
15225
  "colorTextLinkSecondaryHover": "--color-text-link-secondary-hover-0kzmc4",
15068
15226
  "colorTextLinkInfoDefault": "--color-text-link-info-default-mrmt1i",
@@ -15112,9 +15270,14 @@ export var preset = {
15112
15270
  "colorIconActionCardHover": "--color-icon-action-card-hover-qxq4pp",
15113
15271
  "colorIconActionCardActive": "--color-icon-action-card-active-rhp94s",
15114
15272
  "colorIconActionCardDisabled": "--color-icon-action-card-disabled-wm3kyf",
15273
+ "colorBackgroundSkeleton": "--color-background-skeleton-sjxg4n",
15274
+ "colorBackgroundSkeletonWave": "--color-background-skeleton-wave-1dy97d",
15115
15275
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
15116
15276
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
15117
15277
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",
15278
+ "fontDecorationStyleLink": "--font-decoration-style-link-pk2xmp",
15279
+ "fontDecorationThicknessLink": "--font-decoration-thickness-link-uesuo7",
15280
+ "fontDecorationThicknessLinkDisplayL": "--font-decoration-thickness-link-display-l-6g5fyl",
15118
15281
  "fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
15119
15282
  "fontExpandableHeadingSize": "--font-expandable-heading-size-0uk059",
15120
15283
  "fontFamilyBase": "--font-family-base-gmnpzl",
@@ -15130,46 +15293,53 @@ export var preset = {
15130
15293
  "fontSizeBodyM": "--font-size-body-m-a7nh2n",
15131
15294
  "fontSizeBodyS": "--font-size-body-s-smc8cv",
15132
15295
  "fontSizeDisplayL": "--font-size-display-l-wa6woo",
15133
- "fontSizeHeadingXl": "--font-size-heading-xl-wvkbur",
15296
+ "fontSizeFormLabel": "--font-size-form-label-mxiqd7",
15134
15297
  "fontSizeHeadingL": "--font-size-heading-l-vnacx6",
15135
15298
  "fontSizeHeadingM": "--font-size-heading-m-170yiy",
15136
15299
  "fontSizeHeadingS": "--font-size-heading-s-zp08en",
15300
+ "fontSizeHeadingXl": "--font-size-heading-xl-wvkbur",
15137
15301
  "fontSizeHeadingXs": "--font-size-heading-xs-j8yzxv",
15302
+ "fontSizeKeyValuePairsLabel": "--font-size-key-value-pairs-label-1mmf3j",
15303
+ "fontSizeTabs": "--font-size-tabs-eeo215",
15138
15304
  "fontSmoothingMozOsx": "--font-smoothing-moz-osx-hbm0aq",
15139
15305
  "fontSmoothingWebkit": "--font-smoothing-webkit-oemolo",
15140
- "fontSizeTabs": "--font-size-tabs-eeo215",
15141
- "fontWeightTabs": "--font-weight-tabs-ichxzl",
15142
- "fontWeightTabsDisabled": "--font-weight-tabs-disabled-v5r551",
15143
- "lineHeightTabs": "--line-height-tabs-vpnjo7",
15144
15306
  "fontWayfindingLinkActiveWeight": "--font-wayfinding-link-active-weight-ny4hup",
15145
- "fontWeightButton": "--font-weight-button-0eg20c",
15146
15307
  "fontWeightAlertHeader": "--font-weight-alert-header-zg25o1",
15308
+ "fontWeightBold": "--font-weight-bold-fo1afg",
15309
+ "fontWeightBreadcrumbCurrent": "--font-weight-breadcrumb-current-v39mbh",
15310
+ "fontWeightButton": "--font-weight-button-0eg20c",
15311
+ "fontWeightDisplayL": "--font-weight-display-l-h5zsi8",
15147
15312
  "fontWeightFlashbarHeader": "--font-weight-flashbar-header-fg5kye",
15148
- "fontWeightHeadingXl": "--font-weight-heading-xl-u3m4we",
15313
+ "fontWeightFormLabel": "--font-weight-form-label-mrg9ef",
15149
15314
  "fontWeightHeadingL": "--font-weight-heading-l-0t6dwc",
15150
15315
  "fontWeightHeadingM": "--font-weight-heading-m-zf82dr",
15151
15316
  "fontWeightHeadingS": "--font-weight-heading-s-lcx0ai",
15317
+ "fontWeightHeadingXl": "--font-weight-heading-xl-u3m4we",
15152
15318
  "fontWeightHeadingXs": "--font-weight-heading-xs-wqqpne",
15153
- "fontWeightDisplayL": "--font-weight-display-l-h5zsi8",
15154
15319
  "fontWeightHeavy": "--font-weight-heavy-6yh4un",
15155
- "fontWeightNormal": "--font-weight-normal-cxw1m3",
15156
- "fontWeightBold": "--font-weight-bold-fo1afg",
15320
+ "fontWeightKeyValuePairsLabel": "--font-weight-key-value-pairs-label-zdidmd",
15157
15321
  "fontWeightLighter": "--font-weight-lighter-ldkoj5",
15322
+ "fontWeightNormal": "--font-weight-normal-cxw1m3",
15323
+ "fontWeightTabs": "--font-weight-tabs-ichxzl",
15324
+ "fontWeightTabsDisabled": "--font-weight-tabs-disabled-v5r551",
15158
15325
  "letterSpacingBodyS": "--letter-spacing-body-s-gq78ok",
15159
15326
  "letterSpacingDisplayL": "--letter-spacing-display-l-elyyxk",
15160
- "letterSpacingHeadingXl": "--letter-spacing-heading-xl-ckkb6u",
15161
15327
  "letterSpacingHeadingL": "--letter-spacing-heading-l-5v6ibv",
15162
15328
  "letterSpacingHeadingM": "--letter-spacing-heading-m-29ewnk",
15163
15329
  "letterSpacingHeadingS": "--letter-spacing-heading-s-4st9ep",
15330
+ "letterSpacingHeadingXl": "--letter-spacing-heading-xl-ckkb6u",
15164
15331
  "letterSpacingHeadingXs": "--letter-spacing-heading-xs-fgog7a",
15165
15332
  "lineHeightBodyM": "--line-height-body-m-2mh3ke",
15166
15333
  "lineHeightBodyS": "--line-height-body-s-nu5hx1",
15167
15334
  "lineHeightDisplayL": "--line-height-display-l-vwanzp",
15168
- "lineHeightHeadingXl": "--line-height-heading-xl-hko6p0",
15335
+ "lineHeightFormLabel": "--line-height-form-label-asu26u",
15169
15336
  "lineHeightHeadingL": "--line-height-heading-l-mg5bx6",
15170
15337
  "lineHeightHeadingM": "--line-height-heading-m-uoaqdh",
15171
15338
  "lineHeightHeadingS": "--line-height-heading-s-hmi4vc",
15339
+ "lineHeightHeadingXl": "--line-height-heading-xl-hko6p0",
15172
15340
  "lineHeightHeadingXs": "--line-height-heading-xs-q9j004",
15341
+ "lineHeightKeyValuePairsLabel": "--line-height-key-value-pairs-label-x3ofa3",
15342
+ "lineHeightTabs": "--line-height-tabs-vpnjo7",
15173
15343
  "borderActiveWidth": "--border-active-width-axzm24",
15174
15344
  "borderCodeEditorStatusDividerWidth": "--border-code-editor-status-divider-width-4we6jf",
15175
15345
  "borderContainerStickyWidth": "--border-container-sticky-width-nri0ix",
@@ -15238,6 +15408,7 @@ export var preset = {
15238
15408
  "borderWidthActionCardHover": "--border-width-action-card-hover-02l6fg",
15239
15409
  "borderWidthActionCardActive": "--border-width-action-card-active-pwtgzu",
15240
15410
  "borderWidthActionCardDisabled": "--border-width-action-card-disabled-rdvlbc",
15411
+ "borderRadiusSkeleton": "--border-radius-skeleton-9lkvfi",
15241
15412
  "motionDurationExtraFast": "--motion-duration-extra-fast-l4w48j",
15242
15413
  "motionDurationExtraSlow": "--motion-duration-extra-slow-29bqym",
15243
15414
  "motionDurationFast": "--motion-duration-fast-unntf6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/chat-components",
3
- "version": "1.0.129",
3
+ "version": "1.0.131",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cloudscape-design/chat-components.git"