@servesall/atoms 1.1.10 → 1.1.12

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.
@@ -543,7 +543,7 @@
543
543
  style: PropTypes__default["default"].object
544
544
  };
545
545
 
546
- var _templateObject$m, _templateObject2$d, _templateObject3$6, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21;
546
+ var _templateObject$m, _templateObject2$d, _templateObject3$6, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22;
547
547
  var DEFAULT_FLEX_DIRECTION = reactNative.Platform.OS === "web" ? "column" : "column";
548
548
  var CenterElement = styled__default["default"].View(_templateObject$m || (_templateObject$m = _taggedTemplateLiteral(["\n align-items: center;\n justify-content: center;\n flex: 1;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
549
549
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
@@ -610,74 +610,81 @@
610
610
  }, function (props) {
611
611
  return props.style;
612
612
  });
613
- var PaddingElement = styled__default["default"].View(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n padding: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
613
+ var MarginLeftElement = styled__default["default"].View(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n margin-left: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
614
+ return props.theme.margin;
615
+ }, function (props) {
616
+ return props.flexDirection || DEFAULT_FLEX_DIRECTION;
617
+ }, function (props) {
618
+ return props.style;
619
+ });
620
+ var PaddingElement = styled__default["default"].View(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n padding: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
614
621
  return props.theme.padding;
615
622
  }, function (props) {
616
623
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
617
624
  }, function (props) {
618
625
  return props.style;
619
626
  });
620
- var PaddingHorizontalElement = styled__default["default"].View(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n padding: 0 ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
627
+ var PaddingHorizontalElement = styled__default["default"].View(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n padding: 0 ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
621
628
  return props.theme.padding;
622
629
  }, function (props) {
623
630
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
624
631
  }, function (props) {
625
632
  return props.style;
626
633
  });
627
- var PaddingVerticalElement = styled__default["default"].View(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n padding: ", " 0;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
634
+ var PaddingVerticalElement = styled__default["default"].View(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n padding: ", " 0;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
628
635
  return props.theme.padding;
629
636
  }, function (props) {
630
637
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
631
638
  }, function (props) {
632
639
  return props.style;
633
640
  });
634
- var PaddingTopElement = styled__default["default"].View(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n padding-top: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
641
+ var PaddingTopElement = styled__default["default"].View(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["\n padding-top: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
635
642
  return props.theme.padding;
636
643
  }, function (props) {
637
644
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
638
645
  }, function (props) {
639
646
  return props.style;
640
647
  });
641
- var PaddingBottomElement = styled__default["default"].View(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["\n padding-bottom: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
648
+ var PaddingBottomElement = styled__default["default"].View(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\n padding-bottom: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
642
649
  return props.theme.padding;
643
650
  }, function (props) {
644
651
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
645
652
  }, function (props) {
646
653
  return props.style;
647
654
  });
648
- var PaddingLeftElement = styled__default["default"].View(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\n padding-left: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
655
+ var PaddingLeftElement = styled__default["default"].View(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\n padding-left: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
649
656
  return props.theme.padding;
650
657
  }, function (props) {
651
658
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
652
659
  }, function (props) {
653
660
  return props.style;
654
661
  });
655
- var PaddingRightElement = styled__default["default"].View(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\n padding-right: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
662
+ var PaddingRightElement = styled__default["default"].View(_templateObject17 || (_templateObject17 = _taggedTemplateLiteral(["\n padding-right: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
656
663
  return props.theme.padding;
657
664
  }, function (props) {
658
665
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
659
666
  }, function (props) {
660
667
  return props.style;
661
668
  });
662
- var RowElement = styled__default["default"].View(_templateObject17 || (_templateObject17 = _taggedTemplateLiteral(["\n flex-direction: row;\n ", ";\n"])), function (props) {
669
+ var RowElement = styled__default["default"].View(_templateObject18 || (_templateObject18 = _taggedTemplateLiteral(["\n flex-direction: row;\n ", ";\n"])), function (props) {
663
670
  return props.style;
664
671
  });
665
- var StretchElement = styled__default["default"].View(_templateObject18 || (_templateObject18 = _taggedTemplateLiteral(["\n align-items: stretch;\n align-self: stretch;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
672
+ var StretchElement = styled__default["default"].View(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["\n align-items: stretch;\n align-self: stretch;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
666
673
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
667
674
  }, function (props) {
668
675
  return props.style;
669
676
  });
670
- var BoxElement = styled__default["default"].View(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["\n flex: 1;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
677
+ var BoxElement = styled__default["default"].View(_templateObject20 || (_templateObject20 = _taggedTemplateLiteral(["\n flex: 1;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
671
678
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
672
679
  }, function (props) {
673
680
  return props.style;
674
681
  });
675
- var FullScreenElement = styled__default["default"].View(_templateObject20 || (_templateObject20 = _taggedTemplateLiteral(["\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 11;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
682
+ var FullScreenElement = styled__default["default"].View(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 11;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
676
683
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
677
684
  }, function (props) {
678
685
  return props.style;
679
686
  });
680
- var WebSmallWrapperElement = styled__default["default"].View(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["\n flex-direction: ", ";\n width: 500px;\n ", ";\n"])), function (props) {
687
+ var WebSmallWrapperElement = styled__default["default"].View(_templateObject22 || (_templateObject22 = _taggedTemplateLiteral(["\n flex-direction: ", ";\n width: 500px;\n ", ";\n"])), function (props) {
681
688
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
682
689
  }, function (props) {
683
690
  return props.style;
@@ -782,6 +789,17 @@
782
789
  }, children);
783
790
  };
784
791
 
792
+ var MarginLeft = function MarginLeft(_ref) {
793
+ var children = _ref.children,
794
+ style = _ref.style,
795
+ _ref$direction = _ref.direction,
796
+ direction = _ref$direction === void 0 ? false : _ref$direction;
797
+ return /*#__PURE__*/React__default["default"].createElement(MarginLeftElement, {
798
+ style: style,
799
+ flexDirection: direction
800
+ }, children);
801
+ };
802
+
785
803
  var Padding = function Padding(_ref) {
786
804
  var children = _ref.children,
787
805
  style = _ref.style,
@@ -38806,476 +38824,11 @@
38806
38824
  var layers$u = [
38807
38825
  {
38808
38826
  ty: 4,
38809
- nm: "close",
38810
- ip: 0,
38811
- st: 0,
38812
- ind: 2,
38813
- hix: 1,
38814
- ks: {
38815
- o: {
38816
- a: 0,
38817
- k: 100
38818
- },
38819
- or: {
38820
- a: 0,
38821
- k: [
38822
- 0,
38823
- 0,
38824
- 0
38825
- ]
38826
- },
38827
- a: {
38828
- a: 0,
38829
- k: [
38830
- 9,
38831
- 9.5,
38832
- 0
38833
- ]
38834
- },
38835
- p: {
38836
- s: true,
38837
- x: {
38838
- a: 0,
38839
- k: 23.4385
38840
- },
38841
- y: {
38842
- a: 0,
38843
- k: 23.720500000000005
38844
- }
38845
- },
38846
- rx: {
38847
- a: 0,
38848
- k: 0
38849
- },
38850
- ry: {
38851
- a: 0,
38852
- k: 0
38853
- },
38854
- rz: {
38855
- a: 0,
38856
- k: 44.69070802020421
38857
- },
38858
- s: {
38859
- a: 0,
38860
- k: [
38861
- 201.29999999999998,
38862
- 201.29999999999998
38863
- ]
38864
- }
38865
- },
38866
- shapes: [
38867
- {
38868
- ty: "gr",
38869
- nm: "close shape group",
38870
- it: [
38871
- {
38872
- ty: "sh",
38873
- ks: {
38874
- a: 0,
38875
- k: {
38876
- c: true,
38877
- v: [
38878
- [
38879
- 8,
38880
- 3
38881
- ],
38882
- [
38883
- 8,
38884
- 1
38885
- ],
38886
- [
38887
- 10,
38888
- -1
38889
- ],
38890
- [
38891
- 12,
38892
- 1
38893
- ],
38894
- [
38895
- 12,
38896
- 3
38897
- ],
38898
- [
38899
- 12,
38900
- 18
38901
- ],
38902
- [
38903
- 12,
38904
- 20
38905
- ],
38906
- [
38907
- 10,
38908
- 22
38909
- ],
38910
- [
38911
- 8,
38912
- 20
38913
- ]
38914
- ],
38915
- i: [
38916
- [
38917
- 0,
38918
- 0
38919
- ],
38920
- [
38921
- 0,
38922
- 0
38923
- ],
38924
- [
38925
- -1.3333333300000003,
38926
- 0
38927
- ],
38928
- [
38929
- 0,
38930
- -1.3333333330000001
38931
- ],
38932
- [
38933
- 0,
38934
- 0
38935
- ],
38936
- [
38937
- 0,
38938
- 0
38939
- ],
38940
- [
38941
- 0,
38942
- 0
38943
- ],
38944
- [
38945
- 1.3333332999999996,
38946
- 0
38947
- ],
38948
- [
38949
- 0,
38950
- 1.3333332999999996
38951
- ]
38952
- ],
38953
- o: [
38954
- [
38955
- 0,
38956
- 0
38957
- ],
38958
- [
38959
- 0,
38960
- -1.3333333330000001
38961
- ],
38962
- [
38963
- 1.3333332999999996,
38964
- 0
38965
- ],
38966
- [
38967
- 0,
38968
- 0
38969
- ],
38970
- [
38971
- 0,
38972
- 0
38973
- ],
38974
- [
38975
- 0,
38976
- 0
38977
- ],
38978
- [
38979
- 0,
38980
- 1.3333332999999996
38981
- ],
38982
- [
38983
- -1.3333333300000003,
38984
- 0
38985
- ],
38986
- [
38987
- 0,
38988
- 0
38989
- ]
38990
- ]
38991
- }
38992
- }
38993
- },
38994
- {
38995
- ty: "st",
38996
- o: {
38997
- a: 0,
38998
- k: 0
38999
- },
39000
- w: {
39001
- a: 0,
39002
- k: 0
39003
- },
39004
- c: {
39005
- a: 0,
39006
- k: [
39007
- 0,
39008
- 0,
39009
- 0,
39010
- 0
39011
- ]
39012
- },
39013
- lc: 3,
39014
- lj: 1,
39015
- ml: 1
39016
- },
39017
- {
39018
- ty: "fl",
39019
- o: {
39020
- a: 0,
39021
- k: 100
39022
- },
39023
- r: 2,
39024
- c: {
39025
- a: 0,
39026
- k: [
39027
- 0.12156862745098039,
39028
- 0.17647058823529413,
39029
- 0.20784313725490197,
39030
- 1
39031
- ]
39032
- }
39033
- },
39034
- {
39035
- ty: "tr",
39036
- o: {
39037
- a: 0,
39038
- k: 100
39039
- },
39040
- a: {
39041
- a: 0,
39042
- k: [
39043
- 0,
39044
- 0
39045
- ]
39046
- },
39047
- s: {
39048
- a: 0,
39049
- k: [
39050
- 100,
39051
- -100
39052
- ]
39053
- },
39054
- p: {
39055
- a: 0,
39056
- k: [
39057
- 23.496,
39058
- 9.146
39059
- ]
39060
- },
39061
- r: {
39062
- a: 0,
39063
- k: 225.0005261478743
39064
- }
39065
- }
39066
- ]
39067
- },
39068
- {
39069
- ty: "gr",
39070
- nm: "close shape group",
39071
- it: [
39072
- {
39073
- ty: "sh",
39074
- ks: {
39075
- a: 0,
39076
- k: {
39077
- c: true,
39078
- v: [
39079
- [
39080
- 8,
39081
- 3
39082
- ],
39083
- [
39084
- 8,
39085
- 1
39086
- ],
39087
- [
39088
- 10,
39089
- -1
39090
- ],
39091
- [
39092
- 12,
39093
- 1
39094
- ],
39095
- [
39096
- 12,
39097
- 3
39098
- ],
39099
- [
39100
- 12,
39101
- 18
39102
- ],
39103
- [
39104
- 12,
39105
- 20
39106
- ],
39107
- [
39108
- 10,
39109
- 22
39110
- ],
39111
- [
39112
- 8,
39113
- 20
39114
- ]
39115
- ],
39116
- i: [
39117
- [
39118
- 0,
39119
- 0
39120
- ],
39121
- [
39122
- 0,
39123
- 0
39124
- ],
39125
- [
39126
- -1.3333333300000003,
39127
- 0
39128
- ],
39129
- [
39130
- 0,
39131
- -1.3333333330000001
39132
- ],
39133
- [
39134
- 0,
39135
- 0
39136
- ],
39137
- [
39138
- 0,
39139
- 0
39140
- ],
39141
- [
39142
- 0,
39143
- 0
39144
- ],
39145
- [
39146
- 1.3333332999999996,
39147
- 0
39148
- ],
39149
- [
39150
- 0,
39151
- 1.3333332999999996
39152
- ]
39153
- ],
39154
- o: [
39155
- [
39156
- 0,
39157
- 0
39158
- ],
39159
- [
39160
- 0,
39161
- -1.3333333330000001
39162
- ],
39163
- [
39164
- 1.3333332999999996,
39165
- 0
39166
- ],
39167
- [
39168
- 0,
39169
- 0
39170
- ],
39171
- [
39172
- 0,
39173
- 0
39174
- ],
39175
- [
39176
- 0,
39177
- 0
39178
- ],
39179
- [
39180
- 0,
39181
- 1.3333332999999996
39182
- ],
39183
- [
39184
- -1.3333333300000003,
39185
- 0
39186
- ],
39187
- [
39188
- 0,
39189
- 0
39190
- ]
39191
- ]
39192
- }
39193
- }
39194
- },
39195
- {
39196
- ty: "st",
39197
- o: {
39198
- a: 0,
39199
- k: 0
39200
- },
39201
- w: {
39202
- a: 0,
39203
- k: 0
39204
- },
39205
- c: {
39206
- a: 0,
39207
- k: [
39208
- 0,
39209
- 0,
39210
- 0,
39211
- 0
39212
- ]
39213
- },
39214
- lc: 3,
39215
- lj: 1,
39216
- ml: 1
39217
- },
39218
- {
39219
- ty: "fl",
39220
- o: {
39221
- a: 0,
39222
- k: 100
39223
- },
39224
- r: 2,
39225
- c: {
39226
- a: 0,
39227
- k: [
39228
- 0.12156862745098039,
39229
- 0.17647058823529413,
39230
- 0.20784313725490197,
39231
- 1
39232
- ]
39233
- }
39234
- },
39235
- {
39236
- ty: "tr",
39237
- o: {
39238
- a: 0,
39239
- k: 100
39240
- },
39241
- a: {
39242
- a: 0,
39243
- k: [
39244
- 0,
39245
- 0
39246
- ]
39247
- },
39248
- s: {
39249
- a: 0,
39250
- k: [
39251
- 100,
39252
- 100
39253
- ]
39254
- },
39255
- p: {
39256
- a: 0,
39257
- k: [
39258
- -5.496,
39259
- 9.146
39260
- ]
39261
- },
39262
- r: {
39263
- a: 0,
39264
- k: 315.0121957629266
39265
- }
39266
- }
39267
- ]
39268
- }
39269
- ],
39270
- op: 1
39271
- },
39272
- {
39273
- ty: 4,
39274
- nm: "Group 3",
38827
+ nm: "add",
39275
38828
  ip: 0,
39276
38829
  st: 0,
39277
38830
  ind: 1,
39278
- hix: 2,
38831
+ hix: 1,
39279
38832
  ks: {
39280
38833
  o: {
39281
38834
  a: 0,
@@ -39292,8 +38845,8 @@
39292
38845
  a: {
39293
38846
  a: 0,
39294
38847
  k: [
39295
- 12,
39296
- 11.5,
38848
+ 119,
38849
+ 119,
39297
38850
  0
39298
38851
  ]
39299
38852
  },
@@ -39301,11 +38854,11 @@
39301
38854
  s: true,
39302
38855
  x: {
39303
38856
  a: 0,
39304
- k: 453.4845
38857
+ k: 200
39305
38858
  },
39306
38859
  y: {
39307
38860
  a: 0,
39308
- k: 349.9054999999998
38861
+ k: 200
39309
38862
  }
39310
38863
  },
39311
38864
  rx: {
@@ -39323,34 +38876,34 @@
39323
38876
  s: {
39324
38877
  a: 0,
39325
38878
  k: [
39326
- 152.7,
39327
- 152.7
38879
+ 161.8,
38880
+ 161.8
39328
38881
  ]
39329
38882
  }
39330
38883
  },
39331
38884
  shapes: [
39332
38885
  {
39333
38886
  ty: "gr",
39334
- nm: "Group 3 shape group",
38887
+ nm: "add shape group",
39335
38888
  it: [
39336
38889
  {
39337
38890
  ty: "rc",
39338
38891
  s: {
39339
38892
  a: 0,
39340
38893
  k: [
39341
- 30,
39342
- 5
38894
+ 40,
38895
+ 238
39343
38896
  ]
39344
38897
  },
39345
38898
  r: {
39346
38899
  a: 0,
39347
- k: 2
38900
+ k: 20
39348
38901
  },
39349
38902
  p: {
39350
38903
  a: 0,
39351
38904
  k: [
39352
- 13,
39353
- 12.5
38905
+ 119,
38906
+ 119
39354
38907
  ]
39355
38908
  }
39356
38909
  },
@@ -39387,9 +38940,9 @@
39387
38940
  c: {
39388
38941
  a: 0,
39389
38942
  k: [
39390
- 0.12156862745098039,
39391
- 0.17647058823529413,
39392
- 0.20784313725490197,
38943
+ 1,
38944
+ 1,
38945
+ 1,
39393
38946
  1
39394
38947
  ]
39395
38948
  }
@@ -39411,45 +38964,45 @@
39411
38964
  a: 0,
39412
38965
  k: [
39413
38966
  100,
39414
- -100
38967
+ 100
39415
38968
  ]
39416
38969
  },
39417
38970
  p: {
39418
38971
  a: 0,
39419
38972
  k: [
39420
- 12.354,
39421
- -6.531
38973
+ 238,
38974
+ 0
39422
38975
  ]
39423
38976
  },
39424
38977
  r: {
39425
38978
  a: 0,
39426
- k: 134.98885653282196
38979
+ k: 90.01166961505233
39427
38980
  }
39428
38981
  }
39429
38982
  ]
39430
38983
  },
39431
38984
  {
39432
38985
  ty: "gr",
39433
- nm: "Group 3 shape group",
38986
+ nm: "add shape group",
39434
38987
  it: [
39435
38988
  {
39436
38989
  ty: "rc",
39437
38990
  s: {
39438
38991
  a: 0,
39439
38992
  k: [
39440
- 30,
39441
- 5
38993
+ 40,
38994
+ 238
39442
38995
  ]
39443
38996
  },
39444
38997
  r: {
39445
38998
  a: 0,
39446
- k: 2
38999
+ k: 20
39447
39000
  },
39448
39001
  p: {
39449
39002
  a: 0,
39450
39003
  k: [
39451
- 13,
39452
- 12.5
39004
+ 119,
39005
+ 119
39453
39006
  ]
39454
39007
  }
39455
39008
  },
@@ -39486,9 +39039,9 @@
39486
39039
  c: {
39487
39040
  a: 0,
39488
39041
  k: [
39489
- 0.12156862745098039,
39490
- 0.17647058823529413,
39491
- 0.20784313725490197,
39042
+ 1,
39043
+ 1,
39044
+ 1,
39492
39045
  1
39493
39046
  ]
39494
39047
  }
@@ -39516,13 +39069,13 @@
39516
39069
  p: {
39517
39070
  a: 0,
39518
39071
  k: [
39519
- 11.646,
39520
- -6.531
39072
+ 0,
39073
+ 0
39521
39074
  ]
39522
39075
  },
39523
39076
  r: {
39524
39077
  a: 0,
39525
- k: 44.97718691776963
39078
+ k: 0
39526
39079
  }
39527
39080
  }
39528
39081
  ]
@@ -39532,8 +39085,8 @@
39532
39085
  }
39533
39086
  ];
39534
39087
  var op$u = 1;
39535
- var w$u = 47;
39536
- var h$u = 48;
39088
+ var w$u = 400;
39089
+ var h$u = 400;
39537
39090
  var add = {
39538
39091
  ip: ip$u,
39539
39092
  fr: fr$u,
@@ -52429,13 +51982,21 @@
52429
51982
  var CheckMark = function CheckMark(_ref) {
52430
51983
  var fat = _ref.fat,
52431
51984
  isEnabled = _ref.isEnabled,
52432
- micro = _ref.micro;
51985
+ micro = _ref.micro,
51986
+ mini = _ref.mini;
51987
+
51988
+ var size = function size() {
51989
+ if (micro) return -7;
51990
+ if (mini) return -30;
51991
+ return 10;
51992
+ };
51993
+
52433
51994
  var loadingRef = React.useRef();
52434
51995
  return /*#__PURE__*/React__default["default"].createElement(reactNative.View, {
52435
51996
  style: {
52436
51997
  position: "absolute",
52437
- top: micro ? -7 : 10,
52438
- right: micro ? -7 : 10,
51998
+ top: size(),
51999
+ right: size(),
52439
52000
  width: 30,
52440
52001
  height: 30,
52441
52002
  borderRadius: 15,
@@ -52465,6 +52026,8 @@
52465
52026
  onValueChange = _ref2$onValueChange === void 0 ? function () {} : _ref2$onValueChange,
52466
52027
  _ref2$micro = _ref2.micro,
52467
52028
  micro = _ref2$micro === void 0 ? false : _ref2$micro,
52029
+ _ref2$mini = _ref2.mini,
52030
+ mini = _ref2$mini === void 0 ? false : _ref2$mini,
52468
52031
  _ref2$fat = _ref2.fat,
52469
52032
  fat = _ref2$fat === void 0 ? false : _ref2$fat,
52470
52033
  _ref2$radio = _ref2.radio,
@@ -52499,7 +52062,8 @@
52499
52062
  }, children, /*#__PURE__*/React__default["default"].createElement(CheckMark, {
52500
52063
  fat: fat,
52501
52064
  isEnabled: isEnabled,
52502
- micro: micro
52065
+ micro: micro,
52066
+ mini: mini
52503
52067
  }));
52504
52068
  }
52505
52069
 
@@ -54632,6 +54196,7 @@
54632
54196
  exports.Margin = Margin;
54633
54197
  exports.MarginBottom = MarginBottom;
54634
54198
  exports.MarginHorizontal = MarginHorizontal;
54199
+ exports.MarginLeft = MarginLeft;
54635
54200
  exports.MarginRight = MarginRight;
54636
54201
  exports.MarginTop = MarginTop;
54637
54202
  exports.MarginVertical = MarginVertical;