@autoguru/overdrive 4.1.4 → 4.1.8
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/CHANGELOG.md +1303 -0
- package/dist/components/Actions/Actions.d.ts +7 -0
- package/dist/components/Actions/Actions.d.ts.map +1 -0
- package/dist/components/Actions/Actions.js +3 -20
- package/dist/components/Actions/index.d.ts +2 -0
- package/dist/components/Actions/index.d.ts.map +1 -0
- package/dist/components/Actions/index.js +1 -3
- package/dist/components/Alert/Alert.css.d.ts +4 -0
- package/dist/components/Alert/Alert.css.d.ts.map +1 -0
- package/dist/components/Alert/Alert.css.js +20 -28
- package/dist/components/Alert/Alert.d.ts +15 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -0
- package/dist/components/Alert/Alert.js +26 -84
- package/dist/components/Alert/index.d.ts +2 -0
- package/dist/components/Alert/index.d.ts.map +1 -0
- package/dist/components/Alert/index.js +1 -3
- package/dist/components/Anchor/Anchor.css.d.ts +2 -0
- package/dist/components/Anchor/Anchor.css.d.ts.map +1 -0
- package/dist/components/Anchor/Anchor.css.js +3 -11
- package/dist/components/Anchor/Anchor.d.ts +14 -0
- package/dist/components/Anchor/Anchor.d.ts.map +1 -0
- package/dist/components/Anchor/Anchor.js +28 -53
- package/dist/components/Anchor/index.d.ts +2 -0
- package/dist/components/Anchor/index.d.ts.map +1 -0
- package/dist/components/Anchor/index.js +1 -3
- package/dist/components/AutoSuggest/AutoSuggest.css.d.ts +15 -0
- package/dist/components/AutoSuggest/AutoSuggest.css.d.ts.map +1 -0
- package/dist/components/AutoSuggest/AutoSuggest.css.js +76 -84
- package/dist/components/AutoSuggest/AutoSuggest.d.ts +30 -0
- package/dist/components/AutoSuggest/AutoSuggest.d.ts.map +1 -0
- package/dist/components/AutoSuggest/AutoSuggest.js +306 -628
- package/dist/components/AutoSuggest/index.d.ts +3 -0
- package/dist/components/AutoSuggest/index.d.ts.map +1 -0
- package/dist/components/AutoSuggest/index.js +1 -3
- package/dist/components/AutoSuggest/useLayoutSuggestionVisible.d.ts +3 -0
- package/dist/components/AutoSuggest/useLayoutSuggestionVisible.d.ts.map +1 -0
- package/dist/components/AutoSuggest/useLayoutSuggestionVisible.js +31 -29
- package/dist/components/Badge/Badge.css.d.ts +13 -0
- package/dist/components/Badge/Badge.css.d.ts.map +1 -0
- package/dist/components/Badge/Badge.css.js +71 -79
- package/dist/components/Badge/Badge.d.ts +11 -0
- package/dist/components/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Badge/Badge.js +28 -43
- package/dist/components/Badge/index.d.ts +2 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Badge/index.js +1 -3
- package/dist/components/Box/Box.d.ts +7 -0
- package/dist/components/Box/Box.d.ts.map +1 -0
- package/dist/components/Box/Box.js +53 -122
- package/dist/components/Box/argTypes.d.ts +7 -0
- package/dist/components/Box/argTypes.d.ts.map +1 -0
- package/dist/components/Box/argTypes.js +94 -64
- package/dist/components/Box/index.d.ts +4 -0
- package/dist/components/Box/index.d.ts.map +1 -0
- package/dist/components/Box/index.js +2 -4
- package/dist/components/Box/useBoxStyles.css.d.ts +46 -0
- package/dist/components/Box/useBoxStyles.css.d.ts.map +1 -0
- package/dist/components/Box/useBoxStyles.css.js +85 -105
- package/dist/components/Box/useBoxStyles.d.ts +66 -0
- package/dist/components/Box/useBoxStyles.d.ts.map +1 -0
- package/dist/components/Box/useBoxStyles.js +47 -75
- package/dist/components/BulletList/Bullet.css.d.ts +3 -0
- package/dist/components/BulletList/Bullet.css.d.ts.map +1 -0
- package/dist/components/BulletList/Bullet.css.js +41 -49
- package/dist/components/BulletList/Bullet.d.ts +7 -0
- package/dist/components/BulletList/Bullet.d.ts.map +1 -0
- package/dist/components/BulletList/Bullet.js +24 -38
- package/dist/components/BulletList/BulletList.css.d.ts +3 -0
- package/dist/components/BulletList/BulletList.css.d.ts.map +1 -0
- package/dist/components/BulletList/BulletList.css.js +5 -13
- package/dist/components/BulletList/BulletList.d.ts +6 -0
- package/dist/components/BulletList/BulletList.d.ts.map +1 -0
- package/dist/components/BulletList/BulletList.js +10 -23
- package/dist/components/BulletList/context.d.ts +5 -0
- package/dist/components/BulletList/context.d.ts.map +1 -0
- package/dist/components/BulletList/context.js +1 -3
- package/dist/components/BulletList/index.d.ts +3 -0
- package/dist/components/BulletList/index.d.ts.map +1 -0
- package/dist/components/BulletList/index.js +2 -4
- package/dist/components/BulletText/BulletText.css.d.ts +6 -0
- package/dist/components/BulletText/BulletText.css.d.ts.map +1 -0
- package/dist/components/BulletText/BulletText.css.js +13 -21
- package/dist/components/BulletText/BulletText.d.ts +8 -0
- package/dist/components/BulletText/BulletText.d.ts.map +1 -0
- package/dist/components/BulletText/BulletText.js +15 -56
- package/dist/components/BulletText/index.d.ts +2 -0
- package/dist/components/BulletText/index.d.ts.map +1 -0
- package/dist/components/BulletText/index.js +1 -3
- package/dist/components/Button/Button.css.d.ts +30 -0
- package/dist/components/Button/Button.css.d.ts.map +1 -0
- package/dist/components/Button/Button.css.js +143 -151
- package/dist/components/Button/Button.d.ts +20 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.js +72 -112
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Button/index.js +1 -3
- package/dist/components/CheckBox/CheckBox.css.d.ts +3 -0
- package/dist/components/CheckBox/CheckBox.css.d.ts.map +1 -0
- package/dist/components/CheckBox/CheckBox.css.js +20 -28
- package/dist/components/CheckBox/CheckBox.d.ts +14 -0
- package/dist/components/CheckBox/CheckBox.d.ts.map +1 -0
- package/dist/components/CheckBox/CheckBox.js +16 -54
- package/dist/components/CheckBox/index.d.ts +2 -0
- package/dist/components/CheckBox/index.d.ts.map +1 -0
- package/dist/components/CheckBox/index.js +1 -3
- package/dist/components/Columns/Column.css.d.ts +3 -0
- package/dist/components/Columns/Column.css.d.ts.map +1 -0
- package/dist/components/Columns/Column.css.js +26 -36
- package/dist/components/Columns/Column.d.ts +15 -0
- package/dist/components/Columns/Column.d.ts.map +1 -0
- package/dist/components/Columns/Column.js +16 -51
- package/dist/components/Columns/Columns.css.d.ts +7 -0
- package/dist/components/Columns/Columns.css.d.ts.map +1 -0
- package/dist/components/Columns/Columns.css.js +31 -39
- package/dist/components/Columns/Columns.d.ts +25 -0
- package/dist/components/Columns/Columns.d.ts.map +1 -0
- package/dist/components/Columns/Columns.js +21 -54
- package/dist/components/Columns/index.d.ts +3 -0
- package/dist/components/Columns/index.d.ts.map +1 -0
- package/dist/components/Columns/index.js +2 -4
- package/dist/components/DateInput/DateInput.d.ts +3 -0
- package/dist/components/DateInput/DateInput.d.ts.map +1 -0
- package/dist/components/DateInput/DateInput.js +7 -33
- package/dist/components/DateInput/index.d.ts +2 -0
- package/dist/components/DateInput/index.d.ts.map +1 -0
- package/dist/components/DateInput/index.js +1 -3
- package/dist/components/Flyout/Flyout.d.ts +4 -0
- package/dist/components/Flyout/Flyout.d.ts.map +1 -0
- package/dist/components/Flyout/Flyout.js +4 -40
- package/dist/components/Flyout/index.d.ts +2 -0
- package/dist/components/Flyout/index.d.ts.map +1 -0
- package/dist/components/Flyout/index.js +1 -3
- package/dist/components/Heading/Heading.d.ts +11 -0
- package/dist/components/Heading/Heading.d.ts.map +1 -0
- package/dist/components/Heading/Heading.js +19 -38
- package/dist/components/Heading/index.d.ts +2 -0
- package/dist/components/Heading/index.d.ts.map +1 -0
- package/dist/components/Heading/index.js +1 -3
- package/dist/components/Icon/Icon.css.d.ts +2 -0
- package/dist/components/Icon/Icon.css.d.ts.map +1 -0
- package/dist/components/Icon/Icon.css.js +5 -13
- package/dist/components/Icon/Icon.d.ts +13 -0
- package/dist/components/Icon/Icon.d.ts.map +1 -0
- package/dist/components/Icon/Icon.js +8 -25
- package/dist/components/Icon/index.d.ts +2 -0
- package/dist/components/Icon/index.d.ts.map +1 -0
- package/dist/components/Icon/index.js +1 -3
- package/dist/components/Image/Image.d.ts +8 -0
- package/dist/components/Image/Image.d.ts.map +1 -0
- package/dist/components/Image/Image.js +4 -22
- package/dist/components/Image/ImageServerProvider.d.ts +18 -0
- package/dist/components/Image/ImageServerProvider.d.ts.map +1 -0
- package/dist/components/Image/ImageServerProvider.js +37 -54
- package/dist/components/Image/ResponsiveImage.d.ts +11 -0
- package/dist/components/Image/ResponsiveImage.d.ts.map +1 -0
- package/dist/components/Image/ResponsiveImage.js +19 -46
- package/dist/components/Image/SimpleImage.d.ts +12 -0
- package/dist/components/Image/SimpleImage.d.ts.map +1 -0
- package/dist/components/Image/SimpleImage.js +1 -29
- package/dist/components/Image/index.d.ts +3 -0
- package/dist/components/Image/index.d.ts.map +1 -0
- package/dist/components/Image/index.js +2 -3
- package/dist/components/Image/types.d.ts +2 -0
- package/dist/components/Image/types.d.ts.map +1 -0
- package/dist/components/Image/types.js +1 -3
- package/dist/components/Inline/Inline.d.ts +13 -0
- package/dist/components/Inline/Inline.d.ts.map +1 -0
- package/dist/components/Inline/Inline.js +30 -71
- package/dist/components/Inline/index.d.ts +2 -0
- package/dist/components/Inline/index.d.ts.map +1 -0
- package/dist/components/Inline/index.js +1 -3
- package/dist/components/LinearProgressIndicator/LinearProgressIndicator.css.d.ts +4 -0
- package/dist/components/LinearProgressIndicator/LinearProgressIndicator.css.d.ts.map +1 -0
- package/dist/components/LinearProgressIndicator/LinearProgressIndicator.css.js +48 -56
- package/dist/components/LinearProgressIndicator/LinearProgressIndicator.d.ts +6 -0
- package/dist/components/LinearProgressIndicator/LinearProgressIndicator.d.ts.map +1 -0
- package/dist/components/LinearProgressIndicator/LinearProgressIndicator.js +7 -31
- package/dist/components/LinearProgressIndicator/index.d.ts +2 -0
- package/dist/components/LinearProgressIndicator/index.d.ts.map +1 -0
- package/dist/components/LinearProgressIndicator/index.js +1 -3
- package/dist/components/LoadingBox/LoadingBox.css.d.ts +3 -0
- package/dist/components/LoadingBox/LoadingBox.css.d.ts.map +1 -0
- package/dist/components/LoadingBox/LoadingBox.css.js +18 -26
- package/dist/components/LoadingBox/LoadingBox.d.ts +9 -0
- package/dist/components/LoadingBox/LoadingBox.d.ts.map +1 -0
- package/dist/components/LoadingBox/LoadingBox.js +6 -38
- package/dist/components/LoadingBox/index.d.ts +2 -0
- package/dist/components/LoadingBox/index.d.ts.map +1 -0
- package/dist/components/LoadingBox/index.js +1 -3
- package/dist/components/Meta/Meta.css.d.ts +2 -0
- package/dist/components/Meta/Meta.css.d.ts.map +1 -0
- package/dist/components/Meta/Meta.css.js +8 -16
- package/dist/components/Meta/Meta.d.ts +10 -0
- package/dist/components/Meta/Meta.d.ts.map +1 -0
- package/dist/components/Meta/Meta.js +7 -27
- package/dist/components/Meta/index.d.ts +2 -0
- package/dist/components/Meta/index.d.ts.map +1 -0
- package/dist/components/Meta/index.js +1 -3
- package/dist/components/MinimalModal/MinimalModal.css.d.ts +3 -0
- package/dist/components/MinimalModal/MinimalModal.css.d.ts.map +1 -0
- package/dist/components/MinimalModal/MinimalModal.css.js +7 -15
- package/dist/components/MinimalModal/MinimalModal.d.ts +7 -0
- package/dist/components/MinimalModal/MinimalModal.d.ts.map +1 -0
- package/dist/components/MinimalModal/MinimalModal.js +27 -62
- package/dist/components/MinimalModal/index.d.ts +2 -0
- package/dist/components/MinimalModal/index.d.ts.map +1 -0
- package/dist/components/MinimalModal/index.js +1 -3
- package/dist/components/Modal/Modal.css.d.ts +5 -0
- package/dist/components/Modal/Modal.css.d.ts.map +1 -0
- package/dist/components/Modal/Modal.css.js +30 -38
- package/dist/components/Modal/Modal.d.ts +9 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/Modal.js +72 -128
- package/dist/components/Modal/index.d.ts +2 -0
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/Modal/index.js +1 -3
- package/dist/components/NumberInput/NumberInput.d.ts +7 -0
- package/dist/components/NumberInput/NumberInput.d.ts.map +1 -0
- package/dist/components/NumberInput/NumberInput.js +29 -60
- package/dist/components/NumberInput/index.d.ts +2 -0
- package/dist/components/NumberInput/index.d.ts.map +1 -0
- package/dist/components/NumberInput/index.js +1 -3
- package/dist/components/OrderedList/OrderedList.css.d.ts +2 -0
- package/dist/components/OrderedList/OrderedList.css.d.ts.map +1 -0
- package/dist/components/OrderedList/OrderedList.css.js +8 -16
- package/dist/components/OrderedList/OrderedList.d.ts +14 -0
- package/dist/components/OrderedList/OrderedList.d.ts.map +1 -0
- package/dist/components/OrderedList/OrderedList.js +26 -60
- package/dist/components/OrderedList/index.d.ts +2 -0
- package/dist/components/OrderedList/index.d.ts.map +1 -0
- package/dist/components/OrderedList/index.js +1 -3
- package/dist/components/OutsideClick/OutsideClick.d.ts +8 -0
- package/dist/components/OutsideClick/OutsideClick.d.ts.map +1 -0
- package/dist/components/OutsideClick/OutsideClick.js +35 -40
- package/dist/components/OutsideClick/index.d.ts +2 -0
- package/dist/components/OutsideClick/index.d.ts.map +1 -0
- package/dist/components/OutsideClick/index.js +1 -3
- package/dist/components/OverdriveProvider/OverdriveProvider.d.ts +7 -0
- package/dist/components/OverdriveProvider/OverdriveProvider.d.ts.map +1 -0
- package/dist/components/OverdriveProvider/OverdriveProvider.js +18 -34
- package/dist/components/OverdriveProvider/index.d.ts +2 -0
- package/dist/components/OverdriveProvider/index.d.ts.map +1 -0
- package/dist/components/OverdriveProvider/index.js +1 -3
- package/dist/components/Pagination/Bubble.d.ts +10 -0
- package/dist/components/Pagination/Bubble.d.ts.map +1 -0
- package/dist/components/Pagination/Bubble.js +19 -41
- package/dist/components/Pagination/Pagination.css.d.ts +4 -0
- package/dist/components/Pagination/Pagination.css.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.css.js +20 -28
- package/dist/components/Pagination/Pagination.d.ts +16 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.js +69 -164
- package/dist/components/Pagination/index.d.ts +2 -0
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/Pagination/index.js +1 -3
- package/dist/components/Portal/Portal.d.ts +10 -0
- package/dist/components/Portal/Portal.d.ts.map +1 -0
- package/dist/components/Portal/Portal.js +22 -36
- package/dist/components/Portal/index.d.ts +2 -0
- package/dist/components/Portal/index.d.ts.map +1 -0
- package/dist/components/Portal/index.js +1 -3
- package/dist/components/Positioner/Positioner.css.d.ts +2 -0
- package/dist/components/Positioner/Positioner.css.d.ts.map +1 -0
- package/dist/components/Positioner/Positioner.css.js +6 -14
- package/dist/components/Positioner/Positioner.d.ts +12 -0
- package/dist/components/Positioner/Positioner.d.ts.map +1 -0
- package/dist/components/Positioner/Positioner.js +84 -107
- package/dist/components/Positioner/alignment.d.ts +11 -0
- package/dist/components/Positioner/alignment.d.ts.map +1 -0
- package/dist/components/Positioner/alignment.js +10 -13
- package/dist/components/Positioner/index.d.ts +3 -0
- package/dist/components/Positioner/index.d.ts.map +1 -0
- package/dist/components/Positioner/index.js +2 -4
- package/dist/components/ProgressBar/ProgressBar.css.d.ts +3 -0
- package/dist/components/ProgressBar/ProgressBar.css.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.css.js +6 -14
- package/dist/components/ProgressBar/ProgressBar.d.ts +9 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.js +11 -29
- package/dist/components/ProgressBar/index.d.ts +2 -0
- package/dist/components/ProgressBar/index.d.ts.map +1 -0
- package/dist/components/ProgressBar/index.js +1 -3
- package/dist/components/ProgressBarGroup/ProgressBarGroup.css.d.ts +2 -0
- package/dist/components/ProgressBarGroup/ProgressBarGroup.css.d.ts.map +1 -0
- package/dist/components/ProgressBarGroup/ProgressBarGroup.css.js +4 -12
- package/dist/components/ProgressBarGroup/ProgressBarGroup.d.ts +10 -0
- package/dist/components/ProgressBarGroup/ProgressBarGroup.d.ts.map +1 -0
- package/dist/components/ProgressBarGroup/ProgressBarGroup.js +14 -42
- package/dist/components/ProgressBarGroup/index.d.ts +2 -0
- package/dist/components/ProgressBarGroup/index.d.ts.map +1 -0
- package/dist/components/ProgressBarGroup/index.js +1 -3
- package/dist/components/ProgressSpinner/ProgressSpinner.css.d.ts +9 -0
- package/dist/components/ProgressSpinner/ProgressSpinner.css.d.ts.map +1 -0
- package/dist/components/ProgressSpinner/ProgressSpinner.css.js +73 -81
- package/dist/components/ProgressSpinner/ProgressSpinner.d.ts +9 -0
- package/dist/components/ProgressSpinner/ProgressSpinner.d.ts.map +1 -0
- package/dist/components/ProgressSpinner/ProgressSpinner.js +13 -31
- package/dist/components/ProgressSpinner/index.d.ts +2 -0
- package/dist/components/ProgressSpinner/index.d.ts.map +1 -0
- package/dist/components/ProgressSpinner/index.js +1 -3
- package/dist/components/Radio/Radio.css.d.ts +2 -0
- package/dist/components/Radio/Radio.css.d.ts.map +1 -0
- package/dist/components/Radio/Radio.css.js +23 -31
- package/dist/components/Radio/Radio.d.ts +10 -0
- package/dist/components/Radio/Radio.d.ts.map +1 -0
- package/dist/components/Radio/Radio.js +19 -58
- package/dist/components/Radio/RadioGroup.d.ts +19 -0
- package/dist/components/Radio/RadioGroup.d.ts.map +1 -0
- package/dist/components/Radio/RadioGroup.js +7 -32
- package/dist/components/Radio/index.d.ts +3 -0
- package/dist/components/Radio/index.d.ts.map +1 -0
- package/dist/components/Radio/index.js +2 -4
- package/dist/components/Section/Section.css.d.ts +3 -0
- package/dist/components/Section/Section.css.d.ts.map +1 -0
- package/dist/components/Section/Section.css.js +5 -13
- package/dist/components/Section/Section.d.ts +8 -0
- package/dist/components/Section/Section.d.ts.map +1 -0
- package/dist/components/Section/Section.js +3 -18
- package/dist/components/Section/index.d.ts +2 -0
- package/dist/components/Section/index.d.ts.map +1 -0
- package/dist/components/Section/index.js +1 -3
- package/dist/components/SelectInput/SelectInput.css.d.ts +4 -0
- package/dist/components/SelectInput/SelectInput.css.d.ts.map +1 -0
- package/dist/components/SelectInput/SelectInput.css.js +11 -19
- package/dist/components/SelectInput/SelectInput.d.ts +6 -0
- package/dist/components/SelectInput/SelectInput.d.ts.map +1 -0
- package/dist/components/SelectInput/SelectInput.js +11 -59
- package/dist/components/SelectInput/index.d.ts +2 -0
- package/dist/components/SelectInput/index.d.ts.map +1 -0
- package/dist/components/SelectInput/index.js +1 -3
- package/dist/components/SimplePagination/SimplePagination.d.ts +14 -0
- package/dist/components/SimplePagination/SimplePagination.d.ts.map +1 -0
- package/dist/components/SimplePagination/SimplePagination.js +17 -55
- package/dist/components/SimplePagination/index.d.ts +2 -0
- package/dist/components/SimplePagination/index.d.ts.map +1 -0
- package/dist/components/SimplePagination/index.js +1 -3
- package/dist/components/Stack/Divider.css.d.ts +2 -0
- package/dist/components/Stack/Divider.css.d.ts.map +1 -0
- package/dist/components/Stack/Divider.css.js +4 -12
- package/dist/components/Stack/Divider.d.ts +3 -0
- package/dist/components/Stack/Divider.d.ts.map +1 -0
- package/dist/components/Stack/Divider.js +4 -13
- package/dist/components/Stack/Stack.css.d.ts +5 -0
- package/dist/components/Stack/Stack.css.d.ts.map +1 -0
- package/dist/components/Stack/Stack.css.js +10 -18
- package/dist/components/Stack/Stack.d.ts +11 -0
- package/dist/components/Stack/Stack.d.ts.map +1 -0
- package/dist/components/Stack/Stack.js +23 -43
- package/dist/components/Stack/index.d.ts +2 -0
- package/dist/components/Stack/index.d.ts.map +1 -0
- package/dist/components/Stack/index.js +1 -3
- package/dist/components/StandardModal/StandardModal.css.d.ts +8 -0
- package/dist/components/StandardModal/StandardModal.css.d.ts.map +1 -0
- package/dist/components/StandardModal/StandardModal.css.js +57 -69
- package/dist/components/StandardModal/StandardModal.d.ts +16 -0
- package/dist/components/StandardModal/StandardModal.d.ts.map +1 -0
- package/dist/components/StandardModal/StandardModal.js +50 -123
- package/dist/components/StandardModal/index.d.ts +2 -0
- package/dist/components/StandardModal/index.d.ts.map +1 -0
- package/dist/components/StandardModal/index.js +1 -3
- package/dist/components/StarRating/StarRating.css.d.ts +2 -0
- package/dist/components/StarRating/StarRating.css.d.ts.map +1 -0
- package/dist/components/StarRating/StarRating.css.js +8 -16
- package/dist/components/StarRating/StarRating.d.ts +13 -0
- package/dist/components/StarRating/StarRating.d.ts.map +1 -0
- package/dist/components/StarRating/StarRating.js +46 -89
- package/dist/components/StarRating/index.d.ts +2 -0
- package/dist/components/StarRating/index.d.ts.map +1 -0
- package/dist/components/StarRating/index.js +1 -3
- package/dist/components/Stepper/Stepper.css.d.ts +5 -0
- package/dist/components/Stepper/Stepper.css.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.css.js +29 -39
- package/dist/components/Stepper/Stepper.d.ts +13 -0
- package/dist/components/Stepper/Stepper.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.js +95 -176
- package/dist/components/Stepper/index.d.ts +2 -0
- package/dist/components/Stepper/index.d.ts.map +1 -0
- package/dist/components/Stepper/index.js +1 -3
- package/dist/components/Switch/Switch.css.d.ts +5 -0
- package/dist/components/Switch/Switch.css.d.ts.map +1 -0
- package/dist/components/Switch/Switch.css.js +41 -49
- package/dist/components/Switch/Switch.d.ts +9 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -0
- package/dist/components/Switch/Switch.js +27 -62
- package/dist/components/Switch/index.d.ts +2 -0
- package/dist/components/Switch/index.d.ts.map +1 -0
- package/dist/components/Switch/index.js +1 -3
- package/dist/components/Table/Table.css.d.ts +2 -0
- package/dist/components/Table/Table.css.d.ts.map +1 -0
- package/dist/components/Table/Table.css.js +6 -14
- package/dist/components/Table/Table.d.ts +9 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/Table.js +5 -28
- package/dist/components/Table/TableCell.css.d.ts +2 -0
- package/dist/components/Table/TableCell.css.d.ts.map +1 -0
- package/dist/components/Table/TableCell.css.js +20 -28
- package/dist/components/Table/TableCell.d.ts +12 -0
- package/dist/components/Table/TableCell.d.ts.map +1 -0
- package/dist/components/Table/TableCell.js +11 -41
- package/dist/components/Table/TableHeadCell.css.d.ts +10 -0
- package/dist/components/Table/TableHeadCell.css.d.ts.map +1 -0
- package/dist/components/Table/TableHeadCell.css.js +50 -61
- package/dist/components/Table/TableHeadCell.d.ts +14 -0
- package/dist/components/Table/TableHeadCell.d.ts.map +1 -0
- package/dist/components/Table/TableHeadCell.js +40 -86
- package/dist/components/Table/TableRow.d.ts +8 -0
- package/dist/components/Table/TableRow.d.ts.map +1 -0
- package/dist/components/Table/TableRow.js +2 -17
- package/dist/components/Table/TableRowGroup.d.ts +7 -0
- package/dist/components/Table/TableRowGroup.d.ts.map +1 -0
- package/dist/components/Table/TableRowGroup.js +2 -15
- package/dist/components/Table/context.d.ts +9 -0
- package/dist/components/Table/context.d.ts.map +1 -0
- package/dist/components/Table/context.js +10 -21
- package/dist/components/Table/index.d.ts +6 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Table/index.js +5 -7
- package/dist/components/Tabs/Tab.css.d.ts +7 -0
- package/dist/components/Tabs/Tab.css.d.ts.map +1 -0
- package/dist/components/Tabs/Tab.css.js +35 -43
- package/dist/components/Tabs/Tab.d.ts +10 -0
- package/dist/components/Tabs/Tab.d.ts.map +1 -0
- package/dist/components/Tabs/Tab.js +50 -80
- package/dist/components/Tabs/TabList.css.d.ts +3 -0
- package/dist/components/Tabs/TabList.css.d.ts.map +1 -0
- package/dist/components/Tabs/TabList.css.js +22 -30
- package/dist/components/Tabs/TabList.d.ts +9 -0
- package/dist/components/Tabs/TabList.d.ts.map +1 -0
- package/dist/components/Tabs/TabList.js +68 -119
- package/dist/components/Tabs/TabPane.css.d.ts +2 -0
- package/dist/components/Tabs/TabPane.css.d.ts.map +1 -0
- package/dist/components/Tabs/TabPane.css.js +3 -11
- package/dist/components/Tabs/TabPane.d.ts +5 -0
- package/dist/components/Tabs/TabPane.d.ts.map +1 -0
- package/dist/components/Tabs/TabPane.js +15 -32
- package/dist/components/Tabs/TabPanes.css.d.ts +2 -0
- package/dist/components/Tabs/TabPanes.css.d.ts.map +1 -0
- package/dist/components/Tabs/TabPanes.css.js +8 -16
- package/dist/components/Tabs/TabPanes.d.ts +13 -0
- package/dist/components/Tabs/TabPanes.d.ts.map +1 -0
- package/dist/components/Tabs/TabPanes.js +5 -22
- package/dist/components/Tabs/Tabs.d.ts +16 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.js +10 -22
- package/dist/components/Tabs/index.d.ts +6 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Tabs/index.js +5 -7
- package/dist/components/Text/Text.d.ts +11 -0
- package/dist/components/Text/Text.d.ts.map +1 -0
- package/dist/components/Text/Text.js +13 -34
- package/dist/components/Text/index.d.ts +4 -0
- package/dist/components/Text/index.d.ts.map +1 -0
- package/dist/components/Text/index.js +2 -4
- package/dist/components/Text/useTextStyles.css.d.ts +7 -0
- package/dist/components/Text/useTextStyles.css.d.ts.map +1 -0
- package/dist/components/Text/useTextStyles.css.js +19 -39
- package/dist/components/Text/useTextStyles.d.ts +15 -0
- package/dist/components/Text/useTextStyles.d.ts.map +1 -0
- package/dist/components/Text/useTextStyles.js +5 -19
- package/dist/components/TextAreaInput/TextAreaInput.d.ts +3 -0
- package/dist/components/TextAreaInput/TextAreaInput.d.ts.map +1 -0
- package/dist/components/TextAreaInput/TextAreaInput.js +7 -34
- package/dist/components/TextAreaInput/index.d.ts +2 -0
- package/dist/components/TextAreaInput/index.d.ts.map +1 -0
- package/dist/components/TextAreaInput/index.js +1 -3
- package/dist/components/TextContainer/TextContainer.d.ts +9 -0
- package/dist/components/TextContainer/TextContainer.d.ts.map +1 -0
- package/dist/components/TextContainer/TextContainer.js +8 -42
- package/dist/components/TextContainer/index.d.ts +2 -0
- package/dist/components/TextContainer/index.d.ts.map +1 -0
- package/dist/components/TextContainer/index.js +1 -3
- package/dist/components/TextInput/TextInput.d.ts +3 -0
- package/dist/components/TextInput/TextInput.d.ts.map +1 -0
- package/dist/components/TextInput/TextInput.js +5 -35
- package/dist/components/TextInput/index.d.ts +2 -0
- package/dist/components/TextInput/index.d.ts.map +1 -0
- package/dist/components/TextInput/index.js +1 -3
- package/dist/components/TextLink/TextLink.css.d.ts +3 -0
- package/dist/components/TextLink/TextLink.css.d.ts.map +1 -0
- package/dist/components/TextLink/TextLink.css.js +15 -23
- package/dist/components/TextLink/TextLink.d.ts +14 -0
- package/dist/components/TextLink/TextLink.d.ts.map +1 -0
- package/dist/components/TextLink/TextLink.js +25 -63
- package/dist/components/TextLink/index.d.ts +2 -0
- package/dist/components/TextLink/index.d.ts.map +1 -0
- package/dist/components/TextLink/index.js +1 -3
- package/dist/components/ThemeProvider/ThemeProvider.d.ts +19 -0
- package/dist/components/ThemeProvider/ThemeProvider.d.ts.map +1 -0
- package/dist/components/ThemeProvider/ThemeProvider.js +12 -30
- package/dist/components/ThemeProvider/index.d.ts +2 -0
- package/dist/components/ThemeProvider/index.d.ts.map +1 -0
- package/dist/components/ThemeProvider/index.js +1 -3
- package/dist/components/Toaster/Toast.css.d.ts +3 -0
- package/dist/components/Toaster/Toast.css.d.ts.map +1 -0
- package/dist/components/Toaster/Toast.css.js +9 -17
- package/dist/components/Toaster/Toast.d.ts +13 -0
- package/dist/components/Toaster/Toast.d.ts.map +1 -0
- package/dist/components/Toaster/Toast.js +105 -217
- package/dist/components/Toaster/index.d.ts +2 -0
- package/dist/components/Toaster/index.d.ts.map +1 -0
- package/dist/components/Toaster/index.js +1 -3
- package/dist/components/Tooltip/Tooltip.css.d.ts +2 -0
- package/dist/components/Tooltip/Tooltip.css.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.css.js +9 -21
- package/dist/components/Tooltip/Tooltip.d.ts +9 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.js +32 -61
- package/dist/components/Tooltip/index.d.ts +2 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/Tooltip/index.js +1 -3
- package/dist/components/VisuallyHidden/VisuallyHidden.css.d.ts +2 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.css.d.ts.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.css.js +5 -13
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +7 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.js +3 -19
- package/dist/components/VisuallyHidden/index.d.ts +2 -0
- package/dist/components/VisuallyHidden/index.d.ts.map +1 -0
- package/dist/components/VisuallyHidden/index.js +1 -3
- package/dist/components/index.d.ts +53 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +52 -53
- package/dist/components/private/CheckableBase/CheckableBase.css.d.ts +7 -0
- package/dist/components/private/CheckableBase/CheckableBase.css.d.ts.map +1 -0
- package/dist/components/private/CheckableBase/CheckableBase.css.js +38 -46
- package/dist/components/private/CheckableBase/CheckableBase.d.ts +16 -0
- package/dist/components/private/CheckableBase/CheckableBase.d.ts.map +1 -0
- package/dist/components/private/CheckableBase/CheckableBase.js +27 -89
- package/dist/components/private/CheckableBase/index.d.ts +2 -0
- package/dist/components/private/CheckableBase/index.d.ts.map +1 -0
- package/dist/components/private/CheckableBase/index.js +1 -3
- package/dist/components/private/CheckableBase/useCheckableStyles.d.ts +4 -0
- package/dist/components/private/CheckableBase/useCheckableStyles.d.ts.map +1 -0
- package/dist/components/private/CheckableBase/useCheckableStyles.js +3 -5
- package/dist/components/private/InputBase/HintText.css.d.ts +2 -0
- package/dist/components/private/InputBase/HintText.css.d.ts.map +1 -0
- package/dist/components/private/InputBase/HintText.css.js +3 -11
- package/dist/components/private/InputBase/HintText.d.ts +9 -0
- package/dist/components/private/InputBase/HintText.d.ts.map +1 -0
- package/dist/components/private/InputBase/HintText.js +14 -28
- package/dist/components/private/InputBase/InputState.css.d.ts +58 -0
- package/dist/components/private/InputBase/InputState.css.d.ts.map +1 -0
- package/dist/components/private/InputBase/InputState.css.js +80 -96
- package/dist/components/private/InputBase/NotchedBase.css.d.ts +14 -0
- package/dist/components/private/InputBase/NotchedBase.css.d.ts.map +1 -0
- package/dist/components/private/InputBase/NotchedBase.css.js +83 -78
- package/dist/components/private/InputBase/NotchedBase.d.ts +14 -0
- package/dist/components/private/InputBase/NotchedBase.d.ts.map +1 -0
- package/dist/components/private/InputBase/NotchedBase.js +34 -79
- package/dist/components/private/InputBase/index.d.ts +2 -0
- package/dist/components/private/InputBase/index.d.ts.map +1 -0
- package/dist/components/private/InputBase/index.js +1 -3
- package/dist/components/private/InputBase/withEnhancedInput.css.d.ts +9 -0
- package/dist/components/private/InputBase/withEnhancedInput.css.d.ts.map +1 -0
- package/dist/components/private/InputBase/withEnhancedInput.css.js +44 -56
- package/dist/components/private/InputBase/withEnhancedInput.d.ts +57 -0
- package/dist/components/private/InputBase/withEnhancedInput.d.ts.map +1 -0
- package/dist/components/private/InputBase/withEnhancedInput.js +89 -176
- package/dist/hooks/useAttachedBoxes/index.d.ts +2 -0
- package/dist/hooks/useAttachedBoxes/index.d.ts.map +1 -0
- package/dist/hooks/useAttachedBoxes/index.js +1 -3
- package/dist/hooks/useAttachedBoxes/useAttachedBoxes.css.d.ts +9 -0
- package/dist/hooks/useAttachedBoxes/useAttachedBoxes.css.d.ts.map +1 -0
- package/dist/hooks/useAttachedBoxes/useAttachedBoxes.css.js +18 -26
- package/dist/hooks/useAttachedBoxes/useAttachedBoxes.d.ts +18 -0
- package/dist/hooks/useAttachedBoxes/useAttachedBoxes.d.ts.map +1 -0
- package/dist/hooks/useAttachedBoxes/useAttachedBoxes.js +46 -71
- package/dist/hooks/useMedia/index.d.ts +2 -0
- package/dist/hooks/useMedia/index.d.ts.map +1 -0
- package/dist/hooks/useMedia/index.js +1 -3
- package/dist/hooks/useMedia/useMedia.d.ts +3 -0
- package/dist/hooks/useMedia/useMedia.d.ts.map +1 -0
- package/dist/hooks/useMedia/useMedia.js +31 -37
- package/dist/hooks/useNegativeMargin/useNegativeMargin.d.ts +3 -0
- package/dist/hooks/useNegativeMargin/useNegativeMargin.d.ts.map +1 -0
- package/dist/hooks/useNegativeMargin/useNegativeMargin.js +2 -4
- package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.css.d.ts +2 -0
- package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.css.d.ts.map +1 -0
- package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.css.js +5 -13
- package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.d.ts +4 -0
- package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.d.ts.map +1 -0
- package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.js +3 -5
- package/dist/hooks/useNegativeMargin/useNegativeMarginTop.css.d.ts +2 -0
- package/dist/hooks/useNegativeMargin/useNegativeMarginTop.css.d.ts.map +1 -0
- package/dist/hooks/useNegativeMargin/useNegativeMarginTop.css.js +4 -12
- package/dist/hooks/useNegativeMargin/useNegativeMarginTop.d.ts +4 -0
- package/dist/hooks/useNegativeMargin/useNegativeMarginTop.d.ts.map +1 -0
- package/dist/hooks/useNegativeMargin/useNegativeMarginTop.js +3 -5
- package/dist/hooks/useResponsiveValue/index.d.ts +2 -0
- package/dist/hooks/useResponsiveValue/index.d.ts.map +1 -0
- package/dist/hooks/useResponsiveValue/index.js +1 -3
- package/dist/hooks/useResponsiveValue/useResponsiveValue.d.ts +3 -0
- package/dist/hooks/useResponsiveValue/useResponsiveValue.d.ts.map +1 -0
- package/dist/hooks/useResponsiveValue/useResponsiveValue.js +14 -14
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +5 -7
- package/dist/reset/globalFonts.css.d.ts +2 -0
- package/dist/reset/globalFonts.css.d.ts.map +1 -0
- package/dist/reset/globalFonts.css.js +12 -20
- package/dist/reset/globalReset.css.d.ts +2 -0
- package/dist/reset/globalReset.css.d.ts.map +1 -0
- package/dist/reset/globalReset.css.js +13 -21
- package/dist/reset/reset.css.d.ts +49 -0
- package/dist/reset/reset.css.d.ts.map +1 -0
- package/dist/reset/reset.css.js +109 -105
- package/dist/themes/base/index.d.ts +8 -0
- package/dist/themes/base/index.d.ts.map +1 -0
- package/dist/themes/base/index.js +7 -9
- package/dist/themes/base/tokens.d.ts +3 -0
- package/dist/themes/base/tokens.d.ts.map +1 -0
- package/dist/themes/base/tokens.js +249 -256
- package/dist/themes/base/vars.css.d.ts +3 -0
- package/dist/themes/base/vars.css.d.ts.map +1 -0
- package/dist/themes/base/vars.css.js +2 -10
- package/dist/themes/flat_red/index.d.ts +8 -0
- package/dist/themes/flat_red/index.d.ts.map +1 -0
- package/dist/themes/flat_red/index.js +8 -10
- package/dist/themes/flat_red/tokens.d.ts +3 -0
- package/dist/themes/flat_red/tokens.d.ts.map +1 -0
- package/dist/themes/flat_red/tokens.js +167 -171
- package/dist/themes/flat_red/vars.css.d.ts +2 -0
- package/dist/themes/flat_red/vars.css.d.ts.map +1 -0
- package/dist/themes/flat_red/vars.css.js +2 -10
- package/dist/themes/helpers.d.ts +2 -0
- package/dist/themes/helpers.d.ts.map +1 -0
- package/dist/themes/helpers.js +10 -9
- package/dist/themes/index.d.ts +3 -0
- package/dist/themes/index.d.ts.map +1 -0
- package/dist/themes/index.js +2 -4
- package/dist/themes/makeTheme.d.ts +12 -0
- package/dist/themes/makeTheme.d.ts.map +1 -0
- package/dist/themes/makeTheme.js +18 -29
- package/dist/themes/tokens.d.ts +95 -0
- package/dist/themes/tokens.d.ts.map +1 -0
- package/dist/themes/tokens.js +1 -3
- package/dist/utils/index.d.ts +19 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +77 -93
- package/dist/utils/mapTokenToProperty.d.ts +6 -0
- package/dist/utils/mapTokenToProperty.d.ts.map +1 -0
- package/dist/utils/mapTokenToProperty.js +10 -22
- package/dist/utils/resolveResponsiveProps.d.ts +7 -0
- package/dist/utils/resolveResponsiveProps.d.ts.map +1 -0
- package/dist/utils/resolveResponsiveProps.js +31 -29
- package/dist/utils/responsiveProps.css.d.ts +5 -0
- package/dist/utils/responsiveProps.css.d.ts.map +1 -0
- package/dist/utils/responsiveProps.css.js +17 -29
- package/dist/utils/responsiveStyle.d.ts +4 -0
- package/dist/utils/responsiveStyle.d.ts.map +1 -0
- package/dist/utils/responsiveStyle.js +16 -26
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1303 @@
|
|
|
1
|
+
# @autoguru/overdrive
|
|
2
|
+
|
|
3
|
+
## 4.1.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e67fd78: Image: Updated prop types
|
|
8
|
+
|
|
9
|
+
## 4.1.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- f5843b0: Image component: Gets exported from root
|
|
14
|
+
|
|
15
|
+
## 4.1.6
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 13acf79: AutoSuggest: Calls onEnter with current value
|
|
20
|
+
|
|
21
|
+
## 4.1.5
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 6ae288e: AutoSuggest: Type fixes
|
|
26
|
+
|
|
27
|
+
## 4.1.4
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Overdrive: Fixed input ref type
|
|
32
|
+
|
|
33
|
+
## 4.1.3
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- 9884f4c: Autosuggest: Closes results when enter key is pressed
|
|
38
|
+
|
|
39
|
+
## 4.1.2
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- e825a3d: useResponsiveValue Accepts any generic type
|
|
44
|
+
|
|
45
|
+
## 4.1.1
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- 4bae7d0: AutoSuggest accepts an 'onEnter' event callback
|
|
50
|
+
|
|
51
|
+
## 4.1.0
|
|
52
|
+
|
|
53
|
+
### Minor Changes
|
|
54
|
+
|
|
55
|
+
- af65bd3: New responsive Image component
|
|
56
|
+
|
|
57
|
+
## 4.0.4
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- 1ac5083: Adds babel preset env
|
|
62
|
+
|
|
63
|
+
## 4.0.3
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- 7f65be1: TextArea: Fixed min height
|
|
68
|
+
|
|
69
|
+
## 4.0.2
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- f7bfcdb: Tabs Get a more distinct colour for unselected tab labels
|
|
74
|
+
|
|
75
|
+
## 4.0.1
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- e2cebc8: Applies type fixes
|
|
80
|
+
|
|
81
|
+
## 4.0.0
|
|
82
|
+
|
|
83
|
+
### Major Changes
|
|
84
|
+
|
|
85
|
+
- dd12f20: Migrates Overdrive to vanilla extract
|
|
86
|
+
|
|
87
|
+
## 3.0.0
|
|
88
|
+
|
|
89
|
+
### Major Changes
|
|
90
|
+
|
|
91
|
+
- eb36462: Overdrive: Migrates styling away from treat to vanilla extract
|
|
92
|
+
- aaac596: Migrate to vanilla extract
|
|
93
|
+
|
|
94
|
+
### Patch Changes
|
|
95
|
+
|
|
96
|
+
- 4324095: OverdriveProvider: Imports reset styles
|
|
97
|
+
- 4324095: OverdriveProvider: Imports global fonts
|
|
98
|
+
- 2623174: fixes list of files with side effects
|
|
99
|
+
- 03ca973: Autosuggest: Replaces deprecated fill-available with stretch
|
|
100
|
+
- 56edcaf: Overdrive: Gets file extentions for imports
|
|
101
|
+
- 2fbe7bf: OverdriveProvider: Accepts runtime breakpoint token
|
|
102
|
+
- 4324095: Compiles released package to JS
|
|
103
|
+
- 4858d44: Compiles Overdrive package into JS
|
|
104
|
+
- 36736c3: useMedia
|
|
105
|
+
- ec17939: Adds babel react preset
|
|
106
|
+
- 965c7ed: Portal: Makes theme wrapping optional
|
|
107
|
+
- 19d14a1: Multiple theming fixes
|
|
108
|
+
- aa5d74b: Portal: Removes memo
|
|
109
|
+
- 4324095: Reverts compiling to js
|
|
110
|
+
- 713b1a3: Oderdrive: Fixed type generation for released package
|
|
111
|
+
- 4b3b1ec: Adds inhouse babel config
|
|
112
|
+
- ca4e971: Portal: Fixes unwrapped version
|
|
113
|
+
- 158d3bb: Accept custom runtime breakpoint tokens
|
|
114
|
+
|
|
115
|
+
## 3.0.0-next.18
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- Fixes type generation for released package
|
|
120
|
+
|
|
121
|
+
## 3.0.0-next.17
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- useMedia
|
|
126
|
+
|
|
127
|
+
## 3.0.0-next.16
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- Portal: Removes memo
|
|
132
|
+
|
|
133
|
+
## 3.0.0-next.15
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- Portal: Fixes unwrapped version
|
|
138
|
+
|
|
139
|
+
## 3.0.0-next.14
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- Portal: Makes theme wrapping optional
|
|
144
|
+
|
|
145
|
+
## 3.0.0-next.13
|
|
146
|
+
|
|
147
|
+
### Patch Changes
|
|
148
|
+
|
|
149
|
+
- OverdriveProvider: Accepts runtime breakpoint token
|
|
150
|
+
|
|
151
|
+
## 3.0.0-next.12
|
|
152
|
+
|
|
153
|
+
### Patch Changes
|
|
154
|
+
|
|
155
|
+
- Accept custom runtime breakpoint tokens
|
|
156
|
+
|
|
157
|
+
## 3.0.0-next.11
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- Autosuggest: Replaces deprecated fill-available with stretch
|
|
162
|
+
|
|
163
|
+
## 3.0.0-next.10
|
|
164
|
+
|
|
165
|
+
### Patch Changes
|
|
166
|
+
|
|
167
|
+
- fixes list of files with sideeffects
|
|
168
|
+
|
|
169
|
+
## 3.0.0-next.9
|
|
170
|
+
|
|
171
|
+
### Patch Changes
|
|
172
|
+
|
|
173
|
+
- ec17939: Adds babel react preset
|
|
174
|
+
|
|
175
|
+
## 3.0.0-next.8
|
|
176
|
+
|
|
177
|
+
### Patch Changes
|
|
178
|
+
|
|
179
|
+
- Overdrive: Gets file extentions for imports
|
|
180
|
+
|
|
181
|
+
## 3.0.0-next.7
|
|
182
|
+
|
|
183
|
+
### Patch Changes
|
|
184
|
+
|
|
185
|
+
- Adds inhouse babel config
|
|
186
|
+
|
|
187
|
+
## 3.0.0-next.6
|
|
188
|
+
|
|
189
|
+
### Patch Changes
|
|
190
|
+
|
|
191
|
+
- OverdriveProvider: Imports global fonts
|
|
192
|
+
|
|
193
|
+
## 3.0.0-next.5
|
|
194
|
+
|
|
195
|
+
### Patch Changes
|
|
196
|
+
|
|
197
|
+
- OverdriveProvider: Imports reset styles
|
|
198
|
+
|
|
199
|
+
## 3.0.0-next.4
|
|
200
|
+
|
|
201
|
+
### Patch Changes
|
|
202
|
+
|
|
203
|
+
- Compiles released package to JS
|
|
204
|
+
|
|
205
|
+
## 3.0.0-next.3
|
|
206
|
+
|
|
207
|
+
### Patch Changes
|
|
208
|
+
|
|
209
|
+
- Reverts compiling to js
|
|
210
|
+
|
|
211
|
+
## 3.0.0-next.2
|
|
212
|
+
|
|
213
|
+
### Patch Changes
|
|
214
|
+
|
|
215
|
+
- Compiles Overdrive package into JS
|
|
216
|
+
|
|
217
|
+
## 3.0.0-next.1
|
|
218
|
+
|
|
219
|
+
### Patch Changes
|
|
220
|
+
|
|
221
|
+
- Multiple theming fixes
|
|
222
|
+
|
|
223
|
+
## 3.0.0-next.0
|
|
224
|
+
|
|
225
|
+
### Major Changes
|
|
226
|
+
|
|
227
|
+
- eb36462: Overdrive: Migrates styling away from treat to vanilla extract
|
|
228
|
+
- aaac596: Migrate to vanilla extract
|
|
229
|
+
|
|
230
|
+
## 3.0.0-next.1
|
|
231
|
+
|
|
232
|
+
### Major Changes
|
|
233
|
+
|
|
234
|
+
- Migrate to vanilla extract
|
|
235
|
+
|
|
236
|
+
## 3.0.0-next.0
|
|
237
|
+
|
|
238
|
+
### Major Changes
|
|
239
|
+
|
|
240
|
+
- Overdrive: Migrates styling away from treat to vanilla extract
|
|
241
|
+
|
|
242
|
+
## 2.7.0
|
|
243
|
+
|
|
244
|
+
### Minor Changes
|
|
245
|
+
|
|
246
|
+
- f982d1c: Upgraded to react v18 alpha
|
|
247
|
+
- 0fa7afd: Overdsrive: Gets compiled into javascripts and typescript types
|
|
248
|
+
- 7033333: Hooks: New useAttachedBoxes helper hook
|
|
249
|
+
- f15d951: Hooks: New useResponsiveValue value hook
|
|
250
|
+
|
|
251
|
+
### Patch Changes
|
|
252
|
+
|
|
253
|
+
- b7e6aae: Adds relese script
|
|
254
|
+
- 25dda76: Attached Boxes: Accept default box props
|
|
255
|
+
- 85e9ceb: StandardModal: Hides it's frame overflow
|
|
256
|
+
- d08c689: Badge: Gets new large size
|
|
257
|
+
- 96a8299: NumberInput: Gets new preventMouseWheel prop to prevent value
|
|
258
|
+
change while scrolling
|
|
259
|
+
- fd3cea4: AttachedBoxes: Do not get default paddings
|
|
260
|
+
- 7f2122b: Adds more utils root export
|
|
261
|
+
- b7e6aae: Overdrive: Gets files list added to package.json
|
|
262
|
+
- b7e6aae: Fixes main file
|
|
263
|
+
- 006435e: StandardModal: Gets narrow and skinny sizes
|
|
264
|
+
- d89cd04: LoadingBox Accepts default Box props
|
|
265
|
+
- b7e6aae: Overdrive index main index files fixed
|
|
266
|
+
- ded7b5d: Inputs: Get their hover states going to a darker shade
|
|
267
|
+
- 8b1f6df: useResponsiveValue: Gets exported from libs root
|
|
268
|
+
- fd3cea4: AttachedBoxes: Accept external classnames
|
|
269
|
+
- ff9a789: Sets index.ts as main entry file
|
|
270
|
+
- ba85147: Overdrive: Multiple export changes
|
|
271
|
+
- 5c1b018: Publish command: Nolonger compiles to JS
|
|
272
|
+
|
|
273
|
+
## 2.7.0-next.18
|
|
274
|
+
|
|
275
|
+
### Patch Changes
|
|
276
|
+
|
|
277
|
+
- Overdrive: Multiple export changes
|
|
278
|
+
|
|
279
|
+
## 2.7.0-next.17
|
|
280
|
+
|
|
281
|
+
### Patch Changes
|
|
282
|
+
|
|
283
|
+
- Badge: Gets new large size
|
|
284
|
+
|
|
285
|
+
## 2.7.0-next.16
|
|
286
|
+
|
|
287
|
+
### Patch Changes
|
|
288
|
+
|
|
289
|
+
- Publish command: Nolonger compiles to JS
|
|
290
|
+
|
|
291
|
+
## 2.7.0-next.15
|
|
292
|
+
|
|
293
|
+
### Patch Changes
|
|
294
|
+
|
|
295
|
+
- Adds more utils root export
|
|
296
|
+
|
|
297
|
+
## 2.7.0-next.14
|
|
298
|
+
|
|
299
|
+
### Patch Changes
|
|
300
|
+
|
|
301
|
+
- Sets index.ts as main entry file
|
|
302
|
+
|
|
303
|
+
## 2.7.0-next.13
|
|
304
|
+
|
|
305
|
+
### Patch Changes
|
|
306
|
+
|
|
307
|
+
- Fixes main file
|
|
308
|
+
|
|
309
|
+
## 2.7.0-next.12
|
|
310
|
+
|
|
311
|
+
### Patch Changes
|
|
312
|
+
|
|
313
|
+
- Overdrive index main index files fixed
|
|
314
|
+
|
|
315
|
+
## 2.7.0-next.11
|
|
316
|
+
|
|
317
|
+
### Patch Changes
|
|
318
|
+
|
|
319
|
+
- Overdrive: Gets files list added to package.json
|
|
320
|
+
|
|
321
|
+
## 2.7.0-next.10
|
|
322
|
+
|
|
323
|
+
### Patch Changes
|
|
324
|
+
|
|
325
|
+
- Adds relese script
|
|
326
|
+
|
|
327
|
+
## 2.7.0-next.9
|
|
328
|
+
|
|
329
|
+
### Minor Changes
|
|
330
|
+
|
|
331
|
+
- Overdsrive: Gets compiled into javascripts and typescript types
|
|
332
|
+
|
|
333
|
+
## 2.7.0-next.8
|
|
334
|
+
|
|
335
|
+
### Patch Changes
|
|
336
|
+
|
|
337
|
+
- NumberInput: Gets new preventMouseWheel prop to prevent value change while
|
|
338
|
+
scrolling
|
|
339
|
+
|
|
340
|
+
## 2.7.0-next.7
|
|
341
|
+
|
|
342
|
+
### Patch Changes
|
|
343
|
+
|
|
344
|
+
- StandardModal: Hides it's frame overflow
|
|
345
|
+
|
|
346
|
+
## 2.7.0-next.6
|
|
347
|
+
|
|
348
|
+
### Patch Changes
|
|
349
|
+
|
|
350
|
+
- StandardModal: Gets narrow and skinny sizes
|
|
351
|
+
|
|
352
|
+
## 2.7.0-next.5
|
|
353
|
+
|
|
354
|
+
### Patch Changes
|
|
355
|
+
|
|
356
|
+
- LoadingBox Accepts default Box props
|
|
357
|
+
|
|
358
|
+
## 2.7.0-next.4
|
|
359
|
+
|
|
360
|
+
### Patch Changes
|
|
361
|
+
|
|
362
|
+
- AttachedBoxes: Do not get default paddings
|
|
363
|
+
- AttachedBoxes: Accept external classnames
|
|
364
|
+
|
|
365
|
+
## 2.7.0-next.3
|
|
366
|
+
|
|
367
|
+
### Patch Changes
|
|
368
|
+
|
|
369
|
+
- Attached Boxes: Accept default box props
|
|
370
|
+
- 8b1f6df: useResponsiveValue: Gets exported from libs root
|
|
371
|
+
|
|
372
|
+
## 2.7.0-next.2
|
|
373
|
+
|
|
374
|
+
### Minor Changes
|
|
375
|
+
|
|
376
|
+
- 7033333: Hooks: New useAttachedBoxes helper hook
|
|
377
|
+
- f15d951: Hooks: New useResponsiveValue value hook
|
|
378
|
+
|
|
379
|
+
## 2.7.0-next.1
|
|
380
|
+
|
|
381
|
+
### Patch Changes
|
|
382
|
+
|
|
383
|
+
- ded7b5d: Inputs: Get their hover states going to a darker shade
|
|
384
|
+
|
|
385
|
+
## 2.7.0-next.0
|
|
386
|
+
|
|
387
|
+
### Minor Changes
|
|
388
|
+
|
|
389
|
+
- Upgraded to react v18 alpha
|
|
390
|
+
|
|
391
|
+
## 2.6.3
|
|
392
|
+
|
|
393
|
+
### Patch Changes
|
|
394
|
+
|
|
395
|
+
- f6e8135: AutoSuggest: Gets increased results fylout maxHeight value
|
|
396
|
+
|
|
397
|
+
## 2.6.2
|
|
398
|
+
|
|
399
|
+
### Patch Changes
|
|
400
|
+
|
|
401
|
+
- 23780cc: Autosuggest: Gets a fix for white background under round edges
|
|
402
|
+
|
|
403
|
+
## 2.6.1
|
|
404
|
+
|
|
405
|
+
### Patch Changes
|
|
406
|
+
|
|
407
|
+
- d2ba68a: AutoSuggest: Gets white background for results ul element
|
|
408
|
+
|
|
409
|
+
## 2.6.0
|
|
410
|
+
|
|
411
|
+
### Minor Changes
|
|
412
|
+
|
|
413
|
+
- b625d7c: AutoSuggest: Gets a clear input button when with value
|
|
414
|
+
- b625d7c: AutoSuggest: Gets enforced inline options view
|
|
415
|
+
|
|
416
|
+
## 2.5.1
|
|
417
|
+
|
|
418
|
+
### Patch Changes
|
|
419
|
+
|
|
420
|
+
- 7072055: Toaster: gets primary, secondary and shine variants
|
|
421
|
+
|
|
422
|
+
## 2.5.0
|
|
423
|
+
|
|
424
|
+
### Minor Changes
|
|
425
|
+
|
|
426
|
+
- 9411d17: MinimalModal: New MinimalModal component with StandardModal
|
|
427
|
+
features but without any baked in UI
|
|
428
|
+
|
|
429
|
+
## 2.4.4
|
|
430
|
+
|
|
431
|
+
### Patch Changes
|
|
432
|
+
|
|
433
|
+
- 97f8b2d: Button: Uses theme secondary colour for secondary variation border
|
|
434
|
+
|
|
435
|
+
## 2.4.3
|
|
436
|
+
|
|
437
|
+
### Patch Changes
|
|
438
|
+
|
|
439
|
+
- a3908d9: AutoSuggest: Gets fix for fullscreen veiw resizing html tag width
|
|
440
|
+
to 0
|
|
441
|
+
|
|
442
|
+
## 2.4.2
|
|
443
|
+
|
|
444
|
+
### Patch Changes
|
|
445
|
+
|
|
446
|
+
- e7fe560: Inputs: Get stories with no notch
|
|
447
|
+
|
|
448
|
+
## 2.4.1
|
|
449
|
+
|
|
450
|
+
### Patch Changes
|
|
451
|
+
|
|
452
|
+
- dd39f3a: Overdrive Themes: Gets a new flat theme added
|
|
453
|
+
|
|
454
|
+
## 2.4.0
|
|
455
|
+
|
|
456
|
+
### Minor Changes
|
|
457
|
+
|
|
458
|
+
- 4c96195: Theming: All explicitly set component colours now use theme based
|
|
459
|
+
colours
|
|
460
|
+
|
|
461
|
+
## 2.3.1
|
|
462
|
+
|
|
463
|
+
### Patch Changes
|
|
464
|
+
|
|
465
|
+
- a631d85: SelectInput: Gets option to be passed a custom field icon
|
|
466
|
+
|
|
467
|
+
AutoSuggest: Gets option to be passed a custom field icon
|
|
468
|
+
|
|
469
|
+
## 2.3.0
|
|
470
|
+
|
|
471
|
+
### Minor Changes
|
|
472
|
+
|
|
473
|
+
- f4eb420: Input fields: Get a loading state
|
|
474
|
+
|
|
475
|
+
## 2.2.8
|
|
476
|
+
|
|
477
|
+
### Patch Changes
|
|
478
|
+
|
|
479
|
+
- 75d6708: Checkbox: Accepts ref
|
|
480
|
+
|
|
481
|
+
RadioGroup: Accepts ref
|
|
482
|
+
|
|
483
|
+
Radio: Accepts ref
|
|
484
|
+
|
|
485
|
+
## 2.2.7
|
|
486
|
+
|
|
487
|
+
### Patch Changes
|
|
488
|
+
|
|
489
|
+
- e004bff: Text: Gets capitalise text transform prop
|
|
490
|
+
|
|
491
|
+
## 2.2.6
|
|
492
|
+
|
|
493
|
+
### Patch Changes
|
|
494
|
+
|
|
495
|
+
- b328760: Box: Gets padding reset for field and fieldset elements
|
|
496
|
+
|
|
497
|
+
AutoSuggest: Gets fix for exception when clicking outside an open
|
|
498
|
+
AutoSuggest
|
|
499
|
+
|
|
500
|
+
## 2.2.5
|
|
501
|
+
|
|
502
|
+
### Patch Changes
|
|
503
|
+
|
|
504
|
+
- 075e32e: useBoxStyles: Borders paddings and margins are no longer rest on
|
|
505
|
+
block elements
|
|
506
|
+
- 075e32e: Heading: Gets explicit reset styles
|
|
507
|
+
- 6068142: AutoSuggest: Fixed undefined error caused by blurring out of
|
|
508
|
+
AutoSuggest
|
|
509
|
+
|
|
510
|
+
## 2.2.4
|
|
511
|
+
|
|
512
|
+
### Patch Changes
|
|
513
|
+
|
|
514
|
+
- ee67f76: TextLink: Gets inline reset styles
|
|
515
|
+
|
|
516
|
+
ProgressSpinner: Gets svg and block resets for the animates SVG
|
|
517
|
+
|
|
518
|
+
## 2.2.3
|
|
519
|
+
|
|
520
|
+
### Patch Changes
|
|
521
|
+
|
|
522
|
+
- 340da9a: Text: Gets explicit reset styles for span and p
|
|
523
|
+
|
|
524
|
+
field: Gets explicit reset styles
|
|
525
|
+
|
|
526
|
+
fieldset: Gets explicit reset styles
|
|
527
|
+
|
|
528
|
+
## 2.2.2
|
|
529
|
+
|
|
530
|
+
### Patch Changes
|
|
531
|
+
|
|
532
|
+
- a3274cb: useBoxStyles: Applies base reset styles to div elements
|
|
533
|
+
- a3274cb: TextAreaInput: Gets base input reset styles
|
|
534
|
+
|
|
535
|
+
## 2.2.1
|
|
536
|
+
|
|
537
|
+
### Patch Changes
|
|
538
|
+
|
|
539
|
+
- 0e10140: useBoxStyles: Base reset styles now spread individually into
|
|
540
|
+
element type reset styles
|
|
541
|
+
|
|
542
|
+
## 2.2.0
|
|
543
|
+
|
|
544
|
+
### Minor Changes
|
|
545
|
+
|
|
546
|
+
- 667876a: **Checkboxes**: Disabled mode gets reduced opacity
|
|
547
|
+
|
|
548
|
+
**Radio**: Disabled mode gets reduced opacity
|
|
549
|
+
|
|
550
|
+
## 2.1.9
|
|
551
|
+
|
|
552
|
+
### Patch Changes
|
|
553
|
+
|
|
554
|
+
- 252f512: Upgrades treat to latest
|
|
555
|
+
- ca5cb40: **Heading**: Heading component _should_ pass all text style props
|
|
556
|
+
down
|
|
557
|
+
|
|
558
|
+
## 2.1.8
|
|
559
|
+
|
|
560
|
+
### Patch Changes
|
|
561
|
+
|
|
562
|
+
- d9b96c6: **StandardModal**: Fixes mobile view to be pinned to the bottom and
|
|
563
|
+
table view is all rounded corners
|
|
564
|
+
- 99bc4f9: **Stepper**: Fixes extra re-render on each change
|
|
565
|
+
|
|
566
|
+
## 2.1.7
|
|
567
|
+
|
|
568
|
+
### Patch Changes
|
|
569
|
+
|
|
570
|
+
- 977a99f: **Section**: Introduces a new small option for width values
|
|
571
|
+
|
|
572
|
+
## 2.1.6
|
|
573
|
+
|
|
574
|
+
### Patch Changes
|
|
575
|
+
|
|
576
|
+
- 463422c: **Badge**: Fixes default text style colour incorrect style ordering
|
|
577
|
+
ordering
|
|
578
|
+
|
|
579
|
+
## 2.1.5
|
|
580
|
+
|
|
581
|
+
### Patch Changes
|
|
582
|
+
|
|
583
|
+
- 42057f4: **Badge**: Fixes inverted text style colours and incorrect ordering
|
|
584
|
+
caused by [treat](https://github.com/seek-oss/treat)
|
|
585
|
+
|
|
586
|
+
## 2.1.4
|
|
587
|
+
|
|
588
|
+
### Patch Changes
|
|
589
|
+
|
|
590
|
+
- a54636d: **AutoSuggest**: Fix's it so if Suggestions is ever undefined or
|
|
591
|
+
empty, that the nextFn doesnt fail
|
|
592
|
+
- dec98ef: **StandardModal**: The main region to be wrapped in a flex to allow
|
|
593
|
+
stretching children
|
|
594
|
+
|
|
595
|
+
## 2.1.3
|
|
596
|
+
|
|
597
|
+
### Patch Changes
|
|
598
|
+
|
|
599
|
+
- c81a433: **SelectInput**: Fixes wrong prop type needed
|
|
600
|
+
|
|
601
|
+
## 2.1.2
|
|
602
|
+
|
|
603
|
+
### Patch Changes
|
|
604
|
+
|
|
605
|
+
- 1d4b39e: **SelectInput**: Increases target click area to cover the full
|
|
606
|
+
width of component.
|
|
607
|
+
|
|
608
|
+
## 2.1.1
|
|
609
|
+
|
|
610
|
+
### Minor Changes
|
|
611
|
+
|
|
612
|
+
- 052a024: Corrected types to be more type safe and accurate.
|
|
613
|
+
|
|
614
|
+
Notably `<Box>`. Seeing as we `createElement`, we fixed types to only allow
|
|
615
|
+
`IntrinsicElements | JSXElementConstructor`. As such, any `"button"` or
|
|
616
|
+
`TextLink` prop values will work. However, `<TextLink />` will not.
|
|
617
|
+
|
|
618
|
+
## 2.0.27
|
|
619
|
+
|
|
620
|
+
### Patch Changes
|
|
621
|
+
|
|
622
|
+
- 648ec6a: **Inputs:** Introduces `reserveHintSpace` prop—to _reserve_ the
|
|
623
|
+
space that would otherwise be occupied by the hint text.
|
|
624
|
+
|
|
625
|
+
Super useful in stacked forms with validation, so that page layout shifts
|
|
626
|
+
don't occur.
|
|
627
|
+
|
|
628
|
+
## 2.0.26
|
|
629
|
+
|
|
630
|
+
### Patch Changes
|
|
631
|
+
|
|
632
|
+
- dd3da7e: **Modal:** Introduces a focus-trap as well as correct some
|
|
633
|
+
Concurrent Mode flickering.
|
|
634
|
+
- dd3da7e: **Box:** Adds `opacity` prop
|
|
635
|
+
|
|
636
|
+
## 2.0.25
|
|
637
|
+
|
|
638
|
+
### Patch Changes
|
|
639
|
+
|
|
640
|
+
- 4ce4fc6: **NumberInput:** Adds support for the html `step` attribute.
|
|
641
|
+
|
|
642
|
+
## 2.0.24
|
|
643
|
+
|
|
644
|
+
### Patch Changes
|
|
645
|
+
|
|
646
|
+
- 8914008: **Box:** Adds `inlineFlex` as a display prop
|
|
647
|
+
- 5bbe87a: **Tabs:** Adds new renderInactivePanes prop to render tabs that are
|
|
648
|
+
inactive.
|
|
649
|
+
|
|
650
|
+
By default, TabPanes themselves only render when they are active. Sometimes
|
|
651
|
+
in certain cases you'd want to preserve the local state within those tabs as
|
|
652
|
+
a user switches between tabs. Setting `renderInactivePanes` on TabPanes will
|
|
653
|
+
be rendered but visually hidden.
|
|
654
|
+
|
|
655
|
+
**Example:**
|
|
656
|
+
|
|
657
|
+
```jsx
|
|
658
|
+
<Tabs active={0}>> > > > > > > } t > ></Tabs>
|
|
659
|
+
```
|
|
660
|
+
|
|
661
|
+
- 7131a5f: **Tabs:** Fixes a visual quirk when indications are mixed with
|
|
662
|
+
non-indicators
|
|
663
|
+
|
|
664
|
+
## 2.0.23
|
|
665
|
+
|
|
666
|
+
### Patch Changes
|
|
667
|
+
|
|
668
|
+
- c585765: **Heading:** Adds an `id` prop which is applied directly to the
|
|
669
|
+
underlying element
|
|
670
|
+
|
|
671
|
+
## 2.0.22
|
|
672
|
+
|
|
673
|
+
### Patch Changes
|
|
674
|
+
|
|
675
|
+
- 5c913cc: Box: Allow non-intrinsics as Box `is` prop as well. With this
|
|
676
|
+
change you can send things in like `svg`'s, or other components themselves.
|
|
677
|
+
- e11909f: Text: Adds a `text-transform` prop to allow uppercasing text
|
|
678
|
+
|
|
679
|
+
## 2.0.21
|
|
680
|
+
|
|
681
|
+
### Patch Changes
|
|
682
|
+
|
|
683
|
+
- 47335f6: Meta: FIxed issue where the icon and label would wrap
|
|
684
|
+
- 230367f: SimplePagination: Should be centered in it's parent. Seeing as it's
|
|
685
|
+
parent spans 100% width, this centering is now explicit.
|
|
686
|
+
|
|
687
|
+
## 2.0.20
|
|
688
|
+
|
|
689
|
+
### Patch Changes
|
|
690
|
+
|
|
691
|
+
- bf51bbe: Fix: Added missing re-exports from our "to-monorepo" migration
|
|
692
|
+
|
|
693
|
+
## 2.0.19
|
|
694
|
+
|
|
695
|
+
### Patch Changes
|
|
696
|
+
|
|
697
|
+
- c13df61: StandardModal: Fixes the issue where a mouseup on the backdrop
|
|
698
|
+
triggered the requestClose callback. Despite the click originating on the
|
|
699
|
+
modal itself. So now the callback will not fire.
|
|
700
|
+
|
|
701
|
+
## 2.0.18
|
|
702
|
+
|
|
703
|
+
### Patch Changes
|
|
704
|
+
|
|
705
|
+
- 63d81e5: Major refactor of how `treat` files get used in our project.
|
|
706
|
+
Instead of a redefinition of _shared_ styles such as margin/padding. We now
|
|
707
|
+
instead prefer the usage of `useBoxStyles` or the `Box` component.
|
|
708
|
+
|
|
709
|
+
There _should_ be no real regression in terms of usage api.
|
|
710
|
+
|
|
711
|
+
- 63d81e5: Box: pointerEvents value can now be passed to `Box` and
|
|
712
|
+
`useBoxStyles` as 'none' or undefined.
|
|
713
|
+
- 63d81e5: BulletText: Now accepts an `is` prop, such that it's element can be
|
|
714
|
+
changed. This is really because 9/10 times you'd be rendering this in a
|
|
715
|
+
`Stack`, which already handles the `ul/li` couple.
|
|
716
|
+
|
|
717
|
+
**FEATURES**
|
|
718
|
+
|
|
719
|
+
```jsx
|
|
720
|
+
<Stack is="ul">> ></Stack>
|
|
721
|
+
```
|
|
722
|
+
|
|
723
|
+
which already wraps each child in an `li`.
|
|
724
|
+
|
|
725
|
+
## 2.0.17
|
|
726
|
+
|
|
727
|
+
### Patch Changes
|
|
728
|
+
|
|
729
|
+
- fbee5c0: AutoSuggest: Now has a full width wrapping box
|
|
730
|
+
|
|
731
|
+
## 2.0.16
|
|
732
|
+
|
|
733
|
+
### Patch Changes
|
|
734
|
+
|
|
735
|
+
- 6d9e5b5: Reset: Table reset is no longer global. So use `<Box is="table" />`
|
|
736
|
+
|
|
737
|
+
```diff
|
|
738
|
+
-<table>
|
|
739
|
+
+<Box is="table">
|
|
740
|
+
```
|
|
741
|
+
|
|
742
|
+
- 6d9e5b5: Inline: Supports alignX to position items on the x axis aka;
|
|
743
|
+
`justifyContent`.
|
|
744
|
+
- 6d9e5b5: Reset: Globally set overflowX to hidden
|
|
745
|
+
- c90d645: Stepper: When pressing Home/End it should no longer jump to the end
|
|
746
|
+
of the page.
|
|
747
|
+
- 6d9e5b5: Table: Introduces Tables
|
|
748
|
+
|
|
749
|
+
Implemented as a css-grid, so column widths are to be defined in
|
|
750
|
+
gridTemplateColumns. All components in this scope accept a ref property.
|
|
751
|
+
|
|
752
|
+
Please note! In order to remain structurally WAI-ARIA compliant; the
|
|
753
|
+
`TableRowGroup` must be placed around the _traditional_ `tbody` and `thead`.
|
|
754
|
+
|
|
755
|
+
**FEATURES**
|
|
756
|
+
|
|
757
|
+
### Example
|
|
758
|
+
|
|
759
|
+
```jsx
|
|
760
|
+
<Table columnTemplate="repeat(2, auto)">></Table>
|
|
761
|
+
```
|
|
762
|
+
|
|
763
|
+
### Sticky Header
|
|
764
|
+
|
|
765
|
+
```diff
|
|
766
|
+
-<Table columnTemplate="repeat(2, auto)">
|
|
767
|
+
+<Table stickyHead columnTemplate="repeat(2, auto)">
|
|
768
|
+
>
|
|
769
|
+
>
|
|
770
|
+
>
|
|
771
|
+
```
|
|
772
|
+
|
|
773
|
+
### Sorting Columns
|
|
774
|
+
|
|
775
|
+
```diff
|
|
776
|
+
<Table columnTemplate="repeat(2, auto)">
|
|
777
|
+
>
|
|
778
|
+
>
|
|
779
|
+
- <TableHeadCell>Col 1</TableHeadCell>
|
|
780
|
+
+ <TableHeadCell sort="asc" onSortChange={}>Col 1</TableHeadCell>
|
|
781
|
+
```
|
|
782
|
+
|
|
783
|
+
A column can only have _sort_ functionality when the `sort` prop is set to
|
|
784
|
+
either `asc | desc | none`. An `onSortChange` callback when applied to the
|
|
785
|
+
cell that allows observing this. This callback will send the _new_ sort to
|
|
786
|
+
have applied to it. This is a stateless component, so make sure you wire the
|
|
787
|
+
value back into `sort`.
|
|
788
|
+
|
|
789
|
+
### Row Clicking
|
|
790
|
+
|
|
791
|
+
```diff
|
|
792
|
+
<Table columnTemplate="repeat(2, auto)">
|
|
793
|
+
>
|
|
794
|
+
- <TableRow>
|
|
795
|
+
+ <TableRow onClick={}>
|
|
796
|
+
>
|
|
797
|
+
```
|
|
798
|
+
|
|
799
|
+
Please note; that if you're also tracking clicks of cell buttons, to check
|
|
800
|
+
the currentTarget of whether to apply the callback.
|
|
801
|
+
|
|
802
|
+
## 2.0.15
|
|
803
|
+
|
|
804
|
+
### Patch Changes
|
|
805
|
+
|
|
806
|
+
- 5353a1a: Box: Added textAlign as a prop
|
|
807
|
+
|
|
808
|
+
Worth noting that we want to deprecate the use of `align` in our
|
|
809
|
+
`useTextStyles`. As it's now shifted to our box. The `align` prop will still
|
|
810
|
+
remain on the `Text` component.
|
|
811
|
+
|
|
812
|
+
**FEATURES**
|
|
813
|
+
|
|
814
|
+
```jsx
|
|
815
|
+
<Box textAlign="center" />
|
|
816
|
+
```
|
|
817
|
+
|
|
818
|
+
- 715b035: Box: Added userSelect prop to disable selecting its content
|
|
819
|
+
- 987a68b: VisuallyHidden: Added brand-new component to visually hide content
|
|
820
|
+
|
|
821
|
+
**FEATURES**
|
|
822
|
+
|
|
823
|
+
```jsx
|
|
824
|
+
<VisuallyHidden>hello screen reader</VisuallyHidden>
|
|
825
|
+
<Text>
|
|
826
|
+
o
|
|
827
|
+
>
|
|
828
|
+
</Text>
|
|
829
|
+
```
|
|
830
|
+
|
|
831
|
+
- e2f4a5b: Text: Allow setting a display override
|
|
832
|
+
|
|
833
|
+
**FEATURES**
|
|
834
|
+
|
|
835
|
+
```jsx
|
|
836
|
+
<Text is="span" display="inlineBlock">
|
|
837
|
+
k
|
|
838
|
+
</Text>
|
|
839
|
+
```
|
|
840
|
+
|
|
841
|
+
- 175cb09: Icon: Child svg's are cloned and positioned to the size of the
|
|
842
|
+
parent
|
|
843
|
+
|
|
844
|
+
## 2.0.14
|
|
845
|
+
|
|
846
|
+
### Patch Changes
|
|
847
|
+
|
|
848
|
+
- 5428b9e: LoadingBox: Exposes height and display box props
|
|
849
|
+
|
|
850
|
+
**FEATURES**
|
|
851
|
+
|
|
852
|
+
```jsx
|
|
853
|
+
<LoadingBox height="full" display="inlineBlock" />
|
|
854
|
+
```
|
|
855
|
+
|
|
856
|
+
- e3e5aa9: Box: Display prop inline-block renamed to inlineBlock to be more
|
|
857
|
+
consistent
|
|
858
|
+
- a6530d5: Box: Supports sending in a height prop
|
|
859
|
+
|
|
860
|
+
## 2.0.13
|
|
861
|
+
|
|
862
|
+
### Patch Changes
|
|
863
|
+
|
|
864
|
+
- df453b2: Badge: Applies a whiteSpace nowrap to badges, and now truncates
|
|
865
|
+
- 292692f: Section: Typing update such that width prop is actually optional
|
|
866
|
+
- 52c424f: Inline: Now wrap properly, and support a prop to enable/disable it.
|
|
867
|
+
- e0a4291: Box: Introduces flex style props to `Box` and `useBoxStyles`
|
|
868
|
+
|
|
869
|
+
**FEATURES**
|
|
870
|
+
|
|
871
|
+
You can now send in `alignItems`,`flexDirection`, `flexGrow`, `flexShrink`,
|
|
872
|
+
`flexWrap`, `justifyContent` to Box and useBoxStyles for whatever you like.
|
|
873
|
+
|
|
874
|
+
We have specifically chosen `alignItems`, `flexDirection`, `justifyContent`
|
|
875
|
+
as Responsive candidates as we've found the others won't have a responsive
|
|
876
|
+
use case.
|
|
877
|
+
|
|
878
|
+
```jsx
|
|
879
|
+
<Box display="flex" width="full" justifyContent="center">
|
|
880
|
+
>
|
|
881
|
+
</Box>
|
|
882
|
+
```
|
|
883
|
+
|
|
884
|
+
## 2.0.12
|
|
885
|
+
|
|
886
|
+
### Patch Changes
|
|
887
|
+
|
|
888
|
+
- 62c7111: Stack: A Renamed prop from spacing to space
|
|
889
|
+
|
|
890
|
+
eg:
|
|
891
|
+
|
|
892
|
+
```diff
|
|
893
|
+
<Stack is="ul"
|
|
894
|
+
- spacing="3">
|
|
895
|
+
+ space="3">
|
|
896
|
+
>
|
|
897
|
+
>
|
|
898
|
+
>
|
|
899
|
+
</Stack>
|
|
900
|
+
```
|
|
901
|
+
|
|
902
|
+
- 822863d: Inline: Supports inline dividers between elements.
|
|
903
|
+
|
|
904
|
+
Supports, text, numbers or elements.
|
|
905
|
+
|
|
906
|
+
**FEATURES**
|
|
907
|
+
|
|
908
|
+
```jsx
|
|
909
|
+
<Inline dividers>> > > ></Inline>
|
|
910
|
+
```
|
|
911
|
+
|
|
912
|
+
- a0fce92: Text: Exposes a new white-space nowrap prop
|
|
913
|
+
|
|
914
|
+
This is an **experimental** prop, we know of one use-case where this can be
|
|
915
|
+
used, but will likely also appear on the Box.
|
|
916
|
+
|
|
917
|
+
So do let us know if you're using this, and it hasnt worked in your
|
|
918
|
+
use-case.
|
|
919
|
+
|
|
920
|
+
**FEATURES**
|
|
921
|
+
|
|
922
|
+
You can now pass a `noWrap` prop to any `<Text />` which applies a
|
|
923
|
+
`white-space: nowrap` to itself.
|
|
924
|
+
|
|
925
|
+
```jsx
|
|
926
|
+
<Text noWrap>I wont wrap</Text>
|
|
927
|
+
```
|
|
928
|
+
|
|
929
|
+
## 2.0.11
|
|
930
|
+
|
|
931
|
+
### Patch Changes
|
|
932
|
+
|
|
933
|
+
- 358fb4b: Tabs: Incorrectly importing treat files inside treat
|
|
934
|
+
|
|
935
|
+
## 2.0.10
|
|
936
|
+
|
|
937
|
+
### Patch Changes
|
|
938
|
+
|
|
939
|
+
- 0b6c621: Tabs: Adds `scrollable`, which scrolls the tabs horizontally on
|
|
940
|
+
smaller devices.
|
|
941
|
+
|
|
942
|
+
**FEATURES**
|
|
943
|
+
|
|
944
|
+
```jsx
|
|
945
|
+
<Tabs>> > > > > ></Tabs>
|
|
946
|
+
```
|
|
947
|
+
|
|
948
|
+
- 729dfdd: Input: Notchless inputs will no longer break when part of a flex
|
|
949
|
+
container
|
|
950
|
+
|
|
951
|
+
## 2.0.9
|
|
952
|
+
|
|
953
|
+
### Patch Changes
|
|
954
|
+
|
|
955
|
+
- 0b59110: Flatten fragments when provided as children
|
|
956
|
+
|
|
957
|
+
Will now support fragments and otherwise boolean children that previously
|
|
958
|
+
would not have worked:
|
|
959
|
+
|
|
960
|
+
```jsx
|
|
961
|
+
<Stack>> ( > > > > > } ></Stack>
|
|
962
|
+
```
|
|
963
|
+
|
|
964
|
+
> which would have the past not had lines 1-3 spaced evenly.
|
|
965
|
+
|
|
966
|
+
this was also true for: `Actions`, `Inline`, `TabList`, `TabPanes` and
|
|
967
|
+
`Stack`. Which have been rectified.
|
|
968
|
+
|
|
969
|
+
## 2.0.8
|
|
970
|
+
|
|
971
|
+
### Patch Changes
|
|
972
|
+
|
|
973
|
+
- 55ee559: Positioner: Removes usingPositioner
|
|
974
|
+
|
|
975
|
+
**FEATURES**
|
|
976
|
+
|
|
977
|
+
Removes the usingPositioner HoC in favour of a plain-old component that'll
|
|
978
|
+
gives us the ability to send _all_ our Box props onto it. It also aids in
|
|
979
|
+
corrected aria-\* props.
|
|
980
|
+
|
|
981
|
+
## 2.0.7
|
|
982
|
+
|
|
983
|
+
### Patch Changes
|
|
984
|
+
|
|
985
|
+
- b9a2c45: InputBase: Allow for notchless inputs
|
|
986
|
+
|
|
987
|
+
**FEATURES**
|
|
988
|
+
|
|
989
|
+
Sometimes the notch behavior won't work because of its context - much like
|
|
990
|
+
an input that sits within a table, where the column already denotes what
|
|
991
|
+
should be entered into the input.
|
|
992
|
+
|
|
993
|
+
> Please be aware that this should be avoided, as in most cases we should
|
|
994
|
+
> notch, so a user knows what's in the input especially when its defaulted.
|
|
995
|
+
|
|
996
|
+
- 7736914: Box: Adds an overflow prop and allows className to be clsx
|
|
997
|
+
compatible
|
|
998
|
+
|
|
999
|
+
**FEATURES**
|
|
1000
|
+
|
|
1001
|
+
`ClassName` can now be sent in directly to Box instead of through clsx.
|
|
1002
|
+
|
|
1003
|
+
eg.
|
|
1004
|
+
|
|
1005
|
+
```diff
|
|
1006
|
+
- <Box className={clsx(styles.one, styles.two)}>
|
|
1007
|
+
+ <Box className={[styles.one, styles.two]}>
|
|
1008
|
+
o
|
|
1009
|
+
</Box>
|
|
1010
|
+
|
|
1011
|
+
- <Box className={clsx({[styles.one]: maybeDoMe}, styles.two)}>
|
|
1012
|
+
+ <Box className={[{[styles.one]: maybeDoMe}, styles.two]}>
|
|
1013
|
+
o
|
|
1014
|
+
</Box>
|
|
1015
|
+
```
|
|
1016
|
+
|
|
1017
|
+
- 17d2354: Stack: Expose the Box width on Stack
|
|
1018
|
+
- 475601c: Tabs: Now always fills the width of its parent
|
|
1019
|
+
|
|
1020
|
+
## 2.0.6
|
|
1021
|
+
|
|
1022
|
+
### Patch Changes
|
|
1023
|
+
|
|
1024
|
+
- d1c6b09: responsiveProps: Fix argument where void is not the same as
|
|
1025
|
+
undefined
|
|
1026
|
+
|
|
1027
|
+
## 2.0.5
|
|
1028
|
+
|
|
1029
|
+
### Patch Changes
|
|
1030
|
+
|
|
1031
|
+
- 4df7e83: AutoSuggest: Introduce a autoWidth prop that either will size the
|
|
1032
|
+
flyout to either the width of the children, or the input.
|
|
1033
|
+
|
|
1034
|
+
**FEATURES**
|
|
1035
|
+
|
|
1036
|
+
`<AutoSuggest>` can now be given a `autoWidth` prop that will auto the width
|
|
1037
|
+
in relation to setting the width, or for it to be automatic.
|
|
1038
|
+
|
|
1039
|
+
- `autoWidth={true}` means, size the flyout to the width of flyout children "automatically"
|
|
1040
|
+
- `autoWidth={false}` means to set to the width of the select input.
|
|
1041
|
+
|
|
1042
|
+
eg:
|
|
1043
|
+
|
|
1044
|
+
```jsx
|
|
1045
|
+
|
|
1046
|
+
// size to the width of the flyout children
|
|
1047
|
+
<AutoSuggest
|
|
1048
|
+
"
|
|
1049
|
+
}
|
|
1050
|
+
h
|
|
1051
|
+
/>
|
|
1052
|
+
|
|
1053
|
+
// size to the width of the input (current behaviour)
|
|
1054
|
+
<AutoSuggest
|
|
1055
|
+
"
|
|
1056
|
+
}
|
|
1057
|
+
/>
|
|
1058
|
+
|
|
1059
|
+
```
|
|
1060
|
+
|
|
1061
|
+
- 378e5da: AutoSuggest: Input search types to remove the webkit clear button
|
|
1062
|
+
|
|
1063
|
+
**FEATURES**
|
|
1064
|
+
|
|
1065
|
+
When we reset input type searches, we incorrectly "hid" the webkit search
|
|
1066
|
+
buttons, this aims to correct that.
|
|
1067
|
+
|
|
1068
|
+
- eb3cf9d: AutoSuggest: Support the usage of passing a ref down to the
|
|
1069
|
+
implemented input
|
|
1070
|
+
|
|
1071
|
+
**FEATURES**
|
|
1072
|
+
|
|
1073
|
+
`<AutoSuggest>` can now be given a ref which will be passed down to the
|
|
1074
|
+
underlying input.
|
|
1075
|
+
|
|
1076
|
+
eg:
|
|
1077
|
+
|
|
1078
|
+
```tsx
|
|
1079
|
+
const myRef = useRef<HTMLInputElement | null>(null);
|
|
1080
|
+
|
|
1081
|
+
<AutoSuggest ref={myRef} value={null} placeholder={'My AutoSuggest'} />;
|
|
1082
|
+
```
|
|
1083
|
+
|
|
1084
|
+
- bab9cd2: InputBase: Always full width the input wrapper
|
|
1085
|
+
|
|
1086
|
+
## 2.0.4
|
|
1087
|
+
|
|
1088
|
+
### Patch Changes
|
|
1089
|
+
|
|
1090
|
+
- 801c254: Positioner: Uses Popper.js to run the flyouts.
|
|
1091
|
+
|
|
1092
|
+
**FEATURES**
|
|
1093
|
+
|
|
1094
|
+
**`<Positioner />`** uses Popper.js, as it offers a wide array of
|
|
1095
|
+
performance improvements and caters for some edge-cases, like when the'yre
|
|
1096
|
+
nested etc.
|
|
1097
|
+
|
|
1098
|
+
Few stats: we use popper-lite which is rated at 3.73Kb minified and
|
|
1099
|
+
compressed. Now getOptimalPosition was about 1.3Kb minified and compressed.
|
|
1100
|
+
However, it had a few holes, and when I looked at what it'll take to
|
|
1101
|
+
implement the features to solve the holes - we'd probably still beat the
|
|
1102
|
+
file size, but not by much...
|
|
1103
|
+
|
|
1104
|
+
So with that once internal bandwidth increase this'll likely be revisited -
|
|
1105
|
+
and perhaps utilize `detectOverflow` as a roll-your-own solution.
|
|
1106
|
+
|
|
1107
|
+
- 0964a1d: useNegativeMargin: Correctly fill columns to their parents width
|
|
1108
|
+
|
|
1109
|
+
**BUG FIXES** Columns were not completely filling its parent due to negative
|
|
1110
|
+
margins
|
|
1111
|
+
|
|
1112
|
+
## 2.0.3
|
|
1113
|
+
|
|
1114
|
+
### Patch Changes
|
|
1115
|
+
|
|
1116
|
+
- 15f486c: Modals: Now uses a shared `<Portal />` component.
|
|
1117
|
+
|
|
1118
|
+
**FEATURES**
|
|
1119
|
+
|
|
1120
|
+
**`<Portal />`** component allowing for shared Portaling of components to
|
|
1121
|
+
inside a container.
|
|
1122
|
+
|
|
1123
|
+
Responsibility: Rendering a child into a container, which by default is
|
|
1124
|
+
`window.body`.
|
|
1125
|
+
|
|
1126
|
+
eg:
|
|
1127
|
+
|
|
1128
|
+
```jsx
|
|
1129
|
+
// Input
|
|
1130
|
+
<div>
|
|
1131
|
+
g
|
|
1132
|
+
>
|
|
1133
|
+
>
|
|
1134
|
+
>
|
|
1135
|
+
</div>
|
|
1136
|
+
|
|
1137
|
+
// Result
|
|
1138
|
+
<body>
|
|
1139
|
+
>
|
|
1140
|
+
>
|
|
1141
|
+
</body>
|
|
1142
|
+
```
|
|
1143
|
+
|
|
1144
|
+
**`<Modal />`** is in charge of handling a backdrop - which also directly
|
|
1145
|
+
uses the new `<Portal>` component.
|
|
1146
|
+
|
|
1147
|
+
Responsibility: Renders a child into a Portal, with a backdrop and correct
|
|
1148
|
+
aria attributes applied.
|
|
1149
|
+
|
|
1150
|
+
You can give this component `hideBackdrop?: boolean` prop to disable the
|
|
1151
|
+
backdrop. Also; if you wish to remove the fadeIn/fadeOut animation, a
|
|
1152
|
+
`transition?: boolean` can also be provided.
|
|
1153
|
+
|
|
1154
|
+
- Removes `<ModalPortal />` in favor of `<Modal />`
|
|
1155
|
+
- Deprecated `withModal`, which could simply just use the Modal component
|
|
1156
|
+
|
|
1157
|
+
Worth noting that a `role="presentation"` is applied to the `Modal`, so
|
|
1158
|
+
consumers should be applying a `role="none presentation"` to their direct
|
|
1159
|
+
parent, if you wish content to be read out.
|
|
1160
|
+
|
|
1161
|
+
eg:
|
|
1162
|
+
|
|
1163
|
+
```jsx
|
|
1164
|
+
<Modal isOpen={true} onRequestClose={function() {}}>
|
|
1165
|
+
>
|
|
1166
|
+
</Modal>
|
|
1167
|
+
```
|
|
1168
|
+
|
|
1169
|
+
## 2.0.2
|
|
1170
|
+
|
|
1171
|
+
### Patch Changes
|
|
1172
|
+
|
|
1173
|
+
- 6c3ae76: Tabs: Support stretching tablist items to the width of the
|
|
1174
|
+
container
|
|
1175
|
+
|
|
1176
|
+
**FEATURES**
|
|
1177
|
+
|
|
1178
|
+
**`<TabList />`**
|
|
1179
|
+
|
|
1180
|
+
In small contexts, like sidebars, or mobile viewports with minimal tablist
|
|
1181
|
+
items. It makes sense to stretch items to meet the width of the container.
|
|
1182
|
+
|
|
1183
|
+
eg:
|
|
1184
|
+
|
|
1185
|
+
```
|
|
1186
|
+
<Tabs>
|
|
1187
|
+
>
|
|
1188
|
+
>
|
|
1189
|
+
>
|
|
1190
|
+
>
|
|
1191
|
+
</Tabs>
|
|
1192
|
+
```
|
|
1193
|
+
|
|
1194
|
+
- 302405b: Alert: Inline is now full width
|
|
1195
|
+
|
|
1196
|
+
**Features**
|
|
1197
|
+
|
|
1198
|
+
`<Alert />`
|
|
1199
|
+
|
|
1200
|
+
When passing the `inline` prop, in the past it was maxWidth 640px - which in
|
|
1201
|
+
inline contexts, you'd want to span the entire width of its container.
|
|
1202
|
+
|
|
1203
|
+
- 3bcf649: Adds the Inline and Section layout components
|
|
1204
|
+
|
|
1205
|
+
**Features**
|
|
1206
|
+
|
|
1207
|
+
Breakpoints have been amended to follow (mobile first):
|
|
1208
|
+
|
|
1209
|
+
- `tablet` is iPad Mini width less 25%, so any device greater than 768px
|
|
1210
|
+
- `desktop` we are considering as iPad Pro width less 25%, so any device larger than 1024px
|
|
1211
|
+
- `largeDesktop` is taken as a 1920x1080 less 25%, so any device larger than 1440px
|
|
1212
|
+
|
|
1213
|
+
all at landscape.
|
|
1214
|
+
|
|
1215
|
+
**`<Inline />`**
|
|
1216
|
+
|
|
1217
|
+
When you're wanting to `inline` something. Like a badge list; you can use
|
|
1218
|
+
use the `<Inline />` component to solve this.
|
|
1219
|
+
|
|
1220
|
+
eg:
|
|
1221
|
+
|
|
1222
|
+
```jsx
|
|
1223
|
+
<Inline>> > ></Inline>
|
|
1224
|
+
```
|
|
1225
|
+
|
|
1226
|
+
**`<Section />`**
|
|
1227
|
+
|
|
1228
|
+
A component that wraps its children, setting a `max-width` and centering on
|
|
1229
|
+
the screen. This will generally sit high up in the component tree. It offers
|
|
1230
|
+
2 widths `medium` and `large`. The medium width is intended for smaller more
|
|
1231
|
+
concise layouts - like our Afterpay landing, or Uber landing. Were as the
|
|
1232
|
+
`large` will probably be more for our Leads or Bookings list screens.
|
|
1233
|
+
|
|
1234
|
+
When coupled with `Columns` we effectively have a full fletched layout
|
|
1235
|
+
system, that can 🤷 replace our `ContainedLayout` and `ContentOnlyLayout`
|
|
1236
|
+
internal components.
|
|
1237
|
+
|
|
1238
|
+
To solve the `ThreeColumnLayout` and `TwoColumnLayout` we can build internal
|
|
1239
|
+
abstractions that extend this perhaps.
|
|
1240
|
+
|
|
1241
|
+
eg:
|
|
1242
|
+
|
|
1243
|
+
```jsx
|
|
1244
|
+
<Section width="medium" paddingX={['3', , 'none']}>
|
|
1245
|
+
>
|
|
1246
|
+
</Section>
|
|
1247
|
+
```
|
|
1248
|
+
|
|
1249
|
+
- f9dac97: Inline: Supporting alignY responsive prop StarRating: Consumes
|
|
1250
|
+
`<Inline />`
|
|
1251
|
+
|
|
1252
|
+
**FEATURES**
|
|
1253
|
+
|
|
1254
|
+
**`<Inline />`**
|
|
1255
|
+
|
|
1256
|
+
Now supports an alignY responsive prop to vertically center its items to
|
|
1257
|
+
either `top | center | bottom`, eg: `<Inline alignY="center">`
|
|
1258
|
+
|
|
1259
|
+
**`<StarRating />`**
|
|
1260
|
+
|
|
1261
|
+
Uses the `<Inline />` component instead of columns, so should use less DOM
|
|
1262
|
+
|
|
1263
|
+
## 2.0.1
|
|
1264
|
+
|
|
1265
|
+
### Patch Changes
|
|
1266
|
+
|
|
1267
|
+
- c66b727: Anchors are now cursor pointer by default
|
|
1268
|
+
|
|
1269
|
+
Seeing as we use `<TextLink />` or `<Box is="a" href="" />` in a few places,
|
|
1270
|
+
it only makes sense to use `a { cursor: pointer }`.
|
|
1271
|
+
|
|
1272
|
+
- 57b8cf3: Actions now filters out undefined or null children
|
|
1273
|
+
|
|
1274
|
+
**`<Actions />`**
|
|
1275
|
+
|
|
1276
|
+
Removed the className prop, this will slowly start happening across the
|
|
1277
|
+
stack.
|
|
1278
|
+
|
|
1279
|
+
```diff
|
|
1280
|
+
-<Actions className="test">
|
|
1281
|
+
+<Actions>
|
|
1282
|
+
.
|
|
1283
|
+
</Actions>
|
|
1284
|
+
```
|
|
1285
|
+
|
|
1286
|
+
## 2.0.0
|
|
1287
|
+
|
|
1288
|
+
### Major Changes
|
|
1289
|
+
|
|
1290
|
+
- 8881bdd: Styles are now `treat` driven.
|
|
1291
|
+
|
|
1292
|
+
**A few changes**
|
|
1293
|
+
|
|
1294
|
+
- `OverdriveProvider` must now be provider
|
|
1295
|
+
- `ToastProvider` must also be provided when using a `useToast`
|
|
1296
|
+
- `@autoguru/overdrive/reset` must be given first.
|
|
1297
|
+
|
|
1298
|
+
... and a whole series of other things. Please consult to the PR (#273) to
|
|
1299
|
+
get a better idea of what's changed.
|
|
1300
|
+
|
|
1301
|
+
### Patch Changes
|
|
1302
|
+
|
|
1303
|
+
- 230a3cd: Forces explicit text colours to Button hover and active states
|