@draftbit/ui 46.2.4-a6c053.5 → 46.2.4-b5dfee.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.
@@ -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,42 +229,6 @@ Object.defineProperty(exports, "SwitchRow", {
223
229
  return _core.SwitchRow;
224
230
  }
225
231
  });
226
- Object.defineProperty(exports, "Table", {
227
- enumerable: true,
228
- get: function () {
229
- return _core.Table;
230
- }
231
- });
232
- Object.defineProperty(exports, "TableCell", {
233
- enumerable: true,
234
- get: function () {
235
- return _core.TableCell;
236
- }
237
- });
238
- Object.defineProperty(exports, "TableHeader", {
239
- enumerable: true,
240
- get: function () {
241
- return _core.TableHeader;
242
- }
243
- });
244
- Object.defineProperty(exports, "TablePaginator", {
245
- enumerable: true,
246
- get: function () {
247
- return _core.TablePaginator;
248
- }
249
- });
250
- Object.defineProperty(exports, "TableRow", {
251
- enumerable: true,
252
- get: function () {
253
- return _core.TableRow;
254
- }
255
- });
256
- Object.defineProperty(exports, "TableTitle", {
257
- enumerable: true,
258
- get: function () {
259
- return _core.TableTitle;
260
- }
261
- });
262
232
  exports.TextField = void 0;
263
233
  Object.defineProperty(exports, "ThemeProvider", {
264
234
  enumerable: true,
@@ -279,6 +249,12 @@ Object.defineProperty(exports, "WebView", {
279
249
  return _native.WebView;
280
250
  }
281
251
  });
252
+ Object.defineProperty(exports, "Youtube", {
253
+ enumerable: true,
254
+ get: function () {
255
+ return _core.Youtube;
256
+ }
257
+ });
282
258
  Object.defineProperty(exports, "useAuthState", {
283
259
  enumerable: true,
284
260
  get: function () {
@@ -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, Table, TableHeader, TableRow, TablePaginator, TableCell, TableTitle } 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, Table, TableHeader, TableRow, TablePaginator, TableCell, TableTitle, } 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, 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-a6c053.5+a6c05300",
3
+ "version": "46.2.4-b5dfee.10+b5dfee80",
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-a6c053.5+a6c05300",
47
- "@draftbit/native": "^46.2.4"
46
+ "@draftbit/core": "^46.2.4-b5dfee.10+b5dfee80",
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": "a6c0530067a3064e97315ccef1293d48c826acd2"
65
+ "gitHead": "b5dfee808223661ce6bf04e5b62102ccb1831b82"
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, Table, TableHeader, TableRow, TablePaginator, TableCell, TableTitle, } 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
@@ -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,12 +39,7 @@ export {
38
39
  ActionSheetCancel,
39
40
  Swiper,
40
41
  SwiperItem,
41
- Table,
42
- TableHeader,
43
- TableRow,
44
- TablePaginator,
45
- TableCell,
46
- TableTitle,
42
+ Youtube,
47
43
  } from "@draftbit/core";
48
44
 
49
45
  /**