@hero-design/rn 8.97.0 → 8.98.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.
@@ -1783,6 +1783,7 @@ exports[`Button renders correctly 13`] = `
1783
1783
  }
1784
1784
  themeButtonVariant="text-primary"
1785
1785
  themeIntent="body"
1786
+ themeIsCompact={false}
1786
1787
  themeIsPressed={false}
1787
1788
  themeTypeface="neutral"
1788
1789
  themeVariant="regular-bold"
@@ -2064,6 +2065,7 @@ exports[`Button renders correctly 15`] = `
2064
2065
  }
2065
2066
  themeButtonVariant="text-primary"
2066
2067
  themeIntent="body"
2068
+ themeIsCompact={false}
2067
2069
  themeIsPressed={false}
2068
2070
  themeTypeface="neutral"
2069
2071
  themeVariant="regular-bold"
@@ -2169,6 +2171,7 @@ exports[`Button renders correctly 16`] = `
2169
2171
  }
2170
2172
  themeButtonVariant="text-secondary"
2171
2173
  themeIntent="body"
2174
+ themeIsCompact={false}
2172
2175
  themeIsPressed={false}
2173
2176
  themeTypeface="neutral"
2174
2177
  themeVariant="regular-bold"
@@ -2450,6 +2453,7 @@ exports[`Button renders correctly 18`] = `
2450
2453
  }
2451
2454
  themeButtonVariant="text-secondary"
2452
2455
  themeIntent="body"
2456
+ themeIsCompact={false}
2453
2457
  themeIsPressed={false}
2454
2458
  themeTypeface="neutral"
2455
2459
  themeVariant="regular-bold"
@@ -2555,6 +2559,7 @@ exports[`Button renders correctly 19`] = `
2555
2559
  }
2556
2560
  themeButtonVariant="text-danger"
2557
2561
  themeIntent="body"
2562
+ themeIsCompact={false}
2558
2563
  themeIsPressed={false}
2559
2564
  themeTypeface="neutral"
2560
2565
  themeVariant="regular-bold"
@@ -2836,6 +2841,7 @@ exports[`Button renders correctly 21`] = `
2836
2841
  }
2837
2842
  themeButtonVariant="text-danger"
2838
2843
  themeIntent="body"
2844
+ themeIsCompact={false}
2839
2845
  themeIsPressed={false}
2840
2846
  themeTypeface="neutral"
2841
2847
  themeVariant="regular-bold"
@@ -2941,6 +2947,7 @@ exports[`Button renders correctly 22`] = `
2941
2947
  }
2942
2948
  themeButtonVariant="text-white"
2943
2949
  themeIntent="body"
2950
+ themeIsCompact={false}
2944
2951
  themeIsPressed={false}
2945
2952
  themeTypeface="neutral"
2946
2953
  themeVariant="regular-bold"
@@ -3222,6 +3229,7 @@ exports[`Button renders correctly 24`] = `
3222
3229
  }
3223
3230
  themeButtonVariant="text-white"
3224
3231
  themeIntent="body"
3232
+ themeIsCompact={false}
3225
3233
  themeIsPressed={false}
3226
3234
  themeTypeface="neutral"
3227
3235
  themeVariant="regular-bold"
@@ -3327,6 +3335,7 @@ exports[`Button renders correctly 25`] = `
3327
3335
  }
3328
3336
  themeButtonVariant="text-primary"
3329
3337
  themeIntent="body"
3338
+ themeIsCompact={false}
3330
3339
  themeIsPressed={false}
3331
3340
  themeTypeface="neutral"
3332
3341
  themeVariant="regular-bold"
@@ -3608,6 +3617,7 @@ exports[`Button renders correctly 27`] = `
3608
3617
  }
3609
3618
  themeButtonVariant="text-danger"
3610
3619
  themeIntent="body"
3620
+ themeIsCompact={false}
3611
3621
  themeIsPressed={false}
3612
3622
  themeTypeface="neutral"
3613
3623
  themeVariant="regular-bold"
@@ -3889,6 +3899,7 @@ exports[`Button renders correctly 29`] = `
3889
3899
  }
3890
3900
  themeButtonVariant="text-primary"
3891
3901
  themeIntent="body"
3902
+ themeIsCompact={false}
3892
3903
  themeIsPressed={false}
3893
3904
  themeTypeface="neutral"
3894
3905
  themeVariant="regular-bold"
@@ -4719,6 +4730,1868 @@ exports[`Button renders correctly 35`] = `
4719
4730
  </View>
4720
4731
  `;
4721
4732
 
4733
+ exports[`Button renders correctly 36`] = `
4734
+ <View
4735
+ style={
4736
+ {
4737
+ "flex": 1,
4738
+ }
4739
+ }
4740
+ >
4741
+ <View
4742
+ accessibilityState={
4743
+ {
4744
+ "disabled": false,
4745
+ }
4746
+ }
4747
+ accessibilityValue={
4748
+ {
4749
+ "max": undefined,
4750
+ "min": undefined,
4751
+ "now": undefined,
4752
+ "text": undefined,
4753
+ }
4754
+ }
4755
+ accessible={true}
4756
+ focusable={true}
4757
+ onClick={[Function]}
4758
+ onResponderGrant={[Function]}
4759
+ onResponderMove={[Function]}
4760
+ onResponderRelease={[Function]}
4761
+ onResponderTerminate={[Function]}
4762
+ onResponderTerminationRequest={[Function]}
4763
+ onStartShouldSetResponder={[Function]}
4764
+ style={
4765
+ [
4766
+ {
4767
+ "alignItems": "center",
4768
+ "alignSelf": "flex-start",
4769
+ "backgroundColor": "transparent",
4770
+ "borderRadius": 4,
4771
+ "borderWidth": 0,
4772
+ "flexDirection": "row",
4773
+ "height": 36,
4774
+ "justifyContent": "center",
4775
+ "paddingHorizontal": 16,
4776
+ "paddingVertical": 8,
4777
+ },
4778
+ undefined,
4779
+ ]
4780
+ }
4781
+ >
4782
+ <Text
4783
+ allowFontScaling={false}
4784
+ disabled={false}
4785
+ ellipsizeMode="tail"
4786
+ numberOfLines={1}
4787
+ style={
4788
+ [
4789
+ {
4790
+ "color": "#001f23",
4791
+ "fontFamily": "BeVietnamPro-SemiBold",
4792
+ "fontSize": 14,
4793
+ "letterSpacing": 0.24,
4794
+ "lineHeight": 22,
4795
+ },
4796
+ [
4797
+ {
4798
+ "color": "#401960",
4799
+ "flexShrink": 1,
4800
+ "lineHeight": 16,
4801
+ "textAlign": "center",
4802
+ "textAlignVertical": "center",
4803
+ },
4804
+ undefined,
4805
+ ],
4806
+ ]
4807
+ }
4808
+ themeButtonVariant="text-primary"
4809
+ themeIntent="body"
4810
+ themeIsCompact={true}
4811
+ themeIsPressed={false}
4812
+ themeTypeface="neutral"
4813
+ themeVariant="small-bold"
4814
+ >
4815
+ A button
4816
+ </Text>
4817
+ </View>
4818
+ <View
4819
+ pointerEvents="box-none"
4820
+ position="bottom"
4821
+ style={
4822
+ [
4823
+ {
4824
+ "bottom": 0,
4825
+ "elevation": 9999,
4826
+ "flexDirection": "column-reverse",
4827
+ "left": 0,
4828
+ "paddingHorizontal": 24,
4829
+ "paddingVertical": 16,
4830
+ "position": "absolute",
4831
+ "right": 0,
4832
+ "top": 0,
4833
+ },
4834
+ undefined,
4835
+ ]
4836
+ }
4837
+ />
4838
+ </View>
4839
+ `;
4840
+
4841
+ exports[`Button renders correctly 37`] = `
4842
+ <View
4843
+ style={
4844
+ {
4845
+ "flex": 1,
4846
+ }
4847
+ }
4848
+ >
4849
+ <View
4850
+ accessibilityState={
4851
+ {
4852
+ "disabled": true,
4853
+ }
4854
+ }
4855
+ accessibilityValue={
4856
+ {
4857
+ "max": undefined,
4858
+ "min": undefined,
4859
+ "now": undefined,
4860
+ "text": undefined,
4861
+ }
4862
+ }
4863
+ accessible={true}
4864
+ focusable={true}
4865
+ onClick={[Function]}
4866
+ onResponderGrant={[Function]}
4867
+ onResponderMove={[Function]}
4868
+ onResponderRelease={[Function]}
4869
+ onResponderTerminate={[Function]}
4870
+ onResponderTerminationRequest={[Function]}
4871
+ onStartShouldSetResponder={[Function]}
4872
+ style={
4873
+ [
4874
+ {
4875
+ "alignItems": "center",
4876
+ "alignSelf": "flex-start",
4877
+ "backgroundColor": "#ece8ef",
4878
+ "borderRadius": 4,
4879
+ "borderWidth": 0,
4880
+ "flexDirection": "row",
4881
+ "height": 36,
4882
+ "justifyContent": "center",
4883
+ "paddingHorizontal": 16,
4884
+ "paddingVertical": 8,
4885
+ },
4886
+ undefined,
4887
+ ]
4888
+ }
4889
+ >
4890
+ <View
4891
+ collapsable={false}
4892
+ style={
4893
+ [
4894
+ {
4895
+ "alignItems": "center",
4896
+ "flexDirection": "row",
4897
+ "justifyContent": "center",
4898
+ },
4899
+ {},
4900
+ ]
4901
+ }
4902
+ testID="undefined-loading-indicator"
4903
+ >
4904
+ <View
4905
+ collapsable={false}
4906
+ style={
4907
+ {
4908
+ "transform": [
4909
+ {
4910
+ "scale": 1,
4911
+ },
4912
+ ],
4913
+ }
4914
+ }
4915
+ >
4916
+ <View
4917
+ collapsable={false}
4918
+ size={12}
4919
+ style={
4920
+ [
4921
+ {
4922
+ "backgroundColor": "#4d6265",
4923
+ "borderRadius": 8,
4924
+ "height": 12,
4925
+ "marginHorizontal": 8,
4926
+ "width": 12,
4927
+ },
4928
+ {},
4929
+ ]
4930
+ }
4931
+ themeVariant="text-primary"
4932
+ />
4933
+ </View>
4934
+ <View
4935
+ collapsable={false}
4936
+ style={
4937
+ {
4938
+ "transform": [
4939
+ {
4940
+ "scale": 1,
4941
+ },
4942
+ ],
4943
+ }
4944
+ }
4945
+ >
4946
+ <View
4947
+ collapsable={false}
4948
+ size={12}
4949
+ style={
4950
+ [
4951
+ {
4952
+ "backgroundColor": "#4d6265",
4953
+ "borderRadius": 8,
4954
+ "height": 12,
4955
+ "marginHorizontal": 8,
4956
+ "width": 12,
4957
+ },
4958
+ {},
4959
+ ]
4960
+ }
4961
+ themeVariant="text-primary"
4962
+ />
4963
+ </View>
4964
+ <View
4965
+ collapsable={false}
4966
+ style={
4967
+ {
4968
+ "transform": [
4969
+ {
4970
+ "scale": 1,
4971
+ },
4972
+ ],
4973
+ }
4974
+ }
4975
+ >
4976
+ <View
4977
+ collapsable={false}
4978
+ size={12}
4979
+ style={
4980
+ [
4981
+ {
4982
+ "backgroundColor": "#4d6265",
4983
+ "borderRadius": 8,
4984
+ "height": 12,
4985
+ "marginHorizontal": 8,
4986
+ "width": 12,
4987
+ },
4988
+ {},
4989
+ ]
4990
+ }
4991
+ themeVariant="text-primary"
4992
+ />
4993
+ </View>
4994
+ </View>
4995
+ </View>
4996
+ <View
4997
+ pointerEvents="box-none"
4998
+ position="bottom"
4999
+ style={
5000
+ [
5001
+ {
5002
+ "bottom": 0,
5003
+ "elevation": 9999,
5004
+ "flexDirection": "column-reverse",
5005
+ "left": 0,
5006
+ "paddingHorizontal": 24,
5007
+ "paddingVertical": 16,
5008
+ "position": "absolute",
5009
+ "right": 0,
5010
+ "top": 0,
5011
+ },
5012
+ undefined,
5013
+ ]
5014
+ }
5015
+ />
5016
+ </View>
5017
+ `;
5018
+
5019
+ exports[`Button renders correctly 38`] = `
5020
+ <View
5021
+ style={
5022
+ {
5023
+ "flex": 1,
5024
+ }
5025
+ }
5026
+ >
5027
+ <View
5028
+ accessibilityState={
5029
+ {
5030
+ "disabled": true,
5031
+ }
5032
+ }
5033
+ accessibilityValue={
5034
+ {
5035
+ "max": undefined,
5036
+ "min": undefined,
5037
+ "now": undefined,
5038
+ "text": undefined,
5039
+ }
5040
+ }
5041
+ accessible={true}
5042
+ focusable={true}
5043
+ onClick={[Function]}
5044
+ onResponderGrant={[Function]}
5045
+ onResponderMove={[Function]}
5046
+ onResponderRelease={[Function]}
5047
+ onResponderTerminate={[Function]}
5048
+ onResponderTerminationRequest={[Function]}
5049
+ onStartShouldSetResponder={[Function]}
5050
+ style={
5051
+ [
5052
+ {
5053
+ "alignItems": "center",
5054
+ "alignSelf": "flex-start",
5055
+ "backgroundColor": "transparent",
5056
+ "borderRadius": 4,
5057
+ "borderWidth": 0,
5058
+ "flexDirection": "row",
5059
+ "height": 36,
5060
+ "justifyContent": "center",
5061
+ "paddingHorizontal": 16,
5062
+ "paddingVertical": 8,
5063
+ },
5064
+ undefined,
5065
+ ]
5066
+ }
5067
+ >
5068
+ <Text
5069
+ allowFontScaling={false}
5070
+ disabled={true}
5071
+ ellipsizeMode="tail"
5072
+ numberOfLines={1}
5073
+ style={
5074
+ [
5075
+ {
5076
+ "color": "#001f23",
5077
+ "fontFamily": "BeVietnamPro-SemiBold",
5078
+ "fontSize": 14,
5079
+ "letterSpacing": 0.24,
5080
+ "lineHeight": 22,
5081
+ },
5082
+ [
5083
+ {
5084
+ "color": "#bfc1c5",
5085
+ "flexShrink": 1,
5086
+ "lineHeight": 16,
5087
+ "textAlign": "center",
5088
+ "textAlignVertical": "center",
5089
+ },
5090
+ undefined,
5091
+ ],
5092
+ ]
5093
+ }
5094
+ themeButtonVariant="text-primary"
5095
+ themeIntent="body"
5096
+ themeIsCompact={true}
5097
+ themeIsPressed={false}
5098
+ themeTypeface="neutral"
5099
+ themeVariant="small-bold"
5100
+ >
5101
+ A button
5102
+ </Text>
5103
+ </View>
5104
+ <View
5105
+ pointerEvents="box-none"
5106
+ position="bottom"
5107
+ style={
5108
+ [
5109
+ {
5110
+ "bottom": 0,
5111
+ "elevation": 9999,
5112
+ "flexDirection": "column-reverse",
5113
+ "left": 0,
5114
+ "paddingHorizontal": 24,
5115
+ "paddingVertical": 16,
5116
+ "position": "absolute",
5117
+ "right": 0,
5118
+ "top": 0,
5119
+ },
5120
+ undefined,
5121
+ ]
5122
+ }
5123
+ />
5124
+ </View>
5125
+ `;
5126
+
5127
+ exports[`Button renders correctly 39`] = `
5128
+ <View
5129
+ style={
5130
+ {
5131
+ "flex": 1,
5132
+ }
5133
+ }
5134
+ >
5135
+ <View
5136
+ accessibilityState={
5137
+ {
5138
+ "disabled": false,
5139
+ }
5140
+ }
5141
+ accessibilityValue={
5142
+ {
5143
+ "max": undefined,
5144
+ "min": undefined,
5145
+ "now": undefined,
5146
+ "text": undefined,
5147
+ }
5148
+ }
5149
+ accessible={true}
5150
+ focusable={true}
5151
+ onClick={[Function]}
5152
+ onResponderGrant={[Function]}
5153
+ onResponderMove={[Function]}
5154
+ onResponderRelease={[Function]}
5155
+ onResponderTerminate={[Function]}
5156
+ onResponderTerminationRequest={[Function]}
5157
+ onStartShouldSetResponder={[Function]}
5158
+ style={
5159
+ [
5160
+ {
5161
+ "alignItems": "center",
5162
+ "alignSelf": "flex-start",
5163
+ "backgroundColor": "transparent",
5164
+ "borderRadius": 4,
5165
+ "borderWidth": 0,
5166
+ "flexDirection": "row",
5167
+ "height": 36,
5168
+ "justifyContent": "center",
5169
+ "paddingHorizontal": 16,
5170
+ "paddingVertical": 8,
5171
+ },
5172
+ undefined,
5173
+ ]
5174
+ }
5175
+ >
5176
+ <Text
5177
+ allowFontScaling={false}
5178
+ disabled={false}
5179
+ ellipsizeMode="tail"
5180
+ numberOfLines={1}
5181
+ style={
5182
+ [
5183
+ {
5184
+ "color": "#001f23",
5185
+ "fontFamily": "BeVietnamPro-SemiBold",
5186
+ "fontSize": 14,
5187
+ "letterSpacing": 0.24,
5188
+ "lineHeight": 22,
5189
+ },
5190
+ [
5191
+ {
5192
+ "color": "#4d6265",
5193
+ "flexShrink": 1,
5194
+ "lineHeight": 16,
5195
+ "textAlign": "center",
5196
+ "textAlignVertical": "center",
5197
+ },
5198
+ undefined,
5199
+ ],
5200
+ ]
5201
+ }
5202
+ themeButtonVariant="text-secondary"
5203
+ themeIntent="body"
5204
+ themeIsCompact={true}
5205
+ themeIsPressed={false}
5206
+ themeTypeface="neutral"
5207
+ themeVariant="small-bold"
5208
+ >
5209
+ A button
5210
+ </Text>
5211
+ </View>
5212
+ <View
5213
+ pointerEvents="box-none"
5214
+ position="bottom"
5215
+ style={
5216
+ [
5217
+ {
5218
+ "bottom": 0,
5219
+ "elevation": 9999,
5220
+ "flexDirection": "column-reverse",
5221
+ "left": 0,
5222
+ "paddingHorizontal": 24,
5223
+ "paddingVertical": 16,
5224
+ "position": "absolute",
5225
+ "right": 0,
5226
+ "top": 0,
5227
+ },
5228
+ undefined,
5229
+ ]
5230
+ }
5231
+ />
5232
+ </View>
5233
+ `;
5234
+
5235
+ exports[`Button renders correctly 40`] = `
5236
+ <View
5237
+ style={
5238
+ {
5239
+ "flex": 1,
5240
+ }
5241
+ }
5242
+ >
5243
+ <View
5244
+ accessibilityState={
5245
+ {
5246
+ "disabled": true,
5247
+ }
5248
+ }
5249
+ accessibilityValue={
5250
+ {
5251
+ "max": undefined,
5252
+ "min": undefined,
5253
+ "now": undefined,
5254
+ "text": undefined,
5255
+ }
5256
+ }
5257
+ accessible={true}
5258
+ focusable={true}
5259
+ onClick={[Function]}
5260
+ onResponderGrant={[Function]}
5261
+ onResponderMove={[Function]}
5262
+ onResponderRelease={[Function]}
5263
+ onResponderTerminate={[Function]}
5264
+ onResponderTerminationRequest={[Function]}
5265
+ onStartShouldSetResponder={[Function]}
5266
+ style={
5267
+ [
5268
+ {
5269
+ "alignItems": "center",
5270
+ "alignSelf": "flex-start",
5271
+ "backgroundColor": "#ece8ef",
5272
+ "borderRadius": 4,
5273
+ "borderWidth": 0,
5274
+ "flexDirection": "row",
5275
+ "height": 36,
5276
+ "justifyContent": "center",
5277
+ "paddingHorizontal": 16,
5278
+ "paddingVertical": 8,
5279
+ },
5280
+ undefined,
5281
+ ]
5282
+ }
5283
+ >
5284
+ <View
5285
+ collapsable={false}
5286
+ style={
5287
+ [
5288
+ {
5289
+ "alignItems": "center",
5290
+ "flexDirection": "row",
5291
+ "justifyContent": "center",
5292
+ },
5293
+ {},
5294
+ ]
5295
+ }
5296
+ testID="undefined-loading-indicator"
5297
+ >
5298
+ <View
5299
+ collapsable={false}
5300
+ style={
5301
+ {
5302
+ "transform": [
5303
+ {
5304
+ "scale": 1,
5305
+ },
5306
+ ],
5307
+ }
5308
+ }
5309
+ >
5310
+ <View
5311
+ collapsable={false}
5312
+ size={12}
5313
+ style={
5314
+ [
5315
+ {
5316
+ "backgroundColor": "#cb300a",
5317
+ "borderRadius": 8,
5318
+ "height": 12,
5319
+ "marginHorizontal": 8,
5320
+ "width": 12,
5321
+ },
5322
+ {},
5323
+ ]
5324
+ }
5325
+ themeVariant="text-secondary"
5326
+ />
5327
+ </View>
5328
+ <View
5329
+ collapsable={false}
5330
+ style={
5331
+ {
5332
+ "transform": [
5333
+ {
5334
+ "scale": 1,
5335
+ },
5336
+ ],
5337
+ }
5338
+ }
5339
+ >
5340
+ <View
5341
+ collapsable={false}
5342
+ size={12}
5343
+ style={
5344
+ [
5345
+ {
5346
+ "backgroundColor": "#cb300a",
5347
+ "borderRadius": 8,
5348
+ "height": 12,
5349
+ "marginHorizontal": 8,
5350
+ "width": 12,
5351
+ },
5352
+ {},
5353
+ ]
5354
+ }
5355
+ themeVariant="text-secondary"
5356
+ />
5357
+ </View>
5358
+ <View
5359
+ collapsable={false}
5360
+ style={
5361
+ {
5362
+ "transform": [
5363
+ {
5364
+ "scale": 1,
5365
+ },
5366
+ ],
5367
+ }
5368
+ }
5369
+ >
5370
+ <View
5371
+ collapsable={false}
5372
+ size={12}
5373
+ style={
5374
+ [
5375
+ {
5376
+ "backgroundColor": "#cb300a",
5377
+ "borderRadius": 8,
5378
+ "height": 12,
5379
+ "marginHorizontal": 8,
5380
+ "width": 12,
5381
+ },
5382
+ {},
5383
+ ]
5384
+ }
5385
+ themeVariant="text-secondary"
5386
+ />
5387
+ </View>
5388
+ </View>
5389
+ </View>
5390
+ <View
5391
+ pointerEvents="box-none"
5392
+ position="bottom"
5393
+ style={
5394
+ [
5395
+ {
5396
+ "bottom": 0,
5397
+ "elevation": 9999,
5398
+ "flexDirection": "column-reverse",
5399
+ "left": 0,
5400
+ "paddingHorizontal": 24,
5401
+ "paddingVertical": 16,
5402
+ "position": "absolute",
5403
+ "right": 0,
5404
+ "top": 0,
5405
+ },
5406
+ undefined,
5407
+ ]
5408
+ }
5409
+ />
5410
+ </View>
5411
+ `;
5412
+
5413
+ exports[`Button renders correctly 41`] = `
5414
+ <View
5415
+ style={
5416
+ {
5417
+ "flex": 1,
5418
+ }
5419
+ }
5420
+ >
5421
+ <View
5422
+ accessibilityState={
5423
+ {
5424
+ "disabled": true,
5425
+ }
5426
+ }
5427
+ accessibilityValue={
5428
+ {
5429
+ "max": undefined,
5430
+ "min": undefined,
5431
+ "now": undefined,
5432
+ "text": undefined,
5433
+ }
5434
+ }
5435
+ accessible={true}
5436
+ focusable={true}
5437
+ onClick={[Function]}
5438
+ onResponderGrant={[Function]}
5439
+ onResponderMove={[Function]}
5440
+ onResponderRelease={[Function]}
5441
+ onResponderTerminate={[Function]}
5442
+ onResponderTerminationRequest={[Function]}
5443
+ onStartShouldSetResponder={[Function]}
5444
+ style={
5445
+ [
5446
+ {
5447
+ "alignItems": "center",
5448
+ "alignSelf": "flex-start",
5449
+ "backgroundColor": "transparent",
5450
+ "borderRadius": 4,
5451
+ "borderWidth": 0,
5452
+ "flexDirection": "row",
5453
+ "height": 36,
5454
+ "justifyContent": "center",
5455
+ "paddingHorizontal": 16,
5456
+ "paddingVertical": 8,
5457
+ },
5458
+ undefined,
5459
+ ]
5460
+ }
5461
+ >
5462
+ <Text
5463
+ allowFontScaling={false}
5464
+ disabled={true}
5465
+ ellipsizeMode="tail"
5466
+ numberOfLines={1}
5467
+ style={
5468
+ [
5469
+ {
5470
+ "color": "#001f23",
5471
+ "fontFamily": "BeVietnamPro-SemiBold",
5472
+ "fontSize": 14,
5473
+ "letterSpacing": 0.24,
5474
+ "lineHeight": 22,
5475
+ },
5476
+ [
5477
+ {
5478
+ "color": "#bfc1c5",
5479
+ "flexShrink": 1,
5480
+ "lineHeight": 16,
5481
+ "textAlign": "center",
5482
+ "textAlignVertical": "center",
5483
+ },
5484
+ undefined,
5485
+ ],
5486
+ ]
5487
+ }
5488
+ themeButtonVariant="text-secondary"
5489
+ themeIntent="body"
5490
+ themeIsCompact={true}
5491
+ themeIsPressed={false}
5492
+ themeTypeface="neutral"
5493
+ themeVariant="small-bold"
5494
+ >
5495
+ A button
5496
+ </Text>
5497
+ </View>
5498
+ <View
5499
+ pointerEvents="box-none"
5500
+ position="bottom"
5501
+ style={
5502
+ [
5503
+ {
5504
+ "bottom": 0,
5505
+ "elevation": 9999,
5506
+ "flexDirection": "column-reverse",
5507
+ "left": 0,
5508
+ "paddingHorizontal": 24,
5509
+ "paddingVertical": 16,
5510
+ "position": "absolute",
5511
+ "right": 0,
5512
+ "top": 0,
5513
+ },
5514
+ undefined,
5515
+ ]
5516
+ }
5517
+ />
5518
+ </View>
5519
+ `;
5520
+
5521
+ exports[`Button renders correctly 42`] = `
5522
+ <View
5523
+ style={
5524
+ {
5525
+ "flex": 1,
5526
+ }
5527
+ }
5528
+ >
5529
+ <View
5530
+ accessibilityState={
5531
+ {
5532
+ "disabled": false,
5533
+ }
5534
+ }
5535
+ accessibilityValue={
5536
+ {
5537
+ "max": undefined,
5538
+ "min": undefined,
5539
+ "now": undefined,
5540
+ "text": undefined,
5541
+ }
5542
+ }
5543
+ accessible={true}
5544
+ focusable={true}
5545
+ onClick={[Function]}
5546
+ onResponderGrant={[Function]}
5547
+ onResponderMove={[Function]}
5548
+ onResponderRelease={[Function]}
5549
+ onResponderTerminate={[Function]}
5550
+ onResponderTerminationRequest={[Function]}
5551
+ onStartShouldSetResponder={[Function]}
5552
+ style={
5553
+ [
5554
+ {
5555
+ "alignItems": "center",
5556
+ "alignSelf": "flex-start",
5557
+ "backgroundColor": "transparent",
5558
+ "borderRadius": 4,
5559
+ "borderWidth": 0,
5560
+ "flexDirection": "row",
5561
+ "height": 36,
5562
+ "justifyContent": "center",
5563
+ "paddingHorizontal": 16,
5564
+ "paddingVertical": 8,
5565
+ },
5566
+ undefined,
5567
+ ]
5568
+ }
5569
+ >
5570
+ <Text
5571
+ allowFontScaling={false}
5572
+ disabled={false}
5573
+ ellipsizeMode="tail"
5574
+ numberOfLines={1}
5575
+ style={
5576
+ [
5577
+ {
5578
+ "color": "#001f23",
5579
+ "fontFamily": "BeVietnamPro-SemiBold",
5580
+ "fontSize": 14,
5581
+ "letterSpacing": 0.24,
5582
+ "lineHeight": 22,
5583
+ },
5584
+ [
5585
+ {
5586
+ "color": "#cb300a",
5587
+ "flexShrink": 1,
5588
+ "lineHeight": 16,
5589
+ "textAlign": "center",
5590
+ "textAlignVertical": "center",
5591
+ },
5592
+ undefined,
5593
+ ],
5594
+ ]
5595
+ }
5596
+ themeButtonVariant="text-danger"
5597
+ themeIntent="body"
5598
+ themeIsCompact={true}
5599
+ themeIsPressed={false}
5600
+ themeTypeface="neutral"
5601
+ themeVariant="small-bold"
5602
+ >
5603
+ A button
5604
+ </Text>
5605
+ </View>
5606
+ <View
5607
+ pointerEvents="box-none"
5608
+ position="bottom"
5609
+ style={
5610
+ [
5611
+ {
5612
+ "bottom": 0,
5613
+ "elevation": 9999,
5614
+ "flexDirection": "column-reverse",
5615
+ "left": 0,
5616
+ "paddingHorizontal": 24,
5617
+ "paddingVertical": 16,
5618
+ "position": "absolute",
5619
+ "right": 0,
5620
+ "top": 0,
5621
+ },
5622
+ undefined,
5623
+ ]
5624
+ }
5625
+ />
5626
+ </View>
5627
+ `;
5628
+
5629
+ exports[`Button renders correctly 43`] = `
5630
+ <View
5631
+ style={
5632
+ {
5633
+ "flex": 1,
5634
+ }
5635
+ }
5636
+ >
5637
+ <View
5638
+ accessibilityState={
5639
+ {
5640
+ "disabled": true,
5641
+ }
5642
+ }
5643
+ accessibilityValue={
5644
+ {
5645
+ "max": undefined,
5646
+ "min": undefined,
5647
+ "now": undefined,
5648
+ "text": undefined,
5649
+ }
5650
+ }
5651
+ accessible={true}
5652
+ focusable={true}
5653
+ onClick={[Function]}
5654
+ onResponderGrant={[Function]}
5655
+ onResponderMove={[Function]}
5656
+ onResponderRelease={[Function]}
5657
+ onResponderTerminate={[Function]}
5658
+ onResponderTerminationRequest={[Function]}
5659
+ onStartShouldSetResponder={[Function]}
5660
+ style={
5661
+ [
5662
+ {
5663
+ "alignItems": "center",
5664
+ "alignSelf": "flex-start",
5665
+ "backgroundColor": "#ece8ef",
5666
+ "borderRadius": 4,
5667
+ "borderWidth": 0,
5668
+ "flexDirection": "row",
5669
+ "height": 36,
5670
+ "justifyContent": "center",
5671
+ "paddingHorizontal": 16,
5672
+ "paddingVertical": 8,
5673
+ },
5674
+ undefined,
5675
+ ]
5676
+ }
5677
+ >
5678
+ <View
5679
+ collapsable={false}
5680
+ style={
5681
+ [
5682
+ {
5683
+ "alignItems": "center",
5684
+ "flexDirection": "row",
5685
+ "justifyContent": "center",
5686
+ },
5687
+ {},
5688
+ ]
5689
+ }
5690
+ testID="undefined-loading-indicator"
5691
+ >
5692
+ <View
5693
+ collapsable={false}
5694
+ style={
5695
+ {
5696
+ "transform": [
5697
+ {
5698
+ "scale": 1,
5699
+ },
5700
+ ],
5701
+ }
5702
+ }
5703
+ >
5704
+ <View
5705
+ collapsable={false}
5706
+ size={12}
5707
+ style={
5708
+ [
5709
+ {
5710
+ "backgroundColor": "#cb300a",
5711
+ "borderRadius": 8,
5712
+ "height": 12,
5713
+ "marginHorizontal": 8,
5714
+ "width": 12,
5715
+ },
5716
+ {},
5717
+ ]
5718
+ }
5719
+ themeVariant="text-danger"
5720
+ />
5721
+ </View>
5722
+ <View
5723
+ collapsable={false}
5724
+ style={
5725
+ {
5726
+ "transform": [
5727
+ {
5728
+ "scale": 1,
5729
+ },
5730
+ ],
5731
+ }
5732
+ }
5733
+ >
5734
+ <View
5735
+ collapsable={false}
5736
+ size={12}
5737
+ style={
5738
+ [
5739
+ {
5740
+ "backgroundColor": "#cb300a",
5741
+ "borderRadius": 8,
5742
+ "height": 12,
5743
+ "marginHorizontal": 8,
5744
+ "width": 12,
5745
+ },
5746
+ {},
5747
+ ]
5748
+ }
5749
+ themeVariant="text-danger"
5750
+ />
5751
+ </View>
5752
+ <View
5753
+ collapsable={false}
5754
+ style={
5755
+ {
5756
+ "transform": [
5757
+ {
5758
+ "scale": 1,
5759
+ },
5760
+ ],
5761
+ }
5762
+ }
5763
+ >
5764
+ <View
5765
+ collapsable={false}
5766
+ size={12}
5767
+ style={
5768
+ [
5769
+ {
5770
+ "backgroundColor": "#cb300a",
5771
+ "borderRadius": 8,
5772
+ "height": 12,
5773
+ "marginHorizontal": 8,
5774
+ "width": 12,
5775
+ },
5776
+ {},
5777
+ ]
5778
+ }
5779
+ themeVariant="text-danger"
5780
+ />
5781
+ </View>
5782
+ </View>
5783
+ </View>
5784
+ <View
5785
+ pointerEvents="box-none"
5786
+ position="bottom"
5787
+ style={
5788
+ [
5789
+ {
5790
+ "bottom": 0,
5791
+ "elevation": 9999,
5792
+ "flexDirection": "column-reverse",
5793
+ "left": 0,
5794
+ "paddingHorizontal": 24,
5795
+ "paddingVertical": 16,
5796
+ "position": "absolute",
5797
+ "right": 0,
5798
+ "top": 0,
5799
+ },
5800
+ undefined,
5801
+ ]
5802
+ }
5803
+ />
5804
+ </View>
5805
+ `;
5806
+
5807
+ exports[`Button renders correctly 44`] = `
5808
+ <View
5809
+ style={
5810
+ {
5811
+ "flex": 1,
5812
+ }
5813
+ }
5814
+ >
5815
+ <View
5816
+ accessibilityState={
5817
+ {
5818
+ "disabled": true,
5819
+ }
5820
+ }
5821
+ accessibilityValue={
5822
+ {
5823
+ "max": undefined,
5824
+ "min": undefined,
5825
+ "now": undefined,
5826
+ "text": undefined,
5827
+ }
5828
+ }
5829
+ accessible={true}
5830
+ focusable={true}
5831
+ onClick={[Function]}
5832
+ onResponderGrant={[Function]}
5833
+ onResponderMove={[Function]}
5834
+ onResponderRelease={[Function]}
5835
+ onResponderTerminate={[Function]}
5836
+ onResponderTerminationRequest={[Function]}
5837
+ onStartShouldSetResponder={[Function]}
5838
+ style={
5839
+ [
5840
+ {
5841
+ "alignItems": "center",
5842
+ "alignSelf": "flex-start",
5843
+ "backgroundColor": "transparent",
5844
+ "borderRadius": 4,
5845
+ "borderWidth": 0,
5846
+ "flexDirection": "row",
5847
+ "height": 36,
5848
+ "justifyContent": "center",
5849
+ "paddingHorizontal": 16,
5850
+ "paddingVertical": 8,
5851
+ },
5852
+ undefined,
5853
+ ]
5854
+ }
5855
+ >
5856
+ <Text
5857
+ allowFontScaling={false}
5858
+ disabled={true}
5859
+ ellipsizeMode="tail"
5860
+ numberOfLines={1}
5861
+ style={
5862
+ [
5863
+ {
5864
+ "color": "#001f23",
5865
+ "fontFamily": "BeVietnamPro-SemiBold",
5866
+ "fontSize": 14,
5867
+ "letterSpacing": 0.24,
5868
+ "lineHeight": 22,
5869
+ },
5870
+ [
5871
+ {
5872
+ "color": "#bfc1c5",
5873
+ "flexShrink": 1,
5874
+ "lineHeight": 16,
5875
+ "textAlign": "center",
5876
+ "textAlignVertical": "center",
5877
+ },
5878
+ undefined,
5879
+ ],
5880
+ ]
5881
+ }
5882
+ themeButtonVariant="text-danger"
5883
+ themeIntent="body"
5884
+ themeIsCompact={true}
5885
+ themeIsPressed={false}
5886
+ themeTypeface="neutral"
5887
+ themeVariant="small-bold"
5888
+ >
5889
+ A button
5890
+ </Text>
5891
+ </View>
5892
+ <View
5893
+ pointerEvents="box-none"
5894
+ position="bottom"
5895
+ style={
5896
+ [
5897
+ {
5898
+ "bottom": 0,
5899
+ "elevation": 9999,
5900
+ "flexDirection": "column-reverse",
5901
+ "left": 0,
5902
+ "paddingHorizontal": 24,
5903
+ "paddingVertical": 16,
5904
+ "position": "absolute",
5905
+ "right": 0,
5906
+ "top": 0,
5907
+ },
5908
+ undefined,
5909
+ ]
5910
+ }
5911
+ />
5912
+ </View>
5913
+ `;
5914
+
5915
+ exports[`Button renders correctly 45`] = `
5916
+ <View
5917
+ style={
5918
+ {
5919
+ "flex": 1,
5920
+ }
5921
+ }
5922
+ >
5923
+ <View
5924
+ accessibilityState={
5925
+ {
5926
+ "disabled": false,
5927
+ }
5928
+ }
5929
+ accessibilityValue={
5930
+ {
5931
+ "max": undefined,
5932
+ "min": undefined,
5933
+ "now": undefined,
5934
+ "text": undefined,
5935
+ }
5936
+ }
5937
+ accessible={true}
5938
+ focusable={true}
5939
+ onClick={[Function]}
5940
+ onResponderGrant={[Function]}
5941
+ onResponderMove={[Function]}
5942
+ onResponderRelease={[Function]}
5943
+ onResponderTerminate={[Function]}
5944
+ onResponderTerminationRequest={[Function]}
5945
+ onStartShouldSetResponder={[Function]}
5946
+ style={
5947
+ [
5948
+ {
5949
+ "alignItems": "center",
5950
+ "alignSelf": "flex-start",
5951
+ "backgroundColor": "transparent",
5952
+ "borderRadius": 4,
5953
+ "borderWidth": 0,
5954
+ "flexDirection": "row",
5955
+ "height": undefined,
5956
+ "justifyContent": "center",
5957
+ "paddingHorizontal": 0,
5958
+ "paddingVertical": 0,
5959
+ },
5960
+ undefined,
5961
+ ]
5962
+ }
5963
+ >
5964
+ <Text
5965
+ allowFontScaling={false}
5966
+ disabled={false}
5967
+ ellipsizeMode="tail"
5968
+ numberOfLines={1}
5969
+ style={
5970
+ [
5971
+ {
5972
+ "color": "#001f23",
5973
+ "fontFamily": "BeVietnamPro-SemiBold",
5974
+ "fontSize": 14,
5975
+ "letterSpacing": 0.24,
5976
+ "lineHeight": 22,
5977
+ },
5978
+ [
5979
+ {
5980
+ "color": "#401960",
5981
+ "flexShrink": 1,
5982
+ "lineHeight": 16,
5983
+ "textAlign": "center",
5984
+ "textAlignVertical": "center",
5985
+ },
5986
+ undefined,
5987
+ ],
5988
+ ]
5989
+ }
5990
+ themeButtonVariant="text-primary"
5991
+ themeIntent="body"
5992
+ themeIsCompact={true}
5993
+ themeIsPressed={false}
5994
+ themeTypeface="neutral"
5995
+ themeVariant="small-bold"
5996
+ >
5997
+ A button
5998
+ </Text>
5999
+ </View>
6000
+ <View
6001
+ pointerEvents="box-none"
6002
+ position="bottom"
6003
+ style={
6004
+ [
6005
+ {
6006
+ "bottom": 0,
6007
+ "elevation": 9999,
6008
+ "flexDirection": "column-reverse",
6009
+ "left": 0,
6010
+ "paddingHorizontal": 24,
6011
+ "paddingVertical": 16,
6012
+ "position": "absolute",
6013
+ "right": 0,
6014
+ "top": 0,
6015
+ },
6016
+ undefined,
6017
+ ]
6018
+ }
6019
+ />
6020
+ </View>
6021
+ `;
6022
+
6023
+ exports[`Button renders correctly 46`] = `
6024
+ <View
6025
+ style={
6026
+ {
6027
+ "flex": 1,
6028
+ }
6029
+ }
6030
+ >
6031
+ <View
6032
+ accessibilityState={
6033
+ {
6034
+ "disabled": true,
6035
+ }
6036
+ }
6037
+ accessibilityValue={
6038
+ {
6039
+ "max": undefined,
6040
+ "min": undefined,
6041
+ "now": undefined,
6042
+ "text": undefined,
6043
+ }
6044
+ }
6045
+ accessible={true}
6046
+ focusable={true}
6047
+ onClick={[Function]}
6048
+ onResponderGrant={[Function]}
6049
+ onResponderMove={[Function]}
6050
+ onResponderRelease={[Function]}
6051
+ onResponderTerminate={[Function]}
6052
+ onResponderTerminationRequest={[Function]}
6053
+ onStartShouldSetResponder={[Function]}
6054
+ style={
6055
+ [
6056
+ {
6057
+ "alignItems": "center",
6058
+ "alignSelf": "flex-start",
6059
+ "backgroundColor": "transparent",
6060
+ "borderRadius": 4,
6061
+ "borderWidth": 0,
6062
+ "flexDirection": "row",
6063
+ "height": undefined,
6064
+ "justifyContent": "center",
6065
+ "paddingHorizontal": 0,
6066
+ "paddingVertical": 0,
6067
+ },
6068
+ undefined,
6069
+ ]
6070
+ }
6071
+ >
6072
+ <View
6073
+ collapsable={false}
6074
+ style={
6075
+ [
6076
+ {
6077
+ "alignItems": "center",
6078
+ "flexDirection": "row",
6079
+ "justifyContent": "center",
6080
+ },
6081
+ {},
6082
+ ]
6083
+ }
6084
+ testID="undefined-loading-indicator"
6085
+ >
6086
+ <View
6087
+ collapsable={false}
6088
+ style={
6089
+ {
6090
+ "transform": [
6091
+ {
6092
+ "scale": 1,
6093
+ },
6094
+ ],
6095
+ }
6096
+ }
6097
+ >
6098
+ <View
6099
+ collapsable={false}
6100
+ size={12}
6101
+ style={
6102
+ [
6103
+ {
6104
+ "backgroundColor": "#cb300a",
6105
+ "borderRadius": 8,
6106
+ "height": 12,
6107
+ "marginHorizontal": 8,
6108
+ "width": 12,
6109
+ },
6110
+ {},
6111
+ ]
6112
+ }
6113
+ themeVariant="text-secondary"
6114
+ />
6115
+ </View>
6116
+ <View
6117
+ collapsable={false}
6118
+ style={
6119
+ {
6120
+ "transform": [
6121
+ {
6122
+ "scale": 1,
6123
+ },
6124
+ ],
6125
+ }
6126
+ }
6127
+ >
6128
+ <View
6129
+ collapsable={false}
6130
+ size={12}
6131
+ style={
6132
+ [
6133
+ {
6134
+ "backgroundColor": "#cb300a",
6135
+ "borderRadius": 8,
6136
+ "height": 12,
6137
+ "marginHorizontal": 8,
6138
+ "width": 12,
6139
+ },
6140
+ {},
6141
+ ]
6142
+ }
6143
+ themeVariant="text-secondary"
6144
+ />
6145
+ </View>
6146
+ <View
6147
+ collapsable={false}
6148
+ style={
6149
+ {
6150
+ "transform": [
6151
+ {
6152
+ "scale": 1,
6153
+ },
6154
+ ],
6155
+ }
6156
+ }
6157
+ >
6158
+ <View
6159
+ collapsable={false}
6160
+ size={12}
6161
+ style={
6162
+ [
6163
+ {
6164
+ "backgroundColor": "#cb300a",
6165
+ "borderRadius": 8,
6166
+ "height": 12,
6167
+ "marginHorizontal": 8,
6168
+ "width": 12,
6169
+ },
6170
+ {},
6171
+ ]
6172
+ }
6173
+ themeVariant="text-secondary"
6174
+ />
6175
+ </View>
6176
+ </View>
6177
+ </View>
6178
+ <View
6179
+ pointerEvents="box-none"
6180
+ position="bottom"
6181
+ style={
6182
+ [
6183
+ {
6184
+ "bottom": 0,
6185
+ "elevation": 9999,
6186
+ "flexDirection": "column-reverse",
6187
+ "left": 0,
6188
+ "paddingHorizontal": 24,
6189
+ "paddingVertical": 16,
6190
+ "position": "absolute",
6191
+ "right": 0,
6192
+ "top": 0,
6193
+ },
6194
+ undefined,
6195
+ ]
6196
+ }
6197
+ />
6198
+ </View>
6199
+ `;
6200
+
6201
+ exports[`Button renders correctly 47`] = `
6202
+ <View
6203
+ style={
6204
+ {
6205
+ "flex": 1,
6206
+ }
6207
+ }
6208
+ >
6209
+ <View
6210
+ accessibilityState={
6211
+ {
6212
+ "disabled": false,
6213
+ }
6214
+ }
6215
+ accessibilityValue={
6216
+ {
6217
+ "max": undefined,
6218
+ "min": undefined,
6219
+ "now": undefined,
6220
+ "text": undefined,
6221
+ }
6222
+ }
6223
+ accessible={true}
6224
+ focusable={true}
6225
+ onClick={[Function]}
6226
+ onResponderGrant={[Function]}
6227
+ onResponderMove={[Function]}
6228
+ onResponderRelease={[Function]}
6229
+ onResponderTerminate={[Function]}
6230
+ onResponderTerminationRequest={[Function]}
6231
+ onStartShouldSetResponder={[Function]}
6232
+ style={
6233
+ [
6234
+ {
6235
+ "alignItems": "center",
6236
+ "alignSelf": "flex-start",
6237
+ "backgroundColor": "transparent",
6238
+ "borderRadius": 4,
6239
+ "borderWidth": 0,
6240
+ "flexDirection": "row",
6241
+ "height": undefined,
6242
+ "justifyContent": "center",
6243
+ "paddingHorizontal": 0,
6244
+ "paddingVertical": 0,
6245
+ },
6246
+ undefined,
6247
+ ]
6248
+ }
6249
+ >
6250
+ <Text
6251
+ allowFontScaling={false}
6252
+ disabled={false}
6253
+ ellipsizeMode="tail"
6254
+ numberOfLines={1}
6255
+ style={
6256
+ [
6257
+ {
6258
+ "color": "#001f23",
6259
+ "fontFamily": "BeVietnamPro-SemiBold",
6260
+ "fontSize": 14,
6261
+ "letterSpacing": 0.24,
6262
+ "lineHeight": 22,
6263
+ },
6264
+ [
6265
+ {
6266
+ "color": "#cb300a",
6267
+ "flexShrink": 1,
6268
+ "lineHeight": 16,
6269
+ "textAlign": "center",
6270
+ "textAlignVertical": "center",
6271
+ },
6272
+ undefined,
6273
+ ],
6274
+ ]
6275
+ }
6276
+ themeButtonVariant="text-danger"
6277
+ themeIntent="body"
6278
+ themeIsCompact={true}
6279
+ themeIsPressed={false}
6280
+ themeTypeface="neutral"
6281
+ themeVariant="small-bold"
6282
+ >
6283
+ A button
6284
+ </Text>
6285
+ </View>
6286
+ <View
6287
+ pointerEvents="box-none"
6288
+ position="bottom"
6289
+ style={
6290
+ [
6291
+ {
6292
+ "bottom": 0,
6293
+ "elevation": 9999,
6294
+ "flexDirection": "column-reverse",
6295
+ "left": 0,
6296
+ "paddingHorizontal": 24,
6297
+ "paddingVertical": 16,
6298
+ "position": "absolute",
6299
+ "right": 0,
6300
+ "top": 0,
6301
+ },
6302
+ undefined,
6303
+ ]
6304
+ }
6305
+ />
6306
+ </View>
6307
+ `;
6308
+
6309
+ exports[`Button renders correctly 48`] = `
6310
+ <View
6311
+ style={
6312
+ {
6313
+ "flex": 1,
6314
+ }
6315
+ }
6316
+ >
6317
+ <View
6318
+ accessibilityState={
6319
+ {
6320
+ "disabled": true,
6321
+ }
6322
+ }
6323
+ accessibilityValue={
6324
+ {
6325
+ "max": undefined,
6326
+ "min": undefined,
6327
+ "now": undefined,
6328
+ "text": undefined,
6329
+ }
6330
+ }
6331
+ accessible={true}
6332
+ focusable={true}
6333
+ onClick={[Function]}
6334
+ onResponderGrant={[Function]}
6335
+ onResponderMove={[Function]}
6336
+ onResponderRelease={[Function]}
6337
+ onResponderTerminate={[Function]}
6338
+ onResponderTerminationRequest={[Function]}
6339
+ onStartShouldSetResponder={[Function]}
6340
+ style={
6341
+ [
6342
+ {
6343
+ "alignItems": "center",
6344
+ "alignSelf": "flex-start",
6345
+ "backgroundColor": "transparent",
6346
+ "borderRadius": 4,
6347
+ "borderWidth": 0,
6348
+ "flexDirection": "row",
6349
+ "height": undefined,
6350
+ "justifyContent": "center",
6351
+ "paddingHorizontal": 0,
6352
+ "paddingVertical": 0,
6353
+ },
6354
+ undefined,
6355
+ ]
6356
+ }
6357
+ >
6358
+ <View
6359
+ collapsable={false}
6360
+ style={
6361
+ [
6362
+ {
6363
+ "alignItems": "center",
6364
+ "flexDirection": "row",
6365
+ "justifyContent": "center",
6366
+ },
6367
+ {},
6368
+ ]
6369
+ }
6370
+ testID="undefined-loading-indicator"
6371
+ >
6372
+ <View
6373
+ collapsable={false}
6374
+ style={
6375
+ {
6376
+ "transform": [
6377
+ {
6378
+ "scale": 1,
6379
+ },
6380
+ ],
6381
+ }
6382
+ }
6383
+ >
6384
+ <View
6385
+ collapsable={false}
6386
+ size={12}
6387
+ style={
6388
+ [
6389
+ {
6390
+ "backgroundColor": "#4d6265",
6391
+ "borderRadius": 8,
6392
+ "height": 12,
6393
+ "marginHorizontal": 8,
6394
+ "width": 12,
6395
+ },
6396
+ {},
6397
+ ]
6398
+ }
6399
+ themeVariant="text-primary"
6400
+ />
6401
+ </View>
6402
+ <View
6403
+ collapsable={false}
6404
+ style={
6405
+ {
6406
+ "transform": [
6407
+ {
6408
+ "scale": 1,
6409
+ },
6410
+ ],
6411
+ }
6412
+ }
6413
+ >
6414
+ <View
6415
+ collapsable={false}
6416
+ size={12}
6417
+ style={
6418
+ [
6419
+ {
6420
+ "backgroundColor": "#4d6265",
6421
+ "borderRadius": 8,
6422
+ "height": 12,
6423
+ "marginHorizontal": 8,
6424
+ "width": 12,
6425
+ },
6426
+ {},
6427
+ ]
6428
+ }
6429
+ themeVariant="text-primary"
6430
+ />
6431
+ </View>
6432
+ <View
6433
+ collapsable={false}
6434
+ style={
6435
+ {
6436
+ "transform": [
6437
+ {
6438
+ "scale": 1,
6439
+ },
6440
+ ],
6441
+ }
6442
+ }
6443
+ >
6444
+ <View
6445
+ collapsable={false}
6446
+ size={12}
6447
+ style={
6448
+ [
6449
+ {
6450
+ "backgroundColor": "#4d6265",
6451
+ "borderRadius": 8,
6452
+ "height": 12,
6453
+ "marginHorizontal": 8,
6454
+ "width": 12,
6455
+ },
6456
+ {},
6457
+ ]
6458
+ }
6459
+ themeVariant="text-primary"
6460
+ />
6461
+ </View>
6462
+ </View>
6463
+ </View>
6464
+ <View
6465
+ pointerEvents="box-none"
6466
+ position="bottom"
6467
+ style={
6468
+ [
6469
+ {
6470
+ "bottom": 0,
6471
+ "elevation": 9999,
6472
+ "flexDirection": "column-reverse",
6473
+ "left": 0,
6474
+ "paddingHorizontal": 24,
6475
+ "paddingVertical": 16,
6476
+ "position": "absolute",
6477
+ "right": 0,
6478
+ "top": 0,
6479
+ },
6480
+ undefined,
6481
+ ]
6482
+ }
6483
+ />
6484
+ </View>
6485
+ `;
6486
+
6487
+ exports[`Button renders correctly 49`] = `
6488
+ <View
6489
+ style={
6490
+ {
6491
+ "flex": 1,
6492
+ }
6493
+ }
6494
+ >
6495
+ <View
6496
+ accessibilityState={
6497
+ {
6498
+ "disabled": true,
6499
+ }
6500
+ }
6501
+ accessibilityValue={
6502
+ {
6503
+ "max": undefined,
6504
+ "min": undefined,
6505
+ "now": undefined,
6506
+ "text": undefined,
6507
+ }
6508
+ }
6509
+ accessible={true}
6510
+ focusable={true}
6511
+ onClick={[Function]}
6512
+ onResponderGrant={[Function]}
6513
+ onResponderMove={[Function]}
6514
+ onResponderRelease={[Function]}
6515
+ onResponderTerminate={[Function]}
6516
+ onResponderTerminationRequest={[Function]}
6517
+ onStartShouldSetResponder={[Function]}
6518
+ style={
6519
+ [
6520
+ {
6521
+ "alignItems": "center",
6522
+ "alignSelf": "flex-start",
6523
+ "backgroundColor": "transparent",
6524
+ "borderRadius": 4,
6525
+ "borderWidth": 0,
6526
+ "flexDirection": "row",
6527
+ "height": undefined,
6528
+ "justifyContent": "center",
6529
+ "paddingHorizontal": 0,
6530
+ "paddingVertical": 0,
6531
+ },
6532
+ undefined,
6533
+ ]
6534
+ }
6535
+ >
6536
+ <Text
6537
+ allowFontScaling={false}
6538
+ disabled={true}
6539
+ ellipsizeMode="tail"
6540
+ numberOfLines={1}
6541
+ style={
6542
+ [
6543
+ {
6544
+ "color": "#001f23",
6545
+ "fontFamily": "BeVietnamPro-SemiBold",
6546
+ "fontSize": 14,
6547
+ "letterSpacing": 0.24,
6548
+ "lineHeight": 22,
6549
+ },
6550
+ [
6551
+ {
6552
+ "color": "#bfc1c5",
6553
+ "flexShrink": 1,
6554
+ "lineHeight": 16,
6555
+ "textAlign": "center",
6556
+ "textAlignVertical": "center",
6557
+ },
6558
+ undefined,
6559
+ ],
6560
+ ]
6561
+ }
6562
+ themeButtonVariant="text-primary"
6563
+ themeIntent="body"
6564
+ themeIsCompact={true}
6565
+ themeIsPressed={false}
6566
+ themeTypeface="neutral"
6567
+ themeVariant="small-bold"
6568
+ >
6569
+ A button
6570
+ </Text>
6571
+ </View>
6572
+ <View
6573
+ pointerEvents="box-none"
6574
+ position="bottom"
6575
+ style={
6576
+ [
6577
+ {
6578
+ "bottom": 0,
6579
+ "elevation": 9999,
6580
+ "flexDirection": "column-reverse",
6581
+ "left": 0,
6582
+ "paddingHorizontal": 24,
6583
+ "paddingVertical": 16,
6584
+ "position": "absolute",
6585
+ "right": 0,
6586
+ "top": 0,
6587
+ },
6588
+ undefined,
6589
+ ]
6590
+ }
6591
+ />
6592
+ </View>
6593
+ `;
6594
+
4722
6595
  exports[`Button renders loading icon 1`] = `
4723
6596
  <View
4724
6597
  style={