@carbon/themes 10.16.0 → 10.18.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.
@@ -657,6 +657,16 @@ $hover-light-ui: if(
657
657
  #e5e5e5
658
658
  ) !default;
659
659
 
660
+ /// @type {undefined}
661
+ /// @access public
662
+ /// @group @carbon/themes
663
+ $button-separator: if(
664
+ global-variable-exists('carbon--theme') and
665
+ map-has-key($carbon--theme, 'button-separator'),
666
+ map-get($carbon--theme, 'button-separator'),
667
+ #e0e0e0
668
+ ) !default;
669
+
660
670
  /// Skeleton state of graphics
661
671
  /// @type {undefined}
662
672
  /// @access public
@@ -749,7 +759,7 @@ $caption-01: if(
749
759
  (
750
760
  font-size: 0.75rem,
751
761
  font-weight: 400,
752
- line-height: 1rem,
762
+ line-height: 1.34,
753
763
  letter-spacing: 0.32px,
754
764
  )
755
765
  ) !default;
@@ -764,7 +774,7 @@ $label-01: if(
764
774
  (
765
775
  font-size: 0.75rem,
766
776
  font-weight: 400,
767
- line-height: 1rem,
777
+ line-height: 1.34,
768
778
  letter-spacing: 0.32px,
769
779
  )
770
780
  ) !default;
@@ -778,7 +788,7 @@ $helper-text-01: if(
778
788
  map-get($carbon--theme, 'helper-text-01'),
779
789
  (
780
790
  font-size: 0.75rem,
781
- line-height: 1rem,
791
+ line-height: 1.34,
782
792
  letter-spacing: 0.32px,
783
793
  )
784
794
  ) !default;
@@ -793,7 +803,7 @@ $body-short-01: if(
793
803
  (
794
804
  font-size: 0.875rem,
795
805
  font-weight: 400,
796
- line-height: 1.125rem,
806
+ line-height: 1.29,
797
807
  letter-spacing: 0.16px,
798
808
  )
799
809
  ) !default;
@@ -808,7 +818,7 @@ $body-long-01: if(
808
818
  (
809
819
  font-size: 0.875rem,
810
820
  font-weight: 400,
811
- line-height: 1.25rem,
821
+ line-height: 1.43,
812
822
  letter-spacing: 0.16px,
813
823
  )
814
824
  ) !default;
@@ -823,7 +833,7 @@ $body-short-02: if(
823
833
  (
824
834
  font-size: 1rem,
825
835
  font-weight: 400,
826
- line-height: 1.375rem,
836
+ line-height: 1.375,
827
837
  letter-spacing: 0,
828
838
  )
829
839
  ) !default;
@@ -838,7 +848,7 @@ $body-long-02: if(
838
848
  (
839
849
  font-size: 1rem,
840
850
  font-weight: 400,
841
- line-height: 1.5rem,
851
+ line-height: 1.5,
842
852
  letter-spacing: 0,
843
853
  )
844
854
  ) !default;
@@ -857,7 +867,7 @@ $code-01: if(
857
867
  ),
858
868
  font-size: 0.75rem,
859
869
  font-weight: 400,
860
- line-height: 1rem,
870
+ line-height: 1.34,
861
871
  letter-spacing: 0.32px,
862
872
  )
863
873
  ) !default;
@@ -876,7 +886,7 @@ $code-02: if(
876
886
  ),
877
887
  font-size: 0.875rem,
878
888
  font-weight: 400,
879
- line-height: 1.25rem,
889
+ line-height: 1.43,
880
890
  letter-spacing: 0.32px,
881
891
  )
882
892
  ) !default;
@@ -891,7 +901,7 @@ $heading-01: if(
891
901
  (
892
902
  font-size: 0.875rem,
893
903
  font-weight: 600,
894
- line-height: 1.125rem,
904
+ line-height: 1.29,
895
905
  letter-spacing: 0.16px,
896
906
  )
897
907
  ) !default;
@@ -906,7 +916,7 @@ $productive-heading-01: if(
906
916
  (
907
917
  font-size: 0.875rem,
908
918
  font-weight: 600,
909
- line-height: 1.125rem,
919
+ line-height: 1.29,
910
920
  letter-spacing: 0.16px,
911
921
  )
912
922
  ) !default;
@@ -921,7 +931,7 @@ $heading-02: if(
921
931
  (
922
932
  font-size: 1rem,
923
933
  font-weight: 600,
924
- line-height: 1.375rem,
934
+ line-height: 1.375,
925
935
  letter-spacing: 0,
926
936
  )
927
937
  ) !default;
@@ -936,7 +946,7 @@ $productive-heading-02: if(
936
946
  (
937
947
  font-size: 1rem,
938
948
  font-weight: 600,
939
- line-height: 1.375rem,
949
+ line-height: 1.375,
940
950
  letter-spacing: 0,
941
951
  )
942
952
  ) !default;
@@ -951,7 +961,7 @@ $productive-heading-03: if(
951
961
  (
952
962
  font-size: 1.25rem,
953
963
  font-weight: 400,
954
- line-height: 1.75rem,
964
+ line-height: 1.4,
955
965
  letter-spacing: 0,
956
966
  )
957
967
  ) !default;
@@ -966,7 +976,7 @@ $productive-heading-04: if(
966
976
  (
967
977
  font-size: 1.75rem,
968
978
  font-weight: 400,
969
- line-height: 2.25rem,
979
+ line-height: 1.29,
970
980
  letter-spacing: 0,
971
981
  )
972
982
  ) !default;
@@ -981,7 +991,7 @@ $productive-heading-05: if(
981
991
  (
982
992
  font-size: 2rem,
983
993
  font-weight: 400,
984
- line-height: 2.5rem,
994
+ line-height: 1.25,
985
995
  letter-spacing: 0,
986
996
  )
987
997
  ) !default;
@@ -996,7 +1006,7 @@ $productive-heading-06: if(
996
1006
  (
997
1007
  font-size: 2.625rem,
998
1008
  font-weight: 300,
999
- line-height: 3.125rem,
1009
+ line-height: 1.199,
1000
1010
  letter-spacing: 0,
1001
1011
  )
1002
1012
  ) !default;
@@ -1011,7 +1021,7 @@ $productive-heading-07: if(
1011
1021
  (
1012
1022
  font-size: 3.375rem,
1013
1023
  font-weight: 300,
1014
- line-height: 4rem,
1024
+ line-height: 1.19,
1015
1025
  letter-spacing: 0,
1016
1026
  )
1017
1027
  ) !default;
@@ -1026,7 +1036,7 @@ $expressive-heading-01: if(
1026
1036
  (
1027
1037
  font-size: 0.875rem,
1028
1038
  font-weight: 600,
1029
- line-height: 1.25rem,
1039
+ line-height: 1.25,
1030
1040
  letter-spacing: 0.16px,
1031
1041
  )
1032
1042
  ) !default;
@@ -1041,7 +1051,7 @@ $expressive-heading-02: if(
1041
1051
  (
1042
1052
  font-size: 1rem,
1043
1053
  font-weight: 600,
1044
- line-height: 1.5rem,
1054
+ line-height: 1.5,
1045
1055
  letter-spacing: 0,
1046
1056
  )
1047
1057
  ) !default;
@@ -1056,12 +1066,12 @@ $expressive-heading-03: if(
1056
1066
  (
1057
1067
  font-size: 1.25rem,
1058
1068
  font-weight: 400,
1059
- line-height: 140%,
1069
+ line-height: 1.4,
1060
1070
  letter-spacing: 0,
1061
1071
  breakpoints: (
1062
1072
  xlg: (
1063
1073
  font-size: 1.25rem,
1064
- line-height: 125%,
1074
+ line-height: 1.25,
1065
1075
  ),
1066
1076
  max: (
1067
1077
  font-size: 1.5rem,
@@ -1080,12 +1090,12 @@ $expressive-heading-04: if(
1080
1090
  (
1081
1091
  font-size: 1.75rem,
1082
1092
  font-weight: 400,
1083
- line-height: 129%,
1093
+ line-height: 1.29,
1084
1094
  letter-spacing: 0,
1085
1095
  breakpoints: (
1086
1096
  xlg: (
1087
1097
  font-size: 1.75rem,
1088
- line-height: 125%,
1098
+ line-height: 1.25,
1089
1099
  ),
1090
1100
  max: (
1091
1101
  font-size: 2rem,
@@ -1104,31 +1114,30 @@ $expressive-heading-05: if(
1104
1114
  (
1105
1115
  font-size: 2rem,
1106
1116
  font-weight: 400,
1107
- line-height: 125%,
1117
+ line-height: 1.25,
1108
1118
  letter-spacing: 0,
1109
1119
  breakpoints: (
1110
1120
  md: (
1111
1121
  font-size: 2.25rem,
1112
1122
  font-weight: 300,
1113
- line-height: 122%,
1123
+ line-height: 1.22,
1114
1124
  letter-spacing: 0,
1115
1125
  ),
1116
1126
  lg: (
1117
1127
  font-size: 2.625rem,
1118
1128
  font-weight: 300,
1119
- line-height: 119%,
1129
+ line-height: 1.19,
1120
1130
  letter-spacing: 0,
1121
1131
  ),
1122
1132
  xlg: (
1123
1133
  font-size: 3rem,
1124
1134
  font-weight: 300,
1125
- line-height: 117%,
1135
+ line-height: 1.17,
1126
1136
  letter-spacing: 0,
1127
1137
  ),
1128
1138
  max: (
1129
1139
  font-size: 3.75rem,
1130
1140
  font-weight: 300,
1131
- line-height: 4.375rem,
1132
1141
  letter-spacing: 0,
1133
1142
  ),
1134
1143
  ),
@@ -1145,31 +1154,30 @@ $expressive-heading-06: if(
1145
1154
  (
1146
1155
  font-size: 2rem,
1147
1156
  font-weight: 600,
1148
- line-height: 125%,
1157
+ line-height: 1.25,
1149
1158
  letter-spacing: 0,
1150
1159
  breakpoints: (
1151
1160
  md: (
1152
1161
  font-size: 2.25rem,
1153
1162
  font-weight: 600,
1154
- line-height: 122%,
1163
+ line-height: 1.22,
1155
1164
  letter-spacing: 0,
1156
1165
  ),
1157
1166
  lg: (
1158
1167
  font-size: 2.625rem,
1159
1168
  font-weight: 600,
1160
- line-height: 119%,
1169
+ line-height: 1.19,
1161
1170
  letter-spacing: 0,
1162
1171
  ),
1163
1172
  xlg: (
1164
1173
  font-size: 3rem,
1165
1174
  font-weight: 600,
1166
- line-height: 117%,
1175
+ line-height: 1.17,
1167
1176
  letter-spacing: 0,
1168
1177
  ),
1169
1178
  max: (
1170
1179
  font-size: 3.75rem,
1171
1180
  font-weight: 600,
1172
- line-height: 4.375rem,
1173
1181
  letter-spacing: 0,
1174
1182
  ),
1175
1183
  ),
@@ -1186,15 +1194,15 @@ $expressive-paragraph-01: if(
1186
1194
  (
1187
1195
  font-size: 1.5rem,
1188
1196
  font-weight: 300,
1189
- line-height: 125%,
1197
+ line-height: 1.25,
1190
1198
  letter-spacing: 0,
1191
1199
  lg: (
1192
1200
  font-size: 1.75rem,
1193
- line-height: 129%,
1201
+ line-height: 1.29,
1194
1202
  ),
1195
1203
  max: (
1196
1204
  font-size: 2rem,
1197
- line-height: 125%,
1205
+ line-height: 1.25,
1198
1206
  ),
1199
1207
  )
1200
1208
  ) !default;
@@ -1209,7 +1217,7 @@ $quotation-01: if(
1209
1217
  (
1210
1218
  font-size: 1.25rem,
1211
1219
  font-weight: 400,
1212
- line-height: 130%,
1220
+ line-height: 1.3,
1213
1221
  letter-spacing: 0,
1214
1222
  breakpoints: (
1215
1223
  md: (
@@ -1220,19 +1228,19 @@ $quotation-01: if(
1220
1228
  lg: (
1221
1229
  font-size: 1.5rem,
1222
1230
  font-weight: 400,
1223
- line-height: 125%,
1231
+ line-height: 1.25,
1224
1232
  letter-spacing: 0,
1225
1233
  ),
1226
1234
  xlg: (
1227
1235
  font-size: 1.75rem,
1228
1236
  font-weight: 400,
1229
- line-height: 129%,
1237
+ line-height: 1.29,
1230
1238
  letter-spacing: 0,
1231
1239
  ),
1232
1240
  max: (
1233
1241
  font-size: 2rem,
1234
1242
  font-weight: 400,
1235
- line-height: 125%,
1243
+ line-height: 1.25,
1236
1244
  letter-spacing: 0,
1237
1245
  ),
1238
1246
  ),
@@ -1249,20 +1257,20 @@ $quotation-02: if(
1249
1257
  (
1250
1258
  font-size: 2rem,
1251
1259
  font-weight: 300,
1252
- line-height: 125%,
1260
+ line-height: 1.25,
1253
1261
  letter-spacing: 0,
1254
1262
  breakpoints: (
1255
1263
  md: (
1256
1264
  font-size: 2.25rem,
1257
- line-height: 122%,
1265
+ line-height: 1.22,
1258
1266
  ),
1259
1267
  lg: (
1260
1268
  font-size: 2.625rem,
1261
- line-height: 119%,
1269
+ line-height: 1.19,
1262
1270
  ),
1263
1271
  xlg: (
1264
1272
  font-size: 3rem,
1265
- line-height: 117%,
1273
+ line-height: 1.17,
1266
1274
  ),
1267
1275
  max: (
1268
1276
  font-size: 3.75rem,
@@ -1281,7 +1289,7 @@ $display-01: if(
1281
1289
  (
1282
1290
  font-size: 2.625rem,
1283
1291
  font-weight: 300,
1284
- line-height: 119%,
1292
+ line-height: 1.19,
1285
1293
  letter-spacing: 0,
1286
1294
  breakpoints: (
1287
1295
  md: (
@@ -1292,11 +1300,11 @@ $display-01: if(
1292
1300
  ),
1293
1301
  xlg: (
1294
1302
  font-size: 3.75rem,
1295
- line-height: 117%,
1303
+ line-height: 1.17,
1296
1304
  ),
1297
1305
  max: (
1298
1306
  font-size: 4.75rem,
1299
- line-height: 113%,
1307
+ line-height: 1.13,
1300
1308
  ),
1301
1309
  ),
1302
1310
  )
@@ -1312,7 +1320,7 @@ $display-02: if(
1312
1320
  (
1313
1321
  font-size: 2.625rem,
1314
1322
  font-weight: 600,
1315
- line-height: 119%,
1323
+ line-height: 1.19,
1316
1324
  letter-spacing: 0,
1317
1325
  breakpoints: (
1318
1326
  md: (
@@ -1323,11 +1331,11 @@ $display-02: if(
1323
1331
  ),
1324
1332
  xlg: (
1325
1333
  font-size: 3.75rem,
1326
- line-height: 116%,
1334
+ line-height: 1.16,
1327
1335
  ),
1328
1336
  max: (
1329
1337
  font-size: 4.75rem,
1330
- line-height: 113%,
1338
+ line-height: 1.13,
1331
1339
  ),
1332
1340
  ),
1333
1341
  )
@@ -1343,25 +1351,25 @@ $display-03: if(
1343
1351
  (
1344
1352
  font-size: 2.625rem,
1345
1353
  font-weight: 300,
1346
- line-height: 119%,
1354
+ line-height: 1.19,
1347
1355
  letter-spacing: 0,
1348
1356
  breakpoints: (
1349
1357
  md: (
1350
1358
  font-size: 4.25rem,
1351
- line-height: 115%,
1359
+ line-height: 1.15,
1352
1360
  ),
1353
1361
  lg: (
1354
1362
  font-size: 5.75rem,
1355
- line-height: 111%,
1363
+ line-height: 1.11,
1356
1364
  letter-spacing: -0.64px,
1357
1365
  ),
1358
1366
  xlg: (
1359
1367
  font-size: 7.625rem,
1360
- line-height: 107%,
1368
+ line-height: 1.07,
1361
1369
  ),
1362
1370
  max: (
1363
1371
  font-size: 9.75rem,
1364
- line-height: 105%,
1372
+ line-height: 1.05,
1365
1373
  letter-spacing: -0.96px,
1366
1374
  ),
1367
1375
  ),
@@ -1378,26 +1386,26 @@ $display-04: if(
1378
1386
  (
1379
1387
  font-size: 2.625rem,
1380
1388
  font-weight: 600,
1381
- line-height: 119%,
1389
+ line-height: 1.19,
1382
1390
  letter-spacing: 0,
1383
1391
  breakpoints: (
1384
1392
  md: (
1385
1393
  font-size: 4.25rem,
1386
- line-height: 115%,
1394
+ line-height: 1.15,
1387
1395
  ),
1388
1396
  lg: (
1389
1397
  font-size: 5.75rem,
1390
- line-height: 111%,
1398
+ line-height: 1.11,
1391
1399
  letter-spacing: -0.64px,
1392
1400
  ),
1393
1401
  xlg: (
1394
1402
  font-size: 7.625rem,
1395
- line-height: 107%,
1403
+ line-height: 1.07,
1396
1404
  letter-spacing: -0.64px,
1397
1405
  ),
1398
1406
  max: (
1399
1407
  font-size: 9.75rem,
1400
- line-height: 105%,
1408
+ line-height: 1.05,
1401
1409
  letter-spacing: -0.96px,
1402
1410
  ),
1403
1411
  ),
package/src/g10.js CHANGED
@@ -130,6 +130,8 @@ export const decorative01 = gray20;
130
130
 
131
131
  export const hoverLightUI = '#e5e5e5';
132
132
 
133
+ export const buttonSeparator = '#e0e0e0';
134
+
133
135
  export const skeleton01 = '#e5e5e5';
134
136
  export const skeleton02 = gray30;
135
137
 
package/src/g100.js CHANGED
@@ -129,6 +129,8 @@ export const decorative01 = gray70;
129
129
 
130
130
  export const hoverLightUI = '#525252';
131
131
 
132
+ export const buttonSeparator = '#161616';
133
+
132
134
  export const skeleton01 = '#353535';
133
135
  export const skeleton02 = gray80;
134
136
 
package/src/g90.js CHANGED
@@ -131,6 +131,8 @@ export const decorative01 = gray60;
131
131
 
132
132
  export const hoverLightUI = '#6f6f6f';
133
133
 
134
+ export const buttonSeparator = '#161616';
135
+
134
136
  export const skeleton01 = '#353535';
135
137
  export const skeleton02 = gray70;
136
138
 
package/src/tokens.js CHANGED
@@ -99,6 +99,8 @@ const colors = [
99
99
 
100
100
  'hoverLightUI',
101
101
 
102
+ 'buttonSeparator',
103
+
102
104
  'skeleton01',
103
105
  'skeleton02',
104
106
 
@@ -233,6 +235,7 @@ export const unstable__meta = {
233
235
  'hoverField',
234
236
  'decorative01',
235
237
  'hoverLightUI',
238
+ 'buttonSeparator',
236
239
  ],
237
240
  },
238
241
  ],
package/src/v9.js CHANGED
@@ -94,6 +94,8 @@ export const decorative01 = '#EEF4FC';
94
94
 
95
95
  export const hoverLightUI = '#EEF4FC';
96
96
 
97
+ export const buttonSeparator = '#e0e0e0';
98
+
97
99
  export const skeleton01 = 'rgba(61, 112, 178, .1)';
98
100
  export const skeleton02 = 'rgba(61, 112, 178, .1)';
99
101
 
package/src/white.js CHANGED
@@ -130,6 +130,8 @@ export const decorative01 = gray20;
130
130
 
131
131
  export const hoverLightUI = '#e5e5e5';
132
132
 
133
+ export const buttonSeparator = '#e0e0e0';
134
+
133
135
  export const skeleton01 = '#e5e5e5';
134
136
  export const skeleton02 = gray30;
135
137
 
package/umd/index.js CHANGED
@@ -139,6 +139,7 @@
139
139
  var highlight = colors.blue20;
140
140
  var decorative01 = colors.gray20;
141
141
  var hoverLightUI = '#e5e5e5';
142
+ var buttonSeparator = '#e0e0e0';
142
143
  var skeleton01 = '#e5e5e5';
143
144
  var skeleton02 = colors.gray30; // Type
144
145
 
@@ -209,6 +210,7 @@
209
210
  highlight: highlight,
210
211
  decorative01: decorative01,
211
212
  hoverLightUI: hoverLightUI,
213
+ buttonSeparator: buttonSeparator,
212
214
  skeleton01: skeleton01,
213
215
  skeleton02: skeleton02,
214
216
  brand01: brand01,
@@ -346,6 +348,7 @@
346
348
  var highlight$1 = colors.blue20;
347
349
  var decorative01$1 = colors.gray20;
348
350
  var hoverLightUI$1 = '#e5e5e5';
351
+ var buttonSeparator$1 = '#e0e0e0';
349
352
  var skeleton01$1 = '#e5e5e5';
350
353
  var skeleton02$1 = colors.gray30;
351
354
 
@@ -416,6 +419,7 @@
416
419
  highlight: highlight$1,
417
420
  decorative01: decorative01$1,
418
421
  hoverLightUI: hoverLightUI$1,
422
+ buttonSeparator: buttonSeparator$1,
419
423
  skeleton01: skeleton01$1,
420
424
  skeleton02: skeleton02$1,
421
425
  brand01: brand01$1,
@@ -553,6 +557,7 @@
553
557
  var highlight$2 = colors.blue80;
554
558
  var decorative01$2 = colors.gray70;
555
559
  var hoverLightUI$2 = '#525252';
560
+ var buttonSeparator$2 = '#161616';
556
561
  var skeleton01$2 = '#353535';
557
562
  var skeleton02$2 = colors.gray80;
558
563
 
@@ -623,6 +628,7 @@
623
628
  highlight: highlight$2,
624
629
  decorative01: decorative01$2,
625
630
  hoverLightUI: hoverLightUI$2,
631
+ buttonSeparator: buttonSeparator$2,
626
632
  skeleton01: skeleton01$2,
627
633
  skeleton02: skeleton02$2,
628
634
  brand01: brand01$2,
@@ -760,6 +766,7 @@
760
766
  var highlight$3 = colors.blue70;
761
767
  var decorative01$3 = colors.gray60;
762
768
  var hoverLightUI$3 = '#6f6f6f';
769
+ var buttonSeparator$3 = '#161616';
763
770
  var skeleton01$3 = '#353535';
764
771
  var skeleton02$3 = colors.gray70;
765
772
 
@@ -830,6 +837,7 @@
830
837
  highlight: highlight$3,
831
838
  decorative01: decorative01$3,
832
839
  hoverLightUI: hoverLightUI$3,
840
+ buttonSeparator: buttonSeparator$3,
833
841
  skeleton01: skeleton01$3,
834
842
  skeleton02: skeleton02$3,
835
843
  brand01: brand01$3,
@@ -967,6 +975,7 @@
967
975
  var highlight$4 = '#f4f7fb';
968
976
  var decorative01$4 = '#EEF4FC';
969
977
  var hoverLightUI$4 = '#EEF4FC';
978
+ var buttonSeparator$4 = '#e0e0e0';
970
979
  var skeleton01$4 = 'rgba(61, 112, 178, .1)';
971
980
  var skeleton02$4 = 'rgba(61, 112, 178, .1)';
972
981
 
@@ -1037,6 +1046,7 @@
1037
1046
  highlight: highlight$4,
1038
1047
  decorative01: decorative01$4,
1039
1048
  hoverLightUI: hoverLightUI$4,
1049
+ buttonSeparator: buttonSeparator$4,
1040
1050
  skeleton01: skeleton01$4,
1041
1051
  skeleton02: skeleton02$4,
1042
1052
  brand01: brand01$4,
@@ -1117,7 +1127,7 @@
1117
1127
 
1118
1128
  var colors$1 = [// Core
1119
1129
  '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', 'danger', // Interactive states
1120
- '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', 'skeleton01', 'skeleton02', // Deprecated
1130
+ '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
1121
1131
  'brand01', 'brand02', 'brand03', 'active01', 'hoverField'];
1122
1132
  var numbers = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
1123
1133
  /**
@@ -1169,7 +1179,7 @@
1169
1179
  tokens: ['uiBackground', 'interactive01', 'interactive02', 'interactive03', 'interactive04', 'brand01', 'brand02', 'brand03', 'danger', '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']
1170
1180
  }, {
1171
1181
  type: 'interactive',
1172
- 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']
1182
+ 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']
1173
1183
  }],
1174
1184
  deprecated: ['brand01', 'brand02', 'brand03', 'active01']
1175
1185
  };
@@ -1318,6 +1328,7 @@
1318
1328
  exports.highlight = highlight;
1319
1329
  exports.decorative01 = decorative01;
1320
1330
  exports.hoverLightUI = hoverLightUI;
1331
+ exports.buttonSeparator = buttonSeparator;
1321
1332
  exports.skeleton01 = skeleton01;
1322
1333
  exports.skeleton02 = skeleton02;
1323
1334
  exports.brand01 = brand01;