@jobber/components-native 0.78.0 → 0.79.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components-native",
3
- "version": "0.78.0",
3
+ "version": "0.79.0",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -80,5 +80,5 @@
80
80
  "react-native-safe-area-context": "^4.5.2",
81
81
  "react-native-svg": ">=12.0.0"
82
82
  },
83
- "gitHead": "b9eb8377a6592eeb4443a8d8b4424135fd4d8c92"
83
+ "gitHead": "0fbaebc80bf2e27b4be4fc36c93cd90e59300477"
84
84
  }
@@ -149,7 +149,7 @@ exports[`when Heading called with sub-heading variation and text-color should ma
149
149
  "fontFamily": "inter-semibold",
150
150
  },
151
151
  {
152
- "color": "hsl(197, 15%, 45%)",
152
+ "color": "hsl(197, 15%, 43%)",
153
153
  },
154
154
  {
155
155
  "textAlign": "left",
@@ -34,7 +34,7 @@ exports[`StatusLabel alignment when alignment prop set to "end" should match sna
34
34
  "fontFamily": "inter-medium",
35
35
  },
36
36
  {
37
- "color": "hsl(197, 15%, 45%)",
37
+ "color": "hsl(197, 15%, 43%)",
38
38
  },
39
39
  {
40
40
  "textAlign": "right",
@@ -113,7 +113,7 @@ exports[`StatusLabel alignment when alignment prop set to default ("start") shou
113
113
  "fontFamily": "inter-medium",
114
114
  },
115
115
  {
116
- "color": "hsl(197, 15%, 45%)",
116
+ "color": "hsl(197, 15%, 43%)",
117
117
  },
118
118
  {
119
119
  "textAlign": "right",
@@ -192,7 +192,7 @@ exports[`StatusLabel status when status prop set to "critical" should match snap
192
192
  "fontFamily": "inter-medium",
193
193
  },
194
194
  {
195
- "color": "hsl(197, 15%, 45%)",
195
+ "color": "hsl(197, 15%, 43%)",
196
196
  },
197
197
  {
198
198
  "textAlign": "right",
@@ -271,7 +271,7 @@ exports[`StatusLabel status when status prop set to "inactive" should match snap
271
271
  "fontFamily": "inter-medium",
272
272
  },
273
273
  {
274
- "color": "hsl(197, 15%, 45%)",
274
+ "color": "hsl(197, 15%, 43%)",
275
275
  },
276
276
  {
277
277
  "textAlign": "right",
@@ -350,7 +350,7 @@ exports[`StatusLabel status when status prop set to "informative" should match s
350
350
  "fontFamily": "inter-medium",
351
351
  },
352
352
  {
353
- "color": "hsl(197, 15%, 45%)",
353
+ "color": "hsl(197, 15%, 43%)",
354
354
  },
355
355
  {
356
356
  "textAlign": "right",
@@ -429,7 +429,7 @@ exports[`StatusLabel status when status prop set to "warning" should match snaps
429
429
  "fontFamily": "inter-medium",
430
430
  },
431
431
  {
432
- "color": "hsl(197, 15%, 45%)",
432
+ "color": "hsl(197, 15%, 43%)",
433
433
  },
434
434
  {
435
435
  "textAlign": "right",
@@ -508,7 +508,7 @@ exports[`StatusLabel status when status prop set to default ("success") should m
508
508
  "fontFamily": "inter-medium",
509
509
  },
510
510
  {
511
- "color": "hsl(197, 15%, 45%)",
511
+ "color": "hsl(197, 15%, 43%)",
512
512
  },
513
513
  {
514
514
  "textAlign": "right",
@@ -459,7 +459,7 @@ exports[`renders text with subdued variation 1`] = `
459
459
  "fontFamily": "inter-regular",
460
460
  },
461
461
  {
462
- "color": "hsl(197, 15%, 45%)",
462
+ "color": "hsl(197, 15%, 43%)",
463
463
  },
464
464
  {
465
465
  "textAlign": "left",
@@ -577,7 +577,7 @@ exports[`renders text with underline styling 1`] = `
577
577
  "textDecorationStyle": "dashed",
578
578
  },
579
579
  {
580
- "textDecorationColor": "hsl(197, 15%, 45%)",
580
+ "textDecorationColor": "hsl(197, 15%, 43%)",
581
581
  "textDecorationLine": "underline",
582
582
  },
583
583
  ]
@@ -14,7 +14,7 @@ exports[`renders text respecting the text direction 1`] = `
14
14
  "fontFamily": "inter-regular",
15
15
  },
16
16
  {
17
- "color": "hsl(197, 15%, 45%)",
17
+ "color": "hsl(197, 15%, 43%)",
18
18
  },
19
19
  {
20
20
  "textAlign": "right",
@@ -48,7 +48,7 @@ exports[`renders text using the maxLines is also passed 1`] = `
48
48
  "fontFamily": "inter-regular",
49
49
  },
50
50
  {
51
- "color": "hsl(197, 15%, 45%)",
51
+ "color": "hsl(197, 15%, 43%)",
52
52
  },
53
53
  {
54
54
  "textAlign": "left",
@@ -82,7 +82,7 @@ exports[`renders text with adjustsFontSizeToFit set to true 1`] = `
82
82
  "fontFamily": "inter-regular",
83
83
  },
84
84
  {
85
- "color": "hsl(197, 15%, 45%)",
85
+ "color": "hsl(197, 15%, 43%)",
86
86
  },
87
87
  {
88
88
  "textAlign": "left",
@@ -115,7 +115,7 @@ exports[`renders text with black style and display as fontFamily 1`] = `
115
115
  "fontFamily": "jobberpro-blk",
116
116
  },
117
117
  {
118
- "color": "hsl(197, 15%, 45%)",
118
+ "color": "hsl(197, 15%, 43%)",
119
119
  },
120
120
  {
121
121
  "textAlign": "left",
@@ -148,7 +148,7 @@ exports[`renders text with bold style 1`] = `
148
148
  "fontFamily": "inter-bold",
149
149
  },
150
150
  {
151
- "color": "hsl(197, 15%, 45%)",
151
+ "color": "hsl(197, 15%, 43%)",
152
152
  },
153
153
  {
154
154
  "textAlign": "left",
@@ -181,7 +181,7 @@ exports[`renders text with bold style and display as fontFamily 1`] = `
181
181
  "fontFamily": "jobberpro-bd",
182
182
  },
183
183
  {
184
- "color": "hsl(197, 15%, 45%)",
184
+ "color": "hsl(197, 15%, 43%)",
185
185
  },
186
186
  {
187
187
  "textAlign": "left",
@@ -214,7 +214,7 @@ exports[`renders text with bold weight and italic style 1`] = `
214
214
  "fontFamily": "inter-italic-bold",
215
215
  },
216
216
  {
217
- "color": "hsl(197, 15%, 45%)",
217
+ "color": "hsl(197, 15%, 43%)",
218
218
  },
219
219
  {
220
220
  "textAlign": "left",
@@ -250,7 +250,7 @@ exports[`renders text with center align 1`] = `
250
250
  "fontFamily": "inter-regular",
251
251
  },
252
252
  {
253
- "color": "hsl(197, 15%, 45%)",
253
+ "color": "hsl(197, 15%, 43%)",
254
254
  },
255
255
  {
256
256
  "textAlign": "center",
@@ -283,7 +283,7 @@ exports[`renders text with default color 1`] = `
283
283
  "fontFamily": "inter-regular",
284
284
  },
285
285
  {
286
- "color": "hsl(197, 15%, 45%)",
286
+ "color": "hsl(197, 15%, 43%)",
287
287
  },
288
288
  {
289
289
  "textAlign": "left",
@@ -316,7 +316,7 @@ exports[`renders text with default size 1`] = `
316
316
  "fontFamily": "inter-regular",
317
317
  },
318
318
  {
319
- "color": "hsl(197, 15%, 45%)",
319
+ "color": "hsl(197, 15%, 43%)",
320
320
  },
321
321
  {
322
322
  "textAlign": "left",
@@ -349,7 +349,7 @@ exports[`renders text with extraBold weight and display as fontFamily 1`] = `
349
349
  "fontFamily": "jobberpro-xbd",
350
350
  },
351
351
  {
352
- "color": "hsl(197, 15%, 45%)",
352
+ "color": "hsl(197, 15%, 43%)",
353
353
  },
354
354
  {
355
355
  "textAlign": "left",
@@ -415,7 +415,7 @@ exports[`renders text with italic style 1`] = `
415
415
  "fontFamily": "inter-italic",
416
416
  },
417
417
  {
418
- "color": "hsl(197, 15%, 45%)",
418
+ "color": "hsl(197, 15%, 43%)",
419
419
  },
420
420
  {
421
421
  "textAlign": "left",
@@ -451,7 +451,7 @@ exports[`renders text with large size 1`] = `
451
451
  "fontFamily": "inter-regular",
452
452
  },
453
453
  {
454
- "color": "hsl(197, 15%, 45%)",
454
+ "color": "hsl(197, 15%, 43%)",
455
455
  },
456
456
  {
457
457
  "textAlign": "left",
@@ -484,7 +484,7 @@ exports[`renders text with letter spacing 1`] = `
484
484
  "fontFamily": "inter-regular",
485
485
  },
486
486
  {
487
- "color": "hsl(197, 15%, 45%)",
487
+ "color": "hsl(197, 15%, 43%)",
488
488
  },
489
489
  {
490
490
  "textAlign": "left",
@@ -517,7 +517,7 @@ exports[`renders text with line height override 1`] = `
517
517
  "fontFamily": "inter-regular",
518
518
  },
519
519
  {
520
- "color": "hsl(197, 15%, 45%)",
520
+ "color": "hsl(197, 15%, 43%)",
521
521
  },
522
522
  {
523
523
  "textAlign": "left",
@@ -550,7 +550,7 @@ exports[`renders text with lowercase transform 1`] = `
550
550
  "fontFamily": "inter-regular",
551
551
  },
552
552
  {
553
- "color": "hsl(197, 15%, 45%)",
553
+ "color": "hsl(197, 15%, 43%)",
554
554
  },
555
555
  {
556
556
  "textAlign": "left",
@@ -616,7 +616,7 @@ exports[`renders text with no additional props 1`] = `
616
616
  "fontFamily": "inter-regular",
617
617
  },
618
618
  {
619
- "color": "hsl(197, 15%, 45%)",
619
+ "color": "hsl(197, 15%, 43%)",
620
620
  },
621
621
  {
622
622
  "textAlign": "left",
@@ -649,7 +649,7 @@ exports[`renders text with regular style 1`] = `
649
649
  "fontFamily": "inter-regular",
650
650
  },
651
651
  {
652
- "color": "hsl(197, 15%, 45%)",
652
+ "color": "hsl(197, 15%, 43%)",
653
653
  },
654
654
  {
655
655
  "textAlign": "left",
@@ -781,7 +781,7 @@ exports[`renders text with small size 1`] = `
781
781
  "fontFamily": "inter-regular",
782
782
  },
783
783
  {
784
- "color": "hsl(197, 15%, 45%)",
784
+ "color": "hsl(197, 15%, 43%)",
785
785
  },
786
786
  {
787
787
  "textAlign": "left",
@@ -814,7 +814,7 @@ exports[`renders text with strikethough styling 1`] = `
814
814
  "fontFamily": "inter-regular",
815
815
  },
816
816
  {
817
- "color": "hsl(197, 15%, 45%)",
817
+ "color": "hsl(197, 15%, 43%)",
818
818
  },
819
819
  {
820
820
  "textAlign": "left",
@@ -850,7 +850,7 @@ exports[`renders text with uppercase transform 1`] = `
850
850
  "fontFamily": "inter-regular",
851
851
  },
852
852
  {
853
- "color": "hsl(197, 15%, 45%)",
853
+ "color": "hsl(197, 15%, 43%)",
854
854
  },
855
855
  {
856
856
  "textAlign": "left",
@@ -916,7 +916,7 @@ exports[`underline renders text with dashed underline 1`] = `
916
916
  "fontFamily": "inter-regular",
917
917
  },
918
918
  {
919
- "color": "hsl(197, 15%, 45%)",
919
+ "color": "hsl(197, 15%, 43%)",
920
920
  },
921
921
  {
922
922
  "textAlign": "left",
@@ -932,7 +932,7 @@ exports[`underline renders text with dashed underline 1`] = `
932
932
  "textDecorationStyle": "dashed",
933
933
  },
934
934
  {
935
- "textDecorationColor": "hsl(197, 15%, 45%)",
935
+ "textDecorationColor": "hsl(197, 15%, 43%)",
936
936
  "textDecorationLine": "underline",
937
937
  },
938
938
  ]
@@ -956,7 +956,7 @@ exports[`underline renders text with dotted underline 1`] = `
956
956
  "fontFamily": "inter-regular",
957
957
  },
958
958
  {
959
- "color": "hsl(197, 15%, 45%)",
959
+ "color": "hsl(197, 15%, 43%)",
960
960
  },
961
961
  {
962
962
  "textAlign": "left",
@@ -972,7 +972,7 @@ exports[`underline renders text with dotted underline 1`] = `
972
972
  "textDecorationStyle": "dotted",
973
973
  },
974
974
  {
975
- "textDecorationColor": "hsl(197, 15%, 45%)",
975
+ "textDecorationColor": "hsl(197, 15%, 43%)",
976
976
  "textDecorationLine": "underline",
977
977
  },
978
978
  ]
@@ -996,7 +996,7 @@ exports[`underline renders text with double underline 1`] = `
996
996
  "fontFamily": "inter-regular",
997
997
  },
998
998
  {
999
- "color": "hsl(197, 15%, 45%)",
999
+ "color": "hsl(197, 15%, 43%)",
1000
1000
  },
1001
1001
  {
1002
1002
  "textAlign": "left",
@@ -1012,7 +1012,7 @@ exports[`underline renders text with double underline 1`] = `
1012
1012
  "textDecorationStyle": "double",
1013
1013
  },
1014
1014
  {
1015
- "textDecorationColor": "hsl(197, 15%, 45%)",
1015
+ "textDecorationColor": "hsl(197, 15%, 43%)",
1016
1016
  "textDecorationLine": "underline",
1017
1017
  },
1018
1018
  ]
@@ -1036,7 +1036,7 @@ exports[`underline renders text with solid underline 1`] = `
1036
1036
  "fontFamily": "inter-regular",
1037
1037
  },
1038
1038
  {
1039
- "color": "hsl(197, 15%, 45%)",
1039
+ "color": "hsl(197, 15%, 43%)",
1040
1040
  },
1041
1041
  {
1042
1042
  "textAlign": "left",
@@ -1052,7 +1052,7 @@ exports[`underline renders text with solid underline 1`] = `
1052
1052
  "textDecorationStyle": "solid",
1053
1053
  },
1054
1054
  {
1055
- "textDecorationColor": "hsl(197, 15%, 45%)",
1055
+ "textDecorationColor": "hsl(197, 15%, 43%)",
1056
1056
  "textDecorationLine": "underline",
1057
1057
  },
1058
1058
  ]