@draftbit/ui 46.4.4-79d05e.2 → 46.4.4-79fcb6.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.
@@ -34,14 +34,7 @@ Object.defineProperty(exports, "Avatar", {
34
34
  return _core.Avatar;
35
35
  }
36
36
  });
37
- exports.Banner = exports.AvatarEdit = void 0;
38
- Object.defineProperty(exports, "BottomSheet", {
39
- enumerable: true,
40
- get: function () {
41
- return _core.BottomSheet;
42
- }
43
- });
44
- exports.Card = exports.ButtonSolid = exports.ButtonOutline = exports.Button = void 0;
37
+ exports.Card = exports.ButtonSolid = exports.ButtonOutline = exports.Button = exports.Banner = exports.AvatarEdit = void 0;
45
38
  Object.defineProperty(exports, "CardBlock", {
46
39
  enumerable: true,
47
40
  get: function () {
@@ -268,17 +261,15 @@ Object.defineProperty(exports, "withTheme", {
268
261
  return _core.withTheme;
269
262
  }
270
263
  });
271
-
272
264
  var _native = require("@draftbit/native");
273
-
274
265
  var _core = require("@draftbit/core");
275
-
276
266
  /**
277
267
  * Components with Injected Dependencies
278
268
  *
279
269
  * Inject a native module from `@draftbit/native` into these components for use
280
270
  * is snack / expo / react-native
281
271
  */
272
+
282
273
  const AvatarEdit = (0, _core.injectIcon)(_core.AvatarEdit, _native.Icon);
283
274
  exports.AvatarEdit = AvatarEdit;
284
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, BottomSheet } 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
  *