@carbon/themes 10.23.0-rc.0 → 10.23.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/src/tokens.js CHANGED
@@ -76,11 +76,12 @@ const colors = [
76
76
  'activeTertiary',
77
77
 
78
78
  'hoverUI',
79
+ 'hoverLightUI',
80
+ 'hoverSelectedUI',
79
81
  'activeUI',
80
-
82
+ 'activeLightUI',
81
83
  'selectedUI',
82
84
  'selectedLightUI',
83
- 'hoverSelectedUI',
84
85
  'inverseHoverUI',
85
86
 
86
87
  'hoverDanger',
@@ -98,8 +99,6 @@ const colors = [
98
99
 
99
100
  'decorative01',
100
101
 
101
- 'hoverLightUI',
102
-
103
102
  'buttonSeparator',
104
103
 
105
104
  'skeleton01',
@@ -217,6 +216,7 @@ export const unstable__meta = {
217
216
  'hoverSecondary',
218
217
  'hoverTertiary',
219
218
  'hoverUI',
219
+ 'hoverLightUI',
220
220
  'hoverSelectedUI',
221
221
  'hoverDanger',
222
222
  'hoverRow',
@@ -224,6 +224,7 @@ export const unstable__meta = {
224
224
  'activeSecondary',
225
225
  'activeTertiary',
226
226
  'activeUI',
227
+ 'activeLightUI',
227
228
  'activeDanger',
228
229
  'selectedUI',
229
230
  'selectedLightUI',
@@ -238,7 +239,6 @@ export const unstable__meta = {
238
239
  'active01',
239
240
  'hoverField',
240
241
  'decorative01',
241
- 'hoverLightUI',
242
242
  'buttonSeparator',
243
243
  ],
244
244
  },
package/src/v9.js CHANGED
@@ -71,7 +71,9 @@ export const hoverTertiary = '#5a6872';
71
71
  export const activeTertiary = '#414f59';
72
72
 
73
73
  export const hoverUI = '#EEF4FC';
74
+ export const hoverLightUI = '#EEF4FC';
74
75
  export const activeUI = '#DFEAFA';
76
+ export const activeLightUI = '#DFEAFA';
75
77
  export const selectedUI = '#EEF4FC';
76
78
  export const selectedLightUI = '#EEF4FC';
77
79
  export const inverseHoverUI = '#4c4c4c';
@@ -93,8 +95,6 @@ export const highlight = '#f4f7fb';
93
95
 
94
96
  export const decorative01 = '#EEF4FC';
95
97
 
96
- export const hoverLightUI = '#EEF4FC';
97
-
98
98
  export const buttonSeparator = '#e0e0e0';
99
99
 
100
100
  export const skeleton01 = 'rgba(61, 112, 178, .1)';
package/src/white.js CHANGED
@@ -107,7 +107,9 @@ export const hoverTertiary = '#0353e9';
107
107
  export const activeTertiary = blue80;
108
108
 
109
109
  export const hoverUI = '#e5e5e5';
110
+ export const hoverLightUI = '#e5e5e5';
110
111
  export const activeUI = gray30;
112
+ export const activeLightUI = gray30;
111
113
  export const selectedUI = gray20;
112
114
  export const selectedLightUI = gray20;
113
115
  export const inverseHoverUI = '#4c4c4c';
@@ -129,8 +131,6 @@ export const highlight = blue20;
129
131
 
130
132
  export const decorative01 = gray20;
131
133
 
132
- export const hoverLightUI = '#e5e5e5';
133
-
134
134
  export const buttonSeparator = '#e0e0e0';
135
135
 
136
136
  export const skeleton01 = '#e5e5e5';
package/umd/index.js CHANGED
@@ -125,7 +125,9 @@
125
125
  var hoverTertiary = '#0353e9';
126
126
  var activeTertiary = colors.blue80;
127
127
  var hoverUI = '#e5e5e5';
128
+ var hoverLightUI = '#e5e5e5';
128
129
  var activeUI = colors.gray30;
130
+ var activeLightUI = colors.gray30;
129
131
  var selectedUI = colors.gray20;
130
132
  var selectedLightUI = colors.gray20;
131
133
  var inverseHoverUI = '#4c4c4c';
@@ -139,7 +141,6 @@
139
141
  var disabled03 = colors.gray50;
140
142
  var highlight = colors.blue20;
141
143
  var decorative01 = colors.gray20;
142
- var hoverLightUI = '#e5e5e5';
143
144
  var buttonSeparator = '#e0e0e0';
144
145
  var skeleton01 = '#e5e5e5';
145
146
  var skeleton02 = colors.gray30; // Type
@@ -198,7 +199,9 @@
198
199
  hoverTertiary: hoverTertiary,
199
200
  activeTertiary: activeTertiary,
200
201
  hoverUI: hoverUI,
202
+ hoverLightUI: hoverLightUI,
201
203
  activeUI: activeUI,
204
+ activeLightUI: activeLightUI,
202
205
  selectedUI: selectedUI,
203
206
  selectedLightUI: selectedLightUI,
204
207
  inverseHoverUI: inverseHoverUI,
@@ -212,7 +215,6 @@
212
215
  disabled03: disabled03,
213
216
  highlight: highlight,
214
217
  decorative01: decorative01,
215
- hoverLightUI: hoverLightUI,
216
218
  buttonSeparator: buttonSeparator,
217
219
  skeleton01: skeleton01,
218
220
  skeleton02: skeleton02,
@@ -338,7 +340,9 @@
338
340
  var hoverTertiary$1 = '#0353e9';
339
341
  var activeTertiary$1 = colors.blue80;
340
342
  var hoverUI$1 = '#e5e5e5';
343
+ var hoverLightUI$1 = '#e5e5e5';
341
344
  var activeUI$1 = colors.gray30;
345
+ var activeLightUI$1 = colors.gray30;
342
346
  var selectedUI$1 = colors.gray20;
343
347
  var selectedLightUI$1 = colors.gray20;
344
348
  var inverseHoverUI$1 = '#4c4c4c';
@@ -352,7 +356,6 @@
352
356
  var disabled03$1 = colors.gray50;
353
357
  var highlight$1 = colors.blue10;
354
358
  var decorative01$1 = colors.gray20;
355
- var hoverLightUI$1 = '#e5e5e5';
356
359
  var buttonSeparator$1 = '#e0e0e0';
357
360
  var skeleton01$1 = '#e5e5e5';
358
361
  var skeleton02$1 = colors.gray30;
@@ -411,7 +414,9 @@
411
414
  hoverTertiary: hoverTertiary$1,
412
415
  activeTertiary: activeTertiary$1,
413
416
  hoverUI: hoverUI$1,
417
+ hoverLightUI: hoverLightUI$1,
414
418
  activeUI: activeUI$1,
419
+ activeLightUI: activeLightUI$1,
415
420
  selectedUI: selectedUI$1,
416
421
  selectedLightUI: selectedLightUI$1,
417
422
  inverseHoverUI: inverseHoverUI$1,
@@ -425,7 +430,6 @@
425
430
  disabled03: disabled03$1,
426
431
  highlight: highlight$1,
427
432
  decorative01: decorative01$1,
428
- hoverLightUI: hoverLightUI$1,
429
433
  buttonSeparator: buttonSeparator$1,
430
434
  skeleton01: skeleton01$1,
431
435
  skeleton02: skeleton02$1,
@@ -551,7 +555,9 @@
551
555
  var hoverTertiary$2 = colors.gray10;
552
556
  var activeTertiary$2 = colors.gray30;
553
557
  var hoverUI$2 = '#353535';
558
+ var hoverLightUI$2 = '#4c4c4c';
554
559
  var activeUI$2 = colors.gray70;
560
+ var activeLightUI$2 = colors.gray60;
555
561
  var selectedUI$2 = colors.gray80;
556
562
  var selectedLightUI$2 = colors.gray70;
557
563
  var inverseHoverUI$2 = '#e5e5e5';
@@ -565,7 +571,6 @@
565
571
  var disabled03$2 = colors.gray50;
566
572
  var highlight$2 = colors.blue80;
567
573
  var decorative01$2 = colors.gray70;
568
- var hoverLightUI$2 = '#525252';
569
574
  var buttonSeparator$2 = '#161616';
570
575
  var skeleton01$2 = '#353535';
571
576
  var skeleton02$2 = colors.gray80;
@@ -624,7 +629,9 @@
624
629
  hoverTertiary: hoverTertiary$2,
625
630
  activeTertiary: activeTertiary$2,
626
631
  hoverUI: hoverUI$2,
632
+ hoverLightUI: hoverLightUI$2,
627
633
  activeUI: activeUI$2,
634
+ activeLightUI: activeLightUI$2,
628
635
  selectedUI: selectedUI$2,
629
636
  selectedLightUI: selectedLightUI$2,
630
637
  inverseHoverUI: inverseHoverUI$2,
@@ -638,7 +645,6 @@
638
645
  disabled03: disabled03$2,
639
646
  highlight: highlight$2,
640
647
  decorative01: decorative01$2,
641
- hoverLightUI: hoverLightUI$2,
642
648
  buttonSeparator: buttonSeparator$2,
643
649
  skeleton01: skeleton01$2,
644
650
  skeleton02: skeleton02$2,
@@ -764,7 +770,9 @@
764
770
  var hoverTertiary$3 = colors.gray10;
765
771
  var activeTertiary$3 = colors.gray30;
766
772
  var hoverUI$3 = '#4c4c4c';
773
+ var hoverLightUI$3 = '#656565';
767
774
  var activeUI$3 = colors.gray60;
775
+ var activeLightUI$3 = colors.gray50;
768
776
  var selectedUI$3 = colors.gray70;
769
777
  var selectedLightUI$3 = colors.gray60;
770
778
  var inverseHoverUI$3 = '#e5e5e5';
@@ -778,7 +786,6 @@
778
786
  var disabled03$3 = colors.gray40;
779
787
  var highlight$3 = colors.blue70;
780
788
  var decorative01$3 = colors.gray60;
781
- var hoverLightUI$3 = '#6f6f6f';
782
789
  var buttonSeparator$3 = '#161616';
783
790
  var skeleton01$3 = '#353535';
784
791
  var skeleton02$3 = colors.gray70;
@@ -837,7 +844,9 @@
837
844
  hoverTertiary: hoverTertiary$3,
838
845
  activeTertiary: activeTertiary$3,
839
846
  hoverUI: hoverUI$3,
847
+ hoverLightUI: hoverLightUI$3,
840
848
  activeUI: activeUI$3,
849
+ activeLightUI: activeLightUI$3,
841
850
  selectedUI: selectedUI$3,
842
851
  selectedLightUI: selectedLightUI$3,
843
852
  inverseHoverUI: inverseHoverUI$3,
@@ -851,7 +860,6 @@
851
860
  disabled03: disabled03$3,
852
861
  highlight: highlight$3,
853
862
  decorative01: decorative01$3,
854
- hoverLightUI: hoverLightUI$3,
855
863
  buttonSeparator: buttonSeparator$3,
856
864
  skeleton01: skeleton01$3,
857
865
  skeleton02: skeleton02$3,
@@ -977,7 +985,9 @@
977
985
  var hoverTertiary$4 = '#5a6872';
978
986
  var activeTertiary$4 = '#414f59';
979
987
  var hoverUI$4 = '#EEF4FC';
988
+ var hoverLightUI$4 = '#EEF4FC';
980
989
  var activeUI$4 = '#DFEAFA';
990
+ var activeLightUI$4 = '#DFEAFA';
981
991
  var selectedUI$4 = '#EEF4FC';
982
992
  var selectedLightUI$4 = '#EEF4FC';
983
993
  var inverseHoverUI$4 = '#4c4c4c';
@@ -991,7 +1001,6 @@
991
1001
  var disabled03$4 = '#cdd1d4';
992
1002
  var highlight$4 = '#f4f7fb';
993
1003
  var decorative01$4 = '#EEF4FC';
994
- var hoverLightUI$4 = '#EEF4FC';
995
1004
  var buttonSeparator$4 = '#e0e0e0';
996
1005
  var skeleton01$4 = 'rgba(61, 112, 178, .1)';
997
1006
  var skeleton02$4 = 'rgba(61, 112, 178, .1)';
@@ -1050,7 +1059,9 @@
1050
1059
  hoverTertiary: hoverTertiary$4,
1051
1060
  activeTertiary: activeTertiary$4,
1052
1061
  hoverUI: hoverUI$4,
1062
+ hoverLightUI: hoverLightUI$4,
1053
1063
  activeUI: activeUI$4,
1064
+ activeLightUI: activeLightUI$4,
1054
1065
  selectedUI: selectedUI$4,
1055
1066
  selectedLightUI: selectedLightUI$4,
1056
1067
  inverseHoverUI: inverseHoverUI$4,
@@ -1064,7 +1075,6 @@
1064
1075
  disabled03: disabled03$4,
1065
1076
  highlight: highlight$4,
1066
1077
  decorative01: decorative01$4,
1067
- hoverLightUI: hoverLightUI$4,
1068
1078
  buttonSeparator: buttonSeparator$4,
1069
1079
  skeleton01: skeleton01$4,
1070
1080
  skeleton02: skeleton02$4,
@@ -1147,7 +1157,7 @@
1147
1157
 
1148
1158
  var colors$1 = [// Core
1149
1159
  'interactive01', 'interactive02', 'interactive03', 'interactive04', 'uiBackground', 'ui01', 'ui02', 'ui03', 'ui04', 'ui05', 'text01', 'text02', 'text03', 'text04', 'text05', 'textError', 'icon01', 'icon02', 'icon03', 'link01', 'inverseLink', 'field01', 'field02', 'inverse01', 'inverse02', 'support01', 'support02', 'support03', 'support04', 'inverseSupport01', 'inverseSupport02', 'inverseSupport03', 'inverseSupport04', 'overlay01', 'danger01', 'danger02', // Interactive states
1150
- 'focus', 'inverseFocusUi', 'hoverPrimary', 'activePrimary', 'hoverPrimaryText', 'hoverSecondary', 'activeSecondary', 'hoverTertiary', 'activeTertiary', 'hoverUI', 'activeUI', 'selectedUI', 'selectedLightUI', 'hoverSelectedUI', 'inverseHoverUI', 'hoverDanger', 'activeDanger', 'hoverRow', 'visitedLink', 'disabled01', 'disabled02', 'disabled03', 'highlight', 'decorative01', 'hoverLightUI', 'buttonSeparator', 'skeleton01', 'skeleton02', // Deprecated
1160
+ 'focus', 'inverseFocusUi', 'hoverPrimary', 'activePrimary', 'hoverPrimaryText', 'hoverSecondary', 'activeSecondary', 'hoverTertiary', 'activeTertiary', 'hoverUI', 'hoverLightUI', 'hoverSelectedUI', 'activeUI', 'activeLightUI', 'selectedUI', 'selectedLightUI', 'inverseHoverUI', 'hoverDanger', 'activeDanger', 'hoverRow', 'visitedLink', 'disabled01', 'disabled02', 'disabled03', 'highlight', 'decorative01', 'buttonSeparator', 'skeleton01', 'skeleton02', // Deprecated
1151
1161
  'brand01', 'brand02', 'brand03', 'active01', 'hoverField', 'danger'];
1152
1162
  var numbers = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
1153
1163
  /**
@@ -1199,7 +1209,7 @@
1199
1209
  tokens: ['uiBackground', 'interactive01', 'interactive02', 'interactive03', 'interactive04', 'brand01', 'brand02', 'brand03', 'danger', 'danger01', 'danger02', 'ui01', 'ui02', 'ui03', 'ui04', 'ui05', 'text01', 'text02', 'text03', 'text04', 'text05', 'textError', 'link01', 'icon01', 'icon02', 'icon03', 'field01', 'field02', 'inverse01', 'inverse02', 'inverseLink', 'support01', 'support02', 'support03', 'support04', 'inverseSupport01', 'inverseSupport02', 'inverseSupport03', 'inverseSupport04', 'overlay01']
1200
1210
  }, {
1201
1211
  type: 'interactive',
1202
- tokens: ['focus', 'inverseFocusUi', 'hoverPrimary', 'hoverPrimaryText', 'hoverSecondary', 'hoverTertiary', 'hoverUI', 'hoverSelectedUI', 'hoverDanger', 'hoverRow', 'activePrimary', 'activeSecondary', 'activeTertiary', 'activeUI', 'activeDanger', 'selectedUI', 'selectedLightUI', 'highlight', 'skeleton01', 'skeleton02', 'visitedLink', 'disabled01', 'disabled02', 'disabled03', 'inverseHoverUI', 'active01', 'hoverField', 'decorative01', 'hoverLightUI', 'buttonSeparator']
1212
+ tokens: ['focus', 'inverseFocusUi', 'hoverPrimary', 'hoverPrimaryText', 'hoverSecondary', 'hoverTertiary', 'hoverUI', 'hoverLightUI', 'hoverSelectedUI', 'hoverDanger', 'hoverRow', 'activePrimary', 'activeSecondary', 'activeTertiary', 'activeUI', 'activeLightUI', 'activeDanger', 'selectedUI', 'selectedLightUI', 'highlight', 'skeleton01', 'skeleton02', 'visitedLink', 'disabled01', 'disabled02', 'disabled03', 'inverseHoverUI', 'active01', 'hoverField', 'decorative01', 'buttonSeparator']
1203
1213
  }],
1204
1214
  deprecated: ['brand01', 'brand02', 'brand03', 'active01', 'danger']
1205
1215
  };
@@ -1334,7 +1344,9 @@
1334
1344
  exports.hoverTertiary = hoverTertiary;
1335
1345
  exports.activeTertiary = activeTertiary;
1336
1346
  exports.hoverUI = hoverUI;
1347
+ exports.hoverLightUI = hoverLightUI;
1337
1348
  exports.activeUI = activeUI;
1349
+ exports.activeLightUI = activeLightUI;
1338
1350
  exports.selectedUI = selectedUI;
1339
1351
  exports.selectedLightUI = selectedLightUI;
1340
1352
  exports.inverseHoverUI = inverseHoverUI;
@@ -1348,7 +1360,6 @@
1348
1360
  exports.disabled03 = disabled03;
1349
1361
  exports.highlight = highlight;
1350
1362
  exports.decorative01 = decorative01;
1351
- exports.hoverLightUI = hoverLightUI;
1352
1363
  exports.buttonSeparator = buttonSeparator;
1353
1364
  exports.skeleton01 = skeleton01;
1354
1365
  exports.skeleton02 = skeleton02;