@tamagui/themes 2.0.0-1768636514428 → 2.0.0-1768699687560
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
|
@@ -932,7 +932,6 @@ const colors = [
|
|
|
932
932
|
light_Card: n28,
|
|
933
933
|
light_Progress: n28,
|
|
934
934
|
light_TooltipArrow: n28,
|
|
935
|
-
light_SliderTrack: n28,
|
|
936
935
|
light_Input: n28,
|
|
937
936
|
light_TextArea: n28,
|
|
938
937
|
light_white_ListItem: n28,
|
|
@@ -941,7 +940,6 @@ const colors = [
|
|
|
941
940
|
light_white_Card: n28,
|
|
942
941
|
light_white_Progress: n28,
|
|
943
942
|
light_white_TooltipArrow: n28,
|
|
944
|
-
light_white_SliderTrack: n28,
|
|
945
943
|
light_white_Input: n28,
|
|
946
944
|
light_white_TextArea: n28,
|
|
947
945
|
light_surface2: n29,
|
|
@@ -950,16 +948,16 @@ const colors = [
|
|
|
950
948
|
light_Switch: n29,
|
|
951
949
|
light_TooltipContent: n29,
|
|
952
950
|
light_RadioGroupItem: n29,
|
|
951
|
+
light_SliderTrackActive: n29,
|
|
953
952
|
light_white_Checkbox: n29,
|
|
954
953
|
light_white_Switch: n29,
|
|
955
954
|
light_white_TooltipContent: n29,
|
|
956
955
|
light_white_RadioGroupItem: n29,
|
|
956
|
+
light_white_SliderTrackActive: n29,
|
|
957
957
|
light_surface3: n30,
|
|
958
958
|
light_white_surface3: n30,
|
|
959
959
|
light_Button: n30,
|
|
960
|
-
light_SliderTrackActive: n30,
|
|
961
960
|
light_white_Button: n30,
|
|
962
|
-
light_white_SliderTrackActive: n30,
|
|
963
961
|
dark_accent: n31,
|
|
964
962
|
dark_alt1_accent: n31,
|
|
965
963
|
dark_alt2_accent: n31,
|
|
@@ -1035,7 +1033,6 @@ const colors = [
|
|
|
1035
1033
|
dark_Card: n34,
|
|
1036
1034
|
dark_Progress: n34,
|
|
1037
1035
|
dark_TooltipArrow: n34,
|
|
1038
|
-
dark_SliderTrack: n34,
|
|
1039
1036
|
dark_Input: n34,
|
|
1040
1037
|
dark_TextArea: n34,
|
|
1041
1038
|
dark_black_ListItem: n34,
|
|
@@ -1044,7 +1041,6 @@ const colors = [
|
|
|
1044
1041
|
dark_black_Card: n34,
|
|
1045
1042
|
dark_black_Progress: n34,
|
|
1046
1043
|
dark_black_TooltipArrow: n34,
|
|
1047
|
-
dark_black_SliderTrack: n34,
|
|
1048
1044
|
dark_black_Input: n34,
|
|
1049
1045
|
dark_black_TextArea: n34,
|
|
1050
1046
|
dark_surface2: n35,
|
|
@@ -1053,18 +1049,19 @@ const colors = [
|
|
|
1053
1049
|
dark_Switch: n35,
|
|
1054
1050
|
dark_TooltipContent: n35,
|
|
1055
1051
|
dark_RadioGroupItem: n35,
|
|
1052
|
+
dark_SliderTrackActive: n35,
|
|
1056
1053
|
dark_black_Checkbox: n35,
|
|
1057
1054
|
dark_black_Switch: n35,
|
|
1058
1055
|
dark_black_TooltipContent: n35,
|
|
1059
1056
|
dark_black_RadioGroupItem: n35,
|
|
1057
|
+
dark_black_SliderTrackActive: n35,
|
|
1060
1058
|
dark_surface3: n36,
|
|
1061
1059
|
dark_black_surface3: n36,
|
|
1062
1060
|
dark_Button: n36,
|
|
1063
|
-
dark_SliderTrackActive: n36,
|
|
1064
1061
|
dark_black_Button: n36,
|
|
1065
|
-
dark_black_SliderTrackActive: n36,
|
|
1066
1062
|
light_black_accent: n37,
|
|
1067
1063
|
light_black_SwitchThumb: n37,
|
|
1064
|
+
light_black_SliderTrack: n37,
|
|
1068
1065
|
light_black_SliderThumb: n37,
|
|
1069
1066
|
light_black_Tooltip: n37,
|
|
1070
1067
|
light_black_ProgressIndicator: n37,
|
|
@@ -1075,7 +1072,6 @@ const colors = [
|
|
|
1075
1072
|
light_black_Card: n38,
|
|
1076
1073
|
light_black_Progress: n38,
|
|
1077
1074
|
light_black_TooltipArrow: n38,
|
|
1078
|
-
light_black_SliderTrack: n38,
|
|
1079
1075
|
light_black_Input: n38,
|
|
1080
1076
|
light_black_TextArea: n38,
|
|
1081
1077
|
light_black_surface2: n39,
|
|
@@ -1083,20 +1079,23 @@ const colors = [
|
|
|
1083
1079
|
light_black_Switch: n39,
|
|
1084
1080
|
light_black_TooltipContent: n39,
|
|
1085
1081
|
light_black_RadioGroupItem: n39,
|
|
1082
|
+
light_black_SliderTrackActive: n39,
|
|
1086
1083
|
light_black_surface3: n40,
|
|
1087
1084
|
light_black_Button: n40,
|
|
1088
|
-
light_black_SliderTrackActive: n40,
|
|
1089
1085
|
light_white_accent: n41,
|
|
1090
1086
|
light_SwitchThumb: n41,
|
|
1087
|
+
light_SliderTrack: n41,
|
|
1091
1088
|
light_SliderThumb: n41,
|
|
1092
1089
|
light_Tooltip: n41,
|
|
1093
1090
|
light_ProgressIndicator: n41,
|
|
1094
1091
|
light_white_SwitchThumb: n41,
|
|
1092
|
+
light_white_SliderTrack: n41,
|
|
1095
1093
|
light_white_SliderThumb: n41,
|
|
1096
1094
|
light_white_Tooltip: n41,
|
|
1097
1095
|
light_white_ProgressIndicator: n41,
|
|
1098
1096
|
light_gray_accent: n42,
|
|
1099
1097
|
light_gray_SwitchThumb: n42,
|
|
1098
|
+
light_gray_SliderTrack: n42,
|
|
1100
1099
|
light_gray_SliderThumb: n42,
|
|
1101
1100
|
light_gray_Tooltip: n42,
|
|
1102
1101
|
light_gray_ProgressIndicator: n42,
|
|
@@ -1109,7 +1108,6 @@ const colors = [
|
|
|
1109
1108
|
light_gray_Card: n45,
|
|
1110
1109
|
light_gray_Progress: n45,
|
|
1111
1110
|
light_gray_TooltipArrow: n45,
|
|
1112
|
-
light_gray_SliderTrack: n45,
|
|
1113
1111
|
light_gray_Input: n45,
|
|
1114
1112
|
light_gray_TextArea: n45,
|
|
1115
1113
|
light_gray_surface2: n46,
|
|
@@ -1117,11 +1115,12 @@ const colors = [
|
|
|
1117
1115
|
light_gray_Switch: n46,
|
|
1118
1116
|
light_gray_TooltipContent: n46,
|
|
1119
1117
|
light_gray_RadioGroupItem: n46,
|
|
1118
|
+
light_gray_SliderTrackActive: n46,
|
|
1120
1119
|
light_gray_surface3: n47,
|
|
1121
1120
|
light_gray_Button: n47,
|
|
1122
|
-
light_gray_SliderTrackActive: n47,
|
|
1123
1121
|
light_blue_accent: n48,
|
|
1124
1122
|
light_blue_SwitchThumb: n48,
|
|
1123
|
+
light_blue_SliderTrack: n48,
|
|
1125
1124
|
light_blue_SliderThumb: n48,
|
|
1126
1125
|
light_blue_Tooltip: n48,
|
|
1127
1126
|
light_blue_ProgressIndicator: n48,
|
|
@@ -1134,7 +1133,6 @@ const colors = [
|
|
|
1134
1133
|
light_blue_Card: n51,
|
|
1135
1134
|
light_blue_Progress: n51,
|
|
1136
1135
|
light_blue_TooltipArrow: n51,
|
|
1137
|
-
light_blue_SliderTrack: n51,
|
|
1138
1136
|
light_blue_Input: n51,
|
|
1139
1137
|
light_blue_TextArea: n51,
|
|
1140
1138
|
light_blue_surface2: n52,
|
|
@@ -1142,11 +1140,12 @@ const colors = [
|
|
|
1142
1140
|
light_blue_Switch: n52,
|
|
1143
1141
|
light_blue_TooltipContent: n52,
|
|
1144
1142
|
light_blue_RadioGroupItem: n52,
|
|
1143
|
+
light_blue_SliderTrackActive: n52,
|
|
1145
1144
|
light_blue_surface3: n53,
|
|
1146
1145
|
light_blue_Button: n53,
|
|
1147
|
-
light_blue_SliderTrackActive: n53,
|
|
1148
1146
|
light_orange_accent: n54,
|
|
1149
1147
|
light_orange_SwitchThumb: n54,
|
|
1148
|
+
light_orange_SliderTrack: n54,
|
|
1150
1149
|
light_orange_SliderThumb: n54,
|
|
1151
1150
|
light_orange_Tooltip: n54,
|
|
1152
1151
|
light_orange_ProgressIndicator: n54,
|
|
@@ -1159,7 +1158,6 @@ const colors = [
|
|
|
1159
1158
|
light_orange_Card: n57,
|
|
1160
1159
|
light_orange_Progress: n57,
|
|
1161
1160
|
light_orange_TooltipArrow: n57,
|
|
1162
|
-
light_orange_SliderTrack: n57,
|
|
1163
1161
|
light_orange_Input: n57,
|
|
1164
1162
|
light_orange_TextArea: n57,
|
|
1165
1163
|
light_orange_surface2: n58,
|
|
@@ -1167,11 +1165,12 @@ const colors = [
|
|
|
1167
1165
|
light_orange_Switch: n58,
|
|
1168
1166
|
light_orange_TooltipContent: n58,
|
|
1169
1167
|
light_orange_RadioGroupItem: n58,
|
|
1168
|
+
light_orange_SliderTrackActive: n58,
|
|
1170
1169
|
light_orange_surface3: n59,
|
|
1171
1170
|
light_orange_Button: n59,
|
|
1172
|
-
light_orange_SliderTrackActive: n59,
|
|
1173
1171
|
light_red_accent: n60,
|
|
1174
1172
|
light_red_SwitchThumb: n60,
|
|
1173
|
+
light_red_SliderTrack: n60,
|
|
1175
1174
|
light_red_SliderThumb: n60,
|
|
1176
1175
|
light_red_Tooltip: n60,
|
|
1177
1176
|
light_red_ProgressIndicator: n60,
|
|
@@ -1184,7 +1183,6 @@ const colors = [
|
|
|
1184
1183
|
light_red_Card: n63,
|
|
1185
1184
|
light_red_Progress: n63,
|
|
1186
1185
|
light_red_TooltipArrow: n63,
|
|
1187
|
-
light_red_SliderTrack: n63,
|
|
1188
1186
|
light_red_Input: n63,
|
|
1189
1187
|
light_red_TextArea: n63,
|
|
1190
1188
|
light_red_surface2: n64,
|
|
@@ -1192,11 +1190,12 @@ const colors = [
|
|
|
1192
1190
|
light_red_Switch: n64,
|
|
1193
1191
|
light_red_TooltipContent: n64,
|
|
1194
1192
|
light_red_RadioGroupItem: n64,
|
|
1193
|
+
light_red_SliderTrackActive: n64,
|
|
1195
1194
|
light_red_surface3: n65,
|
|
1196
1195
|
light_red_Button: n65,
|
|
1197
|
-
light_red_SliderTrackActive: n65,
|
|
1198
1196
|
light_yellow_accent: n66,
|
|
1199
1197
|
light_yellow_SwitchThumb: n66,
|
|
1198
|
+
light_yellow_SliderTrack: n66,
|
|
1200
1199
|
light_yellow_SliderThumb: n66,
|
|
1201
1200
|
light_yellow_Tooltip: n66,
|
|
1202
1201
|
light_yellow_ProgressIndicator: n66,
|
|
@@ -1209,7 +1208,6 @@ const colors = [
|
|
|
1209
1208
|
light_yellow_Card: n69,
|
|
1210
1209
|
light_yellow_Progress: n69,
|
|
1211
1210
|
light_yellow_TooltipArrow: n69,
|
|
1212
|
-
light_yellow_SliderTrack: n69,
|
|
1213
1211
|
light_yellow_Input: n69,
|
|
1214
1212
|
light_yellow_TextArea: n69,
|
|
1215
1213
|
light_yellow_surface2: n70,
|
|
@@ -1217,11 +1215,12 @@ const colors = [
|
|
|
1217
1215
|
light_yellow_Switch: n70,
|
|
1218
1216
|
light_yellow_TooltipContent: n70,
|
|
1219
1217
|
light_yellow_RadioGroupItem: n70,
|
|
1218
|
+
light_yellow_SliderTrackActive: n70,
|
|
1220
1219
|
light_yellow_surface3: n71,
|
|
1221
1220
|
light_yellow_Button: n71,
|
|
1222
|
-
light_yellow_SliderTrackActive: n71,
|
|
1223
1221
|
light_green_accent: n72,
|
|
1224
1222
|
light_green_SwitchThumb: n72,
|
|
1223
|
+
light_green_SliderTrack: n72,
|
|
1225
1224
|
light_green_SliderThumb: n72,
|
|
1226
1225
|
light_green_Tooltip: n72,
|
|
1227
1226
|
light_green_ProgressIndicator: n72,
|
|
@@ -1234,7 +1233,6 @@ const colors = [
|
|
|
1234
1233
|
light_green_Card: n75,
|
|
1235
1234
|
light_green_Progress: n75,
|
|
1236
1235
|
light_green_TooltipArrow: n75,
|
|
1237
|
-
light_green_SliderTrack: n75,
|
|
1238
1236
|
light_green_Input: n75,
|
|
1239
1237
|
light_green_TextArea: n75,
|
|
1240
1238
|
light_green_surface2: n76,
|
|
@@ -1242,11 +1240,12 @@ const colors = [
|
|
|
1242
1240
|
light_green_Switch: n76,
|
|
1243
1241
|
light_green_TooltipContent: n76,
|
|
1244
1242
|
light_green_RadioGroupItem: n76,
|
|
1243
|
+
light_green_SliderTrackActive: n76,
|
|
1245
1244
|
light_green_surface3: n77,
|
|
1246
1245
|
light_green_Button: n77,
|
|
1247
|
-
light_green_SliderTrackActive: n77,
|
|
1248
1246
|
light_purple_accent: n78,
|
|
1249
1247
|
light_purple_SwitchThumb: n78,
|
|
1248
|
+
light_purple_SliderTrack: n78,
|
|
1250
1249
|
light_purple_SliderThumb: n78,
|
|
1251
1250
|
light_purple_Tooltip: n78,
|
|
1252
1251
|
light_purple_ProgressIndicator: n78,
|
|
@@ -1259,7 +1258,6 @@ const colors = [
|
|
|
1259
1258
|
light_purple_Card: n81,
|
|
1260
1259
|
light_purple_Progress: n81,
|
|
1261
1260
|
light_purple_TooltipArrow: n81,
|
|
1262
|
-
light_purple_SliderTrack: n81,
|
|
1263
1261
|
light_purple_Input: n81,
|
|
1264
1262
|
light_purple_TextArea: n81,
|
|
1265
1263
|
light_purple_surface2: n82,
|
|
@@ -1267,11 +1265,12 @@ const colors = [
|
|
|
1267
1265
|
light_purple_Switch: n82,
|
|
1268
1266
|
light_purple_TooltipContent: n82,
|
|
1269
1267
|
light_purple_RadioGroupItem: n82,
|
|
1268
|
+
light_purple_SliderTrackActive: n82,
|
|
1270
1269
|
light_purple_surface3: n83,
|
|
1271
1270
|
light_purple_Button: n83,
|
|
1272
|
-
light_purple_SliderTrackActive: n83,
|
|
1273
1271
|
light_pink_accent: n84,
|
|
1274
1272
|
light_pink_SwitchThumb: n84,
|
|
1273
|
+
light_pink_SliderTrack: n84,
|
|
1275
1274
|
light_pink_SliderThumb: n84,
|
|
1276
1275
|
light_pink_Tooltip: n84,
|
|
1277
1276
|
light_pink_ProgressIndicator: n84,
|
|
@@ -1284,7 +1283,6 @@ const colors = [
|
|
|
1284
1283
|
light_pink_Card: n87,
|
|
1285
1284
|
light_pink_Progress: n87,
|
|
1286
1285
|
light_pink_TooltipArrow: n87,
|
|
1287
|
-
light_pink_SliderTrack: n87,
|
|
1288
1286
|
light_pink_Input: n87,
|
|
1289
1287
|
light_pink_TextArea: n87,
|
|
1290
1288
|
light_pink_surface2: n88,
|
|
@@ -1292,11 +1290,12 @@ const colors = [
|
|
|
1292
1290
|
light_pink_Switch: n88,
|
|
1293
1291
|
light_pink_TooltipContent: n88,
|
|
1294
1292
|
light_pink_RadioGroupItem: n88,
|
|
1293
|
+
light_pink_SliderTrackActive: n88,
|
|
1295
1294
|
light_pink_surface3: n89,
|
|
1296
1295
|
light_pink_Button: n89,
|
|
1297
|
-
light_pink_SliderTrackActive: n89,
|
|
1298
1296
|
light_tan_accent: n90,
|
|
1299
1297
|
light_tan_SwitchThumb: n90,
|
|
1298
|
+
light_tan_SliderTrack: n90,
|
|
1300
1299
|
light_tan_SliderThumb: n90,
|
|
1301
1300
|
light_tan_Tooltip: n90,
|
|
1302
1301
|
light_tan_ProgressIndicator: n90,
|
|
@@ -1309,7 +1308,6 @@ const colors = [
|
|
|
1309
1308
|
light_tan_Card: n93,
|
|
1310
1309
|
light_tan_Progress: n93,
|
|
1311
1310
|
light_tan_TooltipArrow: n93,
|
|
1312
|
-
light_tan_SliderTrack: n93,
|
|
1313
1311
|
light_tan_Input: n93,
|
|
1314
1312
|
light_tan_TextArea: n93,
|
|
1315
1313
|
light_tan_surface2: n94,
|
|
@@ -1317,20 +1315,23 @@ const colors = [
|
|
|
1317
1315
|
light_tan_Switch: n94,
|
|
1318
1316
|
light_tan_TooltipContent: n94,
|
|
1319
1317
|
light_tan_RadioGroupItem: n94,
|
|
1318
|
+
light_tan_SliderTrackActive: n94,
|
|
1320
1319
|
light_tan_surface3: n95,
|
|
1321
1320
|
light_tan_Button: n95,
|
|
1322
|
-
light_tan_SliderTrackActive: n95,
|
|
1323
1321
|
dark_black_accent: n96,
|
|
1324
1322
|
dark_SwitchThumb: n96,
|
|
1323
|
+
dark_SliderTrack: n96,
|
|
1325
1324
|
dark_SliderThumb: n96,
|
|
1326
1325
|
dark_Tooltip: n96,
|
|
1327
1326
|
dark_ProgressIndicator: n96,
|
|
1328
1327
|
dark_black_SwitchThumb: n96,
|
|
1328
|
+
dark_black_SliderTrack: n96,
|
|
1329
1329
|
dark_black_SliderThumb: n96,
|
|
1330
1330
|
dark_black_Tooltip: n96,
|
|
1331
1331
|
dark_black_ProgressIndicator: n96,
|
|
1332
1332
|
dark_white_accent: n97,
|
|
1333
1333
|
dark_white_SwitchThumb: n97,
|
|
1334
|
+
dark_white_SliderTrack: n97,
|
|
1334
1335
|
dark_white_SliderThumb: n97,
|
|
1335
1336
|
dark_white_Tooltip: n97,
|
|
1336
1337
|
dark_white_ProgressIndicator: n97,
|
|
@@ -1341,7 +1342,6 @@ const colors = [
|
|
|
1341
1342
|
dark_white_Card: n98,
|
|
1342
1343
|
dark_white_Progress: n98,
|
|
1343
1344
|
dark_white_TooltipArrow: n98,
|
|
1344
|
-
dark_white_SliderTrack: n98,
|
|
1345
1345
|
dark_white_Input: n98,
|
|
1346
1346
|
dark_white_TextArea: n98,
|
|
1347
1347
|
dark_white_surface2: n99,
|
|
@@ -1349,11 +1349,12 @@ const colors = [
|
|
|
1349
1349
|
dark_white_Switch: n99,
|
|
1350
1350
|
dark_white_TooltipContent: n99,
|
|
1351
1351
|
dark_white_RadioGroupItem: n99,
|
|
1352
|
+
dark_white_SliderTrackActive: n99,
|
|
1352
1353
|
dark_white_surface3: n100,
|
|
1353
1354
|
dark_white_Button: n100,
|
|
1354
|
-
dark_white_SliderTrackActive: n100,
|
|
1355
1355
|
dark_gray_accent: n101,
|
|
1356
1356
|
dark_gray_SwitchThumb: n101,
|
|
1357
|
+
dark_gray_SliderTrack: n101,
|
|
1357
1358
|
dark_gray_SliderThumb: n101,
|
|
1358
1359
|
dark_gray_Tooltip: n101,
|
|
1359
1360
|
dark_gray_ProgressIndicator: n101,
|
|
@@ -1366,7 +1367,6 @@ const colors = [
|
|
|
1366
1367
|
dark_gray_Card: n104,
|
|
1367
1368
|
dark_gray_Progress: n104,
|
|
1368
1369
|
dark_gray_TooltipArrow: n104,
|
|
1369
|
-
dark_gray_SliderTrack: n104,
|
|
1370
1370
|
dark_gray_Input: n104,
|
|
1371
1371
|
dark_gray_TextArea: n104,
|
|
1372
1372
|
dark_gray_surface2: n105,
|
|
@@ -1374,11 +1374,12 @@ const colors = [
|
|
|
1374
1374
|
dark_gray_Switch: n105,
|
|
1375
1375
|
dark_gray_TooltipContent: n105,
|
|
1376
1376
|
dark_gray_RadioGroupItem: n105,
|
|
1377
|
+
dark_gray_SliderTrackActive: n105,
|
|
1377
1378
|
dark_gray_surface3: n106,
|
|
1378
1379
|
dark_gray_Button: n106,
|
|
1379
|
-
dark_gray_SliderTrackActive: n106,
|
|
1380
1380
|
dark_blue_accent: n107,
|
|
1381
1381
|
dark_blue_SwitchThumb: n107,
|
|
1382
|
+
dark_blue_SliderTrack: n107,
|
|
1382
1383
|
dark_blue_SliderThumb: n107,
|
|
1383
1384
|
dark_blue_Tooltip: n107,
|
|
1384
1385
|
dark_blue_ProgressIndicator: n107,
|
|
@@ -1391,7 +1392,6 @@ const colors = [
|
|
|
1391
1392
|
dark_blue_Card: n110,
|
|
1392
1393
|
dark_blue_Progress: n110,
|
|
1393
1394
|
dark_blue_TooltipArrow: n110,
|
|
1394
|
-
dark_blue_SliderTrack: n110,
|
|
1395
1395
|
dark_blue_Input: n110,
|
|
1396
1396
|
dark_blue_TextArea: n110,
|
|
1397
1397
|
dark_blue_surface2: n111,
|
|
@@ -1399,11 +1399,12 @@ const colors = [
|
|
|
1399
1399
|
dark_blue_Switch: n111,
|
|
1400
1400
|
dark_blue_TooltipContent: n111,
|
|
1401
1401
|
dark_blue_RadioGroupItem: n111,
|
|
1402
|
+
dark_blue_SliderTrackActive: n111,
|
|
1402
1403
|
dark_blue_surface3: n112,
|
|
1403
1404
|
dark_blue_Button: n112,
|
|
1404
|
-
dark_blue_SliderTrackActive: n112,
|
|
1405
1405
|
dark_orange_accent: n113,
|
|
1406
1406
|
dark_orange_SwitchThumb: n113,
|
|
1407
|
+
dark_orange_SliderTrack: n113,
|
|
1407
1408
|
dark_orange_SliderThumb: n113,
|
|
1408
1409
|
dark_orange_Tooltip: n113,
|
|
1409
1410
|
dark_orange_ProgressIndicator: n113,
|
|
@@ -1416,7 +1417,6 @@ const colors = [
|
|
|
1416
1417
|
dark_orange_Card: n116,
|
|
1417
1418
|
dark_orange_Progress: n116,
|
|
1418
1419
|
dark_orange_TooltipArrow: n116,
|
|
1419
|
-
dark_orange_SliderTrack: n116,
|
|
1420
1420
|
dark_orange_Input: n116,
|
|
1421
1421
|
dark_orange_TextArea: n116,
|
|
1422
1422
|
dark_orange_surface2: n117,
|
|
@@ -1424,11 +1424,12 @@ const colors = [
|
|
|
1424
1424
|
dark_orange_Switch: n117,
|
|
1425
1425
|
dark_orange_TooltipContent: n117,
|
|
1426
1426
|
dark_orange_RadioGroupItem: n117,
|
|
1427
|
+
dark_orange_SliderTrackActive: n117,
|
|
1427
1428
|
dark_orange_surface3: n118,
|
|
1428
1429
|
dark_orange_Button: n118,
|
|
1429
|
-
dark_orange_SliderTrackActive: n118,
|
|
1430
1430
|
dark_red_accent: n119,
|
|
1431
1431
|
dark_red_SwitchThumb: n119,
|
|
1432
|
+
dark_red_SliderTrack: n119,
|
|
1432
1433
|
dark_red_SliderThumb: n119,
|
|
1433
1434
|
dark_red_Tooltip: n119,
|
|
1434
1435
|
dark_red_ProgressIndicator: n119,
|
|
@@ -1441,7 +1442,6 @@ const colors = [
|
|
|
1441
1442
|
dark_red_Card: n122,
|
|
1442
1443
|
dark_red_Progress: n122,
|
|
1443
1444
|
dark_red_TooltipArrow: n122,
|
|
1444
|
-
dark_red_SliderTrack: n122,
|
|
1445
1445
|
dark_red_Input: n122,
|
|
1446
1446
|
dark_red_TextArea: n122,
|
|
1447
1447
|
dark_red_surface2: n123,
|
|
@@ -1449,11 +1449,12 @@ const colors = [
|
|
|
1449
1449
|
dark_red_Switch: n123,
|
|
1450
1450
|
dark_red_TooltipContent: n123,
|
|
1451
1451
|
dark_red_RadioGroupItem: n123,
|
|
1452
|
+
dark_red_SliderTrackActive: n123,
|
|
1452
1453
|
dark_red_surface3: n124,
|
|
1453
1454
|
dark_red_Button: n124,
|
|
1454
|
-
dark_red_SliderTrackActive: n124,
|
|
1455
1455
|
dark_yellow_accent: n125,
|
|
1456
1456
|
dark_yellow_SwitchThumb: n125,
|
|
1457
|
+
dark_yellow_SliderTrack: n125,
|
|
1457
1458
|
dark_yellow_SliderThumb: n125,
|
|
1458
1459
|
dark_yellow_Tooltip: n125,
|
|
1459
1460
|
dark_yellow_ProgressIndicator: n125,
|
|
@@ -1466,7 +1467,6 @@ const colors = [
|
|
|
1466
1467
|
dark_yellow_Card: n128,
|
|
1467
1468
|
dark_yellow_Progress: n128,
|
|
1468
1469
|
dark_yellow_TooltipArrow: n128,
|
|
1469
|
-
dark_yellow_SliderTrack: n128,
|
|
1470
1470
|
dark_yellow_Input: n128,
|
|
1471
1471
|
dark_yellow_TextArea: n128,
|
|
1472
1472
|
dark_yellow_surface2: n129,
|
|
@@ -1474,11 +1474,12 @@ const colors = [
|
|
|
1474
1474
|
dark_yellow_Switch: n129,
|
|
1475
1475
|
dark_yellow_TooltipContent: n129,
|
|
1476
1476
|
dark_yellow_RadioGroupItem: n129,
|
|
1477
|
+
dark_yellow_SliderTrackActive: n129,
|
|
1477
1478
|
dark_yellow_surface3: n130,
|
|
1478
1479
|
dark_yellow_Button: n130,
|
|
1479
|
-
dark_yellow_SliderTrackActive: n130,
|
|
1480
1480
|
dark_green_accent: n131,
|
|
1481
1481
|
dark_green_SwitchThumb: n131,
|
|
1482
|
+
dark_green_SliderTrack: n131,
|
|
1482
1483
|
dark_green_SliderThumb: n131,
|
|
1483
1484
|
dark_green_Tooltip: n131,
|
|
1484
1485
|
dark_green_ProgressIndicator: n131,
|
|
@@ -1491,7 +1492,6 @@ const colors = [
|
|
|
1491
1492
|
dark_green_Card: n134,
|
|
1492
1493
|
dark_green_Progress: n134,
|
|
1493
1494
|
dark_green_TooltipArrow: n134,
|
|
1494
|
-
dark_green_SliderTrack: n134,
|
|
1495
1495
|
dark_green_Input: n134,
|
|
1496
1496
|
dark_green_TextArea: n134,
|
|
1497
1497
|
dark_green_surface2: n135,
|
|
@@ -1499,11 +1499,12 @@ const colors = [
|
|
|
1499
1499
|
dark_green_Switch: n135,
|
|
1500
1500
|
dark_green_TooltipContent: n135,
|
|
1501
1501
|
dark_green_RadioGroupItem: n135,
|
|
1502
|
+
dark_green_SliderTrackActive: n135,
|
|
1502
1503
|
dark_green_surface3: n136,
|
|
1503
1504
|
dark_green_Button: n136,
|
|
1504
|
-
dark_green_SliderTrackActive: n136,
|
|
1505
1505
|
dark_purple_accent: n137,
|
|
1506
1506
|
dark_purple_SwitchThumb: n137,
|
|
1507
|
+
dark_purple_SliderTrack: n137,
|
|
1507
1508
|
dark_purple_SliderThumb: n137,
|
|
1508
1509
|
dark_purple_Tooltip: n137,
|
|
1509
1510
|
dark_purple_ProgressIndicator: n137,
|
|
@@ -1516,7 +1517,6 @@ const colors = [
|
|
|
1516
1517
|
dark_purple_Card: n140,
|
|
1517
1518
|
dark_purple_Progress: n140,
|
|
1518
1519
|
dark_purple_TooltipArrow: n140,
|
|
1519
|
-
dark_purple_SliderTrack: n140,
|
|
1520
1520
|
dark_purple_Input: n140,
|
|
1521
1521
|
dark_purple_TextArea: n140,
|
|
1522
1522
|
dark_purple_surface2: n141,
|
|
@@ -1524,11 +1524,12 @@ const colors = [
|
|
|
1524
1524
|
dark_purple_Switch: n141,
|
|
1525
1525
|
dark_purple_TooltipContent: n141,
|
|
1526
1526
|
dark_purple_RadioGroupItem: n141,
|
|
1527
|
+
dark_purple_SliderTrackActive: n141,
|
|
1527
1528
|
dark_purple_surface3: n142,
|
|
1528
1529
|
dark_purple_Button: n142,
|
|
1529
|
-
dark_purple_SliderTrackActive: n142,
|
|
1530
1530
|
dark_pink_accent: n143,
|
|
1531
1531
|
dark_pink_SwitchThumb: n143,
|
|
1532
|
+
dark_pink_SliderTrack: n143,
|
|
1532
1533
|
dark_pink_SliderThumb: n143,
|
|
1533
1534
|
dark_pink_Tooltip: n143,
|
|
1534
1535
|
dark_pink_ProgressIndicator: n143,
|
|
@@ -1541,7 +1542,6 @@ const colors = [
|
|
|
1541
1542
|
dark_pink_Card: n146,
|
|
1542
1543
|
dark_pink_Progress: n146,
|
|
1543
1544
|
dark_pink_TooltipArrow: n146,
|
|
1544
|
-
dark_pink_SliderTrack: n146,
|
|
1545
1545
|
dark_pink_Input: n146,
|
|
1546
1546
|
dark_pink_TextArea: n146,
|
|
1547
1547
|
dark_pink_surface2: n147,
|
|
@@ -1549,11 +1549,12 @@ const colors = [
|
|
|
1549
1549
|
dark_pink_Switch: n147,
|
|
1550
1550
|
dark_pink_TooltipContent: n147,
|
|
1551
1551
|
dark_pink_RadioGroupItem: n147,
|
|
1552
|
+
dark_pink_SliderTrackActive: n147,
|
|
1552
1553
|
dark_pink_surface3: n148,
|
|
1553
1554
|
dark_pink_Button: n148,
|
|
1554
|
-
dark_pink_SliderTrackActive: n148,
|
|
1555
1555
|
dark_tan_accent: n149,
|
|
1556
1556
|
dark_tan_SwitchThumb: n149,
|
|
1557
|
+
dark_tan_SliderTrack: n149,
|
|
1557
1558
|
dark_tan_SliderThumb: n149,
|
|
1558
1559
|
dark_tan_Tooltip: n149,
|
|
1559
1560
|
dark_tan_ProgressIndicator: n149,
|
|
@@ -1566,7 +1567,6 @@ const colors = [
|
|
|
1566
1567
|
dark_tan_Card: n152,
|
|
1567
1568
|
dark_tan_Progress: n152,
|
|
1568
1569
|
dark_tan_TooltipArrow: n152,
|
|
1569
|
-
dark_tan_SliderTrack: n152,
|
|
1570
1570
|
dark_tan_Input: n152,
|
|
1571
1571
|
dark_tan_TextArea: n152,
|
|
1572
1572
|
dark_tan_surface2: n153,
|
|
@@ -1574,8 +1574,8 @@ const colors = [
|
|
|
1574
1574
|
dark_tan_Switch: n153,
|
|
1575
1575
|
dark_tan_TooltipContent: n153,
|
|
1576
1576
|
dark_tan_RadioGroupItem: n153,
|
|
1577
|
+
dark_tan_SliderTrackActive: n153,
|
|
1577
1578
|
dark_tan_surface3: n154,
|
|
1578
|
-
dark_tan_Button: n154
|
|
1579
|
-
dark_tan_SliderTrackActive: n154
|
|
1579
|
+
dark_tan_Button: n154
|
|
1580
1580
|
};
|
|
1581
1581
|
//# sourceMappingURL=generated-v4-tamagui.js.map
|