@draftbit/ui 46.2.4-02fd06.5 → 46.2.4-043a09.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.
@@ -167,12 +167,6 @@ 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
- });
176
170
  Object.defineProperty(exports, "ScreenContainer", {
177
171
  enumerable: true,
178
172
  get: function () {
@@ -229,6 +223,42 @@ Object.defineProperty(exports, "SwitchRow", {
229
223
  return _core.SwitchRow;
230
224
  }
231
225
  });
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
+ });
232
262
  exports.TextField = void 0;
233
263
  Object.defineProperty(exports, "ThemeProvider", {
234
264
  enumerable: true,
@@ -1,6 +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, SVG, 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, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
4
+ /* Deprecated, needs fixing */
5
+ CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, Table, TableHeader, TableRow, TablePaginator, TableCell, TableTitle } from "@draftbit/core";
4
6
  /**
5
7
  * Components with Injected Dependencies
6
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, SVG, 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, 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";
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-02fd06.5+02fd060d",
3
+ "version": "46.2.4-043a09.5+043a0954",
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-02fd06.5+02fd060d",
47
- "@draftbit/native": "^46.2.4-02fd06.5+02fd060d"
46
+ "@draftbit/core": "^46.2.4-043a09.5+043a0954",
47
+ "@draftbit/native": "^46.2.4"
48
48
  },
49
49
  "react-native-builder-bob": {
50
50
  "declarationMap": false,
@@ -62,5 +62,5 @@
62
62
  ]
63
63
  ]
64
64
  },
65
- "gitHead": "02fd060d9521225b3e9b452e8e3de7fea3890765"
65
+ "gitHead": "043a09546744a4880fcff2c2920fa9b65f5a2560"
66
66
  }
package/src/index.js CHANGED
@@ -1,6 +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, SVG, 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, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
4
+ /* Deprecated, needs fixing */
5
+ CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, Table, TableHeader, TableRow, TablePaginator, TableCell, TableTitle, } from "@draftbit/core";
4
6
  /**
5
7
  * Components with Injected Dependencies
6
8
  *
package/src/index.tsx CHANGED
@@ -20,7 +20,6 @@ export {
20
20
  Square,
21
21
  Stack,
22
22
  Surface,
23
- SVG,
24
23
  Switch,
25
24
  SwitchRow,
26
25
  NumberInput,
@@ -28,6 +27,7 @@ export {
28
27
  Touchable,
29
28
  withTheme,
30
29
  useAuthState,
30
+ /* Deprecated, needs fixing */
31
31
  CardBlock,
32
32
  CardInline,
33
33
  ProgressBar,
@@ -38,6 +38,12 @@ export {
38
38
  ActionSheetCancel,
39
39
  Swiper,
40
40
  SwiperItem,
41
+ Table,
42
+ TableHeader,
43
+ TableRow,
44
+ TablePaginator,
45
+ TableCell,
46
+ TableTitle,
41
47
  } from "@draftbit/core";
42
48
 
43
49
  /**