@draftbit/ui 46.4.4-d55501.2 → 46.4.4-d5b88a.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,15 +261,17 @@ Object.defineProperty(exports, "withTheme", {
273
261
  return _core.withTheme;
274
262
  }
275
263
  });
264
+
276
265
  var _native = require("@draftbit/native");
266
+
277
267
  var _core = require("@draftbit/core");
268
+
278
269
  /**
279
270
  * Components with Injected Dependencies
280
271
  *
281
272
  * Inject a native module from `@draftbit/native` into these components for use
282
273
  * is snack / expo / react-native
283
274
  */
284
-
285
275
  const AvatarEdit = (0, _core.injectIcon)(_core.AvatarEdit, _native.Icon);
286
276
  exports.AvatarEdit = AvatarEdit;
287
277
  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, /* Deprecated, needs fixing */
4
- CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, TabView, TabViewItem } from "@draftbit/core";
5
-
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";
6
6
  /**
7
7
  * Components with Injected Dependencies
8
8
  *