@carbon/themes 11.71.0 → 11.72.0-rc.0

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.
package/lib/index.js CHANGED
@@ -1,4 +1,4 @@
1
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  //#region \0rolldown/runtime.js
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
@@ -8,28 +8,20 @@ var __getProtoOf = Object.getPrototypeOf;
8
8
  var __hasOwnProp = Object.prototype.hasOwnProperty;
9
9
  var __exportAll = (all, no_symbols) => {
10
10
  let target = {};
11
- for (var name in all) {
12
- __defProp(target, name, {
13
- get: all[name],
14
- enumerable: true
15
- });
16
- }
17
- if (!no_symbols) {
18
- __defProp(target, Symbol.toStringTag, { value: "Module" });
19
- }
11
+ for (var name in all) __defProp(target, name, {
12
+ get: all[name],
13
+ enumerable: true
14
+ });
15
+ if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
20
16
  return target;
21
17
  };
22
18
  var __copyProps = (to, from, except, desc) => {
23
- if (from && typeof from === "object" || typeof from === "function") {
24
- for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
25
- key = keys[i];
26
- if (!__hasOwnProp.call(to, key) && key !== except) {
27
- __defProp(to, key, {
28
- get: ((k) => from[k]).bind(null, key),
29
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
30
- });
31
- }
32
- }
19
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
20
+ key = keys[i];
21
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
22
+ get: ((k) => from[k]).bind(null, key),
23
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
24
+ });
33
25
  }
34
26
  return to;
35
27
  };
@@ -37,14 +29,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
37
29
  value: mod,
38
30
  enumerable: true
39
31
  }) : target, mod));
40
-
41
32
  //#endregion
42
33
  let _carbon_colors = require("@carbon/colors");
43
34
  let color = require("color");
44
35
  color = __toESM(color);
45
36
  let _carbon_type = require("@carbon/type");
46
37
  let _carbon_layout = require("@carbon/layout");
47
-
48
38
  //#region src/tools.js
49
39
  /**
50
40
  * Copyright IBM Corp. 2016, 2023
@@ -115,7 +105,6 @@ function formatTokenName(token) {
115
105
  }
116
106
  return string;
117
107
  }
118
-
119
108
  //#endregion
120
109
  //#region src/white.js
121
110
  /**
@@ -358,6 +347,7 @@ var white_exports = /* @__PURE__ */ __exportAll({
358
347
  syntaxDefinition: () => syntaxDefinition,
359
348
  syntaxDefinitionKeyword: () => syntaxDefinitionKeyword,
360
349
  syntaxDefinitionOperator: () => syntaxDefinitionOperator,
350
+ syntaxDeleted: () => syntaxDeleted,
361
351
  syntaxDerefOperator: () => syntaxDerefOperator,
362
352
  syntaxDocComment: () => syntaxDocComment,
363
353
  syntaxDocString: () => syntaxDocString,
@@ -373,6 +363,7 @@ var white_exports = /* @__PURE__ */ __exportAll({
373
363
  syntaxHeading4: () => syntaxHeading4,
374
364
  syntaxHeading5: () => syntaxHeading5,
375
365
  syntaxHeading6: () => syntaxHeading6,
366
+ syntaxInserted: () => syntaxInserted,
376
367
  syntaxInteger: () => syntaxInteger,
377
368
  syntaxInvalid: () => syntaxInvalid,
378
369
  syntaxKeyword: () => syntaxKeyword,
@@ -621,6 +612,8 @@ const syntaxFunction = _carbon_colors.yellow60;
621
612
  const syntaxStandard = _carbon_colors.blue60;
622
613
  const syntaxLocal = _carbon_colors.blue60;
623
614
  const syntaxSpecial = _carbon_colors.blue60;
615
+ const syntaxInserted = _carbon_colors.green20;
616
+ const syntaxDeleted = _carbon_colors.red20;
624
617
  const aiInnerShadow = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
625
618
  const aiAuraStartSm = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
626
619
  const aiAuraStart = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
@@ -663,7 +656,6 @@ const chatButtonTextHover = linkPrimaryHover;
663
656
  const chatButtonActive = backgroundActive;
664
657
  const chatButtonSelected = backgroundSelected;
665
658
  const chatButtonTextSelected = textSecondary;
666
-
667
659
  //#endregion
668
660
  //#region src/g10.js
669
661
  /**
@@ -906,6 +898,7 @@ var g10_exports = /* @__PURE__ */ __exportAll({
906
898
  syntaxDefinition: () => syntaxDefinition$3,
907
899
  syntaxDefinitionKeyword: () => syntaxDefinitionKeyword$3,
908
900
  syntaxDefinitionOperator: () => syntaxDefinitionOperator$3,
901
+ syntaxDeleted: () => syntaxDeleted$3,
909
902
  syntaxDerefOperator: () => syntaxDerefOperator$3,
910
903
  syntaxDocComment: () => syntaxDocComment$3,
911
904
  syntaxDocString: () => syntaxDocString$3,
@@ -921,6 +914,7 @@ var g10_exports = /* @__PURE__ */ __exportAll({
921
914
  syntaxHeading4: () => syntaxHeading4$3,
922
915
  syntaxHeading5: () => syntaxHeading5$3,
923
916
  syntaxHeading6: () => syntaxHeading6$3,
917
+ syntaxInserted: () => syntaxInserted$3,
924
918
  syntaxInteger: () => syntaxInteger$3,
925
919
  syntaxInvalid: () => syntaxInvalid$3,
926
920
  syntaxKeyword: () => syntaxKeyword$3,
@@ -1169,6 +1163,8 @@ const syntaxFunction$3 = _carbon_colors.yellow60;
1169
1163
  const syntaxStandard$3 = _carbon_colors.blue60;
1170
1164
  const syntaxLocal$3 = _carbon_colors.blue60;
1171
1165
  const syntaxSpecial$3 = _carbon_colors.blue60;
1166
+ const syntaxInserted$3 = _carbon_colors.green20;
1167
+ const syntaxDeleted$3 = _carbon_colors.red20;
1172
1168
  const aiInnerShadow$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
1173
1169
  const aiAuraStartSm$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
1174
1170
  const aiAuraStart$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
@@ -1211,7 +1207,6 @@ const chatButtonTextHover$3 = linkPrimaryHover$7;
1211
1207
  const chatButtonActive$3 = backgroundActive$7;
1212
1208
  const chatButtonSelected$3 = backgroundSelected$7;
1213
1209
  const chatButtonTextSelected$3 = textSecondary$7;
1214
-
1215
1210
  //#endregion
1216
1211
  //#region src/g90.js
1217
1212
  /**
@@ -1454,6 +1449,7 @@ var g90_exports = /* @__PURE__ */ __exportAll({
1454
1449
  syntaxDefinition: () => syntaxDefinition$2,
1455
1450
  syntaxDefinitionKeyword: () => syntaxDefinitionKeyword$2,
1456
1451
  syntaxDefinitionOperator: () => syntaxDefinitionOperator$2,
1452
+ syntaxDeleted: () => syntaxDeleted$2,
1457
1453
  syntaxDerefOperator: () => syntaxDerefOperator$2,
1458
1454
  syntaxDocComment: () => syntaxDocComment$2,
1459
1455
  syntaxDocString: () => syntaxDocString$2,
@@ -1469,6 +1465,7 @@ var g90_exports = /* @__PURE__ */ __exportAll({
1469
1465
  syntaxHeading4: () => syntaxHeading4$2,
1470
1466
  syntaxHeading5: () => syntaxHeading5$2,
1471
1467
  syntaxHeading6: () => syntaxHeading6$2,
1468
+ syntaxInserted: () => syntaxInserted$2,
1472
1469
  syntaxInteger: () => syntaxInteger$2,
1473
1470
  syntaxInvalid: () => syntaxInvalid$2,
1474
1471
  syntaxKeyword: () => syntaxKeyword$2,
@@ -1717,6 +1714,8 @@ const syntaxFunction$2 = _carbon_colors.yellow30;
1717
1714
  const syntaxStandard$2 = _carbon_colors.blue50;
1718
1715
  const syntaxLocal$2 = _carbon_colors.blue30;
1719
1716
  const syntaxSpecial$2 = _carbon_colors.blue50;
1717
+ const syntaxInserted$2 = _carbon_colors.green60;
1718
+ const syntaxDeleted$2 = _carbon_colors.red70;
1720
1719
  const aiInnerShadow$2 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
1721
1720
  const aiAuraStartSm$2 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
1722
1721
  const aiAuraStart$2 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
@@ -1759,7 +1758,6 @@ const chatButtonTextHover$2 = linkPrimaryHover$6;
1759
1758
  const chatButtonActive$2 = backgroundActive$6;
1760
1759
  const chatButtonSelected$2 = backgroundSelected$6;
1761
1760
  const chatButtonTextSelected$2 = textSecondary$6;
1762
-
1763
1761
  //#endregion
1764
1762
  //#region src/g100.js
1765
1763
  /**
@@ -2002,6 +2000,7 @@ var g100_exports = /* @__PURE__ */ __exportAll({
2002
2000
  syntaxDefinition: () => syntaxDefinition$1,
2003
2001
  syntaxDefinitionKeyword: () => syntaxDefinitionKeyword$1,
2004
2002
  syntaxDefinitionOperator: () => syntaxDefinitionOperator$1,
2003
+ syntaxDeleted: () => syntaxDeleted$1,
2005
2004
  syntaxDerefOperator: () => syntaxDerefOperator$1,
2006
2005
  syntaxDocComment: () => syntaxDocComment$1,
2007
2006
  syntaxDocString: () => syntaxDocString$1,
@@ -2017,6 +2016,7 @@ var g100_exports = /* @__PURE__ */ __exportAll({
2017
2016
  syntaxHeading4: () => syntaxHeading4$1,
2018
2017
  syntaxHeading5: () => syntaxHeading5$1,
2019
2018
  syntaxHeading6: () => syntaxHeading6$1,
2019
+ syntaxInserted: () => syntaxInserted$1,
2020
2020
  syntaxInteger: () => syntaxInteger$1,
2021
2021
  syntaxInvalid: () => syntaxInvalid$1,
2022
2022
  syntaxKeyword: () => syntaxKeyword$1,
@@ -2265,6 +2265,8 @@ const syntaxFunction$1 = _carbon_colors.yellow30;
2265
2265
  const syntaxStandard$1 = _carbon_colors.blue50;
2266
2266
  const syntaxLocal$1 = _carbon_colors.blue30;
2267
2267
  const syntaxSpecial$1 = _carbon_colors.blue50;
2268
+ const syntaxInserted$1 = _carbon_colors.green60;
2269
+ const syntaxDeleted$1 = _carbon_colors.red70;
2268
2270
  const aiInnerShadow$1 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
2269
2271
  const aiAuraStartSm$1 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
2270
2272
  const aiAuraStart$1 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
@@ -2307,7 +2309,6 @@ const chatButtonTextHover$1 = linkPrimaryHover$5;
2307
2309
  const chatButtonActive$1 = backgroundActive$5;
2308
2310
  const chatButtonSelected$1 = backgroundSelected$5;
2309
2311
  const chatButtonTextSelected$1 = textSecondary$5;
2310
-
2311
2312
  //#endregion
2312
2313
  //#region src/v10/white.js
2313
2314
  /**
@@ -2707,7 +2708,6 @@ const brand03$3 = interactive03$3;
2707
2708
  const active01$3 = activeUI$3;
2708
2709
  const hoverField$3 = hoverUI$3;
2709
2710
  const danger$3 = danger01$3;
2710
-
2711
2711
  //#endregion
2712
2712
  //#region src/v10/g10.js
2713
2713
  /**
@@ -3107,7 +3107,6 @@ const brand03$2 = interactive03$2;
3107
3107
  const active01$2 = activeUI$2;
3108
3108
  const hoverField$2 = hoverUI$2;
3109
3109
  const danger$2 = danger01$2;
3110
-
3111
3110
  //#endregion
3112
3111
  //#region src/v10/g90.js
3113
3112
  /**
@@ -3507,7 +3506,6 @@ const brand03$1 = interactive03$1;
3507
3506
  const active01$1 = activeUI$1;
3508
3507
  const hoverField$1 = hoverUI$1;
3509
3508
  const danger$1 = danger01$1;
3510
-
3511
3509
  //#endregion
3512
3510
  //#region src/v10/g100.js
3513
3511
  /**
@@ -3907,170 +3905,159 @@ const brand03 = interactive03;
3907
3905
  const active01 = activeUI;
3908
3906
  const hoverField = hoverUI;
3909
3907
  const danger = danger01;
3910
-
3911
- //#endregion
3912
- //#region src/v10/tokens.js
3913
- /**
3914
- * Copyright IBM Corp. 2018, 2023
3915
- *
3916
- * This source code is licensed under the Apache-2.0 license found in the
3917
- * LICENSE file in the root directory of this source tree.
3918
- */
3919
- const colors = [
3920
- "interactive01",
3921
- "interactive02",
3922
- "interactive03",
3923
- "interactive04",
3924
- "uiBackground",
3925
- "ui01",
3926
- "ui02",
3927
- "ui03",
3928
- "ui04",
3929
- "ui05",
3930
- "text01",
3931
- "text02",
3932
- "text03",
3933
- "text04",
3934
- "text05",
3935
- "textError",
3936
- "icon01",
3937
- "icon02",
3938
- "icon03",
3939
- "link01",
3940
- "link02",
3941
- "inverseLink",
3942
- "field01",
3943
- "field02",
3944
- "inverse01",
3945
- "inverse02",
3946
- "support01",
3947
- "support02",
3948
- "support03",
3949
- "support04",
3950
- "inverseSupport01",
3951
- "inverseSupport02",
3952
- "inverseSupport03",
3953
- "inverseSupport04",
3954
- "overlay01",
3955
- "danger01",
3956
- "danger02",
3957
- "focus",
3958
- "inverseFocusUi",
3959
- "hoverPrimary",
3960
- "activePrimary",
3961
- "hoverPrimaryText",
3962
- "hoverSecondary",
3963
- "activeSecondary",
3964
- "hoverTertiary",
3965
- "activeTertiary",
3966
- "hoverUI",
3967
- "hoverLightUI",
3968
- "hoverSelectedUI",
3969
- "activeUI",
3970
- "activeLightUI",
3971
- "selectedUI",
3972
- "selectedLightUI",
3973
- "inverseHoverUI",
3974
- "hoverDanger",
3975
- "activeDanger",
3976
- "hoverRow",
3977
- "visitedLink",
3978
- "disabled01",
3979
- "disabled02",
3980
- "disabled03",
3981
- "highlight",
3982
- "decorative01",
3983
- "buttonSeparator",
3984
- "skeleton01",
3985
- "skeleton02",
3986
- "background",
3987
- "layer",
3988
- "layerAccent",
3989
- "layerAccentHover",
3990
- "layerAccentActive",
3991
- "field",
3992
- "backgroundInverse",
3993
- "backgroundBrand",
3994
- "interactive",
3995
- "borderSubtle",
3996
- "borderStrong",
3997
- "borderInverse",
3998
- "borderInteractive",
3999
- "textPrimary",
4000
- "textSecondary",
4001
- "textPlaceholder",
4002
- "textHelper",
4003
- "textOnColor",
4004
- "textInverse",
4005
- "linkPrimary",
4006
- "linkSecondary",
4007
- "linkVisited",
4008
- "linkInverse",
4009
- "iconPrimary",
4010
- "iconSecondary",
4011
- "iconOnColor",
4012
- "iconInverse",
4013
- "supportError",
4014
- "supportSuccess",
4015
- "supportWarning",
4016
- "supportInfo",
4017
- "supportErrorInverse",
4018
- "supportSuccessInverse",
4019
- "supportWarningInverse",
4020
- "supportInfoInverse",
4021
- "overlay",
4022
- "toggleOff",
4023
- "shadow",
4024
- "buttonPrimary",
4025
- "buttonSecondary",
4026
- "buttonTertiary",
4027
- "buttonDangerPrimary",
4028
- "buttonDangerSecondary",
4029
- "backgroundActive",
4030
- "layerActive",
4031
- "buttonDangerActive",
4032
- "buttonPrimaryActive",
4033
- "buttonSecondaryActive",
4034
- "buttonTertiaryActive",
4035
- "focusInset",
4036
- "focusInverse",
4037
- "backgroundHover",
4038
- "layerHover",
4039
- "fieldHover",
4040
- "backgroundInverseHover",
4041
- "linkPrimaryHover",
4042
- "buttonDangerHover",
4043
- "buttonPrimaryHover",
4044
- "buttonSecondaryHover",
4045
- "buttonTertiaryHover",
4046
- "backgroundSelected",
4047
- "backgroundSelectedHover",
4048
- "layerSelected",
4049
- "layerSelectedHover",
4050
- "layerSelectedInverse",
4051
- "borderSubtleSelected",
4052
- "borderDisabled",
4053
- "textDisabled",
4054
- "buttonDisabled",
4055
- "iconDisabled",
4056
- "textOnColorDisabled",
4057
- "iconOnColorDisabled",
4058
- "layerSelectedDisabled",
4059
- "skeletonBackground",
4060
- "skeletonElement",
4061
- "brand01",
4062
- "brand02",
4063
- "brand03",
4064
- "active01",
4065
- "hoverField",
4066
- "danger"
4067
- ];
4068
3908
  const tokens = {
4069
- colors,
3909
+ colors: [
3910
+ "interactive01",
3911
+ "interactive02",
3912
+ "interactive03",
3913
+ "interactive04",
3914
+ "uiBackground",
3915
+ "ui01",
3916
+ "ui02",
3917
+ "ui03",
3918
+ "ui04",
3919
+ "ui05",
3920
+ "text01",
3921
+ "text02",
3922
+ "text03",
3923
+ "text04",
3924
+ "text05",
3925
+ "textError",
3926
+ "icon01",
3927
+ "icon02",
3928
+ "icon03",
3929
+ "link01",
3930
+ "link02",
3931
+ "inverseLink",
3932
+ "field01",
3933
+ "field02",
3934
+ "inverse01",
3935
+ "inverse02",
3936
+ "support01",
3937
+ "support02",
3938
+ "support03",
3939
+ "support04",
3940
+ "inverseSupport01",
3941
+ "inverseSupport02",
3942
+ "inverseSupport03",
3943
+ "inverseSupport04",
3944
+ "overlay01",
3945
+ "danger01",
3946
+ "danger02",
3947
+ "focus",
3948
+ "inverseFocusUi",
3949
+ "hoverPrimary",
3950
+ "activePrimary",
3951
+ "hoverPrimaryText",
3952
+ "hoverSecondary",
3953
+ "activeSecondary",
3954
+ "hoverTertiary",
3955
+ "activeTertiary",
3956
+ "hoverUI",
3957
+ "hoverLightUI",
3958
+ "hoverSelectedUI",
3959
+ "activeUI",
3960
+ "activeLightUI",
3961
+ "selectedUI",
3962
+ "selectedLightUI",
3963
+ "inverseHoverUI",
3964
+ "hoverDanger",
3965
+ "activeDanger",
3966
+ "hoverRow",
3967
+ "visitedLink",
3968
+ "disabled01",
3969
+ "disabled02",
3970
+ "disabled03",
3971
+ "highlight",
3972
+ "decorative01",
3973
+ "buttonSeparator",
3974
+ "skeleton01",
3975
+ "skeleton02",
3976
+ "background",
3977
+ "layer",
3978
+ "layerAccent",
3979
+ "layerAccentHover",
3980
+ "layerAccentActive",
3981
+ "field",
3982
+ "backgroundInverse",
3983
+ "backgroundBrand",
3984
+ "interactive",
3985
+ "borderSubtle",
3986
+ "borderStrong",
3987
+ "borderInverse",
3988
+ "borderInteractive",
3989
+ "textPrimary",
3990
+ "textSecondary",
3991
+ "textPlaceholder",
3992
+ "textHelper",
3993
+ "textOnColor",
3994
+ "textInverse",
3995
+ "linkPrimary",
3996
+ "linkSecondary",
3997
+ "linkVisited",
3998
+ "linkInverse",
3999
+ "iconPrimary",
4000
+ "iconSecondary",
4001
+ "iconOnColor",
4002
+ "iconInverse",
4003
+ "supportError",
4004
+ "supportSuccess",
4005
+ "supportWarning",
4006
+ "supportInfo",
4007
+ "supportErrorInverse",
4008
+ "supportSuccessInverse",
4009
+ "supportWarningInverse",
4010
+ "supportInfoInverse",
4011
+ "overlay",
4012
+ "toggleOff",
4013
+ "shadow",
4014
+ "buttonPrimary",
4015
+ "buttonSecondary",
4016
+ "buttonTertiary",
4017
+ "buttonDangerPrimary",
4018
+ "buttonDangerSecondary",
4019
+ "backgroundActive",
4020
+ "layerActive",
4021
+ "buttonDangerActive",
4022
+ "buttonPrimaryActive",
4023
+ "buttonSecondaryActive",
4024
+ "buttonTertiaryActive",
4025
+ "focusInset",
4026
+ "focusInverse",
4027
+ "backgroundHover",
4028
+ "layerHover",
4029
+ "fieldHover",
4030
+ "backgroundInverseHover",
4031
+ "linkPrimaryHover",
4032
+ "buttonDangerHover",
4033
+ "buttonPrimaryHover",
4034
+ "buttonSecondaryHover",
4035
+ "buttonTertiaryHover",
4036
+ "backgroundSelected",
4037
+ "backgroundSelectedHover",
4038
+ "layerSelected",
4039
+ "layerSelectedHover",
4040
+ "layerSelectedInverse",
4041
+ "borderSubtleSelected",
4042
+ "borderDisabled",
4043
+ "textDisabled",
4044
+ "buttonDisabled",
4045
+ "iconDisabled",
4046
+ "textOnColorDisabled",
4047
+ "iconOnColorDisabled",
4048
+ "layerSelectedDisabled",
4049
+ "skeletonBackground",
4050
+ "skeletonElement",
4051
+ "brand01",
4052
+ "brand02",
4053
+ "brand03",
4054
+ "active01",
4055
+ "hoverField",
4056
+ "danger"
4057
+ ],
4070
4058
  type: _carbon_type.unstable_tokens,
4071
4059
  layout: _carbon_layout.unstable_tokens
4072
4060
  };
4073
-
4074
4061
  //#endregion
4075
4062
  //#region src/v10/index.js
4076
4063
  /**
@@ -4335,7 +4322,6 @@ const themes$1 = {
4335
4322
  g90: g90_exports$1,
4336
4323
  g100: g100_exports$1
4337
4324
  };
4338
-
4339
4325
  //#endregion
4340
4326
  //#region src/component-tokens/button/tokens.js
4341
4327
  var tokens_exports$4 = /* @__PURE__ */ __exportAll({
@@ -4452,11 +4438,9 @@ const buttonDisabled = {
4452
4438
  g90: "rgb(141 141 141 / 30%)",
4453
4439
  g100: "rgb(141 141 141 / 30%)"
4454
4440
  };
4455
-
4456
4441
  //#endregion
4457
4442
  //#region src/component-tokens/button/index.js
4458
4443
  var button_exports = /* @__PURE__ */ __exportAll({ buttonTokens: () => tokens_exports$4 });
4459
-
4460
4444
  //#endregion
4461
4445
  //#region src/component-tokens/tag/tokens.js
4462
4446
  /**
@@ -4747,11 +4731,9 @@ const tagBorderWarmGray = {
4747
4731
  g90: _carbon_colors.warmGray50,
4748
4732
  g100: _carbon_colors.warmGray50
4749
4733
  };
4750
-
4751
4734
  //#endregion
4752
4735
  //#region src/component-tokens/tag/index.js
4753
4736
  var tag_exports = /* @__PURE__ */ __exportAll({ tagTokens: () => tokens_exports$3 });
4754
-
4755
4737
  //#endregion
4756
4738
  //#region src/component-tokens/notification/tokens.js
4757
4739
  /**
@@ -4830,11 +4812,9 @@ const notificationActionTertiaryInverseTextOnColorDisabled = {
4830
4812
  g90: textOnColorDisabled$7,
4831
4813
  g100: textOnColorDisabled
4832
4814
  };
4833
-
4834
4815
  //#endregion
4835
4816
  //#region src/component-tokens/notification/index.js
4836
4817
  var notification_exports = /* @__PURE__ */ __exportAll({ notificationTokens: () => tokens_exports$2 });
4837
-
4838
4818
  //#endregion
4839
4819
  //#region src/component-tokens/status/tokens.js
4840
4820
  /**
@@ -4911,11 +4891,9 @@ const statusAccessibilityBackground = {
4911
4891
  g90: _carbon_colors.gray100,
4912
4892
  g100: _carbon_colors.gray100
4913
4893
  };
4914
-
4915
4894
  //#endregion
4916
4895
  //#region src/component-tokens/status/index.js
4917
4896
  var status_exports = /* @__PURE__ */ __exportAll({ statusTokens: () => tokens_exports$1 });
4918
-
4919
4897
  //#endregion
4920
4898
  //#region src/component-tokens/content-switcher/tokens.js
4921
4899
  /**
@@ -4948,11 +4926,9 @@ const contentSwitcherBackgroundHover = {
4948
4926
  g90: (0, _carbon_colors.rgba)(_carbon_colors.gray50, .12),
4949
4927
  g100: (0, _carbon_colors.rgba)(_carbon_colors.gray50, .12)
4950
4928
  };
4951
-
4952
4929
  //#endregion
4953
4930
  //#region src/component-tokens/content-switcher/index.js
4954
4931
  var content_switcher_exports = /* @__PURE__ */ __exportAll({ contentSwitcherTokens: () => tokens_exports });
4955
-
4956
4932
  //#endregion
4957
4933
  //#region src/tokens/Token.js
4958
4934
  /**
@@ -4978,7 +4954,6 @@ var Token = class Token {
4978
4954
  if (state) this.state = state;
4979
4955
  }
4980
4956
  };
4981
-
4982
4957
  //#endregion
4983
4958
  //#region src/tokens/TokenGroup.js
4984
4959
  /**
@@ -5090,7 +5065,6 @@ var TokenGroup = class TokenGroup {
5090
5065
  return Array.from(set);
5091
5066
  }
5092
5067
  };
5093
-
5094
5068
  //#endregion
5095
5069
  //#region src/tokens/v11TokenGroup.js
5096
5070
  /**
@@ -5483,7 +5457,9 @@ const syntaxHighlight = TokenGroup.create({
5483
5457
  "syntax-function",
5484
5458
  "syntax-standard",
5485
5459
  "syntax-local",
5486
- "syntax-special"
5460
+ "syntax-special",
5461
+ "syntax-inserted",
5462
+ "syntax-deleted"
5487
5463
  ]
5488
5464
  });
5489
5465
  const ai = TokenGroup.create({
@@ -5566,7 +5542,6 @@ const group = TokenGroup.create({
5566
5542
  skeleton
5567
5543
  ]
5568
5544
  });
5569
-
5570
5545
  //#endregion
5571
5546
  //#region src/tokens/components.js
5572
5547
  /**
@@ -5689,7 +5664,6 @@ const contentSwitcher = TokenGroup.create({
5689
5664
  "content-switcher-background-hover"
5690
5665
  ]
5691
5666
  });
5692
-
5693
5667
  //#endregion
5694
5668
  //#region src/tokens/type.js
5695
5669
  /**
@@ -5738,7 +5712,6 @@ const type$1 = TokenGroup.create({
5738
5712
  "display-04"
5739
5713
  ]
5740
5714
  });
5741
-
5742
5715
  //#endregion
5743
5716
  //#region src/tokens/layout.js
5744
5717
  /**
@@ -5777,7 +5750,6 @@ const layout$1 = TokenGroup.create({
5777
5750
  "icon-size-02"
5778
5751
  ]
5779
5752
  });
5780
-
5781
5753
  //#endregion
5782
5754
  //#region src/tokens/v10.js
5783
5755
  /**
@@ -5961,48 +5933,43 @@ const v10 = [
5961
5933
  };
5962
5934
  })
5963
5935
  ];
5964
-
5965
- //#endregion
5966
- //#region src/tokens/index.js
5967
- const v11 = [
5968
- ...group.getTokens().map((token) => {
5969
- return {
5970
- name: token.name,
5971
- type: "color"
5972
- };
5973
- }),
5974
- ...contextual.getTokens().map((token) => {
5975
- return {
5976
- name: token.name,
5977
- type: "color"
5978
- };
5979
- }),
5980
- ...Object.values(components_exports).flatMap((group) => {
5981
- return group.getTokens().map((token) => {
5936
+ const unstable_metadata = {
5937
+ v11: [
5938
+ ...group.getTokens().map((token) => {
5982
5939
  return {
5983
5940
  name: token.name,
5984
5941
  type: "color"
5985
5942
  };
5986
- });
5987
- }),
5988
- ...type$1.getTokens().map((token) => {
5989
- return {
5990
- name: token.name,
5991
- type: "type"
5992
- };
5993
- }),
5994
- ...layout$1.getTokens().map((token) => {
5995
- return {
5996
- name: token.name,
5997
- type: "layout"
5998
- };
5999
- })
6000
- ];
6001
- const unstable_metadata = {
6002
- v11,
5943
+ }),
5944
+ ...contextual.getTokens().map((token) => {
5945
+ return {
5946
+ name: token.name,
5947
+ type: "color"
5948
+ };
5949
+ }),
5950
+ ...Object.values(components_exports).flatMap((group) => {
5951
+ return group.getTokens().map((token) => {
5952
+ return {
5953
+ name: token.name,
5954
+ type: "color"
5955
+ };
5956
+ });
5957
+ }),
5958
+ ...type$1.getTokens().map((token) => {
5959
+ return {
5960
+ name: token.name,
5961
+ type: "type"
5962
+ };
5963
+ }),
5964
+ ...layout$1.getTokens().map((token) => {
5965
+ return {
5966
+ name: token.name,
5967
+ type: "layout"
5968
+ };
5969
+ })
5970
+ ],
6003
5971
  v10
6004
5972
  };
6005
-
6006
5973
  //#endregion
6007
5974
  //#region src/index.js
6008
5975
  /**
@@ -6017,7 +5984,6 @@ const themes = {
6017
5984
  g90: g90_exports,
6018
5985
  g100: g100_exports
6019
5986
  };
6020
-
6021
5987
  //#endregion
6022
5988
  exports.aiAuraEnd = aiAuraEnd;
6023
5989
  exports.aiAuraHoverBackground = aiAuraHoverBackground;
@@ -6048,29 +6014,29 @@ exports.backgroundInverse = backgroundInverse;
6048
6014
  exports.backgroundInverseHover = backgroundInverseHover;
6049
6015
  exports.backgroundSelected = backgroundSelected;
6050
6016
  exports.backgroundSelectedHover = backgroundSelectedHover;
6051
- Object.defineProperty(exports, 'bodyLong01', {
6052
- enumerable: true,
6053
- get: function () {
6054
- return _carbon_type.bodyLong01;
6055
- }
6017
+ Object.defineProperty(exports, "bodyLong01", {
6018
+ enumerable: true,
6019
+ get: function() {
6020
+ return _carbon_type.bodyLong01;
6021
+ }
6056
6022
  });
6057
- Object.defineProperty(exports, 'bodyLong02', {
6058
- enumerable: true,
6059
- get: function () {
6060
- return _carbon_type.bodyLong02;
6061
- }
6023
+ Object.defineProperty(exports, "bodyLong02", {
6024
+ enumerable: true,
6025
+ get: function() {
6026
+ return _carbon_type.bodyLong02;
6027
+ }
6062
6028
  });
6063
- Object.defineProperty(exports, 'bodyShort01', {
6064
- enumerable: true,
6065
- get: function () {
6066
- return _carbon_type.bodyShort01;
6067
- }
6029
+ Object.defineProperty(exports, "bodyShort01", {
6030
+ enumerable: true,
6031
+ get: function() {
6032
+ return _carbon_type.bodyShort01;
6033
+ }
6068
6034
  });
6069
- Object.defineProperty(exports, 'bodyShort02', {
6070
- enumerable: true,
6071
- get: function () {
6072
- return _carbon_type.bodyShort02;
6073
- }
6035
+ Object.defineProperty(exports, "bodyShort02", {
6036
+ enumerable: true,
6037
+ get: function() {
6038
+ return _carbon_type.bodyShort02;
6039
+ }
6074
6040
  });
6075
6041
  exports.borderDisabled = borderDisabled;
6076
6042
  exports.borderInteractive = borderInteractive;
@@ -6088,23 +6054,23 @@ exports.borderSubtleSelected03 = borderSubtleSelected03;
6088
6054
  exports.borderTile01 = borderTile01;
6089
6055
  exports.borderTile02 = borderTile02;
6090
6056
  exports.borderTile03 = borderTile03;
6091
- Object.defineProperty(exports, 'buttonTokens', {
6092
- enumerable: true,
6093
- get: function () {
6094
- return button_exports;
6095
- }
6057
+ Object.defineProperty(exports, "buttonTokens", {
6058
+ enumerable: true,
6059
+ get: function() {
6060
+ return button_exports;
6061
+ }
6096
6062
  });
6097
- Object.defineProperty(exports, 'caption01', {
6098
- enumerable: true,
6099
- get: function () {
6100
- return _carbon_type.caption01;
6101
- }
6063
+ Object.defineProperty(exports, "caption01", {
6064
+ enumerable: true,
6065
+ get: function() {
6066
+ return _carbon_type.caption01;
6067
+ }
6102
6068
  });
6103
- Object.defineProperty(exports, 'caption02', {
6104
- enumerable: true,
6105
- get: function () {
6106
- return _carbon_type.caption02;
6107
- }
6069
+ Object.defineProperty(exports, "caption02", {
6070
+ enumerable: true,
6071
+ get: function() {
6072
+ return _carbon_type.caption02;
6073
+ }
6108
6074
  });
6109
6075
  exports.chatAvatarAgent = chatAvatarAgent;
6110
6076
  exports.chatAvatarBot = chatAvatarBot;
@@ -6127,120 +6093,120 @@ exports.chatPromptBorderEnd = chatPromptBorderEnd;
6127
6093
  exports.chatPromptBorderStart = chatPromptBorderStart;
6128
6094
  exports.chatPromptText = chatPromptText;
6129
6095
  exports.chatShellBackground = chatShellBackground;
6130
- Object.defineProperty(exports, 'code01', {
6131
- enumerable: true,
6132
- get: function () {
6133
- return _carbon_type.code01;
6134
- }
6096
+ Object.defineProperty(exports, "code01", {
6097
+ enumerable: true,
6098
+ get: function() {
6099
+ return _carbon_type.code01;
6100
+ }
6135
6101
  });
6136
- Object.defineProperty(exports, 'code02', {
6137
- enumerable: true,
6138
- get: function () {
6139
- return _carbon_type.code02;
6140
- }
6102
+ Object.defineProperty(exports, "code02", {
6103
+ enumerable: true,
6104
+ get: function() {
6105
+ return _carbon_type.code02;
6106
+ }
6141
6107
  });
6142
6108
  exports.colorScheme = colorScheme;
6143
- Object.defineProperty(exports, 'container01', {
6144
- enumerable: true,
6145
- get: function () {
6146
- return _carbon_layout.container01;
6147
- }
6109
+ Object.defineProperty(exports, "container01", {
6110
+ enumerable: true,
6111
+ get: function() {
6112
+ return _carbon_layout.container01;
6113
+ }
6148
6114
  });
6149
- Object.defineProperty(exports, 'container02', {
6150
- enumerable: true,
6151
- get: function () {
6152
- return _carbon_layout.container02;
6153
- }
6115
+ Object.defineProperty(exports, "container02", {
6116
+ enumerable: true,
6117
+ get: function() {
6118
+ return _carbon_layout.container02;
6119
+ }
6154
6120
  });
6155
- Object.defineProperty(exports, 'container03', {
6156
- enumerable: true,
6157
- get: function () {
6158
- return _carbon_layout.container03;
6159
- }
6121
+ Object.defineProperty(exports, "container03", {
6122
+ enumerable: true,
6123
+ get: function() {
6124
+ return _carbon_layout.container03;
6125
+ }
6160
6126
  });
6161
- Object.defineProperty(exports, 'container04', {
6162
- enumerable: true,
6163
- get: function () {
6164
- return _carbon_layout.container04;
6165
- }
6127
+ Object.defineProperty(exports, "container04", {
6128
+ enumerable: true,
6129
+ get: function() {
6130
+ return _carbon_layout.container04;
6131
+ }
6166
6132
  });
6167
- Object.defineProperty(exports, 'container05', {
6168
- enumerable: true,
6169
- get: function () {
6170
- return _carbon_layout.container05;
6171
- }
6133
+ Object.defineProperty(exports, "container05", {
6134
+ enumerable: true,
6135
+ get: function() {
6136
+ return _carbon_layout.container05;
6137
+ }
6172
6138
  });
6173
- Object.defineProperty(exports, 'contentSwitcherTokens', {
6174
- enumerable: true,
6175
- get: function () {
6176
- return content_switcher_exports;
6177
- }
6139
+ Object.defineProperty(exports, "contentSwitcherTokens", {
6140
+ enumerable: true,
6141
+ get: function() {
6142
+ return content_switcher_exports;
6143
+ }
6178
6144
  });
6179
- Object.defineProperty(exports, 'display01', {
6180
- enumerable: true,
6181
- get: function () {
6182
- return _carbon_type.display01;
6183
- }
6145
+ Object.defineProperty(exports, "display01", {
6146
+ enumerable: true,
6147
+ get: function() {
6148
+ return _carbon_type.display01;
6149
+ }
6184
6150
  });
6185
- Object.defineProperty(exports, 'display02', {
6186
- enumerable: true,
6187
- get: function () {
6188
- return _carbon_type.display02;
6189
- }
6151
+ Object.defineProperty(exports, "display02", {
6152
+ enumerable: true,
6153
+ get: function() {
6154
+ return _carbon_type.display02;
6155
+ }
6190
6156
  });
6191
- Object.defineProperty(exports, 'display03', {
6192
- enumerable: true,
6193
- get: function () {
6194
- return _carbon_type.display03;
6195
- }
6157
+ Object.defineProperty(exports, "display03", {
6158
+ enumerable: true,
6159
+ get: function() {
6160
+ return _carbon_type.display03;
6161
+ }
6196
6162
  });
6197
- Object.defineProperty(exports, 'display04', {
6198
- enumerable: true,
6199
- get: function () {
6200
- return _carbon_type.display04;
6201
- }
6163
+ Object.defineProperty(exports, "display04", {
6164
+ enumerable: true,
6165
+ get: function() {
6166
+ return _carbon_type.display04;
6167
+ }
6202
6168
  });
6203
- Object.defineProperty(exports, 'expressiveHeading01', {
6204
- enumerable: true,
6205
- get: function () {
6206
- return _carbon_type.expressiveHeading01;
6207
- }
6169
+ Object.defineProperty(exports, "expressiveHeading01", {
6170
+ enumerable: true,
6171
+ get: function() {
6172
+ return _carbon_type.expressiveHeading01;
6173
+ }
6208
6174
  });
6209
- Object.defineProperty(exports, 'expressiveHeading02', {
6210
- enumerable: true,
6211
- get: function () {
6212
- return _carbon_type.expressiveHeading02;
6213
- }
6175
+ Object.defineProperty(exports, "expressiveHeading02", {
6176
+ enumerable: true,
6177
+ get: function() {
6178
+ return _carbon_type.expressiveHeading02;
6179
+ }
6214
6180
  });
6215
- Object.defineProperty(exports, 'expressiveHeading03', {
6216
- enumerable: true,
6217
- get: function () {
6218
- return _carbon_type.expressiveHeading03;
6219
- }
6181
+ Object.defineProperty(exports, "expressiveHeading03", {
6182
+ enumerable: true,
6183
+ get: function() {
6184
+ return _carbon_type.expressiveHeading03;
6185
+ }
6220
6186
  });
6221
- Object.defineProperty(exports, 'expressiveHeading04', {
6222
- enumerable: true,
6223
- get: function () {
6224
- return _carbon_type.expressiveHeading04;
6225
- }
6187
+ Object.defineProperty(exports, "expressiveHeading04", {
6188
+ enumerable: true,
6189
+ get: function() {
6190
+ return _carbon_type.expressiveHeading04;
6191
+ }
6226
6192
  });
6227
- Object.defineProperty(exports, 'expressiveHeading05', {
6228
- enumerable: true,
6229
- get: function () {
6230
- return _carbon_type.expressiveHeading05;
6231
- }
6193
+ Object.defineProperty(exports, "expressiveHeading05", {
6194
+ enumerable: true,
6195
+ get: function() {
6196
+ return _carbon_type.expressiveHeading05;
6197
+ }
6232
6198
  });
6233
- Object.defineProperty(exports, 'expressiveHeading06', {
6234
- enumerable: true,
6235
- get: function () {
6236
- return _carbon_type.expressiveHeading06;
6237
- }
6199
+ Object.defineProperty(exports, "expressiveHeading06", {
6200
+ enumerable: true,
6201
+ get: function() {
6202
+ return _carbon_type.expressiveHeading06;
6203
+ }
6238
6204
  });
6239
- Object.defineProperty(exports, 'expressiveParagraph01', {
6240
- enumerable: true,
6241
- get: function () {
6242
- return _carbon_type.expressiveParagraph01;
6243
- }
6205
+ Object.defineProperty(exports, "expressiveParagraph01", {
6206
+ enumerable: true,
6207
+ get: function() {
6208
+ return _carbon_type.expressiveParagraph01;
6209
+ }
6244
6210
  });
6245
6211
  exports.field01 = field01;
6246
6212
  exports.field02 = field02;
@@ -6248,75 +6214,75 @@ exports.field03 = field03;
6248
6214
  exports.fieldHover01 = fieldHover01;
6249
6215
  exports.fieldHover02 = fieldHover02;
6250
6216
  exports.fieldHover03 = fieldHover03;
6251
- Object.defineProperty(exports, 'fluidSpacing01', {
6252
- enumerable: true,
6253
- get: function () {
6254
- return _carbon_layout.fluidSpacing01;
6255
- }
6217
+ Object.defineProperty(exports, "fluidSpacing01", {
6218
+ enumerable: true,
6219
+ get: function() {
6220
+ return _carbon_layout.fluidSpacing01;
6221
+ }
6256
6222
  });
6257
- Object.defineProperty(exports, 'fluidSpacing02', {
6258
- enumerable: true,
6259
- get: function () {
6260
- return _carbon_layout.fluidSpacing02;
6261
- }
6223
+ Object.defineProperty(exports, "fluidSpacing02", {
6224
+ enumerable: true,
6225
+ get: function() {
6226
+ return _carbon_layout.fluidSpacing02;
6227
+ }
6262
6228
  });
6263
- Object.defineProperty(exports, 'fluidSpacing03', {
6264
- enumerable: true,
6265
- get: function () {
6266
- return _carbon_layout.fluidSpacing03;
6267
- }
6229
+ Object.defineProperty(exports, "fluidSpacing03", {
6230
+ enumerable: true,
6231
+ get: function() {
6232
+ return _carbon_layout.fluidSpacing03;
6233
+ }
6268
6234
  });
6269
- Object.defineProperty(exports, 'fluidSpacing04', {
6270
- enumerable: true,
6271
- get: function () {
6272
- return _carbon_layout.fluidSpacing04;
6273
- }
6235
+ Object.defineProperty(exports, "fluidSpacing04", {
6236
+ enumerable: true,
6237
+ get: function() {
6238
+ return _carbon_layout.fluidSpacing04;
6239
+ }
6274
6240
  });
6275
6241
  exports.focus = focus;
6276
6242
  exports.focusInset = focusInset;
6277
6243
  exports.focusInverse = focusInverse;
6278
6244
  exports.formatTokenName = formatTokenName;
6279
- Object.defineProperty(exports, 'g10', {
6280
- enumerable: true,
6281
- get: function () {
6282
- return g10_exports;
6283
- }
6245
+ Object.defineProperty(exports, "g10", {
6246
+ enumerable: true,
6247
+ get: function() {
6248
+ return g10_exports;
6249
+ }
6284
6250
  });
6285
- Object.defineProperty(exports, 'g100', {
6286
- enumerable: true,
6287
- get: function () {
6288
- return g100_exports;
6289
- }
6251
+ Object.defineProperty(exports, "g100", {
6252
+ enumerable: true,
6253
+ get: function() {
6254
+ return g100_exports;
6255
+ }
6290
6256
  });
6291
- Object.defineProperty(exports, 'g90', {
6292
- enumerable: true,
6293
- get: function () {
6294
- return g90_exports;
6295
- }
6257
+ Object.defineProperty(exports, "g90", {
6258
+ enumerable: true,
6259
+ get: function() {
6260
+ return g90_exports;
6261
+ }
6296
6262
  });
6297
- Object.defineProperty(exports, 'heading01', {
6298
- enumerable: true,
6299
- get: function () {
6300
- return _carbon_type.heading01;
6301
- }
6263
+ Object.defineProperty(exports, "heading01", {
6264
+ enumerable: true,
6265
+ get: function() {
6266
+ return _carbon_type.heading01;
6267
+ }
6302
6268
  });
6303
- Object.defineProperty(exports, 'heading02', {
6304
- enumerable: true,
6305
- get: function () {
6306
- return _carbon_type.heading02;
6307
- }
6269
+ Object.defineProperty(exports, "heading02", {
6270
+ enumerable: true,
6271
+ get: function() {
6272
+ return _carbon_type.heading02;
6273
+ }
6308
6274
  });
6309
- Object.defineProperty(exports, 'helperText01', {
6310
- enumerable: true,
6311
- get: function () {
6312
- return _carbon_type.helperText01;
6313
- }
6275
+ Object.defineProperty(exports, "helperText01", {
6276
+ enumerable: true,
6277
+ get: function() {
6278
+ return _carbon_type.helperText01;
6279
+ }
6314
6280
  });
6315
- Object.defineProperty(exports, 'helperText02', {
6316
- enumerable: true,
6317
- get: function () {
6318
- return _carbon_type.helperText02;
6319
- }
6281
+ Object.defineProperty(exports, "helperText02", {
6282
+ enumerable: true,
6283
+ get: function() {
6284
+ return _carbon_type.helperText02;
6285
+ }
6320
6286
  });
6321
6287
  exports.highlight = highlight;
6322
6288
  exports.iconDisabled = iconDisabled;
@@ -6326,30 +6292,30 @@ exports.iconOnColor = iconOnColor;
6326
6292
  exports.iconOnColorDisabled = iconOnColorDisabled;
6327
6293
  exports.iconPrimary = iconPrimary;
6328
6294
  exports.iconSecondary = iconSecondary;
6329
- Object.defineProperty(exports, 'iconSize01', {
6330
- enumerable: true,
6331
- get: function () {
6332
- return _carbon_layout.iconSize01;
6333
- }
6295
+ Object.defineProperty(exports, "iconSize01", {
6296
+ enumerable: true,
6297
+ get: function() {
6298
+ return _carbon_layout.iconSize01;
6299
+ }
6334
6300
  });
6335
- Object.defineProperty(exports, 'iconSize02', {
6336
- enumerable: true,
6337
- get: function () {
6338
- return _carbon_layout.iconSize02;
6339
- }
6301
+ Object.defineProperty(exports, "iconSize02", {
6302
+ enumerable: true,
6303
+ get: function() {
6304
+ return _carbon_layout.iconSize02;
6305
+ }
6340
6306
  });
6341
6307
  exports.interactive = interactive;
6342
- Object.defineProperty(exports, 'label01', {
6343
- enumerable: true,
6344
- get: function () {
6345
- return _carbon_type.label01;
6346
- }
6308
+ Object.defineProperty(exports, "label01", {
6309
+ enumerable: true,
6310
+ get: function() {
6311
+ return _carbon_type.label01;
6312
+ }
6347
6313
  });
6348
- Object.defineProperty(exports, 'label02', {
6349
- enumerable: true,
6350
- get: function () {
6351
- return _carbon_type.label02;
6352
- }
6314
+ Object.defineProperty(exports, "label02", {
6315
+ enumerable: true,
6316
+ get: function() {
6317
+ return _carbon_type.label02;
6318
+ }
6353
6319
  });
6354
6320
  exports.layer01 = layer01;
6355
6321
  exports.layer02 = layer02;
@@ -6380,47 +6346,47 @@ exports.layerSelectedHover01 = layerSelectedHover01;
6380
6346
  exports.layerSelectedHover02 = layerSelectedHover02;
6381
6347
  exports.layerSelectedHover03 = layerSelectedHover03;
6382
6348
  exports.layerSelectedInverse = layerSelectedInverse;
6383
- Object.defineProperty(exports, 'layout01', {
6384
- enumerable: true,
6385
- get: function () {
6386
- return _carbon_layout.layout01;
6387
- }
6349
+ Object.defineProperty(exports, "layout01", {
6350
+ enumerable: true,
6351
+ get: function() {
6352
+ return _carbon_layout.layout01;
6353
+ }
6388
6354
  });
6389
- Object.defineProperty(exports, 'layout02', {
6390
- enumerable: true,
6391
- get: function () {
6392
- return _carbon_layout.layout02;
6393
- }
6355
+ Object.defineProperty(exports, "layout02", {
6356
+ enumerable: true,
6357
+ get: function() {
6358
+ return _carbon_layout.layout02;
6359
+ }
6394
6360
  });
6395
- Object.defineProperty(exports, 'layout03', {
6396
- enumerable: true,
6397
- get: function () {
6398
- return _carbon_layout.layout03;
6399
- }
6361
+ Object.defineProperty(exports, "layout03", {
6362
+ enumerable: true,
6363
+ get: function() {
6364
+ return _carbon_layout.layout03;
6365
+ }
6400
6366
  });
6401
- Object.defineProperty(exports, 'layout04', {
6402
- enumerable: true,
6403
- get: function () {
6404
- return _carbon_layout.layout04;
6405
- }
6367
+ Object.defineProperty(exports, "layout04", {
6368
+ enumerable: true,
6369
+ get: function() {
6370
+ return _carbon_layout.layout04;
6371
+ }
6406
6372
  });
6407
- Object.defineProperty(exports, 'layout05', {
6408
- enumerable: true,
6409
- get: function () {
6410
- return _carbon_layout.layout05;
6411
- }
6373
+ Object.defineProperty(exports, "layout05", {
6374
+ enumerable: true,
6375
+ get: function() {
6376
+ return _carbon_layout.layout05;
6377
+ }
6412
6378
  });
6413
- Object.defineProperty(exports, 'layout06', {
6414
- enumerable: true,
6415
- get: function () {
6416
- return _carbon_layout.layout06;
6417
- }
6379
+ Object.defineProperty(exports, "layout06", {
6380
+ enumerable: true,
6381
+ get: function() {
6382
+ return _carbon_layout.layout06;
6383
+ }
6418
6384
  });
6419
- Object.defineProperty(exports, 'layout07', {
6420
- enumerable: true,
6421
- get: function () {
6422
- return _carbon_layout.layout07;
6423
- }
6385
+ Object.defineProperty(exports, "layout07", {
6386
+ enumerable: true,
6387
+ get: function() {
6388
+ return _carbon_layout.layout07;
6389
+ }
6424
6390
  });
6425
6391
  exports.linkInverse = linkInverse;
6426
6392
  exports.linkInverseActive = linkInverseActive;
@@ -6430,189 +6396,189 @@ exports.linkPrimary = linkPrimary;
6430
6396
  exports.linkPrimaryHover = linkPrimaryHover;
6431
6397
  exports.linkSecondary = linkSecondary;
6432
6398
  exports.linkVisited = linkVisited;
6433
- Object.defineProperty(exports, 'notificationTokens', {
6434
- enumerable: true,
6435
- get: function () {
6436
- return notification_exports;
6437
- }
6399
+ Object.defineProperty(exports, "notificationTokens", {
6400
+ enumerable: true,
6401
+ get: function() {
6402
+ return notification_exports;
6403
+ }
6438
6404
  });
6439
6405
  exports.overlay = overlay;
6440
- Object.defineProperty(exports, 'productiveHeading01', {
6441
- enumerable: true,
6442
- get: function () {
6443
- return _carbon_type.productiveHeading01;
6444
- }
6406
+ Object.defineProperty(exports, "productiveHeading01", {
6407
+ enumerable: true,
6408
+ get: function() {
6409
+ return _carbon_type.productiveHeading01;
6410
+ }
6445
6411
  });
6446
- Object.defineProperty(exports, 'productiveHeading02', {
6447
- enumerable: true,
6448
- get: function () {
6449
- return _carbon_type.productiveHeading02;
6450
- }
6412
+ Object.defineProperty(exports, "productiveHeading02", {
6413
+ enumerable: true,
6414
+ get: function() {
6415
+ return _carbon_type.productiveHeading02;
6416
+ }
6451
6417
  });
6452
- Object.defineProperty(exports, 'productiveHeading03', {
6453
- enumerable: true,
6454
- get: function () {
6455
- return _carbon_type.productiveHeading03;
6456
- }
6418
+ Object.defineProperty(exports, "productiveHeading03", {
6419
+ enumerable: true,
6420
+ get: function() {
6421
+ return _carbon_type.productiveHeading03;
6422
+ }
6457
6423
  });
6458
- Object.defineProperty(exports, 'productiveHeading04', {
6459
- enumerable: true,
6460
- get: function () {
6461
- return _carbon_type.productiveHeading04;
6462
- }
6424
+ Object.defineProperty(exports, "productiveHeading04", {
6425
+ enumerable: true,
6426
+ get: function() {
6427
+ return _carbon_type.productiveHeading04;
6428
+ }
6463
6429
  });
6464
- Object.defineProperty(exports, 'productiveHeading05', {
6465
- enumerable: true,
6466
- get: function () {
6467
- return _carbon_type.productiveHeading05;
6468
- }
6430
+ Object.defineProperty(exports, "productiveHeading05", {
6431
+ enumerable: true,
6432
+ get: function() {
6433
+ return _carbon_type.productiveHeading05;
6434
+ }
6469
6435
  });
6470
- Object.defineProperty(exports, 'productiveHeading06', {
6471
- enumerable: true,
6472
- get: function () {
6473
- return _carbon_type.productiveHeading06;
6474
- }
6436
+ Object.defineProperty(exports, "productiveHeading06", {
6437
+ enumerable: true,
6438
+ get: function() {
6439
+ return _carbon_type.productiveHeading06;
6440
+ }
6475
6441
  });
6476
- Object.defineProperty(exports, 'productiveHeading07', {
6477
- enumerable: true,
6478
- get: function () {
6479
- return _carbon_type.productiveHeading07;
6480
- }
6442
+ Object.defineProperty(exports, "productiveHeading07", {
6443
+ enumerable: true,
6444
+ get: function() {
6445
+ return _carbon_type.productiveHeading07;
6446
+ }
6481
6447
  });
6482
- Object.defineProperty(exports, 'quotation01', {
6483
- enumerable: true,
6484
- get: function () {
6485
- return _carbon_type.quotation01;
6486
- }
6448
+ Object.defineProperty(exports, "quotation01", {
6449
+ enumerable: true,
6450
+ get: function() {
6451
+ return _carbon_type.quotation01;
6452
+ }
6487
6453
  });
6488
- Object.defineProperty(exports, 'quotation02', {
6489
- enumerable: true,
6490
- get: function () {
6491
- return _carbon_type.quotation02;
6492
- }
6454
+ Object.defineProperty(exports, "quotation02", {
6455
+ enumerable: true,
6456
+ get: function() {
6457
+ return _carbon_type.quotation02;
6458
+ }
6493
6459
  });
6494
6460
  exports.shadow = shadow;
6495
- Object.defineProperty(exports, 'size2XLarge', {
6496
- enumerable: true,
6497
- get: function () {
6498
- return _carbon_layout.size2XLarge;
6499
- }
6461
+ Object.defineProperty(exports, "size2XLarge", {
6462
+ enumerable: true,
6463
+ get: function() {
6464
+ return _carbon_layout.size2XLarge;
6465
+ }
6500
6466
  });
6501
- Object.defineProperty(exports, 'sizeLarge', {
6502
- enumerable: true,
6503
- get: function () {
6504
- return _carbon_layout.sizeLarge;
6505
- }
6467
+ Object.defineProperty(exports, "sizeLarge", {
6468
+ enumerable: true,
6469
+ get: function() {
6470
+ return _carbon_layout.sizeLarge;
6471
+ }
6506
6472
  });
6507
- Object.defineProperty(exports, 'sizeMedium', {
6508
- enumerable: true,
6509
- get: function () {
6510
- return _carbon_layout.sizeMedium;
6511
- }
6473
+ Object.defineProperty(exports, "sizeMedium", {
6474
+ enumerable: true,
6475
+ get: function() {
6476
+ return _carbon_layout.sizeMedium;
6477
+ }
6512
6478
  });
6513
- Object.defineProperty(exports, 'sizeSmall', {
6514
- enumerable: true,
6515
- get: function () {
6516
- return _carbon_layout.sizeSmall;
6517
- }
6479
+ Object.defineProperty(exports, "sizeSmall", {
6480
+ enumerable: true,
6481
+ get: function() {
6482
+ return _carbon_layout.sizeSmall;
6483
+ }
6518
6484
  });
6519
- Object.defineProperty(exports, 'sizeXLarge', {
6520
- enumerable: true,
6521
- get: function () {
6522
- return _carbon_layout.sizeXLarge;
6523
- }
6485
+ Object.defineProperty(exports, "sizeXLarge", {
6486
+ enumerable: true,
6487
+ get: function() {
6488
+ return _carbon_layout.sizeXLarge;
6489
+ }
6524
6490
  });
6525
- Object.defineProperty(exports, 'sizeXSmall', {
6526
- enumerable: true,
6527
- get: function () {
6528
- return _carbon_layout.sizeXSmall;
6529
- }
6491
+ Object.defineProperty(exports, "sizeXSmall", {
6492
+ enumerable: true,
6493
+ get: function() {
6494
+ return _carbon_layout.sizeXSmall;
6495
+ }
6530
6496
  });
6531
6497
  exports.skeletonBackground = skeletonBackground;
6532
6498
  exports.skeletonElement = skeletonElement;
6533
- Object.defineProperty(exports, 'spacing01', {
6534
- enumerable: true,
6535
- get: function () {
6536
- return _carbon_layout.spacing01;
6537
- }
6499
+ Object.defineProperty(exports, "spacing01", {
6500
+ enumerable: true,
6501
+ get: function() {
6502
+ return _carbon_layout.spacing01;
6503
+ }
6538
6504
  });
6539
- Object.defineProperty(exports, 'spacing02', {
6540
- enumerable: true,
6541
- get: function () {
6542
- return _carbon_layout.spacing02;
6543
- }
6505
+ Object.defineProperty(exports, "spacing02", {
6506
+ enumerable: true,
6507
+ get: function() {
6508
+ return _carbon_layout.spacing02;
6509
+ }
6544
6510
  });
6545
- Object.defineProperty(exports, 'spacing03', {
6546
- enumerable: true,
6547
- get: function () {
6548
- return _carbon_layout.spacing03;
6549
- }
6511
+ Object.defineProperty(exports, "spacing03", {
6512
+ enumerable: true,
6513
+ get: function() {
6514
+ return _carbon_layout.spacing03;
6515
+ }
6550
6516
  });
6551
- Object.defineProperty(exports, 'spacing04', {
6552
- enumerable: true,
6553
- get: function () {
6554
- return _carbon_layout.spacing04;
6555
- }
6517
+ Object.defineProperty(exports, "spacing04", {
6518
+ enumerable: true,
6519
+ get: function() {
6520
+ return _carbon_layout.spacing04;
6521
+ }
6556
6522
  });
6557
- Object.defineProperty(exports, 'spacing05', {
6558
- enumerable: true,
6559
- get: function () {
6560
- return _carbon_layout.spacing05;
6561
- }
6523
+ Object.defineProperty(exports, "spacing05", {
6524
+ enumerable: true,
6525
+ get: function() {
6526
+ return _carbon_layout.spacing05;
6527
+ }
6562
6528
  });
6563
- Object.defineProperty(exports, 'spacing06', {
6564
- enumerable: true,
6565
- get: function () {
6566
- return _carbon_layout.spacing06;
6567
- }
6529
+ Object.defineProperty(exports, "spacing06", {
6530
+ enumerable: true,
6531
+ get: function() {
6532
+ return _carbon_layout.spacing06;
6533
+ }
6568
6534
  });
6569
- Object.defineProperty(exports, 'spacing07', {
6570
- enumerable: true,
6571
- get: function () {
6572
- return _carbon_layout.spacing07;
6573
- }
6535
+ Object.defineProperty(exports, "spacing07", {
6536
+ enumerable: true,
6537
+ get: function() {
6538
+ return _carbon_layout.spacing07;
6539
+ }
6574
6540
  });
6575
- Object.defineProperty(exports, 'spacing08', {
6576
- enumerable: true,
6577
- get: function () {
6578
- return _carbon_layout.spacing08;
6579
- }
6541
+ Object.defineProperty(exports, "spacing08", {
6542
+ enumerable: true,
6543
+ get: function() {
6544
+ return _carbon_layout.spacing08;
6545
+ }
6580
6546
  });
6581
- Object.defineProperty(exports, 'spacing09', {
6582
- enumerable: true,
6583
- get: function () {
6584
- return _carbon_layout.spacing09;
6585
- }
6547
+ Object.defineProperty(exports, "spacing09", {
6548
+ enumerable: true,
6549
+ get: function() {
6550
+ return _carbon_layout.spacing09;
6551
+ }
6586
6552
  });
6587
- Object.defineProperty(exports, 'spacing10', {
6588
- enumerable: true,
6589
- get: function () {
6590
- return _carbon_layout.spacing10;
6591
- }
6553
+ Object.defineProperty(exports, "spacing10", {
6554
+ enumerable: true,
6555
+ get: function() {
6556
+ return _carbon_layout.spacing10;
6557
+ }
6592
6558
  });
6593
- Object.defineProperty(exports, 'spacing11', {
6594
- enumerable: true,
6595
- get: function () {
6596
- return _carbon_layout.spacing11;
6597
- }
6559
+ Object.defineProperty(exports, "spacing11", {
6560
+ enumerable: true,
6561
+ get: function() {
6562
+ return _carbon_layout.spacing11;
6563
+ }
6598
6564
  });
6599
- Object.defineProperty(exports, 'spacing12', {
6600
- enumerable: true,
6601
- get: function () {
6602
- return _carbon_layout.spacing12;
6603
- }
6565
+ Object.defineProperty(exports, "spacing12", {
6566
+ enumerable: true,
6567
+ get: function() {
6568
+ return _carbon_layout.spacing12;
6569
+ }
6604
6570
  });
6605
- Object.defineProperty(exports, 'spacing13', {
6606
- enumerable: true,
6607
- get: function () {
6608
- return _carbon_layout.spacing13;
6609
- }
6571
+ Object.defineProperty(exports, "spacing13", {
6572
+ enumerable: true,
6573
+ get: function() {
6574
+ return _carbon_layout.spacing13;
6575
+ }
6610
6576
  });
6611
- Object.defineProperty(exports, 'statusTokens', {
6612
- enumerable: true,
6613
- get: function () {
6614
- return status_exports;
6615
- }
6577
+ Object.defineProperty(exports, "statusTokens", {
6578
+ enumerable: true,
6579
+ get: function() {
6580
+ return status_exports;
6581
+ }
6616
6582
  });
6617
6583
  exports.supportCautionMajor = supportCautionMajor;
6618
6584
  exports.supportCautionMinor = supportCautionMinor;
@@ -6650,6 +6616,7 @@ exports.syntaxControlOperator = syntaxControlOperator;
6650
6616
  exports.syntaxDefinition = syntaxDefinition;
6651
6617
  exports.syntaxDefinitionKeyword = syntaxDefinitionKeyword;
6652
6618
  exports.syntaxDefinitionOperator = syntaxDefinitionOperator;
6619
+ exports.syntaxDeleted = syntaxDeleted;
6653
6620
  exports.syntaxDerefOperator = syntaxDerefOperator;
6654
6621
  exports.syntaxDocComment = syntaxDocComment;
6655
6622
  exports.syntaxDocString = syntaxDocString;
@@ -6665,6 +6632,7 @@ exports.syntaxHeading3 = syntaxHeading3;
6665
6632
  exports.syntaxHeading4 = syntaxHeading4;
6666
6633
  exports.syntaxHeading5 = syntaxHeading5;
6667
6634
  exports.syntaxHeading6 = syntaxHeading6;
6635
+ exports.syntaxInserted = syntaxInserted;
6668
6636
  exports.syntaxInteger = syntaxInteger;
6669
6637
  exports.syntaxInvalid = syntaxInvalid;
6670
6638
  exports.syntaxKeyword = syntaxKeyword;
@@ -6711,11 +6679,11 @@ exports.syntaxUpdateOperator = syntaxUpdateOperator;
6711
6679
  exports.syntaxUrl = syntaxUrl;
6712
6680
  exports.syntaxVariable = syntaxVariable;
6713
6681
  exports.syntaxVariableName = syntaxVariableName;
6714
- Object.defineProperty(exports, 'tagTokens', {
6715
- enumerable: true,
6716
- get: function () {
6717
- return tag_exports;
6718
- }
6682
+ Object.defineProperty(exports, "tagTokens", {
6683
+ enumerable: true,
6684
+ get: function() {
6685
+ return tag_exports;
6686
+ }
6719
6687
  });
6720
6688
  exports.textDisabled = textDisabled;
6721
6689
  exports.textError = textError;
@@ -6729,15 +6697,15 @@ exports.textSecondary = textSecondary;
6729
6697
  exports.themes = themes;
6730
6698
  exports.toggleOff = toggleOff;
6731
6699
  exports.unstable_metadata = unstable_metadata;
6732
- Object.defineProperty(exports, 'v10', {
6733
- enumerable: true,
6734
- get: function () {
6735
- return v10_exports;
6736
- }
6700
+ Object.defineProperty(exports, "v10", {
6701
+ enumerable: true,
6702
+ get: function() {
6703
+ return v10_exports;
6704
+ }
6705
+ });
6706
+ Object.defineProperty(exports, "white", {
6707
+ enumerable: true,
6708
+ get: function() {
6709
+ return white_exports;
6710
+ }
6737
6711
  });
6738
- Object.defineProperty(exports, 'white', {
6739
- enumerable: true,
6740
- get: function () {
6741
- return white_exports;
6742
- }
6743
- });