@carbon/themes 11.49.0 → 11.50.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 +53 -0
- package/lib/index.js +53 -0
- package/package.json +7 -6
- package/src/component-tokens/button/index.js +7 -0
- package/src/component-tokens/button/tokens.js +7 -0
- package/src/component-tokens/notification/index.js +7 -0
- package/src/component-tokens/notification/tokens.js +7 -0
- package/src/component-tokens/status/index.js +7 -0
- package/src/component-tokens/status/tokens.js +7 -0
- package/src/component-tokens/tag/index.js +7 -0
- package/src/component-tokens/tag/tokens.js +7 -0
- package/umd/index.js +53 -0
package/es/index.js
CHANGED
|
@@ -4151,6 +4151,13 @@ var index$4 = /*#__PURE__*/Object.freeze({
|
|
|
4151
4151
|
danger: danger$3
|
|
4152
4152
|
});
|
|
4153
4153
|
|
|
4154
|
+
/**
|
|
4155
|
+
* Copyright IBM Corp. 2022
|
|
4156
|
+
*
|
|
4157
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4158
|
+
* LICENSE file in the root directory of this source tree.
|
|
4159
|
+
*/
|
|
4160
|
+
|
|
4154
4161
|
var buttonSeparator = {
|
|
4155
4162
|
fallback: '#e0e0e0',
|
|
4156
4163
|
whiteTheme: '#e0e0e0',
|
|
@@ -4262,11 +4269,24 @@ var tokens$3 = /*#__PURE__*/Object.freeze({
|
|
|
4262
4269
|
buttonDisabled: buttonDisabled
|
|
4263
4270
|
});
|
|
4264
4271
|
|
|
4272
|
+
/**
|
|
4273
|
+
* Copyright IBM Corp. 2022
|
|
4274
|
+
*
|
|
4275
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4276
|
+
* LICENSE file in the root directory of this source tree.
|
|
4277
|
+
*/
|
|
4278
|
+
|
|
4265
4279
|
var index$3 = /*#__PURE__*/Object.freeze({
|
|
4266
4280
|
__proto__: null,
|
|
4267
4281
|
buttonTokens: tokens$3
|
|
4268
4282
|
});
|
|
4269
4283
|
|
|
4284
|
+
/**
|
|
4285
|
+
* Copyright IBM Corp. 2022, 2024
|
|
4286
|
+
*
|
|
4287
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4288
|
+
* LICENSE file in the root directory of this source tree.
|
|
4289
|
+
*/
|
|
4270
4290
|
var tagBackgroundRed = {
|
|
4271
4291
|
whiteTheme: red20,
|
|
4272
4292
|
g10: red20,
|
|
@@ -4552,11 +4572,24 @@ var tokens$2 = /*#__PURE__*/Object.freeze({
|
|
|
4552
4572
|
tagBorderWarmGray: tagBorderWarmGray
|
|
4553
4573
|
});
|
|
4554
4574
|
|
|
4575
|
+
/**
|
|
4576
|
+
* Copyright IBM Corp. 2022
|
|
4577
|
+
*
|
|
4578
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4579
|
+
* LICENSE file in the root directory of this source tree.
|
|
4580
|
+
*/
|
|
4581
|
+
|
|
4555
4582
|
var index$2 = /*#__PURE__*/Object.freeze({
|
|
4556
4583
|
__proto__: null,
|
|
4557
4584
|
tagTokens: tokens$2
|
|
4558
4585
|
});
|
|
4559
4586
|
|
|
4587
|
+
/**
|
|
4588
|
+
* Copyright IBM Corp. 2022, 2024
|
|
4589
|
+
*
|
|
4590
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4591
|
+
* LICENSE file in the root directory of this source tree.
|
|
4592
|
+
*/
|
|
4560
4593
|
var notificationBackgroundError = {
|
|
4561
4594
|
whiteTheme: red10,
|
|
4562
4595
|
g10: red10,
|
|
@@ -4630,11 +4663,24 @@ var tokens$1 = /*#__PURE__*/Object.freeze({
|
|
|
4630
4663
|
notificationActionTertiaryInverseTextOnColorDisabled: notificationActionTertiaryInverseTextOnColorDisabled
|
|
4631
4664
|
});
|
|
4632
4665
|
|
|
4666
|
+
/**
|
|
4667
|
+
* Copyright IBM Corp. 2022
|
|
4668
|
+
*
|
|
4669
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4670
|
+
* LICENSE file in the root directory of this source tree.
|
|
4671
|
+
*/
|
|
4672
|
+
|
|
4633
4673
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
4634
4674
|
__proto__: null,
|
|
4635
4675
|
notificationTokens: tokens$1
|
|
4636
4676
|
});
|
|
4637
4677
|
|
|
4678
|
+
/**
|
|
4679
|
+
* Copyright IBM Corp. 2025
|
|
4680
|
+
*
|
|
4681
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4682
|
+
* LICENSE file in the root directory of this source tree.
|
|
4683
|
+
*/
|
|
4638
4684
|
var statusRed = {
|
|
4639
4685
|
whiteTheme: red60,
|
|
4640
4686
|
g10: red60,
|
|
@@ -4706,6 +4752,13 @@ var tokens = /*#__PURE__*/Object.freeze({
|
|
|
4706
4752
|
statusAccessibilityBackground: statusAccessibilityBackground
|
|
4707
4753
|
});
|
|
4708
4754
|
|
|
4755
|
+
/**
|
|
4756
|
+
* Copyright IBM Corp. 2025
|
|
4757
|
+
*
|
|
4758
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4759
|
+
* LICENSE file in the root directory of this source tree.
|
|
4760
|
+
*/
|
|
4761
|
+
|
|
4709
4762
|
var index = /*#__PURE__*/Object.freeze({
|
|
4710
4763
|
__proto__: null,
|
|
4711
4764
|
statusTokens: tokens
|
package/lib/index.js
CHANGED
|
@@ -4157,6 +4157,13 @@ var index$4 = /*#__PURE__*/Object.freeze({
|
|
|
4157
4157
|
danger: danger$3
|
|
4158
4158
|
});
|
|
4159
4159
|
|
|
4160
|
+
/**
|
|
4161
|
+
* Copyright IBM Corp. 2022
|
|
4162
|
+
*
|
|
4163
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4164
|
+
* LICENSE file in the root directory of this source tree.
|
|
4165
|
+
*/
|
|
4166
|
+
|
|
4160
4167
|
var buttonSeparator = {
|
|
4161
4168
|
fallback: '#e0e0e0',
|
|
4162
4169
|
whiteTheme: '#e0e0e0',
|
|
@@ -4268,11 +4275,24 @@ var tokens$3 = /*#__PURE__*/Object.freeze({
|
|
|
4268
4275
|
buttonDisabled: buttonDisabled
|
|
4269
4276
|
});
|
|
4270
4277
|
|
|
4278
|
+
/**
|
|
4279
|
+
* Copyright IBM Corp. 2022
|
|
4280
|
+
*
|
|
4281
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4282
|
+
* LICENSE file in the root directory of this source tree.
|
|
4283
|
+
*/
|
|
4284
|
+
|
|
4271
4285
|
var index$3 = /*#__PURE__*/Object.freeze({
|
|
4272
4286
|
__proto__: null,
|
|
4273
4287
|
buttonTokens: tokens$3
|
|
4274
4288
|
});
|
|
4275
4289
|
|
|
4290
|
+
/**
|
|
4291
|
+
* Copyright IBM Corp. 2022, 2024
|
|
4292
|
+
*
|
|
4293
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4294
|
+
* LICENSE file in the root directory of this source tree.
|
|
4295
|
+
*/
|
|
4276
4296
|
var tagBackgroundRed = {
|
|
4277
4297
|
whiteTheme: colors$1.red20,
|
|
4278
4298
|
g10: colors$1.red20,
|
|
@@ -4558,11 +4578,24 @@ var tokens$2 = /*#__PURE__*/Object.freeze({
|
|
|
4558
4578
|
tagBorderWarmGray: tagBorderWarmGray
|
|
4559
4579
|
});
|
|
4560
4580
|
|
|
4581
|
+
/**
|
|
4582
|
+
* Copyright IBM Corp. 2022
|
|
4583
|
+
*
|
|
4584
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4585
|
+
* LICENSE file in the root directory of this source tree.
|
|
4586
|
+
*/
|
|
4587
|
+
|
|
4561
4588
|
var index$2 = /*#__PURE__*/Object.freeze({
|
|
4562
4589
|
__proto__: null,
|
|
4563
4590
|
tagTokens: tokens$2
|
|
4564
4591
|
});
|
|
4565
4592
|
|
|
4593
|
+
/**
|
|
4594
|
+
* Copyright IBM Corp. 2022, 2024
|
|
4595
|
+
*
|
|
4596
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4597
|
+
* LICENSE file in the root directory of this source tree.
|
|
4598
|
+
*/
|
|
4566
4599
|
var notificationBackgroundError = {
|
|
4567
4600
|
whiteTheme: colors$1.red10,
|
|
4568
4601
|
g10: colors$1.red10,
|
|
@@ -4636,11 +4669,24 @@ var tokens$1 = /*#__PURE__*/Object.freeze({
|
|
|
4636
4669
|
notificationActionTertiaryInverseTextOnColorDisabled: notificationActionTertiaryInverseTextOnColorDisabled
|
|
4637
4670
|
});
|
|
4638
4671
|
|
|
4672
|
+
/**
|
|
4673
|
+
* Copyright IBM Corp. 2022
|
|
4674
|
+
*
|
|
4675
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4676
|
+
* LICENSE file in the root directory of this source tree.
|
|
4677
|
+
*/
|
|
4678
|
+
|
|
4639
4679
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
4640
4680
|
__proto__: null,
|
|
4641
4681
|
notificationTokens: tokens$1
|
|
4642
4682
|
});
|
|
4643
4683
|
|
|
4684
|
+
/**
|
|
4685
|
+
* Copyright IBM Corp. 2025
|
|
4686
|
+
*
|
|
4687
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4688
|
+
* LICENSE file in the root directory of this source tree.
|
|
4689
|
+
*/
|
|
4644
4690
|
var statusRed = {
|
|
4645
4691
|
whiteTheme: colors$1.red60,
|
|
4646
4692
|
g10: colors$1.red60,
|
|
@@ -4712,6 +4758,13 @@ var tokens = /*#__PURE__*/Object.freeze({
|
|
|
4712
4758
|
statusAccessibilityBackground: statusAccessibilityBackground
|
|
4713
4759
|
});
|
|
4714
4760
|
|
|
4761
|
+
/**
|
|
4762
|
+
* Copyright IBM Corp. 2025
|
|
4763
|
+
*
|
|
4764
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4765
|
+
* LICENSE file in the root directory of this source tree.
|
|
4766
|
+
*/
|
|
4767
|
+
|
|
4715
4768
|
var index = /*#__PURE__*/Object.freeze({
|
|
4716
4769
|
__proto__: null,
|
|
4717
4770
|
statusTokens: tokens
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
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.50.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
8
|
+
"sass": "index.scss",
|
|
8
9
|
"repository": {
|
|
9
10
|
"type": "git",
|
|
10
11
|
"url": "https://github.com/carbon-design-system/carbon.git",
|
|
@@ -31,16 +32,16 @@
|
|
|
31
32
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
32
33
|
},
|
|
33
34
|
"dependencies": {
|
|
34
|
-
"@carbon/colors": "^11.
|
|
35
|
-
"@carbon/layout": "^11.
|
|
36
|
-
"@carbon/type": "^11.
|
|
35
|
+
"@carbon/colors": "^11.31.0",
|
|
36
|
+
"@carbon/layout": "^11.32.0",
|
|
37
|
+
"@carbon/type": "^11.38.0",
|
|
37
38
|
"@ibm/telemetry-js": "^1.5.0",
|
|
38
39
|
"color": "^4.0.0"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@babel/node": "^7.24.7",
|
|
42
43
|
"@babel/preset-env": "^7.24.7",
|
|
43
|
-
"@carbon/cli": "^11.
|
|
44
|
+
"@carbon/cli": "^11.25.0",
|
|
44
45
|
"@carbon/cli-reporter": "^10.7.0",
|
|
45
46
|
"@carbon/scss-generator": "^10.19.0",
|
|
46
47
|
"@carbon/test-utils": "^10.35.0",
|
|
@@ -51,5 +52,5 @@
|
|
|
51
52
|
"rimraf": "^6.0.0"
|
|
52
53
|
},
|
|
53
54
|
"sideEffects": false,
|
|
54
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "7c4674649e1a5bd1367d99797df86cdc338eff6e"
|
|
55
56
|
}
|
package/umd/index.js
CHANGED
|
@@ -4154,6 +4154,13 @@
|
|
|
4154
4154
|
danger: danger$3
|
|
4155
4155
|
});
|
|
4156
4156
|
|
|
4157
|
+
/**
|
|
4158
|
+
* Copyright IBM Corp. 2022
|
|
4159
|
+
*
|
|
4160
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4161
|
+
* LICENSE file in the root directory of this source tree.
|
|
4162
|
+
*/
|
|
4163
|
+
|
|
4157
4164
|
var buttonSeparator = {
|
|
4158
4165
|
fallback: '#e0e0e0',
|
|
4159
4166
|
whiteTheme: '#e0e0e0',
|
|
@@ -4265,11 +4272,24 @@
|
|
|
4265
4272
|
buttonDisabled: buttonDisabled
|
|
4266
4273
|
});
|
|
4267
4274
|
|
|
4275
|
+
/**
|
|
4276
|
+
* Copyright IBM Corp. 2022
|
|
4277
|
+
*
|
|
4278
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4279
|
+
* LICENSE file in the root directory of this source tree.
|
|
4280
|
+
*/
|
|
4281
|
+
|
|
4268
4282
|
var index$3 = /*#__PURE__*/Object.freeze({
|
|
4269
4283
|
__proto__: null,
|
|
4270
4284
|
buttonTokens: tokens$3
|
|
4271
4285
|
});
|
|
4272
4286
|
|
|
4287
|
+
/**
|
|
4288
|
+
* Copyright IBM Corp. 2022, 2024
|
|
4289
|
+
*
|
|
4290
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4291
|
+
* LICENSE file in the root directory of this source tree.
|
|
4292
|
+
*/
|
|
4273
4293
|
var tagBackgroundRed = {
|
|
4274
4294
|
whiteTheme: colors$1.red20,
|
|
4275
4295
|
g10: colors$1.red20,
|
|
@@ -4555,11 +4575,24 @@
|
|
|
4555
4575
|
tagBorderWarmGray: tagBorderWarmGray
|
|
4556
4576
|
});
|
|
4557
4577
|
|
|
4578
|
+
/**
|
|
4579
|
+
* Copyright IBM Corp. 2022
|
|
4580
|
+
*
|
|
4581
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4582
|
+
* LICENSE file in the root directory of this source tree.
|
|
4583
|
+
*/
|
|
4584
|
+
|
|
4558
4585
|
var index$2 = /*#__PURE__*/Object.freeze({
|
|
4559
4586
|
__proto__: null,
|
|
4560
4587
|
tagTokens: tokens$2
|
|
4561
4588
|
});
|
|
4562
4589
|
|
|
4590
|
+
/**
|
|
4591
|
+
* Copyright IBM Corp. 2022, 2024
|
|
4592
|
+
*
|
|
4593
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4594
|
+
* LICENSE file in the root directory of this source tree.
|
|
4595
|
+
*/
|
|
4563
4596
|
var notificationBackgroundError = {
|
|
4564
4597
|
whiteTheme: colors$1.red10,
|
|
4565
4598
|
g10: colors$1.red10,
|
|
@@ -4633,11 +4666,24 @@
|
|
|
4633
4666
|
notificationActionTertiaryInverseTextOnColorDisabled: notificationActionTertiaryInverseTextOnColorDisabled
|
|
4634
4667
|
});
|
|
4635
4668
|
|
|
4669
|
+
/**
|
|
4670
|
+
* Copyright IBM Corp. 2022
|
|
4671
|
+
*
|
|
4672
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4673
|
+
* LICENSE file in the root directory of this source tree.
|
|
4674
|
+
*/
|
|
4675
|
+
|
|
4636
4676
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
4637
4677
|
__proto__: null,
|
|
4638
4678
|
notificationTokens: tokens$1
|
|
4639
4679
|
});
|
|
4640
4680
|
|
|
4681
|
+
/**
|
|
4682
|
+
* Copyright IBM Corp. 2025
|
|
4683
|
+
*
|
|
4684
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4685
|
+
* LICENSE file in the root directory of this source tree.
|
|
4686
|
+
*/
|
|
4641
4687
|
var statusRed = {
|
|
4642
4688
|
whiteTheme: colors$1.red60,
|
|
4643
4689
|
g10: colors$1.red60,
|
|
@@ -4709,6 +4755,13 @@
|
|
|
4709
4755
|
statusAccessibilityBackground: statusAccessibilityBackground
|
|
4710
4756
|
});
|
|
4711
4757
|
|
|
4758
|
+
/**
|
|
4759
|
+
* Copyright IBM Corp. 2025
|
|
4760
|
+
*
|
|
4761
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4762
|
+
* LICENSE file in the root directory of this source tree.
|
|
4763
|
+
*/
|
|
4764
|
+
|
|
4712
4765
|
var index = /*#__PURE__*/Object.freeze({
|
|
4713
4766
|
__proto__: null,
|
|
4714
4767
|
statusTokens: tokens
|