@draftbit/ui 46.2.4-47dc09.5 → 46.2.4-4eaebb.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.
- package/lib/commonjs/index.js +0 -12
- package/lib/module/index.js +1 -1
- package/lib/typescript/src/index.d.ts +241 -1
- package/package.json +3 -3
- package/src/index.js +1 -1
- package/src/index.tsx +0 -2
package/lib/commonjs/index.js
CHANGED
|
@@ -223,18 +223,6 @@ Object.defineProperty(exports, "SwitchRow", {
|
|
|
223
223
|
return _core.SwitchRow;
|
|
224
224
|
}
|
|
225
225
|
});
|
|
226
|
-
Object.defineProperty(exports, "TabView", {
|
|
227
|
-
enumerable: true,
|
|
228
|
-
get: function () {
|
|
229
|
-
return _core.TabView;
|
|
230
|
-
}
|
|
231
|
-
});
|
|
232
|
-
Object.defineProperty(exports, "TabViewItem", {
|
|
233
|
-
enumerable: true,
|
|
234
|
-
get: function () {
|
|
235
|
-
return _core.TabViewItem;
|
|
236
|
-
}
|
|
237
|
-
});
|
|
238
226
|
exports.TextField = void 0;
|
|
239
227
|
Object.defineProperty(exports, "ThemeProvider", {
|
|
240
228
|
enumerable: true,
|
package/lib/module/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Icon } from "@draftbit/native";
|
|
|
2
2
|
export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
|
|
3
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,
|
|
4
4
|
/* Deprecated, needs fixing */
|
|
5
|
-
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem
|
|
5
|
+
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem } from "@draftbit/core";
|
|
6
6
|
/**
|
|
7
7
|
* Components with Injected Dependencies
|
|
8
8
|
*
|
|
@@ -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,
|
|
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";
|
|
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,6 +34,12 @@ 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
|
+
*/
|
|
37
43
|
headline1: {
|
|
38
44
|
fontSize: number;
|
|
39
45
|
letterSpacing: number;
|
|
@@ -1540,6 +1546,12 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
1540
1546
|
};
|
|
1541
1547
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
1542
1548
|
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
|
+
*/
|
|
1543
1555
|
headline1: {
|
|
1544
1556
|
fontSize: number;
|
|
1545
1557
|
letterSpacing: number;
|
|
@@ -3051,6 +3063,12 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
3051
3063
|
};
|
|
3052
3064
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
3053
3065
|
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
|
+
*/
|
|
3054
3072
|
headline1: {
|
|
3055
3073
|
fontSize: number;
|
|
3056
3074
|
letterSpacing: number;
|
|
@@ -4561,6 +4579,12 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
4561
4579
|
};
|
|
4562
4580
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
4563
4581
|
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
|
+
*/
|
|
4564
4588
|
headline1: {
|
|
4565
4589
|
fontSize: number;
|
|
4566
4590
|
letterSpacing: number;
|
|
@@ -6074,6 +6098,12 @@ export declare const Button: (props: import("utility-types").Subtract<import("@d
|
|
|
6074
6098
|
};
|
|
6075
6099
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
6076
6100
|
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
|
+
*/
|
|
6077
6107
|
headline1: {
|
|
6078
6108
|
fontSize: number;
|
|
6079
6109
|
letterSpacing: number;
|
|
@@ -7586,6 +7616,12 @@ export declare const Button: (props: import("utility-types").Subtract<import("@d
|
|
|
7586
7616
|
};
|
|
7587
7617
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
7588
7618
|
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
|
+
*/
|
|
7589
7625
|
headline1: {
|
|
7590
7626
|
fontSize: number;
|
|
7591
7627
|
letterSpacing: number;
|
|
@@ -9100,6 +9136,12 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
9100
9136
|
};
|
|
9101
9137
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
9102
9138
|
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
|
+
*/
|
|
9103
9145
|
headline1: {
|
|
9104
9146
|
fontSize: number;
|
|
9105
9147
|
letterSpacing: number;
|
|
@@ -10618,6 +10660,12 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
10618
10660
|
};
|
|
10619
10661
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
10620
10662
|
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
|
+
*/
|
|
10621
10669
|
headline1: {
|
|
10622
10670
|
fontSize: number;
|
|
10623
10671
|
letterSpacing: number;
|
|
@@ -12137,6 +12185,12 @@ export declare const CardContainer: (props: import("utility-types").Subtract<imp
|
|
|
12137
12185
|
};
|
|
12138
12186
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
12139
12187
|
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
|
+
*/
|
|
12140
12194
|
headline1: {
|
|
12141
12195
|
fontSize: number;
|
|
12142
12196
|
letterSpacing: number;
|
|
@@ -13650,6 +13704,12 @@ export declare const CardContainer: (props: import("utility-types").Subtract<imp
|
|
|
13650
13704
|
};
|
|
13651
13705
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
13652
13706
|
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
|
+
*/
|
|
13653
13713
|
headline1: {
|
|
13654
13714
|
fontSize: number;
|
|
13655
13715
|
letterSpacing: number;
|
|
@@ -15165,6 +15225,12 @@ export declare const CardContainerRating: (props: import("utility-types").Subtra
|
|
|
15165
15225
|
};
|
|
15166
15226
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
15167
15227
|
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
|
+
*/
|
|
15168
15234
|
headline1: {
|
|
15169
15235
|
fontSize: number;
|
|
15170
15236
|
letterSpacing: number;
|
|
@@ -16679,6 +16745,12 @@ export declare const CardContainerRating: (props: import("utility-types").Subtra
|
|
|
16679
16745
|
};
|
|
16680
16746
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
16681
16747
|
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
|
+
*/
|
|
16682
16754
|
headline1: {
|
|
16683
16755
|
fontSize: number;
|
|
16684
16756
|
letterSpacing: number;
|
|
@@ -18189,6 +18261,12 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
18189
18261
|
};
|
|
18190
18262
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
18191
18263
|
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
|
+
*/
|
|
18192
18270
|
headline1: {
|
|
18193
18271
|
fontSize: number;
|
|
18194
18272
|
letterSpacing: number;
|
|
@@ -19706,6 +19784,12 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
19706
19784
|
};
|
|
19707
19785
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
19708
19786
|
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
|
+
*/
|
|
19709
19793
|
headline1: {
|
|
19710
19794
|
fontSize: number;
|
|
19711
19795
|
letterSpacing: number;
|
|
@@ -21228,6 +21312,12 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
21228
21312
|
};
|
|
21229
21313
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
21230
21314
|
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
|
+
*/
|
|
21231
21321
|
headline1: {
|
|
21232
21322
|
fontSize: number;
|
|
21233
21323
|
letterSpacing: number;
|
|
@@ -22738,6 +22828,12 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
22738
22828
|
};
|
|
22739
22829
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
22740
22830
|
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
|
+
*/
|
|
22741
22837
|
headline1: {
|
|
22742
22838
|
fontSize: number;
|
|
22743
22839
|
letterSpacing: number;
|
|
@@ -24246,6 +24342,12 @@ export declare const FieldSearchBarFull: (props: import("utility-types").Subtrac
|
|
|
24246
24342
|
};
|
|
24247
24343
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
24248
24344
|
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
|
+
*/
|
|
24249
24351
|
headline1: {
|
|
24250
24352
|
fontSize: number;
|
|
24251
24353
|
letterSpacing: number;
|
|
@@ -25756,6 +25858,12 @@ export declare const FieldSearchBarFull: (props: import("utility-types").Subtrac
|
|
|
25756
25858
|
};
|
|
25757
25859
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
25758
25860
|
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
|
+
*/
|
|
25759
25867
|
headline1: {
|
|
25760
25868
|
fontSize: number;
|
|
25761
25869
|
letterSpacing: number;
|
|
@@ -27268,6 +27376,12 @@ export declare const HeaderLarge: (props: import("utility-types").Subtract<impor
|
|
|
27268
27376
|
};
|
|
27269
27377
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
27270
27378
|
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
|
+
*/
|
|
27271
27385
|
headline1: {
|
|
27272
27386
|
fontSize: number;
|
|
27273
27387
|
letterSpacing: number;
|
|
@@ -28775,6 +28889,12 @@ export declare const HeaderLarge: (props: import("utility-types").Subtract<impor
|
|
|
28775
28889
|
};
|
|
28776
28890
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
28777
28891
|
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
|
+
*/
|
|
28778
28898
|
headline1: {
|
|
28779
28899
|
fontSize: number;
|
|
28780
28900
|
letterSpacing: number;
|
|
@@ -30283,6 +30403,12 @@ export declare const HeaderMedium: (props: import("utility-types").Subtract<impo
|
|
|
30283
30403
|
};
|
|
30284
30404
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
30285
30405
|
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
|
+
*/
|
|
30286
30412
|
headline1: {
|
|
30287
30413
|
fontSize: number;
|
|
30288
30414
|
letterSpacing: number;
|
|
@@ -31790,6 +31916,12 @@ export declare const HeaderMedium: (props: import("utility-types").Subtract<impo
|
|
|
31790
31916
|
};
|
|
31791
31917
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
31792
31918
|
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
|
+
*/
|
|
31793
31925
|
headline1: {
|
|
31794
31926
|
fontSize: number;
|
|
31795
31927
|
letterSpacing: number;
|
|
@@ -33298,6 +33430,12 @@ export declare const HeaderOverline: (props: import("utility-types").Subtract<im
|
|
|
33298
33430
|
};
|
|
33299
33431
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
33300
33432
|
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
|
+
*/
|
|
33301
33439
|
headline1: {
|
|
33302
33440
|
fontSize: number;
|
|
33303
33441
|
letterSpacing: number;
|
|
@@ -34805,6 +34943,12 @@ export declare const HeaderOverline: (props: import("utility-types").Subtract<im
|
|
|
34805
34943
|
};
|
|
34806
34944
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
34807
34945
|
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
|
+
*/
|
|
34808
34952
|
headline1: {
|
|
34809
34953
|
fontSize: number;
|
|
34810
34954
|
letterSpacing: number;
|
|
@@ -36314,6 +36458,12 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
36314
36458
|
};
|
|
36315
36459
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
36316
36460
|
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
|
+
*/
|
|
36317
36467
|
headline1: {
|
|
36318
36468
|
fontSize: number;
|
|
36319
36469
|
letterSpacing: number;
|
|
@@ -37823,6 +37973,12 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
37823
37973
|
};
|
|
37824
37974
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
37825
37975
|
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
|
+
*/
|
|
37826
37982
|
headline1: {
|
|
37827
37983
|
fontSize: number;
|
|
37828
37984
|
letterSpacing: number;
|
|
@@ -39339,6 +39495,12 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
39339
39495
|
};
|
|
39340
39496
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
39341
39497
|
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
|
+
*/
|
|
39342
39504
|
headline1: {
|
|
39343
39505
|
fontSize: number;
|
|
39344
39506
|
letterSpacing: number;
|
|
@@ -40845,6 +41007,12 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
40845
41007
|
};
|
|
40846
41008
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
40847
41009
|
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
|
+
*/
|
|
40848
41016
|
headline1: {
|
|
40849
41017
|
fontSize: number;
|
|
40850
41018
|
letterSpacing: number;
|
|
@@ -42354,6 +42522,12 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
42354
42522
|
};
|
|
42355
42523
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
42356
42524
|
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
|
+
*/
|
|
42357
42531
|
headline1: {
|
|
42358
42532
|
fontSize: number;
|
|
42359
42533
|
letterSpacing: number;
|
|
@@ -43862,6 +44036,12 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
43862
44036
|
};
|
|
43863
44037
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
43864
44038
|
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
|
+
*/
|
|
43865
44045
|
headline1: {
|
|
43866
44046
|
fontSize: number;
|
|
43867
44047
|
letterSpacing: number;
|
|
@@ -45372,6 +45552,12 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
45372
45552
|
};
|
|
45373
45553
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
45374
45554
|
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
|
+
*/
|
|
45375
45561
|
headline1: {
|
|
45376
45562
|
fontSize: number;
|
|
45377
45563
|
letterSpacing: number;
|
|
@@ -46883,6 +47069,12 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
46883
47069
|
};
|
|
46884
47070
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
46885
47071
|
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
|
+
*/
|
|
46886
47078
|
headline1: {
|
|
46887
47079
|
fontSize: number;
|
|
46888
47080
|
letterSpacing: number;
|
|
@@ -48397,6 +48589,12 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
48397
48589
|
};
|
|
48398
48590
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
48399
48591
|
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
|
+
*/
|
|
48400
48598
|
headline1: {
|
|
48401
48599
|
fontSize: number;
|
|
48402
48600
|
letterSpacing: number;
|
|
@@ -49908,6 +50106,12 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
49908
50106
|
};
|
|
49909
50107
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
49910
50108
|
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
|
+
*/
|
|
49911
50115
|
headline1: {
|
|
49912
50116
|
fontSize: number;
|
|
49913
50117
|
letterSpacing: number;
|
|
@@ -51428,6 +51632,12 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
51428
51632
|
};
|
|
51429
51633
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
51430
51634
|
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
|
+
*/
|
|
51431
51641
|
headline1: {
|
|
51432
51642
|
fontSize: number;
|
|
51433
51643
|
letterSpacing: number;
|
|
@@ -52942,6 +53152,12 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
52942
53152
|
};
|
|
52943
53153
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
52944
53154
|
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
|
+
*/
|
|
52945
53161
|
headline1: {
|
|
52946
53162
|
fontSize: number;
|
|
52947
53163
|
letterSpacing: number;
|
|
@@ -54460,6 +54676,12 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
54460
54676
|
};
|
|
54461
54677
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
54462
54678
|
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
|
+
*/
|
|
54463
54685
|
headline1: {
|
|
54464
54686
|
fontSize: number;
|
|
54465
54687
|
letterSpacing: number;
|
|
@@ -55972,6 +56194,12 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
55972
56194
|
};
|
|
55973
56195
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
55974
56196
|
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
|
+
*/
|
|
55975
56203
|
headline1: {
|
|
55976
56204
|
fontSize: number;
|
|
55977
56205
|
letterSpacing: number;
|
|
@@ -57479,6 +57707,12 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
57479
57707
|
};
|
|
57480
57708
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
57481
57709
|
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
|
+
*/
|
|
57482
57716
|
headline1: {
|
|
57483
57717
|
fontSize: number;
|
|
57484
57718
|
letterSpacing: number;
|
|
@@ -58985,6 +59219,12 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
58985
59219
|
};
|
|
58986
59220
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
58987
59221
|
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
|
+
*/
|
|
58988
59228
|
headline1: {
|
|
58989
59229
|
fontSize: number;
|
|
58990
59230
|
letterSpacing: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/ui",
|
|
3
|
-
"version": "46.2.4-
|
|
3
|
+
"version": "46.2.4-4eaebb.5+4eaebbda",
|
|
4
4
|
"description": "Draftbit UI Library",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@draftbit/core": "^46.2.4-
|
|
46
|
+
"@draftbit/core": "^46.2.4-4eaebb.5+4eaebbda",
|
|
47
47
|
"@draftbit/native": "^46.2.4"
|
|
48
48
|
},
|
|
49
49
|
"react-native-builder-bob": {
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
]
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "4eaebbdada62757854c56d81d6398121ef2d7efa"
|
|
66
66
|
}
|
package/src/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Icon } from "@draftbit/native";
|
|
|
2
2
|
export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
|
|
3
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,
|
|
4
4
|
/* Deprecated, needs fixing */
|
|
5
|
-
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem,
|
|
5
|
+
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, } from "@draftbit/core";
|
|
6
6
|
/**
|
|
7
7
|
* Components with Injected Dependencies
|
|
8
8
|
*
|