@draftbit/ui 46.2.4-d94d1a.0 → 46.2.4-e3db78.5

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.
@@ -199,6 +199,12 @@ Object.defineProperty(exports, "Surface", {
199
199
  return _core.Surface;
200
200
  }
201
201
  });
202
+ Object.defineProperty(exports, "Svg", {
203
+ enumerable: true,
204
+ get: function () {
205
+ return _core.Svg;
206
+ }
207
+ });
202
208
  Object.defineProperty(exports, "Swiper", {
203
209
  enumerable: true,
204
210
  get: function () {
@@ -1,6 +1,6 @@
1
1
  import { Icon } from "@draftbit/native";
2
2
  export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
3
- export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
3
+ export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, Svg, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
4
4
  /* Deprecated, needs fixing */
5
5
  CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem } from "@draftbit/core";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
3
- export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState, CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, } from "@draftbit/core";
3
+ export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, Svg, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState, CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, } from "@draftbit/core";
4
4
  export declare const AvatarEdit: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
5
5
  image: string | import("react-native").ImageSourcePropType;
6
6
  size?: number | undefined;
@@ -34,12 +34,6 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
34
34
  };
35
35
  fonts: import("packages/types/lib/typescript/src").Fonts;
36
36
  typography: {
37
- /**
38
- * Components with Injected Dependencies
39
- *
40
- * Inject a native module from `@draftbit/native` into these components for use
41
- * is snack / expo / react-native
42
- */
43
37
  headline1: {
44
38
  fontSize: number;
45
39
  letterSpacing: number;
@@ -1546,12 +1540,6 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
1546
1540
  };
1547
1541
  fonts: import("packages/types/lib/typescript/src").Fonts;
1548
1542
  typography: {
1549
- /**
1550
- * Components with Injected Dependencies
1551
- *
1552
- * Inject a native module from `@draftbit/native` into these components for use
1553
- * is snack / expo / react-native
1554
- */
1555
1543
  headline1: {
1556
1544
  fontSize: number;
1557
1545
  letterSpacing: number;
@@ -3063,12 +3051,6 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
3063
3051
  };
3064
3052
  fonts: import("packages/types/lib/typescript/src").Fonts;
3065
3053
  typography: {
3066
- /**
3067
- * Components with Injected Dependencies
3068
- *
3069
- * Inject a native module from `@draftbit/native` into these components for use
3070
- * is snack / expo / react-native
3071
- */
3072
3054
  headline1: {
3073
3055
  fontSize: number;
3074
3056
  letterSpacing: number;
@@ -4579,12 +4561,6 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
4579
4561
  };
4580
4562
  fonts: import("packages/types/lib/typescript/src").Fonts;
4581
4563
  typography: {
4582
- /**
4583
- * Components with Injected Dependencies
4584
- *
4585
- * Inject a native module from `@draftbit/native` into these components for use
4586
- * is snack / expo / react-native
4587
- */
4588
4564
  headline1: {
4589
4565
  fontSize: number;
4590
4566
  letterSpacing: number;
@@ -6098,12 +6074,6 @@ export declare const Button: (props: import("utility-types").Subtract<import("@d
6098
6074
  };
6099
6075
  fonts: import("packages/types/lib/typescript/src").Fonts;
6100
6076
  typography: {
6101
- /**
6102
- * Components with Injected Dependencies
6103
- *
6104
- * Inject a native module from `@draftbit/native` into these components for use
6105
- * is snack / expo / react-native
6106
- */
6107
6077
  headline1: {
6108
6078
  fontSize: number;
6109
6079
  letterSpacing: number;
@@ -7616,12 +7586,6 @@ export declare const Button: (props: import("utility-types").Subtract<import("@d
7616
7586
  };
7617
7587
  fonts: import("packages/types/lib/typescript/src").Fonts;
7618
7588
  typography: {
7619
- /**
7620
- * Components with Injected Dependencies
7621
- *
7622
- * Inject a native module from `@draftbit/native` into these components for use
7623
- * is snack / expo / react-native
7624
- */
7625
7589
  headline1: {
7626
7590
  fontSize: number;
7627
7591
  letterSpacing: number;
@@ -9136,12 +9100,6 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
9136
9100
  };
9137
9101
  fonts: import("packages/types/lib/typescript/src").Fonts;
9138
9102
  typography: {
9139
- /**
9140
- * Components with Injected Dependencies
9141
- *
9142
- * Inject a native module from `@draftbit/native` into these components for use
9143
- * is snack / expo / react-native
9144
- */
9145
9103
  headline1: {
9146
9104
  fontSize: number;
9147
9105
  letterSpacing: number;
@@ -10660,12 +10618,6 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
10660
10618
  };
10661
10619
  fonts: import("packages/types/lib/typescript/src").Fonts;
10662
10620
  typography: {
10663
- /**
10664
- * Components with Injected Dependencies
10665
- *
10666
- * Inject a native module from `@draftbit/native` into these components for use
10667
- * is snack / expo / react-native
10668
- */
10669
10621
  headline1: {
10670
10622
  fontSize: number;
10671
10623
  letterSpacing: number;
@@ -12185,12 +12137,6 @@ export declare const CardContainer: (props: import("utility-types").Subtract<imp
12185
12137
  };
12186
12138
  fonts: import("packages/types/lib/typescript/src").Fonts;
12187
12139
  typography: {
12188
- /**
12189
- * Components with Injected Dependencies
12190
- *
12191
- * Inject a native module from `@draftbit/native` into these components for use
12192
- * is snack / expo / react-native
12193
- */
12194
12140
  headline1: {
12195
12141
  fontSize: number;
12196
12142
  letterSpacing: number;
@@ -13704,12 +13650,6 @@ export declare const CardContainer: (props: import("utility-types").Subtract<imp
13704
13650
  };
13705
13651
  fonts: import("packages/types/lib/typescript/src").Fonts;
13706
13652
  typography: {
13707
- /**
13708
- * Components with Injected Dependencies
13709
- *
13710
- * Inject a native module from `@draftbit/native` into these components for use
13711
- * is snack / expo / react-native
13712
- */
13713
13653
  headline1: {
13714
13654
  fontSize: number;
13715
13655
  letterSpacing: number;
@@ -15225,12 +15165,6 @@ export declare const CardContainerRating: (props: import("utility-types").Subtra
15225
15165
  };
15226
15166
  fonts: import("packages/types/lib/typescript/src").Fonts;
15227
15167
  typography: {
15228
- /**
15229
- * Components with Injected Dependencies
15230
- *
15231
- * Inject a native module from `@draftbit/native` into these components for use
15232
- * is snack / expo / react-native
15233
- */
15234
15168
  headline1: {
15235
15169
  fontSize: number;
15236
15170
  letterSpacing: number;
@@ -16745,12 +16679,6 @@ export declare const CardContainerRating: (props: import("utility-types").Subtra
16745
16679
  };
16746
16680
  fonts: import("packages/types/lib/typescript/src").Fonts;
16747
16681
  typography: {
16748
- /**
16749
- * Components with Injected Dependencies
16750
- *
16751
- * Inject a native module from `@draftbit/native` into these components for use
16752
- * is snack / expo / react-native
16753
- */
16754
16682
  headline1: {
16755
16683
  fontSize: number;
16756
16684
  letterSpacing: number;
@@ -18261,12 +18189,6 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
18261
18189
  };
18262
18190
  fonts: import("packages/types/lib/typescript/src").Fonts;
18263
18191
  typography: {
18264
- /**
18265
- * Components with Injected Dependencies
18266
- *
18267
- * Inject a native module from `@draftbit/native` into these components for use
18268
- * is snack / expo / react-native
18269
- */
18270
18192
  headline1: {
18271
18193
  fontSize: number;
18272
18194
  letterSpacing: number;
@@ -19784,12 +19706,6 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
19784
19706
  };
19785
19707
  fonts: import("packages/types/lib/typescript/src").Fonts;
19786
19708
  typography: {
19787
- /**
19788
- * Components with Injected Dependencies
19789
- *
19790
- * Inject a native module from `@draftbit/native` into these components for use
19791
- * is snack / expo / react-native
19792
- */
19793
19709
  headline1: {
19794
19710
  fontSize: number;
19795
19711
  letterSpacing: number;
@@ -21312,12 +21228,6 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
21312
21228
  };
21313
21229
  fonts: import("packages/types/lib/typescript/src").Fonts;
21314
21230
  typography: {
21315
- /**
21316
- * Components with Injected Dependencies
21317
- *
21318
- * Inject a native module from `@draftbit/native` into these components for use
21319
- * is snack / expo / react-native
21320
- */
21321
21231
  headline1: {
21322
21232
  fontSize: number;
21323
21233
  letterSpacing: number;
@@ -22828,12 +22738,6 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
22828
22738
  };
22829
22739
  fonts: import("packages/types/lib/typescript/src").Fonts;
22830
22740
  typography: {
22831
- /**
22832
- * Components with Injected Dependencies
22833
- *
22834
- * Inject a native module from `@draftbit/native` into these components for use
22835
- * is snack / expo / react-native
22836
- */
22837
22741
  headline1: {
22838
22742
  fontSize: number;
22839
22743
  letterSpacing: number;
@@ -24342,12 +24246,6 @@ export declare const FieldSearchBarFull: (props: import("utility-types").Subtrac
24342
24246
  };
24343
24247
  fonts: import("packages/types/lib/typescript/src").Fonts;
24344
24248
  typography: {
24345
- /**
24346
- * Components with Injected Dependencies
24347
- *
24348
- * Inject a native module from `@draftbit/native` into these components for use
24349
- * is snack / expo / react-native
24350
- */
24351
24249
  headline1: {
24352
24250
  fontSize: number;
24353
24251
  letterSpacing: number;
@@ -25858,12 +25756,6 @@ export declare const FieldSearchBarFull: (props: import("utility-types").Subtrac
25858
25756
  };
25859
25757
  fonts: import("packages/types/lib/typescript/src").Fonts;
25860
25758
  typography: {
25861
- /**
25862
- * Components with Injected Dependencies
25863
- *
25864
- * Inject a native module from `@draftbit/native` into these components for use
25865
- * is snack / expo / react-native
25866
- */
25867
25759
  headline1: {
25868
25760
  fontSize: number;
25869
25761
  letterSpacing: number;
@@ -27376,12 +27268,6 @@ export declare const HeaderLarge: (props: import("utility-types").Subtract<impor
27376
27268
  };
27377
27269
  fonts: import("packages/types/lib/typescript/src").Fonts;
27378
27270
  typography: {
27379
- /**
27380
- * Components with Injected Dependencies
27381
- *
27382
- * Inject a native module from `@draftbit/native` into these components for use
27383
- * is snack / expo / react-native
27384
- */
27385
27271
  headline1: {
27386
27272
  fontSize: number;
27387
27273
  letterSpacing: number;
@@ -28889,12 +28775,6 @@ export declare const HeaderLarge: (props: import("utility-types").Subtract<impor
28889
28775
  };
28890
28776
  fonts: import("packages/types/lib/typescript/src").Fonts;
28891
28777
  typography: {
28892
- /**
28893
- * Components with Injected Dependencies
28894
- *
28895
- * Inject a native module from `@draftbit/native` into these components for use
28896
- * is snack / expo / react-native
28897
- */
28898
28778
  headline1: {
28899
28779
  fontSize: number;
28900
28780
  letterSpacing: number;
@@ -30403,12 +30283,6 @@ export declare const HeaderMedium: (props: import("utility-types").Subtract<impo
30403
30283
  };
30404
30284
  fonts: import("packages/types/lib/typescript/src").Fonts;
30405
30285
  typography: {
30406
- /**
30407
- * Components with Injected Dependencies
30408
- *
30409
- * Inject a native module from `@draftbit/native` into these components for use
30410
- * is snack / expo / react-native
30411
- */
30412
30286
  headline1: {
30413
30287
  fontSize: number;
30414
30288
  letterSpacing: number;
@@ -31916,12 +31790,6 @@ export declare const HeaderMedium: (props: import("utility-types").Subtract<impo
31916
31790
  };
31917
31791
  fonts: import("packages/types/lib/typescript/src").Fonts;
31918
31792
  typography: {
31919
- /**
31920
- * Components with Injected Dependencies
31921
- *
31922
- * Inject a native module from `@draftbit/native` into these components for use
31923
- * is snack / expo / react-native
31924
- */
31925
31793
  headline1: {
31926
31794
  fontSize: number;
31927
31795
  letterSpacing: number;
@@ -33430,12 +33298,6 @@ export declare const HeaderOverline: (props: import("utility-types").Subtract<im
33430
33298
  };
33431
33299
  fonts: import("packages/types/lib/typescript/src").Fonts;
33432
33300
  typography: {
33433
- /**
33434
- * Components with Injected Dependencies
33435
- *
33436
- * Inject a native module from `@draftbit/native` into these components for use
33437
- * is snack / expo / react-native
33438
- */
33439
33301
  headline1: {
33440
33302
  fontSize: number;
33441
33303
  letterSpacing: number;
@@ -34943,12 +34805,6 @@ export declare const HeaderOverline: (props: import("utility-types").Subtract<im
34943
34805
  };
34944
34806
  fonts: import("packages/types/lib/typescript/src").Fonts;
34945
34807
  typography: {
34946
- /**
34947
- * Components with Injected Dependencies
34948
- *
34949
- * Inject a native module from `@draftbit/native` into these components for use
34950
- * is snack / expo / react-native
34951
- */
34952
34808
  headline1: {
34953
34809
  fontSize: number;
34954
34810
  letterSpacing: number;
@@ -36458,12 +36314,6 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
36458
36314
  };
36459
36315
  fonts: import("packages/types/lib/typescript/src").Fonts;
36460
36316
  typography: {
36461
- /**
36462
- * Components with Injected Dependencies
36463
- *
36464
- * Inject a native module from `@draftbit/native` into these components for use
36465
- * is snack / expo / react-native
36466
- */
36467
36317
  headline1: {
36468
36318
  fontSize: number;
36469
36319
  letterSpacing: number;
@@ -37973,12 +37823,6 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
37973
37823
  };
37974
37824
  fonts: import("packages/types/lib/typescript/src").Fonts;
37975
37825
  typography: {
37976
- /**
37977
- * Components with Injected Dependencies
37978
- *
37979
- * Inject a native module from `@draftbit/native` into these components for use
37980
- * is snack / expo / react-native
37981
- */
37982
37826
  headline1: {
37983
37827
  fontSize: number;
37984
37828
  letterSpacing: number;
@@ -39495,12 +39339,6 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
39495
39339
  };
39496
39340
  fonts: import("packages/types/lib/typescript/src").Fonts;
39497
39341
  typography: {
39498
- /**
39499
- * Components with Injected Dependencies
39500
- *
39501
- * Inject a native module from `@draftbit/native` into these components for use
39502
- * is snack / expo / react-native
39503
- */
39504
39342
  headline1: {
39505
39343
  fontSize: number;
39506
39344
  letterSpacing: number;
@@ -41007,12 +40845,6 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
41007
40845
  };
41008
40846
  fonts: import("packages/types/lib/typescript/src").Fonts;
41009
40847
  typography: {
41010
- /**
41011
- * Components with Injected Dependencies
41012
- *
41013
- * Inject a native module from `@draftbit/native` into these components for use
41014
- * is snack / expo / react-native
41015
- */
41016
40848
  headline1: {
41017
40849
  fontSize: number;
41018
40850
  letterSpacing: number;
@@ -42522,12 +42354,6 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
42522
42354
  };
42523
42355
  fonts: import("packages/types/lib/typescript/src").Fonts;
42524
42356
  typography: {
42525
- /**
42526
- * Components with Injected Dependencies
42527
- *
42528
- * Inject a native module from `@draftbit/native` into these components for use
42529
- * is snack / expo / react-native
42530
- */
42531
42357
  headline1: {
42532
42358
  fontSize: number;
42533
42359
  letterSpacing: number;
@@ -44036,12 +43862,6 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
44036
43862
  };
44037
43863
  fonts: import("packages/types/lib/typescript/src").Fonts;
44038
43864
  typography: {
44039
- /**
44040
- * Components with Injected Dependencies
44041
- *
44042
- * Inject a native module from `@draftbit/native` into these components for use
44043
- * is snack / expo / react-native
44044
- */
44045
43865
  headline1: {
44046
43866
  fontSize: number;
44047
43867
  letterSpacing: number;
@@ -45552,12 +45372,6 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
45552
45372
  };
45553
45373
  fonts: import("packages/types/lib/typescript/src").Fonts;
45554
45374
  typography: {
45555
- /**
45556
- * Components with Injected Dependencies
45557
- *
45558
- * Inject a native module from `@draftbit/native` into these components for use
45559
- * is snack / expo / react-native
45560
- */
45561
45375
  headline1: {
45562
45376
  fontSize: number;
45563
45377
  letterSpacing: number;
@@ -47069,12 +46883,6 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
47069
46883
  };
47070
46884
  fonts: import("packages/types/lib/typescript/src").Fonts;
47071
46885
  typography: {
47072
- /**
47073
- * Components with Injected Dependencies
47074
- *
47075
- * Inject a native module from `@draftbit/native` into these components for use
47076
- * is snack / expo / react-native
47077
- */
47078
46886
  headline1: {
47079
46887
  fontSize: number;
47080
46888
  letterSpacing: number;
@@ -48589,12 +48397,6 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
48589
48397
  };
48590
48398
  fonts: import("packages/types/lib/typescript/src").Fonts;
48591
48399
  typography: {
48592
- /**
48593
- * Components with Injected Dependencies
48594
- *
48595
- * Inject a native module from `@draftbit/native` into these components for use
48596
- * is snack / expo / react-native
48597
- */
48598
48400
  headline1: {
48599
48401
  fontSize: number;
48600
48402
  letterSpacing: number;
@@ -50106,12 +49908,6 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
50106
49908
  };
50107
49909
  fonts: import("packages/types/lib/typescript/src").Fonts;
50108
49910
  typography: {
50109
- /**
50110
- * Components with Injected Dependencies
50111
- *
50112
- * Inject a native module from `@draftbit/native` into these components for use
50113
- * is snack / expo / react-native
50114
- */
50115
49911
  headline1: {
50116
49912
  fontSize: number;
50117
49913
  letterSpacing: number;
@@ -51632,12 +51428,6 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
51632
51428
  };
51633
51429
  fonts: import("packages/types/lib/typescript/src").Fonts;
51634
51430
  typography: {
51635
- /**
51636
- * Components with Injected Dependencies
51637
- *
51638
- * Inject a native module from `@draftbit/native` into these components for use
51639
- * is snack / expo / react-native
51640
- */
51641
51431
  headline1: {
51642
51432
  fontSize: number;
51643
51433
  letterSpacing: number;
@@ -53152,12 +52942,6 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
53152
52942
  };
53153
52943
  fonts: import("packages/types/lib/typescript/src").Fonts;
53154
52944
  typography: {
53155
- /**
53156
- * Components with Injected Dependencies
53157
- *
53158
- * Inject a native module from `@draftbit/native` into these components for use
53159
- * is snack / expo / react-native
53160
- */
53161
52945
  headline1: {
53162
52946
  fontSize: number;
53163
52947
  letterSpacing: number;
@@ -54676,12 +54460,6 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
54676
54460
  };
54677
54461
  fonts: import("packages/types/lib/typescript/src").Fonts;
54678
54462
  typography: {
54679
- /**
54680
- * Components with Injected Dependencies
54681
- *
54682
- * Inject a native module from `@draftbit/native` into these components for use
54683
- * is snack / expo / react-native
54684
- */
54685
54463
  headline1: {
54686
54464
  fontSize: number;
54687
54465
  letterSpacing: number;
@@ -56194,12 +55972,6 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
56194
55972
  };
56195
55973
  fonts: import("packages/types/lib/typescript/src").Fonts;
56196
55974
  typography: {
56197
- /**
56198
- * Components with Injected Dependencies
56199
- *
56200
- * Inject a native module from `@draftbit/native` into these components for use
56201
- * is snack / expo / react-native
56202
- */
56203
55975
  headline1: {
56204
55976
  fontSize: number;
56205
55977
  letterSpacing: number;
@@ -57707,12 +57479,6 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
57707
57479
  };
57708
57480
  fonts: import("packages/types/lib/typescript/src").Fonts;
57709
57481
  typography: {
57710
- /**
57711
- * Components with Injected Dependencies
57712
- *
57713
- * Inject a native module from `@draftbit/native` into these components for use
57714
- * is snack / expo / react-native
57715
- */
57716
57482
  headline1: {
57717
57483
  fontSize: number;
57718
57484
  letterSpacing: number;
@@ -59219,12 +58985,6 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
59219
58985
  };
59220
58986
  fonts: import("packages/types/lib/typescript/src").Fonts;
59221
58987
  typography: {
59222
- /**
59223
- * Components with Injected Dependencies
59224
- *
59225
- * Inject a native module from `@draftbit/native` into these components for use
59226
- * is snack / expo / react-native
59227
- */
59228
58988
  headline1: {
59229
58989
  fontSize: number;
59230
58990
  letterSpacing: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/ui",
3
- "version": "46.2.4-d94d1a.0+d94d1a55",
3
+ "version": "46.2.4-e3db78.5+e3db789a",
4
4
  "description": "Draftbit UI Library",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
45
45
  "dependencies": {
46
- "@draftbit/core": "^46.2.4-d94d1a.0+d94d1a55",
47
- "@draftbit/native": "^46.2.3"
46
+ "@draftbit/core": "^46.2.4-e3db78.5+e3db789a",
47
+ "@draftbit/native": "^46.2.4-e3db78.5+e3db789a"
48
48
  },
49
49
  "react-native-builder-bob": {
50
50
  "declarationMap": false,
@@ -62,5 +62,5 @@
62
62
  ]
63
63
  ]
64
64
  },
65
- "gitHead": "d94d1a55b219bfcdb12682c4d2bcf3358fcc1b61"
65
+ "gitHead": "e3db789ac42b782e3844b6d6cf60a61735f020a7"
66
66
  }
package/src/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Icon } from "@draftbit/native";
2
2
  export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
3
- export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
3
+ export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, Svg, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
4
4
  /* Deprecated, needs fixing */
5
5
  CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, } from "@draftbit/core";
6
6
  /**
package/src/index.tsx CHANGED
@@ -20,6 +20,7 @@ export {
20
20
  Square,
21
21
  Stack,
22
22
  Surface,
23
+ Svg,
23
24
  Switch,
24
25
  SwitchRow,
25
26
  NumberInput,