@tamagui/themes 2.0.0-1768636514428 → 2.0.0-1768696252732
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/.turbo/turbo-build.log +1 -1
- package/dist/cjs/defaultColorThemes.cjs +103 -0
- package/dist/cjs/defaultColorThemes.js +96 -0
- package/dist/cjs/defaultColorThemes.js.map +6 -0
- package/dist/cjs/defaultColorThemes.native.js +120 -0
- package/dist/cjs/defaultColorThemes.native.js.map +1 -0
- package/dist/cjs/defaultGrandChildrenThemes.cjs +45 -0
- package/dist/cjs/defaultGrandChildrenThemes.js +28 -0
- package/dist/cjs/defaultGrandChildrenThemes.js.map +6 -0
- package/dist/cjs/defaultGrandChildrenThemes.native.js +48 -0
- package/dist/cjs/defaultGrandChildrenThemes.native.js.map +1 -0
- package/dist/cjs/generated-v4-tamagui.cjs +49 -49
- package/dist/cjs/generated-v4-tamagui.js +49 -49
- package/dist/cjs/generated-v4-tamagui.js.map +1 -1
- package/dist/cjs/generated-v4-tamagui.native.js +49 -49
- package/dist/cjs/generated-v4.cjs +29 -29
- package/dist/cjs/generated-v4.js +29 -29
- package/dist/cjs/generated-v4.js.map +1 -1
- package/dist/cjs/generated-v4.native.js +29 -29
- package/dist/cjs/generated-v5.cjs +37 -37
- package/dist/cjs/generated-v5.js +37 -37
- package/dist/cjs/generated-v5.js.map +1 -1
- package/dist/cjs/generated-v5.native.js +37 -37
- package/dist/cjs/v5-palettes.cjs +124 -0
- package/dist/cjs/v5-palettes.js +149 -0
- package/dist/cjs/v5-palettes.js.map +6 -0
- package/dist/cjs/v5-palettes.native.js +127 -0
- package/dist/cjs/v5-palettes.native.js.map +1 -0
- package/dist/cjs/v5.cjs +5 -0
- package/dist/cjs/v5.js +5 -0
- package/dist/cjs/v5.js.map +1 -1
- package/dist/cjs/v5.native.js +5 -0
- package/dist/cjs/v5.native.js.map +1 -1
- package/dist/esm/defaultColorThemes.js +92 -0
- package/dist/esm/defaultColorThemes.js.map +6 -0
- package/dist/esm/defaultColorThemes.mjs +79 -0
- package/dist/esm/defaultColorThemes.mjs.map +1 -0
- package/dist/esm/defaultColorThemes.native.js +93 -0
- package/dist/esm/defaultColorThemes.native.js.map +1 -0
- package/dist/esm/defaultGrandChildrenThemes.js +12 -0
- package/dist/esm/defaultGrandChildrenThemes.js.map +6 -0
- package/dist/esm/defaultGrandChildrenThemes.mjs +22 -0
- package/dist/esm/defaultGrandChildrenThemes.mjs.map +1 -0
- package/dist/esm/defaultGrandChildrenThemes.native.js +22 -0
- package/dist/esm/defaultGrandChildrenThemes.native.js.map +1 -0
- package/dist/esm/generated-v4-tamagui.js +49 -49
- package/dist/esm/generated-v4-tamagui.js.map +1 -1
- package/dist/esm/generated-v4-tamagui.mjs +49 -49
- package/dist/esm/generated-v4-tamagui.mjs.map +1 -1
- package/dist/esm/generated-v4-tamagui.native.js +49 -49
- package/dist/esm/generated-v4.js +29 -29
- package/dist/esm/generated-v4.js.map +1 -1
- package/dist/esm/generated-v4.mjs +29 -29
- package/dist/esm/generated-v4.mjs.map +1 -1
- package/dist/esm/generated-v4.native.js +29 -29
- package/dist/esm/generated-v5.js +37 -37
- package/dist/esm/generated-v5.js.map +1 -1
- package/dist/esm/generated-v5.mjs +37 -37
- package/dist/esm/generated-v5.mjs.map +1 -1
- package/dist/esm/generated-v5.native.js +37 -37
- package/dist/esm/v5-palettes.js +144 -0
- package/dist/esm/v5-palettes.js.map +6 -0
- package/dist/esm/v5-palettes.mjs +92 -0
- package/dist/esm/v5-palettes.mjs.map +1 -0
- package/dist/esm/v5-palettes.native.js +92 -0
- package/dist/esm/v5-palettes.native.js.map +1 -0
- package/dist/esm/v5.js +13 -2
- package/dist/esm/v5.js.map +1 -1
- package/dist/esm/v5.mjs +3 -3
- package/dist/esm/v5.mjs.map +1 -1
- package/dist/esm/v5.native.js +3 -3
- package/dist/esm/v5.native.js.map +1 -1
- package/package.json +7 -7
- package/src/defaultColorThemes.ts +120 -0
- package/src/defaultGrandChildrenThemes.ts +27 -0
- package/src/generated-v4-tamagui.ts +48 -48
- package/src/generated-v4.ts +28 -28
- package/src/generated-v5.ts +36 -36
- package/src/v5-palettes.ts +158 -0
- package/src/v5.tsx +8 -2
- package/types/defaultColorThemes.d.ts +69 -0
- package/types/defaultColorThemes.d.ts.map +1 -0
- package/types/defaultGrandChildrenThemes.d.ts +31 -0
- package/types/defaultGrandChildrenThemes.d.ts.map +1 -0
- package/types/v3-themes.d.ts +1 -1
- package/types/v4-tamagui.d.ts +1 -1
- package/types/v5-palettes.d.ts +94 -0
- package/types/v5-palettes.d.ts.map +1 -0
- package/types/v5.d.ts +2 -2
- package/types/v5.d.ts.map +1 -1
|
@@ -912,7 +912,6 @@ const colors = [
|
|
|
912
912
|
light_Card: n28,
|
|
913
913
|
light_Progress: n28,
|
|
914
914
|
light_TooltipArrow: n28,
|
|
915
|
-
light_SliderTrack: n28,
|
|
916
915
|
light_Input: n28,
|
|
917
916
|
light_TextArea: n28,
|
|
918
917
|
light_white_ListItem: n28,
|
|
@@ -921,7 +920,6 @@ const colors = [
|
|
|
921
920
|
light_white_Card: n28,
|
|
922
921
|
light_white_Progress: n28,
|
|
923
922
|
light_white_TooltipArrow: n28,
|
|
924
|
-
light_white_SliderTrack: n28,
|
|
925
923
|
light_white_Input: n28,
|
|
926
924
|
light_white_TextArea: n28,
|
|
927
925
|
light_surface2: n29,
|
|
@@ -930,16 +928,16 @@ const colors = [
|
|
|
930
928
|
light_Switch: n29,
|
|
931
929
|
light_TooltipContent: n29,
|
|
932
930
|
light_RadioGroupItem: n29,
|
|
931
|
+
light_SliderTrackActive: n29,
|
|
933
932
|
light_white_Checkbox: n29,
|
|
934
933
|
light_white_Switch: n29,
|
|
935
934
|
light_white_TooltipContent: n29,
|
|
936
935
|
light_white_RadioGroupItem: n29,
|
|
936
|
+
light_white_SliderTrackActive: n29,
|
|
937
937
|
light_surface3: n30,
|
|
938
938
|
light_white_surface3: n30,
|
|
939
939
|
light_Button: n30,
|
|
940
|
-
light_SliderTrackActive: n30,
|
|
941
940
|
light_white_Button: n30,
|
|
942
|
-
light_white_SliderTrackActive: n30,
|
|
943
941
|
dark_accent: n31,
|
|
944
942
|
dark_alt1_accent: n31,
|
|
945
943
|
dark_alt2_accent: n31,
|
|
@@ -1015,7 +1013,6 @@ const colors = [
|
|
|
1015
1013
|
dark_Card: n34,
|
|
1016
1014
|
dark_Progress: n34,
|
|
1017
1015
|
dark_TooltipArrow: n34,
|
|
1018
|
-
dark_SliderTrack: n34,
|
|
1019
1016
|
dark_Input: n34,
|
|
1020
1017
|
dark_TextArea: n34,
|
|
1021
1018
|
dark_black_ListItem: n34,
|
|
@@ -1024,7 +1021,6 @@ const colors = [
|
|
|
1024
1021
|
dark_black_Card: n34,
|
|
1025
1022
|
dark_black_Progress: n34,
|
|
1026
1023
|
dark_black_TooltipArrow: n34,
|
|
1027
|
-
dark_black_SliderTrack: n34,
|
|
1028
1024
|
dark_black_Input: n34,
|
|
1029
1025
|
dark_black_TextArea: n34,
|
|
1030
1026
|
dark_surface2: n35,
|
|
@@ -1033,18 +1029,19 @@ const colors = [
|
|
|
1033
1029
|
dark_Switch: n35,
|
|
1034
1030
|
dark_TooltipContent: n35,
|
|
1035
1031
|
dark_RadioGroupItem: n35,
|
|
1032
|
+
dark_SliderTrackActive: n35,
|
|
1036
1033
|
dark_black_Checkbox: n35,
|
|
1037
1034
|
dark_black_Switch: n35,
|
|
1038
1035
|
dark_black_TooltipContent: n35,
|
|
1039
1036
|
dark_black_RadioGroupItem: n35,
|
|
1037
|
+
dark_black_SliderTrackActive: n35,
|
|
1040
1038
|
dark_surface3: n36,
|
|
1041
1039
|
dark_black_surface3: n36,
|
|
1042
1040
|
dark_Button: n36,
|
|
1043
|
-
dark_SliderTrackActive: n36,
|
|
1044
1041
|
dark_black_Button: n36,
|
|
1045
|
-
dark_black_SliderTrackActive: n36,
|
|
1046
1042
|
light_black_accent: n37,
|
|
1047
1043
|
light_black_SwitchThumb: n37,
|
|
1044
|
+
light_black_SliderTrack: n37,
|
|
1048
1045
|
light_black_SliderThumb: n37,
|
|
1049
1046
|
light_black_Tooltip: n37,
|
|
1050
1047
|
light_black_ProgressIndicator: n37,
|
|
@@ -1055,7 +1052,6 @@ const colors = [
|
|
|
1055
1052
|
light_black_Card: n38,
|
|
1056
1053
|
light_black_Progress: n38,
|
|
1057
1054
|
light_black_TooltipArrow: n38,
|
|
1058
|
-
light_black_SliderTrack: n38,
|
|
1059
1055
|
light_black_Input: n38,
|
|
1060
1056
|
light_black_TextArea: n38,
|
|
1061
1057
|
light_black_surface2: n39,
|
|
@@ -1063,20 +1059,23 @@ const colors = [
|
|
|
1063
1059
|
light_black_Switch: n39,
|
|
1064
1060
|
light_black_TooltipContent: n39,
|
|
1065
1061
|
light_black_RadioGroupItem: n39,
|
|
1062
|
+
light_black_SliderTrackActive: n39,
|
|
1066
1063
|
light_black_surface3: n40,
|
|
1067
1064
|
light_black_Button: n40,
|
|
1068
|
-
light_black_SliderTrackActive: n40,
|
|
1069
1065
|
light_white_accent: n41,
|
|
1070
1066
|
light_SwitchThumb: n41,
|
|
1067
|
+
light_SliderTrack: n41,
|
|
1071
1068
|
light_SliderThumb: n41,
|
|
1072
1069
|
light_Tooltip: n41,
|
|
1073
1070
|
light_ProgressIndicator: n41,
|
|
1074
1071
|
light_white_SwitchThumb: n41,
|
|
1072
|
+
light_white_SliderTrack: n41,
|
|
1075
1073
|
light_white_SliderThumb: n41,
|
|
1076
1074
|
light_white_Tooltip: n41,
|
|
1077
1075
|
light_white_ProgressIndicator: n41,
|
|
1078
1076
|
light_gray_accent: n42,
|
|
1079
1077
|
light_gray_SwitchThumb: n42,
|
|
1078
|
+
light_gray_SliderTrack: n42,
|
|
1080
1079
|
light_gray_SliderThumb: n42,
|
|
1081
1080
|
light_gray_Tooltip: n42,
|
|
1082
1081
|
light_gray_ProgressIndicator: n42,
|
|
@@ -1089,7 +1088,6 @@ const colors = [
|
|
|
1089
1088
|
light_gray_Card: n45,
|
|
1090
1089
|
light_gray_Progress: n45,
|
|
1091
1090
|
light_gray_TooltipArrow: n45,
|
|
1092
|
-
light_gray_SliderTrack: n45,
|
|
1093
1091
|
light_gray_Input: n45,
|
|
1094
1092
|
light_gray_TextArea: n45,
|
|
1095
1093
|
light_gray_surface2: n46,
|
|
@@ -1097,11 +1095,12 @@ const colors = [
|
|
|
1097
1095
|
light_gray_Switch: n46,
|
|
1098
1096
|
light_gray_TooltipContent: n46,
|
|
1099
1097
|
light_gray_RadioGroupItem: n46,
|
|
1098
|
+
light_gray_SliderTrackActive: n46,
|
|
1100
1099
|
light_gray_surface3: n47,
|
|
1101
1100
|
light_gray_Button: n47,
|
|
1102
|
-
light_gray_SliderTrackActive: n47,
|
|
1103
1101
|
light_blue_accent: n48,
|
|
1104
1102
|
light_blue_SwitchThumb: n48,
|
|
1103
|
+
light_blue_SliderTrack: n48,
|
|
1105
1104
|
light_blue_SliderThumb: n48,
|
|
1106
1105
|
light_blue_Tooltip: n48,
|
|
1107
1106
|
light_blue_ProgressIndicator: n48,
|
|
@@ -1114,7 +1113,6 @@ const colors = [
|
|
|
1114
1113
|
light_blue_Card: n51,
|
|
1115
1114
|
light_blue_Progress: n51,
|
|
1116
1115
|
light_blue_TooltipArrow: n51,
|
|
1117
|
-
light_blue_SliderTrack: n51,
|
|
1118
1116
|
light_blue_Input: n51,
|
|
1119
1117
|
light_blue_TextArea: n51,
|
|
1120
1118
|
light_blue_surface2: n52,
|
|
@@ -1122,11 +1120,12 @@ const colors = [
|
|
|
1122
1120
|
light_blue_Switch: n52,
|
|
1123
1121
|
light_blue_TooltipContent: n52,
|
|
1124
1122
|
light_blue_RadioGroupItem: n52,
|
|
1123
|
+
light_blue_SliderTrackActive: n52,
|
|
1125
1124
|
light_blue_surface3: n53,
|
|
1126
1125
|
light_blue_Button: n53,
|
|
1127
|
-
light_blue_SliderTrackActive: n53,
|
|
1128
1126
|
light_orange_accent: n54,
|
|
1129
1127
|
light_orange_SwitchThumb: n54,
|
|
1128
|
+
light_orange_SliderTrack: n54,
|
|
1130
1129
|
light_orange_SliderThumb: n54,
|
|
1131
1130
|
light_orange_Tooltip: n54,
|
|
1132
1131
|
light_orange_ProgressIndicator: n54,
|
|
@@ -1139,7 +1138,6 @@ const colors = [
|
|
|
1139
1138
|
light_orange_Card: n57,
|
|
1140
1139
|
light_orange_Progress: n57,
|
|
1141
1140
|
light_orange_TooltipArrow: n57,
|
|
1142
|
-
light_orange_SliderTrack: n57,
|
|
1143
1141
|
light_orange_Input: n57,
|
|
1144
1142
|
light_orange_TextArea: n57,
|
|
1145
1143
|
light_orange_surface2: n58,
|
|
@@ -1147,11 +1145,12 @@ const colors = [
|
|
|
1147
1145
|
light_orange_Switch: n58,
|
|
1148
1146
|
light_orange_TooltipContent: n58,
|
|
1149
1147
|
light_orange_RadioGroupItem: n58,
|
|
1148
|
+
light_orange_SliderTrackActive: n58,
|
|
1150
1149
|
light_orange_surface3: n59,
|
|
1151
1150
|
light_orange_Button: n59,
|
|
1152
|
-
light_orange_SliderTrackActive: n59,
|
|
1153
1151
|
light_red_accent: n60,
|
|
1154
1152
|
light_red_SwitchThumb: n60,
|
|
1153
|
+
light_red_SliderTrack: n60,
|
|
1155
1154
|
light_red_SliderThumb: n60,
|
|
1156
1155
|
light_red_Tooltip: n60,
|
|
1157
1156
|
light_red_ProgressIndicator: n60,
|
|
@@ -1164,7 +1163,6 @@ const colors = [
|
|
|
1164
1163
|
light_red_Card: n63,
|
|
1165
1164
|
light_red_Progress: n63,
|
|
1166
1165
|
light_red_TooltipArrow: n63,
|
|
1167
|
-
light_red_SliderTrack: n63,
|
|
1168
1166
|
light_red_Input: n63,
|
|
1169
1167
|
light_red_TextArea: n63,
|
|
1170
1168
|
light_red_surface2: n64,
|
|
@@ -1172,11 +1170,12 @@ const colors = [
|
|
|
1172
1170
|
light_red_Switch: n64,
|
|
1173
1171
|
light_red_TooltipContent: n64,
|
|
1174
1172
|
light_red_RadioGroupItem: n64,
|
|
1173
|
+
light_red_SliderTrackActive: n64,
|
|
1175
1174
|
light_red_surface3: n65,
|
|
1176
1175
|
light_red_Button: n65,
|
|
1177
|
-
light_red_SliderTrackActive: n65,
|
|
1178
1176
|
light_yellow_accent: n66,
|
|
1179
1177
|
light_yellow_SwitchThumb: n66,
|
|
1178
|
+
light_yellow_SliderTrack: n66,
|
|
1180
1179
|
light_yellow_SliderThumb: n66,
|
|
1181
1180
|
light_yellow_Tooltip: n66,
|
|
1182
1181
|
light_yellow_ProgressIndicator: n66,
|
|
@@ -1189,7 +1188,6 @@ const colors = [
|
|
|
1189
1188
|
light_yellow_Card: n69,
|
|
1190
1189
|
light_yellow_Progress: n69,
|
|
1191
1190
|
light_yellow_TooltipArrow: n69,
|
|
1192
|
-
light_yellow_SliderTrack: n69,
|
|
1193
1191
|
light_yellow_Input: n69,
|
|
1194
1192
|
light_yellow_TextArea: n69,
|
|
1195
1193
|
light_yellow_surface2: n70,
|
|
@@ -1197,11 +1195,12 @@ const colors = [
|
|
|
1197
1195
|
light_yellow_Switch: n70,
|
|
1198
1196
|
light_yellow_TooltipContent: n70,
|
|
1199
1197
|
light_yellow_RadioGroupItem: n70,
|
|
1198
|
+
light_yellow_SliderTrackActive: n70,
|
|
1200
1199
|
light_yellow_surface3: n71,
|
|
1201
1200
|
light_yellow_Button: n71,
|
|
1202
|
-
light_yellow_SliderTrackActive: n71,
|
|
1203
1201
|
light_green_accent: n72,
|
|
1204
1202
|
light_green_SwitchThumb: n72,
|
|
1203
|
+
light_green_SliderTrack: n72,
|
|
1205
1204
|
light_green_SliderThumb: n72,
|
|
1206
1205
|
light_green_Tooltip: n72,
|
|
1207
1206
|
light_green_ProgressIndicator: n72,
|
|
@@ -1214,7 +1213,6 @@ const colors = [
|
|
|
1214
1213
|
light_green_Card: n75,
|
|
1215
1214
|
light_green_Progress: n75,
|
|
1216
1215
|
light_green_TooltipArrow: n75,
|
|
1217
|
-
light_green_SliderTrack: n75,
|
|
1218
1216
|
light_green_Input: n75,
|
|
1219
1217
|
light_green_TextArea: n75,
|
|
1220
1218
|
light_green_surface2: n76,
|
|
@@ -1222,11 +1220,12 @@ const colors = [
|
|
|
1222
1220
|
light_green_Switch: n76,
|
|
1223
1221
|
light_green_TooltipContent: n76,
|
|
1224
1222
|
light_green_RadioGroupItem: n76,
|
|
1223
|
+
light_green_SliderTrackActive: n76,
|
|
1225
1224
|
light_green_surface3: n77,
|
|
1226
1225
|
light_green_Button: n77,
|
|
1227
|
-
light_green_SliderTrackActive: n77,
|
|
1228
1226
|
light_purple_accent: n78,
|
|
1229
1227
|
light_purple_SwitchThumb: n78,
|
|
1228
|
+
light_purple_SliderTrack: n78,
|
|
1230
1229
|
light_purple_SliderThumb: n78,
|
|
1231
1230
|
light_purple_Tooltip: n78,
|
|
1232
1231
|
light_purple_ProgressIndicator: n78,
|
|
@@ -1239,7 +1238,6 @@ const colors = [
|
|
|
1239
1238
|
light_purple_Card: n81,
|
|
1240
1239
|
light_purple_Progress: n81,
|
|
1241
1240
|
light_purple_TooltipArrow: n81,
|
|
1242
|
-
light_purple_SliderTrack: n81,
|
|
1243
1241
|
light_purple_Input: n81,
|
|
1244
1242
|
light_purple_TextArea: n81,
|
|
1245
1243
|
light_purple_surface2: n82,
|
|
@@ -1247,11 +1245,12 @@ const colors = [
|
|
|
1247
1245
|
light_purple_Switch: n82,
|
|
1248
1246
|
light_purple_TooltipContent: n82,
|
|
1249
1247
|
light_purple_RadioGroupItem: n82,
|
|
1248
|
+
light_purple_SliderTrackActive: n82,
|
|
1250
1249
|
light_purple_surface3: n83,
|
|
1251
1250
|
light_purple_Button: n83,
|
|
1252
|
-
light_purple_SliderTrackActive: n83,
|
|
1253
1251
|
light_pink_accent: n84,
|
|
1254
1252
|
light_pink_SwitchThumb: n84,
|
|
1253
|
+
light_pink_SliderTrack: n84,
|
|
1255
1254
|
light_pink_SliderThumb: n84,
|
|
1256
1255
|
light_pink_Tooltip: n84,
|
|
1257
1256
|
light_pink_ProgressIndicator: n84,
|
|
@@ -1264,7 +1263,6 @@ const colors = [
|
|
|
1264
1263
|
light_pink_Card: n87,
|
|
1265
1264
|
light_pink_Progress: n87,
|
|
1266
1265
|
light_pink_TooltipArrow: n87,
|
|
1267
|
-
light_pink_SliderTrack: n87,
|
|
1268
1266
|
light_pink_Input: n87,
|
|
1269
1267
|
light_pink_TextArea: n87,
|
|
1270
1268
|
light_pink_surface2: n88,
|
|
@@ -1272,11 +1270,12 @@ const colors = [
|
|
|
1272
1270
|
light_pink_Switch: n88,
|
|
1273
1271
|
light_pink_TooltipContent: n88,
|
|
1274
1272
|
light_pink_RadioGroupItem: n88,
|
|
1273
|
+
light_pink_SliderTrackActive: n88,
|
|
1275
1274
|
light_pink_surface3: n89,
|
|
1276
1275
|
light_pink_Button: n89,
|
|
1277
|
-
light_pink_SliderTrackActive: n89,
|
|
1278
1276
|
light_tan_accent: n90,
|
|
1279
1277
|
light_tan_SwitchThumb: n90,
|
|
1278
|
+
light_tan_SliderTrack: n90,
|
|
1280
1279
|
light_tan_SliderThumb: n90,
|
|
1281
1280
|
light_tan_Tooltip: n90,
|
|
1282
1281
|
light_tan_ProgressIndicator: n90,
|
|
@@ -1289,7 +1288,6 @@ const colors = [
|
|
|
1289
1288
|
light_tan_Card: n93,
|
|
1290
1289
|
light_tan_Progress: n93,
|
|
1291
1290
|
light_tan_TooltipArrow: n93,
|
|
1292
|
-
light_tan_SliderTrack: n93,
|
|
1293
1291
|
light_tan_Input: n93,
|
|
1294
1292
|
light_tan_TextArea: n93,
|
|
1295
1293
|
light_tan_surface2: n94,
|
|
@@ -1297,20 +1295,23 @@ const colors = [
|
|
|
1297
1295
|
light_tan_Switch: n94,
|
|
1298
1296
|
light_tan_TooltipContent: n94,
|
|
1299
1297
|
light_tan_RadioGroupItem: n94,
|
|
1298
|
+
light_tan_SliderTrackActive: n94,
|
|
1300
1299
|
light_tan_surface3: n95,
|
|
1301
1300
|
light_tan_Button: n95,
|
|
1302
|
-
light_tan_SliderTrackActive: n95,
|
|
1303
1301
|
dark_black_accent: n96,
|
|
1304
1302
|
dark_SwitchThumb: n96,
|
|
1303
|
+
dark_SliderTrack: n96,
|
|
1305
1304
|
dark_SliderThumb: n96,
|
|
1306
1305
|
dark_Tooltip: n96,
|
|
1307
1306
|
dark_ProgressIndicator: n96,
|
|
1308
1307
|
dark_black_SwitchThumb: n96,
|
|
1308
|
+
dark_black_SliderTrack: n96,
|
|
1309
1309
|
dark_black_SliderThumb: n96,
|
|
1310
1310
|
dark_black_Tooltip: n96,
|
|
1311
1311
|
dark_black_ProgressIndicator: n96,
|
|
1312
1312
|
dark_white_accent: n97,
|
|
1313
1313
|
dark_white_SwitchThumb: n97,
|
|
1314
|
+
dark_white_SliderTrack: n97,
|
|
1314
1315
|
dark_white_SliderThumb: n97,
|
|
1315
1316
|
dark_white_Tooltip: n97,
|
|
1316
1317
|
dark_white_ProgressIndicator: n97,
|
|
@@ -1321,7 +1322,6 @@ const colors = [
|
|
|
1321
1322
|
dark_white_Card: n98,
|
|
1322
1323
|
dark_white_Progress: n98,
|
|
1323
1324
|
dark_white_TooltipArrow: n98,
|
|
1324
|
-
dark_white_SliderTrack: n98,
|
|
1325
1325
|
dark_white_Input: n98,
|
|
1326
1326
|
dark_white_TextArea: n98,
|
|
1327
1327
|
dark_white_surface2: n99,
|
|
@@ -1329,11 +1329,12 @@ const colors = [
|
|
|
1329
1329
|
dark_white_Switch: n99,
|
|
1330
1330
|
dark_white_TooltipContent: n99,
|
|
1331
1331
|
dark_white_RadioGroupItem: n99,
|
|
1332
|
+
dark_white_SliderTrackActive: n99,
|
|
1332
1333
|
dark_white_surface3: n100,
|
|
1333
1334
|
dark_white_Button: n100,
|
|
1334
|
-
dark_white_SliderTrackActive: n100,
|
|
1335
1335
|
dark_gray_accent: n101,
|
|
1336
1336
|
dark_gray_SwitchThumb: n101,
|
|
1337
|
+
dark_gray_SliderTrack: n101,
|
|
1337
1338
|
dark_gray_SliderThumb: n101,
|
|
1338
1339
|
dark_gray_Tooltip: n101,
|
|
1339
1340
|
dark_gray_ProgressIndicator: n101,
|
|
@@ -1346,7 +1347,6 @@ const colors = [
|
|
|
1346
1347
|
dark_gray_Card: n104,
|
|
1347
1348
|
dark_gray_Progress: n104,
|
|
1348
1349
|
dark_gray_TooltipArrow: n104,
|
|
1349
|
-
dark_gray_SliderTrack: n104,
|
|
1350
1350
|
dark_gray_Input: n104,
|
|
1351
1351
|
dark_gray_TextArea: n104,
|
|
1352
1352
|
dark_gray_surface2: n105,
|
|
@@ -1354,11 +1354,12 @@ const colors = [
|
|
|
1354
1354
|
dark_gray_Switch: n105,
|
|
1355
1355
|
dark_gray_TooltipContent: n105,
|
|
1356
1356
|
dark_gray_RadioGroupItem: n105,
|
|
1357
|
+
dark_gray_SliderTrackActive: n105,
|
|
1357
1358
|
dark_gray_surface3: n106,
|
|
1358
1359
|
dark_gray_Button: n106,
|
|
1359
|
-
dark_gray_SliderTrackActive: n106,
|
|
1360
1360
|
dark_blue_accent: n107,
|
|
1361
1361
|
dark_blue_SwitchThumb: n107,
|
|
1362
|
+
dark_blue_SliderTrack: n107,
|
|
1362
1363
|
dark_blue_SliderThumb: n107,
|
|
1363
1364
|
dark_blue_Tooltip: n107,
|
|
1364
1365
|
dark_blue_ProgressIndicator: n107,
|
|
@@ -1371,7 +1372,6 @@ const colors = [
|
|
|
1371
1372
|
dark_blue_Card: n110,
|
|
1372
1373
|
dark_blue_Progress: n110,
|
|
1373
1374
|
dark_blue_TooltipArrow: n110,
|
|
1374
|
-
dark_blue_SliderTrack: n110,
|
|
1375
1375
|
dark_blue_Input: n110,
|
|
1376
1376
|
dark_blue_TextArea: n110,
|
|
1377
1377
|
dark_blue_surface2: n111,
|
|
@@ -1379,11 +1379,12 @@ const colors = [
|
|
|
1379
1379
|
dark_blue_Switch: n111,
|
|
1380
1380
|
dark_blue_TooltipContent: n111,
|
|
1381
1381
|
dark_blue_RadioGroupItem: n111,
|
|
1382
|
+
dark_blue_SliderTrackActive: n111,
|
|
1382
1383
|
dark_blue_surface3: n112,
|
|
1383
1384
|
dark_blue_Button: n112,
|
|
1384
|
-
dark_blue_SliderTrackActive: n112,
|
|
1385
1385
|
dark_orange_accent: n113,
|
|
1386
1386
|
dark_orange_SwitchThumb: n113,
|
|
1387
|
+
dark_orange_SliderTrack: n113,
|
|
1387
1388
|
dark_orange_SliderThumb: n113,
|
|
1388
1389
|
dark_orange_Tooltip: n113,
|
|
1389
1390
|
dark_orange_ProgressIndicator: n113,
|
|
@@ -1396,7 +1397,6 @@ const colors = [
|
|
|
1396
1397
|
dark_orange_Card: n116,
|
|
1397
1398
|
dark_orange_Progress: n116,
|
|
1398
1399
|
dark_orange_TooltipArrow: n116,
|
|
1399
|
-
dark_orange_SliderTrack: n116,
|
|
1400
1400
|
dark_orange_Input: n116,
|
|
1401
1401
|
dark_orange_TextArea: n116,
|
|
1402
1402
|
dark_orange_surface2: n117,
|
|
@@ -1404,11 +1404,12 @@ const colors = [
|
|
|
1404
1404
|
dark_orange_Switch: n117,
|
|
1405
1405
|
dark_orange_TooltipContent: n117,
|
|
1406
1406
|
dark_orange_RadioGroupItem: n117,
|
|
1407
|
+
dark_orange_SliderTrackActive: n117,
|
|
1407
1408
|
dark_orange_surface3: n118,
|
|
1408
1409
|
dark_orange_Button: n118,
|
|
1409
|
-
dark_orange_SliderTrackActive: n118,
|
|
1410
1410
|
dark_red_accent: n119,
|
|
1411
1411
|
dark_red_SwitchThumb: n119,
|
|
1412
|
+
dark_red_SliderTrack: n119,
|
|
1412
1413
|
dark_red_SliderThumb: n119,
|
|
1413
1414
|
dark_red_Tooltip: n119,
|
|
1414
1415
|
dark_red_ProgressIndicator: n119,
|
|
@@ -1421,7 +1422,6 @@ const colors = [
|
|
|
1421
1422
|
dark_red_Card: n122,
|
|
1422
1423
|
dark_red_Progress: n122,
|
|
1423
1424
|
dark_red_TooltipArrow: n122,
|
|
1424
|
-
dark_red_SliderTrack: n122,
|
|
1425
1425
|
dark_red_Input: n122,
|
|
1426
1426
|
dark_red_TextArea: n122,
|
|
1427
1427
|
dark_red_surface2: n123,
|
|
@@ -1429,11 +1429,12 @@ const colors = [
|
|
|
1429
1429
|
dark_red_Switch: n123,
|
|
1430
1430
|
dark_red_TooltipContent: n123,
|
|
1431
1431
|
dark_red_RadioGroupItem: n123,
|
|
1432
|
+
dark_red_SliderTrackActive: n123,
|
|
1432
1433
|
dark_red_surface3: n124,
|
|
1433
1434
|
dark_red_Button: n124,
|
|
1434
|
-
dark_red_SliderTrackActive: n124,
|
|
1435
1435
|
dark_yellow_accent: n125,
|
|
1436
1436
|
dark_yellow_SwitchThumb: n125,
|
|
1437
|
+
dark_yellow_SliderTrack: n125,
|
|
1437
1438
|
dark_yellow_SliderThumb: n125,
|
|
1438
1439
|
dark_yellow_Tooltip: n125,
|
|
1439
1440
|
dark_yellow_ProgressIndicator: n125,
|
|
@@ -1446,7 +1447,6 @@ const colors = [
|
|
|
1446
1447
|
dark_yellow_Card: n128,
|
|
1447
1448
|
dark_yellow_Progress: n128,
|
|
1448
1449
|
dark_yellow_TooltipArrow: n128,
|
|
1449
|
-
dark_yellow_SliderTrack: n128,
|
|
1450
1450
|
dark_yellow_Input: n128,
|
|
1451
1451
|
dark_yellow_TextArea: n128,
|
|
1452
1452
|
dark_yellow_surface2: n129,
|
|
@@ -1454,11 +1454,12 @@ const colors = [
|
|
|
1454
1454
|
dark_yellow_Switch: n129,
|
|
1455
1455
|
dark_yellow_TooltipContent: n129,
|
|
1456
1456
|
dark_yellow_RadioGroupItem: n129,
|
|
1457
|
+
dark_yellow_SliderTrackActive: n129,
|
|
1457
1458
|
dark_yellow_surface3: n130,
|
|
1458
1459
|
dark_yellow_Button: n130,
|
|
1459
|
-
dark_yellow_SliderTrackActive: n130,
|
|
1460
1460
|
dark_green_accent: n131,
|
|
1461
1461
|
dark_green_SwitchThumb: n131,
|
|
1462
|
+
dark_green_SliderTrack: n131,
|
|
1462
1463
|
dark_green_SliderThumb: n131,
|
|
1463
1464
|
dark_green_Tooltip: n131,
|
|
1464
1465
|
dark_green_ProgressIndicator: n131,
|
|
@@ -1471,7 +1472,6 @@ const colors = [
|
|
|
1471
1472
|
dark_green_Card: n134,
|
|
1472
1473
|
dark_green_Progress: n134,
|
|
1473
1474
|
dark_green_TooltipArrow: n134,
|
|
1474
|
-
dark_green_SliderTrack: n134,
|
|
1475
1475
|
dark_green_Input: n134,
|
|
1476
1476
|
dark_green_TextArea: n134,
|
|
1477
1477
|
dark_green_surface2: n135,
|
|
@@ -1479,11 +1479,12 @@ const colors = [
|
|
|
1479
1479
|
dark_green_Switch: n135,
|
|
1480
1480
|
dark_green_TooltipContent: n135,
|
|
1481
1481
|
dark_green_RadioGroupItem: n135,
|
|
1482
|
+
dark_green_SliderTrackActive: n135,
|
|
1482
1483
|
dark_green_surface3: n136,
|
|
1483
1484
|
dark_green_Button: n136,
|
|
1484
|
-
dark_green_SliderTrackActive: n136,
|
|
1485
1485
|
dark_purple_accent: n137,
|
|
1486
1486
|
dark_purple_SwitchThumb: n137,
|
|
1487
|
+
dark_purple_SliderTrack: n137,
|
|
1487
1488
|
dark_purple_SliderThumb: n137,
|
|
1488
1489
|
dark_purple_Tooltip: n137,
|
|
1489
1490
|
dark_purple_ProgressIndicator: n137,
|
|
@@ -1496,7 +1497,6 @@ const colors = [
|
|
|
1496
1497
|
dark_purple_Card: n140,
|
|
1497
1498
|
dark_purple_Progress: n140,
|
|
1498
1499
|
dark_purple_TooltipArrow: n140,
|
|
1499
|
-
dark_purple_SliderTrack: n140,
|
|
1500
1500
|
dark_purple_Input: n140,
|
|
1501
1501
|
dark_purple_TextArea: n140,
|
|
1502
1502
|
dark_purple_surface2: n141,
|
|
@@ -1504,11 +1504,12 @@ const colors = [
|
|
|
1504
1504
|
dark_purple_Switch: n141,
|
|
1505
1505
|
dark_purple_TooltipContent: n141,
|
|
1506
1506
|
dark_purple_RadioGroupItem: n141,
|
|
1507
|
+
dark_purple_SliderTrackActive: n141,
|
|
1507
1508
|
dark_purple_surface3: n142,
|
|
1508
1509
|
dark_purple_Button: n142,
|
|
1509
|
-
dark_purple_SliderTrackActive: n142,
|
|
1510
1510
|
dark_pink_accent: n143,
|
|
1511
1511
|
dark_pink_SwitchThumb: n143,
|
|
1512
|
+
dark_pink_SliderTrack: n143,
|
|
1512
1513
|
dark_pink_SliderThumb: n143,
|
|
1513
1514
|
dark_pink_Tooltip: n143,
|
|
1514
1515
|
dark_pink_ProgressIndicator: n143,
|
|
@@ -1521,7 +1522,6 @@ const colors = [
|
|
|
1521
1522
|
dark_pink_Card: n146,
|
|
1522
1523
|
dark_pink_Progress: n146,
|
|
1523
1524
|
dark_pink_TooltipArrow: n146,
|
|
1524
|
-
dark_pink_SliderTrack: n146,
|
|
1525
1525
|
dark_pink_Input: n146,
|
|
1526
1526
|
dark_pink_TextArea: n146,
|
|
1527
1527
|
dark_pink_surface2: n147,
|
|
@@ -1529,11 +1529,12 @@ const colors = [
|
|
|
1529
1529
|
dark_pink_Switch: n147,
|
|
1530
1530
|
dark_pink_TooltipContent: n147,
|
|
1531
1531
|
dark_pink_RadioGroupItem: n147,
|
|
1532
|
+
dark_pink_SliderTrackActive: n147,
|
|
1532
1533
|
dark_pink_surface3: n148,
|
|
1533
1534
|
dark_pink_Button: n148,
|
|
1534
|
-
dark_pink_SliderTrackActive: n148,
|
|
1535
1535
|
dark_tan_accent: n149,
|
|
1536
1536
|
dark_tan_SwitchThumb: n149,
|
|
1537
|
+
dark_tan_SliderTrack: n149,
|
|
1537
1538
|
dark_tan_SliderThumb: n149,
|
|
1538
1539
|
dark_tan_Tooltip: n149,
|
|
1539
1540
|
dark_tan_ProgressIndicator: n149,
|
|
@@ -1546,7 +1547,6 @@ const colors = [
|
|
|
1546
1547
|
dark_tan_Card: n152,
|
|
1547
1548
|
dark_tan_Progress: n152,
|
|
1548
1549
|
dark_tan_TooltipArrow: n152,
|
|
1549
|
-
dark_tan_SliderTrack: n152,
|
|
1550
1550
|
dark_tan_Input: n152,
|
|
1551
1551
|
dark_tan_TextArea: n152,
|
|
1552
1552
|
dark_tan_surface2: n153,
|
|
@@ -1554,9 +1554,9 @@ const colors = [
|
|
|
1554
1554
|
dark_tan_Switch: n153,
|
|
1555
1555
|
dark_tan_TooltipContent: n153,
|
|
1556
1556
|
dark_tan_RadioGroupItem: n153,
|
|
1557
|
+
dark_tan_SliderTrackActive: n153,
|
|
1557
1558
|
dark_tan_surface3: n154,
|
|
1558
|
-
dark_tan_Button: n154
|
|
1559
|
-
dark_tan_SliderTrackActive: n154
|
|
1559
|
+
dark_tan_Button: n154
|
|
1560
1560
|
};
|
|
1561
1561
|
export {
|
|
1562
1562
|
colors,
|