@draftbit/ui 46.2.4-4a23d6.5 → 46.2.4-4bffa4.10
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 +19 -8
- package/lib/module/index.js +3 -3
- package/lib/typescript/src/index.d.ts +1 -1
- package/package.json +4 -4
- package/src/index.js +2 -3
- package/src/index.tsx +3 -3
package/lib/commonjs/index.js
CHANGED
|
@@ -167,6 +167,12 @@ Object.defineProperty(exports, "RowHeadlineImageCaption", {
|
|
|
167
167
|
}
|
|
168
168
|
});
|
|
169
169
|
exports.RowHeadlineImageIcon = void 0;
|
|
170
|
+
Object.defineProperty(exports, "SVG", {
|
|
171
|
+
enumerable: true,
|
|
172
|
+
get: function () {
|
|
173
|
+
return _core.SVG;
|
|
174
|
+
}
|
|
175
|
+
});
|
|
170
176
|
Object.defineProperty(exports, "ScreenContainer", {
|
|
171
177
|
enumerable: true,
|
|
172
178
|
get: function () {
|
|
@@ -223,6 +229,18 @@ Object.defineProperty(exports, "SwitchRow", {
|
|
|
223
229
|
return _core.SwitchRow;
|
|
224
230
|
}
|
|
225
231
|
});
|
|
232
|
+
Object.defineProperty(exports, "TabView", {
|
|
233
|
+
enumerable: true,
|
|
234
|
+
get: function () {
|
|
235
|
+
return _core.TabView;
|
|
236
|
+
}
|
|
237
|
+
});
|
|
238
|
+
Object.defineProperty(exports, "TabViewItem", {
|
|
239
|
+
enumerable: true,
|
|
240
|
+
get: function () {
|
|
241
|
+
return _core.TabViewItem;
|
|
242
|
+
}
|
|
243
|
+
});
|
|
226
244
|
exports.TextField = void 0;
|
|
227
245
|
Object.defineProperty(exports, "ThemeProvider", {
|
|
228
246
|
enumerable: true,
|
|
@@ -243,12 +261,6 @@ Object.defineProperty(exports, "WebView", {
|
|
|
243
261
|
return _native.WebView;
|
|
244
262
|
}
|
|
245
263
|
});
|
|
246
|
-
Object.defineProperty(exports, "Youtube", {
|
|
247
|
-
enumerable: true,
|
|
248
|
-
get: function () {
|
|
249
|
-
return _core.Youtube;
|
|
250
|
-
}
|
|
251
|
-
});
|
|
252
264
|
Object.defineProperty(exports, "useAuthState", {
|
|
253
265
|
enumerable: true,
|
|
254
266
|
get: function () {
|
|
@@ -330,6 +342,5 @@ const Slider = (0, _core.injectIcon)(_core.Slider, _native.Icon);
|
|
|
330
342
|
exports.Slider = Slider;
|
|
331
343
|
const AccordionGroup = (0, _core.injectIcon)(_core.AccordionGroup, _native.Icon);
|
|
332
344
|
exports.AccordionGroup = AccordionGroup;
|
|
333
|
-
const AccordionItem = (0, _core.injectIcon)(_core.AccordionItem, _native.Icon);
|
|
334
|
-
|
|
345
|
+
const AccordionItem = (0, _core.injectIcon)(_core.AccordionItem, _native.Icon);
|
|
335
346
|
exports.AccordionItem = AccordionItem;
|
package/lib/module/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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
|
-
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem,
|
|
5
|
+
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, TabView, TabViewItem } from "@draftbit/core";
|
|
6
6
|
/**
|
|
7
7
|
* Components with Injected Dependencies
|
|
8
8
|
*
|
|
@@ -40,4 +40,4 @@ export const TextField = injectIcon(BaseTextField, Icon);
|
|
|
40
40
|
export const ToggleButton = injectIcon(BaseToggleButton, Icon);
|
|
41
41
|
export const Slider = injectIcon(BaseSlider, Icon);
|
|
42
42
|
export const AccordionGroup = injectIcon(BaseAccordionGroup, Icon);
|
|
43
|
-
export const AccordionItem = injectIcon(BaseAccordionItem, Icon);
|
|
43
|
+
export const AccordionItem = injectIcon(BaseAccordionItem, Icon);
|
|
@@ -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, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState, CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, TabView, TabViewItem, } 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;
|
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-4bffa4.10+4bffa437",
|
|
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-
|
|
47
|
-
"@draftbit/native": "^46.
|
|
46
|
+
"@draftbit/core": "^46.2.4-4bffa4.10+4bffa437",
|
|
47
|
+
"@draftbit/native": "^46.3.0"
|
|
48
48
|
},
|
|
49
49
|
"react-native-builder-bob": {
|
|
50
50
|
"declarationMap": false,
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
]
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "4bffa43734656a7251e8d3f7ed3f52312ca594a0"
|
|
66
66
|
}
|
package/src/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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
|
-
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem,
|
|
5
|
+
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, TabView, TabViewItem, } from "@draftbit/core";
|
|
6
6
|
/**
|
|
7
7
|
* Components with Injected Dependencies
|
|
8
8
|
*
|
|
@@ -40,4 +40,3 @@ export const ToggleButton = injectIcon(BaseToggleButton, Icon);
|
|
|
40
40
|
export const Slider = injectIcon(BaseSlider, Icon);
|
|
41
41
|
export const AccordionGroup = injectIcon(BaseAccordionGroup, Icon);
|
|
42
42
|
export const AccordionItem = injectIcon(BaseAccordionItem, Icon);
|
|
43
|
-
// a comment to fix sourcemap comment issue
|
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,
|
|
@@ -38,7 +39,8 @@ export {
|
|
|
38
39
|
ActionSheetCancel,
|
|
39
40
|
Swiper,
|
|
40
41
|
SwiperItem,
|
|
41
|
-
|
|
42
|
+
TabView,
|
|
43
|
+
TabViewItem,
|
|
42
44
|
} from "@draftbit/core";
|
|
43
45
|
|
|
44
46
|
/**
|
|
@@ -112,5 +114,3 @@ export const ToggleButton = injectIcon(BaseToggleButton, Icon);
|
|
|
112
114
|
export const Slider = injectIcon(BaseSlider, Icon);
|
|
113
115
|
export const AccordionGroup = injectIcon(BaseAccordionGroup, Icon);
|
|
114
116
|
export const AccordionItem = injectIcon(BaseAccordionItem, Icon);
|
|
115
|
-
|
|
116
|
-
// a comment to fix sourcemap comment issue
|