@cloudscape-design/components-themeable 3.0.1321 → 3.0.1323

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 (70) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/box/base-styles.scss +1 -0
  3. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  4. package/lib/internal/scss/internal/styles/typography/mixins.scss +16 -0
  5. package/lib/internal/scss/select/parts/styles.scss +4 -0
  6. package/lib/internal/scss/side-navigation/styles.scss +1 -5
  7. package/lib/internal/template/alert/index.d.ts.map +1 -1
  8. package/lib/internal/template/alert/index.js +5 -0
  9. package/lib/internal/template/alert/index.js.map +1 -1
  10. package/lib/internal/template/app-layout/interfaces.d.ts +1 -1
  11. package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
  12. package/lib/internal/template/app-layout/interfaces.js.map +1 -1
  13. package/lib/internal/template/box/interfaces.d.ts +1 -1
  14. package/lib/internal/template/box/interfaces.d.ts.map +1 -1
  15. package/lib/internal/template/box/interfaces.js.map +1 -1
  16. package/lib/internal/template/box/styles.css.js +193 -192
  17. package/lib/internal/template/box/styles.scoped.css +242 -237
  18. package/lib/internal/template/box/styles.selectors.js +193 -192
  19. package/lib/internal/template/checkbox/interfaces.d.ts +1 -1
  20. package/lib/internal/template/checkbox/interfaces.d.ts.map +1 -1
  21. package/lib/internal/template/checkbox/interfaces.js.map +1 -1
  22. package/lib/internal/template/code-editor/interfaces.d.ts.map +1 -1
  23. package/lib/internal/template/code-editor/interfaces.js.map +1 -1
  24. package/lib/internal/template/flashbar/index.d.ts.map +1 -1
  25. package/lib/internal/template/flashbar/index.js +5 -0
  26. package/lib/internal/template/flashbar/index.js.map +1 -1
  27. package/lib/internal/template/internal/base-component/styles.scoped.css +6 -1
  28. package/lib/internal/template/internal/environment.js +2 -2
  29. package/lib/internal/template/internal/environment.json +2 -2
  30. package/lib/internal/template/internal/generated/styles/tokens.d.ts +4 -0
  31. package/lib/internal/template/internal/generated/styles/tokens.js +4 -0
  32. package/lib/internal/template/internal/generated/theming/index.cjs +20 -0
  33. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +36 -0
  34. package/lib/internal/template/internal/generated/theming/index.d.ts +36 -0
  35. package/lib/internal/template/internal/generated/theming/index.js +20 -0
  36. package/lib/internal/template/internal/types.d.ts +1 -43
  37. package/lib/internal/template/internal/types.d.ts.map +1 -1
  38. package/lib/internal/template/internal/types.js +2 -0
  39. package/lib/internal/template/internal/types.js.map +1 -1
  40. package/lib/internal/template/select/parts/styles.css.js +21 -20
  41. package/lib/internal/template/select/parts/styles.scoped.css +24 -21
  42. package/lib/internal/template/select/parts/styles.selectors.js +21 -20
  43. package/lib/internal/template/select/parts/trigger.js +2 -2
  44. package/lib/internal/template/select/parts/trigger.js.map +1 -1
  45. package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
  46. package/lib/internal/template/side-navigation/parts.js +16 -14
  47. package/lib/internal/template/side-navigation/parts.js.map +1 -1
  48. package/lib/internal/template/side-navigation/styles.css.js +46 -46
  49. package/lib/internal/template/side-navigation/styles.scoped.css +74 -78
  50. package/lib/internal/template/side-navigation/styles.selectors.js +46 -46
  51. package/lib/internal/template/table/interfaces.d.ts +1 -1
  52. package/lib/internal/template/table/interfaces.d.ts.map +1 -1
  53. package/lib/internal/template/table/interfaces.js.map +1 -1
  54. package/lib/internal/template/tabs/interfaces.d.ts +1 -1
  55. package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
  56. package/lib/internal/template/tabs/interfaces.js.map +1 -1
  57. package/lib/internal/template/toggle/interfaces.d.ts +1 -1
  58. package/lib/internal/template/toggle/interfaces.d.ts.map +1 -1
  59. package/lib/internal/template/toggle/interfaces.js.map +1 -1
  60. package/lib/internal/template/{checkbox → types}/base-checkbox.d.ts +3 -3
  61. package/lib/internal/template/types/base-checkbox.d.ts.map +1 -0
  62. package/lib/internal/template/types/base-checkbox.js.map +1 -0
  63. package/lib/internal/template/types/utils.d.ts +44 -0
  64. package/lib/internal/template/types/utils.d.ts.map +1 -0
  65. package/lib/internal/template/types/utils.js +4 -0
  66. package/lib/internal/template/types/utils.js.map +1 -0
  67. package/package.json +1 -1
  68. package/lib/internal/template/checkbox/base-checkbox.d.ts.map +0 -1
  69. package/lib/internal/template/checkbox/base-checkbox.js.map +0 -1
  70. /package/lib/internal/template/{checkbox → types}/base-checkbox.js +0 -0
@@ -319,6 +319,7 @@ export declare interface TypedOverride {
319
319
  fontSizeBodyM?: GlobalValue;
320
320
  fontSizeBodyS?: GlobalValue;
321
321
  fontSizeDisplayL?: GlobalValue;
322
+ fontSizeDisplayXl?: GlobalValue;
322
323
  fontSizeFormLabel?: GlobalValue;
323
324
  fontSizeHeadingL?: GlobalValue;
324
325
  fontSizeHeadingM?: GlobalValue;
@@ -332,6 +333,7 @@ export declare interface TypedOverride {
332
333
  fontWeightBreadcrumbCurrent?: GlobalValue;
333
334
  fontWeightButton?: GlobalValue;
334
335
  fontWeightDisplayL?: GlobalValue;
336
+ fontWeightDisplayXl?: GlobalValue;
335
337
  fontWeightFlashbarHeader?: GlobalValue;
336
338
  fontWeightFormLabel?: GlobalValue;
337
339
  fontWeightHeadingL?: GlobalValue;
@@ -346,6 +348,7 @@ export declare interface TypedOverride {
346
348
  fontWeightTabs?: GlobalValue;
347
349
  fontWeightTabsDisabled?: GlobalValue;
348
350
  letterSpacingDisplayL?: GlobalValue;
351
+ letterSpacingDisplayXl?: GlobalValue;
349
352
  letterSpacingHeadingL?: GlobalValue;
350
353
  letterSpacingHeadingM?: GlobalValue;
351
354
  letterSpacingHeadingS?: GlobalValue;
@@ -354,6 +357,7 @@ export declare interface TypedOverride {
354
357
  lineHeightBodyM?: GlobalValue;
355
358
  lineHeightBodyS?: GlobalValue;
356
359
  lineHeightDisplayL?: GlobalValue;
360
+ lineHeightDisplayXl?: GlobalValue;
357
361
  lineHeightFormLabel?: GlobalValue;
358
362
  lineHeightHeadingL?: GlobalValue;
359
363
  lineHeightHeadingM?: GlobalValue;
@@ -749,6 +753,7 @@ export declare interface TypedOverride {
749
753
  fontSizeBodyM?: GlobalValue;
750
754
  fontSizeBodyS?: GlobalValue;
751
755
  fontSizeDisplayL?: GlobalValue;
756
+ fontSizeDisplayXl?: GlobalValue;
752
757
  fontSizeFormLabel?: GlobalValue;
753
758
  fontSizeHeadingL?: GlobalValue;
754
759
  fontSizeHeadingM?: GlobalValue;
@@ -762,6 +767,7 @@ export declare interface TypedOverride {
762
767
  fontWeightBreadcrumbCurrent?: GlobalValue;
763
768
  fontWeightButton?: GlobalValue;
764
769
  fontWeightDisplayL?: GlobalValue;
770
+ fontWeightDisplayXl?: GlobalValue;
765
771
  fontWeightFlashbarHeader?: GlobalValue;
766
772
  fontWeightFormLabel?: GlobalValue;
767
773
  fontWeightHeadingL?: GlobalValue;
@@ -776,6 +782,7 @@ export declare interface TypedOverride {
776
782
  fontWeightTabs?: GlobalValue;
777
783
  fontWeightTabsDisabled?: GlobalValue;
778
784
  letterSpacingDisplayL?: GlobalValue;
785
+ letterSpacingDisplayXl?: GlobalValue;
779
786
  letterSpacingHeadingL?: GlobalValue;
780
787
  letterSpacingHeadingM?: GlobalValue;
781
788
  letterSpacingHeadingS?: GlobalValue;
@@ -784,6 +791,7 @@ export declare interface TypedOverride {
784
791
  lineHeightBodyM?: GlobalValue;
785
792
  lineHeightBodyS?: GlobalValue;
786
793
  lineHeightDisplayL?: GlobalValue;
794
+ lineHeightDisplayXl?: GlobalValue;
787
795
  lineHeightFormLabel?: GlobalValue;
788
796
  lineHeightHeadingL?: GlobalValue;
789
797
  lineHeightHeadingM?: GlobalValue;
@@ -1179,6 +1187,7 @@ export declare interface TypedOverride {
1179
1187
  fontSizeBodyM?: GlobalValue;
1180
1188
  fontSizeBodyS?: GlobalValue;
1181
1189
  fontSizeDisplayL?: GlobalValue;
1190
+ fontSizeDisplayXl?: GlobalValue;
1182
1191
  fontSizeFormLabel?: GlobalValue;
1183
1192
  fontSizeHeadingL?: GlobalValue;
1184
1193
  fontSizeHeadingM?: GlobalValue;
@@ -1192,6 +1201,7 @@ export declare interface TypedOverride {
1192
1201
  fontWeightBreadcrumbCurrent?: GlobalValue;
1193
1202
  fontWeightButton?: GlobalValue;
1194
1203
  fontWeightDisplayL?: GlobalValue;
1204
+ fontWeightDisplayXl?: GlobalValue;
1195
1205
  fontWeightFlashbarHeader?: GlobalValue;
1196
1206
  fontWeightFormLabel?: GlobalValue;
1197
1207
  fontWeightHeadingL?: GlobalValue;
@@ -1206,6 +1216,7 @@ export declare interface TypedOverride {
1206
1216
  fontWeightTabs?: GlobalValue;
1207
1217
  fontWeightTabsDisabled?: GlobalValue;
1208
1218
  letterSpacingDisplayL?: GlobalValue;
1219
+ letterSpacingDisplayXl?: GlobalValue;
1209
1220
  letterSpacingHeadingL?: GlobalValue;
1210
1221
  letterSpacingHeadingM?: GlobalValue;
1211
1222
  letterSpacingHeadingS?: GlobalValue;
@@ -1214,6 +1225,7 @@ export declare interface TypedOverride {
1214
1225
  lineHeightBodyM?: GlobalValue;
1215
1226
  lineHeightBodyS?: GlobalValue;
1216
1227
  lineHeightDisplayL?: GlobalValue;
1228
+ lineHeightDisplayXl?: GlobalValue;
1217
1229
  lineHeightFormLabel?: GlobalValue;
1218
1230
  lineHeightHeadingL?: GlobalValue;
1219
1231
  lineHeightHeadingM?: GlobalValue;
@@ -1609,6 +1621,7 @@ export declare interface TypedOverride {
1609
1621
  fontSizeBodyM?: GlobalValue;
1610
1622
  fontSizeBodyS?: GlobalValue;
1611
1623
  fontSizeDisplayL?: GlobalValue;
1624
+ fontSizeDisplayXl?: GlobalValue;
1612
1625
  fontSizeFormLabel?: GlobalValue;
1613
1626
  fontSizeHeadingL?: GlobalValue;
1614
1627
  fontSizeHeadingM?: GlobalValue;
@@ -1622,6 +1635,7 @@ export declare interface TypedOverride {
1622
1635
  fontWeightBreadcrumbCurrent?: GlobalValue;
1623
1636
  fontWeightButton?: GlobalValue;
1624
1637
  fontWeightDisplayL?: GlobalValue;
1638
+ fontWeightDisplayXl?: GlobalValue;
1625
1639
  fontWeightFlashbarHeader?: GlobalValue;
1626
1640
  fontWeightFormLabel?: GlobalValue;
1627
1641
  fontWeightHeadingL?: GlobalValue;
@@ -1636,6 +1650,7 @@ export declare interface TypedOverride {
1636
1650
  fontWeightTabs?: GlobalValue;
1637
1651
  fontWeightTabsDisabled?: GlobalValue;
1638
1652
  letterSpacingDisplayL?: GlobalValue;
1653
+ letterSpacingDisplayXl?: GlobalValue;
1639
1654
  letterSpacingHeadingL?: GlobalValue;
1640
1655
  letterSpacingHeadingM?: GlobalValue;
1641
1656
  letterSpacingHeadingS?: GlobalValue;
@@ -1644,6 +1659,7 @@ export declare interface TypedOverride {
1644
1659
  lineHeightBodyM?: GlobalValue;
1645
1660
  lineHeightBodyS?: GlobalValue;
1646
1661
  lineHeightDisplayL?: GlobalValue;
1662
+ lineHeightDisplayXl?: GlobalValue;
1647
1663
  lineHeightFormLabel?: GlobalValue;
1648
1664
  lineHeightHeadingL?: GlobalValue;
1649
1665
  lineHeightHeadingM?: GlobalValue;
@@ -2039,6 +2055,7 @@ export declare interface TypedOverride {
2039
2055
  fontSizeBodyM?: GlobalValue;
2040
2056
  fontSizeBodyS?: GlobalValue;
2041
2057
  fontSizeDisplayL?: GlobalValue;
2058
+ fontSizeDisplayXl?: GlobalValue;
2042
2059
  fontSizeFormLabel?: GlobalValue;
2043
2060
  fontSizeHeadingL?: GlobalValue;
2044
2061
  fontSizeHeadingM?: GlobalValue;
@@ -2052,6 +2069,7 @@ export declare interface TypedOverride {
2052
2069
  fontWeightBreadcrumbCurrent?: GlobalValue;
2053
2070
  fontWeightButton?: GlobalValue;
2054
2071
  fontWeightDisplayL?: GlobalValue;
2072
+ fontWeightDisplayXl?: GlobalValue;
2055
2073
  fontWeightFlashbarHeader?: GlobalValue;
2056
2074
  fontWeightFormLabel?: GlobalValue;
2057
2075
  fontWeightHeadingL?: GlobalValue;
@@ -2066,6 +2084,7 @@ export declare interface TypedOverride {
2066
2084
  fontWeightTabs?: GlobalValue;
2067
2085
  fontWeightTabsDisabled?: GlobalValue;
2068
2086
  letterSpacingDisplayL?: GlobalValue;
2087
+ letterSpacingDisplayXl?: GlobalValue;
2069
2088
  letterSpacingHeadingL?: GlobalValue;
2070
2089
  letterSpacingHeadingM?: GlobalValue;
2071
2090
  letterSpacingHeadingS?: GlobalValue;
@@ -2074,6 +2093,7 @@ export declare interface TypedOverride {
2074
2093
  lineHeightBodyM?: GlobalValue;
2075
2094
  lineHeightBodyS?: GlobalValue;
2076
2095
  lineHeightDisplayL?: GlobalValue;
2096
+ lineHeightDisplayXl?: GlobalValue;
2077
2097
  lineHeightFormLabel?: GlobalValue;
2078
2098
  lineHeightHeadingL?: GlobalValue;
2079
2099
  lineHeightHeadingM?: GlobalValue;
@@ -2469,6 +2489,7 @@ export declare interface TypedOverride {
2469
2489
  fontSizeBodyM?: GlobalValue;
2470
2490
  fontSizeBodyS?: GlobalValue;
2471
2491
  fontSizeDisplayL?: GlobalValue;
2492
+ fontSizeDisplayXl?: GlobalValue;
2472
2493
  fontSizeFormLabel?: GlobalValue;
2473
2494
  fontSizeHeadingL?: GlobalValue;
2474
2495
  fontSizeHeadingM?: GlobalValue;
@@ -2482,6 +2503,7 @@ export declare interface TypedOverride {
2482
2503
  fontWeightBreadcrumbCurrent?: GlobalValue;
2483
2504
  fontWeightButton?: GlobalValue;
2484
2505
  fontWeightDisplayL?: GlobalValue;
2506
+ fontWeightDisplayXl?: GlobalValue;
2485
2507
  fontWeightFlashbarHeader?: GlobalValue;
2486
2508
  fontWeightFormLabel?: GlobalValue;
2487
2509
  fontWeightHeadingL?: GlobalValue;
@@ -2496,6 +2518,7 @@ export declare interface TypedOverride {
2496
2518
  fontWeightTabs?: GlobalValue;
2497
2519
  fontWeightTabsDisabled?: GlobalValue;
2498
2520
  letterSpacingDisplayL?: GlobalValue;
2521
+ letterSpacingDisplayXl?: GlobalValue;
2499
2522
  letterSpacingHeadingL?: GlobalValue;
2500
2523
  letterSpacingHeadingM?: GlobalValue;
2501
2524
  letterSpacingHeadingS?: GlobalValue;
@@ -2504,6 +2527,7 @@ export declare interface TypedOverride {
2504
2527
  lineHeightBodyM?: GlobalValue;
2505
2528
  lineHeightBodyS?: GlobalValue;
2506
2529
  lineHeightDisplayL?: GlobalValue;
2530
+ lineHeightDisplayXl?: GlobalValue;
2507
2531
  lineHeightFormLabel?: GlobalValue;
2508
2532
  lineHeightHeadingL?: GlobalValue;
2509
2533
  lineHeightHeadingM?: GlobalValue;
@@ -2899,6 +2923,7 @@ export declare interface TypedOverride {
2899
2923
  fontSizeBodyM?: GlobalValue;
2900
2924
  fontSizeBodyS?: GlobalValue;
2901
2925
  fontSizeDisplayL?: GlobalValue;
2926
+ fontSizeDisplayXl?: GlobalValue;
2902
2927
  fontSizeFormLabel?: GlobalValue;
2903
2928
  fontSizeHeadingL?: GlobalValue;
2904
2929
  fontSizeHeadingM?: GlobalValue;
@@ -2912,6 +2937,7 @@ export declare interface TypedOverride {
2912
2937
  fontWeightBreadcrumbCurrent?: GlobalValue;
2913
2938
  fontWeightButton?: GlobalValue;
2914
2939
  fontWeightDisplayL?: GlobalValue;
2940
+ fontWeightDisplayXl?: GlobalValue;
2915
2941
  fontWeightFlashbarHeader?: GlobalValue;
2916
2942
  fontWeightFormLabel?: GlobalValue;
2917
2943
  fontWeightHeadingL?: GlobalValue;
@@ -2926,6 +2952,7 @@ export declare interface TypedOverride {
2926
2952
  fontWeightTabs?: GlobalValue;
2927
2953
  fontWeightTabsDisabled?: GlobalValue;
2928
2954
  letterSpacingDisplayL?: GlobalValue;
2955
+ letterSpacingDisplayXl?: GlobalValue;
2929
2956
  letterSpacingHeadingL?: GlobalValue;
2930
2957
  letterSpacingHeadingM?: GlobalValue;
2931
2958
  letterSpacingHeadingS?: GlobalValue;
@@ -2934,6 +2961,7 @@ export declare interface TypedOverride {
2934
2961
  lineHeightBodyM?: GlobalValue;
2935
2962
  lineHeightBodyS?: GlobalValue;
2936
2963
  lineHeightDisplayL?: GlobalValue;
2964
+ lineHeightDisplayXl?: GlobalValue;
2937
2965
  lineHeightFormLabel?: GlobalValue;
2938
2966
  lineHeightHeadingL?: GlobalValue;
2939
2967
  lineHeightHeadingM?: GlobalValue;
@@ -3329,6 +3357,7 @@ export declare interface TypedOverride {
3329
3357
  fontSizeBodyM?: GlobalValue;
3330
3358
  fontSizeBodyS?: GlobalValue;
3331
3359
  fontSizeDisplayL?: GlobalValue;
3360
+ fontSizeDisplayXl?: GlobalValue;
3332
3361
  fontSizeFormLabel?: GlobalValue;
3333
3362
  fontSizeHeadingL?: GlobalValue;
3334
3363
  fontSizeHeadingM?: GlobalValue;
@@ -3342,6 +3371,7 @@ export declare interface TypedOverride {
3342
3371
  fontWeightBreadcrumbCurrent?: GlobalValue;
3343
3372
  fontWeightButton?: GlobalValue;
3344
3373
  fontWeightDisplayL?: GlobalValue;
3374
+ fontWeightDisplayXl?: GlobalValue;
3345
3375
  fontWeightFlashbarHeader?: GlobalValue;
3346
3376
  fontWeightFormLabel?: GlobalValue;
3347
3377
  fontWeightHeadingL?: GlobalValue;
@@ -3356,6 +3386,7 @@ export declare interface TypedOverride {
3356
3386
  fontWeightTabs?: GlobalValue;
3357
3387
  fontWeightTabsDisabled?: GlobalValue;
3358
3388
  letterSpacingDisplayL?: GlobalValue;
3389
+ letterSpacingDisplayXl?: GlobalValue;
3359
3390
  letterSpacingHeadingL?: GlobalValue;
3360
3391
  letterSpacingHeadingM?: GlobalValue;
3361
3392
  letterSpacingHeadingS?: GlobalValue;
@@ -3364,6 +3395,7 @@ export declare interface TypedOverride {
3364
3395
  lineHeightBodyM?: GlobalValue;
3365
3396
  lineHeightBodyS?: GlobalValue;
3366
3397
  lineHeightDisplayL?: GlobalValue;
3398
+ lineHeightDisplayXl?: GlobalValue;
3367
3399
  lineHeightFormLabel?: GlobalValue;
3368
3400
  lineHeightHeadingL?: GlobalValue;
3369
3401
  lineHeightHeadingM?: GlobalValue;
@@ -3759,6 +3791,7 @@ export declare interface TypedOverride {
3759
3791
  fontSizeBodyM?: GlobalValue;
3760
3792
  fontSizeBodyS?: GlobalValue;
3761
3793
  fontSizeDisplayL?: GlobalValue;
3794
+ fontSizeDisplayXl?: GlobalValue;
3762
3795
  fontSizeFormLabel?: GlobalValue;
3763
3796
  fontSizeHeadingL?: GlobalValue;
3764
3797
  fontSizeHeadingM?: GlobalValue;
@@ -3772,6 +3805,7 @@ export declare interface TypedOverride {
3772
3805
  fontWeightBreadcrumbCurrent?: GlobalValue;
3773
3806
  fontWeightButton?: GlobalValue;
3774
3807
  fontWeightDisplayL?: GlobalValue;
3808
+ fontWeightDisplayXl?: GlobalValue;
3775
3809
  fontWeightFlashbarHeader?: GlobalValue;
3776
3810
  fontWeightFormLabel?: GlobalValue;
3777
3811
  fontWeightHeadingL?: GlobalValue;
@@ -3786,6 +3820,7 @@ export declare interface TypedOverride {
3786
3820
  fontWeightTabs?: GlobalValue;
3787
3821
  fontWeightTabsDisabled?: GlobalValue;
3788
3822
  letterSpacingDisplayL?: GlobalValue;
3823
+ letterSpacingDisplayXl?: GlobalValue;
3789
3824
  letterSpacingHeadingL?: GlobalValue;
3790
3825
  letterSpacingHeadingM?: GlobalValue;
3791
3826
  letterSpacingHeadingS?: GlobalValue;
@@ -3794,6 +3829,7 @@ export declare interface TypedOverride {
3794
3829
  lineHeightBodyM?: GlobalValue;
3795
3830
  lineHeightBodyS?: GlobalValue;
3796
3831
  lineHeightDisplayL?: GlobalValue;
3832
+ lineHeightDisplayXl?: GlobalValue;
3797
3833
  lineHeightFormLabel?: GlobalValue;
3798
3834
  lineHeightHeadingL?: GlobalValue;
3799
3835
  lineHeightHeadingM?: GlobalValue;
@@ -2592,6 +2592,7 @@ export var preset = {
2592
2592
  "fontSizeBodyM": "14px",
2593
2593
  "fontSizeBodyS": "12px",
2594
2594
  "fontSizeDisplayL": "42px",
2595
+ "fontSizeDisplayXl": "64px",
2595
2596
  "fontSizeFormLabel": "{fontSizeBodyM}",
2596
2597
  "fontSizeHeadingL": "20px",
2597
2598
  "fontSizeHeadingM": "18px",
@@ -2608,6 +2609,7 @@ export var preset = {
2608
2609
  "fontWeightBreadcrumbCurrent": "{fontWeightBold}",
2609
2610
  "fontWeightButton": "700",
2610
2611
  "fontWeightDisplayL": "700",
2612
+ "fontWeightDisplayXl": "400",
2611
2613
  "fontWeightFlashbarHeader": "700",
2612
2614
  "fontWeightFormLabel": "{fontDisplayLabelWeight}",
2613
2615
  "fontWeightHeadingL": "700",
@@ -2623,6 +2625,7 @@ export var preset = {
2623
2625
  "fontWeightTabsDisabled": "{fontWayfindingLinkActiveWeight}",
2624
2626
  "letterSpacingBodyS": "0.005em",
2625
2627
  "letterSpacingDisplayL": "-0.03em",
2628
+ "letterSpacingDisplayXl": "-0.03em",
2626
2629
  "letterSpacingHeadingL": "-0.015em",
2627
2630
  "letterSpacingHeadingM": "-0.010em",
2628
2631
  "letterSpacingHeadingS": "-0.005em",
@@ -2631,6 +2634,7 @@ export var preset = {
2631
2634
  "lineHeightBodyM": "20px",
2632
2635
  "lineHeightBodyS": "16px",
2633
2636
  "lineHeightDisplayL": "48px",
2637
+ "lineHeightDisplayXl": "72px",
2634
2638
  "lineHeightFormLabel": "{lineHeightBodyM}",
2635
2639
  "lineHeightHeadingL": "24px",
2636
2640
  "lineHeightHeadingM": "22px",
@@ -14168,6 +14172,7 @@ export var preset = {
14168
14172
  "fontSizeBodyM",
14169
14173
  "fontSizeBodyS",
14170
14174
  "fontSizeDisplayL",
14175
+ "fontSizeDisplayXl",
14171
14176
  "fontSizeFormLabel",
14172
14177
  "fontSizeHeadingL",
14173
14178
  "fontSizeHeadingM",
@@ -14181,6 +14186,7 @@ export var preset = {
14181
14186
  "fontWeightBreadcrumbCurrent",
14182
14187
  "fontWeightButton",
14183
14188
  "fontWeightDisplayL",
14189
+ "fontWeightDisplayXl",
14184
14190
  "fontWeightFlashbarHeader",
14185
14191
  "fontWeightFormLabel",
14186
14192
  "fontWeightHeadingL",
@@ -14195,6 +14201,7 @@ export var preset = {
14195
14201
  "fontWeightTabs",
14196
14202
  "fontWeightTabsDisabled",
14197
14203
  "letterSpacingDisplayL",
14204
+ "letterSpacingDisplayXl",
14198
14205
  "letterSpacingHeadingL",
14199
14206
  "letterSpacingHeadingM",
14200
14207
  "letterSpacingHeadingS",
@@ -14203,6 +14210,7 @@ export var preset = {
14203
14210
  "lineHeightBodyM",
14204
14211
  "lineHeightBodyS",
14205
14212
  "lineHeightDisplayL",
14213
+ "lineHeightDisplayXl",
14206
14214
  "lineHeightFormLabel",
14207
14215
  "lineHeightHeadingL",
14208
14216
  "lineHeightHeadingM",
@@ -14680,6 +14688,7 @@ export var preset = {
14680
14688
  "fontSizeBodyM",
14681
14689
  "fontSizeBodyS",
14682
14690
  "fontSizeDisplayL",
14691
+ "fontSizeDisplayXl",
14683
14692
  "fontSizeHeadingL",
14684
14693
  "fontSizeHeadingM",
14685
14694
  "fontSizeHeadingS",
@@ -14690,6 +14699,7 @@ export var preset = {
14690
14699
  "fontWeightBold",
14691
14700
  "fontWeightButton",
14692
14701
  "fontWeightDisplayL",
14702
+ "fontWeightDisplayXl",
14693
14703
  "fontWeightFlashbarHeader",
14694
14704
  "fontWeightHeadingL",
14695
14705
  "fontWeightHeadingM",
@@ -14702,6 +14712,7 @@ export var preset = {
14702
14712
  "fontWeightTabs",
14703
14713
  "fontWeightTabsDisabled",
14704
14714
  "letterSpacingDisplayL",
14715
+ "letterSpacingDisplayXl",
14705
14716
  "letterSpacingHeadingL",
14706
14717
  "letterSpacingHeadingM",
14707
14718
  "letterSpacingHeadingS",
@@ -14710,6 +14721,7 @@ export var preset = {
14710
14721
  "lineHeightBodyM",
14711
14722
  "lineHeightBodyS",
14712
14723
  "lineHeightDisplayL",
14724
+ "lineHeightDisplayXl",
14713
14725
  "lineHeightHeadingL",
14714
14726
  "lineHeightHeadingM",
14715
14727
  "lineHeightHeadingS",
@@ -15474,6 +15486,7 @@ export var preset = {
15474
15486
  "fontSizeBodyM": "font-size-body-m",
15475
15487
  "fontSizeBodyS": "font-size-body-s",
15476
15488
  "fontSizeDisplayL": "font-size-display-l",
15489
+ "fontSizeDisplayXl": "font-size-display-xl",
15477
15490
  "fontSizeFormLabel": "font-size-form-label",
15478
15491
  "fontSizeHeadingL": "font-size-heading-l",
15479
15492
  "fontSizeHeadingM": "font-size-heading-m",
@@ -15490,6 +15503,7 @@ export var preset = {
15490
15503
  "fontWeightBreadcrumbCurrent": "font-weight-breadcrumb-current",
15491
15504
  "fontWeightButton": "font-weight-button",
15492
15505
  "fontWeightDisplayL": "font-weight-display-l",
15506
+ "fontWeightDisplayXl": "font-weight-display-xl",
15493
15507
  "fontWeightFlashbarHeader": "font-weight-flashbar-header",
15494
15508
  "fontWeightFormLabel": "font-weight-form-label",
15495
15509
  "fontWeightHeadingL": "font-weight-heading-l",
@@ -15505,6 +15519,7 @@ export var preset = {
15505
15519
  "fontWeightTabsDisabled": "font-weight-tabs-disabled",
15506
15520
  "letterSpacingBodyS": "letter-spacing-body-s",
15507
15521
  "letterSpacingDisplayL": "letter-spacing-display-l",
15522
+ "letterSpacingDisplayXl": "letter-spacing-display-xl",
15508
15523
  "letterSpacingHeadingL": "letter-spacing-heading-l",
15509
15524
  "letterSpacingHeadingM": "letter-spacing-heading-m",
15510
15525
  "letterSpacingHeadingS": "letter-spacing-heading-s",
@@ -15513,6 +15528,7 @@ export var preset = {
15513
15528
  "lineHeightBodyM": "line-height-body-m",
15514
15529
  "lineHeightBodyS": "line-height-body-s",
15515
15530
  "lineHeightDisplayL": "line-height-display-l",
15531
+ "lineHeightDisplayXl": "line-height-display-xl",
15516
15532
  "lineHeightFormLabel": "line-height-form-label",
15517
15533
  "lineHeightHeadingL": "line-height-heading-l",
15518
15534
  "lineHeightHeadingM": "line-height-heading-m",
@@ -16440,6 +16456,7 @@ export var preset = {
16440
16456
  "fontSizeBodyM": "--font-size-body-m-a7nh2n",
16441
16457
  "fontSizeBodyS": "--font-size-body-s-smc8cv",
16442
16458
  "fontSizeDisplayL": "--font-size-display-l-wa6woo",
16459
+ "fontSizeDisplayXl": "--font-size-display-xl-twzhl4",
16443
16460
  "fontSizeFormLabel": "--font-size-form-label-mxiqd7",
16444
16461
  "fontSizeHeadingL": "--font-size-heading-l-vnacx6",
16445
16462
  "fontSizeHeadingM": "--font-size-heading-m-170yiy",
@@ -16456,6 +16473,7 @@ export var preset = {
16456
16473
  "fontWeightBreadcrumbCurrent": "--font-weight-breadcrumb-current-v39mbh",
16457
16474
  "fontWeightButton": "--font-weight-button-0eg20c",
16458
16475
  "fontWeightDisplayL": "--font-weight-display-l-h5zsi8",
16476
+ "fontWeightDisplayXl": "--font-weight-display-xl-pdx6bm",
16459
16477
  "fontWeightFlashbarHeader": "--font-weight-flashbar-header-fg5kye",
16460
16478
  "fontWeightFormLabel": "--font-weight-form-label-mrg9ef",
16461
16479
  "fontWeightHeadingL": "--font-weight-heading-l-0t6dwc",
@@ -16471,6 +16489,7 @@ export var preset = {
16471
16489
  "fontWeightTabsDisabled": "--font-weight-tabs-disabled-v5r551",
16472
16490
  "letterSpacingBodyS": "--letter-spacing-body-s-gq78ok",
16473
16491
  "letterSpacingDisplayL": "--letter-spacing-display-l-elyyxk",
16492
+ "letterSpacingDisplayXl": "--letter-spacing-display-xl-yptw1j",
16474
16493
  "letterSpacingHeadingL": "--letter-spacing-heading-l-5v6ibv",
16475
16494
  "letterSpacingHeadingM": "--letter-spacing-heading-m-29ewnk",
16476
16495
  "letterSpacingHeadingS": "--letter-spacing-heading-s-4st9ep",
@@ -16479,6 +16498,7 @@ export var preset = {
16479
16498
  "lineHeightBodyM": "--line-height-body-m-2mh3ke",
16480
16499
  "lineHeightBodyS": "--line-height-body-s-nu5hx1",
16481
16500
  "lineHeightDisplayL": "--line-height-display-l-vwanzp",
16501
+ "lineHeightDisplayXl": "--line-height-display-xl-e5ij0u",
16482
16502
  "lineHeightFormLabel": "--line-height-form-label-asu26u",
16483
16503
  "lineHeightHeadingL": "--line-height-heading-l-mg5bx6",
16484
16504
  "lineHeightHeadingM": "--line-height-heading-m-uoaqdh",
@@ -1,19 +1,4 @@
1
- /**
2
- * Makes specified properties required.
3
- *
4
- * @example
5
- * ```
6
- * import { AlertProps } from '~components/alert/interfaces'
7
- *
8
- * type InternalAlertProps = SomeRequired<AlertProps, 'type'>
9
- *
10
- * function Alert(props: AlertProps) { ... }
11
- * function InternalAlert(props: InternalAlertProps) { ... }
12
- * ```
13
- */
14
- export type SomeRequired<Type, Keys extends keyof Type> = Type & {
15
- [Key in Keys]-?: Type[Key];
16
- };
1
+ export { FocusRingStyle, Optional, SomeRequired } from '../types/utils';
17
2
  /**
18
3
  * Makes specified properties optional.
19
4
  *
@@ -23,35 +8,8 @@ export type SomeRequired<Type, Keys extends keyof Type> = Type & {
23
8
  * ```
24
9
  */
25
10
  export type SomeOptional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
26
- /**
27
- * Utility type that makes a union of given type and undefined.
28
- * @example
29
- * ```
30
- * type OptionalString = Optional<string>
31
- * type OptionalStringOrNumber = Optional<string | number>
32
- * ```
33
- */
34
- export type Optional<Type> = Type | undefined;
35
11
  /**
36
12
  * Use this function to mark conditions which should never be visited
37
13
  */
38
14
  export declare function assertNever(_value: never): null;
39
- /**
40
- * Utility type for focus ring styling properties.
41
- * Used across components to provide consistent focus ring customization.
42
- *
43
- * @example
44
- * ```
45
- * export interface Style {
46
- * root?: {
47
- * focusRing?: FocusRingStyle;
48
- * };
49
- * }
50
- * ```
51
- */
52
- export interface FocusRingStyle {
53
- borderColor?: string;
54
- borderRadius?: string;
55
- borderWidth?: string;
56
- }
57
15
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/internal/types.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,YAAY,CAAC,IAAI,EAAE,IAAI,SAAS,MAAM,IAAI,IAAI,IAAI,GAAG;KAC9D,GAAG,IAAI,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC;CAC3B,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAElF;;;;;;;GAOG;AACH,MAAM,MAAM,QAAQ,CAAC,IAAI,IAAI,IAAI,GAAG,SAAS,CAAC;AAE9C;;GAEG;AAEH,wBAAgB,WAAW,CAAC,MAAM,EAAE,KAAK,QAGxC;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,cAAc;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/internal/types.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAExE;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAElF;;GAEG;AAEH,wBAAgB,WAAW,CAAC,MAAM,EAAE,KAAK,QAGxC"}
@@ -1,3 +1,5 @@
1
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
1
3
  /**
2
4
  * Use this function to mark conditions which should never be visited
3
5
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/internal/types.ts"],"names":[],"mappings":"AAuCA;;GAEG;AACH,6DAA6D;AAC7D,MAAM,UAAU,WAAW,CAAC,MAAa;IACvC,mEAAmE;IACnE,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n/**\n * Makes specified properties required.\n *\n * @example\n * ```\n * import { AlertProps } from '~components/alert/interfaces'\n *\n * type InternalAlertProps = SomeRequired<AlertProps, 'type'>\n *\n * function Alert(props: AlertProps) { ... }\n * function InternalAlert(props: InternalAlertProps) { ... }\n * ```\n */\nexport type SomeRequired<Type, Keys extends keyof Type> = Type & {\n [Key in Keys]-?: Type[Key];\n};\n\n/**\n * Makes specified properties optional.\n *\n * @example\n * ```\n * type PartialAlertProps = SomeOptional<AlertProps, 'type' | 'children'>\n * ```\n */\nexport type SomeOptional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;\n\n/**\n * Utility type that makes a union of given type and undefined.\n * @example\n * ```\n * type OptionalString = Optional<string>\n * type OptionalStringOrNumber = Optional<string | number>\n * ```\n */\nexport type Optional<Type> = Type | undefined;\n\n/**\n * Use this function to mark conditions which should never be visited\n */\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nexport function assertNever(_value: never) {\n /* istanbul ignore next: this code is not intended to be visited */\n return null;\n}\n\n/**\n * Utility type for focus ring styling properties.\n * Used across components to provide consistent focus ring customization.\n *\n * @example\n * ```\n * export interface Style {\n * root?: {\n * focusRing?: FocusRingStyle;\n * };\n * }\n * ```\n */\nexport interface FocusRingStyle {\n borderColor?: string;\n borderRadius?: string;\n borderWidth?: string;\n}\n"]}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/internal/types.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAiBtC;;GAEG;AACH,6DAA6D;AAC7D,MAAM,UAAU,WAAW,CAAC,MAAa;IACvC,mEAAmE;IACnE,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\n// SomeRequired, Optional and FocusRingStyle are consumed by public component interfaces, so their\n// canonical definitions now live in the public `src/types` location. They are re-exported here for\n// backward compatibility with internal modules and downstream consumers of this internal path.\nexport { FocusRingStyle, Optional, SomeRequired } from '../types/utils';\n\n/**\n * Makes specified properties optional.\n *\n * @example\n * ```\n * type PartialAlertProps = SomeOptional<AlertProps, 'type' | 'children'>\n * ```\n */\nexport type SomeOptional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;\n\n/**\n * Use this function to mark conditions which should never be visited\n */\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nexport function assertNever(_value: never) {\n /* istanbul ignore next: this code is not intended to be visited */\n return null;\n}\n"]}
@@ -1,25 +1,26 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "placeholder": "awsui_placeholder_dwuol_dlc5c_145",
5
- "item": "awsui_item_dwuol_dlc5c_151",
6
- "checkbox": "awsui_checkbox_dwuol_dlc5c_155",
7
- "option-group": "awsui_option-group_dwuol_dlc5c_164",
8
- "filter": "awsui_filter_dwuol_dlc5c_168",
9
- "trigger": "awsui_trigger_dwuol_dlc5c_173",
10
- "layout-strut": "awsui_layout-strut_dwuol_dlc5c_179",
11
- "list-bottom": "awsui_list-bottom_dwuol_dlc5c_185",
12
- "selected-icon": "awsui_selected-icon_dwuol_dlc5c_189",
13
- "show-label-tag": "awsui_show-label-tag_dwuol_dlc5c_194",
14
- "inline-token-trigger": "awsui_inline-token-trigger_dwuol_dlc5c_198",
15
- "inline-token-list": "awsui_inline-token-list_dwuol_dlc5c_205",
16
- "inline-token-hidden-placeholder": "awsui_inline-token-hidden-placeholder_dwuol_dlc5c_219",
17
- "inline-token-counter": "awsui_inline-token-counter_dwuol_dlc5c_225",
18
- "inline-label-trigger-wrapper": "awsui_inline-label-trigger-wrapper_dwuol_dlc5c_229",
19
- "inline-label-wrapper": "awsui_inline-label-wrapper_dwuol_dlc5c_233",
20
- "inline-label": "awsui_inline-label_dwuol_dlc5c_229",
21
- "inline-label-disabled": "awsui_inline-label-disabled_dwuol_dlc5c_258",
22
- "inline-label-inline-tokens": "awsui_inline-label-inline-tokens_dwuol_dlc5c_262",
23
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_dwuol_dlc5c_267"
4
+ "placeholder": "awsui_placeholder_dwuol_19x9b_145",
5
+ "disabled": "awsui_disabled_dwuol_19x9b_150",
6
+ "item": "awsui_item_dwuol_19x9b_154",
7
+ "checkbox": "awsui_checkbox_dwuol_19x9b_158",
8
+ "option-group": "awsui_option-group_dwuol_19x9b_167",
9
+ "filter": "awsui_filter_dwuol_19x9b_171",
10
+ "trigger": "awsui_trigger_dwuol_19x9b_176",
11
+ "layout-strut": "awsui_layout-strut_dwuol_19x9b_182",
12
+ "list-bottom": "awsui_list-bottom_dwuol_19x9b_188",
13
+ "selected-icon": "awsui_selected-icon_dwuol_19x9b_192",
14
+ "show-label-tag": "awsui_show-label-tag_dwuol_19x9b_197",
15
+ "inline-token-trigger": "awsui_inline-token-trigger_dwuol_19x9b_201",
16
+ "inline-token-list": "awsui_inline-token-list_dwuol_19x9b_208",
17
+ "inline-token-hidden-placeholder": "awsui_inline-token-hidden-placeholder_dwuol_19x9b_222",
18
+ "inline-token-counter": "awsui_inline-token-counter_dwuol_19x9b_228",
19
+ "inline-label-trigger-wrapper": "awsui_inline-label-trigger-wrapper_dwuol_19x9b_232",
20
+ "inline-label-wrapper": "awsui_inline-label-wrapper_dwuol_19x9b_236",
21
+ "inline-label": "awsui_inline-label_dwuol_19x9b_232",
22
+ "inline-label-disabled": "awsui_inline-label-disabled_dwuol_19x9b_261",
23
+ "inline-label-inline-tokens": "awsui_inline-label-inline-tokens_dwuol_19x9b_265",
24
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_dwuol_19x9b_270"
24
25
  };
25
26