@draftbit/ui 46.10.1-bdc763.2 → 46.10.2-078a87.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.
- package/lib/commonjs/index.js +0 -30
- package/lib/module/index.js +3 -5
- package/lib/typescript/src/index.d.ts +313 -6493
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/index.js +3 -5
- package/src/index.tsx +0 -8
package/lib/commonjs/index.js
CHANGED
|
@@ -171,14 +171,6 @@ Object.defineProperty(exports, "Row", {
|
|
|
171
171
|
return _core.Row;
|
|
172
172
|
}
|
|
173
173
|
});
|
|
174
|
-
exports.RowBodyIcon = void 0;
|
|
175
|
-
Object.defineProperty(exports, "RowHeadlineImageCaption", {
|
|
176
|
-
enumerable: true,
|
|
177
|
-
get: function () {
|
|
178
|
-
return _core.RowHeadlineImageCaption;
|
|
179
|
-
}
|
|
180
|
-
});
|
|
181
|
-
exports.RowHeadlineImageIcon = void 0;
|
|
182
174
|
Object.defineProperty(exports, "SVG", {
|
|
183
175
|
enumerable: true,
|
|
184
176
|
get: function () {
|
|
@@ -254,24 +246,6 @@ Object.defineProperty(exports, "TabViewItem", {
|
|
|
254
246
|
return _core.TabViewItem;
|
|
255
247
|
}
|
|
256
248
|
});
|
|
257
|
-
Object.defineProperty(exports, "Table", {
|
|
258
|
-
enumerable: true,
|
|
259
|
-
get: function () {
|
|
260
|
-
return _core.Table;
|
|
261
|
-
}
|
|
262
|
-
});
|
|
263
|
-
Object.defineProperty(exports, "TableCell", {
|
|
264
|
-
enumerable: true,
|
|
265
|
-
get: function () {
|
|
266
|
-
return _core.TableCell;
|
|
267
|
-
}
|
|
268
|
-
});
|
|
269
|
-
Object.defineProperty(exports, "TableRow", {
|
|
270
|
-
enumerable: true,
|
|
271
|
-
get: function () {
|
|
272
|
-
return _core.TableRow;
|
|
273
|
-
}
|
|
274
|
-
});
|
|
275
249
|
exports.TextField = void 0;
|
|
276
250
|
Object.defineProperty(exports, "ThemeProvider", {
|
|
277
251
|
enumerable: true,
|
|
@@ -351,10 +325,6 @@ const RadioButton = (0, _core.injectIcon)(_core.RadioButton, _native.Icon);
|
|
|
351
325
|
exports.RadioButton = RadioButton;
|
|
352
326
|
const RadioButtonRow = (0, _core.injectIcon)(_core.RadioButtonRow, _native.Icon);
|
|
353
327
|
exports.RadioButtonRow = RadioButtonRow;
|
|
354
|
-
const RowBodyIcon = (0, _core.injectIcon)(_core.RowBodyIcon, _native.Icon);
|
|
355
|
-
exports.RowBodyIcon = RowBodyIcon;
|
|
356
|
-
const RowHeadlineImageIcon = (0, _core.injectIcon)(_core.RowHeadlineImageIcon, _native.Icon);
|
|
357
|
-
exports.RowHeadlineImageIcon = RowHeadlineImageIcon;
|
|
358
328
|
const StarRating = (0, _core.injectIcon)(_core.StarRating, _native.Icon);
|
|
359
329
|
exports.StarRating = StarRating;
|
|
360
330
|
const Stepper = (0, _core.injectIcon)(_core.Stepper, _native.Icon);
|
package/lib/module/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Icon } from "@draftbit/native";
|
|
2
2
|
export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
|
|
3
|
-
export { Avatar, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, Pressable, withTheme, useAuthState, DeckSwiper, DeckSwiperCard, Shadow, TabViewItem, Markdown, BottomSheet, YoutubePlayer,
|
|
4
|
-
ProgressBar, ProgressCircle,
|
|
3
|
+
export { Avatar, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, Pressable, withTheme, useAuthState, DeckSwiper, DeckSwiperCard, Shadow, TabViewItem, Markdown, BottomSheet, YoutubePlayer, /* Deprecated, needs fixing */
|
|
4
|
+
ProgressBar, ProgressCircle, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem } from "@draftbit/core";
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Components with Injected Dependencies
|
|
@@ -10,7 +10,7 @@ ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetIt
|
|
|
10
10
|
* is snack / expo / react-native
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
import { injectIcon, AvatarEdit as BaseAvatarEdit, Banner as BaseBanner, Button as BaseDeprecatedButton, ButtonSolid as BaseButtonSolid, ButtonOutline as BaseButtonOutline, Card as BaseCard, Link as BaseLink, Checkbox as BaseCheckbox, CheckboxRow as BaseCheckboxRow, DatePicker as BaseDatePicker, FAB as BaseFab, FieldSearchBarFull as BaseFieldSearchBarFull, IconButton as BaseIconButton, Picker as BasePicker, StarRating as BaseStarRating, TextField as BaseTextField, RadioButton as BaseRadioButton, RadioButtonRow as BaseRadioButtonRow, Stepper as BaseStepper, ToggleButton as BaseToggleButton,
|
|
13
|
+
import { injectIcon, AvatarEdit as BaseAvatarEdit, Banner as BaseBanner, Button as BaseDeprecatedButton, ButtonSolid as BaseButtonSolid, ButtonOutline as BaseButtonOutline, Card as BaseCard, Link as BaseLink, Checkbox as BaseCheckbox, CheckboxRow as BaseCheckboxRow, DatePicker as BaseDatePicker, FAB as BaseFab, FieldSearchBarFull as BaseFieldSearchBarFull, IconButton as BaseIconButton, Picker as BasePicker, StarRating as BaseStarRating, TextField as BaseTextField, RadioButton as BaseRadioButton, RadioButtonRow as BaseRadioButtonRow, Stepper as BaseStepper, ToggleButton as BaseToggleButton, Slider as BaseSlider, AccordionGroup as BaseAccordionGroup, AccordionItem as BaseAccordionItem, TabView as BaseTabView } from "@draftbit/core";
|
|
14
14
|
export const AvatarEdit = injectIcon(BaseAvatarEdit, Icon);
|
|
15
15
|
export const Banner = injectIcon(BaseBanner, Icon);
|
|
16
16
|
export const Button = injectIcon(BaseDeprecatedButton, Icon);
|
|
@@ -27,8 +27,6 @@ export const Link = injectIcon(BaseLink, Icon);
|
|
|
27
27
|
export const Picker = injectIcon(BasePicker, Icon);
|
|
28
28
|
export const RadioButton = injectIcon(BaseRadioButton, Icon);
|
|
29
29
|
export const RadioButtonRow = injectIcon(BaseRadioButtonRow, Icon);
|
|
30
|
-
export const RowBodyIcon = injectIcon(BaseRowBodyIcon, Icon);
|
|
31
|
-
export const RowHeadlineImageIcon = injectIcon(BaseRowHeadlineImageIcon, Icon);
|
|
32
30
|
export const StarRating = injectIcon(BaseStarRating, Icon);
|
|
33
31
|
export const Stepper = injectIcon(BaseStepper, Icon);
|
|
34
32
|
export const TextField = injectIcon(BaseTextField, Icon);
|