@draftbit/ui 46.4.1-40d056.2 → 46.4.1-706a88.2

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.
@@ -114,6 +114,12 @@ Object.defineProperty(exports, "LinearGradient", {
114
114
  }
115
115
  });
116
116
  exports.Link = void 0;
117
+ Object.defineProperty(exports, "Markdown", {
118
+ enumerable: true,
119
+ get: function () {
120
+ return _core.Markdown;
121
+ }
122
+ });
117
123
  Object.defineProperty(exports, "NumberInput", {
118
124
  enumerable: true,
119
125
  get: function () {
@@ -229,18 +235,6 @@ Object.defineProperty(exports, "SwitchRow", {
229
235
  return _core.SwitchRow;
230
236
  }
231
237
  });
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
- });
244
238
  exports.TextField = void 0;
245
239
  Object.defineProperty(exports, "ThemeProvider", {
246
240
  enumerable: true,
@@ -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, SVG, 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, Markdown } 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, SVG, 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, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState, CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, Markdown, } 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.4.1-40d056.2+40d056d",
3
+ "version": "46.4.1-706a88.2+706a880",
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.4.1-40d056.2+40d056d",
47
- "@draftbit/native": "^46.4.1-40d056.2+40d056d"
46
+ "@draftbit/core": "^46.4.1-706a88.2+706a880",
47
+ "@draftbit/native": "^46.4.1-706a88.2+706a880"
48
48
  },
49
49
  "react-native-builder-bob": {
50
50
  "declarationMap": false,
@@ -62,5 +62,5 @@
62
62
  ]
63
63
  ]
64
64
  },
65
- "gitHead": "40d056dd805c9250a25b4a3616e2278c6569944f"
65
+ "gitHead": "706a880575b638b1347c89bda0419b98f13025a5"
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, SVG, 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, Markdown, } from "@draftbit/core";
6
6
  /**
7
7
  * Components with Injected Dependencies
8
8
  *
package/src/index.tsx CHANGED
@@ -39,8 +39,7 @@ export {
39
39
  ActionSheetCancel,
40
40
  Swiper,
41
41
  SwiperItem,
42
- TabView,
43
- TabViewItem,
42
+ Markdown,
44
43
  } from "@draftbit/core";
45
44
 
46
45
  /**