@audira/carbon-react-native 1.0.0-beta.19 → 1.0.0-beta.20
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/components/accordion/_Header.js +15 -15
- package/lib/commonjs/components/accordion/_Header.js.map +1 -1
- package/lib/commonjs/components/accordion/_HeaderBorder.js +8 -8
- package/lib/commonjs/components/accordion/_HeaderBorder.js.map +1 -1
- package/lib/commonjs/components/accordion/_Item.js +2 -2
- package/lib/commonjs/components/accordion/_Item.js.map +1 -1
- package/lib/commonjs/components/box/Box.js +26 -0
- package/lib/commonjs/components/box/Box.js.map +1 -0
- package/lib/commonjs/components/box/BoxProps.js +6 -0
- package/lib/commonjs/components/box/BoxProps.js.map +1 -0
- package/lib/commonjs/components/box/BoxRef.js +6 -0
- package/lib/commonjs/components/box/BoxRef.js.map +1 -0
- package/lib/commonjs/components/box/index.js +17 -0
- package/lib/commonjs/components/box/index.js.map +1 -0
- package/lib/commonjs/components/button/base/Base.js +2 -8
- package/lib/commonjs/components/button/base/Base.js.map +1 -1
- package/lib/commonjs/components/button-group/ButtonGroup.js +2 -2
- package/lib/commonjs/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/commonjs/components/button-group/index.js.map +1 -1
- package/lib/commonjs/components/checkbox/Checkbox.js +16 -19
- package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js +11 -21
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js.map +1 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js +23 -23
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/commonjs/components/collapsible/Collapsible.js +3 -3
- package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
- package/lib/commonjs/components/form-helper-text/FormHelperText.js +10 -13
- package/lib/commonjs/components/form-helper-text/FormHelperText.js.map +1 -1
- package/lib/commonjs/components/form-label/FormLabel.js +4 -7
- package/lib/commonjs/components/form-label/FormLabel.js.map +1 -1
- package/lib/commonjs/components/form-label/index.js.map +1 -1
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/inline-loading/InlineLoading.js +9 -12
- package/lib/commonjs/components/inline-loading/InlineLoading.js.map +1 -1
- package/lib/commonjs/components/inline-loading/index.js.map +1 -1
- package/lib/commonjs/components/layer/index.js.map +1 -1
- package/lib/commonjs/components/modal/Modal.js +17 -18
- package/lib/commonjs/components/modal/Modal.js.map +1 -1
- package/lib/commonjs/components/modal/index.js.map +1 -1
- package/lib/commonjs/components/modal-content/ModalContent.js +5 -8
- package/lib/commonjs/components/modal-content/ModalContent.js.map +1 -1
- package/lib/commonjs/components/modal-content/index.js.map +1 -1
- package/lib/commonjs/components/notification/base/Base.js +19 -20
- package/lib/commonjs/components/notification/base/Base.js.map +1 -1
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js +3 -3
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -1
- package/lib/commonjs/components/radio-button/RadioButton.js +19 -18
- package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
- package/lib/commonjs/components/radio-button/index.js.map +1 -1
- package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js +10 -9
- package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js.map +1 -1
- package/lib/commonjs/components/radio-button-group/index.js.map +1 -1
- package/lib/commonjs/components/radio-button-input/RadioButtonInput.js +25 -25
- package/lib/commonjs/components/radio-button-input/RadioButtonInput.js.map +1 -1
- package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
- package/lib/commonjs/components/switch/Switch.js +10 -10
- package/lib/commonjs/components/switch/Switch.js.map +1 -1
- package/lib/commonjs/components/text/Text.js +31 -44
- package/lib/commonjs/components/text/Text.js.map +1 -1
- package/lib/commonjs/components/text-area/index.js.map +1 -1
- package/lib/commonjs/components/text-area-field/index.js.map +1 -1
- package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js +4 -4
- package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js.map +1 -1
- package/lib/commonjs/components/text-area-fluid/index.js.map +1 -1
- package/lib/commonjs/components/text-input-field/TextInputField.js +33 -20
- package/lib/commonjs/components/text-input-field/TextInputField.js.map +1 -1
- package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js +4 -4
- package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
- package/lib/commonjs/components/text-input-field/index.js.map +1 -1
- package/lib/commonjs/components/text-input-fluid/TextInputFluid.js +4 -4
- package/lib/commonjs/components/text-input-fluid/TextInputFluid.js.map +1 -1
- package/lib/commonjs/components/text-input-fluid/index.js.map +1 -1
- package/lib/commonjs/components/toggle/base/Base.js +14 -13
- package/lib/commonjs/components/toggle/base/Base.js.map +1 -1
- package/lib/commonjs/components/toggle/base/index.js.map +1 -1
- package/lib/commonjs/components/toggle/default/index.js.map +1 -1
- package/lib/commonjs/components/toggle/index.js.map +1 -1
- package/lib/commonjs/components/toggle/small/index.js.map +1 -1
- package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js +1 -1
- package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js.map +1 -1
- package/lib/commonjs/style-sheets/direction-style-sheet.js +10 -0
- package/lib/commonjs/style-sheets/direction-style-sheet.js.map +1 -0
- package/lib/commonjs/style-sheets/display-style-sheet.js +10 -0
- package/lib/commonjs/style-sheets/display-style-sheet.js.map +1 -0
- package/lib/commonjs/style-sheets/flex-style-sheet.js +10 -0
- package/lib/commonjs/style-sheets/flex-style-sheet.js.map +1 -0
- package/lib/commonjs/style-sheets/font-style-sheet.js +10 -0
- package/lib/commonjs/style-sheets/font-style-sheet.js.map +1 -0
- package/lib/commonjs/style-sheets/height-style-sheet.js +10 -0
- package/lib/commonjs/style-sheets/height-style-sheet.js.map +1 -0
- package/lib/commonjs/style-sheets/index.js +121 -0
- package/lib/commonjs/style-sheets/index.js.map +1 -0
- package/lib/commonjs/style-sheets/overflow-style-sheet.js +10 -0
- package/lib/commonjs/style-sheets/overflow-style-sheet.js.map +1 -0
- package/lib/commonjs/style-sheets/position-style-sheet.js +10 -0
- package/lib/commonjs/style-sheets/position-style-sheet.js.map +1 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/direction.js +18 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/direction.js.map +1 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/display.js +15 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/display.js.map +1 -0
- package/lib/{module/_internal/style-sheets/flex-style-sheet.js → commonjs/style-sheets/style-sheet-obj/flex.js} +25 -4
- package/lib/commonjs/style-sheets/style-sheet-obj/flex.js.map +1 -0
- package/lib/commonjs/{_internal/style-sheets/text-style-sheet.js → style-sheets/style-sheet-obj/font.js} +4 -5
- package/lib/commonjs/style-sheets/style-sheet-obj/font.js.map +1 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/height.js +18 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/height.js.map +1 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/index.js +105 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/index.js.map +1 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/overflow.js +18 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/overflow.js.map +1 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/position.js +18 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/position.js.map +1 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/typography.js +31 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/typography.js.map +1 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/width.js +18 -0
- package/lib/commonjs/style-sheets/style-sheet-obj/width.js.map +1 -0
- package/lib/commonjs/style-sheets/typography-style-sheet.js +10 -0
- package/lib/commonjs/style-sheets/typography-style-sheet.js.map +1 -0
- package/lib/commonjs/style-sheets/width-style-sheet.js +10 -0
- package/lib/commonjs/style-sheets/width-style-sheet.js.map +1 -0
- package/lib/module/components/accordion/_Header.js +1 -1
- package/lib/module/components/accordion/_Header.js.map +1 -1
- package/lib/module/components/accordion/_HeaderBorder.js +3 -3
- package/lib/module/components/accordion/_HeaderBorder.js.map +1 -1
- package/lib/module/components/accordion/_Item.js +2 -2
- package/lib/module/components/accordion/_Item.js.map +1 -1
- package/lib/module/components/box/Box.js +22 -0
- package/lib/module/components/box/Box.js.map +1 -0
- package/lib/module/components/box/BoxProps.js +4 -0
- package/lib/module/components/box/BoxProps.js.map +1 -0
- package/lib/module/components/box/BoxRef.js +4 -0
- package/lib/module/components/box/BoxRef.js.map +1 -0
- package/lib/module/components/box/index.js +4 -0
- package/lib/module/components/box/index.js.map +1 -0
- package/lib/module/components/button/base/Base.js +2 -8
- package/lib/module/components/button/base/Base.js.map +1 -1
- package/lib/module/components/button-group/ButtonGroup.js +2 -2
- package/lib/module/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/module/components/button-group/index.js.map +1 -1
- package/lib/module/components/checkbox/Checkbox.js +7 -10
- package/lib/module/components/checkbox/Checkbox.js.map +1 -1
- package/lib/module/components/checkbox-group/CheckboxGroup.js +9 -19
- package/lib/module/components/checkbox-group/CheckboxGroup.js.map +1 -1
- package/lib/module/components/checkbox-input/CheckboxInput.js +3 -3
- package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/module/components/collapsible/Collapsible.js +3 -3
- package/lib/module/components/collapsible/Collapsible.js.map +1 -1
- package/lib/module/components/form-helper-text/FormHelperText.js +5 -8
- package/lib/module/components/form-helper-text/FormHelperText.js.map +1 -1
- package/lib/module/components/form-label/FormLabel.js +6 -9
- package/lib/module/components/form-label/FormLabel.js.map +1 -1
- package/lib/module/components/form-label/index.js.map +1 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/inline-loading/InlineLoading.js +6 -9
- package/lib/module/components/inline-loading/InlineLoading.js.map +1 -1
- package/lib/module/components/inline-loading/index.js.map +1 -1
- package/lib/module/components/layer/index.js.map +1 -1
- package/lib/module/components/modal/Modal.js +5 -6
- package/lib/module/components/modal/Modal.js.map +1 -1
- package/lib/module/components/modal/index.js.map +1 -1
- package/lib/module/components/modal-content/ModalContent.js +5 -8
- package/lib/module/components/modal-content/ModalContent.js.map +1 -1
- package/lib/module/components/modal-content/index.js.map +1 -1
- package/lib/module/components/notification/base/Base.js +4 -5
- package/lib/module/components/notification/base/Base.js.map +1 -1
- package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js +3 -3
- package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -1
- package/lib/module/components/radio-button/RadioButton.js +6 -5
- package/lib/module/components/radio-button/RadioButton.js.map +1 -1
- package/lib/module/components/radio-button/index.js.map +1 -1
- package/lib/module/components/radio-button-group/RadioButtonGroup.js +3 -2
- package/lib/module/components/radio-button-group/RadioButtonGroup.js.map +1 -1
- package/lib/module/components/radio-button-group/index.js.map +1 -1
- package/lib/module/components/radio-button-input/RadioButtonInput.js +3 -3
- package/lib/module/components/radio-button-input/RadioButtonInput.js.map +1 -1
- package/lib/module/components/radio-button-input/index.js.map +1 -1
- package/lib/module/components/switch/Switch.js +2 -2
- package/lib/module/components/switch/Switch.js.map +1 -1
- package/lib/module/components/text/Text.js +27 -40
- package/lib/module/components/text/Text.js.map +1 -1
- package/lib/module/components/text-area/index.js.map +1 -1
- package/lib/module/components/text-area-field/index.js.map +1 -1
- package/lib/module/components/text-area-fluid/TextAreaFluid.js +1 -1
- package/lib/module/components/text-area-fluid/TextAreaFluid.js.map +1 -1
- package/lib/module/components/text-area-fluid/index.js.map +1 -1
- package/lib/module/components/text-input-field/TextInputField.js +20 -7
- package/lib/module/components/text-input-field/TextInputField.js.map +1 -1
- package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js +2 -2
- package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
- package/lib/module/components/text-input-field/index.js.map +1 -1
- package/lib/module/components/text-input-fluid/TextInputFluid.js +1 -1
- package/lib/module/components/text-input-fluid/TextInputFluid.js.map +1 -1
- package/lib/module/components/text-input-fluid/index.js.map +1 -1
- package/lib/module/components/toggle/base/Base.js +7 -6
- package/lib/module/components/toggle/base/Base.js.map +1 -1
- package/lib/module/components/toggle/base/index.js.map +1 -1
- package/lib/module/components/toggle/default/index.js.map +1 -1
- package/lib/module/components/toggle/index.js.map +1 -1
- package/lib/module/components/toggle/small/index.js.map +1 -1
- package/lib/module/providers/dialog/_controller/_modal/Modal.js +1 -1
- package/lib/module/providers/dialog/_controller/_modal/Modal.js.map +1 -1
- package/lib/module/style-sheets/direction-style-sheet.js +6 -0
- package/lib/module/style-sheets/direction-style-sheet.js.map +1 -0
- package/lib/module/style-sheets/display-style-sheet.js +6 -0
- package/lib/module/style-sheets/display-style-sheet.js.map +1 -0
- package/lib/module/style-sheets/flex-style-sheet.js +6 -0
- package/lib/module/style-sheets/flex-style-sheet.js.map +1 -0
- package/lib/module/style-sheets/font-style-sheet.js +6 -0
- package/lib/module/style-sheets/font-style-sheet.js.map +1 -0
- package/lib/module/style-sheets/height-style-sheet.js +6 -0
- package/lib/module/style-sheets/height-style-sheet.js.map +1 -0
- package/lib/module/style-sheets/index.js +14 -0
- package/lib/module/style-sheets/index.js.map +1 -0
- package/lib/module/style-sheets/overflow-style-sheet.js +6 -0
- package/lib/module/style-sheets/overflow-style-sheet.js.map +1 -0
- package/lib/module/style-sheets/position-style-sheet.js +6 -0
- package/lib/module/style-sheets/position-style-sheet.js.map +1 -0
- package/lib/module/style-sheets/style-sheet-obj/direction.js +14 -0
- package/lib/module/style-sheets/style-sheet-obj/direction.js.map +1 -0
- package/lib/module/style-sheets/style-sheet-obj/display.js +11 -0
- package/lib/module/style-sheets/style-sheet-obj/display.js.map +1 -0
- package/lib/{commonjs/_internal/style-sheets/flex-style-sheet.js → module/style-sheets/style-sheet-obj/flex.js} +21 -8
- package/lib/module/style-sheets/style-sheet-obj/flex.js.map +1 -0
- package/lib/module/{_internal/style-sheets/text-style-sheet.js → style-sheets/style-sheet-obj/font.js} +3 -4
- package/lib/module/style-sheets/style-sheet-obj/font.js.map +1 -0
- package/lib/module/style-sheets/style-sheet-obj/height.js +14 -0
- package/lib/module/style-sheets/style-sheet-obj/height.js.map +1 -0
- package/lib/module/style-sheets/style-sheet-obj/index.js +12 -0
- package/lib/module/style-sheets/style-sheet-obj/index.js.map +1 -0
- package/lib/module/style-sheets/style-sheet-obj/overflow.js +14 -0
- package/lib/module/style-sheets/style-sheet-obj/overflow.js.map +1 -0
- package/lib/module/style-sheets/style-sheet-obj/position.js +14 -0
- package/lib/module/style-sheets/style-sheet-obj/position.js.map +1 -0
- package/lib/module/style-sheets/style-sheet-obj/typography.js +27 -0
- package/lib/module/style-sheets/style-sheet-obj/typography.js.map +1 -0
- package/lib/module/style-sheets/style-sheet-obj/width.js +14 -0
- package/lib/module/style-sheets/style-sheet-obj/width.js.map +1 -0
- package/lib/module/style-sheets/typography-style-sheet.js +6 -0
- package/lib/module/style-sheets/typography-style-sheet.js.map +1 -0
- package/lib/module/style-sheets/width-style-sheet.js +6 -0
- package/lib/module/style-sheets/width-style-sheet.js.map +1 -0
- package/lib/typescript/commonjs/components/accordion/_HeaderBorder.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/box/Box.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/box/BoxProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/BoxProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/box/BoxRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/BoxRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/box/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/button/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts +4 -3
- package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperText.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-label/FormLabel.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-label/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/inline-loading/InlineLoading.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/inline-loading/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/layer/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal/Modal.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal/ModalProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/modal/ModalProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal-content/ModalContent.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal-content/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button/RadioButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area-field/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area-fluid/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-field/TextInputField.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-field/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-fluid/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/default/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/small/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/style-sheets/direction-style-sheet.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/direction-style-sheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/display-style-sheet.d.ts +9 -0
- package/lib/typescript/commonjs/style-sheets/display-style-sheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/flex-style-sheet.d.ts +99 -0
- package/lib/typescript/commonjs/style-sheets/flex-style-sheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/font-style-sheet.d.ts +59 -0
- package/lib/typescript/commonjs/style-sheets/font-style-sheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/height-style-sheet.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/height-style-sheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/index.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/overflow-style-sheet.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/overflow-style-sheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/position-style-sheet.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/position-style-sheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/direction.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/direction.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/display.d.ts +9 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/display.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/flex.d.ts +99 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/flex.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/font.d.ts +59 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/font.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/height.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/height.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/index.d.ts +10 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/overflow.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/overflow.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/position.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/position.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/typography.d.ts +24 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/typography.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/width.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/style-sheet-obj/width.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/typography-style-sheet.d.ts +24 -0
- package/lib/typescript/commonjs/style-sheets/typography-style-sheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/style-sheets/width-style-sheet.d.ts +12 -0
- package/lib/typescript/commonjs/style-sheets/width-style-sheet.d.ts.map +1 -0
- package/lib/typescript/module/components/accordion/_HeaderBorder.d.ts.map +1 -1
- package/lib/typescript/module/components/box/Box.d.ts +4 -0
- package/lib/typescript/module/components/box/Box.d.ts.map +1 -0
- package/lib/typescript/module/components/box/BoxProps.d.ts +4 -0
- package/lib/typescript/module/components/box/BoxProps.d.ts.map +1 -0
- package/lib/typescript/module/components/box/BoxRef.d.ts +4 -0
- package/lib/typescript/module/components/box/BoxRef.d.ts.map +1 -0
- package/lib/typescript/module/components/box/index.d.ts +4 -0
- package/lib/typescript/module/components/box/index.d.ts.map +1 -0
- package/lib/typescript/module/components/button/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/button-group/index.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts +4 -3
- package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
- package/lib/typescript/module/components/form-helper-text/FormHelperText.d.ts.map +1 -1
- package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts +2 -2
- package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
- package/lib/typescript/module/components/form-label/FormLabel.d.ts.map +1 -1
- package/lib/typescript/module/components/form-label/FormLabelProps.d.ts +2 -2
- package/lib/typescript/module/components/form-label/FormLabelProps.d.ts.map +1 -1
- package/lib/typescript/module/components/form-label/index.d.ts.map +1 -1
- package/lib/typescript/module/components/index.d.ts.map +1 -1
- package/lib/typescript/module/components/inline-loading/InlineLoading.d.ts.map +1 -1
- package/lib/typescript/module/components/inline-loading/index.d.ts.map +1 -1
- package/lib/typescript/module/components/layer/index.d.ts.map +1 -1
- package/lib/typescript/module/components/modal/Modal.d.ts.map +1 -1
- package/lib/typescript/module/components/modal/ModalProps.d.ts +2 -2
- package/lib/typescript/module/components/modal/ModalProps.d.ts.map +1 -1
- package/lib/typescript/module/components/modal/index.d.ts.map +1 -1
- package/lib/typescript/module/components/modal-content/ModalContent.d.ts.map +1 -1
- package/lib/typescript/module/components/modal-content/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button/RadioButton.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-group/index.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-input/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area-field/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area-fluid/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-field/TextInputField.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-field/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-fluid/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/default/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/small/index.d.ts.map +1 -1
- package/lib/typescript/module/style-sheets/direction-style-sheet.d.ts +12 -0
- package/lib/typescript/module/style-sheets/direction-style-sheet.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/display-style-sheet.d.ts +9 -0
- package/lib/typescript/module/style-sheets/display-style-sheet.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/flex-style-sheet.d.ts +99 -0
- package/lib/typescript/module/style-sheets/flex-style-sheet.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/font-style-sheet.d.ts +59 -0
- package/lib/typescript/module/style-sheets/font-style-sheet.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/height-style-sheet.d.ts +12 -0
- package/lib/typescript/module/style-sheets/height-style-sheet.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/index.d.ts +12 -0
- package/lib/typescript/module/style-sheets/index.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/overflow-style-sheet.d.ts +12 -0
- package/lib/typescript/module/style-sheets/overflow-style-sheet.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/position-style-sheet.d.ts +12 -0
- package/lib/typescript/module/style-sheets/position-style-sheet.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/direction.d.ts +12 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/direction.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/display.d.ts +9 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/display.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/flex.d.ts +99 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/flex.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/font.d.ts +59 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/font.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/height.d.ts +12 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/height.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/index.d.ts +10 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/index.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/overflow.d.ts +12 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/overflow.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/position.d.ts +12 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/position.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/typography.d.ts +24 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/typography.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/width.d.ts +12 -0
- package/lib/typescript/module/style-sheets/style-sheet-obj/width.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/typography-style-sheet.d.ts +24 -0
- package/lib/typescript/module/style-sheets/typography-style-sheet.d.ts.map +1 -0
- package/lib/typescript/module/style-sheets/width-style-sheet.d.ts +12 -0
- package/lib/typescript/module/style-sheets/width-style-sheet.d.ts.map +1 -0
- package/lib/typescript/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/accordion/_Header.tsx +4 -4
- package/src/components/accordion/_HeaderBorder.tsx +7 -6
- package/src/components/accordion/_Item.tsx +3 -3
- package/src/components/box/Box.tsx +57 -0
- package/src/components/box/BoxProps.ts +6 -0
- package/src/components/box/BoxRef.ts +6 -0
- package/src/components/box/index.ts +3 -0
- package/src/components/button/base/Base.tsx +5 -10
- package/src/components/button-group/ButtonGroup.tsx +3 -3
- package/src/components/checkbox/Checkbox.tsx +16 -20
- package/src/components/checkbox/CheckboxProps.ts +6 -3
- package/src/components/checkbox-group/CheckboxGroup.tsx +15 -33
- package/src/components/checkbox-input/CheckboxInput.tsx +9 -8
- package/src/components/collapsible/Collapsible.tsx +5 -4
- package/src/components/form-helper-text/FormHelperText.tsx +10 -19
- package/src/components/form-helper-text/FormHelperTextProps.ts +3 -3
- package/src/components/form-label/FormLabel.tsx +6 -16
- package/src/components/form-label/FormLabelProps.ts +3 -3
- package/src/components/inline-loading/InlineLoading.tsx +11 -19
- package/src/components/modal/Modal.tsx +11 -10
- package/src/components/modal/ModalProps.ts +3 -3
- package/src/components/modal-content/ModalContent.tsx +5 -15
- package/src/components/notification/base/Base.tsx +10 -10
- package/src/components/password-input-field/_ghost-icon/GhostIcon.tsx +4 -4
- package/src/components/radio-button/RadioButton.tsx +16 -11
- package/src/components/radio-button-group/RadioButtonGroup.tsx +9 -5
- package/src/components/radio-button-input/RadioButtonInput.tsx +9 -8
- package/src/components/switch/Switch.tsx +6 -6
- package/src/components/text/Text.tsx +33 -67
- package/src/components/text-area-fluid/TextAreaFluid.tsx +4 -4
- package/src/components/text-input-field/TextInputField.tsx +37 -3
- package/src/components/text-input-field/_rn-text-input/RNTextInput.tsx +5 -5
- package/src/components/text-input-fluid/TextInputFluid.tsx +4 -4
- package/src/components/toggle/base/Base.tsx +16 -11
- package/src/providers/dialog/_controller/_modal/Modal.tsx +1 -1
- package/src/style-sheets/direction-style-sheet.ts +9 -0
- package/src/style-sheets/display-style-sheet.ts +9 -0
- package/src/style-sheets/flex-style-sheet.ts +9 -0
- package/src/style-sheets/font-style-sheet.ts +9 -0
- package/src/style-sheets/height-style-sheet.ts +9 -0
- package/src/style-sheets/index.ts +15 -0
- package/src/style-sheets/overflow-style-sheet.ts +9 -0
- package/src/style-sheets/position-style-sheet.ts +9 -0
- package/src/style-sheets/style-sheet-obj/direction.ts +15 -0
- package/src/style-sheets/style-sheet-obj/display.ts +12 -0
- package/src/{_internal/style-sheets/flex-style-sheet.ts → style-sheets/style-sheet-obj/flex.ts} +22 -4
- package/src/{_internal/style-sheets/text-style-sheet.ts → style-sheets/style-sheet-obj/font.ts} +4 -4
- package/src/style-sheets/style-sheet-obj/height.ts +15 -0
- package/src/style-sheets/style-sheet-obj/index.ts +9 -0
- package/src/style-sheets/style-sheet-obj/overflow.ts +15 -0
- package/src/style-sheets/style-sheet-obj/position.ts +15 -0
- package/src/style-sheets/style-sheet-obj/typography.ts +31 -0
- package/src/style-sheets/style-sheet-obj/width.ts +15 -0
- package/src/style-sheets/typography-style-sheet.ts +9 -0
- package/src/style-sheets/width-style-sheet.ts +9 -0
- package/lib/commonjs/_internal/style-sheets/common-style-sheet.js +0 -28
- package/lib/commonjs/_internal/style-sheets/common-style-sheet.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/index.js +0 -39
- package/lib/commonjs/_internal/style-sheets/index.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/text-style-sheet.js.map +0 -1
- package/lib/module/_internal/style-sheets/common-style-sheet.js +0 -24
- package/lib/module/_internal/style-sheets/common-style-sheet.js.map +0 -1
- package/lib/module/_internal/style-sheets/flex-style-sheet.js.map +0 -1
- package/lib/module/_internal/style-sheets/index.js +0 -6
- package/lib/module/_internal/style-sheets/index.js.map +0 -1
- package/lib/module/_internal/style-sheets/text-style-sheet.js.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts +0 -21
- package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
- package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts +0 -4
- package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts +0 -59
- package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts +0 -21
- package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
- package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/index.d.ts +0 -4
- package/lib/typescript/module/_internal/style-sheets/index.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts +0 -59
- package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
- package/src/_internal/style-sheets/common-style-sheet.ts +0 -24
- package/src/_internal/style-sheets/index.ts +0 -3
- /package/src/components/button-group/{index.tsx → index.ts} +0 -0
- /package/src/components/form-label/{index.tsx → index.ts} +0 -0
- /package/src/components/{index.tsx → index.ts} +0 -0
- /package/src/components/inline-loading/{index.tsx → index.ts} +0 -0
- /package/src/components/layer/{index.tsx → index.ts} +0 -0
- /package/src/components/modal/{index.tsx → index.ts} +0 -0
- /package/src/components/modal-content/{index.tsx → index.ts} +0 -0
- /package/src/components/radio-button/{index.tsx → index.ts} +0 -0
- /package/src/components/radio-button-group/{index.tsx → index.ts} +0 -0
- /package/src/components/radio-button-input/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area-field/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area-fluid/{index.tsx → index.ts} +0 -0
- /package/src/components/text-input-field/{index.tsx → index.ts} +0 -0
- /package/src/components/text-input-fluid/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/base/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/default/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/small/{index.tsx → index.ts} +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.PositionStyleSheet = void 0;
|
|
7
|
+
var _reactNative = require("react-native");
|
|
8
|
+
var _index = require("./style-sheet-obj/index.js");
|
|
9
|
+
const PositionStyleSheet = exports.PositionStyleSheet = _reactNative.StyleSheet.create(_index.Position);
|
|
10
|
+
//# sourceMappingURL=position-style-sheet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_index","PositionStyleSheet","exports","StyleSheet","create","Position"],"sourceRoot":"../../../src","sources":["style-sheets/position-style-sheet.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,MAAA,GAAAD,OAAA;AAIO,MAAME,kBAAkB,GAAAC,OAAA,CAAAD,kBAAA,GAAGE,uBAAU,CAACC,MAAM,CAACC,eAAQ,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Direction = void 0;
|
|
7
|
+
const Direction = exports.Direction = {
|
|
8
|
+
ltr: {
|
|
9
|
+
direction: "ltr"
|
|
10
|
+
},
|
|
11
|
+
rtl: {
|
|
12
|
+
direction: "rtl"
|
|
13
|
+
},
|
|
14
|
+
inherit: {
|
|
15
|
+
direction: "inherit"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=direction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Direction","exports","ltr","direction","rtl","inherit"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/direction.ts"],"mappings":";;;;;;AAIO,MAAMA,SAAS,GAAAC,OAAA,CAAAD,SAAA,GAAG;EACxBE,GAAG,EAAE;IACJC,SAAS,EAAE;EACZ,CAAC;EACDC,GAAG,EAAE;IACJD,SAAS,EAAE;EACZ,CAAC;EACDE,OAAO,EAAE;IACRF,SAAS,EAAE;EACZ;AACD,CAA8C","ignoreList":[]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Display = void 0;
|
|
7
|
+
const Display = exports.Display = {
|
|
8
|
+
hidden: {
|
|
9
|
+
display: "none"
|
|
10
|
+
},
|
|
11
|
+
flex: {
|
|
12
|
+
display: "flex"
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=display.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Display","exports","hidden","display","flex"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/display.ts"],"mappings":";;;;;;AAIO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG;EACtBE,MAAM,EAAE;IACPC,OAAO,EAAE;EACV,CAAC;EACDC,IAAI,EAAE;IACLD,OAAO,EAAE;EACV;AACD,CAA8C","ignoreList":[]}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Flex = void 0;
|
|
7
|
+
const Flex = exports.Flex = {
|
|
5
8
|
flex_1: {
|
|
6
9
|
flexGrow: 1,
|
|
7
10
|
flexShrink: 1,
|
|
@@ -79,6 +82,24 @@ export const FlexStyleSheet = StyleSheet.create({
|
|
|
79
82
|
},
|
|
80
83
|
self_stretch: {
|
|
81
84
|
alignSelf: "stretch"
|
|
85
|
+
},
|
|
86
|
+
grow: {
|
|
87
|
+
flexGrow: 1
|
|
88
|
+
},
|
|
89
|
+
grow_0: {
|
|
90
|
+
flexGrow: 0
|
|
91
|
+
},
|
|
92
|
+
shrink: {
|
|
93
|
+
flexShrink: 1
|
|
94
|
+
},
|
|
95
|
+
shrink_0: {
|
|
96
|
+
flexShrink: 0
|
|
97
|
+
},
|
|
98
|
+
basis_auto: {
|
|
99
|
+
flexBasis: "auto"
|
|
100
|
+
},
|
|
101
|
+
basis_full: {
|
|
102
|
+
flexBasis: "100%"
|
|
82
103
|
}
|
|
83
|
-
}
|
|
84
|
-
//# sourceMappingURL=flex
|
|
104
|
+
};
|
|
105
|
+
//# sourceMappingURL=flex.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Flex","exports","flex_1","flexGrow","flexShrink","flexBasis","flex_auto","flex_initial","flex_col","flexDirection","flex_col_reverse","flex_row","flex_row_reverse","flex_wrap","flexWrap","flex_wrap_reverse","flex_nowrap","items_start","alignItems","items_center","items_end","content_start","alignContent","content_center","content_end","justify_start","justifyContent","justify_center","justify_between","justify_end","self_start","alignSelf","self_center","self_end","self_stretch","grow","grow_0","shrink","shrink_0","basis_auto","basis_full"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/flex.ts"],"mappings":";;;;;;AAIO,MAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EACnBE,MAAM,EAAE;IACPC,QAAQ,EAAE,CAAC;IACXC,UAAU,EAAE,CAAC;IACbC,SAAS,EAAE;EACZ,CAAC;EACDC,SAAS,EAAE;IACVH,QAAQ,EAAE,CAAC;IACXC,UAAU,EAAE,CAAC;IACbC,SAAS,EAAE;EACZ,CAAC;EACDE,YAAY,EAAE;IACbJ,QAAQ,EAAE,CAAC;IACXC,UAAU,EAAE,CAAC;IACbC,SAAS,EAAE;EACZ,CAAC;EACDG,QAAQ,EAAE;IACTC,aAAa,EAAE;EAChB,CAAC;EACDC,gBAAgB,EAAE;IACjBD,aAAa,EAAE;EAChB,CAAC;EACDE,QAAQ,EAAE;IACTF,aAAa,EAAE;EAChB,CAAC;EACDG,gBAAgB,EAAE;IACjBH,aAAa,EAAE;EAChB,CAAC;EACDI,SAAS,EAAE;IACVC,QAAQ,EAAE;EACX,CAAC;EACDC,iBAAiB,EAAE;IAClBD,QAAQ,EAAE;EACX,CAAC;EACDE,WAAW,EAAE;IACZF,QAAQ,EAAE;EACX,CAAC;EACDG,WAAW,EAAE;IACZC,UAAU,EAAE;EACb,CAAC;EACDC,YAAY,EAAE;IACbD,UAAU,EAAE;EACb,CAAC;EACDE,SAAS,EAAE;IACVF,UAAU,EAAE;EACb,CAAC;EACDG,aAAa,EAAE;IACdC,YAAY,EAAE;EACf,CAAC;EACDC,cAAc,EAAE;IACfD,YAAY,EAAE;EACf,CAAC;EACDE,WAAW,EAAE;IACZF,YAAY,EAAE;EACf,CAAC;EACDG,aAAa,EAAE;IACdC,cAAc,EAAE;EACjB,CAAC;EACDC,cAAc,EAAE;IACfD,cAAc,EAAE;EACjB,CAAC;EACDE,eAAe,EAAE;IAChBF,cAAc,EAAE;EACjB,CAAC;EACDG,WAAW,EAAE;IACZH,cAAc,EAAE;EACjB,CAAC;EACDI,UAAU,EAAE;IACXC,SAAS,EAAE;EACZ,CAAC;EACDC,WAAW,EAAE;IACZD,SAAS,EAAE;EACZ,CAAC;EACDE,QAAQ,EAAE;IACTF,SAAS,EAAE;EACZ,CAAC;EACDG,YAAY,EAAE;IACbH,SAAS,EAAE;EACZ,CAAC;EACDI,IAAI,EAAE;IACLhC,QAAQ,EAAE;EACX,CAAC;EACDiC,MAAM,EAAE;IACPjC,QAAQ,EAAE;EACX,CAAC;EACDkC,MAAM,EAAE;IACPjC,UAAU,EAAE;EACb,CAAC;EACDkC,QAAQ,EAAE;IACTlC,UAAU,EAAE;EACb,CAAC;EACDmC,UAAU,EAAE;IACXlC,SAAS,EAAE;EACZ,CAAC;EACDmC,UAAU,EAAE;IACXnC,SAAS,EAAE;EACZ;AACD,CAA8C","ignoreList":[]}
|
|
@@ -3,9 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
7
|
-
|
|
8
|
-
const TextStyleSheet = exports.TextStyleSheet = _reactNative.StyleSheet.create({
|
|
6
|
+
exports.Font = void 0;
|
|
7
|
+
const Font = exports.Font = {
|
|
9
8
|
thin: {
|
|
10
9
|
fontWeight: 100,
|
|
11
10
|
fontFamily: "IBMPlexSans-Thin"
|
|
@@ -62,5 +61,5 @@ const TextStyleSheet = exports.TextStyleSheet = _reactNative.StyleSheet.create({
|
|
|
62
61
|
fontWeight: 700,
|
|
63
62
|
fontFamily: "IBMPlexSans-Bold-Italic"
|
|
64
63
|
}
|
|
65
|
-
}
|
|
66
|
-
//# sourceMappingURL=
|
|
64
|
+
};
|
|
65
|
+
//# sourceMappingURL=font.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Font","exports","thin","fontWeight","fontFamily","thin_italic","extralight","extralight_italic","light","light_italic","normal","normal_italic","medium","medium_italic","semibold","semibold_italic","bold","bold_italic"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/font.ts"],"mappings":";;;;;;AAIO,MAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EACnBE,IAAI,EAAE;IACLC,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDC,WAAW,EAAE;IACZF,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDE,UAAU,EAAE;IACXH,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDG,iBAAiB,EAAE;IAClBJ,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDI,KAAK,EAAE;IACNL,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDK,YAAY,EAAE;IACbN,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDM,MAAM,EAAE;IACPP,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDO,aAAa,EAAE;IACdR,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDQ,MAAM,EAAE;IACPT,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDS,aAAa,EAAE;IACdV,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDU,QAAQ,EAAE;IACTX,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDW,eAAe,EAAE;IAChBZ,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDY,IAAI,EAAE;IACLb,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDa,WAAW,EAAE;IACZd,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb;AACD,CAA8C","ignoreList":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Height = void 0;
|
|
7
|
+
const Height = exports.Height = {
|
|
8
|
+
h_full: {
|
|
9
|
+
height: "100%"
|
|
10
|
+
},
|
|
11
|
+
h_auto: {
|
|
12
|
+
width: "auto"
|
|
13
|
+
},
|
|
14
|
+
max_h_full: {
|
|
15
|
+
maxHeight: "100%"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=height.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Height","exports","h_full","height","h_auto","width","max_h_full","maxHeight"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/height.ts"],"mappings":";;;;;;AAIO,MAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAG;EACrBE,MAAM,EAAE;IACPC,MAAM,EAAE;EACT,CAAC;EACDC,MAAM,EAAE;IACPC,KAAK,EAAE;EACR,CAAC;EACDC,UAAU,EAAE;IACXC,SAAS,EAAE;EACZ;AACD,CAA8C","ignoreList":[]}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _direction = require("./direction.js");
|
|
7
|
+
Object.keys(_direction).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _direction[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _direction[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
var _display = require("./display.js");
|
|
18
|
+
Object.keys(_display).forEach(function (key) {
|
|
19
|
+
if (key === "default" || key === "__esModule") return;
|
|
20
|
+
if (key in exports && exports[key] === _display[key]) return;
|
|
21
|
+
Object.defineProperty(exports, key, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () {
|
|
24
|
+
return _display[key];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
var _flex = require("./flex.js");
|
|
29
|
+
Object.keys(_flex).forEach(function (key) {
|
|
30
|
+
if (key === "default" || key === "__esModule") return;
|
|
31
|
+
if (key in exports && exports[key] === _flex[key]) return;
|
|
32
|
+
Object.defineProperty(exports, key, {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () {
|
|
35
|
+
return _flex[key];
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
});
|
|
39
|
+
var _font = require("./font.js");
|
|
40
|
+
Object.keys(_font).forEach(function (key) {
|
|
41
|
+
if (key === "default" || key === "__esModule") return;
|
|
42
|
+
if (key in exports && exports[key] === _font[key]) return;
|
|
43
|
+
Object.defineProperty(exports, key, {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () {
|
|
46
|
+
return _font[key];
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
});
|
|
50
|
+
var _height = require("./height.js");
|
|
51
|
+
Object.keys(_height).forEach(function (key) {
|
|
52
|
+
if (key === "default" || key === "__esModule") return;
|
|
53
|
+
if (key in exports && exports[key] === _height[key]) return;
|
|
54
|
+
Object.defineProperty(exports, key, {
|
|
55
|
+
enumerable: true,
|
|
56
|
+
get: function () {
|
|
57
|
+
return _height[key];
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
});
|
|
61
|
+
var _overflow = require("./overflow.js");
|
|
62
|
+
Object.keys(_overflow).forEach(function (key) {
|
|
63
|
+
if (key === "default" || key === "__esModule") return;
|
|
64
|
+
if (key in exports && exports[key] === _overflow[key]) return;
|
|
65
|
+
Object.defineProperty(exports, key, {
|
|
66
|
+
enumerable: true,
|
|
67
|
+
get: function () {
|
|
68
|
+
return _overflow[key];
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
});
|
|
72
|
+
var _position = require("./position.js");
|
|
73
|
+
Object.keys(_position).forEach(function (key) {
|
|
74
|
+
if (key === "default" || key === "__esModule") return;
|
|
75
|
+
if (key in exports && exports[key] === _position[key]) return;
|
|
76
|
+
Object.defineProperty(exports, key, {
|
|
77
|
+
enumerable: true,
|
|
78
|
+
get: function () {
|
|
79
|
+
return _position[key];
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
var _typography = require("./typography.js");
|
|
84
|
+
Object.keys(_typography).forEach(function (key) {
|
|
85
|
+
if (key === "default" || key === "__esModule") return;
|
|
86
|
+
if (key in exports && exports[key] === _typography[key]) return;
|
|
87
|
+
Object.defineProperty(exports, key, {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function () {
|
|
90
|
+
return _typography[key];
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
});
|
|
94
|
+
var _width = require("./width.js");
|
|
95
|
+
Object.keys(_width).forEach(function (key) {
|
|
96
|
+
if (key === "default" || key === "__esModule") return;
|
|
97
|
+
if (key in exports && exports[key] === _width[key]) return;
|
|
98
|
+
Object.defineProperty(exports, key, {
|
|
99
|
+
enumerable: true,
|
|
100
|
+
get: function () {
|
|
101
|
+
return _width[key];
|
|
102
|
+
}
|
|
103
|
+
});
|
|
104
|
+
});
|
|
105
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_direction","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_display","_flex","_font","_height","_overflow","_position","_typography","_width"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/index.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Overflow = void 0;
|
|
7
|
+
const Overflow = exports.Overflow = {
|
|
8
|
+
overflow_hidden: {
|
|
9
|
+
overflow: "hidden"
|
|
10
|
+
},
|
|
11
|
+
overflow_scroll: {
|
|
12
|
+
overflow: "scroll"
|
|
13
|
+
},
|
|
14
|
+
overflow_visible: {
|
|
15
|
+
overflow: "visible"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=overflow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Overflow","exports","overflow_hidden","overflow","overflow_scroll","overflow_visible"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/overflow.ts"],"mappings":";;;;;;AAIO,MAAMA,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG;EACvBE,eAAe,EAAE;IAChBC,QAAQ,EAAE;EACX,CAAC;EACDC,eAAe,EAAE;IAChBD,QAAQ,EAAE;EACX,CAAC;EACDE,gBAAgB,EAAE;IACjBF,QAAQ,EAAE;EACX;AACD,CAA8C","ignoreList":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Position = void 0;
|
|
7
|
+
const Position = exports.Position = {
|
|
8
|
+
absolute: {
|
|
9
|
+
position: "absolute"
|
|
10
|
+
},
|
|
11
|
+
relative: {
|
|
12
|
+
position: "relative"
|
|
13
|
+
},
|
|
14
|
+
static: {
|
|
15
|
+
position: "static"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=position.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Position","exports","absolute","position","relative","static"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/position.ts"],"mappings":";;;;;;AAIO,MAAMA,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG;EACvBE,QAAQ,EAAE;IACTC,QAAQ,EAAE;EACX,CAAC;EACDC,QAAQ,EAAE;IACTD,QAAQ,EAAE;EACX,CAAC;EACDE,MAAM,EAAE;IACPF,QAAQ,EAAE;EACX;AACD,CAA8C","ignoreList":[]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Typography = void 0;
|
|
7
|
+
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
|
|
8
|
+
const Typography = exports.Typography = {
|
|
9
|
+
body_01: _carbonReactNativeElements.Typography.TypeSets.body_01,
|
|
10
|
+
body_02: _carbonReactNativeElements.Typography.TypeSets.body_02,
|
|
11
|
+
body_compact_01: _carbonReactNativeElements.Typography.TypeSets.body_compact_01,
|
|
12
|
+
body_compact_02: _carbonReactNativeElements.Typography.TypeSets.body_compact_02,
|
|
13
|
+
code_01: _carbonReactNativeElements.Typography.TypeSets.code_01,
|
|
14
|
+
code_02: _carbonReactNativeElements.Typography.TypeSets.code_02,
|
|
15
|
+
heading_01: _carbonReactNativeElements.Typography.TypeSets.heading_01,
|
|
16
|
+
heading_02: _carbonReactNativeElements.Typography.TypeSets.heading_02,
|
|
17
|
+
heading_03: _carbonReactNativeElements.Typography.TypeSets.heading_03,
|
|
18
|
+
heading_04: _carbonReactNativeElements.Typography.TypeSets.heading_04,
|
|
19
|
+
heading_05: _carbonReactNativeElements.Typography.TypeSets.heading_05,
|
|
20
|
+
heading_06: _carbonReactNativeElements.Typography.TypeSets.heading_06,
|
|
21
|
+
heading_07: _carbonReactNativeElements.Typography.TypeSets.heading_07,
|
|
22
|
+
heading_compact_01: _carbonReactNativeElements.Typography.TypeSets.heading_compact_01,
|
|
23
|
+
heading_compact_02: _carbonReactNativeElements.Typography.TypeSets.heading_compact_02,
|
|
24
|
+
helper_text_01: _carbonReactNativeElements.Typography.TypeSets.helper_text_01,
|
|
25
|
+
helper_text_02: _carbonReactNativeElements.Typography.TypeSets.helper_text_02,
|
|
26
|
+
label_01: _carbonReactNativeElements.Typography.TypeSets.label_01,
|
|
27
|
+
label_02: _carbonReactNativeElements.Typography.TypeSets.label_02,
|
|
28
|
+
legal_01: _carbonReactNativeElements.Typography.TypeSets.legal_01,
|
|
29
|
+
legal_02: _carbonReactNativeElements.Typography.TypeSets.legal_02
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=typography.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_carbonReactNativeElements","require","Typography","exports","body_01","T","TypeSets","body_02","body_compact_01","body_compact_02","code_01","code_02","heading_01","heading_02","heading_03","heading_04","heading_05","heading_06","heading_07","heading_compact_01","heading_compact_02","helper_text_01","helper_text_02","label_01","label_02","legal_01","legal_02"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/typography.ts"],"mappings":";;;;;;AAIA,IAAAA,0BAAA,GAAAC,OAAA;AAIO,MAAMC,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG;EACzBE,OAAO,EAAEC,qCAAC,CAACC,QAAQ,CAACF,OAAO;EAC3BG,OAAO,EAAEF,qCAAC,CAACC,QAAQ,CAACC,OAAO;EAC3BC,eAAe,EAAEH,qCAAC,CAACC,QAAQ,CAACE,eAAe;EAC3CC,eAAe,EAAEJ,qCAAC,CAACC,QAAQ,CAACG,eAAe;EAC3CC,OAAO,EAAEL,qCAAC,CAACC,QAAQ,CAACI,OAAO;EAC3BC,OAAO,EAAEN,qCAAC,CAACC,QAAQ,CAACK,OAAO;EAC3BC,UAAU,EAAEP,qCAAC,CAACC,QAAQ,CAACM,UAAU;EACjCC,UAAU,EAAER,qCAAC,CAACC,QAAQ,CAACO,UAAU;EACjCC,UAAU,EAAET,qCAAC,CAACC,QAAQ,CAACQ,UAAU;EACjCC,UAAU,EAAEV,qCAAC,CAACC,QAAQ,CAACS,UAAU;EACjCC,UAAU,EAAEX,qCAAC,CAACC,QAAQ,CAACU,UAAU;EACjCC,UAAU,EAAEZ,qCAAC,CAACC,QAAQ,CAACW,UAAU;EACjCC,UAAU,EAAEb,qCAAC,CAACC,QAAQ,CAACY,UAAU;EACjCC,kBAAkB,EAAEd,qCAAC,CAACC,QAAQ,CAACa,kBAAkB;EACjDC,kBAAkB,EAAEf,qCAAC,CAACC,QAAQ,CAACc,kBAAkB;EACjDC,cAAc,EAAEhB,qCAAC,CAACC,QAAQ,CAACe,cAAc;EACzCC,cAAc,EAAEjB,qCAAC,CAACC,QAAQ,CAACgB,cAAc;EACzCC,QAAQ,EAAElB,qCAAC,CAACC,QAAQ,CAACiB,QAAQ;EAC7BC,QAAQ,EAAEnB,qCAAC,CAACC,QAAQ,CAACkB,QAAQ;EAC7BC,QAAQ,EAAEpB,qCAAC,CAACC,QAAQ,CAACmB,QAAQ;EAC7BC,QAAQ,EAAErB,qCAAC,CAACC,QAAQ,CAACoB;AACtB,CAAkE","ignoreList":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Width = void 0;
|
|
7
|
+
const Width = exports.Width = {
|
|
8
|
+
w_full: {
|
|
9
|
+
width: "100%"
|
|
10
|
+
},
|
|
11
|
+
w_auto: {
|
|
12
|
+
width: "auto"
|
|
13
|
+
},
|
|
14
|
+
max_w_full: {
|
|
15
|
+
maxWidth: "100%"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=width.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Width","exports","w_full","width","w_auto","max_w_full","maxWidth"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/width.ts"],"mappings":";;;;;;AAIO,MAAMA,KAAK,GAAAC,OAAA,CAAAD,KAAA,GAAG;EACpBE,MAAM,EAAE;IACPC,KAAK,EAAE;EACR,CAAC;EACDC,MAAM,EAAE;IACPD,KAAK,EAAE;EACR,CAAC;EACDE,UAAU,EAAE;IACXC,QAAQ,EAAE;EACX;AACD,CAA8C","ignoreList":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.TypographyStyleSheet = void 0;
|
|
7
|
+
var _reactNative = require("react-native");
|
|
8
|
+
var _index = require("./style-sheet-obj/index.js");
|
|
9
|
+
const TypographyStyleSheet = exports.TypographyStyleSheet = _reactNative.StyleSheet.create(_index.Typography);
|
|
10
|
+
//# sourceMappingURL=typography-style-sheet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_index","TypographyStyleSheet","exports","StyleSheet","create","Typography"],"sourceRoot":"../../../src","sources":["style-sheets/typography-style-sheet.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,MAAA,GAAAD,OAAA;AAIO,MAAME,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,GAAGE,uBAAU,CAACC,MAAM,CAACC,iBAAU,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.WidthStyleSheet = void 0;
|
|
7
|
+
var _reactNative = require("react-native");
|
|
8
|
+
var _index = require("./style-sheet-obj/index.js");
|
|
9
|
+
const WidthStyleSheet = exports.WidthStyleSheet = _reactNative.StyleSheet.create(_index.Width);
|
|
10
|
+
//# sourceMappingURL=width-style-sheet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_index","WidthStyleSheet","exports","StyleSheet","create","Width"],"sourceRoot":"../../../src","sources":["style-sheets/width-style-sheet.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,MAAA,GAAAD,OAAA;AAIO,MAAME,eAAe,GAAAC,OAAA,CAAAD,eAAA,GAAGE,uBAAU,CAACC,MAAM,CAACC,YAAK,CAAC","ignoreList":[]}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
import { useContext } from "react";
|
|
4
4
|
import { View } from "react-native";
|
|
5
5
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
6
|
-
import { FlexStyleSheet } from "../../_internal/style-sheets/index.js";
|
|
7
6
|
import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
|
|
8
7
|
import { ThemeContext } from "../../contexts/index.js";
|
|
8
|
+
import { FlexStyleSheet } from "../../style-sheets/index.js";
|
|
9
9
|
import { BaseColor as ButtonColor } from "../button/base-color/index.js";
|
|
10
10
|
import { HeaderBorder } from "./_HeaderBorder.js";
|
|
11
11
|
import { Chevron } from "./_chevron/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useContext","View","Color","
|
|
1
|
+
{"version":3,"names":["useContext","View","Color","CarbonStyleSheet","ThemeContext","FlexStyleSheet","BaseColor","ButtonColor","HeaderBorder","Chevron","jsx","_jsx","jsxs","_jsxs","Header","size","open","flushAlignment","text","style","styleProp","buttonProps","themeContext","children","mapSizeToButtonSize","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","iconNode","params","iconNodeRenderer","self_stretch","create","backgroundColor","borderWidth","borderColor","color","focus","layer_hover_01","text_primary","text_disabled","gray_10","Token","icon_primary","icon_disabled","gray_100","small","medium","large","iconColorState","iconSize","iconStyle"],"sourceRoot":"../../../../src","sources":["components/accordion/_Header.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
import { useContext } from "react";
|
|
4
4
|
import { StyleSheet, View } from "react-native";
|
|
5
5
|
import { Spacing } from "@audira/carbon-react-native-elements";
|
|
6
|
-
import { CommonStyleSheet } from "../../_internal/style-sheets/index.js";
|
|
7
6
|
import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
|
|
8
7
|
import { ThemeContext } from "../../contexts/index.js";
|
|
8
|
+
import { PositionStyleSheet, WidthStyleSheet } from "../../style-sheets/index.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
export function HeaderBorder({
|
|
11
11
|
flushAlignment,
|
|
@@ -13,10 +13,10 @@ export function HeaderBorder({
|
|
|
13
13
|
}) {
|
|
14
14
|
useContext(ThemeContext);
|
|
15
15
|
return /*#__PURE__*/_jsx(View, {
|
|
16
|
-
style: [
|
|
16
|
+
style: [PositionStyleSheet.absolute, style.borderBox, carbonStyle.borderBox, flushAlignment ? {
|
|
17
17
|
left: Spacing.spacing_05,
|
|
18
18
|
right: Spacing.spacing_05
|
|
19
|
-
} :
|
|
19
|
+
} : WidthStyleSheet.w_full, styleProp]
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
22
|
const style = StyleSheet.create({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useContext","StyleSheet","View","Spacing","
|
|
1
|
+
{"version":3,"names":["useContext","StyleSheet","View","Spacing","CarbonStyleSheet","ThemeContext","PositionStyleSheet","WidthStyleSheet","jsx","_jsx","HeaderBorder","flushAlignment","style","styleProp","absolute","borderBox","carbonStyle","left","spacing_05","right","w_full","create","height","borderTopWidth","borderColor","color","border_subtle_00"],"sourceRoot":"../../../../src","sources":["components/accordion/_HeaderBorder.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,EACVC,IAAI,QAEE,cAAc;AAErB,SACCC,OAAO,QACD,sCAAsC;AAE7C,SACCC,gBAAgB,QACV,mCAA0B;AAEjC,SACCC,YAAY,QACN,yBAAgB;AAEvB,SACCC,kBAAkB,EAClBC,eAAe,QACT,6BAAoB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAU3B,OAAO,SAASC,YAAYA,CAAC;EAC5BC,cAAc;EACdC,KAAK,EAAEC;AACW,CAAC,EAAE;EAErBb,UAAU,CAACK,YAAY,CAAC;EAExB,oBACCI,IAAA,CAACP,IAAI;IACJU,KAAK,EAAG,CACPN,kBAAkB,CAACQ,QAAQ,EAC3BF,KAAK,CAACG,SAAS,EACfC,WAAW,CAACD,SAAS,EACrBJ,cAAc,GACX;MACDM,IAAI,EAAEd,OAAO,CAACe,UAAU;MACxBC,KAAK,EAAEhB,OAAO,CAACe;IAChB,CAAC,GACCX,eAAe,CAACa,MAAM,EACzBP,SAAS;EACP,CACH,CAAC;AAGJ;AAEA,MACCD,KAAK,GACJX,UAAU,CAACoB,MAAM,CAAC;IACjBN,SAAS,EAAE;MACVO,MAAM,EAAE,CAAC;MACTC,cAAc,EAAE;IACjB;EACD,CAAC,CAAC;EAEHP,WAAW,GACVZ,gBAAgB,CAACiB,MAAM,CAAC;IACvBN,SAAS,EAAE;MACVS,WAAW,EAAEpB,gBAAgB,CAACqB,KAAK,CAACC;IACrC;EACD,CAAC,CAAC","ignoreList":[]}
|
|
@@ -4,7 +4,7 @@ import { forwardRef, useCallback, useContext, useImperativeHandle, useRef, useSt
|
|
|
4
4
|
import { StyleSheet, View } from "react-native";
|
|
5
5
|
import { Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import { GlobalConfigContext } from "../../_internal/contexts/index.js";
|
|
7
|
-
import {
|
|
7
|
+
import { DirectionStyleSheet } from "../../style-sheets/index.js";
|
|
8
8
|
import { Collapsible } from "../collapsible/index.js";
|
|
9
9
|
import { Header } from "./_Header.js";
|
|
10
10
|
import { Context } from "./_context.js";
|
|
@@ -68,7 +68,7 @@ export const Item = /*#__PURE__*/forwardRef(function Item({
|
|
|
68
68
|
motion: Motion,
|
|
69
69
|
open: open,
|
|
70
70
|
dir: globalConfigContext.rtl ? "rtl" : undefined,
|
|
71
|
-
contentContainerStyle: [globalConfigContext.rtl ?
|
|
71
|
+
contentContainerStyle: [globalConfigContext.rtl ? DirectionStyleSheet.rtl : undefined, accordionContext.collapsibleContentContainerStyle, style.panel],
|
|
72
72
|
children: children
|
|
73
73
|
})]
|
|
74
74
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","useState","StyleSheet","View","Spacing","GlobalConfigContext","
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","useState","StyleSheet","View","Spacing","GlobalConfigContext","DirectionStyleSheet","Collapsible","Header","Context","Motion","jsx","_jsx","jsxs","_jsxs","Item","defaultOpen","open","openProp","title","children","style","styleProp","onPressHeader","headerProps","props","forwardedRef","globalConfigContext","accordionContext","ref","allowOnChangeEffect","viewRef","openSelf","setOpenSelf","current","controlled","pressHandler","event","state","Object","assign","setOpen","value","size","text","flushAlignment","onPress","motion","dir","rtl","undefined","contentContainerStyle","collapsibleContentContainerStyle","panel","create","paddingTop","spacing_03","paddingBottom","spacing_06","paddingLeft","spacing_05"],"sourceRoot":"../../../../src","sources":["components/accordion/_Item.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { forwardRef, useContext } from "react";
|
|
4
|
+
import { View } from "react-native";
|
|
5
|
+
import { GlobalConfigContext } from "../../_internal/contexts/index.js";
|
|
6
|
+
import { DirectionStyleSheet } from "../../style-sheets/index.js";
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
export const Box = /*#__PURE__*/forwardRef(function Box({
|
|
9
|
+
dir: dirProp,
|
|
10
|
+
style,
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
const globalConfigContext = useContext(GlobalConfigContext),
|
|
14
|
+
dir = dirProp ?? globalConfigContext.rtl ? "rtl" : "ltr";
|
|
15
|
+
return /*#__PURE__*/_jsx(View, {
|
|
16
|
+
ref: ref,
|
|
17
|
+
...props,
|
|
18
|
+
dir: dir,
|
|
19
|
+
style: [dir == "rtl" ? DirectionStyleSheet.rtl : undefined, style]
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
//# sourceMappingURL=Box.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","View","GlobalConfigContext","DirectionStyleSheet","jsx","_jsx","Box","dir","dirProp","style","props","ref","globalConfigContext","rtl","undefined"],"sourceRoot":"../../../../src","sources":["components/box/Box.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QACE,cAAc;AAErB,SACCC,mBAAmB,QACb,mCAA0B;AAEjC,SACCC,mBAAmB,QACb,6BAAoB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAU3B,OAAO,MAAMC,GAAG,gBAAGP,UAAU,CAC5B,SAASO,GAAGA,CACX;EACCC,GAAG,EAAEC,OAAO;EACZC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClBZ,UAAU,CAACE,mBAAmB,CAAC;IAEhCK,GAAG,GACFC,OAAO,IACPI,mBAAmB,CAACC,GAAG,GAAG,KAAK,GAAG,KAAK;EAEzC,oBACCR,IAAA,CAACJ,IAAI;IACJU,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVH,GAAG,EAAGA,GAAK;IACXE,KAAK,EAAG,CACPF,GAAG,IAAI,KAAK,GAAGJ,mBAAmB,CAACU,GAAG,GAAGC,SAAS,EAClDL,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/box/BoxProps.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/box/BoxRef.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/box/index.ts"],"mappings":";;AAAA,cAAc,UAAO","ignoreList":[]}
|
|
@@ -4,7 +4,7 @@ import { forwardRef, useContext } from "react";
|
|
|
4
4
|
import { Pressable, StyleSheet, View } from "react-native";
|
|
5
5
|
import { Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import { ButtonGroupContext, GlobalConfigContext } from "../../../_internal/contexts/index.js";
|
|
7
|
-
import { FlexStyleSheet } from "../../../
|
|
7
|
+
import { DirectionStyleSheet, FlexStyleSheet, OverflowStyleSheet } from "../../../style-sheets/index.js";
|
|
8
8
|
import { Text } from "../../text/index.js";
|
|
9
9
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
10
|
export const Base = /*#__PURE__*/forwardRef(function Base({
|
|
@@ -33,7 +33,7 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
|
|
|
33
33
|
role: role,
|
|
34
34
|
"aria-label": ariaLabel ?? text,
|
|
35
35
|
dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
|
|
36
|
-
style: [FlexStyleSheet.flex_row, FlexStyleSheet.justify_between,
|
|
36
|
+
style: [FlexStyleSheet.flex_row, FlexStyleSheet.justify_between, OverflowStyleSheet.overflow_hidden, globalConfigContext.rtl ? DirectionStyleSheet.rtl : undefined, mapContainerStyle[`${!!text}`][`${!!Icon || !!iconNode}`], sizeStyle[size], mapStyleInButtonGroup[`${!!buttonGroupContext.vertical}`][`${!!buttonGroupContext.fluid}`], style],
|
|
37
37
|
ref: ref,
|
|
38
38
|
children: [backgroundNode, !InlineLoading || inlineLoadingProps?.state === "inactive" ? /*#__PURE__*/_jsxs(_Fragment, {
|
|
39
39
|
children: [!!text && /*#__PURE__*/_jsx(View, {
|
|
@@ -58,12 +58,6 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
|
|
|
58
58
|
});
|
|
59
59
|
});
|
|
60
60
|
const baseStyle = StyleSheet.create({
|
|
61
|
-
container: {
|
|
62
|
-
overflow: "hidden"
|
|
63
|
-
},
|
|
64
|
-
containerRtl: {
|
|
65
|
-
direction: "rtl"
|
|
66
|
-
},
|
|
67
61
|
/**
|
|
68
62
|
* Start Padding
|
|
69
63
|
*/
|