@draftbit/ui 46.2.4-e9fc2e.5 → 46.2.4-ea5e37.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,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 () {
@@ -199,12 +205,6 @@ Object.defineProperty(exports, "Surface", {
199
205
  return _core.Surface;
200
206
  }
201
207
  });
202
- Object.defineProperty(exports, "Svg", {
203
- enumerable: true,
204
- get: function () {
205
- return _core.Svg;
206
- }
207
- });
208
208
  Object.defineProperty(exports, "Swiper", {
209
209
  enumerable: true,
210
210
  get: function () {
@@ -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, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
4
+ /* Deprecated, needs fixing */
5
+ CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem } 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, SVG, 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/ui",
3
- "version": "46.2.4-e9fc2e.5+e9fc2e0a",
3
+ "version": "46.2.4-ea5e37.5+ea5e37f5",
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-e9fc2e.5+e9fc2e0a",
47
- "@draftbit/native": "^46.2.4-e9fc2e.5+e9fc2e0a"
46
+ "@draftbit/core": "^46.2.4-ea5e37.5+ea5e37f5",
47
+ "@draftbit/native": "^46.2.4-ea5e37.5+ea5e37f5"
48
48
  },
49
49
  "react-native-builder-bob": {
50
50
  "declarationMap": false,
@@ -62,5 +62,5 @@
62
62
  ]
63
63
  ]
64
64
  },
65
- "gitHead": "e9fc2e0a55bda12afee277c131da32b10cede41c"
65
+ "gitHead": "ea5e37f5e875ec7144621fd62eb847567a62c121"
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, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
4
+ /* Deprecated, needs fixing */
5
+ CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, } from "@draftbit/core";
4
6
  /**
5
7
  * Components with Injected Dependencies
6
8
  *
package/src/index.tsx CHANGED
@@ -20,7 +20,7 @@ export {
20
20
  Square,
21
21
  Stack,
22
22
  Surface,
23
- Svg,
23
+ SVG,
24
24
  Switch,
25
25
  SwitchRow,
26
26
  NumberInput,
@@ -28,6 +28,7 @@ export {
28
28
  Touchable,
29
29
  withTheme,
30
30
  useAuthState,
31
+ /* Deprecated, needs fixing */
31
32
  CardBlock,
32
33
  CardInline,
33
34
  ProgressBar,