@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-area-fluid/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-area-fluid/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,mBAAmB,sBAAsB,CAAA;AACzC,mBAAmB,oBAAoB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInputField.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-input-field/TextInputField.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextInputField.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-input-field/TextInputField.tsx"],"names":[],"mappings":"AAsDA,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,uBAAuB,CAAA;AAE9B,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAU5B,eAAO,MAAM,cAAc,mHAiS1B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-input-field/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-input-field/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,mBAAmB,kCAAkC,CAAA;AACrD,mBAAmB,uBAAuB,CAAA;AAC1C,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,sBAAsB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-input-fluid/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-input-fluid/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,mBAAmB,uBAAuB,CAAA;AAC1C,mBAAmB,qBAAqB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/base/Base.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/base/Base.tsx"],"names":[],"mappings":"AAsDA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAMlB,eAAO,MAAM,IAAI,+FA2IhB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/base/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/base/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/default/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/default/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/toggle/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/toggle/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/small/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/small/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const DirectionStyleSheet: {
|
|
2
|
+
readonly ltr: {
|
|
3
|
+
readonly direction: "ltr";
|
|
4
|
+
};
|
|
5
|
+
readonly rtl: {
|
|
6
|
+
readonly direction: "rtl";
|
|
7
|
+
};
|
|
8
|
+
readonly inherit: {
|
|
9
|
+
readonly direction: "inherit";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=direction-style-sheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"direction-style-sheet.d.ts","sourceRoot":"","sources":["../../../../src/style-sheets/direction-style-sheet.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,mBAAmB;;;;;;;;;;CAA+B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"display-style-sheet.d.ts","sourceRoot":"","sources":["../../../../src/style-sheets/display-style-sheet.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,iBAAiB;;;;;;;CAA6B,CAAA"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
export declare const FlexStyleSheet: {
|
|
2
|
+
readonly flex_1: {
|
|
3
|
+
readonly flexGrow: 1;
|
|
4
|
+
readonly flexShrink: 1;
|
|
5
|
+
readonly flexBasis: 0;
|
|
6
|
+
};
|
|
7
|
+
readonly flex_auto: {
|
|
8
|
+
readonly flexGrow: 1;
|
|
9
|
+
readonly flexShrink: 1;
|
|
10
|
+
readonly flexBasis: "auto";
|
|
11
|
+
};
|
|
12
|
+
readonly flex_initial: {
|
|
13
|
+
readonly flexGrow: 0;
|
|
14
|
+
readonly flexShrink: 1;
|
|
15
|
+
readonly flexBasis: "auto";
|
|
16
|
+
};
|
|
17
|
+
readonly flex_col: {
|
|
18
|
+
readonly flexDirection: "column";
|
|
19
|
+
};
|
|
20
|
+
readonly flex_col_reverse: {
|
|
21
|
+
readonly flexDirection: "column-reverse";
|
|
22
|
+
};
|
|
23
|
+
readonly flex_row: {
|
|
24
|
+
readonly flexDirection: "row";
|
|
25
|
+
};
|
|
26
|
+
readonly flex_row_reverse: {
|
|
27
|
+
readonly flexDirection: "row-reverse";
|
|
28
|
+
};
|
|
29
|
+
readonly flex_wrap: {
|
|
30
|
+
readonly flexWrap: "wrap";
|
|
31
|
+
};
|
|
32
|
+
readonly flex_wrap_reverse: {
|
|
33
|
+
readonly flexWrap: "wrap-reverse";
|
|
34
|
+
};
|
|
35
|
+
readonly flex_nowrap: {
|
|
36
|
+
readonly flexWrap: "nowrap";
|
|
37
|
+
};
|
|
38
|
+
readonly items_start: {
|
|
39
|
+
readonly alignItems: "flex-start";
|
|
40
|
+
};
|
|
41
|
+
readonly items_center: {
|
|
42
|
+
readonly alignItems: "center";
|
|
43
|
+
};
|
|
44
|
+
readonly items_end: {
|
|
45
|
+
readonly alignItems: "flex-end";
|
|
46
|
+
};
|
|
47
|
+
readonly content_start: {
|
|
48
|
+
readonly alignContent: "flex-start";
|
|
49
|
+
};
|
|
50
|
+
readonly content_center: {
|
|
51
|
+
readonly alignContent: "center";
|
|
52
|
+
};
|
|
53
|
+
readonly content_end: {
|
|
54
|
+
readonly alignContent: "flex-end";
|
|
55
|
+
};
|
|
56
|
+
readonly justify_start: {
|
|
57
|
+
readonly justifyContent: "flex-start";
|
|
58
|
+
};
|
|
59
|
+
readonly justify_center: {
|
|
60
|
+
readonly justifyContent: "center";
|
|
61
|
+
};
|
|
62
|
+
readonly justify_between: {
|
|
63
|
+
readonly justifyContent: "space-between";
|
|
64
|
+
};
|
|
65
|
+
readonly justify_end: {
|
|
66
|
+
readonly justifyContent: "flex-end";
|
|
67
|
+
};
|
|
68
|
+
readonly self_start: {
|
|
69
|
+
readonly alignSelf: "flex-start";
|
|
70
|
+
};
|
|
71
|
+
readonly self_center: {
|
|
72
|
+
readonly alignSelf: "center";
|
|
73
|
+
};
|
|
74
|
+
readonly self_end: {
|
|
75
|
+
readonly alignSelf: "flex-end";
|
|
76
|
+
};
|
|
77
|
+
readonly self_stretch: {
|
|
78
|
+
readonly alignSelf: "stretch";
|
|
79
|
+
};
|
|
80
|
+
readonly grow: {
|
|
81
|
+
readonly flexGrow: 1;
|
|
82
|
+
};
|
|
83
|
+
readonly grow_0: {
|
|
84
|
+
readonly flexGrow: 0;
|
|
85
|
+
};
|
|
86
|
+
readonly shrink: {
|
|
87
|
+
readonly flexShrink: 1;
|
|
88
|
+
};
|
|
89
|
+
readonly shrink_0: {
|
|
90
|
+
readonly flexShrink: 0;
|
|
91
|
+
};
|
|
92
|
+
readonly basis_auto: {
|
|
93
|
+
readonly flexBasis: "auto";
|
|
94
|
+
};
|
|
95
|
+
readonly basis_full: {
|
|
96
|
+
readonly flexBasis: "100%";
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
//# sourceMappingURL=flex-style-sheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flex-style-sheet.d.ts","sourceRoot":"","sources":["../../../../src/style-sheets/flex-style-sheet.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAA"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export declare const FontStyleSheet: {
|
|
2
|
+
readonly thin: {
|
|
3
|
+
readonly fontWeight: 100;
|
|
4
|
+
readonly fontFamily: "IBMPlexSans-Thin";
|
|
5
|
+
};
|
|
6
|
+
readonly thin_italic: {
|
|
7
|
+
readonly fontWeight: 100;
|
|
8
|
+
readonly fontFamily: "IBMPlexSans-Thin-Italic";
|
|
9
|
+
};
|
|
10
|
+
readonly extralight: {
|
|
11
|
+
readonly fontWeight: 200;
|
|
12
|
+
readonly fontFamily: "IBMPlexSans-ExtraLight";
|
|
13
|
+
};
|
|
14
|
+
readonly extralight_italic: {
|
|
15
|
+
readonly fontWeight: 200;
|
|
16
|
+
readonly fontFamily: "IBMPlexSans-ExtraLight-Italic";
|
|
17
|
+
};
|
|
18
|
+
readonly light: {
|
|
19
|
+
readonly fontWeight: 300;
|
|
20
|
+
readonly fontFamily: "IBMPlexSans-Light";
|
|
21
|
+
};
|
|
22
|
+
readonly light_italic: {
|
|
23
|
+
readonly fontWeight: 300;
|
|
24
|
+
readonly fontFamily: "IBMPlexSans-Light-Italic";
|
|
25
|
+
};
|
|
26
|
+
readonly normal: {
|
|
27
|
+
readonly fontWeight: 400;
|
|
28
|
+
readonly fontFamily: "IBMPlexSans-Regular";
|
|
29
|
+
};
|
|
30
|
+
readonly normal_italic: {
|
|
31
|
+
readonly fontWeight: 400;
|
|
32
|
+
readonly fontFamily: "IBMPlexSans-Italic";
|
|
33
|
+
};
|
|
34
|
+
readonly medium: {
|
|
35
|
+
readonly fontWeight: 500;
|
|
36
|
+
readonly fontFamily: "IBMPlexSans-Medium";
|
|
37
|
+
};
|
|
38
|
+
readonly medium_italic: {
|
|
39
|
+
readonly fontWeight: 500;
|
|
40
|
+
readonly fontFamily: "IBMPlexSans-Medium-Italic";
|
|
41
|
+
};
|
|
42
|
+
readonly semibold: {
|
|
43
|
+
readonly fontWeight: 600;
|
|
44
|
+
readonly fontFamily: "IBMPlexSans-SemiBold";
|
|
45
|
+
};
|
|
46
|
+
readonly semibold_italic: {
|
|
47
|
+
readonly fontWeight: 600;
|
|
48
|
+
readonly fontFamily: "IBMPlexSans-SemiBold-Italic";
|
|
49
|
+
};
|
|
50
|
+
readonly bold: {
|
|
51
|
+
readonly fontWeight: 700;
|
|
52
|
+
readonly fontFamily: "IBMPlexSans-Bold";
|
|
53
|
+
};
|
|
54
|
+
readonly bold_italic: {
|
|
55
|
+
readonly fontWeight: 700;
|
|
56
|
+
readonly fontFamily: "IBMPlexSans-Bold-Italic";
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=font-style-sheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"font-style-sheet.d.ts","sourceRoot":"","sources":["../../../../src/style-sheets/font-style-sheet.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const HeightStyleSheet: {
|
|
2
|
+
readonly h_full: {
|
|
3
|
+
readonly height: "100%";
|
|
4
|
+
};
|
|
5
|
+
readonly h_auto: {
|
|
6
|
+
readonly width: "auto";
|
|
7
|
+
};
|
|
8
|
+
readonly max_h_full: {
|
|
9
|
+
readonly maxHeight: "100%";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=height-style-sheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"height-style-sheet.d.ts","sourceRoot":"","sources":["../../../../src/style-sheets/height-style-sheet.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB;;;;;;;;;;CAA4B,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as StyleSheetObj from "./style-sheet-obj";
|
|
2
|
+
export { StyleSheetObj, };
|
|
3
|
+
export * from "./direction-style-sheet";
|
|
4
|
+
export * from "./display-style-sheet";
|
|
5
|
+
export * from "./flex-style-sheet";
|
|
6
|
+
export * from "./font-style-sheet";
|
|
7
|
+
export * from "./height-style-sheet";
|
|
8
|
+
export * from "./overflow-style-sheet";
|
|
9
|
+
export * from "./position-style-sheet";
|
|
10
|
+
export * from "./typography-style-sheet";
|
|
11
|
+
export * from "./width-style-sheet";
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/style-sheets/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,mBAAmB,CAAA;AAElD,OAAO,EACN,aAAa,GACb,CAAA;AAED,cAAc,yBAAyB,CAAA;AACvC,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,0BAA0B,CAAA;AACxC,cAAc,qBAAqB,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const OverflowStyleSheet: {
|
|
2
|
+
readonly overflow_hidden: {
|
|
3
|
+
readonly overflow: "hidden";
|
|
4
|
+
};
|
|
5
|
+
readonly overflow_scroll: {
|
|
6
|
+
readonly overflow: "scroll";
|
|
7
|
+
};
|
|
8
|
+
readonly overflow_visible: {
|
|
9
|
+
readonly overflow: "visible";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=overflow-style-sheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overflow-style-sheet.d.ts","sourceRoot":"","sources":["../../../../src/style-sheets/overflow-style-sheet.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,kBAAkB;;;;;;;;;;CAA8B,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const PositionStyleSheet: {
|
|
2
|
+
readonly absolute: {
|
|
3
|
+
readonly position: "absolute";
|
|
4
|
+
};
|
|
5
|
+
readonly relative: {
|
|
6
|
+
readonly position: "relative";
|
|
7
|
+
};
|
|
8
|
+
readonly static: {
|
|
9
|
+
readonly position: "static";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=position-style-sheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"position-style-sheet.d.ts","sourceRoot":"","sources":["../../../../src/style-sheets/position-style-sheet.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,kBAAkB;;;;;;;;;;CAA8B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"direction.d.ts","sourceRoot":"","sources":["../../../../../src/style-sheets/style-sheet-obj/direction.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;CAUwB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"display.d.ts","sourceRoot":"","sources":["../../../../../src/style-sheets/style-sheet-obj/display.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO;;;;;;;CAO0B,CAAA"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
export declare const Flex: {
|
|
2
|
+
readonly flex_1: {
|
|
3
|
+
readonly flexGrow: 1;
|
|
4
|
+
readonly flexShrink: 1;
|
|
5
|
+
readonly flexBasis: 0;
|
|
6
|
+
};
|
|
7
|
+
readonly flex_auto: {
|
|
8
|
+
readonly flexGrow: 1;
|
|
9
|
+
readonly flexShrink: 1;
|
|
10
|
+
readonly flexBasis: "auto";
|
|
11
|
+
};
|
|
12
|
+
readonly flex_initial: {
|
|
13
|
+
readonly flexGrow: 0;
|
|
14
|
+
readonly flexShrink: 1;
|
|
15
|
+
readonly flexBasis: "auto";
|
|
16
|
+
};
|
|
17
|
+
readonly flex_col: {
|
|
18
|
+
readonly flexDirection: "column";
|
|
19
|
+
};
|
|
20
|
+
readonly flex_col_reverse: {
|
|
21
|
+
readonly flexDirection: "column-reverse";
|
|
22
|
+
};
|
|
23
|
+
readonly flex_row: {
|
|
24
|
+
readonly flexDirection: "row";
|
|
25
|
+
};
|
|
26
|
+
readonly flex_row_reverse: {
|
|
27
|
+
readonly flexDirection: "row-reverse";
|
|
28
|
+
};
|
|
29
|
+
readonly flex_wrap: {
|
|
30
|
+
readonly flexWrap: "wrap";
|
|
31
|
+
};
|
|
32
|
+
readonly flex_wrap_reverse: {
|
|
33
|
+
readonly flexWrap: "wrap-reverse";
|
|
34
|
+
};
|
|
35
|
+
readonly flex_nowrap: {
|
|
36
|
+
readonly flexWrap: "nowrap";
|
|
37
|
+
};
|
|
38
|
+
readonly items_start: {
|
|
39
|
+
readonly alignItems: "flex-start";
|
|
40
|
+
};
|
|
41
|
+
readonly items_center: {
|
|
42
|
+
readonly alignItems: "center";
|
|
43
|
+
};
|
|
44
|
+
readonly items_end: {
|
|
45
|
+
readonly alignItems: "flex-end";
|
|
46
|
+
};
|
|
47
|
+
readonly content_start: {
|
|
48
|
+
readonly alignContent: "flex-start";
|
|
49
|
+
};
|
|
50
|
+
readonly content_center: {
|
|
51
|
+
readonly alignContent: "center";
|
|
52
|
+
};
|
|
53
|
+
readonly content_end: {
|
|
54
|
+
readonly alignContent: "flex-end";
|
|
55
|
+
};
|
|
56
|
+
readonly justify_start: {
|
|
57
|
+
readonly justifyContent: "flex-start";
|
|
58
|
+
};
|
|
59
|
+
readonly justify_center: {
|
|
60
|
+
readonly justifyContent: "center";
|
|
61
|
+
};
|
|
62
|
+
readonly justify_between: {
|
|
63
|
+
readonly justifyContent: "space-between";
|
|
64
|
+
};
|
|
65
|
+
readonly justify_end: {
|
|
66
|
+
readonly justifyContent: "flex-end";
|
|
67
|
+
};
|
|
68
|
+
readonly self_start: {
|
|
69
|
+
readonly alignSelf: "flex-start";
|
|
70
|
+
};
|
|
71
|
+
readonly self_center: {
|
|
72
|
+
readonly alignSelf: "center";
|
|
73
|
+
};
|
|
74
|
+
readonly self_end: {
|
|
75
|
+
readonly alignSelf: "flex-end";
|
|
76
|
+
};
|
|
77
|
+
readonly self_stretch: {
|
|
78
|
+
readonly alignSelf: "stretch";
|
|
79
|
+
};
|
|
80
|
+
readonly grow: {
|
|
81
|
+
readonly flexGrow: 1;
|
|
82
|
+
};
|
|
83
|
+
readonly grow_0: {
|
|
84
|
+
readonly flexGrow: 0;
|
|
85
|
+
};
|
|
86
|
+
readonly shrink: {
|
|
87
|
+
readonly flexShrink: 1;
|
|
88
|
+
};
|
|
89
|
+
readonly shrink_0: {
|
|
90
|
+
readonly flexShrink: 0;
|
|
91
|
+
};
|
|
92
|
+
readonly basis_auto: {
|
|
93
|
+
readonly flexBasis: "auto";
|
|
94
|
+
};
|
|
95
|
+
readonly basis_full: {
|
|
96
|
+
readonly flexBasis: "100%";
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
//# sourceMappingURL=flex.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flex.d.ts","sourceRoot":"","sources":["../../../../../src/style-sheets/style-sheet-obj/flex.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiG6B,CAAA"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export declare const Font: {
|
|
2
|
+
readonly thin: {
|
|
3
|
+
readonly fontWeight: 100;
|
|
4
|
+
readonly fontFamily: "IBMPlexSans-Thin";
|
|
5
|
+
};
|
|
6
|
+
readonly thin_italic: {
|
|
7
|
+
readonly fontWeight: 100;
|
|
8
|
+
readonly fontFamily: "IBMPlexSans-Thin-Italic";
|
|
9
|
+
};
|
|
10
|
+
readonly extralight: {
|
|
11
|
+
readonly fontWeight: 200;
|
|
12
|
+
readonly fontFamily: "IBMPlexSans-ExtraLight";
|
|
13
|
+
};
|
|
14
|
+
readonly extralight_italic: {
|
|
15
|
+
readonly fontWeight: 200;
|
|
16
|
+
readonly fontFamily: "IBMPlexSans-ExtraLight-Italic";
|
|
17
|
+
};
|
|
18
|
+
readonly light: {
|
|
19
|
+
readonly fontWeight: 300;
|
|
20
|
+
readonly fontFamily: "IBMPlexSans-Light";
|
|
21
|
+
};
|
|
22
|
+
readonly light_italic: {
|
|
23
|
+
readonly fontWeight: 300;
|
|
24
|
+
readonly fontFamily: "IBMPlexSans-Light-Italic";
|
|
25
|
+
};
|
|
26
|
+
readonly normal: {
|
|
27
|
+
readonly fontWeight: 400;
|
|
28
|
+
readonly fontFamily: "IBMPlexSans-Regular";
|
|
29
|
+
};
|
|
30
|
+
readonly normal_italic: {
|
|
31
|
+
readonly fontWeight: 400;
|
|
32
|
+
readonly fontFamily: "IBMPlexSans-Italic";
|
|
33
|
+
};
|
|
34
|
+
readonly medium: {
|
|
35
|
+
readonly fontWeight: 500;
|
|
36
|
+
readonly fontFamily: "IBMPlexSans-Medium";
|
|
37
|
+
};
|
|
38
|
+
readonly medium_italic: {
|
|
39
|
+
readonly fontWeight: 500;
|
|
40
|
+
readonly fontFamily: "IBMPlexSans-Medium-Italic";
|
|
41
|
+
};
|
|
42
|
+
readonly semibold: {
|
|
43
|
+
readonly fontWeight: 600;
|
|
44
|
+
readonly fontFamily: "IBMPlexSans-SemiBold";
|
|
45
|
+
};
|
|
46
|
+
readonly semibold_italic: {
|
|
47
|
+
readonly fontWeight: 600;
|
|
48
|
+
readonly fontFamily: "IBMPlexSans-SemiBold-Italic";
|
|
49
|
+
};
|
|
50
|
+
readonly bold: {
|
|
51
|
+
readonly fontWeight: 700;
|
|
52
|
+
readonly fontFamily: "IBMPlexSans-Bold";
|
|
53
|
+
};
|
|
54
|
+
readonly bold_italic: {
|
|
55
|
+
readonly fontWeight: 700;
|
|
56
|
+
readonly fontFamily: "IBMPlexSans-Bold-Italic";
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=font.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"font.d.ts","sourceRoot":"","sources":["../../../../../src/style-sheets/style-sheet-obj/font.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyD6B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"height.d.ts","sourceRoot":"","sources":["../../../../../src/style-sheets/style-sheet-obj/height.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;CAU2B,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./direction";
|
|
2
|
+
export * from "./display";
|
|
3
|
+
export * from "./flex";
|
|
4
|
+
export * from "./font";
|
|
5
|
+
export * from "./height";
|
|
6
|
+
export * from "./overflow";
|
|
7
|
+
export * from "./position";
|
|
8
|
+
export * from "./typography";
|
|
9
|
+
export * from "./width";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/style-sheets/style-sheet-obj/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA;AACzB,cAAc,QAAQ,CAAA;AACtB,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const Overflow: {
|
|
2
|
+
readonly overflow_hidden: {
|
|
3
|
+
readonly overflow: "hidden";
|
|
4
|
+
};
|
|
5
|
+
readonly overflow_scroll: {
|
|
6
|
+
readonly overflow: "scroll";
|
|
7
|
+
};
|
|
8
|
+
readonly overflow_visible: {
|
|
9
|
+
readonly overflow: "visible";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=overflow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overflow.d.ts","sourceRoot":"","sources":["../../../../../src/style-sheets/style-sheet-obj/overflow.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ;;;;;;;;;;CAUyB,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const Position: {
|
|
2
|
+
readonly absolute: {
|
|
3
|
+
readonly position: "absolute";
|
|
4
|
+
};
|
|
5
|
+
readonly relative: {
|
|
6
|
+
readonly position: "relative";
|
|
7
|
+
};
|
|
8
|
+
readonly static: {
|
|
9
|
+
readonly position: "static";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=position.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"position.d.ts","sourceRoot":"","sources":["../../../../../src/style-sheets/style-sheet-obj/position.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ;;;;;;;;;;CAUyB,CAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const Typography: {
|
|
2
|
+
readonly body_01: import("@audira/carbon-react-native-elements").TypeSets;
|
|
3
|
+
readonly body_02: import("@audira/carbon-react-native-elements").TypeSets;
|
|
4
|
+
readonly body_compact_01: import("@audira/carbon-react-native-elements").TypeSets;
|
|
5
|
+
readonly body_compact_02: import("@audira/carbon-react-native-elements").TypeSets;
|
|
6
|
+
readonly code_01: import("@audira/carbon-react-native-elements").TypeSets;
|
|
7
|
+
readonly code_02: import("@audira/carbon-react-native-elements").TypeSets;
|
|
8
|
+
readonly heading_01: import("@audira/carbon-react-native-elements").TypeSets;
|
|
9
|
+
readonly heading_02: import("@audira/carbon-react-native-elements").TypeSets;
|
|
10
|
+
readonly heading_03: import("@audira/carbon-react-native-elements").TypeSets;
|
|
11
|
+
readonly heading_04: import("@audira/carbon-react-native-elements").TypeSets;
|
|
12
|
+
readonly heading_05: import("@audira/carbon-react-native-elements").TypeSets;
|
|
13
|
+
readonly heading_06: import("@audira/carbon-react-native-elements").TypeSets;
|
|
14
|
+
readonly heading_07: import("@audira/carbon-react-native-elements").TypeSets;
|
|
15
|
+
readonly heading_compact_01: import("@audira/carbon-react-native-elements").TypeSets;
|
|
16
|
+
readonly heading_compact_02: import("@audira/carbon-react-native-elements").TypeSets;
|
|
17
|
+
readonly helper_text_01: import("@audira/carbon-react-native-elements").TypeSets;
|
|
18
|
+
readonly helper_text_02: import("@audira/carbon-react-native-elements").TypeSets;
|
|
19
|
+
readonly label_01: import("@audira/carbon-react-native-elements").TypeSets;
|
|
20
|
+
readonly label_02: import("@audira/carbon-react-native-elements").TypeSets;
|
|
21
|
+
readonly legal_01: import("@audira/carbon-react-native-elements").TypeSets;
|
|
22
|
+
readonly legal_02: import("@audira/carbon-react-native-elements").TypeSets;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=typography.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../../src/style-sheets/style-sheet-obj/typography.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;CAsB2C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"width.d.ts","sourceRoot":"","sources":["../../../../../src/style-sheets/style-sheet-obj/width.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK;;;;;;;;;;CAU4B,CAAA"}
|