@carbon/themes 11.78.0 → 11.79.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/es/index.js +7 -7
- package/js/generated/themes/g10.d.ts +2 -2
- package/js/generated/themes/g10.js +2 -2
- package/js/generated/themes/g100.d.ts +2 -2
- package/js/generated/themes/g100.js +2 -2
- package/js/generated/themes/g90.d.ts +2 -2
- package/js/generated/themes/g90.js +2 -2
- package/js/generated/themes/white.d.ts +1 -1
- package/js/generated/themes/white.js +1 -1
- package/lib/index.js +7 -7
- package/package.json +11 -7
- package/src/dtcg/color-palette.json +1464 -244
- package/style-dictionary/formats/js-component-tokens.js +128 -0
- package/style-dictionary/formats/js-themes.js +84 -0
- package/style-dictionary/formats/scss-component-tokens.js +149 -0
- package/style-dictionary/formats/scss-themes.js +127 -0
- package/style-dictionary/formats/scss-tokens.js +91 -0
- package/style-dictionary/preprocessors/component-tokens.js +119 -0
- package/style-dictionary/preprocessors/dual-role.js +157 -0
- package/style-dictionary/preprocessors/theme-metadata.js +46 -0
- package/style-dictionary/sd.config.js +342 -0
- package/style-dictionary/transforms/alpha-modifier.js +68 -0
- package/style-dictionary/transforms/color-flatten.js +79 -0
- package/umd/index.js +7 -7
package/es/index.js
CHANGED
|
@@ -252,7 +252,6 @@ var white_exports = /* @__PURE__ */ __exportAll({
|
|
|
252
252
|
textSecondary: () => textSecondary,
|
|
253
253
|
toggleOff: () => toggleOff
|
|
254
254
|
});
|
|
255
|
-
const colorScheme = "light";
|
|
256
255
|
const background = "#ffffff";
|
|
257
256
|
const backgroundInverse = "#393939";
|
|
258
257
|
const backgroundBrand = "#0f62fe";
|
|
@@ -487,6 +486,7 @@ const chatButtonTextHover = "#0043ce";
|
|
|
487
486
|
const chatButtonActive = "rgba(141, 141, 141, 0.5)";
|
|
488
487
|
const chatButtonSelected = "rgba(141, 141, 141, 0.2)";
|
|
489
488
|
const chatButtonTextSelected = "#525252";
|
|
489
|
+
const colorScheme = "light";
|
|
490
490
|
//#endregion
|
|
491
491
|
//#region js/generated/themes/g10.js
|
|
492
492
|
var g10_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -726,7 +726,6 @@ var g10_exports = /* @__PURE__ */ __exportAll({
|
|
|
726
726
|
textSecondary: () => textSecondary$7,
|
|
727
727
|
toggleOff: () => toggleOff$7
|
|
728
728
|
});
|
|
729
|
-
const colorScheme$3 = "light";
|
|
730
729
|
const aiAuraEnd$3 = "rgba(255, 255, 255, 0)";
|
|
731
730
|
const aiAuraHoverBackground$3 = "#edf5ff";
|
|
732
731
|
const aiAuraHoverEnd$3 = "rgba(255, 255, 255, 0)";
|
|
@@ -897,13 +896,13 @@ const syntaxEmphasis$3 = "#161616";
|
|
|
897
896
|
const syntaxEscape$3 = "#343a3f";
|
|
898
897
|
const syntaxFloat$3 = "#198038";
|
|
899
898
|
const syntaxFunction$3 = "#8e6a00";
|
|
900
|
-
const syntaxHeading$3 = "#00539a";
|
|
901
899
|
const syntaxHeading1$3 = "#00539a";
|
|
902
900
|
const syntaxHeading2$3 = "#00539a";
|
|
903
901
|
const syntaxHeading3$3 = "#00539a";
|
|
904
902
|
const syntaxHeading4$3 = "#00539a";
|
|
905
903
|
const syntaxHeading5$3 = "#00539a";
|
|
906
904
|
const syntaxHeading6$3 = "#00539a";
|
|
905
|
+
const syntaxHeading$3 = "#00539a";
|
|
907
906
|
const syntaxInserted$3 = "#a7f0ba";
|
|
908
907
|
const syntaxInteger$3 = "#198038";
|
|
909
908
|
const syntaxInvalid$3 = "#da1e28";
|
|
@@ -961,6 +960,7 @@ const textPlaceholder$7 = "rgba(22, 22, 22, 0.4)";
|
|
|
961
960
|
const textPrimary$7 = "#161616";
|
|
962
961
|
const textSecondary$7 = "#525252";
|
|
963
962
|
const toggleOff$7 = "#8d8d8d";
|
|
963
|
+
const colorScheme$3 = "light";
|
|
964
964
|
//#endregion
|
|
965
965
|
//#region js/generated/themes/g90.js
|
|
966
966
|
var g90_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -1200,7 +1200,6 @@ var g90_exports = /* @__PURE__ */ __exportAll({
|
|
|
1200
1200
|
textSecondary: () => textSecondary$6,
|
|
1201
1201
|
toggleOff: () => toggleOff$6
|
|
1202
1202
|
});
|
|
1203
|
-
const colorScheme$2 = "dark";
|
|
1204
1203
|
const aiAuraEnd$2 = "rgba(0, 0, 0, 0)";
|
|
1205
1204
|
const aiAuraHoverBackground$2 = "#474747";
|
|
1206
1205
|
const aiAuraHoverEnd$2 = "rgba(0, 0, 0, 0)";
|
|
@@ -1371,13 +1370,13 @@ const syntaxEmphasis$2 = "#f4f4f4";
|
|
|
1371
1370
|
const syntaxEscape$2 = "#e0e0e0";
|
|
1372
1371
|
const syntaxFloat$2 = "#6fdc8c";
|
|
1373
1372
|
const syntaxFunction$2 = "#f1c21b";
|
|
1374
|
-
const syntaxHeading$2 = "#33b1ff";
|
|
1375
1373
|
const syntaxHeading1$2 = "#33b1ff";
|
|
1376
1374
|
const syntaxHeading2$2 = "#33b1ff";
|
|
1377
1375
|
const syntaxHeading3$2 = "#33b1ff";
|
|
1378
1376
|
const syntaxHeading4$2 = "#33b1ff";
|
|
1379
1377
|
const syntaxHeading5$2 = "#33b1ff";
|
|
1380
1378
|
const syntaxHeading6$2 = "#33b1ff";
|
|
1379
|
+
const syntaxHeading$2 = "#33b1ff";
|
|
1381
1380
|
const syntaxInserted$2 = "#198038";
|
|
1382
1381
|
const syntaxInteger$2 = "#6fdc8c";
|
|
1383
1382
|
const syntaxInvalid$2 = "#fa4d56";
|
|
@@ -1435,6 +1434,7 @@ const textPlaceholder$6 = "rgba(244, 244, 244, 0.4)";
|
|
|
1435
1434
|
const textPrimary$6 = "#f4f4f4";
|
|
1436
1435
|
const textSecondary$6 = "#c6c6c6";
|
|
1437
1436
|
const toggleOff$6 = "#8d8d8d";
|
|
1437
|
+
const colorScheme$2 = "dark";
|
|
1438
1438
|
//#endregion
|
|
1439
1439
|
//#region js/generated/themes/g100.js
|
|
1440
1440
|
var g100_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -1674,7 +1674,6 @@ var g100_exports = /* @__PURE__ */ __exportAll({
|
|
|
1674
1674
|
textSecondary: () => textSecondary$5,
|
|
1675
1675
|
toggleOff: () => toggleOff$5
|
|
1676
1676
|
});
|
|
1677
|
-
const colorScheme$1 = "dark";
|
|
1678
1677
|
const aiAuraEnd$1 = "rgba(0, 0, 0, 0)";
|
|
1679
1678
|
const aiAuraHoverBackground$1 = "#333333";
|
|
1680
1679
|
const aiAuraHoverEnd$1 = "rgba(0, 0, 0, 0)";
|
|
@@ -1845,13 +1844,13 @@ const syntaxEmphasis$1 = "#f4f4f4";
|
|
|
1845
1844
|
const syntaxEscape$1 = "#e0e0e0";
|
|
1846
1845
|
const syntaxFloat$1 = "#6fdc8c";
|
|
1847
1846
|
const syntaxFunction$1 = "#f1c21b";
|
|
1848
|
-
const syntaxHeading$1 = "#33b1ff";
|
|
1849
1847
|
const syntaxHeading1$1 = "#33b1ff";
|
|
1850
1848
|
const syntaxHeading2$1 = "#33b1ff";
|
|
1851
1849
|
const syntaxHeading3$1 = "#33b1ff";
|
|
1852
1850
|
const syntaxHeading4$1 = "#33b1ff";
|
|
1853
1851
|
const syntaxHeading5$1 = "#33b1ff";
|
|
1854
1852
|
const syntaxHeading6$1 = "#33b1ff";
|
|
1853
|
+
const syntaxHeading$1 = "#33b1ff";
|
|
1855
1854
|
const syntaxInserted$1 = "#198038";
|
|
1856
1855
|
const syntaxInteger$1 = "#6fdc8c";
|
|
1857
1856
|
const syntaxInvalid$1 = "#fa4d56";
|
|
@@ -1909,6 +1908,7 @@ const textPlaceholder$5 = "rgba(244, 244, 244, 0.4)";
|
|
|
1909
1908
|
const textPrimary$5 = "#f4f4f4";
|
|
1910
1909
|
const textSecondary$5 = "#c6c6c6";
|
|
1911
1910
|
const toggleOff$5 = "#6f6f6f";
|
|
1911
|
+
const colorScheme$1 = "dark";
|
|
1912
1912
|
//#endregion
|
|
1913
1913
|
//#region src/tools.ts
|
|
1914
1914
|
/**
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
7
7
|
|
|
8
|
-
export declare const colorScheme: string;
|
|
9
8
|
export declare const aiAuraEnd: string;
|
|
10
9
|
export declare const aiAuraHoverBackground: string;
|
|
11
10
|
export declare const aiAuraHoverEnd: string;
|
|
@@ -176,13 +175,13 @@ export declare const syntaxEmphasis: string;
|
|
|
176
175
|
export declare const syntaxEscape: string;
|
|
177
176
|
export declare const syntaxFloat: string;
|
|
178
177
|
export declare const syntaxFunction: string;
|
|
179
|
-
export declare const syntaxHeading: string;
|
|
180
178
|
export declare const syntaxHeading1: string;
|
|
181
179
|
export declare const syntaxHeading2: string;
|
|
182
180
|
export declare const syntaxHeading3: string;
|
|
183
181
|
export declare const syntaxHeading4: string;
|
|
184
182
|
export declare const syntaxHeading5: string;
|
|
185
183
|
export declare const syntaxHeading6: string;
|
|
184
|
+
export declare const syntaxHeading: string;
|
|
186
185
|
export declare const syntaxInserted: string;
|
|
187
186
|
export declare const syntaxInteger: string;
|
|
188
187
|
export declare const syntaxInvalid: string;
|
|
@@ -240,3 +239,4 @@ export declare const textPlaceholder: string;
|
|
|
240
239
|
export declare const textPrimary: string;
|
|
241
240
|
export declare const textSecondary: string;
|
|
242
241
|
export declare const toggleOff: string;
|
|
242
|
+
export declare const colorScheme: string;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
7
7
|
|
|
8
|
-
export const colorScheme = 'light';
|
|
9
8
|
export const aiAuraEnd = 'rgba(255, 255, 255, 0)';
|
|
10
9
|
export const aiAuraHoverBackground = '#edf5ff';
|
|
11
10
|
export const aiAuraHoverEnd = 'rgba(255, 255, 255, 0)';
|
|
@@ -176,13 +175,13 @@ export const syntaxEmphasis = '#161616';
|
|
|
176
175
|
export const syntaxEscape = '#343a3f';
|
|
177
176
|
export const syntaxFloat = '#198038';
|
|
178
177
|
export const syntaxFunction = '#8e6a00';
|
|
179
|
-
export const syntaxHeading = '#00539a';
|
|
180
178
|
export const syntaxHeading1 = '#00539a';
|
|
181
179
|
export const syntaxHeading2 = '#00539a';
|
|
182
180
|
export const syntaxHeading3 = '#00539a';
|
|
183
181
|
export const syntaxHeading4 = '#00539a';
|
|
184
182
|
export const syntaxHeading5 = '#00539a';
|
|
185
183
|
export const syntaxHeading6 = '#00539a';
|
|
184
|
+
export const syntaxHeading = '#00539a';
|
|
186
185
|
export const syntaxInserted = '#a7f0ba';
|
|
187
186
|
export const syntaxInteger = '#198038';
|
|
188
187
|
export const syntaxInvalid = '#da1e28';
|
|
@@ -240,3 +239,4 @@ export const textPlaceholder = 'rgba(22, 22, 22, 0.4)';
|
|
|
240
239
|
export const textPrimary = '#161616';
|
|
241
240
|
export const textSecondary = '#525252';
|
|
242
241
|
export const toggleOff = '#8d8d8d';
|
|
242
|
+
export const colorScheme = 'light';
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
7
7
|
|
|
8
|
-
export declare const colorScheme: string;
|
|
9
8
|
export declare const aiAuraEnd: string;
|
|
10
9
|
export declare const aiAuraHoverBackground: string;
|
|
11
10
|
export declare const aiAuraHoverEnd: string;
|
|
@@ -176,13 +175,13 @@ export declare const syntaxEmphasis: string;
|
|
|
176
175
|
export declare const syntaxEscape: string;
|
|
177
176
|
export declare const syntaxFloat: string;
|
|
178
177
|
export declare const syntaxFunction: string;
|
|
179
|
-
export declare const syntaxHeading: string;
|
|
180
178
|
export declare const syntaxHeading1: string;
|
|
181
179
|
export declare const syntaxHeading2: string;
|
|
182
180
|
export declare const syntaxHeading3: string;
|
|
183
181
|
export declare const syntaxHeading4: string;
|
|
184
182
|
export declare const syntaxHeading5: string;
|
|
185
183
|
export declare const syntaxHeading6: string;
|
|
184
|
+
export declare const syntaxHeading: string;
|
|
186
185
|
export declare const syntaxInserted: string;
|
|
187
186
|
export declare const syntaxInteger: string;
|
|
188
187
|
export declare const syntaxInvalid: string;
|
|
@@ -240,3 +239,4 @@ export declare const textPlaceholder: string;
|
|
|
240
239
|
export declare const textPrimary: string;
|
|
241
240
|
export declare const textSecondary: string;
|
|
242
241
|
export declare const toggleOff: string;
|
|
242
|
+
export declare const colorScheme: string;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
7
7
|
|
|
8
|
-
export const colorScheme = 'dark';
|
|
9
8
|
export const aiAuraEnd = 'rgba(0, 0, 0, 0)';
|
|
10
9
|
export const aiAuraHoverBackground = '#333333';
|
|
11
10
|
export const aiAuraHoverEnd = 'rgba(0, 0, 0, 0)';
|
|
@@ -176,13 +175,13 @@ export const syntaxEmphasis = '#f4f4f4';
|
|
|
176
175
|
export const syntaxEscape = '#e0e0e0';
|
|
177
176
|
export const syntaxFloat = '#6fdc8c';
|
|
178
177
|
export const syntaxFunction = '#f1c21b';
|
|
179
|
-
export const syntaxHeading = '#33b1ff';
|
|
180
178
|
export const syntaxHeading1 = '#33b1ff';
|
|
181
179
|
export const syntaxHeading2 = '#33b1ff';
|
|
182
180
|
export const syntaxHeading3 = '#33b1ff';
|
|
183
181
|
export const syntaxHeading4 = '#33b1ff';
|
|
184
182
|
export const syntaxHeading5 = '#33b1ff';
|
|
185
183
|
export const syntaxHeading6 = '#33b1ff';
|
|
184
|
+
export const syntaxHeading = '#33b1ff';
|
|
186
185
|
export const syntaxInserted = '#198038';
|
|
187
186
|
export const syntaxInteger = '#6fdc8c';
|
|
188
187
|
export const syntaxInvalid = '#fa4d56';
|
|
@@ -240,3 +239,4 @@ export const textPlaceholder = 'rgba(244, 244, 244, 0.4)';
|
|
|
240
239
|
export const textPrimary = '#f4f4f4';
|
|
241
240
|
export const textSecondary = '#c6c6c6';
|
|
242
241
|
export const toggleOff = '#6f6f6f';
|
|
242
|
+
export const colorScheme = 'dark';
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
7
7
|
|
|
8
|
-
export declare const colorScheme: string;
|
|
9
8
|
export declare const aiAuraEnd: string;
|
|
10
9
|
export declare const aiAuraHoverBackground: string;
|
|
11
10
|
export declare const aiAuraHoverEnd: string;
|
|
@@ -176,13 +175,13 @@ export declare const syntaxEmphasis: string;
|
|
|
176
175
|
export declare const syntaxEscape: string;
|
|
177
176
|
export declare const syntaxFloat: string;
|
|
178
177
|
export declare const syntaxFunction: string;
|
|
179
|
-
export declare const syntaxHeading: string;
|
|
180
178
|
export declare const syntaxHeading1: string;
|
|
181
179
|
export declare const syntaxHeading2: string;
|
|
182
180
|
export declare const syntaxHeading3: string;
|
|
183
181
|
export declare const syntaxHeading4: string;
|
|
184
182
|
export declare const syntaxHeading5: string;
|
|
185
183
|
export declare const syntaxHeading6: string;
|
|
184
|
+
export declare const syntaxHeading: string;
|
|
186
185
|
export declare const syntaxInserted: string;
|
|
187
186
|
export declare const syntaxInteger: string;
|
|
188
187
|
export declare const syntaxInvalid: string;
|
|
@@ -240,3 +239,4 @@ export declare const textPlaceholder: string;
|
|
|
240
239
|
export declare const textPrimary: string;
|
|
241
240
|
export declare const textSecondary: string;
|
|
242
241
|
export declare const toggleOff: string;
|
|
242
|
+
export declare const colorScheme: string;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
7
7
|
|
|
8
|
-
export const colorScheme = 'dark';
|
|
9
8
|
export const aiAuraEnd = 'rgba(0, 0, 0, 0)';
|
|
10
9
|
export const aiAuraHoverBackground = '#474747';
|
|
11
10
|
export const aiAuraHoverEnd = 'rgba(0, 0, 0, 0)';
|
|
@@ -176,13 +175,13 @@ export const syntaxEmphasis = '#f4f4f4';
|
|
|
176
175
|
export const syntaxEscape = '#e0e0e0';
|
|
177
176
|
export const syntaxFloat = '#6fdc8c';
|
|
178
177
|
export const syntaxFunction = '#f1c21b';
|
|
179
|
-
export const syntaxHeading = '#33b1ff';
|
|
180
178
|
export const syntaxHeading1 = '#33b1ff';
|
|
181
179
|
export const syntaxHeading2 = '#33b1ff';
|
|
182
180
|
export const syntaxHeading3 = '#33b1ff';
|
|
183
181
|
export const syntaxHeading4 = '#33b1ff';
|
|
184
182
|
export const syntaxHeading5 = '#33b1ff';
|
|
185
183
|
export const syntaxHeading6 = '#33b1ff';
|
|
184
|
+
export const syntaxHeading = '#33b1ff';
|
|
186
185
|
export const syntaxInserted = '#198038';
|
|
187
186
|
export const syntaxInteger = '#6fdc8c';
|
|
188
187
|
export const syntaxInvalid = '#fa4d56';
|
|
@@ -240,3 +239,4 @@ export const textPlaceholder = 'rgba(244, 244, 244, 0.4)';
|
|
|
240
239
|
export const textPrimary = '#f4f4f4';
|
|
241
240
|
export const textSecondary = '#c6c6c6';
|
|
242
241
|
export const toggleOff = '#8d8d8d';
|
|
242
|
+
export const colorScheme = 'dark';
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
7
7
|
|
|
8
|
-
export declare const colorScheme: string;
|
|
9
8
|
export declare const background: string;
|
|
10
9
|
export declare const backgroundInverse: string;
|
|
11
10
|
export declare const backgroundBrand: string;
|
|
@@ -240,3 +239,4 @@ export declare const chatButtonTextHover: string;
|
|
|
240
239
|
export declare const chatButtonActive: string;
|
|
241
240
|
export declare const chatButtonSelected: string;
|
|
242
241
|
export declare const chatButtonTextSelected: string;
|
|
242
|
+
export declare const colorScheme: string;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
7
7
|
|
|
8
|
-
export const colorScheme = 'light';
|
|
9
8
|
export const background = '#ffffff';
|
|
10
9
|
export const backgroundInverse = '#393939';
|
|
11
10
|
export const backgroundBrand = '#0f62fe';
|
|
@@ -240,3 +239,4 @@ export const chatButtonTextHover = '#0043ce';
|
|
|
240
239
|
export const chatButtonActive = 'rgba(141, 141, 141, 0.5)';
|
|
241
240
|
export const chatButtonSelected = 'rgba(141, 141, 141, 0.2)';
|
|
242
241
|
export const chatButtonTextSelected = '#525252';
|
|
242
|
+
export const colorScheme = 'light';
|
package/lib/index.js
CHANGED
|
@@ -273,7 +273,6 @@ var white_exports = /* @__PURE__ */ __exportAll({
|
|
|
273
273
|
textSecondary: () => textSecondary,
|
|
274
274
|
toggleOff: () => toggleOff
|
|
275
275
|
});
|
|
276
|
-
const colorScheme = "light";
|
|
277
276
|
const background = "#ffffff";
|
|
278
277
|
const backgroundInverse = "#393939";
|
|
279
278
|
const backgroundBrand = "#0f62fe";
|
|
@@ -508,6 +507,7 @@ const chatButtonTextHover = "#0043ce";
|
|
|
508
507
|
const chatButtonActive = "rgba(141, 141, 141, 0.5)";
|
|
509
508
|
const chatButtonSelected = "rgba(141, 141, 141, 0.2)";
|
|
510
509
|
const chatButtonTextSelected = "#525252";
|
|
510
|
+
const colorScheme = "light";
|
|
511
511
|
//#endregion
|
|
512
512
|
//#region js/generated/themes/g10.js
|
|
513
513
|
var g10_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -747,7 +747,6 @@ var g10_exports = /* @__PURE__ */ __exportAll({
|
|
|
747
747
|
textSecondary: () => textSecondary$7,
|
|
748
748
|
toggleOff: () => toggleOff$7
|
|
749
749
|
});
|
|
750
|
-
const colorScheme$3 = "light";
|
|
751
750
|
const aiAuraEnd$3 = "rgba(255, 255, 255, 0)";
|
|
752
751
|
const aiAuraHoverBackground$3 = "#edf5ff";
|
|
753
752
|
const aiAuraHoverEnd$3 = "rgba(255, 255, 255, 0)";
|
|
@@ -918,13 +917,13 @@ const syntaxEmphasis$3 = "#161616";
|
|
|
918
917
|
const syntaxEscape$3 = "#343a3f";
|
|
919
918
|
const syntaxFloat$3 = "#198038";
|
|
920
919
|
const syntaxFunction$3 = "#8e6a00";
|
|
921
|
-
const syntaxHeading$3 = "#00539a";
|
|
922
920
|
const syntaxHeading1$3 = "#00539a";
|
|
923
921
|
const syntaxHeading2$3 = "#00539a";
|
|
924
922
|
const syntaxHeading3$3 = "#00539a";
|
|
925
923
|
const syntaxHeading4$3 = "#00539a";
|
|
926
924
|
const syntaxHeading5$3 = "#00539a";
|
|
927
925
|
const syntaxHeading6$3 = "#00539a";
|
|
926
|
+
const syntaxHeading$3 = "#00539a";
|
|
928
927
|
const syntaxInserted$3 = "#a7f0ba";
|
|
929
928
|
const syntaxInteger$3 = "#198038";
|
|
930
929
|
const syntaxInvalid$3 = "#da1e28";
|
|
@@ -982,6 +981,7 @@ const textPlaceholder$7 = "rgba(22, 22, 22, 0.4)";
|
|
|
982
981
|
const textPrimary$7 = "#161616";
|
|
983
982
|
const textSecondary$7 = "#525252";
|
|
984
983
|
const toggleOff$7 = "#8d8d8d";
|
|
984
|
+
const colorScheme$3 = "light";
|
|
985
985
|
//#endregion
|
|
986
986
|
//#region js/generated/themes/g90.js
|
|
987
987
|
var g90_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -1221,7 +1221,6 @@ var g90_exports = /* @__PURE__ */ __exportAll({
|
|
|
1221
1221
|
textSecondary: () => textSecondary$6,
|
|
1222
1222
|
toggleOff: () => toggleOff$6
|
|
1223
1223
|
});
|
|
1224
|
-
const colorScheme$2 = "dark";
|
|
1225
1224
|
const aiAuraEnd$2 = "rgba(0, 0, 0, 0)";
|
|
1226
1225
|
const aiAuraHoverBackground$2 = "#474747";
|
|
1227
1226
|
const aiAuraHoverEnd$2 = "rgba(0, 0, 0, 0)";
|
|
@@ -1392,13 +1391,13 @@ const syntaxEmphasis$2 = "#f4f4f4";
|
|
|
1392
1391
|
const syntaxEscape$2 = "#e0e0e0";
|
|
1393
1392
|
const syntaxFloat$2 = "#6fdc8c";
|
|
1394
1393
|
const syntaxFunction$2 = "#f1c21b";
|
|
1395
|
-
const syntaxHeading$2 = "#33b1ff";
|
|
1396
1394
|
const syntaxHeading1$2 = "#33b1ff";
|
|
1397
1395
|
const syntaxHeading2$2 = "#33b1ff";
|
|
1398
1396
|
const syntaxHeading3$2 = "#33b1ff";
|
|
1399
1397
|
const syntaxHeading4$2 = "#33b1ff";
|
|
1400
1398
|
const syntaxHeading5$2 = "#33b1ff";
|
|
1401
1399
|
const syntaxHeading6$2 = "#33b1ff";
|
|
1400
|
+
const syntaxHeading$2 = "#33b1ff";
|
|
1402
1401
|
const syntaxInserted$2 = "#198038";
|
|
1403
1402
|
const syntaxInteger$2 = "#6fdc8c";
|
|
1404
1403
|
const syntaxInvalid$2 = "#fa4d56";
|
|
@@ -1456,6 +1455,7 @@ const textPlaceholder$6 = "rgba(244, 244, 244, 0.4)";
|
|
|
1456
1455
|
const textPrimary$6 = "#f4f4f4";
|
|
1457
1456
|
const textSecondary$6 = "#c6c6c6";
|
|
1458
1457
|
const toggleOff$6 = "#8d8d8d";
|
|
1458
|
+
const colorScheme$2 = "dark";
|
|
1459
1459
|
//#endregion
|
|
1460
1460
|
//#region js/generated/themes/g100.js
|
|
1461
1461
|
var g100_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -1695,7 +1695,6 @@ var g100_exports = /* @__PURE__ */ __exportAll({
|
|
|
1695
1695
|
textSecondary: () => textSecondary$5,
|
|
1696
1696
|
toggleOff: () => toggleOff$5
|
|
1697
1697
|
});
|
|
1698
|
-
const colorScheme$1 = "dark";
|
|
1699
1698
|
const aiAuraEnd$1 = "rgba(0, 0, 0, 0)";
|
|
1700
1699
|
const aiAuraHoverBackground$1 = "#333333";
|
|
1701
1700
|
const aiAuraHoverEnd$1 = "rgba(0, 0, 0, 0)";
|
|
@@ -1866,13 +1865,13 @@ const syntaxEmphasis$1 = "#f4f4f4";
|
|
|
1866
1865
|
const syntaxEscape$1 = "#e0e0e0";
|
|
1867
1866
|
const syntaxFloat$1 = "#6fdc8c";
|
|
1868
1867
|
const syntaxFunction$1 = "#f1c21b";
|
|
1869
|
-
const syntaxHeading$1 = "#33b1ff";
|
|
1870
1868
|
const syntaxHeading1$1 = "#33b1ff";
|
|
1871
1869
|
const syntaxHeading2$1 = "#33b1ff";
|
|
1872
1870
|
const syntaxHeading3$1 = "#33b1ff";
|
|
1873
1871
|
const syntaxHeading4$1 = "#33b1ff";
|
|
1874
1872
|
const syntaxHeading5$1 = "#33b1ff";
|
|
1875
1873
|
const syntaxHeading6$1 = "#33b1ff";
|
|
1874
|
+
const syntaxHeading$1 = "#33b1ff";
|
|
1876
1875
|
const syntaxInserted$1 = "#198038";
|
|
1877
1876
|
const syntaxInteger$1 = "#6fdc8c";
|
|
1878
1877
|
const syntaxInvalid$1 = "#fa4d56";
|
|
@@ -1930,6 +1929,7 @@ const textPlaceholder$5 = "rgba(244, 244, 244, 0.4)";
|
|
|
1930
1929
|
const textPrimary$5 = "#f4f4f4";
|
|
1931
1930
|
const textSecondary$5 = "#c6c6c6";
|
|
1932
1931
|
const toggleOff$5 = "#6f6f6f";
|
|
1932
|
+
const colorScheme$1 = "dark";
|
|
1933
1933
|
//#endregion
|
|
1934
1934
|
//#region src/tools.ts
|
|
1935
1935
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/themes",
|
|
3
3
|
"description": "Themes for applying color in the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.79.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@carbon/colors": "^11.
|
|
39
|
-
"@carbon/layout": "^11.
|
|
40
|
-
"@carbon/type": "^11.
|
|
38
|
+
"@carbon/colors": "^11.56.0",
|
|
39
|
+
"@carbon/layout": "^11.57.0",
|
|
40
|
+
"@carbon/type": "^11.65.0",
|
|
41
41
|
"@ibm/telemetry-js": "^1.5.0",
|
|
42
42
|
"color": "^4.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/node": "^7.27.1",
|
|
46
46
|
"@babel/preset-env": "^7.27.2",
|
|
47
|
-
"@carbon/cli": "^11.
|
|
48
|
-
"@carbon/cli-reporter": "^10.
|
|
47
|
+
"@carbon/cli": "^11.48.0",
|
|
48
|
+
"@carbon/cli-reporter": "^10.9.0",
|
|
49
49
|
"@carbon/scss-generator": "^10.20.0",
|
|
50
50
|
"@carbon/test-utils": "^10.41.0",
|
|
51
51
|
"@types/color": "^4.2.1",
|
|
@@ -56,9 +56,13 @@
|
|
|
56
56
|
"fs-extra": "^11.0.0",
|
|
57
57
|
"js-yaml": "^5.0.0",
|
|
58
58
|
"rimraf": "^6.0.1",
|
|
59
|
+
"style-dictionary": "^5.5.0",
|
|
59
60
|
"typescript": "^6.0.3",
|
|
60
61
|
"typescript-config-carbon": "^0.11.0"
|
|
61
62
|
},
|
|
62
63
|
"sideEffects": false,
|
|
63
|
-
"
|
|
64
|
+
"engines": {
|
|
65
|
+
"node": ">=22"
|
|
66
|
+
},
|
|
67
|
+
"gitHead": "188d23202ec1092322dee92cf0df9d9958224ae4"
|
|
64
68
|
}
|