@ornikar/bumper 2.2.1 → 2.2.2-canary.5684f2ea0c253c607f3c2621d6f37a8df3f39549.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/definitions/tamagui.config.d.ts +23 -19
- package/dist/definitions/tamagui.config.d.ts.map +1 -1
- package/dist/definitions/themes/light.d.ts +23 -19
- package/dist/definitions/themes/light.d.ts.map +1 -1
- package/dist/definitions/themes/palettes/deepPurpleColorPalette.d.ts +5 -0
- package/dist/definitions/themes/palettes/deepPurpleColorPalette.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +31 -21
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +31 -21
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +31 -21
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +31 -21
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +31 -21
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +31 -21
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +31 -21
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +31 -21
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/themes/__snapshots__/light.stories.tsx.snap +238 -66
- package/src/themes/__snapshots_web__/light.stories.tsx.snap +142 -66
- package/src/themes/light.ts +23 -19
- package/src/themes/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +178 -2
- package/src/themes/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +78 -2
- package/src/themes/palettes/deepPurpleColorPalette.ts +8 -1
package/package.json
CHANGED
|
@@ -58,7 +58,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
58
58
|
}
|
|
59
59
|
suppressHighlighting={true}
|
|
60
60
|
>
|
|
61
|
-
content.base.
|
|
61
|
+
content.base.low
|
|
62
62
|
</Text>
|
|
63
63
|
<Text
|
|
64
64
|
style={
|
|
@@ -68,12 +68,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
68
68
|
}
|
|
69
69
|
suppressHighlighting={true}
|
|
70
70
|
>
|
|
71
|
-
#
|
|
71
|
+
#838383
|
|
72
72
|
</Text>
|
|
73
73
|
<View
|
|
74
74
|
style={
|
|
75
75
|
{
|
|
76
|
-
"backgroundColor": "#
|
|
76
|
+
"backgroundColor": "#838383",
|
|
77
77
|
"height": 20,
|
|
78
78
|
"width": 20,
|
|
79
79
|
}
|
|
@@ -144,7 +144,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
144
144
|
}
|
|
145
145
|
suppressHighlighting={true}
|
|
146
146
|
>
|
|
147
|
-
content.base.
|
|
147
|
+
content.base.hi
|
|
148
148
|
</Text>
|
|
149
149
|
<Text
|
|
150
150
|
style={
|
|
@@ -154,12 +154,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
154
154
|
}
|
|
155
155
|
suppressHighlighting={true}
|
|
156
156
|
>
|
|
157
|
-
#
|
|
157
|
+
#101010
|
|
158
158
|
</Text>
|
|
159
159
|
<View
|
|
160
160
|
style={
|
|
161
161
|
{
|
|
162
|
-
"backgroundColor": "#
|
|
162
|
+
"backgroundColor": "#101010",
|
|
163
163
|
"height": 20,
|
|
164
164
|
"width": 20,
|
|
165
165
|
}
|
|
@@ -187,7 +187,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
187
187
|
}
|
|
188
188
|
suppressHighlighting={true}
|
|
189
189
|
>
|
|
190
|
-
content.base.onContrasted.
|
|
190
|
+
content.base.onContrasted.low
|
|
191
191
|
</Text>
|
|
192
192
|
<Text
|
|
193
193
|
style={
|
|
@@ -197,12 +197,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
197
197
|
}
|
|
198
198
|
suppressHighlighting={true}
|
|
199
199
|
>
|
|
200
|
-
#
|
|
200
|
+
#FFFFFF99
|
|
201
201
|
</Text>
|
|
202
202
|
<View
|
|
203
203
|
style={
|
|
204
204
|
{
|
|
205
|
-
"backgroundColor": "#
|
|
205
|
+
"backgroundColor": "#FFFFFF99",
|
|
206
206
|
"height": 20,
|
|
207
207
|
"width": 20,
|
|
208
208
|
}
|
|
@@ -273,7 +273,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
273
273
|
}
|
|
274
274
|
suppressHighlighting={true}
|
|
275
275
|
>
|
|
276
|
-
content.base.onContrasted.
|
|
276
|
+
content.base.onContrasted.hi
|
|
277
277
|
</Text>
|
|
278
278
|
<Text
|
|
279
279
|
style={
|
|
@@ -283,12 +283,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
283
283
|
}
|
|
284
284
|
suppressHighlighting={true}
|
|
285
285
|
>
|
|
286
|
-
#
|
|
286
|
+
#ffffff
|
|
287
287
|
</Text>
|
|
288
288
|
<View
|
|
289
289
|
style={
|
|
290
290
|
{
|
|
291
|
-
"backgroundColor": "#
|
|
291
|
+
"backgroundColor": "#ffffff",
|
|
292
292
|
"height": 20,
|
|
293
293
|
"width": 20,
|
|
294
294
|
}
|
|
@@ -746,7 +746,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
746
746
|
}
|
|
747
747
|
suppressHighlighting={true}
|
|
748
748
|
>
|
|
749
|
-
bg.base.
|
|
749
|
+
bg.base.low.default
|
|
750
750
|
</Text>
|
|
751
751
|
<Text
|
|
752
752
|
style={
|
|
@@ -756,12 +756,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
756
756
|
}
|
|
757
757
|
suppressHighlighting={true}
|
|
758
758
|
>
|
|
759
|
-
#
|
|
759
|
+
#ffffff
|
|
760
760
|
</Text>
|
|
761
761
|
<View
|
|
762
762
|
style={
|
|
763
763
|
{
|
|
764
|
-
"backgroundColor": "#
|
|
764
|
+
"backgroundColor": "#ffffff",
|
|
765
765
|
"height": 20,
|
|
766
766
|
"width": 20,
|
|
767
767
|
}
|
|
@@ -789,7 +789,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
789
789
|
}
|
|
790
790
|
suppressHighlighting={true}
|
|
791
791
|
>
|
|
792
|
-
bg.base.
|
|
792
|
+
bg.base.low.pressed
|
|
793
793
|
</Text>
|
|
794
794
|
<Text
|
|
795
795
|
style={
|
|
@@ -799,12 +799,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
799
799
|
}
|
|
800
800
|
suppressHighlighting={true}
|
|
801
801
|
>
|
|
802
|
-
#
|
|
802
|
+
#F7F4EE
|
|
803
803
|
</Text>
|
|
804
804
|
<View
|
|
805
805
|
style={
|
|
806
806
|
{
|
|
807
|
-
"backgroundColor": "#
|
|
807
|
+
"backgroundColor": "#F7F4EE",
|
|
808
808
|
"height": 20,
|
|
809
809
|
"width": 20,
|
|
810
810
|
}
|
|
@@ -918,7 +918,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
918
918
|
}
|
|
919
919
|
suppressHighlighting={true}
|
|
920
920
|
>
|
|
921
|
-
bg.base.
|
|
921
|
+
bg.base.hi.default
|
|
922
922
|
</Text>
|
|
923
923
|
<Text
|
|
924
924
|
style={
|
|
@@ -928,12 +928,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
928
928
|
}
|
|
929
929
|
suppressHighlighting={true}
|
|
930
930
|
>
|
|
931
|
-
#
|
|
931
|
+
#F1ECE4
|
|
932
932
|
</Text>
|
|
933
933
|
<View
|
|
934
934
|
style={
|
|
935
935
|
{
|
|
936
|
-
"backgroundColor": "#
|
|
936
|
+
"backgroundColor": "#F1ECE4",
|
|
937
937
|
"height": 20,
|
|
938
938
|
"width": 20,
|
|
939
939
|
}
|
|
@@ -961,7 +961,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
961
961
|
}
|
|
962
962
|
suppressHighlighting={true}
|
|
963
963
|
>
|
|
964
|
-
bg.base.
|
|
964
|
+
bg.base.hi.pressed
|
|
965
965
|
</Text>
|
|
966
966
|
<Text
|
|
967
967
|
style={
|
|
@@ -971,12 +971,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
971
971
|
}
|
|
972
972
|
suppressHighlighting={true}
|
|
973
973
|
>
|
|
974
|
-
#
|
|
974
|
+
#EAE3D6
|
|
975
975
|
</Text>
|
|
976
976
|
<View
|
|
977
977
|
style={
|
|
978
978
|
{
|
|
979
|
-
"backgroundColor": "#
|
|
979
|
+
"backgroundColor": "#EAE3D6",
|
|
980
980
|
"height": 20,
|
|
981
981
|
"width": 20,
|
|
982
982
|
}
|
|
@@ -1090,7 +1090,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1090
1090
|
}
|
|
1091
1091
|
suppressHighlighting={true}
|
|
1092
1092
|
>
|
|
1093
|
-
bg.promo.
|
|
1093
|
+
bg.promo.mid.default
|
|
1094
1094
|
</Text>
|
|
1095
1095
|
<Text
|
|
1096
1096
|
style={
|
|
@@ -1100,12 +1100,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1100
1100
|
}
|
|
1101
1101
|
suppressHighlighting={true}
|
|
1102
1102
|
>
|
|
1103
|
-
#
|
|
1103
|
+
#FFF500
|
|
1104
1104
|
</Text>
|
|
1105
1105
|
<View
|
|
1106
1106
|
style={
|
|
1107
1107
|
{
|
|
1108
|
-
"backgroundColor": "#
|
|
1108
|
+
"backgroundColor": "#FFF500",
|
|
1109
1109
|
"height": 20,
|
|
1110
1110
|
"width": 20,
|
|
1111
1111
|
}
|
|
@@ -1133,7 +1133,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1133
1133
|
}
|
|
1134
1134
|
suppressHighlighting={true}
|
|
1135
1135
|
>
|
|
1136
|
-
bg.promo.
|
|
1136
|
+
bg.promo.mid.pressed
|
|
1137
1137
|
</Text>
|
|
1138
1138
|
<Text
|
|
1139
1139
|
style={
|
|
@@ -1143,12 +1143,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1143
1143
|
}
|
|
1144
1144
|
suppressHighlighting={true}
|
|
1145
1145
|
>
|
|
1146
|
-
#
|
|
1146
|
+
#FFF966
|
|
1147
1147
|
</Text>
|
|
1148
1148
|
<View
|
|
1149
1149
|
style={
|
|
1150
1150
|
{
|
|
1151
|
-
"backgroundColor": "#
|
|
1151
|
+
"backgroundColor": "#FFF966",
|
|
1152
1152
|
"height": 20,
|
|
1153
1153
|
"width": 20,
|
|
1154
1154
|
}
|
|
@@ -1176,7 +1176,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1176
1176
|
}
|
|
1177
1177
|
suppressHighlighting={true}
|
|
1178
1178
|
>
|
|
1179
|
-
bg.promo.
|
|
1179
|
+
bg.promo.hi.default
|
|
1180
1180
|
</Text>
|
|
1181
1181
|
<Text
|
|
1182
1182
|
style={
|
|
@@ -1186,12 +1186,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1186
1186
|
}
|
|
1187
1187
|
suppressHighlighting={true}
|
|
1188
1188
|
>
|
|
1189
|
-
#
|
|
1189
|
+
#43390A
|
|
1190
1190
|
</Text>
|
|
1191
1191
|
<View
|
|
1192
1192
|
style={
|
|
1193
1193
|
{
|
|
1194
|
-
"backgroundColor": "#
|
|
1194
|
+
"backgroundColor": "#43390A",
|
|
1195
1195
|
"height": 20,
|
|
1196
1196
|
"width": 20,
|
|
1197
1197
|
}
|
|
@@ -1219,7 +1219,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1219
1219
|
}
|
|
1220
1220
|
suppressHighlighting={true}
|
|
1221
1221
|
>
|
|
1222
|
-
bg.promo.
|
|
1222
|
+
bg.promo.hi.pressed
|
|
1223
1223
|
</Text>
|
|
1224
1224
|
<Text
|
|
1225
1225
|
style={
|
|
@@ -1229,12 +1229,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1229
1229
|
}
|
|
1230
1230
|
suppressHighlighting={true}
|
|
1231
1231
|
>
|
|
1232
|
-
#
|
|
1232
|
+
#594D0D
|
|
1233
1233
|
</Text>
|
|
1234
1234
|
<View
|
|
1235
1235
|
style={
|
|
1236
1236
|
{
|
|
1237
|
-
"backgroundColor": "#
|
|
1237
|
+
"backgroundColor": "#594D0D",
|
|
1238
1238
|
"height": 20,
|
|
1239
1239
|
"width": 20,
|
|
1240
1240
|
}
|
|
@@ -1262,7 +1262,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1262
1262
|
}
|
|
1263
1263
|
suppressHighlighting={true}
|
|
1264
1264
|
>
|
|
1265
|
-
bg.highlight.default
|
|
1265
|
+
bg.highlight.mid.default
|
|
1266
1266
|
</Text>
|
|
1267
1267
|
<Text
|
|
1268
1268
|
style={
|
|
@@ -1272,12 +1272,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1272
1272
|
}
|
|
1273
1273
|
suppressHighlighting={true}
|
|
1274
1274
|
>
|
|
1275
|
-
#
|
|
1275
|
+
#F8E7FF
|
|
1276
1276
|
</Text>
|
|
1277
1277
|
<View
|
|
1278
1278
|
style={
|
|
1279
1279
|
{
|
|
1280
|
-
"backgroundColor": "#
|
|
1280
|
+
"backgroundColor": "#F8E7FF",
|
|
1281
1281
|
"height": 20,
|
|
1282
1282
|
"width": 20,
|
|
1283
1283
|
}
|
|
@@ -1305,7 +1305,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1305
1305
|
}
|
|
1306
1306
|
suppressHighlighting={true}
|
|
1307
1307
|
>
|
|
1308
|
-
bg.highlight.pressed
|
|
1308
|
+
bg.highlight.mid.pressed
|
|
1309
1309
|
</Text>
|
|
1310
1310
|
<Text
|
|
1311
1311
|
style={
|
|
@@ -1315,12 +1315,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1315
1315
|
}
|
|
1316
1316
|
suppressHighlighting={true}
|
|
1317
1317
|
>
|
|
1318
|
-
#
|
|
1318
|
+
#F1D0FB
|
|
1319
1319
|
</Text>
|
|
1320
1320
|
<View
|
|
1321
1321
|
style={
|
|
1322
1322
|
{
|
|
1323
|
-
"backgroundColor": "#
|
|
1323
|
+
"backgroundColor": "#F1D0FB",
|
|
1324
1324
|
"height": 20,
|
|
1325
1325
|
"width": 20,
|
|
1326
1326
|
}
|
|
@@ -1348,7 +1348,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1348
1348
|
}
|
|
1349
1349
|
suppressHighlighting={true}
|
|
1350
1350
|
>
|
|
1351
|
-
bg.
|
|
1351
|
+
bg.highlight.hi.default
|
|
1352
1352
|
</Text>
|
|
1353
1353
|
<Text
|
|
1354
1354
|
style={
|
|
@@ -1358,12 +1358,55 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1358
1358
|
}
|
|
1359
1359
|
suppressHighlighting={true}
|
|
1360
1360
|
>
|
|
1361
|
-
#
|
|
1361
|
+
#E4A4F9
|
|
1362
1362
|
</Text>
|
|
1363
1363
|
<View
|
|
1364
1364
|
style={
|
|
1365
1365
|
{
|
|
1366
|
-
"backgroundColor": "#
|
|
1366
|
+
"backgroundColor": "#E4A4F9",
|
|
1367
|
+
"height": 20,
|
|
1368
|
+
"width": 20,
|
|
1369
|
+
}
|
|
1370
|
+
}
|
|
1371
|
+
/>
|
|
1372
|
+
</View>
|
|
1373
|
+
<View
|
|
1374
|
+
style={
|
|
1375
|
+
{
|
|
1376
|
+
"backgroundColor": "#ffffff",
|
|
1377
|
+
"borderBottomColor": "#EAE3D6",
|
|
1378
|
+
"borderBottomWidth": 2,
|
|
1379
|
+
"borderStyle": "solid",
|
|
1380
|
+
"flexDirection": "column",
|
|
1381
|
+
"paddingBottom": 8,
|
|
1382
|
+
"paddingTop": 8,
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1385
|
+
>
|
|
1386
|
+
<Text
|
|
1387
|
+
style={
|
|
1388
|
+
{
|
|
1389
|
+
"fontFamily": "GTStandard",
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
suppressHighlighting={true}
|
|
1393
|
+
>
|
|
1394
|
+
bg.highlight.hi.pressed
|
|
1395
|
+
</Text>
|
|
1396
|
+
<Text
|
|
1397
|
+
style={
|
|
1398
|
+
{
|
|
1399
|
+
"fontFamily": "GTStandard",
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
suppressHighlighting={true}
|
|
1403
|
+
>
|
|
1404
|
+
#D283EC
|
|
1405
|
+
</Text>
|
|
1406
|
+
<View
|
|
1407
|
+
style={
|
|
1408
|
+
{
|
|
1409
|
+
"backgroundColor": "#D283EC",
|
|
1367
1410
|
"height": 20,
|
|
1368
1411
|
"width": 20,
|
|
1369
1412
|
}
|
|
@@ -1434,7 +1477,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1434
1477
|
}
|
|
1435
1478
|
suppressHighlighting={true}
|
|
1436
1479
|
>
|
|
1437
|
-
bg.
|
|
1480
|
+
bg.info.hi
|
|
1438
1481
|
</Text>
|
|
1439
1482
|
<Text
|
|
1440
1483
|
style={
|
|
@@ -1444,12 +1487,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1444
1487
|
}
|
|
1445
1488
|
suppressHighlighting={true}
|
|
1446
1489
|
>
|
|
1447
|
-
#
|
|
1490
|
+
#1772AB
|
|
1448
1491
|
</Text>
|
|
1449
1492
|
<View
|
|
1450
1493
|
style={
|
|
1451
1494
|
{
|
|
1452
|
-
"backgroundColor": "#
|
|
1495
|
+
"backgroundColor": "#1772AB",
|
|
1453
1496
|
"height": 20,
|
|
1454
1497
|
"width": 20,
|
|
1455
1498
|
}
|
|
@@ -1520,7 +1563,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1520
1563
|
}
|
|
1521
1564
|
suppressHighlighting={true}
|
|
1522
1565
|
>
|
|
1523
|
-
bg.
|
|
1566
|
+
bg.success.hi
|
|
1524
1567
|
</Text>
|
|
1525
1568
|
<Text
|
|
1526
1569
|
style={
|
|
@@ -1530,12 +1573,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1530
1573
|
}
|
|
1531
1574
|
suppressHighlighting={true}
|
|
1532
1575
|
>
|
|
1533
|
-
#
|
|
1576
|
+
#438D06
|
|
1534
1577
|
</Text>
|
|
1535
1578
|
<View
|
|
1536
1579
|
style={
|
|
1537
1580
|
{
|
|
1538
|
-
"backgroundColor": "#
|
|
1581
|
+
"backgroundColor": "#438D06",
|
|
1539
1582
|
"height": 20,
|
|
1540
1583
|
"width": 20,
|
|
1541
1584
|
}
|
|
@@ -1606,7 +1649,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1606
1649
|
}
|
|
1607
1650
|
suppressHighlighting={true}
|
|
1608
1651
|
>
|
|
1609
|
-
bg.
|
|
1652
|
+
bg.warning.hi
|
|
1610
1653
|
</Text>
|
|
1611
1654
|
<Text
|
|
1612
1655
|
style={
|
|
@@ -1616,12 +1659,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1616
1659
|
}
|
|
1617
1660
|
suppressHighlighting={true}
|
|
1618
1661
|
>
|
|
1619
|
-
#
|
|
1662
|
+
#EFC11F
|
|
1620
1663
|
</Text>
|
|
1621
1664
|
<View
|
|
1622
1665
|
style={
|
|
1623
1666
|
{
|
|
1624
|
-
"backgroundColor": "#
|
|
1667
|
+
"backgroundColor": "#EFC11F",
|
|
1625
1668
|
"height": 20,
|
|
1626
1669
|
"width": 20,
|
|
1627
1670
|
}
|
|
@@ -1692,7 +1735,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1692
1735
|
}
|
|
1693
1736
|
suppressHighlighting={true}
|
|
1694
1737
|
>
|
|
1695
|
-
bg.
|
|
1738
|
+
bg.danger.hi
|
|
1696
1739
|
</Text>
|
|
1697
1740
|
<Text
|
|
1698
1741
|
style={
|
|
@@ -1702,12 +1745,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1702
1745
|
}
|
|
1703
1746
|
suppressHighlighting={true}
|
|
1704
1747
|
>
|
|
1705
|
-
#
|
|
1748
|
+
#E2483D
|
|
1706
1749
|
</Text>
|
|
1707
1750
|
<View
|
|
1708
1751
|
style={
|
|
1709
1752
|
{
|
|
1710
|
-
"backgroundColor": "#
|
|
1753
|
+
"backgroundColor": "#E2483D",
|
|
1711
1754
|
"height": 20,
|
|
1712
1755
|
"width": 20,
|
|
1713
1756
|
}
|
|
@@ -1757,6 +1800,49 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1757
1800
|
}
|
|
1758
1801
|
/>
|
|
1759
1802
|
</View>
|
|
1803
|
+
<View
|
|
1804
|
+
style={
|
|
1805
|
+
{
|
|
1806
|
+
"backgroundColor": "#ffffff",
|
|
1807
|
+
"borderBottomColor": "#EAE3D6",
|
|
1808
|
+
"borderBottomWidth": 2,
|
|
1809
|
+
"borderStyle": "solid",
|
|
1810
|
+
"flexDirection": "column",
|
|
1811
|
+
"paddingBottom": 8,
|
|
1812
|
+
"paddingTop": 8,
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1815
|
+
>
|
|
1816
|
+
<Text
|
|
1817
|
+
style={
|
|
1818
|
+
{
|
|
1819
|
+
"fontFamily": "GTStandard",
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
suppressHighlighting={true}
|
|
1823
|
+
>
|
|
1824
|
+
bg.disabled.hi
|
|
1825
|
+
</Text>
|
|
1826
|
+
<Text
|
|
1827
|
+
style={
|
|
1828
|
+
{
|
|
1829
|
+
"fontFamily": "GTStandard",
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
suppressHighlighting={true}
|
|
1833
|
+
>
|
|
1834
|
+
#A8A8A8
|
|
1835
|
+
</Text>
|
|
1836
|
+
<View
|
|
1837
|
+
style={
|
|
1838
|
+
{
|
|
1839
|
+
"backgroundColor": "#A8A8A8",
|
|
1840
|
+
"height": 20,
|
|
1841
|
+
"width": 20,
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
/>
|
|
1845
|
+
</View>
|
|
1760
1846
|
<View
|
|
1761
1847
|
style={
|
|
1762
1848
|
{
|
|
@@ -1821,7 +1907,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1821
1907
|
}
|
|
1822
1908
|
suppressHighlighting={true}
|
|
1823
1909
|
>
|
|
1824
|
-
border.base.
|
|
1910
|
+
border.base.low
|
|
1825
1911
|
</Text>
|
|
1826
1912
|
<Text
|
|
1827
1913
|
style={
|
|
@@ -1831,12 +1917,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1831
1917
|
}
|
|
1832
1918
|
suppressHighlighting={true}
|
|
1833
1919
|
>
|
|
1834
|
-
#
|
|
1920
|
+
#F1ECE4
|
|
1835
1921
|
</Text>
|
|
1836
1922
|
<View
|
|
1837
1923
|
style={
|
|
1838
1924
|
{
|
|
1839
|
-
"backgroundColor": "#
|
|
1925
|
+
"backgroundColor": "#F1ECE4",
|
|
1840
1926
|
"height": 20,
|
|
1841
1927
|
"width": 20,
|
|
1842
1928
|
}
|
|
@@ -1889,7 +1975,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1889
1975
|
<View
|
|
1890
1976
|
style={
|
|
1891
1977
|
{
|
|
1892
|
-
"backgroundColor": "#
|
|
1978
|
+
"backgroundColor": "#ffffff",
|
|
1893
1979
|
"borderBottomColor": "#EAE3D6",
|
|
1894
1980
|
"borderBottomWidth": 2,
|
|
1895
1981
|
"borderStyle": "solid",
|
|
@@ -1907,7 +1993,7 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1907
1993
|
}
|
|
1908
1994
|
suppressHighlighting={true}
|
|
1909
1995
|
>
|
|
1910
|
-
border.base.
|
|
1996
|
+
border.base.hi
|
|
1911
1997
|
</Text>
|
|
1912
1998
|
<Text
|
|
1913
1999
|
style={
|
|
@@ -1917,12 +2003,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1917
2003
|
}
|
|
1918
2004
|
suppressHighlighting={true}
|
|
1919
2005
|
>
|
|
1920
|
-
#
|
|
2006
|
+
#101010
|
|
1921
2007
|
</Text>
|
|
1922
2008
|
<View
|
|
1923
2009
|
style={
|
|
1924
2010
|
{
|
|
1925
|
-
"backgroundColor": "#
|
|
2011
|
+
"backgroundColor": "#101010",
|
|
1926
2012
|
"height": 20,
|
|
1927
2013
|
"width": 20,
|
|
1928
2014
|
}
|
|
@@ -1972,6 +2058,49 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
1972
2058
|
}
|
|
1973
2059
|
/>
|
|
1974
2060
|
</View>
|
|
2061
|
+
<View
|
|
2062
|
+
style={
|
|
2063
|
+
{
|
|
2064
|
+
"backgroundColor": "#563B56",
|
|
2065
|
+
"borderBottomColor": "#EAE3D6",
|
|
2066
|
+
"borderBottomWidth": 2,
|
|
2067
|
+
"borderStyle": "solid",
|
|
2068
|
+
"flexDirection": "column",
|
|
2069
|
+
"paddingBottom": 8,
|
|
2070
|
+
"paddingTop": 8,
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
>
|
|
2074
|
+
<Text
|
|
2075
|
+
style={
|
|
2076
|
+
{
|
|
2077
|
+
"fontFamily": "GTStandard",
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
suppressHighlighting={true}
|
|
2081
|
+
>
|
|
2082
|
+
border.base.onContrasted.hi
|
|
2083
|
+
</Text>
|
|
2084
|
+
<Text
|
|
2085
|
+
style={
|
|
2086
|
+
{
|
|
2087
|
+
"fontFamily": "GTStandard",
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
suppressHighlighting={true}
|
|
2091
|
+
>
|
|
2092
|
+
#ffffff
|
|
2093
|
+
</Text>
|
|
2094
|
+
<View
|
|
2095
|
+
style={
|
|
2096
|
+
{
|
|
2097
|
+
"backgroundColor": "#ffffff",
|
|
2098
|
+
"height": 20,
|
|
2099
|
+
"width": 20,
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
/>
|
|
2103
|
+
</View>
|
|
1975
2104
|
<View
|
|
1976
2105
|
style={
|
|
1977
2106
|
{
|
|
@@ -2175,12 +2304,12 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
2175
2304
|
}
|
|
2176
2305
|
suppressHighlighting={true}
|
|
2177
2306
|
>
|
|
2178
|
-
#
|
|
2307
|
+
#E2483D
|
|
2179
2308
|
</Text>
|
|
2180
2309
|
<View
|
|
2181
2310
|
style={
|
|
2182
2311
|
{
|
|
2183
|
-
"backgroundColor": "#
|
|
2312
|
+
"backgroundColor": "#E2483D",
|
|
2184
2313
|
"height": 20,
|
|
2185
2314
|
"width": 20,
|
|
2186
2315
|
}
|
|
@@ -2230,6 +2359,49 @@ exports[`bumper/Theme Light 1`] = `
|
|
|
2230
2359
|
}
|
|
2231
2360
|
/>
|
|
2232
2361
|
</View>
|
|
2362
|
+
<View
|
|
2363
|
+
style={
|
|
2364
|
+
{
|
|
2365
|
+
"backgroundColor": "#ffffff",
|
|
2366
|
+
"borderBottomColor": "#EAE3D6",
|
|
2367
|
+
"borderBottomWidth": 2,
|
|
2368
|
+
"borderStyle": "solid",
|
|
2369
|
+
"flexDirection": "column",
|
|
2370
|
+
"paddingBottom": 8,
|
|
2371
|
+
"paddingTop": 8,
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
>
|
|
2375
|
+
<Text
|
|
2376
|
+
style={
|
|
2377
|
+
{
|
|
2378
|
+
"fontFamily": "GTStandard",
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
suppressHighlighting={true}
|
|
2382
|
+
>
|
|
2383
|
+
border.highlight
|
|
2384
|
+
</Text>
|
|
2385
|
+
<Text
|
|
2386
|
+
style={
|
|
2387
|
+
{
|
|
2388
|
+
"fontFamily": "GTStandard",
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
suppressHighlighting={true}
|
|
2392
|
+
>
|
|
2393
|
+
#E4A4F9
|
|
2394
|
+
</Text>
|
|
2395
|
+
<View
|
|
2396
|
+
style={
|
|
2397
|
+
{
|
|
2398
|
+
"backgroundColor": "#E4A4F9",
|
|
2399
|
+
"height": 20,
|
|
2400
|
+
"width": 20,
|
|
2401
|
+
}
|
|
2402
|
+
}
|
|
2403
|
+
/>
|
|
2404
|
+
</View>
|
|
2233
2405
|
</View>
|
|
2234
2406
|
</RNCSafeAreaProvider>
|
|
2235
2407
|
`;
|