@carbon/themes 10.31.0 → 10.33.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.
@@ -720,6 +720,746 @@ $skeleton-02: if(
720
720
  #c6c6c6
721
721
  ) !default;
722
722
 
723
+ /// @type {undefined}
724
+ /// @access public
725
+ /// @group @carbon/themes
726
+ $background: if(
727
+ global-variable-exists('carbon--theme') and
728
+ map-has-key($carbon--theme, 'background'),
729
+ map-get($carbon--theme, 'background'),
730
+ #ffffff
731
+ ) !default;
732
+
733
+ /// @type {undefined}
734
+ /// @access public
735
+ /// @group @carbon/themes
736
+ $layer: if(
737
+ global-variable-exists('carbon--theme') and
738
+ map-has-key($carbon--theme, 'layer'),
739
+ map-get($carbon--theme, 'layer'),
740
+ #f4f4f4
741
+ ) !default;
742
+
743
+ /// @type {undefined}
744
+ /// @access public
745
+ /// @group @carbon/themes
746
+ $layer-accent: if(
747
+ global-variable-exists('carbon--theme') and
748
+ map-has-key($carbon--theme, 'layer-accent'),
749
+ map-get($carbon--theme, 'layer-accent'),
750
+ #e0e0e0
751
+ ) !default;
752
+
753
+ /// @type {undefined}
754
+ /// @access public
755
+ /// @group @carbon/themes
756
+ $field: if(
757
+ global-variable-exists('carbon--theme') and
758
+ map-has-key($carbon--theme, 'field'),
759
+ map-get($carbon--theme, 'field'),
760
+ #f4f4f4
761
+ ) !default;
762
+
763
+ /// @type {undefined}
764
+ /// @access public
765
+ /// @group @carbon/themes
766
+ $background-inverse: if(
767
+ global-variable-exists('carbon--theme') and
768
+ map-has-key($carbon--theme, 'background-inverse'),
769
+ map-get($carbon--theme, 'background-inverse'),
770
+ #393939
771
+ ) !default;
772
+
773
+ /// @type {undefined}
774
+ /// @access public
775
+ /// @group @carbon/themes
776
+ $background-brand: if(
777
+ global-variable-exists('carbon--theme') and
778
+ map-has-key($carbon--theme, 'background-brand'),
779
+ map-get($carbon--theme, 'background-brand'),
780
+ #0f62fe
781
+ ) !default;
782
+
783
+ /// @type {undefined}
784
+ /// @access public
785
+ /// @group @carbon/themes
786
+ $interactive: if(
787
+ global-variable-exists('carbon--theme') and
788
+ map-has-key($carbon--theme, 'interactive'),
789
+ map-get($carbon--theme, 'interactive'),
790
+ #0f62fe
791
+ ) !default;
792
+
793
+ /// @type {undefined}
794
+ /// @access public
795
+ /// @group @carbon/themes
796
+ $border-subtle: if(
797
+ global-variable-exists('carbon--theme') and
798
+ map-has-key($carbon--theme, 'border-subtle'),
799
+ map-get($carbon--theme, 'border-subtle'),
800
+ #e0e0e0
801
+ ) !default;
802
+
803
+ /// @type {undefined}
804
+ /// @access public
805
+ /// @group @carbon/themes
806
+ $border-strong: if(
807
+ global-variable-exists('carbon--theme') and
808
+ map-has-key($carbon--theme, 'border-strong'),
809
+ map-get($carbon--theme, 'border-strong'),
810
+ #8d8d8d
811
+ ) !default;
812
+
813
+ /// @type {undefined}
814
+ /// @access public
815
+ /// @group @carbon/themes
816
+ $border-inverse: if(
817
+ global-variable-exists('carbon--theme') and
818
+ map-has-key($carbon--theme, 'border-inverse'),
819
+ map-get($carbon--theme, 'border-inverse'),
820
+ #161616
821
+ ) !default;
822
+
823
+ /// @type {undefined}
824
+ /// @access public
825
+ /// @group @carbon/themes
826
+ $border-interactive: if(
827
+ global-variable-exists('carbon--theme') and
828
+ map-has-key($carbon--theme, 'border-interactive'),
829
+ map-get($carbon--theme, 'border-interactive'),
830
+ #0f62fe
831
+ ) !default;
832
+
833
+ /// @type {undefined}
834
+ /// @access public
835
+ /// @group @carbon/themes
836
+ $text-primary: if(
837
+ global-variable-exists('carbon--theme') and
838
+ map-has-key($carbon--theme, 'text-primary'),
839
+ map-get($carbon--theme, 'text-primary'),
840
+ #161616
841
+ ) !default;
842
+
843
+ /// @type {undefined}
844
+ /// @access public
845
+ /// @group @carbon/themes
846
+ $text-secondary: if(
847
+ global-variable-exists('carbon--theme') and
848
+ map-has-key($carbon--theme, 'text-secondary'),
849
+ map-get($carbon--theme, 'text-secondary'),
850
+ #525252
851
+ ) !default;
852
+
853
+ /// @type {undefined}
854
+ /// @access public
855
+ /// @group @carbon/themes
856
+ $text-placeholder: if(
857
+ global-variable-exists('carbon--theme') and
858
+ map-has-key($carbon--theme, 'text-placeholder'),
859
+ map-get($carbon--theme, 'text-placeholder'),
860
+ #a8a8a8
861
+ ) !default;
862
+
863
+ /// @type {undefined}
864
+ /// @access public
865
+ /// @group @carbon/themes
866
+ $text-helper: if(
867
+ global-variable-exists('carbon--theme') and
868
+ map-has-key($carbon--theme, 'text-helper'),
869
+ map-get($carbon--theme, 'text-helper'),
870
+ #6f6f6f
871
+ ) !default;
872
+
873
+ /// @type {undefined}
874
+ /// @access public
875
+ /// @group @carbon/themes
876
+ $text-on-color: if(
877
+ global-variable-exists('carbon--theme') and
878
+ map-has-key($carbon--theme, 'text-on-color'),
879
+ map-get($carbon--theme, 'text-on-color'),
880
+ #ffffff
881
+ ) !default;
882
+
883
+ /// @type {undefined}
884
+ /// @access public
885
+ /// @group @carbon/themes
886
+ $text-inverse: if(
887
+ global-variable-exists('carbon--theme') and
888
+ map-has-key($carbon--theme, 'text-inverse'),
889
+ map-get($carbon--theme, 'text-inverse'),
890
+ #ffffff
891
+ ) !default;
892
+
893
+ /// @type {undefined}
894
+ /// @access public
895
+ /// @group @carbon/themes
896
+ $link-primary: if(
897
+ global-variable-exists('carbon--theme') and
898
+ map-has-key($carbon--theme, 'link-primary'),
899
+ map-get($carbon--theme, 'link-primary'),
900
+ #0f62fe
901
+ ) !default;
902
+
903
+ /// @type {undefined}
904
+ /// @access public
905
+ /// @group @carbon/themes
906
+ $link-secondary: if(
907
+ global-variable-exists('carbon--theme') and
908
+ map-has-key($carbon--theme, 'link-secondary'),
909
+ map-get($carbon--theme, 'link-secondary'),
910
+ #0043ce
911
+ ) !default;
912
+
913
+ /// @type {undefined}
914
+ /// @access public
915
+ /// @group @carbon/themes
916
+ $link-visited: if(
917
+ global-variable-exists('carbon--theme') and
918
+ map-has-key($carbon--theme, 'link-visited'),
919
+ map-get($carbon--theme, 'link-visited'),
920
+ #8a3ffc
921
+ ) !default;
922
+
923
+ /// @type {undefined}
924
+ /// @access public
925
+ /// @group @carbon/themes
926
+ $link-inverse: if(
927
+ global-variable-exists('carbon--theme') and
928
+ map-has-key($carbon--theme, 'link-inverse'),
929
+ map-get($carbon--theme, 'link-inverse'),
930
+ #78a9ff
931
+ ) !default;
932
+
933
+ /// @type {undefined}
934
+ /// @access public
935
+ /// @group @carbon/themes
936
+ $icon-primary: if(
937
+ global-variable-exists('carbon--theme') and
938
+ map-has-key($carbon--theme, 'icon-primary'),
939
+ map-get($carbon--theme, 'icon-primary'),
940
+ #161616
941
+ ) !default;
942
+
943
+ /// @type {undefined}
944
+ /// @access public
945
+ /// @group @carbon/themes
946
+ $icon-secondary: if(
947
+ global-variable-exists('carbon--theme') and
948
+ map-has-key($carbon--theme, 'icon-secondary'),
949
+ map-get($carbon--theme, 'icon-secondary'),
950
+ #525252
951
+ ) !default;
952
+
953
+ /// @type {undefined}
954
+ /// @access public
955
+ /// @group @carbon/themes
956
+ $icon-on-color: if(
957
+ global-variable-exists('carbon--theme') and
958
+ map-has-key($carbon--theme, 'icon-on-color'),
959
+ map-get($carbon--theme, 'icon-on-color'),
960
+ #ffffff
961
+ ) !default;
962
+
963
+ /// @type {undefined}
964
+ /// @access public
965
+ /// @group @carbon/themes
966
+ $icon-inverse: if(
967
+ global-variable-exists('carbon--theme') and
968
+ map-has-key($carbon--theme, 'icon-inverse'),
969
+ map-get($carbon--theme, 'icon-inverse'),
970
+ #ffffff
971
+ ) !default;
972
+
973
+ /// @type {undefined}
974
+ /// @access public
975
+ /// @group @carbon/themes
976
+ $support-error: if(
977
+ global-variable-exists('carbon--theme') and
978
+ map-has-key($carbon--theme, 'support-error'),
979
+ map-get($carbon--theme, 'support-error'),
980
+ #da1e28
981
+ ) !default;
982
+
983
+ /// @type {undefined}
984
+ /// @access public
985
+ /// @group @carbon/themes
986
+ $support-success: if(
987
+ global-variable-exists('carbon--theme') and
988
+ map-has-key($carbon--theme, 'support-success'),
989
+ map-get($carbon--theme, 'support-success'),
990
+ #24a148
991
+ ) !default;
992
+
993
+ /// @type {undefined}
994
+ /// @access public
995
+ /// @group @carbon/themes
996
+ $support-warning: if(
997
+ global-variable-exists('carbon--theme') and
998
+ map-has-key($carbon--theme, 'support-warning'),
999
+ map-get($carbon--theme, 'support-warning'),
1000
+ #f1c21b
1001
+ ) !default;
1002
+
1003
+ /// @type {undefined}
1004
+ /// @access public
1005
+ /// @group @carbon/themes
1006
+ $support-info: if(
1007
+ global-variable-exists('carbon--theme') and
1008
+ map-has-key($carbon--theme, 'support-info'),
1009
+ map-get($carbon--theme, 'support-info'),
1010
+ #0043ce
1011
+ ) !default;
1012
+
1013
+ /// @type {undefined}
1014
+ /// @access public
1015
+ /// @group @carbon/themes
1016
+ $support-error-inverse: if(
1017
+ global-variable-exists('carbon--theme') and
1018
+ map-has-key($carbon--theme, 'support-error-inverse'),
1019
+ map-get($carbon--theme, 'support-error-inverse'),
1020
+ #fa4d56
1021
+ ) !default;
1022
+
1023
+ /// @type {undefined}
1024
+ /// @access public
1025
+ /// @group @carbon/themes
1026
+ $support-success-inverse: if(
1027
+ global-variable-exists('carbon--theme') and
1028
+ map-has-key($carbon--theme, 'support-success-inverse'),
1029
+ map-get($carbon--theme, 'support-success-inverse'),
1030
+ #42be65
1031
+ ) !default;
1032
+
1033
+ /// @type {undefined}
1034
+ /// @access public
1035
+ /// @group @carbon/themes
1036
+ $support-warning-inverse: if(
1037
+ global-variable-exists('carbon--theme') and
1038
+ map-has-key($carbon--theme, 'support-warning-inverse'),
1039
+ map-get($carbon--theme, 'support-warning-inverse'),
1040
+ #f1c21b
1041
+ ) !default;
1042
+
1043
+ /// @type {undefined}
1044
+ /// @access public
1045
+ /// @group @carbon/themes
1046
+ $support-info-inverse: if(
1047
+ global-variable-exists('carbon--theme') and
1048
+ map-has-key($carbon--theme, 'support-info-inverse'),
1049
+ map-get($carbon--theme, 'support-info-inverse'),
1050
+ #4589ff
1051
+ ) !default;
1052
+
1053
+ /// @type {undefined}
1054
+ /// @access public
1055
+ /// @group @carbon/themes
1056
+ $overlay: if(
1057
+ global-variable-exists('carbon--theme') and
1058
+ map-has-key($carbon--theme, 'overlay'),
1059
+ map-get($carbon--theme, 'overlay'),
1060
+ rgba(22, 22, 22, 0.5)
1061
+ ) !default;
1062
+
1063
+ /// @type {undefined}
1064
+ /// @access public
1065
+ /// @group @carbon/themes
1066
+ $toggle-off: if(
1067
+ global-variable-exists('carbon--theme') and
1068
+ map-has-key($carbon--theme, 'toggle-off'),
1069
+ map-get($carbon--theme, 'toggle-off'),
1070
+ #8d8d8d
1071
+ ) !default;
1072
+
1073
+ /// @type {undefined}
1074
+ /// @access public
1075
+ /// @group @carbon/themes
1076
+ $button-primary: if(
1077
+ global-variable-exists('carbon--theme') and
1078
+ map-has-key($carbon--theme, 'button-primary'),
1079
+ map-get($carbon--theme, 'button-primary'),
1080
+ #0f62fe
1081
+ ) !default;
1082
+
1083
+ /// @type {undefined}
1084
+ /// @access public
1085
+ /// @group @carbon/themes
1086
+ $button-secondary: if(
1087
+ global-variable-exists('carbon--theme') and
1088
+ map-has-key($carbon--theme, 'button-secondary'),
1089
+ map-get($carbon--theme, 'button-secondary'),
1090
+ #393939
1091
+ ) !default;
1092
+
1093
+ /// @type {undefined}
1094
+ /// @access public
1095
+ /// @group @carbon/themes
1096
+ $button-tertiary: if(
1097
+ global-variable-exists('carbon--theme') and
1098
+ map-has-key($carbon--theme, 'button-tertiary'),
1099
+ map-get($carbon--theme, 'button-tertiary'),
1100
+ #0f62fe
1101
+ ) !default;
1102
+
1103
+ /// @type {undefined}
1104
+ /// @access public
1105
+ /// @group @carbon/themes
1106
+ $button-danger-primary: if(
1107
+ global-variable-exists('carbon--theme') and
1108
+ map-has-key($carbon--theme, 'button-danger-primary'),
1109
+ map-get($carbon--theme, 'button-danger-primary'),
1110
+ #da1e28
1111
+ ) !default;
1112
+
1113
+ /// @type {undefined}
1114
+ /// @access public
1115
+ /// @group @carbon/themes
1116
+ $button-danger-secondary: if(
1117
+ global-variable-exists('carbon--theme') and
1118
+ map-has-key($carbon--theme, 'button-danger-secondary'),
1119
+ map-get($carbon--theme, 'button-danger-secondary'),
1120
+ #da1e28
1121
+ ) !default;
1122
+
1123
+ /// @type {undefined}
1124
+ /// @access public
1125
+ /// @group @carbon/themes
1126
+ $background-active: if(
1127
+ global-variable-exists('carbon--theme') and
1128
+ map-has-key($carbon--theme, 'background-active'),
1129
+ map-get($carbon--theme, 'background-active'),
1130
+ #c6c6c6
1131
+ ) !default;
1132
+
1133
+ /// @type {undefined}
1134
+ /// @access public
1135
+ /// @group @carbon/themes
1136
+ $layer-active: if(
1137
+ global-variable-exists('carbon--theme') and
1138
+ map-has-key($carbon--theme, 'layer-active'),
1139
+ map-get($carbon--theme, 'layer-active'),
1140
+ #c6c6c6
1141
+ ) !default;
1142
+
1143
+ /// @type {undefined}
1144
+ /// @access public
1145
+ /// @group @carbon/themes
1146
+ $button-danger-active: if(
1147
+ global-variable-exists('carbon--theme') and
1148
+ map-has-key($carbon--theme, 'button-danger-active'),
1149
+ map-get($carbon--theme, 'button-danger-active'),
1150
+ #750e13
1151
+ ) !default;
1152
+
1153
+ /// @type {undefined}
1154
+ /// @access public
1155
+ /// @group @carbon/themes
1156
+ $button-primary-active: if(
1157
+ global-variable-exists('carbon--theme') and
1158
+ map-has-key($carbon--theme, 'button-primary-active'),
1159
+ map-get($carbon--theme, 'button-primary-active'),
1160
+ #002d9c
1161
+ ) !default;
1162
+
1163
+ /// @type {undefined}
1164
+ /// @access public
1165
+ /// @group @carbon/themes
1166
+ $button-secondary-active: if(
1167
+ global-variable-exists('carbon--theme') and
1168
+ map-has-key($carbon--theme, 'button-secondary-active'),
1169
+ map-get($carbon--theme, 'button-secondary-active'),
1170
+ #6f6f6f
1171
+ ) !default;
1172
+
1173
+ /// @type {undefined}
1174
+ /// @access public
1175
+ /// @group @carbon/themes
1176
+ $button-tertiary-active: if(
1177
+ global-variable-exists('carbon--theme') and
1178
+ map-has-key($carbon--theme, 'button-tertiary-active'),
1179
+ map-get($carbon--theme, 'button-tertiary-active'),
1180
+ #002d9c
1181
+ ) !default;
1182
+
1183
+ /// @type {undefined}
1184
+ /// @access public
1185
+ /// @group @carbon/themes
1186
+ $focus-inset: if(
1187
+ global-variable-exists('carbon--theme') and
1188
+ map-has-key($carbon--theme, 'focus-inset'),
1189
+ map-get($carbon--theme, 'focus-inset'),
1190
+ #ffffff
1191
+ ) !default;
1192
+
1193
+ /// @type {undefined}
1194
+ /// @access public
1195
+ /// @group @carbon/themes
1196
+ $focus-inverse: if(
1197
+ global-variable-exists('carbon--theme') and
1198
+ map-has-key($carbon--theme, 'focus-inverse'),
1199
+ map-get($carbon--theme, 'focus-inverse'),
1200
+ #ffffff
1201
+ ) !default;
1202
+
1203
+ /// @type {undefined}
1204
+ /// @access public
1205
+ /// @group @carbon/themes
1206
+ $background-hover: if(
1207
+ global-variable-exists('carbon--theme') and
1208
+ map-has-key($carbon--theme, 'background-hover'),
1209
+ map-get($carbon--theme, 'background-hover'),
1210
+ #e5e5e5
1211
+ ) !default;
1212
+
1213
+ /// @type {undefined}
1214
+ /// @access public
1215
+ /// @group @carbon/themes
1216
+ $layer-hover: if(
1217
+ global-variable-exists('carbon--theme') and
1218
+ map-has-key($carbon--theme, 'layer-hover'),
1219
+ map-get($carbon--theme, 'layer-hover'),
1220
+ #e5e5e5
1221
+ ) !default;
1222
+
1223
+ /// @type {undefined}
1224
+ /// @access public
1225
+ /// @group @carbon/themes
1226
+ $field-hover: if(
1227
+ global-variable-exists('carbon--theme') and
1228
+ map-has-key($carbon--theme, 'field-hover'),
1229
+ map-get($carbon--theme, 'field-hover'),
1230
+ #e5e5e5
1231
+ ) !default;
1232
+
1233
+ /// @type {undefined}
1234
+ /// @access public
1235
+ /// @group @carbon/themes
1236
+ $background-inverse-hover: if(
1237
+ global-variable-exists('carbon--theme') and
1238
+ map-has-key($carbon--theme, 'background-inverse-hover'),
1239
+ map-get($carbon--theme, 'background-inverse-hover'),
1240
+ #4c4c4c
1241
+ ) !default;
1242
+
1243
+ /// @type {undefined}
1244
+ /// @access public
1245
+ /// @group @carbon/themes
1246
+ $link-primary-hover: if(
1247
+ global-variable-exists('carbon--theme') and
1248
+ map-has-key($carbon--theme, 'link-primary-hover'),
1249
+ map-get($carbon--theme, 'link-primary-hover'),
1250
+ #0043ce
1251
+ ) !default;
1252
+
1253
+ /// @type {undefined}
1254
+ /// @access public
1255
+ /// @group @carbon/themes
1256
+ $button-danger-hover: if(
1257
+ global-variable-exists('carbon--theme') and
1258
+ map-has-key($carbon--theme, 'button-danger-hover'),
1259
+ map-get($carbon--theme, 'button-danger-hover'),
1260
+ #b81921
1261
+ ) !default;
1262
+
1263
+ /// @type {undefined}
1264
+ /// @access public
1265
+ /// @group @carbon/themes
1266
+ $button-primary-hover: if(
1267
+ global-variable-exists('carbon--theme') and
1268
+ map-has-key($carbon--theme, 'button-primary-hover'),
1269
+ map-get($carbon--theme, 'button-primary-hover'),
1270
+ #0353e9
1271
+ ) !default;
1272
+
1273
+ /// @type {undefined}
1274
+ /// @access public
1275
+ /// @group @carbon/themes
1276
+ $button-secondary-hover: if(
1277
+ global-variable-exists('carbon--theme') and
1278
+ map-has-key($carbon--theme, 'button-secondary-hover'),
1279
+ map-get($carbon--theme, 'button-secondary-hover'),
1280
+ #4c4c4c
1281
+ ) !default;
1282
+
1283
+ /// @type {undefined}
1284
+ /// @access public
1285
+ /// @group @carbon/themes
1286
+ $button-tertiary-hover: if(
1287
+ global-variable-exists('carbon--theme') and
1288
+ map-has-key($carbon--theme, 'button-tertiary-hover'),
1289
+ map-get($carbon--theme, 'button-tertiary-hover'),
1290
+ #0353e9
1291
+ ) !default;
1292
+
1293
+ /// @type {undefined}
1294
+ /// @access public
1295
+ /// @group @carbon/themes
1296
+ $background-selected: if(
1297
+ global-variable-exists('carbon--theme') and
1298
+ map-has-key($carbon--theme, 'background-selected'),
1299
+ map-get($carbon--theme, 'background-selected'),
1300
+ #e0e0e0
1301
+ ) !default;
1302
+
1303
+ /// @type {undefined}
1304
+ /// @access public
1305
+ /// @group @carbon/themes
1306
+ $background-selected-hover: if(
1307
+ global-variable-exists('carbon--theme') and
1308
+ map-has-key($carbon--theme, 'background-selected-hover'),
1309
+ map-get($carbon--theme, 'background-selected-hover'),
1310
+ #cacaca
1311
+ ) !default;
1312
+
1313
+ /// @type {undefined}
1314
+ /// @access public
1315
+ /// @group @carbon/themes
1316
+ $layer-selected: if(
1317
+ global-variable-exists('carbon--theme') and
1318
+ map-has-key($carbon--theme, 'layer-selected'),
1319
+ map-get($carbon--theme, 'layer-selected'),
1320
+ #e0e0e0
1321
+ ) !default;
1322
+
1323
+ /// @type {undefined}
1324
+ /// @access public
1325
+ /// @group @carbon/themes
1326
+ $layer-selected-hover: if(
1327
+ global-variable-exists('carbon--theme') and
1328
+ map-has-key($carbon--theme, 'layer-selected-hover'),
1329
+ map-get($carbon--theme, 'layer-selected-hover'),
1330
+ #cacaca
1331
+ ) !default;
1332
+
1333
+ /// @type {undefined}
1334
+ /// @access public
1335
+ /// @group @carbon/themes
1336
+ $layer-selected-inverse: if(
1337
+ global-variable-exists('carbon--theme') and
1338
+ map-has-key($carbon--theme, 'layer-selected-inverse'),
1339
+ map-get($carbon--theme, 'layer-selected-inverse'),
1340
+ #161616
1341
+ ) !default;
1342
+
1343
+ /// @type {undefined}
1344
+ /// @access public
1345
+ /// @group @carbon/themes
1346
+ $border-subtle-selected: if(
1347
+ global-variable-exists('carbon--theme') and
1348
+ map-has-key($carbon--theme, 'border-subtle-selected'),
1349
+ map-get($carbon--theme, 'border-subtle-selected'),
1350
+ #c6c6c6
1351
+ ) !default;
1352
+
1353
+ /// @type {undefined}
1354
+ /// @access public
1355
+ /// @group @carbon/themes
1356
+ $layer-disabled: if(
1357
+ global-variable-exists('carbon--theme') and
1358
+ map-has-key($carbon--theme, 'layer-disabled'),
1359
+ map-get($carbon--theme, 'layer-disabled'),
1360
+ #f4f4f4
1361
+ ) !default;
1362
+
1363
+ /// @type {undefined}
1364
+ /// @access public
1365
+ /// @group @carbon/themes
1366
+ $field-disabled: if(
1367
+ global-variable-exists('carbon--theme') and
1368
+ map-has-key($carbon--theme, 'field-disabled'),
1369
+ map-get($carbon--theme, 'field-disabled'),
1370
+ #f4f4f4
1371
+ ) !default;
1372
+
1373
+ /// @type {undefined}
1374
+ /// @access public
1375
+ /// @group @carbon/themes
1376
+ $border-disabled: if(
1377
+ global-variable-exists('carbon--theme') and
1378
+ map-has-key($carbon--theme, 'border-disabled'),
1379
+ map-get($carbon--theme, 'border-disabled'),
1380
+ #f4f4f4
1381
+ ) !default;
1382
+
1383
+ /// @type {undefined}
1384
+ /// @access public
1385
+ /// @group @carbon/themes
1386
+ $text-disabled: if(
1387
+ global-variable-exists('carbon--theme') and
1388
+ map-has-key($carbon--theme, 'text-disabled'),
1389
+ map-get($carbon--theme, 'text-disabled'),
1390
+ #c6c6c6
1391
+ ) !default;
1392
+
1393
+ /// @type {undefined}
1394
+ /// @access public
1395
+ /// @group @carbon/themes
1396
+ $button-disabled: if(
1397
+ global-variable-exists('carbon--theme') and
1398
+ map-has-key($carbon--theme, 'button-disabled'),
1399
+ map-get($carbon--theme, 'button-disabled'),
1400
+ #c6c6c6
1401
+ ) !default;
1402
+
1403
+ /// @type {undefined}
1404
+ /// @access public
1405
+ /// @group @carbon/themes
1406
+ $icon-disabled: if(
1407
+ global-variable-exists('carbon--theme') and
1408
+ map-has-key($carbon--theme, 'icon-disabled'),
1409
+ map-get($carbon--theme, 'icon-disabled'),
1410
+ #c6c6c6
1411
+ ) !default;
1412
+
1413
+ /// @type {undefined}
1414
+ /// @access public
1415
+ /// @group @carbon/themes
1416
+ $text-on-color-disabled: if(
1417
+ global-variable-exists('carbon--theme') and
1418
+ map-has-key($carbon--theme, 'text-on-color-disabled'),
1419
+ map-get($carbon--theme, 'text-on-color-disabled'),
1420
+ #8d8d8d
1421
+ ) !default;
1422
+
1423
+ /// @type {undefined}
1424
+ /// @access public
1425
+ /// @group @carbon/themes
1426
+ $icon-on-color-disabled: if(
1427
+ global-variable-exists('carbon--theme') and
1428
+ map-has-key($carbon--theme, 'icon-on-color-disabled'),
1429
+ map-get($carbon--theme, 'icon-on-color-disabled'),
1430
+ #8d8d8d
1431
+ ) !default;
1432
+
1433
+ /// @type {undefined}
1434
+ /// @access public
1435
+ /// @group @carbon/themes
1436
+ $layer-selected-disabled: if(
1437
+ global-variable-exists('carbon--theme') and
1438
+ map-has-key($carbon--theme, 'layer-selected-disabled'),
1439
+ map-get($carbon--theme, 'layer-selected-disabled'),
1440
+ #8d8d8d
1441
+ ) !default;
1442
+
1443
+ /// @type {undefined}
1444
+ /// @access public
1445
+ /// @group @carbon/themes
1446
+ $skeleton-background: if(
1447
+ global-variable-exists('carbon--theme') and
1448
+ map-has-key($carbon--theme, 'skeleton-background'),
1449
+ map-get($carbon--theme, 'skeleton-background'),
1450
+ #e5e5e5
1451
+ ) !default;
1452
+
1453
+ /// @type {undefined}
1454
+ /// @access public
1455
+ /// @group @carbon/themes
1456
+ $skeleton-element: if(
1457
+ global-variable-exists('carbon--theme') and
1458
+ map-has-key($carbon--theme, 'skeleton-element'),
1459
+ map-get($carbon--theme, 'skeleton-element'),
1460
+ #c6c6c6
1461
+ ) !default;
1462
+
723
1463
  /// @type {undefined}
724
1464
  /// @access public
725
1465
  /// @group @carbon/themes