@draftbit/core 47.0.0-eae99e.2 → 47.0.1-54c307.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/Provider.js +1 -2
- package/lib/commonjs/components/Accordion/AccordionGroup.js +1 -2
- package/lib/commonjs/components/Accordion/AccordionItem.js +1 -2
- package/lib/commonjs/components/Accordion/index.js +1 -2
- package/lib/commonjs/components/ActionSheet/ActionSheet.js +1 -2
- package/lib/commonjs/components/ActionSheet/ActionSheetCancel.js +1 -2
- package/lib/commonjs/components/ActionSheet/ActionSheetItem.js +1 -2
- package/lib/commonjs/components/ActionSheet/index.js +1 -2
- package/lib/commonjs/components/AnimatedCircularProgress.js +66 -0
- package/lib/commonjs/components/AspectRatio.js +50 -0
- package/lib/commonjs/components/AvatarEdit.js +59 -0
- package/lib/commonjs/components/Banner.js +1 -2
- package/lib/commonjs/components/Button.js +1 -2
- package/lib/commonjs/components/Card.js +137 -0
- package/lib/commonjs/components/CardBlock.js +106 -0
- package/lib/commonjs/components/CardContainer.js +129 -0
- package/lib/commonjs/components/CardContainerRating.js +133 -0
- package/lib/commonjs/components/CardContainerShortImage.js +84 -0
- package/lib/commonjs/components/CardInline.js +91 -0
- package/lib/commonjs/components/Carousel.js +130 -0
- package/lib/commonjs/components/Checkbox/Checkbox.js +1 -2
- package/lib/commonjs/components/Checkbox/CheckboxGroup.js +1 -2
- package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js +1 -2
- package/lib/commonjs/components/Checkbox/CheckboxRow.js +1 -2
- package/lib/commonjs/components/Checkbox/context.js +1 -2
- package/lib/commonjs/components/Checkbox/index.js +1 -2
- package/lib/commonjs/components/CircleImage.js +35 -0
- package/lib/commonjs/components/CircularProgress.js +112 -0
- package/lib/commonjs/components/Config.js +1 -2
- package/lib/commonjs/components/Container.js +93 -0
- package/lib/commonjs/components/DatePicker/DatePicker.js +20 -11
- package/lib/commonjs/components/DatePicker/DatePickerComponent.js +1 -2
- package/lib/commonjs/components/DatePicker/DatePickerComponent.web.js +1 -2
- package/lib/commonjs/components/DatePicker/DatePickerComponentType.js +1 -2
- package/lib/commonjs/components/DeprecatedButton.js +1 -2
- package/lib/commonjs/components/DeprecatedCardWrapper.js +40 -0
- package/lib/commonjs/components/DeprecatedFAB.js +158 -0
- package/lib/commonjs/components/Divider.js +30 -0
- package/lib/commonjs/components/Elevation.js +1 -2
- package/lib/commonjs/components/FAB.js +82 -0
- package/lib/commonjs/components/FieldSearchBarFull.js +97 -0
- package/lib/commonjs/components/FormRow.js +1 -2
- package/lib/commonjs/components/Header.js +82 -0
- package/lib/commonjs/components/HeaderLarge.js +38 -0
- package/lib/commonjs/components/HeaderMedium.js +38 -0
- package/lib/commonjs/components/HeaderOverline.js +39 -0
- package/lib/commonjs/components/IconButton.js +1 -2
- package/lib/commonjs/components/Image.js +81 -0
- package/lib/commonjs/components/Justification.js +5 -0
- package/lib/commonjs/components/Layout.js +1 -2
- package/lib/commonjs/components/NumberInput.js +1 -2
- package/lib/commonjs/components/Picker/Picker.js +1 -2
- package/lib/commonjs/components/Picker/PickerComponent.android.js +1 -2
- package/lib/commonjs/components/Picker/PickerComponent.ios.js +1 -2
- package/lib/commonjs/components/Picker/PickerComponent.web.js +1 -2
- package/lib/commonjs/components/Picker/PickerTypes.js +1 -2
- package/lib/commonjs/components/Portal/Portal.js +1 -2
- package/lib/commonjs/components/Portal/PortalConsumer.js +1 -2
- package/lib/commonjs/components/Portal/PortalHost.js +1 -2
- package/lib/commonjs/components/Portal/PortalManager.js +1 -2
- package/lib/commonjs/components/ProgressBar.js +158 -0
- package/lib/commonjs/components/ProgressCircle.js +48 -0
- package/lib/commonjs/components/ProgressIndicator.js +55 -0
- package/lib/commonjs/components/RadioButton/RadioButton.js +1 -2
- package/lib/commonjs/components/RadioButton/RadioButtonFieldGroup.js +1 -2
- package/lib/commonjs/components/RadioButton/RadioButtonGroup.js +1 -2
- package/lib/commonjs/components/RadioButton/RadioButtonRow.js +1 -2
- package/lib/commonjs/components/RadioButton/context.js +1 -2
- package/lib/commonjs/components/RadioButton/index.js +1 -2
- package/lib/commonjs/components/ResizeMode.js +5 -0
- package/lib/commonjs/components/Row.js +73 -0
- package/lib/commonjs/components/RowBodyIcon.js +45 -0
- package/lib/commonjs/components/RowHeadlineImageCaption.js +45 -0
- package/lib/commonjs/components/RowHeadlineImageIcon.js +51 -0
- package/lib/commonjs/components/SVG.js +1 -2
- package/lib/commonjs/components/ScreenContainer.js +1 -2
- package/lib/commonjs/components/Slider.js +1 -2
- package/lib/commonjs/components/StarRating.js +1 -2
- package/lib/commonjs/components/StepIndicator.js +385 -0
- package/lib/commonjs/components/Stepper.js +8 -5
- package/lib/commonjs/components/Surface.js +1 -2
- package/lib/commonjs/components/Swiper/Swiper.js +1 -2
- package/lib/commonjs/components/Swiper/SwiperItem.js +1 -2
- package/lib/commonjs/components/Swiper/index.js +1 -2
- package/lib/commonjs/components/Switch.js +1 -2
- package/lib/commonjs/components/Text.js +1 -2
- package/lib/commonjs/components/TextField.js +1 -2
- package/lib/commonjs/components/ToggleButton.js +71 -0
- package/lib/commonjs/components/Touchable.js +1 -2
- package/lib/commonjs/components/Touchable.web.js +1 -2
- package/lib/commonjs/components/Typography.js +58 -0
- package/lib/commonjs/components/useAuthState.js +28 -0
- package/lib/commonjs/constants.js +1 -2
- package/lib/commonjs/hooks.js +1 -2
- package/lib/commonjs/index.js +200 -15
- package/lib/commonjs/interfaces/Icon.js +1 -2
- package/lib/commonjs/mappings/Accordion.js +1 -2
- package/lib/commonjs/mappings/AccordionItem.js +1 -2
- package/lib/commonjs/mappings/ActionSheet.js +1 -2
- package/lib/commonjs/mappings/ActionSheetCancel.js +1 -2
- package/lib/commonjs/mappings/ActionSheetItem.js +1 -2
- package/lib/commonjs/mappings/ActivityIndicator.js +1 -2
- package/lib/commonjs/mappings/AudioPlayer.js +33 -4
- package/lib/commonjs/mappings/AvatarEdit.js +45 -0
- package/lib/commonjs/mappings/Banner.js +39 -0
- package/lib/commonjs/mappings/BlurView.js +1 -2
- package/lib/commonjs/mappings/Button.js +1 -2
- package/lib/commonjs/mappings/Card.js +60 -0
- package/lib/commonjs/mappings/CardBlock.js +126 -0
- package/lib/commonjs/mappings/CardContainer.js +108 -0
- package/lib/commonjs/mappings/CardContainerRating.js +130 -0
- package/lib/commonjs/mappings/CardContainerShortImage.js +124 -0
- package/lib/commonjs/mappings/CardInline.js +59 -0
- package/lib/commonjs/mappings/Carousel.js +24 -0
- package/lib/commonjs/mappings/Checkbox.js +1 -2
- package/lib/commonjs/mappings/CheckboxGroup.js +1 -2
- package/lib/commonjs/mappings/CheckboxRow.js +1 -2
- package/lib/commonjs/mappings/CircleImage.js +32 -0
- package/lib/commonjs/mappings/Container.js +37 -0
- package/lib/commonjs/mappings/CustomCode.js +1 -2
- package/lib/commonjs/mappings/DatePicker.js +24 -12
- package/lib/commonjs/mappings/Divider.js +32 -0
- package/lib/commonjs/mappings/FAB.js +44 -0
- package/lib/commonjs/mappings/Fetch.js +1 -2
- package/lib/commonjs/mappings/FieldSearchBarFull.js +56 -0
- package/lib/commonjs/mappings/FlashList.js +1 -2
- package/lib/commonjs/mappings/FlatList.js +1 -2
- package/lib/commonjs/mappings/HeaderLarge.js +34 -0
- package/lib/commonjs/mappings/HeaderMedium.js +60 -0
- package/lib/commonjs/mappings/HeaderOverline.js +60 -0
- package/lib/commonjs/mappings/Icon.js +1 -2
- package/lib/commonjs/mappings/IconButton.js +1 -2
- package/lib/commonjs/mappings/Image.js +1 -2
- package/lib/commonjs/mappings/ImageBackground.js +1 -2
- package/lib/commonjs/mappings/KeyboardAvoidingView.js +1 -2
- package/lib/commonjs/mappings/KeyboardAwareScrollView.js +1 -2
- package/lib/commonjs/mappings/Layout.js +1 -2
- package/lib/commonjs/mappings/LinearGradient.js +1 -2
- package/lib/commonjs/mappings/MapCallout.js +1 -2
- package/lib/commonjs/mappings/MapMarker.js +1 -2
- package/lib/commonjs/mappings/MapView.js +1 -2
- package/lib/commonjs/mappings/Modal.js +1 -2
- package/lib/commonjs/mappings/NumberInput.js +1 -2
- package/lib/commonjs/mappings/Picker.js +1 -2
- package/lib/commonjs/mappings/ProgressBar.js +106 -0
- package/lib/commonjs/mappings/ProgressCircle.js +116 -0
- package/lib/commonjs/mappings/ProgressIndicator.js +188 -0
- package/lib/commonjs/mappings/RadioButton.js +1 -2
- package/lib/commonjs/mappings/RadioButtonGroup.js +1 -2
- package/lib/commonjs/mappings/RadioButtonRow.js +1 -2
- package/lib/commonjs/mappings/RowBodyIcon.js +79 -0
- package/lib/commonjs/mappings/RowHeadlineImageCaption.js +169 -0
- package/lib/commonjs/mappings/RowHeadlineImageIcon.js +99 -0
- package/lib/commonjs/mappings/SVG.js +1 -2
- package/lib/commonjs/mappings/SafeAreaView.js +1 -2
- package/lib/commonjs/mappings/ScrollView.js +1 -2
- package/lib/commonjs/mappings/Slider.js +1 -2
- package/lib/commonjs/mappings/StarRating.js +1 -2
- package/lib/commonjs/mappings/Stepper.js +2 -3
- package/lib/commonjs/mappings/Surface.js +1 -2
- package/lib/commonjs/mappings/Swiper.js +1 -2
- package/lib/commonjs/mappings/SwiperItem.js +1 -2
- package/lib/commonjs/mappings/Switch.js +1 -2
- package/lib/commonjs/mappings/Text.js +1 -2
- package/lib/commonjs/mappings/TextArea.js +15 -5
- package/lib/commonjs/mappings/TextField.js +15 -6
- package/lib/commonjs/mappings/TextInput.js +15 -5
- package/lib/commonjs/mappings/ToggleButton.js +53 -0
- package/lib/commonjs/mappings/Touchable.js +2 -3
- package/lib/commonjs/mappings/Video.js +1 -2
- package/lib/commonjs/mappings/View.js +1 -2
- package/lib/commonjs/mappings/WebView.js +1 -2
- package/lib/commonjs/styles/DarkTheme.js +1 -2
- package/lib/commonjs/styles/DefaultTheme.js +1 -2
- package/lib/commonjs/styles/fonts.js +1 -2
- package/lib/commonjs/styles/overlay.js +1 -2
- package/lib/commonjs/styles/shadow.js +1 -2
- package/lib/commonjs/theming.js +1 -2
- package/lib/commonjs/utilities.js +1 -2
- package/lib/module/Provider.js +1 -2
- package/lib/module/components/Accordion/AccordionGroup.js +1 -2
- package/lib/module/components/Accordion/AccordionItem.js +1 -2
- package/lib/module/components/Accordion/index.js +1 -2
- package/lib/module/components/ActionSheet/ActionSheet.js +1 -2
- package/lib/module/components/ActionSheet/ActionSheetCancel.js +1 -2
- package/lib/module/components/ActionSheet/ActionSheetItem.js +1 -2
- package/lib/module/components/ActionSheet/index.js +1 -2
- package/lib/module/components/AnimatedCircularProgress.js +56 -0
- package/lib/module/components/AspectRatio.js +42 -0
- package/lib/module/components/AvatarEdit.js +49 -0
- package/lib/module/components/Banner.js +1 -2
- package/lib/module/components/Button.js +1 -2
- package/lib/module/components/Card.js +128 -0
- package/lib/module/components/CardBlock.js +98 -0
- package/lib/module/components/CardContainer.js +121 -0
- package/lib/module/components/CardContainerRating.js +125 -0
- package/lib/module/components/CardContainerShortImage.js +76 -0
- package/lib/module/components/CardInline.js +82 -0
- package/lib/module/components/Carousel.js +120 -0
- package/lib/module/components/Checkbox/Checkbox.js +1 -2
- package/lib/module/components/Checkbox/CheckboxGroup.js +1 -2
- package/lib/module/components/Checkbox/CheckboxGroupRow.js +1 -2
- package/lib/module/components/Checkbox/CheckboxRow.js +1 -2
- package/lib/module/components/Checkbox/context.js +1 -2
- package/lib/module/components/Checkbox/index.js +1 -2
- package/lib/module/components/CircleImage.js +25 -0
- package/lib/module/components/CircularProgress.js +104 -0
- package/lib/module/components/Config.js +1 -2
- package/lib/module/components/Container.js +83 -0
- package/lib/module/components/DatePicker/DatePicker.js +20 -11
- package/lib/module/components/DatePicker/DatePickerComponent.js +1 -2
- package/lib/module/components/DatePicker/DatePickerComponent.web.js +1 -2
- package/lib/module/components/DatePicker/DatePickerComponentType.js +1 -2
- package/lib/module/components/DeprecatedButton.js +1 -2
- package/lib/module/components/DeprecatedCardWrapper.js +32 -0
- package/lib/module/components/DeprecatedFAB.js +148 -0
- package/lib/module/components/Divider.js +21 -0
- package/lib/module/components/Elevation.js +1 -2
- package/lib/module/components/FAB.js +73 -0
- package/lib/module/components/FieldSearchBarFull.js +87 -0
- package/lib/module/components/FormRow.js +1 -2
- package/lib/module/components/Header.js +72 -0
- package/lib/module/components/HeaderLarge.js +28 -0
- package/lib/module/components/HeaderMedium.js +28 -0
- package/lib/module/components/HeaderOverline.js +29 -0
- package/lib/module/components/IconButton.js +1 -2
- package/lib/module/components/Image.js +74 -0
- package/lib/module/components/Justification.js +1 -0
- package/lib/module/components/Layout.js +1 -2
- package/lib/module/components/NumberInput.js +1 -2
- package/lib/module/components/Picker/Picker.js +1 -2
- package/lib/module/components/Picker/PickerComponent.android.js +1 -2
- package/lib/module/components/Picker/PickerComponent.ios.js +1 -2
- package/lib/module/components/Picker/PickerComponent.web.js +1 -2
- package/lib/module/components/Picker/PickerTypes.js +1 -2
- package/lib/module/components/Portal/Portal.js +1 -2
- package/lib/module/components/Portal/PortalConsumer.js +1 -2
- package/lib/module/components/Portal/PortalHost.js +1 -2
- package/lib/module/components/Portal/PortalManager.js +1 -2
- package/lib/module/components/ProgressBar.js +149 -0
- package/lib/module/components/ProgressCircle.js +38 -0
- package/lib/module/components/ProgressIndicator.js +45 -0
- package/lib/module/components/RadioButton/RadioButton.js +1 -2
- package/lib/module/components/RadioButton/RadioButtonFieldGroup.js +1 -2
- package/lib/module/components/RadioButton/RadioButtonGroup.js +1 -2
- package/lib/module/components/RadioButton/RadioButtonRow.js +1 -2
- package/lib/module/components/RadioButton/context.js +1 -2
- package/lib/module/components/RadioButton/index.js +1 -2
- package/lib/module/components/ResizeMode.js +1 -0
- package/lib/module/components/Row.js +63 -0
- package/lib/module/components/RowBodyIcon.js +35 -0
- package/lib/module/components/RowHeadlineImageCaption.js +35 -0
- package/lib/module/components/RowHeadlineImageIcon.js +41 -0
- package/lib/module/components/SVG.js +1 -2
- package/lib/module/components/ScreenContainer.js +1 -2
- package/lib/module/components/Slider.js +1 -2
- package/lib/module/components/StarRating.js +1 -2
- package/lib/module/components/StepIndicator.js +377 -0
- package/lib/module/components/Stepper.js +8 -5
- package/lib/module/components/Surface.js +1 -2
- package/lib/module/components/Swiper/Swiper.js +1 -2
- package/lib/module/components/Swiper/SwiperItem.js +1 -2
- package/lib/module/components/Swiper/index.js +1 -2
- package/lib/module/components/Switch.js +1 -2
- package/lib/module/components/Text.js +1 -2
- package/lib/module/components/TextField.js +1 -2
- package/lib/module/components/ToggleButton.js +61 -0
- package/lib/module/components/Touchable.js +1 -2
- package/lib/module/components/Touchable.web.js +1 -2
- package/lib/module/components/Typography.js +48 -0
- package/lib/module/components/useAuthState.js +19 -0
- package/lib/module/constants.js +1 -2
- package/lib/module/hooks.js +1 -2
- package/lib/module/index.js +41 -34
- package/lib/module/interfaces/Icon.js +1 -2
- package/lib/module/mappings/Accordion.js +1 -2
- package/lib/module/mappings/AccordionItem.js +1 -2
- package/lib/module/mappings/ActionSheet.js +1 -2
- package/lib/module/mappings/ActionSheetCancel.js +1 -2
- package/lib/module/mappings/ActionSheetItem.js +1 -2
- package/lib/module/mappings/ActivityIndicator.js +1 -2
- package/lib/module/mappings/AudioPlayer.js +34 -5
- package/lib/module/mappings/AvatarEdit.js +38 -0
- package/lib/module/mappings/Banner.js +32 -0
- package/lib/module/mappings/BlurView.js +1 -2
- package/lib/module/mappings/Button.js +1 -2
- package/lib/module/mappings/Card.js +53 -0
- package/lib/module/mappings/CardBlock.js +119 -0
- package/lib/module/mappings/CardContainer.js +101 -0
- package/lib/module/mappings/CardContainerRating.js +123 -0
- package/lib/module/mappings/CardContainerShortImage.js +117 -0
- package/lib/module/mappings/CardInline.js +52 -0
- package/lib/module/mappings/Carousel.js +17 -0
- package/lib/module/mappings/Checkbox.js +1 -2
- package/lib/module/mappings/CheckboxGroup.js +1 -2
- package/lib/module/mappings/CheckboxRow.js +1 -2
- package/lib/module/mappings/CircleImage.js +25 -0
- package/lib/module/mappings/Container.js +30 -0
- package/lib/module/mappings/CustomCode.js +1 -2
- package/lib/module/mappings/DatePicker.js +25 -13
- package/lib/module/mappings/Divider.js +25 -0
- package/lib/module/mappings/FAB.js +37 -0
- package/lib/module/mappings/Fetch.js +1 -2
- package/lib/module/mappings/FieldSearchBarFull.js +49 -0
- package/lib/module/mappings/FlashList.js +1 -2
- package/lib/module/mappings/FlatList.js +1 -2
- package/lib/module/mappings/HeaderLarge.js +27 -0
- package/lib/module/mappings/HeaderMedium.js +53 -0
- package/lib/module/mappings/HeaderOverline.js +53 -0
- package/lib/module/mappings/Icon.js +1 -2
- package/lib/module/mappings/IconButton.js +1 -2
- package/lib/module/mappings/Image.js +1 -2
- package/lib/module/mappings/ImageBackground.js +1 -2
- package/lib/module/mappings/KeyboardAvoidingView.js +1 -2
- package/lib/module/mappings/KeyboardAwareScrollView.js +1 -2
- package/lib/module/mappings/Layout.js +1 -2
- package/lib/module/mappings/LinearGradient.js +1 -2
- package/lib/module/mappings/MapCallout.js +1 -2
- package/lib/module/mappings/MapMarker.js +1 -2
- package/lib/module/mappings/MapView.js +1 -2
- package/lib/module/mappings/Modal.js +1 -2
- package/lib/module/mappings/NumberInput.js +1 -2
- package/lib/module/mappings/Picker.js +1 -2
- package/lib/module/mappings/ProgressBar.js +99 -0
- package/lib/module/mappings/ProgressCircle.js +109 -0
- package/lib/module/mappings/ProgressIndicator.js +181 -0
- package/lib/module/mappings/RadioButton.js +1 -2
- package/lib/module/mappings/RadioButtonGroup.js +1 -2
- package/lib/module/mappings/RadioButtonRow.js +1 -2
- package/lib/module/mappings/RowBodyIcon.js +72 -0
- package/lib/module/mappings/RowHeadlineImageCaption.js +162 -0
- package/lib/module/mappings/RowHeadlineImageIcon.js +92 -0
- package/lib/module/mappings/SVG.js +1 -2
- package/lib/module/mappings/SafeAreaView.js +1 -2
- package/lib/module/mappings/ScrollView.js +1 -2
- package/lib/module/mappings/Slider.js +1 -2
- package/lib/module/mappings/StarRating.js +1 -2
- package/lib/module/mappings/Stepper.js +3 -4
- package/lib/module/mappings/Surface.js +1 -2
- package/lib/module/mappings/Swiper.js +1 -2
- package/lib/module/mappings/SwiperItem.js +1 -2
- package/lib/module/mappings/Switch.js +1 -2
- package/lib/module/mappings/Text.js +1 -2
- package/lib/module/mappings/TextArea.js +16 -6
- package/lib/module/mappings/TextField.js +15 -6
- package/lib/module/mappings/TextInput.js +16 -6
- package/lib/module/mappings/ToggleButton.js +46 -0
- package/lib/module/mappings/Touchable.js +2 -3
- package/lib/module/mappings/Video.js +1 -2
- package/lib/module/mappings/View.js +1 -2
- package/lib/module/mappings/WebView.js +1 -2
- package/lib/module/styles/DarkTheme.js +1 -2
- package/lib/module/styles/DefaultTheme.js +1 -2
- package/lib/module/styles/fonts.js +1 -2
- package/lib/module/styles/overlay.js +1 -2
- package/lib/module/styles/shadow.js +1 -2
- package/lib/module/theming.js +1 -2
- package/lib/module/utilities.js +1 -2
- package/lib/typescript/src/Provider.d.ts +1 -0
- package/lib/typescript/src/Provider.d.ts.map +1 -0
- package/lib/typescript/src/components/Accordion/AccordionGroup.d.ts +1 -0
- package/lib/typescript/src/components/Accordion/AccordionGroup.d.ts.map +1 -0
- package/lib/typescript/src/components/Accordion/AccordionItem.d.ts +1 -0
- package/lib/typescript/src/components/Accordion/AccordionItem.d.ts.map +1 -0
- package/lib/typescript/src/components/Accordion/index.d.ts +1 -0
- package/lib/typescript/src/components/Accordion/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheet.d.ts +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheet.d.ts.map +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheetCancel.d.ts +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheetCancel.d.ts.map +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheetItem.d.ts +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheetItem.d.ts.map +1 -0
- package/lib/typescript/src/components/ActionSheet/index.d.ts +1 -0
- package/lib/typescript/src/components/ActionSheet/index.d.ts.map +1 -0
- package/lib/typescript/src/components/AnimatedCircularProgress.d.ts +14 -0
- package/lib/typescript/src/components/AnimatedCircularProgress.d.ts.map +1 -0
- package/lib/typescript/src/components/AspectRatio.d.ts +9 -0
- package/lib/typescript/src/components/AspectRatio.d.ts.map +1 -0
- package/lib/typescript/src/components/AvatarEdit.d.ts +16 -0
- package/lib/typescript/src/components/AvatarEdit.d.ts.map +1 -0
- package/lib/typescript/src/components/Banner.d.ts +1 -0
- package/lib/typescript/src/components/Banner.d.ts.map +1 -0
- package/lib/typescript/src/components/Button.d.ts +1 -0
- package/lib/typescript/src/components/Button.d.ts.map +1 -0
- package/lib/typescript/src/components/Card.d.ts +43 -0
- package/lib/typescript/src/components/Card.d.ts.map +1 -0
- package/lib/typescript/src/components/CardBlock.d.ts +21 -0
- package/lib/typescript/src/components/CardBlock.d.ts.map +1 -0
- package/lib/typescript/src/components/CardContainer.d.ts +23 -0
- package/lib/typescript/src/components/CardContainer.d.ts.map +1 -0
- package/lib/typescript/src/components/CardContainerRating.d.ts +24 -0
- package/lib/typescript/src/components/CardContainerRating.d.ts.map +1 -0
- package/lib/typescript/src/components/CardContainerShortImage.d.ts +19 -0
- package/lib/typescript/src/components/CardContainerShortImage.d.ts.map +1 -0
- package/lib/typescript/src/components/CardInline.d.ts +20 -0
- package/lib/typescript/src/components/CardInline.d.ts.map +1 -0
- package/lib/typescript/src/components/Carousel.d.ts +15 -0
- package/lib/typescript/src/components/Carousel.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/Checkbox.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxGroup.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxGroup.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxGroupRow.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxGroupRow.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/context.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/context.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/index.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/index.d.ts.map +1 -0
- package/lib/typescript/src/components/CircleImage.d.ts +10 -0
- package/lib/typescript/src/components/CircleImage.d.ts.map +1 -0
- package/lib/typescript/src/components/CircularProgress.d.ts +43 -0
- package/lib/typescript/src/components/CircularProgress.d.ts.map +1 -0
- package/lib/typescript/src/components/Config.d.ts +1 -0
- package/lib/typescript/src/components/Config.d.ts.map +1 -0
- package/lib/typescript/src/components/Container.d.ts +21 -0
- package/lib/typescript/src/components/Container.d.ts.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePicker.d.ts +7 -2
- package/lib/typescript/src/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.d.ts +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.d.ts.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts.map +1 -0
- package/lib/typescript/src/components/DeprecatedButton.d.ts +1 -0
- package/lib/typescript/src/components/DeprecatedButton.d.ts.map +1 -0
- package/lib/typescript/src/components/DeprecatedCardWrapper.d.ts +15 -0
- package/lib/typescript/src/components/DeprecatedCardWrapper.d.ts.map +1 -0
- package/lib/typescript/src/components/DeprecatedFAB.d.ts +56 -0
- package/lib/typescript/src/components/DeprecatedFAB.d.ts.map +1 -0
- package/lib/typescript/src/components/Divider.d.ts +13 -0
- package/lib/typescript/src/components/Divider.d.ts.map +1 -0
- package/lib/typescript/src/components/Elevation.d.ts +1 -0
- package/lib/typescript/src/components/Elevation.d.ts.map +1 -0
- package/lib/typescript/src/components/FAB.d.ts +20 -0
- package/lib/typescript/src/components/FAB.d.ts.map +1 -0
- package/lib/typescript/src/components/FieldSearchBarFull.d.ts +20 -0
- package/lib/typescript/src/components/FieldSearchBarFull.d.ts.map +1 -0
- package/lib/typescript/src/components/FormRow.d.ts +1 -0
- package/lib/typescript/src/components/FormRow.d.ts.map +1 -0
- package/lib/typescript/src/components/Header.d.ts +20 -0
- package/lib/typescript/src/components/Header.d.ts.map +1 -0
- package/lib/typescript/src/components/HeaderLarge.d.ts +17 -0
- package/lib/typescript/src/components/HeaderLarge.d.ts.map +1 -0
- package/lib/typescript/src/components/HeaderMedium.d.ts +17 -0
- package/lib/typescript/src/components/HeaderMedium.d.ts.map +1 -0
- package/lib/typescript/src/components/HeaderOverline.d.ts +17 -0
- package/lib/typescript/src/components/HeaderOverline.d.ts.map +1 -0
- package/lib/typescript/src/components/IconButton.d.ts +1 -0
- package/lib/typescript/src/components/IconButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Image.d.ts +5 -0
- package/lib/typescript/src/components/Image.d.ts.map +1 -0
- package/lib/typescript/src/components/Justification.d.ts +2 -0
- package/lib/typescript/src/components/Justification.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout.d.ts +1 -0
- package/lib/typescript/src/components/Layout.d.ts.map +1 -0
- package/lib/typescript/src/components/NumberInput.d.ts +1 -0
- package/lib/typescript/src/components/NumberInput.d.ts.map +1 -0
- package/lib/typescript/src/components/Picker/Picker.d.ts +1 -0
- package/lib/typescript/src/components/Picker/Picker.d.ts.map +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.android.d.ts +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.android.d.ts.map +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.ios.d.ts +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.ios.d.ts.map +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.web.d.ts +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.web.d.ts.map +1 -0
- package/lib/typescript/src/components/Picker/PickerTypes.d.ts +1 -0
- package/lib/typescript/src/components/Picker/PickerTypes.d.ts.map +1 -0
- package/lib/typescript/src/components/Portal/Portal.d.ts +1 -0
- package/lib/typescript/src/components/Portal/Portal.d.ts.map +1 -0
- package/lib/typescript/src/components/Portal/PortalConsumer.d.ts +1 -0
- package/lib/typescript/src/components/Portal/PortalConsumer.d.ts.map +1 -0
- package/lib/typescript/src/components/Portal/PortalHost.d.ts +1 -0
- package/lib/typescript/src/components/Portal/PortalHost.d.ts.map +1 -0
- package/lib/typescript/src/components/Portal/PortalManager.d.ts +1 -0
- package/lib/typescript/src/components/Portal/PortalManager.d.ts.map +1 -0
- package/lib/typescript/src/components/ProgressBar.d.ts +35 -0
- package/lib/typescript/src/components/ProgressBar.d.ts.map +1 -0
- package/lib/typescript/src/components/ProgressCircle.d.ts +21 -0
- package/lib/typescript/src/components/ProgressCircle.d.ts.map +1 -0
- package/lib/typescript/src/components/ProgressIndicator.d.ts +24 -0
- package/lib/typescript/src/components/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButton.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButton.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonFieldGroup.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonFieldGroup.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/context.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/context.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/index.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ResizeMode.d.ts +2 -0
- package/lib/typescript/src/components/ResizeMode.d.ts.map +1 -0
- package/lib/typescript/src/components/Row.d.ts +21 -0
- package/lib/typescript/src/components/Row.d.ts.map +1 -0
- package/lib/typescript/src/components/RowBodyIcon.d.ts +16 -0
- package/lib/typescript/src/components/RowBodyIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/RowHeadlineImageCaption.d.ts +16 -0
- package/lib/typescript/src/components/RowHeadlineImageCaption.d.ts.map +1 -0
- package/lib/typescript/src/components/RowHeadlineImageIcon.d.ts +18 -0
- package/lib/typescript/src/components/RowHeadlineImageIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/SVG.d.ts +1 -0
- package/lib/typescript/src/components/SVG.d.ts.map +1 -0
- package/lib/typescript/src/components/ScreenContainer.d.ts +1 -0
- package/lib/typescript/src/components/ScreenContainer.d.ts.map +1 -0
- package/lib/typescript/src/components/Slider.d.ts +1 -0
- package/lib/typescript/src/components/Slider.d.ts.map +1 -0
- package/lib/typescript/src/components/StarRating.d.ts +1 -0
- package/lib/typescript/src/components/StarRating.d.ts.map +1 -0
- package/lib/typescript/src/components/StepIndicator.d.ts +54 -0
- package/lib/typescript/src/components/StepIndicator.d.ts.map +1 -0
- package/lib/typescript/src/components/Stepper.d.ts +2 -2
- package/lib/typescript/src/components/Stepper.d.ts.map +1 -0
- package/lib/typescript/src/components/Surface.d.ts +1 -0
- package/lib/typescript/src/components/Surface.d.ts.map +1 -0
- package/lib/typescript/src/components/Swiper/Swiper.d.ts +1 -0
- package/lib/typescript/src/components/Swiper/Swiper.d.ts.map +1 -0
- package/lib/typescript/src/components/Swiper/SwiperItem.d.ts +1 -0
- package/lib/typescript/src/components/Swiper/SwiperItem.d.ts.map +1 -0
- package/lib/typescript/src/components/Swiper/index.d.ts +1 -0
- package/lib/typescript/src/components/Swiper/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Switch.d.ts +1 -0
- package/lib/typescript/src/components/Switch.d.ts.map +1 -0
- package/lib/typescript/src/components/Text.d.ts +1 -0
- package/lib/typescript/src/components/Text.d.ts.map +1 -0
- package/lib/typescript/src/components/TextField.d.ts +1 -0
- package/lib/typescript/src/components/TextField.d.ts.map +1 -0
- package/lib/typescript/src/components/ToggleButton.d.ts +25 -0
- package/lib/typescript/src/components/ToggleButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Touchable.d.ts +1 -0
- package/lib/typescript/src/components/Touchable.d.ts.map +1 -0
- package/lib/typescript/src/components/Touchable.web.d.ts +1 -0
- package/lib/typescript/src/components/Touchable.web.d.ts.map +1 -0
- package/lib/typescript/src/components/Typography.d.ts +22 -0
- package/lib/typescript/src/components/Typography.d.ts.map +1 -0
- package/lib/typescript/src/components/useAuthState.d.ts +2 -0
- package/lib/typescript/src/components/useAuthState.d.ts.map +1 -0
- package/lib/typescript/src/constants.d.ts +1 -0
- package/lib/typescript/src/constants.d.ts.map +1 -0
- package/lib/typescript/src/hooks.d.ts +1 -0
- package/lib/typescript/src/hooks.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +40 -14
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/interfaces/Icon.d.ts +1 -0
- package/lib/typescript/src/interfaces/Icon.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Accordion.d.ts +1 -0
- package/lib/typescript/src/mappings/Accordion.d.ts.map +1 -0
- package/lib/typescript/src/mappings/AccordionItem.d.ts +1 -0
- package/lib/typescript/src/mappings/AccordionItem.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ActionSheet.d.ts +1 -0
- package/lib/typescript/src/mappings/ActionSheet.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ActionSheetCancel.d.ts +1 -0
- package/lib/typescript/src/mappings/ActionSheetCancel.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ActionSheetItem.d.ts +1 -0
- package/lib/typescript/src/mappings/ActionSheetItem.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ActivityIndicator.d.ts +1 -0
- package/lib/typescript/src/mappings/ActivityIndicator.d.ts.map +1 -0
- package/lib/typescript/src/mappings/AudioPlayer.d.ts +63 -1
- package/lib/typescript/src/mappings/AudioPlayer.d.ts.map +1 -0
- package/lib/typescript/src/mappings/AvatarEdit.d.ts +38 -0
- package/lib/typescript/src/mappings/AvatarEdit.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Banner.d.ts +49 -0
- package/lib/typescript/src/mappings/Banner.d.ts.map +1 -0
- package/lib/typescript/src/mappings/BlurView.d.ts +1 -0
- package/lib/typescript/src/mappings/BlurView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Button.d.ts +1 -0
- package/lib/typescript/src/mappings/Button.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Card.d.ts +114 -0
- package/lib/typescript/src/mappings/Card.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CardBlock.d.ts +289 -0
- package/lib/typescript/src/mappings/CardBlock.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CardContainer.d.ts +102 -0
- package/lib/typescript/src/mappings/CardContainer.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CardContainerRating.d.ts +108 -0
- package/lib/typescript/src/mappings/CardContainerRating.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CardContainerShortImage.d.ts +139 -0
- package/lib/typescript/src/mappings/CardContainerShortImage.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CardInline.d.ts +62 -0
- package/lib/typescript/src/mappings/CardInline.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Carousel.d.ts +34 -0
- package/lib/typescript/src/mappings/Carousel.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Checkbox.d.ts +1 -0
- package/lib/typescript/src/mappings/Checkbox.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CheckboxGroup.d.ts +1 -0
- package/lib/typescript/src/mappings/CheckboxGroup.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CheckboxRow.d.ts +1 -0
- package/lib/typescript/src/mappings/CheckboxRow.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CircleImage.d.ts +34 -0
- package/lib/typescript/src/mappings/CircleImage.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Container.d.ts +55 -0
- package/lib/typescript/src/mappings/Container.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CustomCode.d.ts +1 -0
- package/lib/typescript/src/mappings/CustomCode.d.ts.map +1 -0
- package/lib/typescript/src/mappings/DatePicker.d.ts +46 -3
- package/lib/typescript/src/mappings/DatePicker.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Divider.d.ts +25 -0
- package/lib/typescript/src/mappings/Divider.d.ts.map +1 -0
- package/lib/typescript/src/mappings/FAB.d.ts +83 -0
- package/lib/typescript/src/mappings/FAB.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Fetch.d.ts +1 -0
- package/lib/typescript/src/mappings/Fetch.d.ts.map +1 -0
- package/lib/typescript/src/mappings/FieldSearchBarFull.d.ts +56 -0
- package/lib/typescript/src/mappings/FieldSearchBarFull.d.ts.map +1 -0
- package/lib/typescript/src/mappings/FlashList.d.ts +1 -0
- package/lib/typescript/src/mappings/FlashList.d.ts.map +1 -0
- package/lib/typescript/src/mappings/FlatList.d.ts +1 -0
- package/lib/typescript/src/mappings/FlatList.d.ts.map +1 -0
- package/lib/typescript/src/mappings/HeaderLarge.d.ts +34 -0
- package/lib/typescript/src/mappings/HeaderLarge.d.ts.map +1 -0
- package/lib/typescript/src/mappings/HeaderMedium.d.ts +53 -0
- package/lib/typescript/src/mappings/HeaderMedium.d.ts.map +1 -0
- package/lib/typescript/src/mappings/HeaderOverline.d.ts +53 -0
- package/lib/typescript/src/mappings/HeaderOverline.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Icon.d.ts +1 -0
- package/lib/typescript/src/mappings/Icon.d.ts.map +1 -0
- package/lib/typescript/src/mappings/IconButton.d.ts +1 -0
- package/lib/typescript/src/mappings/IconButton.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Image.d.ts +1 -0
- package/lib/typescript/src/mappings/Image.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ImageBackground.d.ts +1 -0
- package/lib/typescript/src/mappings/ImageBackground.d.ts.map +1 -0
- package/lib/typescript/src/mappings/KeyboardAvoidingView.d.ts +1 -0
- package/lib/typescript/src/mappings/KeyboardAvoidingView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/KeyboardAwareScrollView.d.ts +1 -0
- package/lib/typescript/src/mappings/KeyboardAwareScrollView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Layout.d.ts +1 -0
- package/lib/typescript/src/mappings/Layout.d.ts.map +1 -0
- package/lib/typescript/src/mappings/LinearGradient.d.ts +1 -0
- package/lib/typescript/src/mappings/LinearGradient.d.ts.map +1 -0
- package/lib/typescript/src/mappings/MapCallout.d.ts +1 -0
- package/lib/typescript/src/mappings/MapCallout.d.ts.map +1 -0
- package/lib/typescript/src/mappings/MapMarker.d.ts +1 -0
- package/lib/typescript/src/mappings/MapMarker.d.ts.map +1 -0
- package/lib/typescript/src/mappings/MapView.d.ts +1 -0
- package/lib/typescript/src/mappings/MapView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Modal.d.ts +1 -0
- package/lib/typescript/src/mappings/Modal.d.ts.map +1 -0
- package/lib/typescript/src/mappings/NumberInput.d.ts +1 -0
- package/lib/typescript/src/mappings/NumberInput.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Picker.d.ts +1 -0
- package/lib/typescript/src/mappings/Picker.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ProgressBar.d.ts +99 -0
- package/lib/typescript/src/mappings/ProgressBar.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ProgressCircle.d.ts +109 -0
- package/lib/typescript/src/mappings/ProgressCircle.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ProgressIndicator.d.ts +181 -0
- package/lib/typescript/src/mappings/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RadioButton.d.ts +1 -0
- package/lib/typescript/src/mappings/RadioButton.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RadioButtonGroup.d.ts +1 -0
- package/lib/typescript/src/mappings/RadioButtonGroup.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RadioButtonRow.d.ts +1 -0
- package/lib/typescript/src/mappings/RadioButtonRow.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RowBodyIcon.d.ts +73 -0
- package/lib/typescript/src/mappings/RowBodyIcon.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RowHeadlineImageCaption.d.ts +166 -0
- package/lib/typescript/src/mappings/RowHeadlineImageCaption.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RowHeadlineImageIcon.d.ts +170 -0
- package/lib/typescript/src/mappings/RowHeadlineImageIcon.d.ts.map +1 -0
- package/lib/typescript/src/mappings/SVG.d.ts +1 -0
- package/lib/typescript/src/mappings/SVG.d.ts.map +1 -0
- package/lib/typescript/src/mappings/SafeAreaView.d.ts +1 -0
- package/lib/typescript/src/mappings/SafeAreaView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ScrollView.d.ts +1 -0
- package/lib/typescript/src/mappings/ScrollView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Slider.d.ts +1 -0
- package/lib/typescript/src/mappings/Slider.d.ts.map +1 -0
- package/lib/typescript/src/mappings/StarRating.d.ts +1 -0
- package/lib/typescript/src/mappings/StarRating.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Stepper.d.ts +1 -0
- package/lib/typescript/src/mappings/Stepper.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Surface.d.ts +1 -0
- package/lib/typescript/src/mappings/Surface.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Swiper.d.ts +1 -0
- package/lib/typescript/src/mappings/Swiper.d.ts.map +1 -0
- package/lib/typescript/src/mappings/SwiperItem.d.ts +1 -0
- package/lib/typescript/src/mappings/SwiperItem.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Switch.d.ts +1 -0
- package/lib/typescript/src/mappings/Switch.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Text.d.ts +1 -0
- package/lib/typescript/src/mappings/Text.d.ts.map +1 -0
- package/lib/typescript/src/mappings/TextArea.d.ts +22 -1
- package/lib/typescript/src/mappings/TextArea.d.ts.map +1 -0
- package/lib/typescript/src/mappings/TextField.d.ts +23 -2
- package/lib/typescript/src/mappings/TextField.d.ts.map +1 -0
- package/lib/typescript/src/mappings/TextInput.d.ts +22 -1
- package/lib/typescript/src/mappings/TextInput.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ToggleButton.d.ts +116 -0
- package/lib/typescript/src/mappings/ToggleButton.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Touchable.d.ts +1 -0
- package/lib/typescript/src/mappings/Touchable.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Video.d.ts +1 -0
- package/lib/typescript/src/mappings/Video.d.ts.map +1 -0
- package/lib/typescript/src/mappings/View.d.ts +1 -0
- package/lib/typescript/src/mappings/View.d.ts.map +1 -0
- package/lib/typescript/src/mappings/WebView.d.ts +1 -0
- package/lib/typescript/src/mappings/WebView.d.ts.map +1 -0
- package/lib/typescript/src/styles/DarkTheme.d.ts +1 -0
- package/lib/typescript/src/styles/DarkTheme.d.ts.map +1 -0
- package/lib/typescript/src/styles/DefaultTheme.d.ts +1 -0
- package/lib/typescript/src/styles/DefaultTheme.d.ts.map +1 -0
- package/lib/typescript/src/styles/fonts.d.ts +1 -0
- package/lib/typescript/src/styles/fonts.d.ts.map +1 -0
- package/lib/typescript/src/styles/overlay.d.ts +2 -1
- package/lib/typescript/src/styles/overlay.d.ts.map +1 -0
- package/lib/typescript/src/styles/shadow.d.ts +3 -2
- package/lib/typescript/src/styles/shadow.d.ts.map +1 -0
- package/lib/typescript/src/theming.d.ts +1 -0
- package/lib/typescript/src/theming.d.ts.map +1 -0
- package/lib/typescript/src/utilities.d.ts +1 -0
- package/lib/typescript/src/utilities.d.ts.map +1 -0
- package/package.json +19 -9
- package/src/components/AnimatedCircularProgress.js +43 -0
- package/src/components/AnimatedCircularProgress.tsx +101 -0
- package/src/components/AspectRatio.js +18 -0
- package/src/components/AspectRatio.tsx +40 -0
- package/src/components/AvatarEdit.js +30 -0
- package/src/components/AvatarEdit.tsx +64 -0
- package/src/components/Card.js +57 -0
- package/src/components/Card.tsx +161 -0
- package/src/components/CardBlock.js +54 -0
- package/src/components/CardBlock.tsx +127 -0
- package/src/components/CardContainer.js +69 -0
- package/src/components/CardContainer.tsx +165 -0
- package/src/components/CardContainerRating.js +79 -0
- package/src/components/CardContainerRating.tsx +175 -0
- package/src/components/CardContainerShortImage.js +33 -0
- package/src/components/CardContainerShortImage.tsx +101 -0
- package/src/components/CardInline.js +36 -0
- package/src/components/CardInline.tsx +93 -0
- package/src/components/Carousel.js +68 -0
- package/src/components/Carousel.tsx +134 -0
- package/src/components/CircleImage.js +8 -0
- package/src/components/CircleImage.tsx +33 -0
- package/src/components/CircularProgress.js +81 -0
- package/src/components/CircularProgress.tsx +188 -0
- package/src/components/Container.js +43 -0
- package/src/components/Container.tsx +116 -0
- package/src/components/DatePicker/DatePicker.js +19 -10
- package/src/components/DatePicker/DatePicker.tsx +29 -11
- package/src/components/DeprecatedCardWrapper.js +18 -0
- package/src/components/DeprecatedCardWrapper.tsx +46 -0
- package/src/components/DeprecatedFAB.js +115 -0
- package/src/components/DeprecatedFAB.tsx +231 -0
- package/src/components/Divider.js +13 -0
- package/src/components/Divider.tsx +32 -0
- package/src/components/FAB.js +46 -0
- package/src/components/FAB.tsx +108 -0
- package/src/components/FieldSearchBarFull.js +53 -0
- package/src/components/FieldSearchBarFull.tsx +126 -0
- package/src/components/Header.js +44 -0
- package/src/components/Header.tsx +105 -0
- package/src/components/HeaderLarge.js +7 -0
- package/src/components/HeaderLarge.tsx +40 -0
- package/src/components/HeaderMedium.js +7 -0
- package/src/components/HeaderMedium.tsx +41 -0
- package/src/components/HeaderOverline.js +7 -0
- package/src/components/HeaderOverline.tsx +42 -0
- package/src/components/Image.js +47 -0
- package/src/components/Image.tsx +91 -0
- package/src/components/Justification.js +1 -0
- package/src/components/Justification.ts +8 -0
- package/src/components/ProgressBar.js +118 -0
- package/src/components/ProgressBar.tsx +191 -0
- package/src/components/ProgressCircle.js +13 -0
- package/src/components/ProgressCircle.tsx +64 -0
- package/src/components/ProgressIndicator.js +27 -0
- package/src/components/ProgressIndicator.tsx +71 -0
- package/src/components/ResizeMode.js +1 -0
- package/src/components/ResizeMode.ts +7 -0
- package/src/components/Row.js +48 -0
- package/src/components/Row.tsx +108 -0
- package/src/components/RowBodyIcon.js +8 -0
- package/src/components/RowBodyIcon.tsx +47 -0
- package/src/components/RowHeadlineImageCaption.js +12 -0
- package/src/components/RowHeadlineImageCaption.tsx +49 -0
- package/src/components/RowHeadlineImageIcon.js +14 -0
- package/src/components/RowHeadlineImageIcon.tsx +61 -0
- package/src/components/StepIndicator.js +346 -0
- package/src/components/StepIndicator.tsx +494 -0
- package/src/components/Stepper.js +5 -3
- package/src/components/Stepper.tsx +5 -5
- package/src/components/ToggleButton.js +39 -0
- package/src/components/ToggleButton.tsx +94 -0
- package/src/components/Typography.js +36 -0
- package/src/components/Typography.tsx +67 -0
- package/src/components/useAuthState.js +31 -0
- package/src/components/useAuthState.tsx +38 -0
- package/src/index.js +41 -26
- package/src/index.tsx +51 -40
- package/src/mappings/AudioPlayer.js +39 -2
- package/src/mappings/AudioPlayer.ts +41 -1
- package/src/mappings/AvatarEdit.js +38 -0
- package/src/mappings/AvatarEdit.ts +45 -0
- package/src/mappings/Banner.js +32 -0
- package/src/mappings/Banner.ts +40 -0
- package/src/mappings/Card.js +52 -0
- package/src/mappings/Card.ts +64 -0
- package/src/mappings/CardBlock.js +123 -0
- package/src/mappings/CardBlock.ts +136 -0
- package/src/mappings/CardContainer.js +104 -0
- package/src/mappings/CardContainer.ts +116 -0
- package/src/mappings/CardContainerRating.js +126 -0
- package/src/mappings/CardContainerRating.ts +137 -0
- package/src/mappings/CardContainerShortImage.js +120 -0
- package/src/mappings/CardContainerShortImage.ts +130 -0
- package/src/mappings/CardInline.js +52 -0
- package/src/mappings/CardInline.ts +61 -0
- package/src/mappings/Carousel.js +19 -0
- package/src/mappings/Carousel.ts +25 -0
- package/src/mappings/CircleImage.js +25 -0
- package/src/mappings/CircleImage.ts +33 -0
- package/src/mappings/Container.js +30 -0
- package/src/mappings/Container.ts +41 -0
- package/src/mappings/DatePicker.js +30 -11
- package/src/mappings/DatePicker.ts +32 -10
- package/src/mappings/Divider.js +27 -0
- package/src/mappings/Divider.ts +34 -0
- package/src/mappings/FAB.js +37 -0
- package/src/mappings/FAB.ts +48 -0
- package/src/mappings/FieldSearchBarFull.js +50 -0
- package/src/mappings/FieldSearchBarFull.ts +59 -0
- package/src/mappings/HeaderLarge.js +29 -0
- package/src/mappings/HeaderLarge.ts +38 -0
- package/src/mappings/HeaderMedium.js +55 -0
- package/src/mappings/HeaderMedium.ts +63 -0
- package/src/mappings/HeaderOverline.js +55 -0
- package/src/mappings/HeaderOverline.ts +63 -0
- package/src/mappings/ProgressBar.js +101 -0
- package/src/mappings/ProgressBar.ts +110 -0
- package/src/mappings/ProgressCircle.js +109 -0
- package/src/mappings/ProgressCircle.ts +117 -0
- package/src/mappings/ProgressIndicator.js +181 -0
- package/src/mappings/ProgressIndicator.ts +190 -0
- package/src/mappings/RowBodyIcon.js +75 -0
- package/src/mappings/RowBodyIcon.ts +82 -0
- package/src/mappings/RowHeadlineImageCaption.js +167 -0
- package/src/mappings/RowHeadlineImageCaption.ts +178 -0
- package/src/mappings/RowHeadlineImageIcon.js +99 -0
- package/src/mappings/RowHeadlineImageIcon.ts +116 -0
- package/src/mappings/Stepper.js +5 -2
- package/src/mappings/Stepper.ts +5 -1
- package/src/mappings/TextArea.js +15 -4
- package/src/mappings/TextArea.ts +15 -3
- package/src/mappings/TextField.js +14 -4
- package/src/mappings/TextField.ts +14 -4
- package/src/mappings/TextInput.js +15 -4
- package/src/mappings/TextInput.ts +15 -3
- package/src/mappings/ToggleButton.js +50 -0
- package/src/mappings/ToggleButton.ts +63 -0
- package/src/mappings/Touchable.js +1 -1
- package/src/mappings/Touchable.ts +1 -1
- package/src/styles/overlay.tsx +2 -2
- package/lib/commonjs/Provider.js.map +0 -1
- package/lib/commonjs/components/Accordion/AccordionGroup.js.map +0 -1
- package/lib/commonjs/components/Accordion/AccordionItem.js.map +0 -1
- package/lib/commonjs/components/Accordion/index.js.map +0 -1
- package/lib/commonjs/components/ActionSheet/ActionSheet.js.map +0 -1
- package/lib/commonjs/components/ActionSheet/ActionSheetCancel.js.map +0 -1
- package/lib/commonjs/components/ActionSheet/ActionSheetItem.js.map +0 -1
- package/lib/commonjs/components/ActionSheet/index.js.map +0 -1
- package/lib/commonjs/components/Banner.js.map +0 -1
- package/lib/commonjs/components/Button.js.map +0 -1
- package/lib/commonjs/components/Checkbox/Checkbox.js.map +0 -1
- package/lib/commonjs/components/Checkbox/CheckboxGroup.js.map +0 -1
- package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js.map +0 -1
- package/lib/commonjs/components/Checkbox/CheckboxRow.js.map +0 -1
- package/lib/commonjs/components/Checkbox/context.js.map +0 -1
- package/lib/commonjs/components/Checkbox/index.js.map +0 -1
- package/lib/commonjs/components/Config.js.map +0 -1
- package/lib/commonjs/components/DatePicker/DatePicker.js.map +0 -1
- package/lib/commonjs/components/DatePicker/DatePickerComponent.js.map +0 -1
- package/lib/commonjs/components/DatePicker/DatePickerComponent.web.js.map +0 -1
- package/lib/commonjs/components/DatePicker/DatePickerComponentType.js.map +0 -1
- package/lib/commonjs/components/DeprecatedButton.js.map +0 -1
- package/lib/commonjs/components/Elevation.js.map +0 -1
- package/lib/commonjs/components/FormRow.js.map +0 -1
- package/lib/commonjs/components/IconButton.js.map +0 -1
- package/lib/commonjs/components/Layout.js.map +0 -1
- package/lib/commonjs/components/NumberInput.js.map +0 -1
- package/lib/commonjs/components/Picker/Picker.js.map +0 -1
- package/lib/commonjs/components/Picker/PickerComponent.android.js.map +0 -1
- package/lib/commonjs/components/Picker/PickerComponent.ios.js.map +0 -1
- package/lib/commonjs/components/Picker/PickerComponent.web.js.map +0 -1
- package/lib/commonjs/components/Picker/PickerTypes.js.map +0 -1
- package/lib/commonjs/components/Portal/Portal.js.map +0 -1
- package/lib/commonjs/components/Portal/PortalConsumer.js.map +0 -1
- package/lib/commonjs/components/Portal/PortalHost.js.map +0 -1
- package/lib/commonjs/components/Portal/PortalManager.js.map +0 -1
- package/lib/commonjs/components/RadioButton/RadioButton.js.map +0 -1
- package/lib/commonjs/components/RadioButton/RadioButtonFieldGroup.js.map +0 -1
- package/lib/commonjs/components/RadioButton/RadioButtonGroup.js.map +0 -1
- package/lib/commonjs/components/RadioButton/RadioButtonRow.js.map +0 -1
- package/lib/commonjs/components/RadioButton/context.js.map +0 -1
- package/lib/commonjs/components/RadioButton/index.js.map +0 -1
- package/lib/commonjs/components/SVG.js.map +0 -1
- package/lib/commonjs/components/ScreenContainer.js.map +0 -1
- package/lib/commonjs/components/Slider.js.map +0 -1
- package/lib/commonjs/components/StarRating.js.map +0 -1
- package/lib/commonjs/components/Stepper.js.map +0 -1
- package/lib/commonjs/components/Surface.js.map +0 -1
- package/lib/commonjs/components/Swiper/Swiper.js.map +0 -1
- package/lib/commonjs/components/Swiper/SwiperItem.js.map +0 -1
- package/lib/commonjs/components/Swiper/index.js.map +0 -1
- package/lib/commonjs/components/Switch.js.map +0 -1
- package/lib/commonjs/components/Text.js.map +0 -1
- package/lib/commonjs/components/TextField.js.map +0 -1
- package/lib/commonjs/components/Touchable.js.map +0 -1
- package/lib/commonjs/components/Touchable.web.js.map +0 -1
- package/lib/commonjs/constants.js.map +0 -1
- package/lib/commonjs/hooks.js.map +0 -1
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/interfaces/Icon.js.map +0 -1
- package/lib/commonjs/mappings/Accordion.js.map +0 -1
- package/lib/commonjs/mappings/AccordionItem.js.map +0 -1
- package/lib/commonjs/mappings/ActionSheet.js.map +0 -1
- package/lib/commonjs/mappings/ActionSheetCancel.js.map +0 -1
- package/lib/commonjs/mappings/ActionSheetItem.js.map +0 -1
- package/lib/commonjs/mappings/ActivityIndicator.js.map +0 -1
- package/lib/commonjs/mappings/AudioPlayer.js.map +0 -1
- package/lib/commonjs/mappings/BlurView.js.map +0 -1
- package/lib/commonjs/mappings/Button.js.map +0 -1
- package/lib/commonjs/mappings/Checkbox.js.map +0 -1
- package/lib/commonjs/mappings/CheckboxGroup.js.map +0 -1
- package/lib/commonjs/mappings/CheckboxRow.js.map +0 -1
- package/lib/commonjs/mappings/CustomCode.js.map +0 -1
- package/lib/commonjs/mappings/DatePicker.js.map +0 -1
- package/lib/commonjs/mappings/Fetch.js.map +0 -1
- package/lib/commonjs/mappings/FlashList.js.map +0 -1
- package/lib/commonjs/mappings/FlatList.js.map +0 -1
- package/lib/commonjs/mappings/Icon.js.map +0 -1
- package/lib/commonjs/mappings/IconButton.js.map +0 -1
- package/lib/commonjs/mappings/Image.js.map +0 -1
- package/lib/commonjs/mappings/ImageBackground.js.map +0 -1
- package/lib/commonjs/mappings/KeyboardAvoidingView.js.map +0 -1
- package/lib/commonjs/mappings/KeyboardAwareScrollView.js.map +0 -1
- package/lib/commonjs/mappings/Layout.js.map +0 -1
- package/lib/commonjs/mappings/LinearGradient.js.map +0 -1
- package/lib/commonjs/mappings/MapCallout.js.map +0 -1
- package/lib/commonjs/mappings/MapMarker.js.map +0 -1
- package/lib/commonjs/mappings/MapView.js.map +0 -1
- package/lib/commonjs/mappings/Modal.js.map +0 -1
- package/lib/commonjs/mappings/NativeBase/Layout/AspectRatio.js +0 -17
- package/lib/commonjs/mappings/NativeBase/Layout/AspectRatio.js.map +0 -1
- package/lib/commonjs/mappings/NativeBase/Layout/Box.js +0 -17
- package/lib/commonjs/mappings/NativeBase/Layout/Box.js.map +0 -1
- package/lib/commonjs/mappings/NativeBase/Layout/Center.js +0 -31
- package/lib/commonjs/mappings/NativeBase/Layout/Center.js.map +0 -1
- package/lib/commonjs/mappings/NativeBase/Layout/Column.js +0 -17
- package/lib/commonjs/mappings/NativeBase/Layout/Column.js.map +0 -1
- package/lib/commonjs/mappings/NativeBase/Layout/Container.js +0 -17
- package/lib/commonjs/mappings/NativeBase/Layout/Container.js.map +0 -1
- package/lib/commonjs/mappings/NativeBase/Layout/Row.js +0 -17
- package/lib/commonjs/mappings/NativeBase/Layout/Row.js.map +0 -1
- package/lib/commonjs/mappings/NativeBase/Layout/Stack.js +0 -17
- package/lib/commonjs/mappings/NativeBase/Layout/Stack.js.map +0 -1
- package/lib/commonjs/mappings/NativeBase/Layout/ZStack.js +0 -17
- package/lib/commonjs/mappings/NativeBase/Layout/ZStack.js.map +0 -1
- package/lib/commonjs/mappings/NumberInput.js.map +0 -1
- package/lib/commonjs/mappings/Picker.js.map +0 -1
- package/lib/commonjs/mappings/RadioButton.js.map +0 -1
- package/lib/commonjs/mappings/RadioButtonGroup.js.map +0 -1
- package/lib/commonjs/mappings/RadioButtonRow.js.map +0 -1
- package/lib/commonjs/mappings/SVG.js.map +0 -1
- package/lib/commonjs/mappings/SafeAreaView.js.map +0 -1
- package/lib/commonjs/mappings/ScrollView.js.map +0 -1
- package/lib/commonjs/mappings/Slider.js.map +0 -1
- package/lib/commonjs/mappings/StarRating.js.map +0 -1
- package/lib/commonjs/mappings/Stepper.js.map +0 -1
- package/lib/commonjs/mappings/Surface.js.map +0 -1
- package/lib/commonjs/mappings/Swiper.js.map +0 -1
- package/lib/commonjs/mappings/SwiperItem.js.map +0 -1
- package/lib/commonjs/mappings/Switch.js.map +0 -1
- package/lib/commonjs/mappings/Text.js.map +0 -1
- package/lib/commonjs/mappings/TextArea.js.map +0 -1
- package/lib/commonjs/mappings/TextField.js.map +0 -1
- package/lib/commonjs/mappings/TextInput.js.map +0 -1
- package/lib/commonjs/mappings/Touchable.js.map +0 -1
- package/lib/commonjs/mappings/Video.js.map +0 -1
- package/lib/commonjs/mappings/View.js.map +0 -1
- package/lib/commonjs/mappings/WebView.js.map +0 -1
- package/lib/commonjs/styles/DarkTheme.js.map +0 -1
- package/lib/commonjs/styles/DefaultTheme.js.map +0 -1
- package/lib/commonjs/styles/fonts.js.map +0 -1
- package/lib/commonjs/styles/overlay.js.map +0 -1
- package/lib/commonjs/styles/shadow.js.map +0 -1
- package/lib/commonjs/theming.js.map +0 -1
- package/lib/commonjs/utilities.js.map +0 -1
- package/lib/module/Provider.js.map +0 -1
- package/lib/module/components/Accordion/AccordionGroup.js.map +0 -1
- package/lib/module/components/Accordion/AccordionItem.js.map +0 -1
- package/lib/module/components/Accordion/index.js.map +0 -1
- package/lib/module/components/ActionSheet/ActionSheet.js.map +0 -1
- package/lib/module/components/ActionSheet/ActionSheetCancel.js.map +0 -1
- package/lib/module/components/ActionSheet/ActionSheetItem.js.map +0 -1
- package/lib/module/components/ActionSheet/index.js.map +0 -1
- package/lib/module/components/Banner.js.map +0 -1
- package/lib/module/components/Button.js.map +0 -1
- package/lib/module/components/Checkbox/Checkbox.js.map +0 -1
- package/lib/module/components/Checkbox/CheckboxGroup.js.map +0 -1
- package/lib/module/components/Checkbox/CheckboxGroupRow.js.map +0 -1
- package/lib/module/components/Checkbox/CheckboxRow.js.map +0 -1
- package/lib/module/components/Checkbox/context.js.map +0 -1
- package/lib/module/components/Checkbox/index.js.map +0 -1
- package/lib/module/components/Config.js.map +0 -1
- package/lib/module/components/DatePicker/DatePicker.js.map +0 -1
- package/lib/module/components/DatePicker/DatePickerComponent.js.map +0 -1
- package/lib/module/components/DatePicker/DatePickerComponent.web.js.map +0 -1
- package/lib/module/components/DatePicker/DatePickerComponentType.js.map +0 -1
- package/lib/module/components/DeprecatedButton.js.map +0 -1
- package/lib/module/components/Elevation.js.map +0 -1
- package/lib/module/components/FormRow.js.map +0 -1
- package/lib/module/components/IconButton.js.map +0 -1
- package/lib/module/components/Layout.js.map +0 -1
- package/lib/module/components/NumberInput.js.map +0 -1
- package/lib/module/components/Picker/Picker.js.map +0 -1
- package/lib/module/components/Picker/PickerComponent.android.js.map +0 -1
- package/lib/module/components/Picker/PickerComponent.ios.js.map +0 -1
- package/lib/module/components/Picker/PickerComponent.web.js.map +0 -1
- package/lib/module/components/Picker/PickerTypes.js.map +0 -1
- package/lib/module/components/Portal/Portal.js.map +0 -1
- package/lib/module/components/Portal/PortalConsumer.js.map +0 -1
- package/lib/module/components/Portal/PortalHost.js.map +0 -1
- package/lib/module/components/Portal/PortalManager.js.map +0 -1
- package/lib/module/components/RadioButton/RadioButton.js.map +0 -1
- package/lib/module/components/RadioButton/RadioButtonFieldGroup.js.map +0 -1
- package/lib/module/components/RadioButton/RadioButtonGroup.js.map +0 -1
- package/lib/module/components/RadioButton/RadioButtonRow.js.map +0 -1
- package/lib/module/components/RadioButton/context.js.map +0 -1
- package/lib/module/components/RadioButton/index.js.map +0 -1
- package/lib/module/components/SVG.js.map +0 -1
- package/lib/module/components/ScreenContainer.js.map +0 -1
- package/lib/module/components/Slider.js.map +0 -1
- package/lib/module/components/StarRating.js.map +0 -1
- package/lib/module/components/Stepper.js.map +0 -1
- package/lib/module/components/Surface.js.map +0 -1
- package/lib/module/components/Swiper/Swiper.js.map +0 -1
- package/lib/module/components/Swiper/SwiperItem.js.map +0 -1
- package/lib/module/components/Swiper/index.js.map +0 -1
- package/lib/module/components/Switch.js.map +0 -1
- package/lib/module/components/Text.js.map +0 -1
- package/lib/module/components/TextField.js.map +0 -1
- package/lib/module/components/Touchable.js.map +0 -1
- package/lib/module/components/Touchable.web.js.map +0 -1
- package/lib/module/constants.js.map +0 -1
- package/lib/module/hooks.js.map +0 -1
- package/lib/module/index.js.map +0 -1
- package/lib/module/interfaces/Icon.js.map +0 -1
- package/lib/module/mappings/Accordion.js.map +0 -1
- package/lib/module/mappings/AccordionItem.js.map +0 -1
- package/lib/module/mappings/ActionSheet.js.map +0 -1
- package/lib/module/mappings/ActionSheetCancel.js.map +0 -1
- package/lib/module/mappings/ActionSheetItem.js.map +0 -1
- package/lib/module/mappings/ActivityIndicator.js.map +0 -1
- package/lib/module/mappings/AudioPlayer.js.map +0 -1
- package/lib/module/mappings/BlurView.js.map +0 -1
- package/lib/module/mappings/Button.js.map +0 -1
- package/lib/module/mappings/Checkbox.js.map +0 -1
- package/lib/module/mappings/CheckboxGroup.js.map +0 -1
- package/lib/module/mappings/CheckboxRow.js.map +0 -1
- package/lib/module/mappings/CustomCode.js.map +0 -1
- package/lib/module/mappings/DatePicker.js.map +0 -1
- package/lib/module/mappings/Fetch.js.map +0 -1
- package/lib/module/mappings/FlashList.js.map +0 -1
- package/lib/module/mappings/FlatList.js.map +0 -1
- package/lib/module/mappings/Icon.js.map +0 -1
- package/lib/module/mappings/IconButton.js.map +0 -1
- package/lib/module/mappings/Image.js.map +0 -1
- package/lib/module/mappings/ImageBackground.js.map +0 -1
- package/lib/module/mappings/KeyboardAvoidingView.js.map +0 -1
- package/lib/module/mappings/KeyboardAwareScrollView.js.map +0 -1
- package/lib/module/mappings/Layout.js.map +0 -1
- package/lib/module/mappings/LinearGradient.js.map +0 -1
- package/lib/module/mappings/MapCallout.js.map +0 -1
- package/lib/module/mappings/MapMarker.js.map +0 -1
- package/lib/module/mappings/MapView.js.map +0 -1
- package/lib/module/mappings/Modal.js.map +0 -1
- package/lib/module/mappings/NativeBase/Layout/AspectRatio.js +0 -10
- package/lib/module/mappings/NativeBase/Layout/AspectRatio.js.map +0 -1
- package/lib/module/mappings/NativeBase/Layout/Box.js +0 -10
- package/lib/module/mappings/NativeBase/Layout/Box.js.map +0 -1
- package/lib/module/mappings/NativeBase/Layout/Center.js +0 -24
- package/lib/module/mappings/NativeBase/Layout/Center.js.map +0 -1
- package/lib/module/mappings/NativeBase/Layout/Column.js +0 -10
- package/lib/module/mappings/NativeBase/Layout/Column.js.map +0 -1
- package/lib/module/mappings/NativeBase/Layout/Container.js +0 -10
- package/lib/module/mappings/NativeBase/Layout/Container.js.map +0 -1
- package/lib/module/mappings/NativeBase/Layout/Row.js +0 -10
- package/lib/module/mappings/NativeBase/Layout/Row.js.map +0 -1
- package/lib/module/mappings/NativeBase/Layout/Stack.js +0 -10
- package/lib/module/mappings/NativeBase/Layout/Stack.js.map +0 -1
- package/lib/module/mappings/NativeBase/Layout/ZStack.js +0 -10
- package/lib/module/mappings/NativeBase/Layout/ZStack.js.map +0 -1
- package/lib/module/mappings/NumberInput.js.map +0 -1
- package/lib/module/mappings/Picker.js.map +0 -1
- package/lib/module/mappings/RadioButton.js.map +0 -1
- package/lib/module/mappings/RadioButtonGroup.js.map +0 -1
- package/lib/module/mappings/RadioButtonRow.js.map +0 -1
- package/lib/module/mappings/SVG.js.map +0 -1
- package/lib/module/mappings/SafeAreaView.js.map +0 -1
- package/lib/module/mappings/ScrollView.js.map +0 -1
- package/lib/module/mappings/Slider.js.map +0 -1
- package/lib/module/mappings/StarRating.js.map +0 -1
- package/lib/module/mappings/Stepper.js.map +0 -1
- package/lib/module/mappings/Surface.js.map +0 -1
- package/lib/module/mappings/Swiper.js.map +0 -1
- package/lib/module/mappings/SwiperItem.js.map +0 -1
- package/lib/module/mappings/Switch.js.map +0 -1
- package/lib/module/mappings/Text.js.map +0 -1
- package/lib/module/mappings/TextArea.js.map +0 -1
- package/lib/module/mappings/TextField.js.map +0 -1
- package/lib/module/mappings/TextInput.js.map +0 -1
- package/lib/module/mappings/Touchable.js.map +0 -1
- package/lib/module/mappings/Video.js.map +0 -1
- package/lib/module/mappings/View.js.map +0 -1
- package/lib/module/mappings/WebView.js.map +0 -1
- package/lib/module/styles/DarkTheme.js.map +0 -1
- package/lib/module/styles/DefaultTheme.js.map +0 -1
- package/lib/module/styles/fonts.js.map +0 -1
- package/lib/module/styles/overlay.js.map +0 -1
- package/lib/module/styles/shadow.js.map +0 -1
- package/lib/module/theming.js.map +0 -1
- package/lib/module/utilities.js.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Layout/AspectRatio.d.ts +0 -8
- package/lib/typescript/src/mappings/NativeBase/Layout/Box.d.ts +0 -8
- package/lib/typescript/src/mappings/NativeBase/Layout/Center.d.ts +0 -8
- package/lib/typescript/src/mappings/NativeBase/Layout/Column.d.ts +0 -8
- package/lib/typescript/src/mappings/NativeBase/Layout/Container.d.ts +0 -8
- package/lib/typescript/src/mappings/NativeBase/Layout/Row.d.ts +0 -8
- package/lib/typescript/src/mappings/NativeBase/Layout/Stack.d.ts +0 -8
- package/lib/typescript/src/mappings/NativeBase/Layout/ZStack.d.ts +0 -8
- package/src/mappings/NativeBase/Layout/AspectRatio.js +0 -9
- package/src/mappings/NativeBase/Layout/AspectRatio.ts +0 -11
- package/src/mappings/NativeBase/Layout/Box.js +0 -9
- package/src/mappings/NativeBase/Layout/Box.ts +0 -11
- package/src/mappings/NativeBase/Layout/Center.js +0 -27
- package/src/mappings/NativeBase/Layout/Center.ts +0 -28
- package/src/mappings/NativeBase/Layout/Column.js +0 -9
- package/src/mappings/NativeBase/Layout/Column.ts +0 -10
- package/src/mappings/NativeBase/Layout/Container.js +0 -9
- package/src/mappings/NativeBase/Layout/Container.ts +0 -11
- package/src/mappings/NativeBase/Layout/Row.js +0 -9
- package/src/mappings/NativeBase/Layout/Row.ts +0 -10
- package/src/mappings/NativeBase/Layout/Stack.js +0 -9
- package/src/mappings/NativeBase/Layout/Stack.ts +0 -11
- package/src/mappings/NativeBase/Layout/ZStack.js +0 -9
- package/src/mappings/NativeBase/Layout/ZStack.ts +0 -10
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["GROUPS","COMPONENT_TYPES","FORM_TYPES","PROP_TYPES","CONTAINER_COMPONENT_STYLES_SECTIONS","SEED_DATA","name","tag","description","category","basic","stylesPanelSections","props","accessible","group","accessibility","label","editable","required","formType","boolean","propType","BOOLEAN","defaultValue","accessibilityLabel","string","STRING","accessibilityHint","accessibilityRole","options","flatArray","accessibilityElementsHidden","accessibilityIgnoresInvertColors","accessibilityLiveRegion","importantForAccessibility","hitSlop","advanced","position","OBJECT","pointerEvents","removeClippedSubviews","collapsable","needsOffscreenAlphaCompositing","renderToHardwareTextureAndroid","shouldRasterizeIOS"],"sources":["View.ts"],"sourcesContent":["import {\n GROUPS,\n COMPONENT_TYPES,\n FORM_TYPES,\n PROP_TYPES,\n CONTAINER_COMPONENT_STYLES_SECTIONS,\n} from \"@draftbit/types\";\n\nexport const SEED_DATA = {\n name: \"View\",\n tag: \"View\",\n description: \"A basic View component\",\n category: COMPONENT_TYPES.basic,\n stylesPanelSections: CONTAINER_COMPONENT_STYLES_SECTIONS,\n props: {\n accessible: {\n group: GROUPS.accessibility,\n name: \"accessible\",\n label: \"accessible\",\n description:\n \"When true, indicates that the view is an accessibility element. By default, all the touchable elements are accessible.\",\n editable: true,\n required: false,\n formType: FORM_TYPES.boolean,\n propType: PROP_TYPES.BOOLEAN,\n defaultValue: null,\n },\n accessibilityLabel: {\n group: GROUPS.accessibility,\n name: \"accessibilityLabel\",\n label: \"accessibilityLabel\",\n description:\n \"Overrides the text that's read by the screen reader when the user interacts with the element. By default, the label is constructed by traversing all the children and accumulating all the Text nodes separated by space.\",\n formType: FORM_TYPES.string,\n propType: PROP_TYPES.STRING,\n editable: true,\n required: false,\n defaultValue: null,\n },\n accessibilityHint: {\n group: GROUPS.accessibility,\n name: \"accessibilityHint\",\n label: \"accessibilityHint\",\n description:\n \"An accessibility hint helps users understand what will happen when they perform an action on the accessibility element when that result is not clear from the accessibility label.\",\n editable: true,\n required: false,\n formType: FORM_TYPES.string,\n propType: PROP_TYPES.STRING,\n defaultValue: null,\n },\n accessibilityRole: {\n group: GROUPS.accessibility,\n name: \"accessibilityRole\",\n label: \"accessibilityRole\",\n description:\n \"accessibilityRole communicates the purpose of a component to the user of an assistive technology.accessibilityRole can be one of the following:\\n'none' - Used when the element has no role.\\n'button' - Used when the element should be treated as a button.\\n'link' - Used when the element should be treated as a link.\\n'search' - Used when the text field element should also be treated as a search field.\\n'image' - Used when the element should be treated as an image. Can be combined with button or link, for example.\\n'keyboardkey' - Used when the element acts as a keyboard key.\\n'text' - Used when the element should be treated as static text that cannot change.\\n'adjustable' - Used when an element can be \\\"adjusted\\\" (e.g. a slider).\\n'imagebutton' - Used when the element should be treated as a button and is also an image.\\n'header' - Used when an element acts as a header for a content section (e.g. the title of a navigation bar).\\n'summary' - Used when an element can be used to provide a quick summary of current conditions in the app when the app first launches.\\n'alert' - Used when an element contains important text to be presented to the user.\\n'checkbox' - Used when an element represents a checkbox which can be checked, unchecked, or have mixed checked state.\\n'combobox' - Used when an element represents a combo box, which allows the user to select among several choices.\\n'menu' - Used when the component is a menu of choices.\\n'menubar' - Used when a component is a container of multiple menus.\\n'menuitem' - Used to represent an item within a menu.\\n'progressbar' - Used to represent a component which indicates progress of a task.\\n'radio' - Used to represent a radio button.\\n'radiogroup' - Used to represent a group of radio buttons.\\n'scrollbar' - Used to represent a scroll bar.\\n'spinbutton' - Used to represent a button which opens a list of choices.\\n'switch' - Used to represent a switch which can be turned on and off.\\n'tab' - Used to represent a tab.\\n'tablist' - Used to represent a list of tabs.\\n'timer' - Used to represent a timer.\\n'toolbar' - Used to represent a tool bar (a container of action buttons or components).\\n\",\n options: [\n \"none\",\n \"button\",\n \"link\",\n \"search\",\n \"image\",\n \"keyboardkey\",\n \"text\",\n \"adjustable\",\n \"imagebutton\",\n \"header\",\n \"summary\",\n \"alert\",\n \"checkbox\",\n \"combobox\",\n \"menu\",\n \"menubar\",\n \"menuitem\",\n \"progressbar\",\n \"radio\",\n \"radiogroup\",\n \"scrollbar\",\n \"spinbutton\",\n \"switch\",\n \"tab\",\n \"tablist\",\n \"timer\",\n \"toolbar\",\n ],\n editable: true,\n required: false,\n formType: FORM_TYPES.flatArray,\n propType: PROP_TYPES.STRING,\n defaultValue: null,\n },\n accessibilityElementsHidden: {\n group: GROUPS.accessibility,\n name: \"accessibilityElementsHidden\",\n label: \"accessibilityElementsHidden\",\n description:\n \"A value indicating whether the accessibility elements contained within this accessibility element are hidden. Default is false.See the Accessibility guide for more information.\",\n editable: true,\n required: false,\n formType: FORM_TYPES.boolean,\n propType: PROP_TYPES.BOOLEAN,\n defaultValue: null,\n },\n accessibilityIgnoresInvertColors: {\n group: GROUPS.accessibility,\n name: \"accessibilityIgnoresInvertColors\",\n label: \"accessibilityIgnoresInvertColors\",\n description:\n \"A value indicating this view should or should not be inverted when color inversion is turned on. A value of true will tell the view to not be inverted even if color inversion is turned on.See the Accessibility guide for more information.\",\n editable: true,\n required: false,\n formType: FORM_TYPES.boolean,\n propType: PROP_TYPES.BOOLEAN,\n defaultValue: null,\n },\n accessibilityLiveRegion: {\n group: GROUPS.accessibility,\n name: \"accessibilityLiveRegion\",\n label: \"accessibilityLiveRegion\",\n description:\n \"Indicates to accessibility services whether the user should be notified when this view changes. Works for Android API >= 19 only. Possible values:\\n'none' - Accessibility services should not announce changes to this view.\\n'polite'- Accessibility services should announce changes to this view.\\n'assertive' - Accessibility services should interrupt ongoing speech to immediately announce changes to this view.\\nSee the Android View docs for reference.\",\n options: [\"none\", \"polite\", \"assertive\"],\n editable: true,\n required: false,\n formType: FORM_TYPES.flatArray,\n propType: PROP_TYPES.STRING,\n defaultValue: null,\n },\n importantForAccessibility: {\n group: GROUPS.accessibility,\n name: \"importantForAccessibility\",\n label: \"importantForAccessibility\",\n defaultValue: null,\n description:\n \"Controls how view is important for accessibility which is if it fires accessibility events and if it is reported to accessibility services that query the screen. Works for Android only.Possible values:\\n'auto' - The system determines whether the view is important for accessibility - default (recommended).\\n'yes' - The view is important for accessibility.\\n'no' - The view is not important for accessibility.\\n'no-hide-descendants' - The view is not important for accessibility, nor are any of its descendant views.\\nSee the Android importantForAccessibility docs for reference.\",\n options: [\"auto\", \"yes\", \"no\", \"no-hide-descendants\"],\n editable: true,\n required: false,\n formType: FORM_TYPES.flatArray,\n propType: PROP_TYPES.STRING,\n },\n hitSlop: {\n group: GROUPS.advanced,\n name: \"hitSlop\",\n label: \"hitSlop\",\n description:\n \"This defines how far a touch event can start away from the view. Typical interface guidelines recommend touch targets that are at least 30 - 40 points/density-independent pixels.For example, if a touchable view has a height of 20 the touchable height can be extended to 40 with hitSlop={{top: 10, bottom: 10, left: 0, right: 0}}\\nThe touch area never extends past the parent view bounds and the Z-index of sibling views always takes precedence if a touch hits two overlapping views.\\n\",\n editable: true,\n required: false,\n formType: FORM_TYPES.position,\n propType: PROP_TYPES.OBJECT,\n defaultValue: null,\n },\n pointerEvents: {\n group: GROUPS.advanced,\n name: \"pointerEvents\",\n label: \"pointerEvents\",\n description:\n \"Controls whether the View can be the target of touch events.\\n'auto': The View can be the target of touch events.\\n'none': The View is never the target of touch events.\\n'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:\\n.box-none {\\n pointer-events: none;\\n}\\n.box-none * {\\n pointer-events: auto;\\n}\\n\\n'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:\\n.box-only {\\n pointer-events: auto;\\n}\\n.box-only * {\\n pointer-events: none;\\n}\\n\\nSince pointerEvents does not affect layout/appearance, and we are already deviating from the spec by adding additional modes, we opt to not include pointerEvents on style. On some platforms, we would need to implement it as a className anyways. Using style or not is an implementation detail of the platform.\\n\",\n options: [\"auto\", \"none\", \"box-none\", \"box-only\"],\n editable: true,\n required: false,\n formType: FORM_TYPES.flatArray,\n propType: PROP_TYPES.STRING,\n defaultValue: null,\n },\n removeClippedSubviews: {\n group: GROUPS.advanced,\n name: \"removeClippedSubviews\",\n label: \"removeClippedSubviews\",\n description:\n \"This is a reserved performance property exposed by RCTView and is useful for scrolling content when there are many subviews, most of which are offscreen. For this property to be effective, it must be applied to a view that contains many subviews that extend outside its bound. The subviews must also have overflow: hidden, as should the containing view (or one of its superviews).\",\n editable: true,\n required: false,\n formType: FORM_TYPES.boolean,\n propType: PROP_TYPES.BOOLEAN,\n defaultValue: null,\n },\n collapsable: {\n group: GROUPS.advanced,\n name: \"collapsable\",\n label: \"collapsable\",\n description:\n \"Views that are only used to layout their children or otherwise don't draw anything may be automatically removed from the native hierarchy as an optimization. Set this property to false to disable this optimization and ensure that this View exists in the native view hierarchy.\",\n editable: true,\n required: false,\n formType: FORM_TYPES.boolean,\n propType: PROP_TYPES.BOOLEAN,\n defaultValue: null,\n },\n needsOffscreenAlphaCompositing: {\n group: GROUPS.advanced,\n name: \"needsOffscreenAlphaCompositing\",\n label: \"needsOffscreenAlphaCompositing\",\n description:\n \"Whether this View needs to rendered offscreen and composited with an alpha in order to preserve 100% correct colors and blending behavior. The default (false) falls back to drawing the component and its children with an alpha applied to the paint used to draw each element instead of rendering the full component offscreen and compositing it back with an alpha value. This default may be noticeable and undesired in the case where the View you are setting an opacity on has multiple overlapping elements (e.g. multiple overlapping Views, or text and a background).Rendering offscreen to preserve correct alpha behavior is extremely expensive and hard to debug for non-native developers, which is why it is not turned on by default. If you do need to enable this property for an animation, consider combining it with renderToHardwareTextureAndroid if the view contents are static (i.e. it doesn't need to be redrawn each frame). If that property is enabled, this View will be rendered off-screen once, saved in a hardware texture, and then composited onto the screen with an alpha each frame without having to switch rendering targets on the GPU.\",\n editable: true,\n required: false,\n formType: FORM_TYPES.boolean,\n propType: PROP_TYPES.BOOLEAN,\n defaultValue: null,\n },\n renderToHardwareTextureAndroid: {\n group: GROUPS.advanced,\n name: \"renderToHardwareTextureAndroid\",\n label: \"renderToHardwareTextureAndroid\",\n description:\n \"Whether this View should render itself (and all of its children) into a single hardware texture on the GPU.On Android, this is useful for animations and interactions that only modify opacity, rotation, translation, and/or scale: in those cases, the view doesn't have to be redrawn and display lists don't need to be re-executed. The texture can be re-used and re-composited with different parameters. The downside is that this can use up limited video memory, so this prop should be set back to false at the end of the interaction/animation.\",\n editable: true,\n required: false,\n formType: FORM_TYPES.boolean,\n propType: PROP_TYPES.BOOLEAN,\n defaultValue: null,\n },\n shouldRasterizeIOS: {\n group: GROUPS.advanced,\n name: \"shouldRasterizeIOS\",\n label: \"shouldRasterizeIOS\",\n description:\n \"Whether this View should be rendered as a bitmap before compositing.On iOS, this is useful for animations and interactions that do not modify this component's dimensions nor its children; for example, when translating the position of a static view, rasterization allows the renderer to reuse a cached bitmap of a static view and quickly composite it during each frame.Rasterization incurs an off-screen drawing pass and the bitmap consumes memory. Test and measure when using this property.\",\n editable: true,\n required: false,\n formType: FORM_TYPES.boolean,\n propType: PROP_TYPES.BOOLEAN,\n defaultValue: null,\n },\n },\n};\n"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["COMPONENT_TYPES","createSourceProp","createStaticBoolProp","createTextProp","GROUPS","StylesPanelSections","SEED_DATA","name","tag","description","category","utility","stylesPanelSections","Size","Margins","Borders","layout","flex","props","source","defaultValue","optimizeVideoChat","label","javaScriptEnabled","group","advanced","javaScriptCanOpenWindowsAutomatically","showsHorizontalScrollIndicator","showsVerticalScrollIndicator","mediaPlaybackRequiresUserAction","startInLoadingState","allowFileAccessFromFileURLs","allowUniversalAccessFromFileURLs","cacheEnabled","incognito","userAgent","applicationNameForUserAgent"],"sources":["WebView.ts"],"sourcesContent":["import {\n COMPONENT_TYPES,\n createSourceProp,\n createStaticBoolProp,\n createTextProp,\n GROUPS,\n StylesPanelSections,\n} from \"@draftbit/types\";\n\nexport const SEED_DATA = {\n name: \"Web View\",\n tag: \"WebView\",\n description: \"Render web content inside a view\",\n category: COMPONENT_TYPES.utility,\n stylesPanelSections: [\n StylesPanelSections.Size,\n StylesPanelSections.Margins,\n StylesPanelSections.Borders,\n ],\n layout: { flex: 1 },\n props: {\n source: createSourceProp({\n defaultValue: \"https://reactnative.dev\",\n }),\n optimizeVideoChat: createStaticBoolProp({\n defaultValue: false,\n label: \"Optimize Video Chat\",\n description:\n \"Allows for a better experience from web hosted video chat services\",\n }),\n javaScriptEnabled: createStaticBoolProp({\n defaultValue: true,\n group: GROUPS.advanced,\n label: \"Enable Javascript\",\n description:\n \"Boolean value to enable JavaScript in the WebView. The default value is true.\",\n }),\n javaScriptCanOpenWindowsAutomatically: createStaticBoolProp({\n defaultValue: false,\n group: GROUPS.advanced,\n label: \"Allow New Windows\",\n description:\n \"A Boolean value indicating whether JavaScript can open windows without user interaction. The default value is false.\",\n }),\n showsHorizontalScrollIndicator: createStaticBoolProp({\n defaultValue: true,\n group: GROUPS.advanced,\n label: \"Horizontal Scollbars\",\n description:\n \"Boolean value that determines whether a horizontal scroll indicator is shown in the WebView. The default value is true.\",\n }),\n showsVerticalScrollIndicator: createStaticBoolProp({\n defaultValue: true,\n group: GROUPS.advanced,\n label: \"Vertical Scollbars\",\n description:\n \"Boolean value that determines whether a vertical scroll indicator is shown in the WebView. The default value is true.\",\n }),\n mediaPlaybackRequiresUserAction: createStaticBoolProp({\n label: \"Media Playback Requires User Action\",\n group: GROUPS.advanced,\n description:\n \"Boolean that determines whether HTML5 audio and video requires the user to tap them before they start playing. The default value is true. (Android API minimum version 17).\",\n }),\n startInLoadingState: createStaticBoolProp({\n label: \"Start In Loading State\",\n group: GROUPS.advanced,\n description:\n \"Boolean value that forces the WebView to show the loading view on the first load. This prop must be set to true in order for the renderLoading prop to work.\",\n }),\n allowFileAccessFromFileURLs: createStaticBoolProp({\n label: \"Allow File Access From File URLs\",\n group: GROUPS.advanced,\n description:\n \"Boolean that sets whether JavaScript running in the context of a file scheme URL should be allowed to access content from other file scheme URLs. The default value is false.\",\n }),\n allowUniversalAccessFromFileURLs: createStaticBoolProp({\n label: \"Allow Universal Access From File URLs\",\n group: GROUPS.advanced,\n description:\n \"Boolean that sets whether JavaScript running in the context of a file scheme URL should be allowed to access content from any origin. Including accessing content from other file scheme URLs. The default value is false.\",\n }),\n cacheEnabled: createStaticBoolProp({\n label: \"Enable Cache\",\n defaultValue: true,\n description: \"Sets whether WebView should use browser caching.\",\n }),\n incognito: createStaticBoolProp({\n label: \"Use Incognito Mode\",\n description:\n \"Does not store any data within the lifetime of the WebView.\",\n }),\n userAgent: createTextProp({\n group: GROUPS.advanced,\n defaultValue: null,\n label: \"User Agent\",\n description: \"Sets the user-agent for the WebView.\",\n }),\n applicationNameForUserAgent: createTextProp({\n group: GROUPS.advanced,\n defaultValue: null,\n label: \"User Agent App Name\",\n description:\n \"Append to the existing user-agent. Setting userAgent will override this.\",\n }),\n },\n};\n"],"mappings":"AAAA,SACEA,eAAe,EACfC,gBAAgB,EAChBC,oBAAoB,EACpBC,cAAc,EACdC,MAAM,EACNC,mBAAmB,QACd,iBAAiB;AAExB,OAAO,MAAMC,SAAS,GAAG;EACvBC,IAAI,EAAE,UAAU;EAChBC,GAAG,EAAE,SAAS;EACdC,WAAW,EAAE,kCAAkC;EAC/CC,QAAQ,EAAEV,eAAe,CAACW,OAAO;EACjCC,mBAAmB,EAAE,CACnBP,mBAAmB,CAACQ,IAAI,EACxBR,mBAAmB,CAACS,OAAO,EAC3BT,mBAAmB,CAACU,OAAO,CAC5B;EACDC,MAAM,EAAE;IAAEC,IAAI,EAAE;EAAE,CAAC;EACnBC,KAAK,EAAE;IACLC,MAAM,EAAElB,gBAAgB,CAAC;MACvBmB,YAAY,EAAE;IAChB,CAAC,CAAC;IACFC,iBAAiB,EAAEnB,oBAAoB,CAAC;MACtCkB,YAAY,EAAE,KAAK;MACnBE,KAAK,EAAE,qBAAqB;MAC5Bb,WAAW,EACT;IACJ,CAAC,CAAC;IACFc,iBAAiB,EAAErB,oBAAoB,CAAC;MACtCkB,YAAY,EAAE,IAAI;MAClBI,KAAK,EAAEpB,MAAM,CAACqB,QAAQ;MACtBH,KAAK,EAAE,mBAAmB;MAC1Bb,WAAW,EACT;IACJ,CAAC,CAAC;IACFiB,qCAAqC,EAAExB,oBAAoB,CAAC;MAC1DkB,YAAY,EAAE,KAAK;MACnBI,KAAK,EAAEpB,MAAM,CAACqB,QAAQ;MACtBH,KAAK,EAAE,mBAAmB;MAC1Bb,WAAW,EACT;IACJ,CAAC,CAAC;IACFkB,8BAA8B,EAAEzB,oBAAoB,CAAC;MACnDkB,YAAY,EAAE,IAAI;MAClBI,KAAK,EAAEpB,MAAM,CAACqB,QAAQ;MACtBH,KAAK,EAAE,sBAAsB;MAC7Bb,WAAW,EACT;IACJ,CAAC,CAAC;IACFmB,4BAA4B,EAAE1B,oBAAoB,CAAC;MACjDkB,YAAY,EAAE,IAAI;MAClBI,KAAK,EAAEpB,MAAM,CAACqB,QAAQ;MACtBH,KAAK,EAAE,oBAAoB;MAC3Bb,WAAW,EACT;IACJ,CAAC,CAAC;IACFoB,+BAA+B,EAAE3B,oBAAoB,CAAC;MACpDoB,KAAK,EAAE,qCAAqC;MAC5CE,KAAK,EAAEpB,MAAM,CAACqB,QAAQ;MACtBhB,WAAW,EACT;IACJ,CAAC,CAAC;IACFqB,mBAAmB,EAAE5B,oBAAoB,CAAC;MACxCoB,KAAK,EAAE,wBAAwB;MAC/BE,KAAK,EAAEpB,MAAM,CAACqB,QAAQ;MACtBhB,WAAW,EACT;IACJ,CAAC,CAAC;IACFsB,2BAA2B,EAAE7B,oBAAoB,CAAC;MAChDoB,KAAK,EAAE,kCAAkC;MACzCE,KAAK,EAAEpB,MAAM,CAACqB,QAAQ;MACtBhB,WAAW,EACT;IACJ,CAAC,CAAC;IACFuB,gCAAgC,EAAE9B,oBAAoB,CAAC;MACrDoB,KAAK,EAAE,uCAAuC;MAC9CE,KAAK,EAAEpB,MAAM,CAACqB,QAAQ;MACtBhB,WAAW,EACT;IACJ,CAAC,CAAC;IACFwB,YAAY,EAAE/B,oBAAoB,CAAC;MACjCoB,KAAK,EAAE,cAAc;MACrBF,YAAY,EAAE,IAAI;MAClBX,WAAW,EAAE;IACf,CAAC,CAAC;IACFyB,SAAS,EAAEhC,oBAAoB,CAAC;MAC9BoB,KAAK,EAAE,oBAAoB;MAC3Bb,WAAW,EACT;IACJ,CAAC,CAAC;IACF0B,SAAS,EAAEhC,cAAc,CAAC;MACxBqB,KAAK,EAAEpB,MAAM,CAACqB,QAAQ;MACtBL,YAAY,EAAE,IAAI;MAClBE,KAAK,EAAE,YAAY;MACnBb,WAAW,EAAE;IACf,CAAC,CAAC;IACF2B,2BAA2B,EAAEjC,cAAc,CAAC;MAC1CqB,KAAK,EAAEpB,MAAM,CAACqB,QAAQ;MACtBL,YAAY,EAAE,IAAI;MAClBE,KAAK,EAAE,qBAAqB;MAC5Bb,WAAW,EACT;IACJ,CAAC;EACH;AACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["color","DefaultTheme","white","black","pinkA100","DarkTheme","dark","mode","colors","primary","background","surface","error","onBackground","onSurface","text","disabled","alpha","rgb","string","placeholder","backdrop","notification"],"sources":["DarkTheme.tsx"],"sourcesContent":["// @ts-nocheck\nimport color from \"color\";\nimport DefaultTheme from \"./DefaultTheme\";\nimport type { Theme } from \"./DefaultTheme\";\n\nconst white = \"#FFF\";\nconst black = \"#000\";\nconst pinkA100 = \"#ff80ab\";\n\nconst DarkTheme: Theme = {\n ...DefaultTheme,\n dark: true,\n mode: \"adaptive\",\n colors: {\n ...DefaultTheme.colors,\n primary: \"#BB86FC\",\n background: \"#121212\",\n surface: \"#121212\",\n error: \"#CF6679\",\n onBackground: \"#FFFFFF\",\n onSurface: \"#FFFFFF\",\n text: white,\n disabled: color(white).alpha(0.38).rgb().string(),\n placeholder: color(white).alpha(0.54).rgb().string(),\n backdrop: color(black).alpha(0.5).rgb().string(),\n notification: pinkA100,\n },\n};\n\nexport default DarkTheme;\n"],"mappings":"AAAA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,YAAY,MAAM,gBAAgB;AAGzC,MAAMC,KAAK,GAAG,MAAM;AACpB,MAAMC,KAAK,GAAG,MAAM;AACpB,MAAMC,QAAQ,GAAG,SAAS;AAE1B,MAAMC,SAAgB,GAAG;EACvB,GAAGJ,YAAY;EACfK,IAAI,EAAE,IAAI;EACVC,IAAI,EAAE,UAAU;EAChBC,MAAM,EAAE;IACN,GAAGP,YAAY,CAACO,MAAM;IACtBC,OAAO,EAAE,SAAS;IAClBC,UAAU,EAAE,SAAS;IACrBC,OAAO,EAAE,SAAS;IAClBC,KAAK,EAAE,SAAS;IAChBC,YAAY,EAAE,SAAS;IACvBC,SAAS,EAAE,SAAS;IACpBC,IAAI,EAAEb,KAAK;IACXc,QAAQ,EAAEhB,KAAK,CAACE,KAAK,CAAC,CAACe,KAAK,CAAC,IAAI,CAAC,CAACC,GAAG,EAAE,CAACC,MAAM,EAAE;IACjDC,WAAW,EAAEpB,KAAK,CAACE,KAAK,CAAC,CAACe,KAAK,CAAC,IAAI,CAAC,CAACC,GAAG,EAAE,CAACC,MAAM,EAAE;IACpDE,QAAQ,EAAErB,KAAK,CAACG,KAAK,CAAC,CAACc,KAAK,CAAC,GAAG,CAAC,CAACC,GAAG,EAAE,CAACC,MAAM,EAAE;IAChDG,YAAY,EAAElB;EAChB;AACF,CAAC;AAED,eAAeC,SAAS"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["systemWeights","configureFonts","DefaultTheme","disabledOpacity","roundness","dark","mode","borderRadius","global","button","colors","primary","secondary","surface","background","error","divider","strong","medium","strongInverse","mediumInverse","lightInverse","light","text","placeholder","disabled","fonts","typography","headline1","regular","fontSize","letterSpacing","lineHeight","headline2","headline3","headline4","headline5","subtitle1","subtitle2","body1","body2","caption","overline","headline6"],"sources":["DefaultTheme.tsx"],"sourcesContent":["import { systemWeights } from \"react-native-typography\";\nimport configureFonts from \"./fonts\";\n\nconst DefaultTheme = {\n disabledOpacity: 0.5,\n roundness: 8,\n dark: false,\n mode: \"exact\",\n borderRadius: {\n global: 6,\n button: 24,\n },\n colors: {\n primary: \"rgba(90, 69, 255, 1)\",\n secondary: \"rgba(59, 201, 234, 1)\",\n surface: \"rgba(255, 255, 255, 1)\",\n background: \"rgba(251, 252, 253, 1)\",\n error: \"rgba(255, 69, 100, 1)\",\n divider: \"rgba(200, 200, 200, 1)\",\n strong: \"rgba(18, 20, 44, 1)\",\n medium: \"rgba(70, 78, 88, 1)\",\n strongInverse: \"rgba(255, 255, 255, 1)\",\n mediumInverse: \"rgba(255, 255, 255, 0.87)\",\n lightInverse: \"rgba(255, 255, 255, 0.68)\",\n light: \"rgba(165, 173, 183, 1)\",\n text: \"#000\",\n placeholder: \"#333\",\n disabled: \"rgba(0, 0, 0, 0.25)\",\n },\n fonts: configureFonts(),\n typography: {\n headline1: {\n ...systemWeights.regular,\n fontSize: 60,\n letterSpacing: 0,\n lineHeight: 71,\n },\n headline2: {\n ...systemWeights.regular,\n fontSize: 48,\n letterSpacing: 0,\n lineHeight: 58,\n },\n headline3: {\n ...systemWeights.regular,\n fontSize: 34,\n letterSpacing: 0,\n lineHeight: 40,\n },\n headline4: {\n ...systemWeights.regular,\n fontSize: 24,\n letterSpacing: 0,\n lineHeight: 34,\n },\n headline5: {\n ...systemWeights.regular,\n fontSize: 20,\n letterSpacing: 0,\n lineHeight: 26,\n },\n subtitle1: {\n ...systemWeights.regular,\n fontSize: 16,\n letterSpacing: 0,\n lineHeight: 26,\n },\n subtitle2: {\n ...systemWeights.regular,\n fontSize: 14,\n letterSpacing: 0,\n lineHeight: 22,\n },\n body1: {\n ...systemWeights.regular,\n fontSize: 16,\n letterSpacing: 0,\n lineHeight: 26,\n },\n body2: {\n ...systemWeights.regular,\n fontSize: 14,\n letterSpacing: 0,\n lineHeight: 22,\n },\n button: {\n ...systemWeights.regular,\n fontSize: 14,\n letterSpacing: 0,\n lineHeight: 16,\n },\n caption: {\n ...systemWeights.regular,\n fontSize: 12,\n letterSpacing: 0,\n lineHeight: 16,\n },\n overline: {\n ...systemWeights.regular,\n fontSize: 12,\n letterSpacing: 2,\n lineHeight: 16,\n },\n headline6: {\n ...systemWeights.regular,\n fontSize: 16,\n letterSpacing: 0,\n lineHeight: 24,\n },\n },\n};\n\nexport default DefaultTheme;\nexport type Theme = typeof DefaultTheme;\n"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Platform","fontConfig","web","regular","fontFamily","fontWeight","medium","light","thin","ios","default","configureFonts","config","fonts","select"],"sources":["fonts.tsx"],"sourcesContent":["/* https://github.com/callstack/react-native-paper/blob/main/src/styles/fonts.tsx */\nimport { Platform, PlatformOSType } from \"react-native\";\nimport type { Fonts } from \"@draftbit/types\";\n\nconst fontConfig = {\n web: {\n regular: {\n fontFamily: 'Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif',\n fontWeight: \"400\" as \"400\",\n },\n medium: {\n fontFamily: 'Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif',\n fontWeight: \"500\" as \"500\",\n },\n light: {\n fontFamily: 'Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif',\n fontWeight: \"300\" as \"300\",\n },\n thin: {\n fontFamily: 'Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif',\n fontWeight: \"100\" as \"100\",\n },\n },\n ios: {\n regular: {\n fontFamily: \"System\",\n fontWeight: \"400\" as \"400\",\n },\n medium: {\n fontFamily: \"System\",\n fontWeight: \"500\" as \"500\",\n },\n light: {\n fontFamily: \"System\",\n fontWeight: \"300\" as \"300\",\n },\n thin: {\n fontFamily: \"System\",\n fontWeight: \"100\" as \"100\",\n },\n },\n default: {\n regular: {\n fontFamily: \"sans-serif\",\n fontWeight: \"normal\" as \"normal\",\n },\n medium: {\n fontFamily: \"sans-serif-medium\",\n fontWeight: \"normal\" as \"normal\",\n },\n light: {\n fontFamily: \"sans-serif-light\",\n fontWeight: \"normal\" as \"normal\",\n },\n thin: {\n fontFamily: \"sans-serif-thin\",\n fontWeight: \"normal\" as \"normal\",\n },\n },\n};\n\nexport default function configureFonts(config?: {\n [platform in PlatformOSType | \"default\"]?: Fonts;\n}): Fonts {\n const fonts = Platform.select({ ...fontConfig, ...config }) as Fonts;\n return fonts;\n}\n"],"mappings":"AAAA;AACA,SAASA,QAAQ,QAAwB,cAAc;AAGvD,MAAMC,UAAU,GAAG;EACjBC,GAAG,EAAE;IACHC,OAAO,EAAE;MACPC,UAAU,EAAE,wDAAwD;MACpEC,UAAU,EAAE;IACd,CAAC;IACDC,MAAM,EAAE;MACNF,UAAU,EAAE,wDAAwD;MACpEC,UAAU,EAAE;IACd,CAAC;IACDE,KAAK,EAAE;MACLH,UAAU,EAAE,wDAAwD;MACpEC,UAAU,EAAE;IACd,CAAC;IACDG,IAAI,EAAE;MACJJ,UAAU,EAAE,wDAAwD;MACpEC,UAAU,EAAE;IACd;EACF,CAAC;EACDI,GAAG,EAAE;IACHN,OAAO,EAAE;MACPC,UAAU,EAAE,QAAQ;MACpBC,UAAU,EAAE;IACd,CAAC;IACDC,MAAM,EAAE;MACNF,UAAU,EAAE,QAAQ;MACpBC,UAAU,EAAE;IACd,CAAC;IACDE,KAAK,EAAE;MACLH,UAAU,EAAE,QAAQ;MACpBC,UAAU,EAAE;IACd,CAAC;IACDG,IAAI,EAAE;MACJJ,UAAU,EAAE,QAAQ;MACpBC,UAAU,EAAE;IACd;EACF,CAAC;EACDK,OAAO,EAAE;IACPP,OAAO,EAAE;MACPC,UAAU,EAAE,YAAY;MACxBC,UAAU,EAAE;IACd,CAAC;IACDC,MAAM,EAAE;MACNF,UAAU,EAAE,mBAAmB;MAC/BC,UAAU,EAAE;IACd,CAAC;IACDE,KAAK,EAAE;MACLH,UAAU,EAAE,kBAAkB;MAC9BC,UAAU,EAAE;IACd,CAAC;IACDG,IAAI,EAAE;MACJJ,UAAU,EAAE,iBAAiB;MAC7BC,UAAU,EAAE;IACd;EACF;AACF,CAAC;AAED,eAAe,SAASM,cAAc,CAACC,MAEtC,EAAS;EACR,MAAMC,KAAK,GAAGb,QAAQ,CAACc,MAAM,CAAC;IAAE,GAAGb,UAAU;IAAE,GAAGW;EAAO,CAAC,CAAU;EACpE,OAAOC,KAAK;AACd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["color","Animated","DarkTheme","isAnimatedValue","it","Value","overlay","elevation","surfaceColor","colors","surface","inputRange","interpolate","outputRange","map","e","calculateColor","overlayTransparency","elevationOverlayTransparency","mix","hex"],"sources":["overlay.tsx"],"sourcesContent":["/* Copied from https://github.com/callstack/react-native-paper/blob/main/src/styles/overlay.tsx */\nimport color from \"color\";\nimport { Animated } from \"react-native\";\nimport DarkTheme from \"./DarkTheme\";\n\nconst isAnimatedValue = (\n it: number | Animated.AnimatedInterpolation\n): it is Animated.Value => it instanceof Animated.Value;\n\nexport default function overlay<T extends Animated.Value | number>(\n elevation: T,\n surfaceColor: string = DarkTheme.colors.surface\n): T extends number ? string : Animated.AnimatedInterpolation {\n if (isAnimatedValue(elevation)) {\n const inputRange = [0, 1, 2, 3, 8, 24];\n\n // @ts-expect-error: TS doesn't seem to refine the type correctly\n return elevation.interpolate({\n inputRange,\n outputRange: inputRange.map((e) => {\n return calculateColor(surfaceColor, e);\n }),\n });\n }\n\n // @ts-expect-error: TS doesn't seem to refine the type correctly\n return calculateColor(surfaceColor, elevation);\n}\n\nfunction calculateColor(surfaceColor: string, elevation: number = 1) {\n let overlayTransparency: number;\n if (elevation >= 1 && elevation <= 24) {\n overlayTransparency = elevationOverlayTransparency[elevation];\n } else if (elevation > 24) {\n overlayTransparency = elevationOverlayTransparency[24];\n } else {\n overlayTransparency = elevationOverlayTransparency[1];\n }\n return color(surfaceColor)\n .mix(color(\"white\"), overlayTransparency * 0.01)\n .hex();\n}\n\nconst elevationOverlayTransparency: Record<string, number> = {\n 1: 5,\n 2: 7,\n 3: 8,\n 4: 9,\n 5: 10,\n 6: 11,\n 7: 11.5,\n 8: 12,\n 9: 12.5,\n 10: 13,\n 11: 13.5,\n 12: 14,\n 13: 14.25,\n 14: 14.5,\n 15: 14.75,\n 16: 15,\n 17: 15.12,\n 18: 15.24,\n 19: 15.36,\n 20: 15.48,\n 21: 15.6,\n 22: 15.72,\n 23: 15.84,\n 24: 16,\n};\n"],"mappings":"AAAA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,QAAQ,cAAc;AACvC,OAAOC,SAAS,MAAM,aAAa;AAEnC,MAAMC,eAAe,GACnBC,EAA2C,IAClBA,EAAE,YAAYH,QAAQ,CAACI,KAAK;AAEvD,eAAe,SAASC,OAAO,CAC7BC,SAAY,EAEgD;EAAA,IAD5DC,YAAoB,uEAAGN,SAAS,CAACO,MAAM,CAACC,OAAO;EAE/C,IAAIP,eAAe,CAACI,SAAS,CAAC,EAAE;IAC9B,MAAMI,UAAU,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;;IAEtC;IACA,OAAOJ,SAAS,CAACK,WAAW,CAAC;MAC3BD,UAAU;MACVE,WAAW,EAAEF,UAAU,CAACG,GAAG,CAAEC,CAAC,IAAK;QACjC,OAAOC,cAAc,CAACR,YAAY,EAAEO,CAAC,CAAC;MACxC,CAAC;IACH,CAAC,CAAC;EACJ;;EAEA;EACA,OAAOC,cAAc,CAACR,YAAY,EAAED,SAAS,CAAC;AAChD;AAEA,SAASS,cAAc,CAACR,YAAoB,EAAyB;EAAA,IAAvBD,SAAiB,uEAAG,CAAC;EACjE,IAAIU,mBAA2B;EAC/B,IAAIV,SAAS,IAAI,CAAC,IAAIA,SAAS,IAAI,EAAE,EAAE;IACrCU,mBAAmB,GAAGC,4BAA4B,CAACX,SAAS,CAAC;EAC/D,CAAC,MAAM,IAAIA,SAAS,GAAG,EAAE,EAAE;IACzBU,mBAAmB,GAAGC,4BAA4B,CAAC,EAAE,CAAC;EACxD,CAAC,MAAM;IACLD,mBAAmB,GAAGC,4BAA4B,CAAC,CAAC,CAAC;EACvD;EACA,OAAOlB,KAAK,CAACQ,YAAY,CAAC,CACvBW,GAAG,CAACnB,KAAK,CAAC,OAAO,CAAC,EAAEiB,mBAAmB,GAAG,IAAI,CAAC,CAC/CG,GAAG,EAAE;AACV;AAEA,MAAMF,4BAAoD,GAAG;EAC3D,CAAC,EAAE,CAAC;EACJ,CAAC,EAAE,CAAC;EACJ,CAAC,EAAE,CAAC;EACJ,CAAC,EAAE,CAAC;EACJ,CAAC,EAAE,EAAE;EACL,CAAC,EAAE,EAAE;EACL,CAAC,EAAE,IAAI;EACP,CAAC,EAAE,EAAE;EACL,CAAC,EAAE,IAAI;EACP,EAAE,EAAE,EAAE;EACN,EAAE,EAAE,IAAI;EACR,EAAE,EAAE,EAAE;EACN,EAAE,EAAE,KAAK;EACT,EAAE,EAAE,IAAI;EACR,EAAE,EAAE,KAAK;EACT,EAAE,EAAE,EAAE;EACN,EAAE,EAAE,KAAK;EACT,EAAE,EAAE,KAAK;EACT,EAAE,EAAE,KAAK;EACT,EAAE,EAAE,KAAK;EACT,EAAE,EAAE,IAAI;EACR,EAAE,EAAE,KAAK;EACT,EAAE,EAAE,KAAK;EACT,EAAE,EAAE;AACN,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Animated","SHADOW_COLOR","SHADOW_OPACITY","shadow","elevation","Value","inputRange","shadowColor","shadowOffset","width","height","interpolate","outputRange","shadowOpacity","shadowRadius","radius"],"sources":["shadow.tsx"],"sourcesContent":["import { Animated } from \"react-native\";\n\nconst SHADOW_COLOR = \"#000\";\nconst SHADOW_OPACITY = 0.24;\n\nexport default function shadow(elevation: number | Animated.Value = 0) {\n if (elevation instanceof Animated.Value) {\n const inputRange = [0, 1, 2, 3, 8, 24];\n\n return {\n shadowColor: SHADOW_COLOR,\n shadowOffset: {\n width: new Animated.Value(0),\n height: elevation.interpolate({\n inputRange,\n outputRange: [0, 0.5, 0.75, 2, 7, 23],\n }),\n },\n shadowOpacity: new Animated.Value(SHADOW_OPACITY),\n shadowRadius: elevation.interpolate({\n inputRange,\n outputRange: [0, 0.75, 1.5, 3, 8, 24],\n }),\n };\n } else {\n if (elevation === 0) {\n return {};\n }\n\n let height, radius;\n switch (elevation) {\n case 1:\n height = 0.5;\n radius = 0.75;\n break;\n case 2:\n height = 0.75;\n radius = 1.5;\n break;\n default:\n height = elevation - 1;\n radius = elevation;\n }\n\n return {\n shadowColor: SHADOW_COLOR,\n shadowOffset: {\n width: 0,\n height,\n },\n shadowOpacity: SHADOW_OPACITY,\n shadowRadius: radius,\n };\n }\n}\n"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,cAAc;AAEvC,MAAMC,YAAY,GAAG,MAAM;AAC3B,MAAMC,cAAc,GAAG,IAAI;AAE3B,eAAe,SAASC,MAAM,GAAyC;EAAA,IAAxCC,SAAkC,uEAAG,CAAC;EACnE,IAAIA,SAAS,YAAYJ,QAAQ,CAACK,KAAK,EAAE;IACvC,MAAMC,UAAU,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;IAEtC,OAAO;MACLC,WAAW,EAAEN,YAAY;MACzBO,YAAY,EAAE;QACZC,KAAK,EAAE,IAAIT,QAAQ,CAACK,KAAK,CAAC,CAAC,CAAC;QAC5BK,MAAM,EAAEN,SAAS,CAACO,WAAW,CAAC;UAC5BL,UAAU;UACVM,WAAW,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE;QACtC,CAAC;MACH,CAAC;MACDC,aAAa,EAAE,IAAIb,QAAQ,CAACK,KAAK,CAACH,cAAc,CAAC;MACjDY,YAAY,EAAEV,SAAS,CAACO,WAAW,CAAC;QAClCL,UAAU;QACVM,WAAW,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE;MACtC,CAAC;IACH,CAAC;EACH,CAAC,MAAM;IACL,IAAIR,SAAS,KAAK,CAAC,EAAE;MACnB,OAAO,CAAC,CAAC;IACX;IAEA,IAAIM,MAAM,EAAEK,MAAM;IAClB,QAAQX,SAAS;MACf,KAAK,CAAC;QACJM,MAAM,GAAG,GAAG;QACZK,MAAM,GAAG,IAAI;QACb;MACF,KAAK,CAAC;QACJL,MAAM,GAAG,IAAI;QACbK,MAAM,GAAG,GAAG;QACZ;MACF;QACEL,MAAM,GAAGN,SAAS,GAAG,CAAC;QACtBW,MAAM,GAAGX,SAAS;IAAC;IAGvB,OAAO;MACLG,WAAW,EAAEN,YAAY;MACzBO,YAAY,EAAE;QACZC,KAAK,EAAE,CAAC;QACRC;MACF,CAAC;MACDG,aAAa,EAAEX,cAAc;MAC7BY,YAAY,EAAEC;IAChB,CAAC;EACH;AACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createTheming","DefaultTheme","ThemeProvider","withTheme","useTheme"],"sources":["theming.tsx"],"sourcesContent":["import { createTheming } from \"@draftbit/react-theme-provider\";\nimport DefaultTheme from \"./styles/DefaultTheme\";\nimport type { Theme } from \"@draftbit/types\";\n\nexport const { ThemeProvider, withTheme, useTheme } =\n createTheming<Theme>(DefaultTheme);\n"],"mappings":"AAAA,SAASA,aAAa,QAAQ,gCAAgC;AAC9D,OAAOC,YAAY,MAAM,uBAAuB;AAGhD,OAAO,MAAM;EAAEC,aAAa;EAAEC,SAAS;EAAEC;AAAS,CAAC,GACjDJ,aAAa,CAAQC,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","isString","isNumber","pick","pickBy","identity","extractStyles","style","color","fontFamily","fontWeight","fontSize","lineHeight","letterSpacing","textTransform","textAlign","textDecorationLine","textDecorationColor","textDecorationStyle","viewStyles","flatten","textStyles","borderStyleNames","marginStyleNames","extractBorderAndMarginStyles","additionalBorderStyles","additionalMarginStyles","flatStyle","borderStyles","marginStyles","applyStyles","baseStyles","stylesToApply","flattenedStyles","key","value","Object","entries","getValueForRadioButton","String","Error"],"sources":["utilities.ts"],"sourcesContent":["import { StyleSheet, StyleProp, TextStyle } from \"react-native\";\nimport { isString, isNumber, pick, pickBy, identity } from \"lodash\";\n\nexport function extractStyles(style: StyleProp<any>) {\n const {\n color,\n fontFamily,\n fontWeight,\n fontSize,\n lineHeight,\n letterSpacing,\n textTransform,\n textAlign,\n textDecorationLine,\n textDecorationColor,\n textDecorationStyle,\n ...viewStyles\n } = StyleSheet.flatten(style || {});\n\n const textStyles: TextStyle = {\n color,\n fontFamily,\n fontWeight,\n fontSize,\n lineHeight,\n letterSpacing,\n textTransform,\n textAlign,\n textDecorationLine,\n textDecorationColor,\n textDecorationStyle,\n };\n\n return { viewStyles, textStyles };\n}\n\nexport const borderStyleNames = [\n \"borderRadius\",\n \"borderBottomColor\",\n \"borderBottomEndRadius\",\n \"borderBottomLeftRadius\",\n \"borderBottomRightRadius\",\n \"borderBottomStartRadius\",\n \"borderBottomWidth\",\n \"borderColor\",\n \"borderEndColor\",\n \"borderLeftColor\",\n \"borderLeftWidth\",\n \"borderRadius\",\n \"borderRightColor\",\n \"borderRightWidth\",\n \"borderStartColor\",\n \"borderStyle\",\n \"borderTopColor\",\n \"borderTopEndRadius\",\n \"borderTopLeftRadius\",\n \"borderTopRightRadius\",\n \"borderTopStartRadius\",\n \"borderTopWidth\",\n \"borderWidth\",\n];\n\nexport const marginStyleNames = [\n \"margin\",\n \"marginBottom\",\n \"marginEnd\",\n \"marginHorizontal\",\n \"marginLeft\",\n \"marginRight\",\n \"marginStart\",\n \"marginTop\",\n \"marginVertical\",\n];\n\nexport function extractBorderAndMarginStyles(\n style: StyleProp<any>,\n additionalBorderStyles?: string[],\n additionalMarginStyles?: string[]\n) {\n const flatStyle = StyleSheet.flatten(style || {});\n\n const borderStyles = pickBy(\n pick(flatStyle, [\n ...borderStyleNames,\n ...(additionalBorderStyles ? additionalBorderStyles : []),\n ]),\n identity\n );\n\n const marginStyles = pickBy(\n pick(flatStyle, [\n ...marginStyleNames,\n ...(additionalMarginStyles ? additionalMarginStyles : []),\n ]),\n identity\n );\n\n return { borderStyles, marginStyles };\n}\n\n/**\n * Merges a style object on top of another style object. In React Native,\n * keys with undefined values in a style object will still override styles\n * that appear earlier in a sequence. This avoids that problem.\n *\n * This lets us avoid the `...(something ? { something } : {})` pattern.\n * There doesn't seem to be a better way to do this. These all seem to not\n * work (i.e. they all result in `{ color: undefined }`:\n * `const mergedStyles = [{ color: \"red\" }, { color: undefined }]`\n * `const mergedStyles = StyleSheet.compose({ color: \"red\" }, { color: undefined })`\n * `const mergedStyles = StyleSheet.flatten([{ color: \"red\" }, { color: undefined }])`\n */\nexport function applyStyles(\n baseStyles: Array<StyleProp<any>>,\n stylesToApply: StyleProp<any> | undefined\n) {\n if (!stylesToApply) {\n return;\n }\n\n const flattenedStyles = StyleSheet.flatten(baseStyles);\n\n for (const [key, value] of Object.entries(stylesToApply)) {\n if (value != null) {\n flattenedStyles[key] = value;\n }\n }\n\n return flattenedStyles;\n}\n\nexport function getValueForRadioButton(value: string | number) {\n if (isString(value)) {\n return value;\n } else if (isNumber(value)) {\n return String(value);\n } else {\n throw new Error(`Invalid value: ${value}`);\n }\n}\n"],"mappings":"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"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
export const SEED_DATA = {
|
|
3
|
-
name: "Aspect Ratio",
|
|
4
|
-
tag: "AspectRatio",
|
|
5
|
-
description: "AspectRatio controls the size of the undefined dimension of a node or child component.",
|
|
6
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
7
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
8
|
-
packageName: "native-base",
|
|
9
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
|
|
3
|
-
export const SEED_DATA = {
|
|
4
|
-
name: "Aspect Ratio",
|
|
5
|
-
tag: "AspectRatio",
|
|
6
|
-
description:
|
|
7
|
-
"AspectRatio controls the size of the undefined dimension of a node or child component.",
|
|
8
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
9
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
10
|
-
packageName: "native-base",
|
|
11
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
export const SEED_DATA = {
|
|
3
|
-
name: "Box",
|
|
4
|
-
tag: "Box",
|
|
5
|
-
description: "This is a generic component for low level layout needs. It is similar to a div in HTML",
|
|
6
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
7
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
8
|
-
packageName: "native-base",
|
|
9
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
|
|
3
|
-
export const SEED_DATA = {
|
|
4
|
-
name: "Box",
|
|
5
|
-
tag: "Box",
|
|
6
|
-
description:
|
|
7
|
-
"This is a generic component for low level layout needs. It is similar to a div in HTML",
|
|
8
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
9
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
10
|
-
packageName: "native-base",
|
|
11
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
export const SEED_DATA = [
|
|
3
|
-
{
|
|
4
|
-
name: "Center",
|
|
5
|
-
tag: "Center",
|
|
6
|
-
description: "Centers its child",
|
|
7
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
8
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
9
|
-
packageName: "native-base",
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
name: "Square",
|
|
13
|
-
tag: "Square",
|
|
14
|
-
description: "Centers its child inside a square",
|
|
15
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
16
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
17
|
-
packageName: "native-base",
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
name: "Circle",
|
|
21
|
-
tag: "Circle",
|
|
22
|
-
description: "Centers its child inside a circle",
|
|
23
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
24
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
25
|
-
packageName: "native-base",
|
|
26
|
-
},
|
|
27
|
-
];
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
|
|
3
|
-
export const SEED_DATA = [
|
|
4
|
-
{
|
|
5
|
-
name: "Center",
|
|
6
|
-
tag: "Center",
|
|
7
|
-
description: "Centers its child",
|
|
8
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
9
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
10
|
-
packageName: "native-base",
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
name: "Square",
|
|
14
|
-
tag: "Square",
|
|
15
|
-
description: "Centers its child inside a square",
|
|
16
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
17
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
18
|
-
packageName: "native-base",
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
name: "Circle",
|
|
22
|
-
tag: "Circle",
|
|
23
|
-
description: "Centers its child inside a circle",
|
|
24
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
25
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
26
|
-
packageName: "native-base",
|
|
27
|
-
},
|
|
28
|
-
];
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
export const SEED_DATA = {
|
|
3
|
-
name: "Column",
|
|
4
|
-
tag: "VStack",
|
|
5
|
-
description: "Column aligns items vertically",
|
|
6
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
7
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
8
|
-
packageName: "native-base",
|
|
9
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
|
|
3
|
-
export const SEED_DATA = {
|
|
4
|
-
name: "Column",
|
|
5
|
-
tag: "VStack",
|
|
6
|
-
description: "Column aligns items vertically",
|
|
7
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
8
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
9
|
-
packageName: "native-base",
|
|
10
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
export const SEED_DATA = {
|
|
3
|
-
name: "Container",
|
|
4
|
-
tag: "Container",
|
|
5
|
-
description: "The Container restricts a content's width according to current breakpoint, while keeping the size fluid.",
|
|
6
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
7
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
8
|
-
packageName: "native-base",
|
|
9
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
|
|
3
|
-
export const SEED_DATA = {
|
|
4
|
-
name: "Container",
|
|
5
|
-
tag: "Container",
|
|
6
|
-
description:
|
|
7
|
-
"The Container restricts a content's width according to current breakpoint, while keeping the size fluid.",
|
|
8
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
9
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
10
|
-
packageName: "native-base",
|
|
11
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
export const SEED_DATA = {
|
|
3
|
-
name: "Row",
|
|
4
|
-
tag: "HStack",
|
|
5
|
-
description: "Column aligns items horizontally",
|
|
6
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
7
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
8
|
-
packageName: "native-base",
|
|
9
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
|
|
3
|
-
export const SEED_DATA = {
|
|
4
|
-
name: "Row",
|
|
5
|
-
tag: "HStack",
|
|
6
|
-
description: "Column aligns items horizontally",
|
|
7
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
8
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
9
|
-
packageName: "native-base",
|
|
10
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
export const SEED_DATA = {
|
|
3
|
-
name: "Stack",
|
|
4
|
-
tag: "Stack",
|
|
5
|
-
description: "Stack aligns items vertically or horizontally based on the direction prop.",
|
|
6
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
7
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
8
|
-
packageName: "native-base",
|
|
9
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
|
|
3
|
-
export const SEED_DATA = {
|
|
4
|
-
name: "Stack",
|
|
5
|
-
tag: "Stack",
|
|
6
|
-
description:
|
|
7
|
-
"Stack aligns items vertically or horizontally based on the direction prop.",
|
|
8
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
9
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
10
|
-
packageName: "native-base",
|
|
11
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
export const SEED_DATA = {
|
|
3
|
-
name: "Row",
|
|
4
|
-
tag: "HStack",
|
|
5
|
-
description: "Column aligns items horizontally",
|
|
6
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
7
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
8
|
-
packageName: "native-base",
|
|
9
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, NB_LAYOUT_STYLES_SECTIONS } from "@draftbit/types";
|
|
2
|
-
|
|
3
|
-
export const SEED_DATA = {
|
|
4
|
-
name: "Row",
|
|
5
|
-
tag: "HStack",
|
|
6
|
-
description: "Column aligns items horizontally",
|
|
7
|
-
category: COMPONENT_TYPES.NBLayout,
|
|
8
|
-
stylesPanelSections: NB_LAYOUT_STYLES_SECTIONS,
|
|
9
|
-
packageName: "native-base",
|
|
10
|
-
};
|