@draftbit/ui 46.2.4-47dc09.5 → 46.2.4-4a23d6.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.
@@ -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,
@@ -255,6 +243,12 @@ Object.defineProperty(exports, "WebView", {
255
243
  return _native.WebView;
256
244
  }
257
245
  });
246
+ Object.defineProperty(exports, "Youtube", {
247
+ enumerable: true,
248
+ get: function () {
249
+ return _core.Youtube;
250
+ }
251
+ });
258
252
  Object.defineProperty(exports, "useAuthState", {
259
253
  enumerable: true,
260
254
  get: function () {
@@ -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, TabView, TabViewItem } from "@draftbit/core";
5
+ CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, Youtube } 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, TabView, TabViewItem, } from "@draftbit/core";
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, Youtube, } 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-47dc09.5+47dc091f",
3
+ "version": "46.2.4-4a23d6.5+4a23d6a4",
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-47dc09.5+47dc091f",
46
+ "@draftbit/core": "^46.2.4-4a23d6.5+4a23d6a4",
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": "47dc091f66a13724fe481e507bc1daee902dcf88"
65
+ "gitHead": "4a23d6a405c8f4d30f0156f8ce1fb4c6ccb13819"
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, TabView, TabViewItem, } from "@draftbit/core";
5
+ CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, Youtube, } from "@draftbit/core";
6
6
  /**
7
7
  * Components with Injected Dependencies
8
8
  *
package/src/index.tsx CHANGED
@@ -38,8 +38,7 @@ export {
38
38
  ActionSheetCancel,
39
39
  Swiper,
40
40
  SwiperItem,
41
- TabView,
42
- TabViewItem,
41
+ Youtube,
43
42
  } from "@draftbit/core";
44
43
 
45
44
  /**