@draftbit/ui 46.4.4-d93fe1.2 → 46.4.4-e6bfdd.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.
@@ -229,18 +229,6 @@ Object.defineProperty(exports, "SwitchRow", {
229
229
  return _core.SwitchRow;
230
230
  }
231
231
  });
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
232
  exports.TextField = void 0;
245
233
  Object.defineProperty(exports, "ThemeProvider", {
246
234
  enumerable: true,
@@ -273,17 +261,15 @@ Object.defineProperty(exports, "withTheme", {
273
261
  return _core.withTheme;
274
262
  }
275
263
  });
276
-
277
264
  var _native = require("@draftbit/native");
278
-
279
265
  var _core = require("@draftbit/core");
280
-
281
266
  /**
282
267
  * Components with Injected Dependencies
283
268
  *
284
269
  * Inject a native module from `@draftbit/native` into these components for use
285
270
  * is snack / expo / react-native
286
271
  */
272
+
287
273
  const AvatarEdit = (0, _core.injectIcon)(_core.AvatarEdit, _native.Icon);
288
274
  exports.AvatarEdit = AvatarEdit;
289
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, 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, /* 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
  *