@jamadd/react-native-template-ui 0.7.7 → 0.7.9

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.
@@ -33,11 +33,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
33
33
  desktop: number;
34
34
  };
35
35
  zIndices: {
36
+ base: import("../..").ZIndex;
36
37
  bottom: import("../..").ZIndex;
37
38
  middle: import("../..").ZIndex;
38
39
  top: import("../..").ZIndex;
39
40
  };
40
41
  borderRadii: {
42
+ none: import("../..").BorderRadius;
41
43
  s: import("../..").BorderRadius;
42
44
  m: import("../..").BorderRadius;
43
45
  l: import("../..").BorderRadius;
@@ -140,11 +142,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
140
142
  desktop: number;
141
143
  };
142
144
  zIndices: {
145
+ base: import("../..").ZIndex;
143
146
  bottom: import("../..").ZIndex;
144
147
  middle: import("../..").ZIndex;
145
148
  top: import("../..").ZIndex;
146
149
  };
147
150
  borderRadii: {
151
+ none: import("../..").BorderRadius;
148
152
  s: import("../..").BorderRadius;
149
153
  m: import("../..").BorderRadius;
150
154
  l: import("../..").BorderRadius;
@@ -247,11 +251,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
247
251
  desktop: number;
248
252
  };
249
253
  zIndices: {
254
+ base: import("../..").ZIndex;
250
255
  bottom: import("../..").ZIndex;
251
256
  middle: import("../..").ZIndex;
252
257
  top: import("../..").ZIndex;
253
258
  };
254
259
  borderRadii: {
260
+ none: import("../..").BorderRadius;
255
261
  s: import("../..").BorderRadius;
256
262
  m: import("../..").BorderRadius;
257
263
  l: import("../..").BorderRadius;
@@ -354,11 +360,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
354
360
  desktop: number;
355
361
  };
356
362
  zIndices: {
363
+ base: import("../..").ZIndex;
357
364
  bottom: import("../..").ZIndex;
358
365
  middle: import("../..").ZIndex;
359
366
  top: import("../..").ZIndex;
360
367
  };
361
368
  borderRadii: {
369
+ none: import("../..").BorderRadius;
362
370
  s: import("../..").BorderRadius;
363
371
  m: import("../..").BorderRadius;
364
372
  l: import("../..").BorderRadius;
@@ -461,11 +469,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
461
469
  desktop: number;
462
470
  };
463
471
  zIndices: {
472
+ base: import("../..").ZIndex;
464
473
  bottom: import("../..").ZIndex;
465
474
  middle: import("../..").ZIndex;
466
475
  top: import("../..").ZIndex;
467
476
  };
468
477
  borderRadii: {
478
+ none: import("../..").BorderRadius;
469
479
  s: import("../..").BorderRadius;
470
480
  m: import("../..").BorderRadius;
471
481
  l: import("../..").BorderRadius;
@@ -641,63 +651,63 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
641
651
  desktop: number;
642
652
  }> | undefined;
643
653
  } & {
644
- borderRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
654
+ borderRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
645
655
  smallPhone: number;
646
656
  phone: number;
647
657
  smallTablet: number;
648
658
  tablet: number;
649
659
  desktop: number;
650
660
  }> | undefined;
651
- borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
661
+ borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
652
662
  smallPhone: number;
653
663
  phone: number;
654
664
  smallTablet: number;
655
665
  tablet: number;
656
666
  desktop: number;
657
667
  }> | undefined;
658
- borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
668
+ borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
659
669
  smallPhone: number;
660
670
  phone: number;
661
671
  smallTablet: number;
662
672
  tablet: number;
663
673
  desktop: number;
664
674
  }> | undefined;
665
- borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
675
+ borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
666
676
  smallPhone: number;
667
677
  phone: number;
668
678
  smallTablet: number;
669
679
  tablet: number;
670
680
  desktop: number;
671
681
  }> | undefined;
672
- borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
682
+ borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
673
683
  smallPhone: number;
674
684
  phone: number;
675
685
  smallTablet: number;
676
686
  tablet: number;
677
687
  desktop: number;
678
688
  }> | undefined;
679
- borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
689
+ borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
680
690
  smallPhone: number;
681
691
  phone: number;
682
692
  smallTablet: number;
683
693
  tablet: number;
684
694
  desktop: number;
685
695
  }> | undefined;
686
- borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
696
+ borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
687
697
  smallPhone: number;
688
698
  phone: number;
689
699
  smallTablet: number;
690
700
  tablet: number;
691
701
  desktop: number;
692
702
  }> | undefined;
693
- borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
703
+ borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
694
704
  smallPhone: number;
695
705
  phone: number;
696
706
  smallTablet: number;
697
707
  tablet: number;
698
708
  desktop: number;
699
709
  }> | undefined;
700
- borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
710
+ borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
701
711
  smallPhone: number;
702
712
  phone: number;
703
713
  smallTablet: number;
@@ -795,7 +805,7 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
795
805
  desktop: number;
796
806
  }>;
797
807
  } & {
798
- zIndex?: import("@shopify/restyle").ResponsiveValue<"bottom" | "middle" | "top", {
808
+ zIndex?: import("@shopify/restyle").ResponsiveValue<"base" | "bottom" | "middle" | "top", {
799
809
  smallPhone: number;
800
810
  phone: number;
801
811
  smallTablet: number;
@@ -837,11 +847,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
837
847
  desktop: number;
838
848
  };
839
849
  zIndices: {
850
+ base: import("../..").ZIndex;
840
851
  bottom: import("../..").ZIndex;
841
852
  middle: import("../..").ZIndex;
842
853
  top: import("../..").ZIndex;
843
854
  };
844
855
  borderRadii: {
856
+ none: import("../..").BorderRadius;
845
857
  s: import("../..").BorderRadius;
846
858
  m: import("../..").BorderRadius;
847
859
  l: import("../..").BorderRadius;
@@ -944,11 +956,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
944
956
  desktop: number;
945
957
  };
946
958
  zIndices: {
959
+ base: import("../..").ZIndex;
947
960
  bottom: import("../..").ZIndex;
948
961
  middle: import("../..").ZIndex;
949
962
  top: import("../..").ZIndex;
950
963
  };
951
964
  borderRadii: {
965
+ none: import("../..").BorderRadius;
952
966
  s: import("../..").BorderRadius;
953
967
  m: import("../..").BorderRadius;
954
968
  l: import("../..").BorderRadius;
@@ -1054,11 +1068,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
1054
1068
  desktop: number;
1055
1069
  };
1056
1070
  zIndices: {
1071
+ base: import("../..").ZIndex;
1057
1072
  bottom: import("../..").ZIndex;
1058
1073
  middle: import("../..").ZIndex;
1059
1074
  top: import("../..").ZIndex;
1060
1075
  };
1061
1076
  borderRadii: {
1077
+ none: import("../..").BorderRadius;
1062
1078
  s: import("../..").BorderRadius;
1063
1079
  m: import("../..").BorderRadius;
1064
1080
  l: import("../..").BorderRadius;
@@ -1161,11 +1177,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
1161
1177
  desktop: number;
1162
1178
  };
1163
1179
  zIndices: {
1180
+ base: import("../..").ZIndex;
1164
1181
  bottom: import("../..").ZIndex;
1165
1182
  middle: import("../..").ZIndex;
1166
1183
  top: import("../..").ZIndex;
1167
1184
  };
1168
1185
  borderRadii: {
1186
+ none: import("../..").BorderRadius;
1169
1187
  s: import("../..").BorderRadius;
1170
1188
  m: import("../..").BorderRadius;
1171
1189
  l: import("../..").BorderRadius;
@@ -1268,11 +1286,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
1268
1286
  desktop: number;
1269
1287
  };
1270
1288
  zIndices: {
1289
+ base: import("../..").ZIndex;
1271
1290
  bottom: import("../..").ZIndex;
1272
1291
  middle: import("../..").ZIndex;
1273
1292
  top: import("../..").ZIndex;
1274
1293
  };
1275
1294
  borderRadii: {
1295
+ none: import("../..").BorderRadius;
1276
1296
  s: import("../..").BorderRadius;
1277
1297
  m: import("../..").BorderRadius;
1278
1298
  l: import("../..").BorderRadius;
@@ -1375,11 +1395,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
1375
1395
  desktop: number;
1376
1396
  };
1377
1397
  zIndices: {
1398
+ base: import("../..").ZIndex;
1378
1399
  bottom: import("../..").ZIndex;
1379
1400
  middle: import("../..").ZIndex;
1380
1401
  top: import("../..").ZIndex;
1381
1402
  };
1382
1403
  borderRadii: {
1404
+ none: import("../..").BorderRadius;
1383
1405
  s: import("../..").BorderRadius;
1384
1406
  m: import("../..").BorderRadius;
1385
1407
  l: import("../..").BorderRadius;
@@ -1482,11 +1504,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
1482
1504
  desktop: number;
1483
1505
  };
1484
1506
  zIndices: {
1507
+ base: import("../..").ZIndex;
1485
1508
  bottom: import("../..").ZIndex;
1486
1509
  middle: import("../..").ZIndex;
1487
1510
  top: import("../..").ZIndex;
1488
1511
  };
1489
1512
  borderRadii: {
1513
+ none: import("../..").BorderRadius;
1490
1514
  s: import("../..").BorderRadius;
1491
1515
  m: import("../..").BorderRadius;
1492
1516
  l: import("../..").BorderRadius;
@@ -1662,63 +1686,63 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
1662
1686
  desktop: number;
1663
1687
  }> | undefined;
1664
1688
  } & {
1665
- borderRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1689
+ borderRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1666
1690
  smallPhone: number;
1667
1691
  phone: number;
1668
1692
  smallTablet: number;
1669
1693
  tablet: number;
1670
1694
  desktop: number;
1671
1695
  }> | undefined;
1672
- borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1696
+ borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1673
1697
  smallPhone: number;
1674
1698
  phone: number;
1675
1699
  smallTablet: number;
1676
1700
  tablet: number;
1677
1701
  desktop: number;
1678
1702
  }> | undefined;
1679
- borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1703
+ borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1680
1704
  smallPhone: number;
1681
1705
  phone: number;
1682
1706
  smallTablet: number;
1683
1707
  tablet: number;
1684
1708
  desktop: number;
1685
1709
  }> | undefined;
1686
- borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1710
+ borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1687
1711
  smallPhone: number;
1688
1712
  phone: number;
1689
1713
  smallTablet: number;
1690
1714
  tablet: number;
1691
1715
  desktop: number;
1692
1716
  }> | undefined;
1693
- borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1717
+ borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1694
1718
  smallPhone: number;
1695
1719
  phone: number;
1696
1720
  smallTablet: number;
1697
1721
  tablet: number;
1698
1722
  desktop: number;
1699
1723
  }> | undefined;
1700
- borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1724
+ borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1701
1725
  smallPhone: number;
1702
1726
  phone: number;
1703
1727
  smallTablet: number;
1704
1728
  tablet: number;
1705
1729
  desktop: number;
1706
1730
  }> | undefined;
1707
- borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1731
+ borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1708
1732
  smallPhone: number;
1709
1733
  phone: number;
1710
1734
  smallTablet: number;
1711
1735
  tablet: number;
1712
1736
  desktop: number;
1713
1737
  }> | undefined;
1714
- borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1738
+ borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1715
1739
  smallPhone: number;
1716
1740
  phone: number;
1717
1741
  smallTablet: number;
1718
1742
  tablet: number;
1719
1743
  desktop: number;
1720
1744
  }> | undefined;
1721
- borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1745
+ borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1722
1746
  smallPhone: number;
1723
1747
  phone: number;
1724
1748
  smallTablet: number;
@@ -1816,7 +1840,7 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
1816
1840
  desktop: number;
1817
1841
  }>;
1818
1842
  } & {
1819
- zIndex?: import("@shopify/restyle").ResponsiveValue<"bottom" | "middle" | "top", {
1843
+ zIndex?: import("@shopify/restyle").ResponsiveValue<"base" | "bottom" | "middle" | "top", {
1820
1844
  smallPhone: number;
1821
1845
  phone: number;
1822
1846
  smallTablet: number;
@@ -1858,11 +1882,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
1858
1882
  desktop: number;
1859
1883
  };
1860
1884
  zIndices: {
1885
+ base: import("../..").ZIndex;
1861
1886
  bottom: import("../..").ZIndex;
1862
1887
  middle: import("../..").ZIndex;
1863
1888
  top: import("../..").ZIndex;
1864
1889
  };
1865
1890
  borderRadii: {
1891
+ none: import("../..").BorderRadius;
1866
1892
  s: import("../..").BorderRadius;
1867
1893
  m: import("../..").BorderRadius;
1868
1894
  l: import("../..").BorderRadius;
@@ -1965,11 +1991,13 @@ declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/re
1965
1991
  desktop: number;
1966
1992
  };
1967
1993
  zIndices: {
1994
+ base: import("../..").ZIndex;
1968
1995
  bottom: import("../..").ZIndex;
1969
1996
  middle: import("../..").ZIndex;
1970
1997
  top: import("../..").ZIndex;
1971
1998
  };
1972
1999
  borderRadii: {
2000
+ none: import("../..").BorderRadius;
1973
2001
  s: import("../..").BorderRadius;
1974
2002
  m: import("../..").BorderRadius;
1975
2003
  l: import("../..").BorderRadius;
@@ -1 +1 @@
1
- {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../../src/components/view/Box.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqB,CAAC;AAE/B,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../../src/components/view/Box.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqB,CAAC;AAE/B,eAAe,GAAG,CAAC"}
@@ -513,63 +513,63 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
513
513
  tablet: number;
514
514
  desktop: number;
515
515
  }> | undefined;
516
- borderRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
516
+ borderRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
517
517
  smallPhone: number;
518
518
  phone: number;
519
519
  smallTablet: number;
520
520
  tablet: number;
521
521
  desktop: number;
522
522
  }> | undefined;
523
- borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
523
+ borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
524
524
  smallPhone: number;
525
525
  phone: number;
526
526
  smallTablet: number;
527
527
  tablet: number;
528
528
  desktop: number;
529
529
  }> | undefined;
530
- borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
530
+ borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
531
531
  smallPhone: number;
532
532
  phone: number;
533
533
  smallTablet: number;
534
534
  tablet: number;
535
535
  desktop: number;
536
536
  }> | undefined;
537
- borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
537
+ borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
538
538
  smallPhone: number;
539
539
  phone: number;
540
540
  smallTablet: number;
541
541
  tablet: number;
542
542
  desktop: number;
543
543
  }> | undefined;
544
- borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
544
+ borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
545
545
  smallPhone: number;
546
546
  phone: number;
547
547
  smallTablet: number;
548
548
  tablet: number;
549
549
  desktop: number;
550
550
  }> | undefined;
551
- borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
551
+ borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
552
552
  smallPhone: number;
553
553
  phone: number;
554
554
  smallTablet: number;
555
555
  tablet: number;
556
556
  desktop: number;
557
557
  }> | undefined;
558
- borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
558
+ borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
559
559
  smallPhone: number;
560
560
  phone: number;
561
561
  smallTablet: number;
562
562
  tablet: number;
563
563
  desktop: number;
564
564
  }> | undefined;
565
- borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
565
+ borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
566
566
  smallPhone: number;
567
567
  phone: number;
568
568
  smallTablet: number;
569
569
  tablet: number;
570
570
  desktop: number;
571
571
  }> | undefined;
572
- borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
572
+ borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
573
573
  smallPhone: number;
574
574
  phone: number;
575
575
  smallTablet: number;
@@ -663,7 +663,7 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
663
663
  tablet: number;
664
664
  desktop: number;
665
665
  }>;
666
- zIndex?: import("@shopify/restyle").ResponsiveValue<"bottom" | "middle" | "top", {
666
+ zIndex?: import("@shopify/restyle").ResponsiveValue<"base" | "bottom" | "middle" | "top", {
667
667
  smallPhone: number;
668
668
  phone: number;
669
669
  smallTablet: number;
@@ -1224,63 +1224,63 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
1224
1224
  tablet: number;
1225
1225
  desktop: number;
1226
1226
  }> | undefined;
1227
- borderRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1227
+ borderRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1228
1228
  smallPhone: number;
1229
1229
  phone: number;
1230
1230
  smallTablet: number;
1231
1231
  tablet: number;
1232
1232
  desktop: number;
1233
1233
  }> | undefined;
1234
- borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1234
+ borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1235
1235
  smallPhone: number;
1236
1236
  phone: number;
1237
1237
  smallTablet: number;
1238
1238
  tablet: number;
1239
1239
  desktop: number;
1240
1240
  }> | undefined;
1241
- borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1241
+ borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1242
1242
  smallPhone: number;
1243
1243
  phone: number;
1244
1244
  smallTablet: number;
1245
1245
  tablet: number;
1246
1246
  desktop: number;
1247
1247
  }> | undefined;
1248
- borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1248
+ borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1249
1249
  smallPhone: number;
1250
1250
  phone: number;
1251
1251
  smallTablet: number;
1252
1252
  tablet: number;
1253
1253
  desktop: number;
1254
1254
  }> | undefined;
1255
- borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1255
+ borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1256
1256
  smallPhone: number;
1257
1257
  phone: number;
1258
1258
  smallTablet: number;
1259
1259
  tablet: number;
1260
1260
  desktop: number;
1261
1261
  }> | undefined;
1262
- borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1262
+ borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1263
1263
  smallPhone: number;
1264
1264
  phone: number;
1265
1265
  smallTablet: number;
1266
1266
  tablet: number;
1267
1267
  desktop: number;
1268
1268
  }> | undefined;
1269
- borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1269
+ borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1270
1270
  smallPhone: number;
1271
1271
  phone: number;
1272
1272
  smallTablet: number;
1273
1273
  tablet: number;
1274
1274
  desktop: number;
1275
1275
  }> | undefined;
1276
- borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1276
+ borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1277
1277
  smallPhone: number;
1278
1278
  phone: number;
1279
1279
  smallTablet: number;
1280
1280
  tablet: number;
1281
1281
  desktop: number;
1282
1282
  }> | undefined;
1283
- borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1283
+ borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"none" | "s" | "m" | "l" | "round", {
1284
1284
  smallPhone: number;
1285
1285
  phone: number;
1286
1286
  smallTablet: number;
@@ -1507,7 +1507,7 @@ export declare function useThemedPressable({ onPress, onPressDelayConfig, ...pro
1507
1507
  tablet: number;
1508
1508
  desktop: number;
1509
1509
  }> | undefined;
1510
- zIndex?: import("@shopify/restyle").ResponsiveValue<"bottom" | "middle" | "top", {
1510
+ zIndex?: import("@shopify/restyle").ResponsiveValue<"base" | "bottom" | "middle" | "top", {
1511
1511
  smallPhone: number;
1512
1512
  phone: number;
1513
1513
  smallTablet: number;
@@ -46,11 +46,13 @@ export declare function useColorSchemeTheme(overrideColorScheme?: ColorSchemeNam
46
46
  desktop: number;
47
47
  };
48
48
  zIndices: {
49
+ base: import("..").ZIndex;
49
50
  bottom: import("..").ZIndex;
50
51
  middle: import("..").ZIndex;
51
52
  top: import("..").ZIndex;
52
53
  };
53
54
  borderRadii: {
55
+ none: import("..").BorderRadius;
54
56
  s: import("..").BorderRadius;
55
57
  m: import("..").BorderRadius;
56
58
  l: import("..").BorderRadius;
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/hooks/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,eAAe,EACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAG9D,wBAAgB,QAAQ,IAAI,KAAK,CAEhC;AAED,wBAAgB,cAAc,IAAI,KAAK,CAAC,QAAQ,CAAC,CAEhD;AAED,wBAAgB,eAAe,IAAI,KAAK,CAAC,SAAS,CAAC,CAElD;AAED,wBAAgB,mBAAmB,IAAI,KAAK,CAAC,aAAa,CAAC,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,SAAS,EAC1D,SAAS,EAAE,eAAe,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,iBAGpD;AAED,wBAAgB,kBAAkB,IASkB,gBAAgB,CACnE;AAED,wBAAgB,gBAAgB,IAAI,KAAK,CAAC,UAAU,CAAC,CAEpD;AAED,wBAAgB,mBAAmB,IAAI,KAAK,CAAC,aAAa,CAAC,CAE1D;AAED,wBAAgB,oBAAoB,IAAI,KAAK,CAAC,cAAc,CAAC,CAE5D;AAED,wBAAgB,oBAAoB,CAAC,mBAAmB,CAAC,EAAE,eAAe,WAIzE;AAED,wBAAgB,mBAAmB,CAAC,mBAAmB,CAAC,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExE"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/hooks/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,eAAe,EACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAG9D,wBAAgB,QAAQ,IAAI,KAAK,CAEhC;AAED,wBAAgB,cAAc,IAAI,KAAK,CAAC,QAAQ,CAAC,CAEhD;AAED,wBAAgB,eAAe,IAAI,KAAK,CAAC,SAAS,CAAC,CAElD;AAED,wBAAgB,mBAAmB,IAAI,KAAK,CAAC,aAAa,CAAC,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,SAAS,EAC1D,SAAS,EAAE,eAAe,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,iBAGpD;AAED,wBAAgB,kBAAkB,IASkB,gBAAgB,CACnE;AAED,wBAAgB,gBAAgB,IAAI,KAAK,CAAC,UAAU,CAAC,CAEpD;AAED,wBAAgB,mBAAmB,IAAI,KAAK,CAAC,aAAa,CAAC,CAE1D;AAED,wBAAgB,oBAAoB,IAAI,KAAK,CAAC,cAAc,CAAC,CAE5D;AAED,wBAAgB,oBAAoB,CAAC,mBAAmB,CAAC,EAAE,eAAe,WAIzE;AAED,wBAAgB,mBAAmB,CAAC,mBAAmB,CAAC,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExE"}
@@ -32,11 +32,13 @@ export declare function getThemeBreakpoints(): Promise<{
32
32
  desktop: number;
33
33
  }>;
34
34
  export declare function getThemeZIndices(): Promise<{
35
+ base: import("../..").ZIndex;
35
36
  bottom: import("../..").ZIndex;
36
37
  middle: import("../..").ZIndex;
37
38
  top: import("../..").ZIndex;
38
39
  }>;
39
40
  export declare function getThemeBorderRadii(): Promise<{
41
+ none: import("../..").BorderRadius;
40
42
  s: import("../..").BorderRadius;
41
43
  m: import("../..").BorderRadius;
42
44
  l: import("../..").BorderRadius;
@@ -1 +1 @@
1
- {"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../src/test/utils/func.ts"],"names":[],"mappings":"AAQA,wBAAsB,cAAc;;;;;;;;;;;;;GAEnC;AAED,wBAAsB,eAAe;;;;;;;;;;;GAEpC;AAED,wBAAsB,mBAAmB;;;;;;GAExC;AAED,wBAAsB,gBAAgB;;;;GAErC;AAED,wBAAsB,mBAAmB;;;;;GAExC;AAED,wBAAsB,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEzC;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,UAsBnC"}
1
+ {"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../src/test/utils/func.ts"],"names":[],"mappings":"AAQA,wBAAsB,cAAc;;;;;;;;;;;;;GAEnC;AAED,wBAAsB,eAAe;;;;;;;;;;;GAEpC;AAED,wBAAsB,mBAAmB;;;;;;GAExC;AAED,wBAAsB,gBAAgB;;;;;GAErC;AAED,wBAAsB,mBAAmB;;;;;;GAExC;AAED,wBAAsB,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEzC;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,UAsBnC"}
@@ -43,6 +43,7 @@ export declare enum SwitchSize {
43
43
  L = 28
44
44
  }
45
45
  export declare enum BorderSize {
46
+ None = 0,
46
47
  XS,
47
48
  S = 1,
48
49
  M = 2,
@@ -50,6 +51,7 @@ export declare enum BorderSize {
50
51
  XL = 8
51
52
  }
52
53
  export declare enum BorderRadius {
54
+ None = 0,
53
55
  S = 12,
54
56
  M = 24,
55
57
  L = 36,
@@ -96,11 +98,13 @@ export declare const lightTheme: {
96
98
  desktop: number;
97
99
  };
98
100
  zIndices: {
101
+ base: ZIndex;
99
102
  bottom: ZIndex;
100
103
  middle: ZIndex;
101
104
  top: ZIndex;
102
105
  };
103
106
  borderRadii: {
107
+ none: BorderRadius;
104
108
  s: BorderRadius;
105
109
  m: BorderRadius;
106
110
  l: BorderRadius;
@@ -1 +1 @@
1
- {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../src/utils/theme/const.ts"],"names":[],"mappings":"AAGA,oBAAY,OAAO;IACjB,WAAW,gBAAgB;IAC3B,QAAQ,YAAY;IACpB,QAAQ,YAAY;IACpB,SAAS,cAAc;IACvB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,MAAM,YAAY;IAClB,IAAI,YAAY;IAChB,GAAG,YAAY;CAChB;AAED,oBAAY,OAAO;IACjB,IAAI,IAAI;IACR,IAAI,IAAI;IACR,GAAG,IAAI;IACP,EAAE,IAAI;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;IACP,GAAG,KAAK;IACR,IAAI,MAAM;CACX;AAED,oBAAY,QAAQ;IAClB,EAAE,KAAK;IACP,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;CACR;AAKD,oBAAY,cAAc;IACxB,EAAE,qBAAoC;IACtC,CAAC,OAAmC;IACpC,CAAC,KAAmC;IACpC,CAAC,qBAAmC;IACpC,EAAE,OAAoC;CACvC;AAED,oBAAY,UAAU;IACpB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;CACP;AAED,oBAAY,UAAU;IACpB,EAA6B;IAC7B,CAAC,IAAI;IACL,CAAC,IAAI;IACL,CAAC,IAAI;IACL,EAAE,IAAI;CACP;AAED,oBAAY,YAAY;IACtB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,KAAK,OAAO;CACb;AAED,oBAAY,MAAM;IAChB,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,GAAG,IAAI;CACR;AA+BD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqErB,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,OAAO,UAO9B,CAAC"}
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../src/utils/theme/const.ts"],"names":[],"mappings":"AAGA,oBAAY,OAAO;IACjB,WAAW,gBAAgB;IAC3B,QAAQ,YAAY;IACpB,QAAQ,YAAY;IACpB,SAAS,cAAc;IACvB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,MAAM,YAAY;IAClB,IAAI,YAAY;IAChB,GAAG,YAAY;CAChB;AAED,oBAAY,OAAO;IACjB,IAAI,IAAI;IACR,IAAI,IAAI;IACR,GAAG,IAAI;IACP,EAAE,IAAI;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;IACP,GAAG,KAAK;IACR,IAAI,MAAM;CACX;AAED,oBAAY,QAAQ;IAClB,EAAE,KAAK;IACP,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;CACR;AAKD,oBAAY,cAAc;IACxB,EAAE,qBAAoC;IACtC,CAAC,OAAmC;IACpC,CAAC,KAAmC;IACpC,CAAC,qBAAmC;IACpC,EAAE,OAAoC;CACvC;AAED,oBAAY,UAAU;IACpB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;CACP;AAED,oBAAY,UAAU;IACpB,IAAI,IAAI;IACR,EAA6B;IAC7B,CAAC,IAAI;IACL,CAAC,IAAI;IACL,CAAC,IAAI;IACL,EAAE,IAAI;CACP;AAED,oBAAY,YAAY;IACtB,IAAI,IAAI;IACR,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,KAAK,OAAO;CACb;AAED,oBAAY,MAAM;IAChB,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,GAAG,IAAI;CACR;AA+BD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuErB,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,OAAO,UAO9B,CAAC"}