@cloudscape-design/code-view 3.0.114 → 3.0.116

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.
@@ -1,5 +1,5 @@
1
1
  export var PACKAGE_SOURCE = "code-view";
2
- export var PACKAGE_VERSION = "3.0.0 (d2b87aa9)";
2
+ export var PACKAGE_VERSION = "3.0.0 (a6e1e72a)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
5
5
  export var SYSTEM = "core";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "code-view",
3
- "PACKAGE_VERSION": "3.0.0 (d2b87aa9)",
3
+ "PACKAGE_VERSION": "3.0.0 (a6e1e72a)",
4
4
  "THEME": "open-source-visual-refresh",
5
5
  "ALWAYS_VISUAL_REFRESH": true,
6
6
  "SYSTEM": "core"
@@ -585,6 +585,8 @@ export const fontTabsLineHeight: string;
585
585
  export const fontTabsSize: string;
586
586
  export const fontWayfindingLinkActiveWeight: string;
587
587
  export const fontWeightButton: string;
588
+ export const fontWeightAlertHeader: string;
589
+ export const fontWeightFlashbarHeader: string;
588
590
  export const fontWeightHeadingXl: string;
589
591
  export const fontWeightHeadingL: string;
590
592
  export const fontWeightHeadingM: string;
@@ -649,6 +651,10 @@ export const borderLinkFocusRingShadowSpread: string;
649
651
  export const borderWidthCard: string;
650
652
  export const borderWidthCardHighlighted: string;
651
653
  export const borderWidthAlert: string;
654
+ export const borderWidthAlertBlockStart: string;
655
+ export const borderWidthAlertBlockEnd: string;
656
+ export const borderWidthAlertInlineStart: string;
657
+ export const borderWidthAlertInlineEnd: string;
652
658
  export const borderWidthButton: string;
653
659
  export const borderWidthDropdown: string;
654
660
  export const borderWidthField: string;
@@ -585,6 +585,8 @@ export var fontTabsLineHeight = "var(--font-tabs-line-height-5g6n1v, 20px)";
585
585
  export var fontTabsSize = "var(--font-tabs-size-18irgl, 16px)";
586
586
  export var fontWayfindingLinkActiveWeight = "var(--font-wayfinding-link-active-weight-ny4hup, 700)";
587
587
  export var fontWeightButton = "var(--font-weight-button-0eg20c, 700)";
588
+ export var fontWeightAlertHeader = "var(--font-weight-alert-header-zg25o1, 700)";
589
+ export var fontWeightFlashbarHeader = "var(--font-weight-flashbar-header-fg5kye, 700)";
588
590
  export var fontWeightHeadingXl = "var(--font-weight-heading-xl-u3m4we, 700)";
589
591
  export var fontWeightHeadingL = "var(--font-weight-heading-l-0t6dwc, 700)";
590
592
  export var fontWeightHeadingM = "var(--font-weight-heading-m-zf82dr, 700)";
@@ -649,6 +651,10 @@ export var borderLinkFocusRingShadowSpread = "var(--border-link-focus-ring-shado
649
651
  export var borderWidthCard = "var(--border-width-card-x24gzt, 1px)";
650
652
  export var borderWidthCardHighlighted = "var(--border-width-card-highlighted-x17dhn, 2px)";
651
653
  export var borderWidthAlert = "var(--border-width-alert-tuifgy, 2px)";
654
+ export var borderWidthAlertBlockStart = "var(--border-width-alert-block-start-5wbfsk, 2px)";
655
+ export var borderWidthAlertBlockEnd = "var(--border-width-alert-block-end-q8rr42, 2px)";
656
+ export var borderWidthAlertInlineStart = "var(--border-width-alert-inline-start-gjm6m1, 2px)";
657
+ export var borderWidthAlertInlineEnd = "var(--border-width-alert-inline-end-9s426v, 2px)";
652
658
  export var borderWidthButton = "var(--border-width-button-jm0qg7, 2px)";
653
659
  export var borderWidthDropdown = "var(--border-width-dropdown-youcay, 2px)";
654
660
  export var borderWidthField = "var(--border-width-field-2xc78x, 1px)";
@@ -2297,6 +2297,8 @@ module.exports.preset = {
2297
2297
  "fontTabsSize": "{fontSizeHeadingS}",
2298
2298
  "fontWayfindingLinkActiveWeight": "700",
2299
2299
  "fontWeightButton": "700",
2300
+ "fontWeightAlertHeader": "700",
2301
+ "fontWeightFlashbarHeader": "700",
2300
2302
  "fontWeightHeadingXl": "700",
2301
2303
  "fontWeightHeadingL": "700",
2302
2304
  "fontWeightHeadingM": "700",
@@ -2361,6 +2363,10 @@ module.exports.preset = {
2361
2363
  "borderWidthCard": "{borderDividerSectionWidth}",
2362
2364
  "borderWidthCardHighlighted": "{borderItemWidth}",
2363
2365
  "borderWidthAlert": "2px",
2366
+ "borderWidthAlertBlockStart": "{borderWidthAlert}",
2367
+ "borderWidthAlertBlockEnd": "{borderWidthAlert}",
2368
+ "borderWidthAlertInlineStart": "{borderWidthAlert}",
2369
+ "borderWidthAlertInlineEnd": "{borderWidthAlert}",
2364
2370
  "borderWidthButton": "2px",
2365
2371
  "borderWidthDropdown": "2px",
2366
2372
  "borderWidthField": "1px",
@@ -11864,6 +11870,8 @@ module.exports.preset = {
11864
11870
  "fontSizeHeadingS",
11865
11871
  "fontSizeHeadingXs",
11866
11872
  "fontWeightButton",
11873
+ "fontWeightAlertHeader",
11874
+ "fontWeightFlashbarHeader",
11867
11875
  "fontWeightHeadingXl",
11868
11876
  "fontWeightHeadingL",
11869
11877
  "fontWeightHeadingM",
@@ -11903,6 +11911,10 @@ module.exports.preset = {
11903
11911
  "borderRadiusToken",
11904
11912
  "borderRadiusTutorialPanelItem",
11905
11913
  "borderWidthAlert",
11914
+ "borderWidthAlertBlockStart",
11915
+ "borderWidthAlertBlockEnd",
11916
+ "borderWidthAlertInlineStart",
11917
+ "borderWidthAlertInlineEnd",
11906
11918
  "borderWidthButton",
11907
11919
  "borderWidthDropdown",
11908
11920
  "borderWidthField",
@@ -11912,7 +11924,8 @@ module.exports.preset = {
11912
11924
  "borderWidthIconNormal",
11913
11925
  "borderWidthIconMedium",
11914
11926
  "borderWidthIconBig",
11915
- "borderWidthIconLarge"
11927
+ "borderWidthIconLarge",
11928
+ "spaceAlertVertical"
11916
11929
  ],
11917
11930
  "exposed": [
11918
11931
  "colorChartsRed300",
@@ -12252,6 +12265,8 @@ module.exports.preset = {
12252
12265
  "fontSizeHeadingS",
12253
12266
  "fontSizeHeadingXs",
12254
12267
  "fontWeightButton",
12268
+ "fontWeightAlertHeader",
12269
+ "fontWeightFlashbarHeader",
12255
12270
  "fontWeightHeadingXl",
12256
12271
  "fontWeightHeadingL",
12257
12272
  "fontWeightHeadingM",
@@ -12292,6 +12307,10 @@ module.exports.preset = {
12292
12307
  "borderRadiusChatBubble",
12293
12308
  "borderRadiusTutorialPanelItem",
12294
12309
  "borderWidthAlert",
12310
+ "borderWidthAlertBlockStart",
12311
+ "borderWidthAlertBlockEnd",
12312
+ "borderWidthAlertInlineStart",
12313
+ "borderWidthAlertInlineEnd",
12295
12314
  "borderWidthButton",
12296
12315
  "borderWidthDropdown",
12297
12316
  "borderWidthField",
@@ -12315,6 +12334,7 @@ module.exports.preset = {
12315
12334
  "motionKeyframesFadeOut",
12316
12335
  "motionKeyframesStatusIconError",
12317
12336
  "motionKeyframesScalePopup",
12337
+ "spaceAlertVertical",
12318
12338
  "spaceContainerHorizontal",
12319
12339
  "spaceFieldHorizontal",
12320
12340
  "spaceTreeViewIndentation",
@@ -12926,6 +12946,8 @@ module.exports.preset = {
12926
12946
  "fontTabsSize": "font-tabs-size",
12927
12947
  "fontWayfindingLinkActiveWeight": "font-wayfinding-link-active-weight",
12928
12948
  "fontWeightButton": "font-weight-button",
12949
+ "fontWeightAlertHeader": "font-weight-alert-header",
12950
+ "fontWeightFlashbarHeader": "font-weight-flashbar-header",
12929
12951
  "fontWeightHeadingXl": "font-weight-heading-xl",
12930
12952
  "fontWeightHeadingL": "font-weight-heading-l",
12931
12953
  "fontWeightHeadingM": "font-weight-heading-m",
@@ -12990,6 +13012,10 @@ module.exports.preset = {
12990
13012
  "borderWidthCard": "border-width-card",
12991
13013
  "borderWidthCardHighlighted": "border-width-card-highlighted",
12992
13014
  "borderWidthAlert": "border-width-alert",
13015
+ "borderWidthAlertBlockStart": "border-width-alert-block-start",
13016
+ "borderWidthAlertBlockEnd": "border-width-alert-block-end",
13017
+ "borderWidthAlertInlineStart": "border-width-alert-inline-start",
13018
+ "borderWidthAlertInlineEnd": "border-width-alert-inline-end",
12993
13019
  "borderWidthButton": "border-width-button",
12994
13020
  "borderWidthDropdown": "border-width-dropdown",
12995
13021
  "borderWidthField": "border-width-field",
@@ -13758,6 +13784,8 @@ module.exports.preset = {
13758
13784
  "fontTabsSize": "--font-tabs-size-18irgl",
13759
13785
  "fontWayfindingLinkActiveWeight": "--font-wayfinding-link-active-weight-ny4hup",
13760
13786
  "fontWeightButton": "--font-weight-button-0eg20c",
13787
+ "fontWeightAlertHeader": "--font-weight-alert-header-zg25o1",
13788
+ "fontWeightFlashbarHeader": "--font-weight-flashbar-header-fg5kye",
13761
13789
  "fontWeightHeadingXl": "--font-weight-heading-xl-u3m4we",
13762
13790
  "fontWeightHeadingL": "--font-weight-heading-l-0t6dwc",
13763
13791
  "fontWeightHeadingM": "--font-weight-heading-m-zf82dr",
@@ -13822,6 +13850,10 @@ module.exports.preset = {
13822
13850
  "borderWidthCard": "--border-width-card-x24gzt",
13823
13851
  "borderWidthCardHighlighted": "--border-width-card-highlighted-x17dhn",
13824
13852
  "borderWidthAlert": "--border-width-alert-tuifgy",
13853
+ "borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
13854
+ "borderWidthAlertBlockEnd": "--border-width-alert-block-end-q8rr42",
13855
+ "borderWidthAlertInlineStart": "--border-width-alert-inline-start-gjm6m1",
13856
+ "borderWidthAlertInlineEnd": "--border-width-alert-inline-end-9s426v",
13825
13857
  "borderWidthButton": "--border-width-button-jm0qg7",
13826
13858
  "borderWidthDropdown": "--border-width-dropdown-youcay",
13827
13859
  "borderWidthField": "--border-width-field-2xc78x",
@@ -242,6 +242,8 @@ export declare interface TypedOverride {
242
242
  fontSizeHeadingS?: GlobalValue;
243
243
  fontSizeHeadingXs?: GlobalValue;
244
244
  fontWeightButton?: GlobalValue;
245
+ fontWeightAlertHeader?: GlobalValue;
246
+ fontWeightFlashbarHeader?: GlobalValue;
245
247
  fontWeightHeadingXl?: GlobalValue;
246
248
  fontWeightHeadingL?: GlobalValue;
247
249
  fontWeightHeadingM?: GlobalValue;
@@ -281,6 +283,10 @@ export declare interface TypedOverride {
281
283
  borderRadiusToken?: GlobalValue;
282
284
  borderRadiusTutorialPanelItem?: GlobalValue;
283
285
  borderWidthAlert?: GlobalValue;
286
+ borderWidthAlertBlockStart?: GlobalValue;
287
+ borderWidthAlertBlockEnd?: GlobalValue;
288
+ borderWidthAlertInlineStart?: GlobalValue;
289
+ borderWidthAlertInlineEnd?: GlobalValue;
284
290
  borderWidthButton?: GlobalValue;
285
291
  borderWidthDropdown?: GlobalValue;
286
292
  borderWidthField?: GlobalValue;
@@ -291,6 +297,7 @@ export declare interface TypedOverride {
291
297
  borderWidthIconMedium?: GlobalValue;
292
298
  borderWidthIconBig?: GlobalValue;
293
299
  borderWidthIconLarge?: GlobalValue;
300
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
294
301
  },
295
302
  contexts?: {
296
303
  'compact-table'?: {
@@ -534,6 +541,8 @@ export declare interface TypedOverride {
534
541
  fontSizeHeadingS?: GlobalValue;
535
542
  fontSizeHeadingXs?: GlobalValue;
536
543
  fontWeightButton?: GlobalValue;
544
+ fontWeightAlertHeader?: GlobalValue;
545
+ fontWeightFlashbarHeader?: GlobalValue;
537
546
  fontWeightHeadingXl?: GlobalValue;
538
547
  fontWeightHeadingL?: GlobalValue;
539
548
  fontWeightHeadingM?: GlobalValue;
@@ -573,6 +582,10 @@ export declare interface TypedOverride {
573
582
  borderRadiusToken?: GlobalValue;
574
583
  borderRadiusTutorialPanelItem?: GlobalValue;
575
584
  borderWidthAlert?: GlobalValue;
585
+ borderWidthAlertBlockStart?: GlobalValue;
586
+ borderWidthAlertBlockEnd?: GlobalValue;
587
+ borderWidthAlertInlineStart?: GlobalValue;
588
+ borderWidthAlertInlineEnd?: GlobalValue;
576
589
  borderWidthButton?: GlobalValue;
577
590
  borderWidthDropdown?: GlobalValue;
578
591
  borderWidthField?: GlobalValue;
@@ -583,6 +596,7 @@ export declare interface TypedOverride {
583
596
  borderWidthIconMedium?: GlobalValue;
584
597
  borderWidthIconBig?: GlobalValue;
585
598
  borderWidthIconLarge?: GlobalValue;
599
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
586
600
  }
587
601
  };
588
602
  'top-navigation'?: {
@@ -826,6 +840,8 @@ export declare interface TypedOverride {
826
840
  fontSizeHeadingS?: GlobalValue;
827
841
  fontSizeHeadingXs?: GlobalValue;
828
842
  fontWeightButton?: GlobalValue;
843
+ fontWeightAlertHeader?: GlobalValue;
844
+ fontWeightFlashbarHeader?: GlobalValue;
829
845
  fontWeightHeadingXl?: GlobalValue;
830
846
  fontWeightHeadingL?: GlobalValue;
831
847
  fontWeightHeadingM?: GlobalValue;
@@ -865,6 +881,10 @@ export declare interface TypedOverride {
865
881
  borderRadiusToken?: GlobalValue;
866
882
  borderRadiusTutorialPanelItem?: GlobalValue;
867
883
  borderWidthAlert?: GlobalValue;
884
+ borderWidthAlertBlockStart?: GlobalValue;
885
+ borderWidthAlertBlockEnd?: GlobalValue;
886
+ borderWidthAlertInlineStart?: GlobalValue;
887
+ borderWidthAlertInlineEnd?: GlobalValue;
868
888
  borderWidthButton?: GlobalValue;
869
889
  borderWidthDropdown?: GlobalValue;
870
890
  borderWidthField?: GlobalValue;
@@ -875,6 +895,7 @@ export declare interface TypedOverride {
875
895
  borderWidthIconMedium?: GlobalValue;
876
896
  borderWidthIconBig?: GlobalValue;
877
897
  borderWidthIconLarge?: GlobalValue;
898
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
878
899
  }
879
900
  };
880
901
  'header'?: {
@@ -1118,6 +1139,8 @@ export declare interface TypedOverride {
1118
1139
  fontSizeHeadingS?: GlobalValue;
1119
1140
  fontSizeHeadingXs?: GlobalValue;
1120
1141
  fontWeightButton?: GlobalValue;
1142
+ fontWeightAlertHeader?: GlobalValue;
1143
+ fontWeightFlashbarHeader?: GlobalValue;
1121
1144
  fontWeightHeadingXl?: GlobalValue;
1122
1145
  fontWeightHeadingL?: GlobalValue;
1123
1146
  fontWeightHeadingM?: GlobalValue;
@@ -1157,6 +1180,10 @@ export declare interface TypedOverride {
1157
1180
  borderRadiusToken?: GlobalValue;
1158
1181
  borderRadiusTutorialPanelItem?: GlobalValue;
1159
1182
  borderWidthAlert?: GlobalValue;
1183
+ borderWidthAlertBlockStart?: GlobalValue;
1184
+ borderWidthAlertBlockEnd?: GlobalValue;
1185
+ borderWidthAlertInlineStart?: GlobalValue;
1186
+ borderWidthAlertInlineEnd?: GlobalValue;
1160
1187
  borderWidthButton?: GlobalValue;
1161
1188
  borderWidthDropdown?: GlobalValue;
1162
1189
  borderWidthField?: GlobalValue;
@@ -1167,6 +1194,7 @@ export declare interface TypedOverride {
1167
1194
  borderWidthIconMedium?: GlobalValue;
1168
1195
  borderWidthIconBig?: GlobalValue;
1169
1196
  borderWidthIconLarge?: GlobalValue;
1197
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1170
1198
  }
1171
1199
  };
1172
1200
  'flashbar'?: {
@@ -1410,6 +1438,8 @@ export declare interface TypedOverride {
1410
1438
  fontSizeHeadingS?: GlobalValue;
1411
1439
  fontSizeHeadingXs?: GlobalValue;
1412
1440
  fontWeightButton?: GlobalValue;
1441
+ fontWeightAlertHeader?: GlobalValue;
1442
+ fontWeightFlashbarHeader?: GlobalValue;
1413
1443
  fontWeightHeadingXl?: GlobalValue;
1414
1444
  fontWeightHeadingL?: GlobalValue;
1415
1445
  fontWeightHeadingM?: GlobalValue;
@@ -1449,6 +1479,10 @@ export declare interface TypedOverride {
1449
1479
  borderRadiusToken?: GlobalValue;
1450
1480
  borderRadiusTutorialPanelItem?: GlobalValue;
1451
1481
  borderWidthAlert?: GlobalValue;
1482
+ borderWidthAlertBlockStart?: GlobalValue;
1483
+ borderWidthAlertBlockEnd?: GlobalValue;
1484
+ borderWidthAlertInlineStart?: GlobalValue;
1485
+ borderWidthAlertInlineEnd?: GlobalValue;
1452
1486
  borderWidthButton?: GlobalValue;
1453
1487
  borderWidthDropdown?: GlobalValue;
1454
1488
  borderWidthField?: GlobalValue;
@@ -1459,6 +1493,7 @@ export declare interface TypedOverride {
1459
1493
  borderWidthIconMedium?: GlobalValue;
1460
1494
  borderWidthIconBig?: GlobalValue;
1461
1495
  borderWidthIconLarge?: GlobalValue;
1496
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1462
1497
  }
1463
1498
  };
1464
1499
  'flashbar-warning'?: {
@@ -1702,6 +1737,8 @@ export declare interface TypedOverride {
1702
1737
  fontSizeHeadingS?: GlobalValue;
1703
1738
  fontSizeHeadingXs?: GlobalValue;
1704
1739
  fontWeightButton?: GlobalValue;
1740
+ fontWeightAlertHeader?: GlobalValue;
1741
+ fontWeightFlashbarHeader?: GlobalValue;
1705
1742
  fontWeightHeadingXl?: GlobalValue;
1706
1743
  fontWeightHeadingL?: GlobalValue;
1707
1744
  fontWeightHeadingM?: GlobalValue;
@@ -1741,6 +1778,10 @@ export declare interface TypedOverride {
1741
1778
  borderRadiusToken?: GlobalValue;
1742
1779
  borderRadiusTutorialPanelItem?: GlobalValue;
1743
1780
  borderWidthAlert?: GlobalValue;
1781
+ borderWidthAlertBlockStart?: GlobalValue;
1782
+ borderWidthAlertBlockEnd?: GlobalValue;
1783
+ borderWidthAlertInlineStart?: GlobalValue;
1784
+ borderWidthAlertInlineEnd?: GlobalValue;
1744
1785
  borderWidthButton?: GlobalValue;
1745
1786
  borderWidthDropdown?: GlobalValue;
1746
1787
  borderWidthField?: GlobalValue;
@@ -1751,6 +1792,7 @@ export declare interface TypedOverride {
1751
1792
  borderWidthIconMedium?: GlobalValue;
1752
1793
  borderWidthIconBig?: GlobalValue;
1753
1794
  borderWidthIconLarge?: GlobalValue;
1795
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1754
1796
  }
1755
1797
  };
1756
1798
  'alert'?: {
@@ -1994,6 +2036,8 @@ export declare interface TypedOverride {
1994
2036
  fontSizeHeadingS?: GlobalValue;
1995
2037
  fontSizeHeadingXs?: GlobalValue;
1996
2038
  fontWeightButton?: GlobalValue;
2039
+ fontWeightAlertHeader?: GlobalValue;
2040
+ fontWeightFlashbarHeader?: GlobalValue;
1997
2041
  fontWeightHeadingXl?: GlobalValue;
1998
2042
  fontWeightHeadingL?: GlobalValue;
1999
2043
  fontWeightHeadingM?: GlobalValue;
@@ -2033,6 +2077,10 @@ export declare interface TypedOverride {
2033
2077
  borderRadiusToken?: GlobalValue;
2034
2078
  borderRadiusTutorialPanelItem?: GlobalValue;
2035
2079
  borderWidthAlert?: GlobalValue;
2080
+ borderWidthAlertBlockStart?: GlobalValue;
2081
+ borderWidthAlertBlockEnd?: GlobalValue;
2082
+ borderWidthAlertInlineStart?: GlobalValue;
2083
+ borderWidthAlertInlineEnd?: GlobalValue;
2036
2084
  borderWidthButton?: GlobalValue;
2037
2085
  borderWidthDropdown?: GlobalValue;
2038
2086
  borderWidthField?: GlobalValue;
@@ -2043,6 +2091,7 @@ export declare interface TypedOverride {
2043
2091
  borderWidthIconMedium?: GlobalValue;
2044
2092
  borderWidthIconBig?: GlobalValue;
2045
2093
  borderWidthIconLarge?: GlobalValue;
2094
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2046
2095
  }
2047
2096
  };
2048
2097
  'alert-header'?: {
@@ -2286,6 +2335,8 @@ export declare interface TypedOverride {
2286
2335
  fontSizeHeadingS?: GlobalValue;
2287
2336
  fontSizeHeadingXs?: GlobalValue;
2288
2337
  fontWeightButton?: GlobalValue;
2338
+ fontWeightAlertHeader?: GlobalValue;
2339
+ fontWeightFlashbarHeader?: GlobalValue;
2289
2340
  fontWeightHeadingXl?: GlobalValue;
2290
2341
  fontWeightHeadingL?: GlobalValue;
2291
2342
  fontWeightHeadingM?: GlobalValue;
@@ -2325,6 +2376,10 @@ export declare interface TypedOverride {
2325
2376
  borderRadiusToken?: GlobalValue;
2326
2377
  borderRadiusTutorialPanelItem?: GlobalValue;
2327
2378
  borderWidthAlert?: GlobalValue;
2379
+ borderWidthAlertBlockStart?: GlobalValue;
2380
+ borderWidthAlertBlockEnd?: GlobalValue;
2381
+ borderWidthAlertInlineStart?: GlobalValue;
2382
+ borderWidthAlertInlineEnd?: GlobalValue;
2328
2383
  borderWidthButton?: GlobalValue;
2329
2384
  borderWidthDropdown?: GlobalValue;
2330
2385
  borderWidthField?: GlobalValue;
@@ -2335,6 +2390,7 @@ export declare interface TypedOverride {
2335
2390
  borderWidthIconMedium?: GlobalValue;
2336
2391
  borderWidthIconBig?: GlobalValue;
2337
2392
  borderWidthIconLarge?: GlobalValue;
2393
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2338
2394
  }
2339
2395
  };
2340
2396
  'app-layout-toolbar'?: {
@@ -2578,6 +2634,8 @@ export declare interface TypedOverride {
2578
2634
  fontSizeHeadingS?: GlobalValue;
2579
2635
  fontSizeHeadingXs?: GlobalValue;
2580
2636
  fontWeightButton?: GlobalValue;
2637
+ fontWeightAlertHeader?: GlobalValue;
2638
+ fontWeightFlashbarHeader?: GlobalValue;
2581
2639
  fontWeightHeadingXl?: GlobalValue;
2582
2640
  fontWeightHeadingL?: GlobalValue;
2583
2641
  fontWeightHeadingM?: GlobalValue;
@@ -2617,6 +2675,10 @@ export declare interface TypedOverride {
2617
2675
  borderRadiusToken?: GlobalValue;
2618
2676
  borderRadiusTutorialPanelItem?: GlobalValue;
2619
2677
  borderWidthAlert?: GlobalValue;
2678
+ borderWidthAlertBlockStart?: GlobalValue;
2679
+ borderWidthAlertBlockEnd?: GlobalValue;
2680
+ borderWidthAlertInlineStart?: GlobalValue;
2681
+ borderWidthAlertInlineEnd?: GlobalValue;
2620
2682
  borderWidthButton?: GlobalValue;
2621
2683
  borderWidthDropdown?: GlobalValue;
2622
2684
  borderWidthField?: GlobalValue;
@@ -2627,6 +2689,7 @@ export declare interface TypedOverride {
2627
2689
  borderWidthIconMedium?: GlobalValue;
2628
2690
  borderWidthIconBig?: GlobalValue;
2629
2691
  borderWidthIconLarge?: GlobalValue;
2692
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2630
2693
  }
2631
2694
  }
2632
2695
  }
@@ -242,6 +242,8 @@ export declare interface TypedOverride {
242
242
  fontSizeHeadingS?: GlobalValue;
243
243
  fontSizeHeadingXs?: GlobalValue;
244
244
  fontWeightButton?: GlobalValue;
245
+ fontWeightAlertHeader?: GlobalValue;
246
+ fontWeightFlashbarHeader?: GlobalValue;
245
247
  fontWeightHeadingXl?: GlobalValue;
246
248
  fontWeightHeadingL?: GlobalValue;
247
249
  fontWeightHeadingM?: GlobalValue;
@@ -281,6 +283,10 @@ export declare interface TypedOverride {
281
283
  borderRadiusToken?: GlobalValue;
282
284
  borderRadiusTutorialPanelItem?: GlobalValue;
283
285
  borderWidthAlert?: GlobalValue;
286
+ borderWidthAlertBlockStart?: GlobalValue;
287
+ borderWidthAlertBlockEnd?: GlobalValue;
288
+ borderWidthAlertInlineStart?: GlobalValue;
289
+ borderWidthAlertInlineEnd?: GlobalValue;
284
290
  borderWidthButton?: GlobalValue;
285
291
  borderWidthDropdown?: GlobalValue;
286
292
  borderWidthField?: GlobalValue;
@@ -291,6 +297,7 @@ export declare interface TypedOverride {
291
297
  borderWidthIconMedium?: GlobalValue;
292
298
  borderWidthIconBig?: GlobalValue;
293
299
  borderWidthIconLarge?: GlobalValue;
300
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
294
301
  },
295
302
  contexts?: {
296
303
  'compact-table'?: {
@@ -534,6 +541,8 @@ export declare interface TypedOverride {
534
541
  fontSizeHeadingS?: GlobalValue;
535
542
  fontSizeHeadingXs?: GlobalValue;
536
543
  fontWeightButton?: GlobalValue;
544
+ fontWeightAlertHeader?: GlobalValue;
545
+ fontWeightFlashbarHeader?: GlobalValue;
537
546
  fontWeightHeadingXl?: GlobalValue;
538
547
  fontWeightHeadingL?: GlobalValue;
539
548
  fontWeightHeadingM?: GlobalValue;
@@ -573,6 +582,10 @@ export declare interface TypedOverride {
573
582
  borderRadiusToken?: GlobalValue;
574
583
  borderRadiusTutorialPanelItem?: GlobalValue;
575
584
  borderWidthAlert?: GlobalValue;
585
+ borderWidthAlertBlockStart?: GlobalValue;
586
+ borderWidthAlertBlockEnd?: GlobalValue;
587
+ borderWidthAlertInlineStart?: GlobalValue;
588
+ borderWidthAlertInlineEnd?: GlobalValue;
576
589
  borderWidthButton?: GlobalValue;
577
590
  borderWidthDropdown?: GlobalValue;
578
591
  borderWidthField?: GlobalValue;
@@ -583,6 +596,7 @@ export declare interface TypedOverride {
583
596
  borderWidthIconMedium?: GlobalValue;
584
597
  borderWidthIconBig?: GlobalValue;
585
598
  borderWidthIconLarge?: GlobalValue;
599
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
586
600
  }
587
601
  };
588
602
  'top-navigation'?: {
@@ -826,6 +840,8 @@ export declare interface TypedOverride {
826
840
  fontSizeHeadingS?: GlobalValue;
827
841
  fontSizeHeadingXs?: GlobalValue;
828
842
  fontWeightButton?: GlobalValue;
843
+ fontWeightAlertHeader?: GlobalValue;
844
+ fontWeightFlashbarHeader?: GlobalValue;
829
845
  fontWeightHeadingXl?: GlobalValue;
830
846
  fontWeightHeadingL?: GlobalValue;
831
847
  fontWeightHeadingM?: GlobalValue;
@@ -865,6 +881,10 @@ export declare interface TypedOverride {
865
881
  borderRadiusToken?: GlobalValue;
866
882
  borderRadiusTutorialPanelItem?: GlobalValue;
867
883
  borderWidthAlert?: GlobalValue;
884
+ borderWidthAlertBlockStart?: GlobalValue;
885
+ borderWidthAlertBlockEnd?: GlobalValue;
886
+ borderWidthAlertInlineStart?: GlobalValue;
887
+ borderWidthAlertInlineEnd?: GlobalValue;
868
888
  borderWidthButton?: GlobalValue;
869
889
  borderWidthDropdown?: GlobalValue;
870
890
  borderWidthField?: GlobalValue;
@@ -875,6 +895,7 @@ export declare interface TypedOverride {
875
895
  borderWidthIconMedium?: GlobalValue;
876
896
  borderWidthIconBig?: GlobalValue;
877
897
  borderWidthIconLarge?: GlobalValue;
898
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
878
899
  }
879
900
  };
880
901
  'header'?: {
@@ -1118,6 +1139,8 @@ export declare interface TypedOverride {
1118
1139
  fontSizeHeadingS?: GlobalValue;
1119
1140
  fontSizeHeadingXs?: GlobalValue;
1120
1141
  fontWeightButton?: GlobalValue;
1142
+ fontWeightAlertHeader?: GlobalValue;
1143
+ fontWeightFlashbarHeader?: GlobalValue;
1121
1144
  fontWeightHeadingXl?: GlobalValue;
1122
1145
  fontWeightHeadingL?: GlobalValue;
1123
1146
  fontWeightHeadingM?: GlobalValue;
@@ -1157,6 +1180,10 @@ export declare interface TypedOverride {
1157
1180
  borderRadiusToken?: GlobalValue;
1158
1181
  borderRadiusTutorialPanelItem?: GlobalValue;
1159
1182
  borderWidthAlert?: GlobalValue;
1183
+ borderWidthAlertBlockStart?: GlobalValue;
1184
+ borderWidthAlertBlockEnd?: GlobalValue;
1185
+ borderWidthAlertInlineStart?: GlobalValue;
1186
+ borderWidthAlertInlineEnd?: GlobalValue;
1160
1187
  borderWidthButton?: GlobalValue;
1161
1188
  borderWidthDropdown?: GlobalValue;
1162
1189
  borderWidthField?: GlobalValue;
@@ -1167,6 +1194,7 @@ export declare interface TypedOverride {
1167
1194
  borderWidthIconMedium?: GlobalValue;
1168
1195
  borderWidthIconBig?: GlobalValue;
1169
1196
  borderWidthIconLarge?: GlobalValue;
1197
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1170
1198
  }
1171
1199
  };
1172
1200
  'flashbar'?: {
@@ -1410,6 +1438,8 @@ export declare interface TypedOverride {
1410
1438
  fontSizeHeadingS?: GlobalValue;
1411
1439
  fontSizeHeadingXs?: GlobalValue;
1412
1440
  fontWeightButton?: GlobalValue;
1441
+ fontWeightAlertHeader?: GlobalValue;
1442
+ fontWeightFlashbarHeader?: GlobalValue;
1413
1443
  fontWeightHeadingXl?: GlobalValue;
1414
1444
  fontWeightHeadingL?: GlobalValue;
1415
1445
  fontWeightHeadingM?: GlobalValue;
@@ -1449,6 +1479,10 @@ export declare interface TypedOverride {
1449
1479
  borderRadiusToken?: GlobalValue;
1450
1480
  borderRadiusTutorialPanelItem?: GlobalValue;
1451
1481
  borderWidthAlert?: GlobalValue;
1482
+ borderWidthAlertBlockStart?: GlobalValue;
1483
+ borderWidthAlertBlockEnd?: GlobalValue;
1484
+ borderWidthAlertInlineStart?: GlobalValue;
1485
+ borderWidthAlertInlineEnd?: GlobalValue;
1452
1486
  borderWidthButton?: GlobalValue;
1453
1487
  borderWidthDropdown?: GlobalValue;
1454
1488
  borderWidthField?: GlobalValue;
@@ -1459,6 +1493,7 @@ export declare interface TypedOverride {
1459
1493
  borderWidthIconMedium?: GlobalValue;
1460
1494
  borderWidthIconBig?: GlobalValue;
1461
1495
  borderWidthIconLarge?: GlobalValue;
1496
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1462
1497
  }
1463
1498
  };
1464
1499
  'flashbar-warning'?: {
@@ -1702,6 +1737,8 @@ export declare interface TypedOverride {
1702
1737
  fontSizeHeadingS?: GlobalValue;
1703
1738
  fontSizeHeadingXs?: GlobalValue;
1704
1739
  fontWeightButton?: GlobalValue;
1740
+ fontWeightAlertHeader?: GlobalValue;
1741
+ fontWeightFlashbarHeader?: GlobalValue;
1705
1742
  fontWeightHeadingXl?: GlobalValue;
1706
1743
  fontWeightHeadingL?: GlobalValue;
1707
1744
  fontWeightHeadingM?: GlobalValue;
@@ -1741,6 +1778,10 @@ export declare interface TypedOverride {
1741
1778
  borderRadiusToken?: GlobalValue;
1742
1779
  borderRadiusTutorialPanelItem?: GlobalValue;
1743
1780
  borderWidthAlert?: GlobalValue;
1781
+ borderWidthAlertBlockStart?: GlobalValue;
1782
+ borderWidthAlertBlockEnd?: GlobalValue;
1783
+ borderWidthAlertInlineStart?: GlobalValue;
1784
+ borderWidthAlertInlineEnd?: GlobalValue;
1744
1785
  borderWidthButton?: GlobalValue;
1745
1786
  borderWidthDropdown?: GlobalValue;
1746
1787
  borderWidthField?: GlobalValue;
@@ -1751,6 +1792,7 @@ export declare interface TypedOverride {
1751
1792
  borderWidthIconMedium?: GlobalValue;
1752
1793
  borderWidthIconBig?: GlobalValue;
1753
1794
  borderWidthIconLarge?: GlobalValue;
1795
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1754
1796
  }
1755
1797
  };
1756
1798
  'alert'?: {
@@ -1994,6 +2036,8 @@ export declare interface TypedOverride {
1994
2036
  fontSizeHeadingS?: GlobalValue;
1995
2037
  fontSizeHeadingXs?: GlobalValue;
1996
2038
  fontWeightButton?: GlobalValue;
2039
+ fontWeightAlertHeader?: GlobalValue;
2040
+ fontWeightFlashbarHeader?: GlobalValue;
1997
2041
  fontWeightHeadingXl?: GlobalValue;
1998
2042
  fontWeightHeadingL?: GlobalValue;
1999
2043
  fontWeightHeadingM?: GlobalValue;
@@ -2033,6 +2077,10 @@ export declare interface TypedOverride {
2033
2077
  borderRadiusToken?: GlobalValue;
2034
2078
  borderRadiusTutorialPanelItem?: GlobalValue;
2035
2079
  borderWidthAlert?: GlobalValue;
2080
+ borderWidthAlertBlockStart?: GlobalValue;
2081
+ borderWidthAlertBlockEnd?: GlobalValue;
2082
+ borderWidthAlertInlineStart?: GlobalValue;
2083
+ borderWidthAlertInlineEnd?: GlobalValue;
2036
2084
  borderWidthButton?: GlobalValue;
2037
2085
  borderWidthDropdown?: GlobalValue;
2038
2086
  borderWidthField?: GlobalValue;
@@ -2043,6 +2091,7 @@ export declare interface TypedOverride {
2043
2091
  borderWidthIconMedium?: GlobalValue;
2044
2092
  borderWidthIconBig?: GlobalValue;
2045
2093
  borderWidthIconLarge?: GlobalValue;
2094
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2046
2095
  }
2047
2096
  };
2048
2097
  'alert-header'?: {
@@ -2286,6 +2335,8 @@ export declare interface TypedOverride {
2286
2335
  fontSizeHeadingS?: GlobalValue;
2287
2336
  fontSizeHeadingXs?: GlobalValue;
2288
2337
  fontWeightButton?: GlobalValue;
2338
+ fontWeightAlertHeader?: GlobalValue;
2339
+ fontWeightFlashbarHeader?: GlobalValue;
2289
2340
  fontWeightHeadingXl?: GlobalValue;
2290
2341
  fontWeightHeadingL?: GlobalValue;
2291
2342
  fontWeightHeadingM?: GlobalValue;
@@ -2325,6 +2376,10 @@ export declare interface TypedOverride {
2325
2376
  borderRadiusToken?: GlobalValue;
2326
2377
  borderRadiusTutorialPanelItem?: GlobalValue;
2327
2378
  borderWidthAlert?: GlobalValue;
2379
+ borderWidthAlertBlockStart?: GlobalValue;
2380
+ borderWidthAlertBlockEnd?: GlobalValue;
2381
+ borderWidthAlertInlineStart?: GlobalValue;
2382
+ borderWidthAlertInlineEnd?: GlobalValue;
2328
2383
  borderWidthButton?: GlobalValue;
2329
2384
  borderWidthDropdown?: GlobalValue;
2330
2385
  borderWidthField?: GlobalValue;
@@ -2335,6 +2390,7 @@ export declare interface TypedOverride {
2335
2390
  borderWidthIconMedium?: GlobalValue;
2336
2391
  borderWidthIconBig?: GlobalValue;
2337
2392
  borderWidthIconLarge?: GlobalValue;
2393
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2338
2394
  }
2339
2395
  };
2340
2396
  'app-layout-toolbar'?: {
@@ -2578,6 +2634,8 @@ export declare interface TypedOverride {
2578
2634
  fontSizeHeadingS?: GlobalValue;
2579
2635
  fontSizeHeadingXs?: GlobalValue;
2580
2636
  fontWeightButton?: GlobalValue;
2637
+ fontWeightAlertHeader?: GlobalValue;
2638
+ fontWeightFlashbarHeader?: GlobalValue;
2581
2639
  fontWeightHeadingXl?: GlobalValue;
2582
2640
  fontWeightHeadingL?: GlobalValue;
2583
2641
  fontWeightHeadingM?: GlobalValue;
@@ -2617,6 +2675,10 @@ export declare interface TypedOverride {
2617
2675
  borderRadiusToken?: GlobalValue;
2618
2676
  borderRadiusTutorialPanelItem?: GlobalValue;
2619
2677
  borderWidthAlert?: GlobalValue;
2678
+ borderWidthAlertBlockStart?: GlobalValue;
2679
+ borderWidthAlertBlockEnd?: GlobalValue;
2680
+ borderWidthAlertInlineStart?: GlobalValue;
2681
+ borderWidthAlertInlineEnd?: GlobalValue;
2620
2682
  borderWidthButton?: GlobalValue;
2621
2683
  borderWidthDropdown?: GlobalValue;
2622
2684
  borderWidthField?: GlobalValue;
@@ -2627,6 +2689,7 @@ export declare interface TypedOverride {
2627
2689
  borderWidthIconMedium?: GlobalValue;
2628
2690
  borderWidthIconBig?: GlobalValue;
2629
2691
  borderWidthIconLarge?: GlobalValue;
2692
+ spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2630
2693
  }
2631
2694
  }
2632
2695
  }
@@ -2297,6 +2297,8 @@ export var preset = {
2297
2297
  "fontTabsSize": "{fontSizeHeadingS}",
2298
2298
  "fontWayfindingLinkActiveWeight": "700",
2299
2299
  "fontWeightButton": "700",
2300
+ "fontWeightAlertHeader": "700",
2301
+ "fontWeightFlashbarHeader": "700",
2300
2302
  "fontWeightHeadingXl": "700",
2301
2303
  "fontWeightHeadingL": "700",
2302
2304
  "fontWeightHeadingM": "700",
@@ -2361,6 +2363,10 @@ export var preset = {
2361
2363
  "borderWidthCard": "{borderDividerSectionWidth}",
2362
2364
  "borderWidthCardHighlighted": "{borderItemWidth}",
2363
2365
  "borderWidthAlert": "2px",
2366
+ "borderWidthAlertBlockStart": "{borderWidthAlert}",
2367
+ "borderWidthAlertBlockEnd": "{borderWidthAlert}",
2368
+ "borderWidthAlertInlineStart": "{borderWidthAlert}",
2369
+ "borderWidthAlertInlineEnd": "{borderWidthAlert}",
2364
2370
  "borderWidthButton": "2px",
2365
2371
  "borderWidthDropdown": "2px",
2366
2372
  "borderWidthField": "1px",
@@ -11864,6 +11870,8 @@ export var preset = {
11864
11870
  "fontSizeHeadingS",
11865
11871
  "fontSizeHeadingXs",
11866
11872
  "fontWeightButton",
11873
+ "fontWeightAlertHeader",
11874
+ "fontWeightFlashbarHeader",
11867
11875
  "fontWeightHeadingXl",
11868
11876
  "fontWeightHeadingL",
11869
11877
  "fontWeightHeadingM",
@@ -11903,6 +11911,10 @@ export var preset = {
11903
11911
  "borderRadiusToken",
11904
11912
  "borderRadiusTutorialPanelItem",
11905
11913
  "borderWidthAlert",
11914
+ "borderWidthAlertBlockStart",
11915
+ "borderWidthAlertBlockEnd",
11916
+ "borderWidthAlertInlineStart",
11917
+ "borderWidthAlertInlineEnd",
11906
11918
  "borderWidthButton",
11907
11919
  "borderWidthDropdown",
11908
11920
  "borderWidthField",
@@ -11912,7 +11924,8 @@ export var preset = {
11912
11924
  "borderWidthIconNormal",
11913
11925
  "borderWidthIconMedium",
11914
11926
  "borderWidthIconBig",
11915
- "borderWidthIconLarge"
11927
+ "borderWidthIconLarge",
11928
+ "spaceAlertVertical"
11916
11929
  ],
11917
11930
  "exposed": [
11918
11931
  "colorChartsRed300",
@@ -12252,6 +12265,8 @@ export var preset = {
12252
12265
  "fontSizeHeadingS",
12253
12266
  "fontSizeHeadingXs",
12254
12267
  "fontWeightButton",
12268
+ "fontWeightAlertHeader",
12269
+ "fontWeightFlashbarHeader",
12255
12270
  "fontWeightHeadingXl",
12256
12271
  "fontWeightHeadingL",
12257
12272
  "fontWeightHeadingM",
@@ -12292,6 +12307,10 @@ export var preset = {
12292
12307
  "borderRadiusChatBubble",
12293
12308
  "borderRadiusTutorialPanelItem",
12294
12309
  "borderWidthAlert",
12310
+ "borderWidthAlertBlockStart",
12311
+ "borderWidthAlertBlockEnd",
12312
+ "borderWidthAlertInlineStart",
12313
+ "borderWidthAlertInlineEnd",
12295
12314
  "borderWidthButton",
12296
12315
  "borderWidthDropdown",
12297
12316
  "borderWidthField",
@@ -12315,6 +12334,7 @@ export var preset = {
12315
12334
  "motionKeyframesFadeOut",
12316
12335
  "motionKeyframesStatusIconError",
12317
12336
  "motionKeyframesScalePopup",
12337
+ "spaceAlertVertical",
12318
12338
  "spaceContainerHorizontal",
12319
12339
  "spaceFieldHorizontal",
12320
12340
  "spaceTreeViewIndentation",
@@ -12926,6 +12946,8 @@ export var preset = {
12926
12946
  "fontTabsSize": "font-tabs-size",
12927
12947
  "fontWayfindingLinkActiveWeight": "font-wayfinding-link-active-weight",
12928
12948
  "fontWeightButton": "font-weight-button",
12949
+ "fontWeightAlertHeader": "font-weight-alert-header",
12950
+ "fontWeightFlashbarHeader": "font-weight-flashbar-header",
12929
12951
  "fontWeightHeadingXl": "font-weight-heading-xl",
12930
12952
  "fontWeightHeadingL": "font-weight-heading-l",
12931
12953
  "fontWeightHeadingM": "font-weight-heading-m",
@@ -12990,6 +13012,10 @@ export var preset = {
12990
13012
  "borderWidthCard": "border-width-card",
12991
13013
  "borderWidthCardHighlighted": "border-width-card-highlighted",
12992
13014
  "borderWidthAlert": "border-width-alert",
13015
+ "borderWidthAlertBlockStart": "border-width-alert-block-start",
13016
+ "borderWidthAlertBlockEnd": "border-width-alert-block-end",
13017
+ "borderWidthAlertInlineStart": "border-width-alert-inline-start",
13018
+ "borderWidthAlertInlineEnd": "border-width-alert-inline-end",
12993
13019
  "borderWidthButton": "border-width-button",
12994
13020
  "borderWidthDropdown": "border-width-dropdown",
12995
13021
  "borderWidthField": "border-width-field",
@@ -13758,6 +13784,8 @@ export var preset = {
13758
13784
  "fontTabsSize": "--font-tabs-size-18irgl",
13759
13785
  "fontWayfindingLinkActiveWeight": "--font-wayfinding-link-active-weight-ny4hup",
13760
13786
  "fontWeightButton": "--font-weight-button-0eg20c",
13787
+ "fontWeightAlertHeader": "--font-weight-alert-header-zg25o1",
13788
+ "fontWeightFlashbarHeader": "--font-weight-flashbar-header-fg5kye",
13761
13789
  "fontWeightHeadingXl": "--font-weight-heading-xl-u3m4we",
13762
13790
  "fontWeightHeadingL": "--font-weight-heading-l-0t6dwc",
13763
13791
  "fontWeightHeadingM": "--font-weight-heading-m-zf82dr",
@@ -13822,6 +13850,10 @@ export var preset = {
13822
13850
  "borderWidthCard": "--border-width-card-x24gzt",
13823
13851
  "borderWidthCardHighlighted": "--border-width-card-highlighted-x17dhn",
13824
13852
  "borderWidthAlert": "--border-width-alert-tuifgy",
13853
+ "borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
13854
+ "borderWidthAlertBlockEnd": "--border-width-alert-block-end-q8rr42",
13855
+ "borderWidthAlertInlineStart": "--border-width-alert-inline-start-gjm6m1",
13856
+ "borderWidthAlertInlineEnd": "--border-width-alert-inline-end-9s426v",
13825
13857
  "borderWidthButton": "--border-width-button-jm0qg7",
13826
13858
  "borderWidthDropdown": "--border-width-dropdown-youcay",
13827
13859
  "borderWidthField": "--border-width-field-2xc78x",
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "d2b87aa983ea5ff3b7eb2603a882653390879c5e"
2
+ "commit": "a6e1e72aed4b488f2c56e91f276c3e258a2c5f08"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/code-view",
3
- "version": "3.0.114",
3
+ "version": "3.0.116",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/cloudscape-design/code-view.git"