@draftbit/ui 46.4.4-f73e6b.2 → 46.4.4-fe82de.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,12 +114,6 @@ 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
- });
123
117
  Object.defineProperty(exports, "NumberInput", {
124
118
  enumerable: true,
125
119
  get: function () {
@@ -267,17 +261,15 @@ Object.defineProperty(exports, "withTheme", {
267
261
  return _core.withTheme;
268
262
  }
269
263
  });
270
-
271
264
  var _native = require("@draftbit/native");
272
-
273
265
  var _core = require("@draftbit/core");
274
-
275
266
  /**
276
267
  * Components with Injected Dependencies
277
268
  *
278
269
  * Inject a native module from `@draftbit/native` into these components for use
279
270
  * is snack / expo / react-native
280
271
  */
272
+
281
273
  const AvatarEdit = (0, _core.injectIcon)(_core.AvatarEdit, _native.Icon);
282
274
  exports.AvatarEdit = AvatarEdit;
283
275
  const Banner = (0, _core.injectIcon)(_core.Banner, _native.Icon);
@@ -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, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
4
- /* Deprecated, needs fixing */
5
- CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, Markdown } 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, /* Deprecated, needs fixing */
4
+ CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem } from "@draftbit/core";
5
+
6
6
  /**
7
7
  * Components with Injected Dependencies
8
8
  *