@servesall/atoms 1.1.11 → 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.
@@ -538,7 +538,7 @@ SpanText.propTypes = {
538
538
  style: PropTypes.object
539
539
  };
540
540
 
541
- 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;
541
+ 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;
542
542
  var DEFAULT_FLEX_DIRECTION = Platform.OS === "web" ? "column" : "column";
543
543
  var CenterElement = styled.View(_templateObject$m || (_templateObject$m = _taggedTemplateLiteral(["\n align-items: center;\n justify-content: center;\n flex: 1;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
544
544
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
@@ -605,74 +605,81 @@ var MarginRightElement = styled.View(_templateObject9 || (_templateObject9 = _ta
605
605
  }, function (props) {
606
606
  return props.style;
607
607
  });
608
- var PaddingElement = styled.View(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n padding: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
608
+ var MarginLeftElement = styled.View(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n margin-left: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
609
+ return props.theme.margin;
610
+ }, function (props) {
611
+ return props.flexDirection || DEFAULT_FLEX_DIRECTION;
612
+ }, function (props) {
613
+ return props.style;
614
+ });
615
+ var PaddingElement = styled.View(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n padding: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
609
616
  return props.theme.padding;
610
617
  }, function (props) {
611
618
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
612
619
  }, function (props) {
613
620
  return props.style;
614
621
  });
615
- var PaddingHorizontalElement = styled.View(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n padding: 0 ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
622
+ var PaddingHorizontalElement = styled.View(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n padding: 0 ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
616
623
  return props.theme.padding;
617
624
  }, function (props) {
618
625
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
619
626
  }, function (props) {
620
627
  return props.style;
621
628
  });
622
- var PaddingVerticalElement = styled.View(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n padding: ", " 0;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
629
+ var PaddingVerticalElement = styled.View(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n padding: ", " 0;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
623
630
  return props.theme.padding;
624
631
  }, function (props) {
625
632
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
626
633
  }, function (props) {
627
634
  return props.style;
628
635
  });
629
- var PaddingTopElement = styled.View(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n padding-top: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
636
+ var PaddingTopElement = styled.View(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["\n padding-top: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
630
637
  return props.theme.padding;
631
638
  }, function (props) {
632
639
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
633
640
  }, function (props) {
634
641
  return props.style;
635
642
  });
636
- var PaddingBottomElement = styled.View(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["\n padding-bottom: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
643
+ var PaddingBottomElement = styled.View(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\n padding-bottom: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
637
644
  return props.theme.padding;
638
645
  }, function (props) {
639
646
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
640
647
  }, function (props) {
641
648
  return props.style;
642
649
  });
643
- var PaddingLeftElement = styled.View(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\n padding-left: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
650
+ var PaddingLeftElement = styled.View(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\n padding-left: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
644
651
  return props.theme.padding;
645
652
  }, function (props) {
646
653
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
647
654
  }, function (props) {
648
655
  return props.style;
649
656
  });
650
- var PaddingRightElement = styled.View(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\n padding-right: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
657
+ var PaddingRightElement = styled.View(_templateObject17 || (_templateObject17 = _taggedTemplateLiteral(["\n padding-right: ", ";\n flex-direction: ", ";\n ", ";\n"])), function (props) {
651
658
  return props.theme.padding;
652
659
  }, function (props) {
653
660
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
654
661
  }, function (props) {
655
662
  return props.style;
656
663
  });
657
- var RowElement = styled.View(_templateObject17 || (_templateObject17 = _taggedTemplateLiteral(["\n flex-direction: row;\n ", ";\n"])), function (props) {
664
+ var RowElement = styled.View(_templateObject18 || (_templateObject18 = _taggedTemplateLiteral(["\n flex-direction: row;\n ", ";\n"])), function (props) {
658
665
  return props.style;
659
666
  });
660
- var StretchElement = styled.View(_templateObject18 || (_templateObject18 = _taggedTemplateLiteral(["\n align-items: stretch;\n align-self: stretch;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
667
+ var StretchElement = styled.View(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["\n align-items: stretch;\n align-self: stretch;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
661
668
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
662
669
  }, function (props) {
663
670
  return props.style;
664
671
  });
665
- var BoxElement = styled.View(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["\n flex: 1;\n flex-direction: ", ";\n ", ";\n"])), function (props) {
672
+ var BoxElement = styled.View(_templateObject20 || (_templateObject20 = _taggedTemplateLiteral(["\n flex: 1;\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 FullScreenElement = styled.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) {
677
+ var FullScreenElement = styled.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) {
671
678
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
672
679
  }, function (props) {
673
680
  return props.style;
674
681
  });
675
- var WebSmallWrapperElement = styled.View(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["\n flex-direction: ", ";\n width: 500px;\n ", ";\n"])), function (props) {
682
+ var WebSmallWrapperElement = styled.View(_templateObject22 || (_templateObject22 = _taggedTemplateLiteral(["\n flex-direction: ", ";\n width: 500px;\n ", ";\n"])), function (props) {
676
683
  return props.flexDirection || DEFAULT_FLEX_DIRECTION;
677
684
  }, function (props) {
678
685
  return props.style;
@@ -777,6 +784,17 @@ var MarginRight = function MarginRight(_ref) {
777
784
  }, children);
778
785
  };
779
786
 
787
+ var MarginLeft = function MarginLeft(_ref) {
788
+ var children = _ref.children,
789
+ style = _ref.style,
790
+ _ref$direction = _ref.direction,
791
+ direction = _ref$direction === void 0 ? false : _ref$direction;
792
+ return /*#__PURE__*/React.createElement(MarginLeftElement, {
793
+ style: style,
794
+ flexDirection: direction
795
+ }, children);
796
+ };
797
+
780
798
  var Padding = function Padding(_ref) {
781
799
  var children = _ref.children,
782
800
  style = _ref.style,
@@ -38801,476 +38819,11 @@ var assets$u = [
38801
38819
  var layers$u = [
38802
38820
  {
38803
38821
  ty: 4,
38804
- nm: "close",
38805
- ip: 0,
38806
- st: 0,
38807
- ind: 2,
38808
- hix: 1,
38809
- ks: {
38810
- o: {
38811
- a: 0,
38812
- k: 100
38813
- },
38814
- or: {
38815
- a: 0,
38816
- k: [
38817
- 0,
38818
- 0,
38819
- 0
38820
- ]
38821
- },
38822
- a: {
38823
- a: 0,
38824
- k: [
38825
- 9,
38826
- 9.5,
38827
- 0
38828
- ]
38829
- },
38830
- p: {
38831
- s: true,
38832
- x: {
38833
- a: 0,
38834
- k: 23.4385
38835
- },
38836
- y: {
38837
- a: 0,
38838
- k: 23.720500000000005
38839
- }
38840
- },
38841
- rx: {
38842
- a: 0,
38843
- k: 0
38844
- },
38845
- ry: {
38846
- a: 0,
38847
- k: 0
38848
- },
38849
- rz: {
38850
- a: 0,
38851
- k: 44.69070802020421
38852
- },
38853
- s: {
38854
- a: 0,
38855
- k: [
38856
- 201.29999999999998,
38857
- 201.29999999999998
38858
- ]
38859
- }
38860
- },
38861
- shapes: [
38862
- {
38863
- ty: "gr",
38864
- nm: "close shape group",
38865
- it: [
38866
- {
38867
- ty: "sh",
38868
- ks: {
38869
- a: 0,
38870
- k: {
38871
- c: true,
38872
- v: [
38873
- [
38874
- 8,
38875
- 3
38876
- ],
38877
- [
38878
- 8,
38879
- 1
38880
- ],
38881
- [
38882
- 10,
38883
- -1
38884
- ],
38885
- [
38886
- 12,
38887
- 1
38888
- ],
38889
- [
38890
- 12,
38891
- 3
38892
- ],
38893
- [
38894
- 12,
38895
- 18
38896
- ],
38897
- [
38898
- 12,
38899
- 20
38900
- ],
38901
- [
38902
- 10,
38903
- 22
38904
- ],
38905
- [
38906
- 8,
38907
- 20
38908
- ]
38909
- ],
38910
- i: [
38911
- [
38912
- 0,
38913
- 0
38914
- ],
38915
- [
38916
- 0,
38917
- 0
38918
- ],
38919
- [
38920
- -1.3333333300000003,
38921
- 0
38922
- ],
38923
- [
38924
- 0,
38925
- -1.3333333330000001
38926
- ],
38927
- [
38928
- 0,
38929
- 0
38930
- ],
38931
- [
38932
- 0,
38933
- 0
38934
- ],
38935
- [
38936
- 0,
38937
- 0
38938
- ],
38939
- [
38940
- 1.3333332999999996,
38941
- 0
38942
- ],
38943
- [
38944
- 0,
38945
- 1.3333332999999996
38946
- ]
38947
- ],
38948
- o: [
38949
- [
38950
- 0,
38951
- 0
38952
- ],
38953
- [
38954
- 0,
38955
- -1.3333333330000001
38956
- ],
38957
- [
38958
- 1.3333332999999996,
38959
- 0
38960
- ],
38961
- [
38962
- 0,
38963
- 0
38964
- ],
38965
- [
38966
- 0,
38967
- 0
38968
- ],
38969
- [
38970
- 0,
38971
- 0
38972
- ],
38973
- [
38974
- 0,
38975
- 1.3333332999999996
38976
- ],
38977
- [
38978
- -1.3333333300000003,
38979
- 0
38980
- ],
38981
- [
38982
- 0,
38983
- 0
38984
- ]
38985
- ]
38986
- }
38987
- }
38988
- },
38989
- {
38990
- ty: "st",
38991
- o: {
38992
- a: 0,
38993
- k: 0
38994
- },
38995
- w: {
38996
- a: 0,
38997
- k: 0
38998
- },
38999
- c: {
39000
- a: 0,
39001
- k: [
39002
- 0,
39003
- 0,
39004
- 0,
39005
- 0
39006
- ]
39007
- },
39008
- lc: 3,
39009
- lj: 1,
39010
- ml: 1
39011
- },
39012
- {
39013
- ty: "fl",
39014
- o: {
39015
- a: 0,
39016
- k: 100
39017
- },
39018
- r: 2,
39019
- c: {
39020
- a: 0,
39021
- k: [
39022
- 0.12156862745098039,
39023
- 0.17647058823529413,
39024
- 0.20784313725490197,
39025
- 1
39026
- ]
39027
- }
39028
- },
39029
- {
39030
- ty: "tr",
39031
- o: {
39032
- a: 0,
39033
- k: 100
39034
- },
39035
- a: {
39036
- a: 0,
39037
- k: [
39038
- 0,
39039
- 0
39040
- ]
39041
- },
39042
- s: {
39043
- a: 0,
39044
- k: [
39045
- 100,
39046
- -100
39047
- ]
39048
- },
39049
- p: {
39050
- a: 0,
39051
- k: [
39052
- 23.496,
39053
- 9.146
39054
- ]
39055
- },
39056
- r: {
39057
- a: 0,
39058
- k: 225.0005261478743
39059
- }
39060
- }
39061
- ]
39062
- },
39063
- {
39064
- ty: "gr",
39065
- nm: "close shape group",
39066
- it: [
39067
- {
39068
- ty: "sh",
39069
- ks: {
39070
- a: 0,
39071
- k: {
39072
- c: true,
39073
- v: [
39074
- [
39075
- 8,
39076
- 3
39077
- ],
39078
- [
39079
- 8,
39080
- 1
39081
- ],
39082
- [
39083
- 10,
39084
- -1
39085
- ],
39086
- [
39087
- 12,
39088
- 1
39089
- ],
39090
- [
39091
- 12,
39092
- 3
39093
- ],
39094
- [
39095
- 12,
39096
- 18
39097
- ],
39098
- [
39099
- 12,
39100
- 20
39101
- ],
39102
- [
39103
- 10,
39104
- 22
39105
- ],
39106
- [
39107
- 8,
39108
- 20
39109
- ]
39110
- ],
39111
- i: [
39112
- [
39113
- 0,
39114
- 0
39115
- ],
39116
- [
39117
- 0,
39118
- 0
39119
- ],
39120
- [
39121
- -1.3333333300000003,
39122
- 0
39123
- ],
39124
- [
39125
- 0,
39126
- -1.3333333330000001
39127
- ],
39128
- [
39129
- 0,
39130
- 0
39131
- ],
39132
- [
39133
- 0,
39134
- 0
39135
- ],
39136
- [
39137
- 0,
39138
- 0
39139
- ],
39140
- [
39141
- 1.3333332999999996,
39142
- 0
39143
- ],
39144
- [
39145
- 0,
39146
- 1.3333332999999996
39147
- ]
39148
- ],
39149
- o: [
39150
- [
39151
- 0,
39152
- 0
39153
- ],
39154
- [
39155
- 0,
39156
- -1.3333333330000001
39157
- ],
39158
- [
39159
- 1.3333332999999996,
39160
- 0
39161
- ],
39162
- [
39163
- 0,
39164
- 0
39165
- ],
39166
- [
39167
- 0,
39168
- 0
39169
- ],
39170
- [
39171
- 0,
39172
- 0
39173
- ],
39174
- [
39175
- 0,
39176
- 1.3333332999999996
39177
- ],
39178
- [
39179
- -1.3333333300000003,
39180
- 0
39181
- ],
39182
- [
39183
- 0,
39184
- 0
39185
- ]
39186
- ]
39187
- }
39188
- }
39189
- },
39190
- {
39191
- ty: "st",
39192
- o: {
39193
- a: 0,
39194
- k: 0
39195
- },
39196
- w: {
39197
- a: 0,
39198
- k: 0
39199
- },
39200
- c: {
39201
- a: 0,
39202
- k: [
39203
- 0,
39204
- 0,
39205
- 0,
39206
- 0
39207
- ]
39208
- },
39209
- lc: 3,
39210
- lj: 1,
39211
- ml: 1
39212
- },
39213
- {
39214
- ty: "fl",
39215
- o: {
39216
- a: 0,
39217
- k: 100
39218
- },
39219
- r: 2,
39220
- c: {
39221
- a: 0,
39222
- k: [
39223
- 0.12156862745098039,
39224
- 0.17647058823529413,
39225
- 0.20784313725490197,
39226
- 1
39227
- ]
39228
- }
39229
- },
39230
- {
39231
- ty: "tr",
39232
- o: {
39233
- a: 0,
39234
- k: 100
39235
- },
39236
- a: {
39237
- a: 0,
39238
- k: [
39239
- 0,
39240
- 0
39241
- ]
39242
- },
39243
- s: {
39244
- a: 0,
39245
- k: [
39246
- 100,
39247
- 100
39248
- ]
39249
- },
39250
- p: {
39251
- a: 0,
39252
- k: [
39253
- -5.496,
39254
- 9.146
39255
- ]
39256
- },
39257
- r: {
39258
- a: 0,
39259
- k: 315.0121957629266
39260
- }
39261
- }
39262
- ]
39263
- }
39264
- ],
39265
- op: 1
39266
- },
39267
- {
39268
- ty: 4,
39269
- nm: "Group 3",
38822
+ nm: "add",
39270
38823
  ip: 0,
39271
38824
  st: 0,
39272
38825
  ind: 1,
39273
- hix: 2,
38826
+ hix: 1,
39274
38827
  ks: {
39275
38828
  o: {
39276
38829
  a: 0,
@@ -39287,8 +38840,8 @@ var layers$u = [
39287
38840
  a: {
39288
38841
  a: 0,
39289
38842
  k: [
39290
- 12,
39291
- 11.5,
38843
+ 119,
38844
+ 119,
39292
38845
  0
39293
38846
  ]
39294
38847
  },
@@ -39296,11 +38849,11 @@ var layers$u = [
39296
38849
  s: true,
39297
38850
  x: {
39298
38851
  a: 0,
39299
- k: 453.4845
38852
+ k: 200
39300
38853
  },
39301
38854
  y: {
39302
38855
  a: 0,
39303
- k: 349.9054999999998
38856
+ k: 200
39304
38857
  }
39305
38858
  },
39306
38859
  rx: {
@@ -39318,34 +38871,34 @@ var layers$u = [
39318
38871
  s: {
39319
38872
  a: 0,
39320
38873
  k: [
39321
- 152.7,
39322
- 152.7
38874
+ 161.8,
38875
+ 161.8
39323
38876
  ]
39324
38877
  }
39325
38878
  },
39326
38879
  shapes: [
39327
38880
  {
39328
38881
  ty: "gr",
39329
- nm: "Group 3 shape group",
38882
+ nm: "add shape group",
39330
38883
  it: [
39331
38884
  {
39332
38885
  ty: "rc",
39333
38886
  s: {
39334
38887
  a: 0,
39335
38888
  k: [
39336
- 30,
39337
- 5
38889
+ 40,
38890
+ 238
39338
38891
  ]
39339
38892
  },
39340
38893
  r: {
39341
38894
  a: 0,
39342
- k: 2
38895
+ k: 20
39343
38896
  },
39344
38897
  p: {
39345
38898
  a: 0,
39346
38899
  k: [
39347
- 13,
39348
- 12.5
38900
+ 119,
38901
+ 119
39349
38902
  ]
39350
38903
  }
39351
38904
  },
@@ -39382,9 +38935,9 @@ var layers$u = [
39382
38935
  c: {
39383
38936
  a: 0,
39384
38937
  k: [
39385
- 0.12156862745098039,
39386
- 0.17647058823529413,
39387
- 0.20784313725490197,
38938
+ 1,
38939
+ 1,
38940
+ 1,
39388
38941
  1
39389
38942
  ]
39390
38943
  }
@@ -39406,45 +38959,45 @@ var layers$u = [
39406
38959
  a: 0,
39407
38960
  k: [
39408
38961
  100,
39409
- -100
38962
+ 100
39410
38963
  ]
39411
38964
  },
39412
38965
  p: {
39413
38966
  a: 0,
39414
38967
  k: [
39415
- 12.354,
39416
- -6.531
38968
+ 238,
38969
+ 0
39417
38970
  ]
39418
38971
  },
39419
38972
  r: {
39420
38973
  a: 0,
39421
- k: 134.98885653282196
38974
+ k: 90.01166961505233
39422
38975
  }
39423
38976
  }
39424
38977
  ]
39425
38978
  },
39426
38979
  {
39427
38980
  ty: "gr",
39428
- nm: "Group 3 shape group",
38981
+ nm: "add shape group",
39429
38982
  it: [
39430
38983
  {
39431
38984
  ty: "rc",
39432
38985
  s: {
39433
38986
  a: 0,
39434
38987
  k: [
39435
- 30,
39436
- 5
38988
+ 40,
38989
+ 238
39437
38990
  ]
39438
38991
  },
39439
38992
  r: {
39440
38993
  a: 0,
39441
- k: 2
38994
+ k: 20
39442
38995
  },
39443
38996
  p: {
39444
38997
  a: 0,
39445
38998
  k: [
39446
- 13,
39447
- 12.5
38999
+ 119,
39000
+ 119
39448
39001
  ]
39449
39002
  }
39450
39003
  },
@@ -39481,9 +39034,9 @@ var layers$u = [
39481
39034
  c: {
39482
39035
  a: 0,
39483
39036
  k: [
39484
- 0.12156862745098039,
39485
- 0.17647058823529413,
39486
- 0.20784313725490197,
39037
+ 1,
39038
+ 1,
39039
+ 1,
39487
39040
  1
39488
39041
  ]
39489
39042
  }
@@ -39511,13 +39064,13 @@ var layers$u = [
39511
39064
  p: {
39512
39065
  a: 0,
39513
39066
  k: [
39514
- 11.646,
39515
- -6.531
39067
+ 0,
39068
+ 0
39516
39069
  ]
39517
39070
  },
39518
39071
  r: {
39519
39072
  a: 0,
39520
- k: 44.97718691776963
39073
+ k: 0
39521
39074
  }
39522
39075
  }
39523
39076
  ]
@@ -39527,8 +39080,8 @@ var layers$u = [
39527
39080
  }
39528
39081
  ];
39529
39082
  var op$u = 1;
39530
- var w$u = 47;
39531
- var h$u = 48;
39083
+ var w$u = 400;
39084
+ var h$u = 400;
39532
39085
  var add = {
39533
39086
  ip: ip$u,
39534
39087
  fr: fr$u,
@@ -54608,4 +54161,4 @@ function NewCustomer(_ref2) {
54608
54161
  }));
54609
54162
  }
54610
54163
 
54611
- export { AnimatedButton$1 as AnimatedButton, AnimatedPlaceholder, AnimatedRoundedButton, BottomNavBar, Box, Center, CenterLeft, CenterRight, NewCustomer as CountryList, Error, ErrorText, AnimatedButton as FeedbackButton, FlatList, RoundBtn$1 as FloatingBtn, FullScreen, H1Text as H1, H2Text as H2, H3Text as H3, H4Text as H4, H5Text as H5, Header, Icon, Input$1 as Input, Input as InputNormal, InputOtp, InputPhone, Loader, Margin, MarginBottom, MarginHorizontal, MarginRight, MarginTop, MarginVertical, pText as P, Padding, PaddingBottom, PaddingHorizontal, PaddingLeft, PaddingRight, PaddingTop, PaddingVertical, RoundBtn$3 as RoundBtn, RoundedBtn$1 as RoundedBtn, RoundedTopBox, Row, SpanText as Span, Stretch, Success, SwipeButton, Switch, TextBtn, ThemeWrapper, WebSmallWrapper, useThemeContext };
54164
+ export { AnimatedButton$1 as AnimatedButton, AnimatedPlaceholder, AnimatedRoundedButton, BottomNavBar, Box, Center, CenterLeft, CenterRight, NewCustomer as CountryList, Error, ErrorText, AnimatedButton as FeedbackButton, FlatList, RoundBtn$1 as FloatingBtn, FullScreen, H1Text as H1, H2Text as H2, H3Text as H3, H4Text as H4, H5Text as H5, Header, Icon, Input$1 as Input, Input as InputNormal, InputOtp, InputPhone, Loader, Margin, MarginBottom, MarginHorizontal, MarginLeft, MarginRight, MarginTop, MarginVertical, pText as P, Padding, PaddingBottom, PaddingHorizontal, PaddingLeft, PaddingRight, PaddingTop, PaddingVertical, RoundBtn$3 as RoundBtn, RoundedBtn$1 as RoundedBtn, RoundedTopBox, Row, SpanText as Span, Stretch, Success, SwipeButton, Switch, TextBtn, ThemeWrapper, WebSmallWrapper, useThemeContext };