@sproutsocial/racine 12.19.0 → 12.21.0
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 +33 -0
- package/README.md +46 -44
- package/__flow__/Avatar/index.js +26 -26
- package/__flow__/Avatar/index.stories.js +8 -8
- package/__flow__/Avatar/index.test.js +13 -13
- package/__flow__/Badge/constants.js +14 -14
- package/__flow__/Badge/index.js +18 -18
- package/__flow__/Badge/index.stories.js +8 -8
- package/__flow__/Badge/index.test.js +43 -43
- package/__flow__/Badge/styles.js +13 -9
- package/__flow__/Banner/index.js +21 -21
- package/__flow__/Banner/index.stories.js +56 -68
- package/__flow__/Banner/index.test.js +32 -34
- package/__flow__/Banner/styles.js +4 -4
- package/__flow__/Box/index.js +4 -4
- package/__flow__/Box/index.stories.js +58 -51
- package/__flow__/Box/index.test.js +7 -7
- package/__flow__/Box/styles.js +6 -6
- package/__flow__/Breadcrumb/index.js +9 -13
- package/__flow__/Breadcrumb/index.stories.js +14 -14
- package/__flow__/Breadcrumb/index.test.js +20 -20
- package/__flow__/Breadcrumb/styles.js +5 -5
- package/__flow__/Button/index.js +23 -23
- package/__flow__/Button/index.stories.js +34 -34
- package/__flow__/Button/styles.js +11 -11
- package/__flow__/Card/index.js +7 -7
- package/__flow__/Card/index.stories.js +14 -14
- package/__flow__/Card/styles.js +7 -7
- package/__flow__/CharacterCounter/index.js +7 -7
- package/__flow__/CharacterCounter/index.stories.js +25 -26
- package/__flow__/CharacterCounter/index.test.js +11 -11
- package/__flow__/CharacterCounter/styles.js +3 -3
- package/__flow__/ChartLegend/index.js +7 -7
- package/__flow__/ChartLegend/index.stories.js +22 -22
- package/__flow__/ChartLegend/index.test.js +27 -27
- package/__flow__/ChartLegend/styles.js +7 -7
- package/__flow__/Checkbox/index.js +10 -10
- package/__flow__/Checkbox/index.stories.js +24 -24
- package/__flow__/Checkbox/index.test.js +25 -25
- package/__flow__/Checkbox/styles.js +27 -28
- package/__flow__/Collapsible/index.js +15 -15
- package/__flow__/Collapsible/index.stories.js +13 -13
- package/__flow__/Collapsible/index.test.js +27 -27
- package/__flow__/Collapsible/styles.js +5 -5
- package/__flow__/DatePicker/DateRangePicker.js +5 -8
- package/__flow__/DatePicker/DateRangePicker.stories.js +19 -19
- package/__flow__/DatePicker/DateRangePicker.test.js +21 -21
- package/__flow__/DatePicker/SingleDatePicker.js +6 -9
- package/__flow__/DatePicker/SingleDatePicker.stories.js +10 -10
- package/__flow__/DatePicker/SingleDatePicker.test.js +21 -23
- package/__flow__/DatePicker/StatefulDateRangePicker.js +6 -6
- package/__flow__/DatePicker/StatefulSingleDatePicker.js +3 -3
- package/__flow__/DatePicker/common.js +13 -13
- package/__flow__/DatePicker/index.js +3 -3
- package/__flow__/DatePicker/styles.js +42 -42
- package/__flow__/Drawer/SlideTransition.js +10 -10
- package/__flow__/Drawer/index.js +29 -29
- package/__flow__/Drawer/index.stories.js +58 -141
- package/__flow__/Drawer/index.test.js +28 -28
- package/__flow__/Drawer/styles.js +4 -4
- package/__flow__/EmptyState/index.js +5 -5
- package/__flow__/EmptyState/index.stories.js +10 -10
- package/__flow__/EmptyState/index.test.js +27 -27
- package/__flow__/EnumIllustrationNames.js +1 -1
- package/__flow__/Fieldset/index.js +14 -14
- package/__flow__/Fieldset/index.stories.js +19 -20
- package/__flow__/Fieldset/index.test.js +14 -14
- package/__flow__/Fieldset/styles.js +5 -5
- package/__flow__/FormField/index.js +14 -14
- package/__flow__/FormField/index.stories.js +31 -21
- package/__flow__/FormField/index.test.js +19 -19
- package/__flow__/Icon/deprecatedIcons.js +36 -36
- package/__flow__/Icon/index.js +17 -17
- package/__flow__/Icon/index.stories.js +62 -29
- package/__flow__/Icon/index.test.js +15 -15
- package/__flow__/Icon/styles.js +12 -23
- package/__flow__/IllustrationViewBoxes.js +1 -1
- package/__flow__/Image/index.js +6 -7
- package/__flow__/Image/index.stories.js +5 -5
- package/__flow__/Image/index.test.js +24 -24
- package/__flow__/Image/styles.js +6 -5
- package/__flow__/Indicator/index.js +7 -7
- package/__flow__/Indicator/index.stories.js +8 -14
- package/__flow__/Indicator/index.test.js +6 -6
- package/__flow__/Indicator/styles.js +6 -6
- package/__flow__/Input/index.js +37 -37
- package/__flow__/Input/index.stories.js +96 -189
- package/__flow__/Input/index.test.js +117 -117
- package/__flow__/Input/styles.js +13 -13
- package/__flow__/KeyboardKey/index.js +5 -5
- package/__flow__/KeyboardKey/index.stories.js +9 -12
- package/__flow__/KeyboardKey/index.test.js +7 -7
- package/__flow__/KeyboardKey/styles.js +4 -4
- package/__flow__/Label/index.js +6 -6
- package/__flow__/Label/index.stories.js +5 -7
- package/__flow__/Label/index.test.js +8 -8
- package/__flow__/Link/constants.js +4 -4
- package/__flow__/Link/index.js +11 -11
- package/__flow__/Link/index.stories.js +61 -102
- package/__flow__/Link/index.test.js +40 -40
- package/__flow__/Link/styles.js +6 -6
- package/__flow__/Listbox/index.js +16 -16
- package/__flow__/Listbox/index.stories.js +35 -35
- package/__flow__/Listbox/index.test.js +63 -65
- package/__flow__/Loader/index.js +12 -12
- package/__flow__/Loader/index.stories.js +10 -10
- package/__flow__/Loader/index.test.js +17 -17
- package/__flow__/Loader/styles.js +9 -13
- package/__flow__/LoaderButton/index.js +36 -18
- package/__flow__/LoaderButton/index.stories.js +35 -7
- package/__flow__/LoaderButton/index.test.js +15 -15
- package/__flow__/Menu/__snapshots__/index.test.js.snap +0 -9
- package/__flow__/Menu/constants.js +8 -8
- package/__flow__/Menu/descendants.js +89 -80
- package/__flow__/Menu/hooks.js +22 -22
- package/__flow__/Menu/index.flow.js +13 -13
- package/__flow__/Menu/index.js +56 -60
- package/__flow__/Menu/index.stories.js +19 -19
- package/__flow__/Menu/index.test.js +22 -22
- package/__flow__/Menu/names.js +4945 -4945
- package/__flow__/Menu/styles.js +5 -5
- package/__flow__/Message/index.js +33 -33
- package/__flow__/Message/index.stories.js +18 -13
- package/__flow__/Message/index.test.js +6 -6
- package/__flow__/Message/styles.js +15 -15
- package/__flow__/Modal/index.js +19 -19
- package/__flow__/Modal/index.stories.js +43 -43
- package/__flow__/Modal/index.test.js +29 -29
- package/__flow__/Modal/styles.js +27 -32
- package/__flow__/Numeral/index.js +22 -22
- package/__flow__/Numeral/index.stories.js +74 -74
- package/__flow__/Numeral/styles.js +3 -3
- package/__flow__/Numeral/tests/A11y.test.js +7 -7
- package/__flow__/Numeral/tests/abbreviate.test.js +40 -40
- package/__flow__/Numeral/tests/currency.test.js +24 -24
- package/__flow__/Numeral/tests/defaults.test.js +20 -20
- package/__flow__/Numeral/tests/invalid.test.js +9 -9
- package/__flow__/Numeral/tests/locale.test.js +38 -38
- package/__flow__/Numeral/tests/precision.test.js +76 -76
- package/__flow__/Numeral/tests/testNumeral.js +11 -11
- package/__flow__/Numeral/tests/zero.test.js +8 -8
- package/__flow__/OverflowList/index.flow.js +2 -2
- package/__flow__/OverflowList/index.js +12 -12
- package/__flow__/OverflowList/index.stories.js +10 -10
- package/__flow__/OverflowList/index.test.js +25 -25
- package/__flow__/OverflowList/styles.js +5 -5
- package/__flow__/PartnerLogo/TypePartnerNames.js +37 -37
- package/__flow__/PartnerLogo/index.js +21 -27
- package/__flow__/PartnerLogo/index.stories.js +52 -52
- package/__flow__/PartnerLogo/styles.js +12 -24
- package/__flow__/Popout/index.js +66 -67
- package/__flow__/Popout/index.stories.js +101 -82
- package/__flow__/Popout/index.test.js +43 -43
- package/__flow__/Popout/styles.js +4 -5
- package/__flow__/Portal/index.js +9 -9
- package/__flow__/Portal/index.stories.js +12 -12
- package/__flow__/Radio/index.js +4 -4
- package/__flow__/Radio/index.stories.js +11 -11
- package/__flow__/Radio/index.test.js +12 -12
- package/__flow__/Radio/styles.js +15 -16
- package/__flow__/SegmentedControl/index.js +7 -7
- package/__flow__/SegmentedControl/index.stories.js +7 -7
- package/__flow__/SegmentedControl/index.test.js +29 -29
- package/__flow__/SegmentedControl/styles.js +10 -9
- package/__flow__/Select/index.js +10 -10
- package/__flow__/Select/index.stories.js +33 -69
- package/__flow__/Select/index.test.js +14 -14
- package/__flow__/Select/styles.js +16 -16
- package/__flow__/Skeleton/index.js +4 -4
- package/__flow__/Skeleton/index.stories.js +5 -5
- package/__flow__/SpotIllustration/illustrationNames.js +118 -117
- package/__flow__/SpotIllustration/index.js +15 -11
- package/__flow__/SpotIllustration/index.stories.js +18 -18
- package/__flow__/SpotIllustration/spotIllustrations/molecule.svg +14 -0
- package/__flow__/Stack/index.js +43 -33
- package/__flow__/Stack/index.stories.js +41 -91
- package/__flow__/Stack/index.test.js +16 -7
- package/__flow__/Switch/index.js +8 -8
- package/__flow__/Switch/index.stories.js +5 -5
- package/__flow__/Switch/index.test.js +25 -29
- package/__flow__/Switch/styles.js +13 -9
- package/__flow__/Table/index.js +17 -17
- package/__flow__/Table/index.stories.js +99 -99
- package/__flow__/Table/index.test.js +32 -32
- package/__flow__/Table/styles.js +4 -4
- package/__flow__/TableCell/index.js +8 -7
- package/__flow__/TableCell/index.stories.js +20 -23
- package/__flow__/TableCell/index.test.js +11 -11
- package/__flow__/TableCell/styles.js +4 -5
- package/__flow__/TableHeaderCell/index.js +14 -14
- package/__flow__/TableHeaderCell/index.stories.js +35 -30
- package/__flow__/TableHeaderCell/index.test.js +11 -11
- package/__flow__/TableHeaderCell/styles.js +4 -4
- package/__flow__/TableRowAccordion/index.js +8 -8
- package/__flow__/TableRowAccordion/index.stories.js +36 -36
- package/__flow__/TableRowAccordion/index.test.js +28 -30
- package/__flow__/TableRowAccordion/styles.js +11 -7
- package/__flow__/Tabs/index.js +11 -11
- package/__flow__/Tabs/index.stories.js +28 -54
- package/__flow__/Tabs/index.test.js +54 -54
- package/__flow__/Tabs/styles.js +6 -7
- package/__flow__/Text/index.js +14 -14
- package/__flow__/Text/index.stories.js +84 -86
- package/__flow__/Text/index.test.js +29 -33
- package/__flow__/Text/styles.js +4 -4
- package/__flow__/Textarea/index.js +5 -5
- package/__flow__/Textarea/index.stories.js +54 -93
- package/__flow__/Textarea/index.test.js +30 -30
- package/__flow__/Textarea/styles.js +6 -6
- package/__flow__/ThemeProvider/index.js +4 -4
- package/__flow__/Toast/index.js +23 -23
- package/__flow__/Toast/index.stories.js +21 -21
- package/__flow__/Toast/styles.js +6 -6
- package/__flow__/ToggleHint/index.js +8 -8
- package/__flow__/ToggleHint/index.test.js +8 -8
- package/__flow__/ToggleHint/styles.js +8 -8
- package/__flow__/Token/index.js +10 -10
- package/__flow__/Token/index.stories.js +49 -54
- package/__flow__/Token/index.test.js +28 -28
- package/__flow__/Token/styles.js +11 -11
- package/__flow__/TokenInput/index.flow.js +1 -1
- package/__flow__/TokenInput/index.js +39 -39
- package/__flow__/TokenInput/index.stories.js +121 -128
- package/__flow__/TokenInput/styles.js +5 -5
- package/__flow__/TokenInput/tests/default/clicking.test.js +13 -13
- package/__flow__/TokenInput/tests/default/deleting.test.js +39 -39
- package/__flow__/TokenInput/tests/default/focusing.test.js +18 -18
- package/__flow__/TokenInput/tests/default/inputting.test.js +23 -23
- package/__flow__/TokenInput/tests/default/pasting.test.js +52 -52
- package/__flow__/TokenInput/tests/default/rendering.test.js +54 -54
- package/__flow__/TokenInput/util.js +4 -4
- package/__flow__/Tooltip/index.js +21 -21
- package/__flow__/Tooltip/index.stories.js +18 -18
- package/__flow__/Tooltip/index.test.js +54 -54
- package/__flow__/Tooltip/styles.js +4 -5
- package/__flow__/VisuallyHidden/index.js +3 -3
- package/__flow__/building-stories.stories.mdx +121 -0
- package/__flow__/dataviz/dataviz.stories.js +4 -4
- package/__flow__/dataviz/index.js +3 -3
- package/__flow__/index.js +72 -72
- package/__flow__/overview.stories.js +60 -0
- package/__flow__/setupTests.js +5 -5
- package/__flow__/systemProps/background.js +3 -3
- package/__flow__/systemProps/border.js +3 -3
- package/__flow__/systemProps/color.js +3 -3
- package/__flow__/systemProps/custom.js +3 -3
- package/__flow__/systemProps/flexbox.js +3 -3
- package/__flow__/systemProps/grid.js +3 -3
- package/__flow__/systemProps/index.js +14 -14
- package/__flow__/systemProps/layout.js +3 -3
- package/__flow__/systemProps/position.js +3 -3
- package/__flow__/systemProps/shadow.js +3 -3
- package/__flow__/systemProps/space.js +3 -7
- package/__flow__/systemProps/systemProps.js +14 -14
- package/__flow__/systemProps/tests/background.test.js +17 -17
- package/__flow__/systemProps/tests/border.test.js +61 -61
- package/__flow__/systemProps/tests/color.test.js +15 -15
- package/__flow__/systemProps/tests/custom.test.js +12 -12
- package/__flow__/systemProps/tests/flexbox.test.js +33 -33
- package/__flow__/systemProps/tests/grid.test.js +31 -31
- package/__flow__/systemProps/tests/layout.test.js +29 -29
- package/__flow__/systemProps/tests/position.test.js +19 -19
- package/__flow__/systemProps/tests/shadow.test.js +11 -11
- package/__flow__/systemProps/tests/space.test.js +11 -11
- package/__flow__/systemProps/tests/types.flow.js +18 -18
- package/__flow__/systemProps/tests/typography.test.js +21 -21
- package/__flow__/systemProps/tests/variant.test.js +9 -9
- package/__flow__/systemProps/types.flow.js +2 -2
- package/__flow__/systemProps/typography.js +4 -4
- package/__flow__/systemProps/variant.js +5 -5
- package/__flow__/themes/dark/dataviz-palette.js +21 -21
- package/__flow__/themes/dark/decorative-palettes.js +1 -1
- package/__flow__/themes/dark/theme.js +18 -18
- package/__flow__/themes/extendedThemes/README.md +1 -1
- package/__flow__/themes/extendedThemes/sproutTheme/dark/theme.js +16 -4
- package/__flow__/themes/extendedThemes/sproutTheme/index.js +2 -2
- package/__flow__/themes/extendedThemes/sproutTheme/light/theme.js +16 -4
- package/__flow__/themes/light/dataviz-palette.js +21 -21
- package/__flow__/themes/light/decorative-palettes.js +1 -1
- package/__flow__/themes/light/literal-colors.js +133 -133
- package/__flow__/themes/light/theme.js +53 -53
- package/__flow__/types/system-props.flow.js +5 -5
- package/__flow__/types/theme.colors.flow.js +2 -2
- package/__flow__/types/theme.flow.js +5 -5
- package/__flow__/utils/a11yTest.js +1 -1
- package/__flow__/utils/chartColors.js +1 -1
- package/__flow__/utils/constants.js +1 -1
- package/__flow__/utils/dataQaLabelQueries.js +2 -2
- package/__flow__/utils/hooks.js +17 -17
- package/__flow__/utils/index.js +4 -4
- package/__flow__/utils/innerText.js +9 -9
- package/__flow__/utils/mixins.js +6 -6
- package/__flow__/utils/react-testing-library.js +6 -6
- package/__flow__/utils/responsiveProps/index.js +3 -3
- package/__flow__/utils/responsiveProps/index.test.js +8 -8
- package/__flow__/utils/system-props.js +3 -3
- package/__flow__/utils/useInteractiveColor.js +5 -5
- package/__flow__/writing-good-stories.stories.mdx +3 -0
- package/bin/racine-codemod.js +12 -12
- package/codemods/__tests__/migrate-2.x-to-3.x.test.js +2 -2
- package/codemods/migrate-2.x-to-3.x.js +29 -30
- package/commonjs/Avatar/index.js +33 -53
- package/commonjs/Badge/constants.js +18 -15
- package/commonjs/Badge/index.js +14 -28
- package/commonjs/Badge/styles.js +3 -9
- package/commonjs/Banner/index.js +16 -37
- package/commonjs/Banner/styles.js +0 -5
- package/commonjs/Box/index.js +2 -9
- package/commonjs/Box/styles.js +0 -4
- package/commonjs/Breadcrumb/index.js +13 -29
- package/commonjs/Breadcrumb/styles.js +1 -4
- package/commonjs/Button/index.js +29 -43
- package/commonjs/Button/styles.js +6 -15
- package/commonjs/Card/index.js +16 -26
- package/commonjs/Card/styles.js +1 -5
- package/commonjs/CharacterCounter/index.js +6 -23
- package/commonjs/CharacterCounter/styles.js +0 -5
- package/commonjs/ChartLegend/index.js +5 -20
- package/commonjs/ChartLegend/styles.js +2 -11
- package/commonjs/Checkbox/index.js +30 -53
- package/commonjs/Checkbox/styles.js +14 -35
- package/commonjs/Collapsible/index.js +31 -54
- package/commonjs/Collapsible/styles.js +3 -6
- package/commonjs/DatePicker/DateRangePicker.js +4 -17
- package/commonjs/DatePicker/SingleDatePicker.js +3 -17
- package/commonjs/DatePicker/StatefulDateRangePicker.js +16 -31
- package/commonjs/DatePicker/StatefulSingleDatePicker.js +7 -20
- package/commonjs/DatePicker/common.js +8 -22
- package/commonjs/DatePicker/index.js +0 -5
- package/commonjs/DatePicker/styles.js +8 -25
- package/commonjs/Drawer/SlideTransition.js +8 -18
- package/commonjs/Drawer/index.js +51 -90
- package/commonjs/Drawer/styles.js +0 -8
- package/commonjs/EmptyState/index.js +8 -20
- package/commonjs/Fieldset/index.js +15 -32
- package/commonjs/Fieldset/styles.js +2 -7
- package/commonjs/FormField/index.js +19 -36
- package/commonjs/Icon/deprecatedIcons.js +36 -36
- package/commonjs/Icon/index.js +19 -37
- package/commonjs/Icon/styles.js +8 -19
- package/commonjs/IllustrationViewBoxes.js +1 -0
- package/commonjs/Image/index.js +13 -41
- package/commonjs/Image/styles.js +1 -7
- package/commonjs/Indicator/index.js +8 -26
- package/commonjs/Indicator/styles.js +1 -7
- package/commonjs/Input/index.js +80 -119
- package/commonjs/Input/styles.js +9 -19
- package/commonjs/KeyboardKey/index.js +3 -20
- package/commonjs/KeyboardKey/styles.js +0 -4
- package/commonjs/Label/index.js +7 -27
- package/commonjs/Link/constants.js +3 -4
- package/commonjs/Link/index.js +16 -28
- package/commonjs/Link/styles.js +1 -8
- package/commonjs/Listbox/index.js +15 -36
- package/commonjs/Loader/index.js +15 -31
- package/commonjs/Loader/styles.js +2 -13
- package/commonjs/LoaderButton/index.js +37 -39
- package/commonjs/Menu/constants.js +9 -8
- package/commonjs/Menu/descendants.js +70 -105
- package/commonjs/Menu/hooks.js +23 -41
- package/commonjs/Menu/index.flow.js +0 -7
- package/commonjs/Menu/index.js +94 -164
- package/commonjs/Menu/names.js +1 -1
- package/commonjs/Menu/styles.js +0 -6
- package/commonjs/Message/index.js +37 -70
- package/commonjs/Message/styles.js +9 -24
- package/commonjs/Modal/index.js +31 -54
- package/commonjs/Modal/styles.js +17 -36
- package/commonjs/Numeral/index.js +39 -67
- package/commonjs/Numeral/styles.js +0 -3
- package/commonjs/Numeral/tests/testNumeral.js +13 -31
- package/commonjs/OverflowList/index.flow.js +0 -2
- package/commonjs/OverflowList/index.js +27 -41
- package/commonjs/OverflowList/styles.js +0 -7
- package/commonjs/PartnerLogo/index.js +22 -37
- package/commonjs/PartnerLogo/styles.js +7 -17
- package/commonjs/Popout/index.js +95 -127
- package/commonjs/Popout/styles.js +0 -5
- package/commonjs/Portal/index.js +8 -31
- package/commonjs/Radio/index.js +18 -42
- package/commonjs/Radio/styles.js +9 -21
- package/commonjs/SegmentedControl/index.js +17 -37
- package/commonjs/SegmentedControl/styles.js +2 -12
- package/commonjs/Select/index.js +24 -47
- package/commonjs/Select/styles.js +12 -24
- package/commonjs/Skeleton/index.js +0 -5
- package/commonjs/SpotIllustration/illustrationNames.js +1 -1
- package/commonjs/SpotIllustration/index.js +5 -11
- package/commonjs/Stack/index.js +27 -42
- package/commonjs/Switch/index.js +17 -42
- package/commonjs/Switch/styles.js +3 -11
- package/commonjs/Table/index.js +26 -50
- package/commonjs/Table/styles.js +0 -4
- package/commonjs/TableCell/index.js +12 -30
- package/commonjs/TableCell/styles.js +0 -5
- package/commonjs/TableHeaderCell/index.js +27 -56
- package/commonjs/TableHeaderCell/styles.js +0 -6
- package/commonjs/TableRowAccordion/index.js +12 -37
- package/commonjs/TableRowAccordion/styles.js +2 -9
- package/commonjs/Tabs/index.js +16 -66
- package/commonjs/Tabs/styles.js +2 -11
- package/commonjs/Text/index.js +12 -25
- package/commonjs/Text/styles.js +1 -6
- package/commonjs/Textarea/index.js +31 -55
- package/commonjs/Textarea/styles.js +2 -9
- package/commonjs/ThemeProvider/index.js +1 -10
- package/commonjs/Toast/index.js +19 -42
- package/commonjs/Toast/styles.js +1 -7
- package/commonjs/ToggleHint/index.js +15 -39
- package/commonjs/ToggleHint/styles.js +2 -9
- package/commonjs/Token/index.js +15 -29
- package/commonjs/Token/styles.js +5 -12
- package/commonjs/TokenInput/index.js +70 -122
- package/commonjs/TokenInput/styles.js +1 -7
- package/commonjs/TokenInput/util.js +2 -7
- package/commonjs/Tooltip/index.js +40 -63
- package/commonjs/Tooltip/styles.js +1 -5
- package/commonjs/VisuallyHidden/index.js +0 -4
- package/commonjs/dataviz/index.js +0 -4
- package/commonjs/index.js +0 -129
- package/commonjs/systemProps/background.js +0 -1
- package/commonjs/systemProps/border.js +0 -1
- package/commonjs/systemProps/color.js +0 -1
- package/commonjs/systemProps/custom.js +0 -1
- package/commonjs/systemProps/flexbox.js +0 -1
- package/commonjs/systemProps/grid.js +0 -1
- package/commonjs/systemProps/index.js +0 -28
- package/commonjs/systemProps/layout.js +0 -1
- package/commonjs/systemProps/position.js +0 -1
- package/commonjs/systemProps/shadow.js +0 -1
- package/commonjs/systemProps/space.js +1 -2
- package/commonjs/systemProps/systemProps.js +0 -13
- package/commonjs/systemProps/tests/types.flow.js +25 -22
- package/commonjs/systemProps/typography.js +0 -1
- package/commonjs/systemProps/variant.js +2 -3
- package/commonjs/themes/dark/dataviz-palette.js +20 -22
- package/commonjs/themes/dark/decorative-palettes.js +0 -2
- package/commonjs/themes/dark/theme.js +15 -29
- package/commonjs/themes/extendedThemes/sproutTheme/dark/theme.js +14 -9
- package/commonjs/themes/extendedThemes/sproutTheme/index.js +0 -5
- package/commonjs/themes/extendedThemes/sproutTheme/light/theme.js +14 -9
- package/commonjs/themes/light/dataviz-palette.js +20 -22
- package/commonjs/themes/light/decorative-palettes.js +0 -2
- package/commonjs/themes/light/literal-colors.js +132 -134
- package/commonjs/themes/light/theme.js +45 -61
- package/commonjs/types/system-props.flow.js +1 -1
- package/commonjs/types/theme.colors.flow.js +0 -2
- package/commonjs/types/theme.flow.js +0 -1
- package/commonjs/utils/a11yTest.js +3 -10
- package/commonjs/utils/chartColors.js +0 -1
- package/commonjs/utils/constants.js +1 -1
- package/commonjs/utils/dataQaLabelQueries.js +12 -21
- package/commonjs/utils/hooks.js +39 -70
- package/commonjs/utils/index.js +2 -9
- package/commonjs/utils/innerText.js +10 -14
- package/commonjs/utils/mixins.js +2 -7
- package/commonjs/utils/react-testing-library.js +4 -26
- package/commonjs/utils/responsiveProps/index.js +1 -11
- package/commonjs/utils/system-props.js +2 -5
- package/commonjs/utils/useInteractiveColor.js +6 -8
- package/dist/illustration.svg +1 -1
- package/dist/illustrationList.js +1 -1
- package/dist/themes/dark/theme.scss +2 -2
- package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +26 -2
- package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +26 -2
- package/dist/themes/light/theme.scss +2 -2
- package/lib/Avatar/index.js +40 -47
- package/lib/Badge/constants.js +19 -15
- package/lib/Badge/index.js +18 -25
- package/lib/Badge/styles.js +8 -6
- package/lib/Banner/index.js +20 -32
- package/lib/Banner/styles.js +3 -2
- package/lib/Box/index.js +4 -5
- package/lib/Box/styles.js +3 -2
- package/lib/Breadcrumb/index.js +19 -27
- package/lib/Breadcrumb/styles.js +3 -2
- package/lib/Button/index.js +31 -38
- package/lib/Button/styles.js +14 -11
- package/lib/Card/index.js +18 -24
- package/lib/Card/styles.js +5 -4
- package/lib/CharacterCounter/index.js +8 -20
- package/lib/CharacterCounter/styles.js +3 -2
- package/lib/ChartLegend/index.js +9 -17
- package/lib/ChartLegend/styles.js +5 -4
- package/lib/Checkbox/index.js +32 -51
- package/lib/Checkbox/styles.js +21 -26
- package/lib/Collapsible/index.js +36 -51
- package/lib/Collapsible/styles.js +6 -5
- package/lib/DatePicker/DateRangePicker.js +8 -14
- package/lib/DatePicker/SingleDatePicker.js +7 -13
- package/lib/DatePicker/StatefulDateRangePicker.js +19 -26
- package/lib/DatePicker/StatefulSingleDatePicker.js +9 -15
- package/lib/DatePicker/common.js +14 -13
- package/lib/DatePicker/index.js +2 -2
- package/lib/DatePicker/styles.js +12 -22
- package/lib/Drawer/SlideTransition.js +11 -14
- package/lib/Drawer/index.js +64 -88
- package/lib/Drawer/styles.js +4 -3
- package/lib/EmptyState/index.js +11 -17
- package/lib/Fieldset/index.js +19 -29
- package/lib/Fieldset/styles.js +5 -4
- package/lib/FormField/index.js +27 -33
- package/lib/Icon/deprecatedIcons.js +36 -36
- package/lib/Icon/index.js +25 -34
- package/lib/Icon/styles.js +12 -16
- package/lib/IllustrationViewBoxes.js +1 -0
- package/lib/Image/index.js +15 -38
- package/lib/Image/styles.js +4 -4
- package/lib/Indicator/index.js +11 -23
- package/lib/Indicator/styles.js +5 -5
- package/lib/Input/index.js +87 -115
- package/lib/Input/styles.js +13 -15
- package/lib/KeyboardKey/index.js +6 -17
- package/lib/KeyboardKey/styles.js +3 -2
- package/lib/Label/index.js +10 -24
- package/lib/Link/constants.js +5 -4
- package/lib/Link/index.js +18 -25
- package/lib/Link/styles.js +6 -5
- package/lib/Listbox/index.js +21 -29
- package/lib/Loader/index.js +17 -29
- package/lib/Loader/styles.js +6 -8
- package/lib/LoaderButton/index.js +45 -34
- package/lib/Menu/constants.js +10 -8
- package/lib/Menu/descendants.js +73 -94
- package/lib/Menu/hooks.js +28 -39
- package/lib/Menu/index.flow.js +6 -5
- package/lib/Menu/index.js +113 -150
- package/lib/Menu/names.js +1 -1
- package/lib/Menu/styles.js +4 -3
- package/lib/Message/index.js +42 -66
- package/lib/Message/styles.js +15 -23
- package/lib/Modal/index.js +38 -51
- package/lib/Modal/styles.js +23 -32
- package/lib/Numeral/index.js +45 -64
- package/lib/Numeral/styles.js +3 -2
- package/lib/Numeral/tests/testNumeral.js +17 -27
- package/lib/OverflowList/index.flow.js +2 -1
- package/lib/OverflowList/index.js +31 -38
- package/lib/OverflowList/styles.js +5 -4
- package/lib/PartnerLogo/index.js +26 -35
- package/lib/PartnerLogo/styles.js +11 -14
- package/lib/Popout/index.js +105 -121
- package/lib/Popout/styles.js +3 -3
- package/lib/Portal/index.js +11 -29
- package/lib/Radio/index.js +20 -40
- package/lib/Radio/styles.js +14 -14
- package/lib/SegmentedControl/index.js +21 -34
- package/lib/SegmentedControl/styles.js +7 -9
- package/lib/Select/index.js +27 -44
- package/lib/Select/styles.js +16 -20
- package/lib/Skeleton/index.js +7 -4
- package/lib/SpotIllustration/illustrationNames.js +2 -1
- package/lib/SpotIllustration/index.js +9 -10
- package/lib/Stack/index.js +31 -39
- package/lib/Switch/index.js +21 -39
- package/lib/Switch/styles.js +8 -7
- package/lib/Table/index.js +30 -40
- package/lib/Table/styles.js +3 -2
- package/lib/TableCell/index.js +14 -27
- package/lib/TableCell/styles.js +3 -3
- package/lib/TableHeaderCell/index.js +30 -52
- package/lib/TableHeaderCell/styles.js +3 -2
- package/lib/TableRowAccordion/index.js +16 -34
- package/lib/TableRowAccordion/styles.js +5 -3
- package/lib/Tabs/index.js +18 -63
- package/lib/Tabs/styles.js +6 -6
- package/lib/Text/index.js +15 -21
- package/lib/Text/styles.js +4 -3
- package/lib/Textarea/index.js +33 -53
- package/lib/Textarea/styles.js +6 -5
- package/lib/ThemeProvider/index.js +4 -7
- package/lib/Toast/index.js +26 -37
- package/lib/Toast/styles.js +5 -4
- package/lib/ToggleHint/index.js +18 -36
- package/lib/ToggleHint/styles.js +6 -5
- package/lib/Token/index.js +20 -26
- package/lib/Token/styles.js +10 -9
- package/lib/TokenInput/index.js +78 -118
- package/lib/TokenInput/styles.js +5 -4
- package/lib/TokenInput/util.js +5 -3
- package/lib/Tooltip/index.js +45 -60
- package/lib/Tooltip/styles.js +4 -4
- package/lib/VisuallyHidden/index.js +3 -2
- package/lib/dataviz/index.js +4 -3
- package/lib/index.js +66 -64
- package/lib/systemProps/background.js +3 -1
- package/lib/systemProps/border.js +3 -1
- package/lib/systemProps/color.js +3 -1
- package/lib/systemProps/custom.js +3 -1
- package/lib/systemProps/flexbox.js +3 -1
- package/lib/systemProps/grid.js +3 -1
- package/lib/systemProps/index.js +16 -14
- package/lib/systemProps/layout.js +3 -1
- package/lib/systemProps/position.js +3 -1
- package/lib/systemProps/shadow.js +3 -1
- package/lib/systemProps/space.js +2 -1
- package/lib/systemProps/systemProps.js +14 -13
- package/lib/systemProps/tests/types.flow.js +27 -22
- package/lib/systemProps/typography.js +3 -1
- package/lib/systemProps/variant.js +4 -3
- package/lib/themes/dark/dataviz-palette.js +23 -21
- package/lib/themes/dark/decorative-palettes.js +3 -1
- package/lib/themes/dark/theme.js +22 -25
- package/lib/themes/extendedThemes/sproutTheme/dark/theme.js +16 -7
- package/lib/themes/extendedThemes/sproutTheme/index.js +3 -2
- package/lib/themes/extendedThemes/sproutTheme/light/theme.js +16 -7
- package/lib/themes/light/dataviz-palette.js +23 -21
- package/lib/themes/light/decorative-palettes.js +3 -1
- package/lib/themes/light/literal-colors.js +135 -133
- package/lib/themes/light/theme.js +56 -57
- package/lib/types/system-props.flow.js +1 -1
- package/lib/types/theme.colors.flow.js +4 -2
- package/lib/types/theme.flow.js +3 -2
- package/lib/utils/a11yTest.js +5 -8
- package/lib/utils/chartColors.js +3 -1
- package/lib/utils/constants.js +3 -1
- package/lib/utils/dataQaLabelQueries.js +13 -21
- package/lib/utils/hooks.js +41 -64
- package/lib/utils/index.js +2 -5
- package/lib/utils/innerText.js +12 -14
- package/lib/utils/mixins.js +6 -5
- package/lib/utils/react-testing-library.js +10 -20
- package/lib/utils/responsiveProps/index.js +3 -8
- package/lib/utils/system-props.js +4 -3
- package/lib/utils/useInteractiveColor.js +10 -9
- package/package.json +6 -13
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.THEME_MAP = exports.EXTENDED_THEME = exports.CONTRAST_THEME = exports.COMPARE_THEME = void 0;
|
|
5
|
-
|
|
6
5
|
var _seedsColor = require("@sproutsocial/seeds-color");
|
|
7
6
|
|
|
8
7
|
var COMPARE_THEME = [_seedsColor.COLOR_TEAL_500, _seedsColor.COLOR_TEAL_800, _seedsColor.COLOR_PURPLE_500, _seedsColor.COLOR_PURPLE_800];
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.dataQaLabelQueries = void 0;
|
|
5
|
-
|
|
6
5
|
var _react = require("@testing-library/react");
|
|
7
6
|
|
|
8
7
|
var getKeyValuePair = function getKeyValuePair(object) {
|
|
@@ -10,18 +9,17 @@ var getKeyValuePair = function getKeyValuePair(object) {
|
|
|
10
9
|
var value = object[key];
|
|
11
10
|
return [key, value];
|
|
12
11
|
};
|
|
13
|
-
|
|
14
12
|
var getDataQaKey = function getDataQaKey(key) {
|
|
15
13
|
return "data-qa-" + key;
|
|
16
14
|
};
|
|
17
|
-
|
|
18
15
|
var getTestIdAttribute = function getTestIdAttribute(qaObject) {
|
|
19
16
|
var _getKeyValuePair = getKeyValuePair(qaObject),
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
key = _getKeyValuePair[0],
|
|
18
|
+
value = _getKeyValuePair[1];
|
|
23
19
|
return "[" + getDataQaKey(key) + "=\"" + value + "\"]";
|
|
24
|
-
};
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
// dom-testing-library works by looking in the dom for: [data-qa-somelabel]
|
|
25
23
|
// and using text supplied to match the value of that label. An example:
|
|
26
24
|
//
|
|
27
25
|
// You have <div data-qa-label='my input' />
|
|
@@ -33,31 +31,24 @@ var getTestIdAttribute = function getTestIdAttribute(qaObject) {
|
|
|
33
31
|
// using dom-testing-library's helpers, we split this and use queryAllByAttribute to search:
|
|
34
32
|
//
|
|
35
33
|
// queryAllByAttribute('data-qa-label', container, 'my-input', ...rest)
|
|
36
|
-
|
|
37
|
-
|
|
38
34
|
var queryAllByDataQaLabel = function queryAllByDataQaLabel(container, qaObject, options) {
|
|
39
35
|
var _getKeyValuePair2 = getKeyValuePair(qaObject),
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
36
|
+
key = _getKeyValuePair2[0],
|
|
37
|
+
value = _getKeyValuePair2[1];
|
|
43
38
|
return (0, _react.queryAllByAttribute)(getDataQaKey(key), container, String(value), options);
|
|
44
39
|
};
|
|
45
|
-
|
|
46
40
|
var getMultipleError = function getMultipleError(c, qaObject) {
|
|
47
41
|
return "Found multiple elements by: " + getTestIdAttribute(qaObject);
|
|
48
42
|
};
|
|
49
|
-
|
|
50
43
|
var getMissingError = function getMissingError(c, qaObject) {
|
|
51
44
|
return "Unable to find an element by: " + getTestIdAttribute(qaObject);
|
|
52
45
|
};
|
|
53
|
-
|
|
54
46
|
var _buildQueries = (0, _react.buildQueries)(queryAllByDataQaLabel, getMultipleError, getMissingError),
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
47
|
+
queryByDataQaLabel = _buildQueries[0],
|
|
48
|
+
getAllByDataQaLabel = _buildQueries[1],
|
|
49
|
+
getByDataQaLabel = _buildQueries[2],
|
|
50
|
+
findAllByDataQaLabel = _buildQueries[3],
|
|
51
|
+
findByDataQaLabel = _buildQueries[4];
|
|
61
52
|
var dataQaLabelQueries = {
|
|
62
53
|
queryByDataQaLabel: queryByDataQaLabel,
|
|
63
54
|
queryAllByDataQaLabel: queryAllByDataQaLabel,
|
package/commonjs/utils/hooks.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
2
|
+
'no babel-plugin-flow-react-proptypes';
|
|
3
3
|
|
|
4
4
|
exports.__esModule = true;
|
|
5
5
|
exports.useMultiselect = void 0;
|
|
@@ -8,18 +8,13 @@ exports.useMutationObserverOnce = useMutationObserverOnce;
|
|
|
8
8
|
exports.useSelect = void 0;
|
|
9
9
|
exports.useTextContent = useTextContent;
|
|
10
10
|
exports.useWhyDidYouUpdate = useWhyDidYouUpdate;
|
|
11
|
-
|
|
12
11
|
var _react = require("react");
|
|
13
|
-
|
|
14
12
|
var _utils = require("../utils");
|
|
15
|
-
|
|
16
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
-
|
|
13
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
18
14
|
function useTextContent(initial) {
|
|
19
15
|
var _useState = (0, _react.useState)(initial),
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
textContent = _useState[0],
|
|
17
|
+
setTextContent = _useState[1];
|
|
23
18
|
var ref = (0, _react.useCallback)(function (node) {
|
|
24
19
|
if (node !== null) {
|
|
25
20
|
setTextContent(node.textContent);
|
|
@@ -28,28 +23,21 @@ function useTextContent(initial) {
|
|
|
28
23
|
ref.current = textContent;
|
|
29
24
|
return ref;
|
|
30
25
|
}
|
|
31
|
-
|
|
32
26
|
var defaultCallback = function defaultCallback(mutationList) {
|
|
33
27
|
return mutationList;
|
|
34
28
|
};
|
|
35
|
-
|
|
36
29
|
function useMutationObserver(targetNode, config, callback) {
|
|
37
30
|
if (callback === void 0) {
|
|
38
31
|
callback = defaultCallback;
|
|
39
32
|
}
|
|
40
|
-
|
|
41
33
|
if (!(0, _utils.canUseDOM)()) {
|
|
42
34
|
return;
|
|
43
35
|
}
|
|
44
36
|
/* eslint-disable-next-line */
|
|
45
|
-
|
|
46
|
-
|
|
47
37
|
var _useState2 = (0, _react.useState)(undefined),
|
|
48
|
-
|
|
49
|
-
|
|
38
|
+
value = _useState2[0],
|
|
39
|
+
setValue = _useState2[1];
|
|
50
40
|
/* eslint-disable-next-line */
|
|
51
|
-
|
|
52
|
-
|
|
53
41
|
var observer = (0, _react.useMemo)(function () {
|
|
54
42
|
return new MutationObserver(function (mutationList, observer) {
|
|
55
43
|
var result = callback(mutationList, observer);
|
|
@@ -57,7 +45,6 @@ function useMutationObserver(targetNode, config, callback) {
|
|
|
57
45
|
});
|
|
58
46
|
}, [callback]);
|
|
59
47
|
/* eslint-disable-next-line */
|
|
60
|
-
|
|
61
48
|
(0, _react.useEffect)(function () {
|
|
62
49
|
if (targetNode) {
|
|
63
50
|
observer.observe(targetNode, config);
|
|
@@ -68,36 +55,29 @@ function useMutationObserver(targetNode, config, callback) {
|
|
|
68
55
|
}, [targetNode, config, observer]);
|
|
69
56
|
return value;
|
|
70
57
|
}
|
|
71
|
-
|
|
72
58
|
function useMutationObserverOnce(targetNode, config, callback) {
|
|
73
59
|
var _useState3 = (0, _react.useState)(true),
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
60
|
+
isObserving = _useState3[0],
|
|
61
|
+
setObserving = _useState3[1];
|
|
77
62
|
var node = isObserving ? targetNode : null;
|
|
78
63
|
var value = useMutationObserver(node, config, callback);
|
|
79
|
-
|
|
80
64
|
if (value !== undefined && isObserving) {
|
|
81
65
|
setObserving(false);
|
|
82
66
|
}
|
|
83
|
-
|
|
84
67
|
return value;
|
|
85
68
|
}
|
|
86
|
-
|
|
87
69
|
var useSelect = function useSelect(_temp) {
|
|
88
70
|
var _ref = _temp === void 0 ? {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
71
|
+
initialValue: '',
|
|
72
|
+
onChange: function onChange() {}
|
|
73
|
+
} : _temp,
|
|
74
|
+
_ref$initialValue = _ref.initialValue,
|
|
75
|
+
initialValue = _ref$initialValue === void 0 ? '' : _ref$initialValue,
|
|
76
|
+
_ref$onChange = _ref.onChange,
|
|
77
|
+
userOnChange = _ref$onChange === void 0 ? function () {} : _ref$onChange;
|
|
97
78
|
var _useState4 = (0, _react.useState)(initialValue),
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
79
|
+
value = _useState4[0],
|
|
80
|
+
setValue = _useState4[1];
|
|
101
81
|
var onChange = (0, _react.useCallback)(function (newValue) {
|
|
102
82
|
if (newValue !== value) {
|
|
103
83
|
setValue(newValue);
|
|
@@ -109,19 +89,15 @@ var useSelect = function useSelect(_temp) {
|
|
|
109
89
|
onChange: onChange
|
|
110
90
|
};
|
|
111
91
|
};
|
|
112
|
-
|
|
113
92
|
exports.useSelect = useSelect;
|
|
114
|
-
|
|
115
93
|
var valueReducer = function valueReducer(state, action) {
|
|
116
94
|
var newState = new Set(state);
|
|
117
|
-
|
|
118
95
|
switch (action.type) {
|
|
119
|
-
case
|
|
96
|
+
case 'reset':
|
|
120
97
|
{
|
|
121
98
|
return new Set();
|
|
122
99
|
}
|
|
123
|
-
|
|
124
|
-
case "toggle_item":
|
|
100
|
+
case 'toggle_item':
|
|
125
101
|
default:
|
|
126
102
|
{
|
|
127
103
|
if (newState.has(action.value)) {
|
|
@@ -129,33 +105,28 @@ var valueReducer = function valueReducer(state, action) {
|
|
|
129
105
|
} else {
|
|
130
106
|
newState.add(action.value);
|
|
131
107
|
}
|
|
132
|
-
|
|
133
108
|
return newState;
|
|
134
109
|
}
|
|
135
110
|
}
|
|
136
111
|
};
|
|
137
|
-
|
|
138
112
|
var useMultiselect = function useMultiselect(_temp2) {
|
|
139
113
|
var _ref2 = _temp2 === void 0 ? {
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
114
|
+
initialValue: [],
|
|
115
|
+
onChange: function onChange() {}
|
|
116
|
+
} : _temp2,
|
|
117
|
+
_ref2$initialValue = _ref2.initialValue,
|
|
118
|
+
initialValue = _ref2$initialValue === void 0 ? [] : _ref2$initialValue,
|
|
119
|
+
_ref2$onChange = _ref2.onChange,
|
|
120
|
+
userOnChange = _ref2$onChange === void 0 ? function () {} : _ref2$onChange;
|
|
148
121
|
var _useReducer = (0, _react.useReducer)(valueReducer, new Set(initialValue)),
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
122
|
+
value = _useReducer[0],
|
|
123
|
+
dispatch = _useReducer[1];
|
|
152
124
|
var getArrayValue = function getArrayValue(value) {
|
|
153
125
|
return Array.from(value);
|
|
154
126
|
};
|
|
155
|
-
|
|
156
127
|
var onChange = (0, _react.useCallback)(function (newValue) {
|
|
157
128
|
dispatch({
|
|
158
|
-
type:
|
|
129
|
+
type: 'toggle_item',
|
|
159
130
|
value: newValue
|
|
160
131
|
});
|
|
161
132
|
}, [dispatch]);
|
|
@@ -165,12 +136,11 @@ var useMultiselect = function useMultiselect(_temp2) {
|
|
|
165
136
|
isFirstRun.current = false;
|
|
166
137
|
return;
|
|
167
138
|
}
|
|
168
|
-
|
|
169
139
|
userOnChange(getArrayValue(value));
|
|
170
140
|
}, [userOnChange, value]);
|
|
171
141
|
var onClear = (0, _react.useCallback)(function () {
|
|
172
142
|
dispatch({
|
|
173
|
-
type:
|
|
143
|
+
type: 'reset'
|
|
174
144
|
});
|
|
175
145
|
}, [dispatch]);
|
|
176
146
|
return {
|
|
@@ -179,9 +149,7 @@ var useMultiselect = function useMultiselect(_temp2) {
|
|
|
179
149
|
onClear: onClear
|
|
180
150
|
};
|
|
181
151
|
};
|
|
182
|
-
|
|
183
152
|
exports.useMultiselect = useMultiselect;
|
|
184
|
-
|
|
185
153
|
function useWhyDidYouUpdate(name, props) {
|
|
186
154
|
// Get a mutable ref object where we can store props ...
|
|
187
155
|
// ... for comparison next time this hook runs.
|
|
@@ -189,10 +157,10 @@ function useWhyDidYouUpdate(name, props) {
|
|
|
189
157
|
(0, _react.useEffect)(function () {
|
|
190
158
|
if (previousProps.current) {
|
|
191
159
|
// Get all keys from previous and current props
|
|
192
|
-
var allKeys = Object.keys(_extends({}, previousProps.current, props));
|
|
193
|
-
|
|
194
|
-
var changesObj = {};
|
|
195
|
-
|
|
160
|
+
var allKeys = Object.keys(_extends({}, previousProps.current, props));
|
|
161
|
+
// Use this object to keep track of changed props
|
|
162
|
+
var changesObj = {};
|
|
163
|
+
// Iterate through keys
|
|
196
164
|
allKeys.forEach(function (key) {
|
|
197
165
|
// If previous is different from current
|
|
198
166
|
if (previousProps.current[key] !== props[key]) {
|
|
@@ -202,15 +170,16 @@ function useWhyDidYouUpdate(name, props) {
|
|
|
202
170
|
to: props[key]
|
|
203
171
|
};
|
|
204
172
|
}
|
|
205
|
-
});
|
|
173
|
+
});
|
|
206
174
|
|
|
175
|
+
// If changesObj not empty then output to console
|
|
207
176
|
if (Object.keys(changesObj).length) {
|
|
208
177
|
// eslint-disable-next-line no-console
|
|
209
|
-
console.log(
|
|
178
|
+
console.log('[why-did-you-update]', name, changesObj);
|
|
210
179
|
}
|
|
211
|
-
}
|
|
212
|
-
|
|
180
|
+
}
|
|
213
181
|
|
|
182
|
+
// Finally update previousProps with current props for next hook call
|
|
214
183
|
previousProps.current = props;
|
|
215
184
|
});
|
|
216
185
|
}
|
package/commonjs/utils/index.js
CHANGED
|
@@ -2,19 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.mergeRefs = exports.canUseDOM = void 0;
|
|
5
|
-
|
|
6
5
|
function _createForOfIteratorHelperLoose(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (it) return (it = it.call(o)).next.bind(it); if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; return function () { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
7
|
-
|
|
8
6
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
9
|
-
|
|
10
7
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
11
8
|
|
|
12
9
|
var canUseDOM = function canUseDOM() {
|
|
13
|
-
return Boolean(typeof window !==
|
|
10
|
+
return Boolean(typeof window !== 'undefined' && window.document && window.document.createElement);
|
|
14
11
|
};
|
|
15
|
-
|
|
16
12
|
exports.canUseDOM = canUseDOM;
|
|
17
|
-
|
|
18
13
|
// Allows a component to pass its own ref *and* a ref prop to the same element.
|
|
19
14
|
// Via https://www.davedrinks.coffee/how-do-i-use-two-react-refs/
|
|
20
15
|
var mergeRefs = function mergeRefs(refs) {
|
|
@@ -24,8 +19,7 @@ var mergeRefs = function mergeRefs(refs) {
|
|
|
24
19
|
return function (inst) {
|
|
25
20
|
for (var _iterator = _createForOfIteratorHelperLoose(filteredRefs), _step; !(_step = _iterator()).done;) {
|
|
26
21
|
var ref = _step.value;
|
|
27
|
-
|
|
28
|
-
if (typeof ref === "function") {
|
|
22
|
+
if (typeof ref === 'function') {
|
|
29
23
|
ref(inst);
|
|
30
24
|
} else if (ref) {
|
|
31
25
|
ref.current = inst;
|
|
@@ -33,5 +27,4 @@ var mergeRefs = function mergeRefs(refs) {
|
|
|
33
27
|
}
|
|
34
28
|
};
|
|
35
29
|
};
|
|
36
|
-
|
|
37
30
|
exports.mergeRefs = mergeRefs;
|
|
@@ -4,37 +4,33 @@ exports.__esModule = true;
|
|
|
4
4
|
exports.default = void 0;
|
|
5
5
|
|
|
6
6
|
// Copied from 'script/core/react/innerText.js' in web-app-core
|
|
7
|
+
|
|
7
8
|
var hasOwnProperty = function hasOwnProperty(obj, property) {
|
|
8
9
|
return Object.prototype.hasOwnProperty.call(obj, property);
|
|
9
10
|
};
|
|
10
|
-
|
|
11
11
|
var hasChildren = function hasChildren(node) {
|
|
12
|
-
return hasOwnProperty(node,
|
|
12
|
+
return hasOwnProperty(node, 'children');
|
|
13
13
|
};
|
|
14
|
-
|
|
15
14
|
var hasProps = function hasProps(node) {
|
|
16
|
-
return hasOwnProperty(node,
|
|
15
|
+
return hasOwnProperty(node, 'props');
|
|
17
16
|
};
|
|
18
|
-
|
|
19
17
|
var reduceNodeToString = function reduceNodeToString(previous, current) {
|
|
20
18
|
return previous.length ? previous + " " + innerText(current) : innerText(current);
|
|
21
19
|
};
|
|
22
|
-
|
|
23
20
|
var innerText = function innerText(node) {
|
|
24
|
-
if (node === null || typeof node ===
|
|
25
|
-
return
|
|
26
|
-
} else if (typeof node ===
|
|
21
|
+
if (node === null || typeof node === 'undefined' || typeof node === 'boolean') {
|
|
22
|
+
return '';
|
|
23
|
+
} else if (typeof node === 'string') {
|
|
27
24
|
return node;
|
|
28
|
-
} else if (typeof node ===
|
|
25
|
+
} else if (typeof node === 'number') {
|
|
29
26
|
return node.toString();
|
|
30
27
|
} else if (Array.isArray(node)) {
|
|
31
|
-
return node.reduce(reduceNodeToString,
|
|
28
|
+
return node.reduce(reduceNodeToString, '');
|
|
29
|
+
// $FlowIssue - Portal and Iterable
|
|
32
30
|
} else if (hasProps(node) && hasChildren(node.props)) {
|
|
33
31
|
return innerText(node.props.children);
|
|
34
32
|
}
|
|
35
|
-
|
|
36
|
-
return "";
|
|
33
|
+
return '';
|
|
37
34
|
};
|
|
38
|
-
|
|
39
35
|
var _default = innerText;
|
|
40
36
|
exports.default = _default;
|
package/commonjs/utils/mixins.js
CHANGED
|
@@ -2,22 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.visuallyHidden = exports.svgToDataURL = exports.pill = exports.focusRing = exports.disabled = void 0;
|
|
5
|
-
|
|
6
5
|
var _styledComponents = require("styled-components");
|
|
7
|
-
|
|
8
6
|
var _theme = _interopRequireDefault(require("../themes/light/theme"));
|
|
9
|
-
|
|
10
7
|
var _polished = require("polished");
|
|
11
|
-
|
|
12
8
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
9
|
|
|
14
10
|
var svgToDataURL = function svgToDataURL(svgStr) {
|
|
15
|
-
var encoded = encodeURIComponent(svgStr).replace(/'/g,
|
|
16
|
-
var header =
|
|
11
|
+
var encoded = encodeURIComponent(svgStr).replace(/'/g, '%27').replace(/"/g, '%22');
|
|
12
|
+
var header = 'data:image/svg+xml,';
|
|
17
13
|
var dataUrl = header + encoded;
|
|
18
14
|
return dataUrl;
|
|
19
15
|
};
|
|
20
|
-
|
|
21
16
|
exports.svgToDataURL = svgToDataURL;
|
|
22
17
|
var visuallyHidden = (0, _styledComponents.css)(["position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;"]);
|
|
23
18
|
exports.visuallyHidden = visuallyHidden;
|
|
@@ -2,11 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.within = exports.render = void 0;
|
|
5
|
-
|
|
6
5
|
var React = _interopRequireWildcard(require("react"));
|
|
7
|
-
|
|
8
6
|
var _react2 = require("@testing-library/react");
|
|
9
|
-
|
|
10
7
|
exports.act = _react2.act;
|
|
11
8
|
exports.cleanup = _react2.cleanup;
|
|
12
9
|
exports.createEvent = _react2.createEvent;
|
|
@@ -16,46 +13,32 @@ exports.wait = _react2.wait;
|
|
|
16
13
|
exports.waitFor = _react2.waitFor;
|
|
17
14
|
exports.waitForElement = _react2.waitForElement;
|
|
18
15
|
exports.waitForElementToBeRemoved = _react2.waitForElementToBeRemoved;
|
|
19
|
-
|
|
20
16
|
var _userEvent = _interopRequireDefault(require("@testing-library/user-event"));
|
|
21
|
-
|
|
22
17
|
exports.userEvent = _userEvent.default;
|
|
23
|
-
|
|
24
18
|
var _a11yTest = require("./a11yTest");
|
|
25
|
-
|
|
26
19
|
var _dataQaLabelQueries = require("./dataQaLabelQueries");
|
|
27
|
-
|
|
28
20
|
var _ThemeProvider = _interopRequireDefault(require("../ThemeProvider"));
|
|
29
|
-
|
|
30
21
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
31
|
-
|
|
32
22
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
33
|
-
|
|
34
23
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
35
|
-
|
|
24
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == typeof value && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
36
25
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
37
|
-
|
|
38
26
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
39
|
-
|
|
40
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
41
|
-
|
|
27
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
42
28
|
var sproutQueries = _extends({}, _react2.queries, _dataQaLabelQueries.dataQaLabelQueries);
|
|
43
|
-
|
|
44
29
|
var customRender = function customRender(node, options) {
|
|
45
30
|
var api = (0, _react2.render)(node, _extends({}, options, {
|
|
46
31
|
queries: sproutQueries,
|
|
47
32
|
wrapper: _ThemeProvider.default
|
|
48
33
|
}));
|
|
49
|
-
|
|
50
34
|
var runA11yCheck = /*#__PURE__*/function () {
|
|
51
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/
|
|
52
|
-
return
|
|
35
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
36
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
53
37
|
while (1) {
|
|
54
38
|
switch (_context.prev = _context.next) {
|
|
55
39
|
case 0:
|
|
56
40
|
_context.next = 2;
|
|
57
41
|
return (0, _a11yTest.a11yCheck)(api.container);
|
|
58
|
-
|
|
59
42
|
case 2:
|
|
60
43
|
case "end":
|
|
61
44
|
return _context.stop();
|
|
@@ -63,21 +46,16 @@ var customRender = function customRender(node, options) {
|
|
|
63
46
|
}
|
|
64
47
|
}, _callee);
|
|
65
48
|
}));
|
|
66
|
-
|
|
67
49
|
return function runA11yCheck() {
|
|
68
50
|
return _ref.apply(this, arguments);
|
|
69
51
|
};
|
|
70
52
|
}();
|
|
71
|
-
|
|
72
53
|
return _extends({}, api, {
|
|
73
54
|
runA11yCheck: runA11yCheck
|
|
74
55
|
});
|
|
75
56
|
};
|
|
76
|
-
|
|
77
57
|
exports.render = customRender;
|
|
78
|
-
|
|
79
58
|
var customWithin = function customWithin(element) {
|
|
80
59
|
return (0, _react2.within)(element, sproutQueries);
|
|
81
60
|
};
|
|
82
|
-
|
|
83
61
|
exports.within = customWithin;
|
|
@@ -2,36 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.normalizeResponsiveProp = void 0;
|
|
5
|
-
|
|
6
5
|
var _theme = _interopRequireDefault(require("../../themes/light/theme"));
|
|
7
|
-
|
|
8
6
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
9
7
|
|
|
10
8
|
var breakpoints = _theme.default.breakpoints;
|
|
11
9
|
var LENGTH = breakpoints.length + 1;
|
|
12
|
-
|
|
13
10
|
var normalizeResponsiveProp = function normalizeResponsiveProp(value) {
|
|
14
|
-
if ([
|
|
11
|
+
if (['string', 'number'].includes(typeof value)) {
|
|
15
12
|
return Array(LENGTH).fill(value);
|
|
16
13
|
}
|
|
17
|
-
|
|
18
14
|
if (value.length) {
|
|
19
15
|
switch (value.length) {
|
|
20
16
|
case 1:
|
|
21
17
|
return Array(LENGTH).fill(value[0]);
|
|
22
|
-
|
|
23
18
|
case 2:
|
|
24
19
|
return [value[0]].concat(Array(LENGTH - 1).fill(value[1]));
|
|
25
|
-
|
|
26
20
|
case 3:
|
|
27
21
|
return [value[0], value[1]].concat(Array(LENGTH - 2).fill(value[2]));
|
|
28
|
-
|
|
29
22
|
case 4:
|
|
30
23
|
return [value[0], value[1], value[2]].concat(Array(LENGTH - 3).fill(value[3]));
|
|
31
|
-
|
|
32
24
|
case 5:
|
|
33
25
|
return value;
|
|
34
|
-
|
|
35
26
|
default:
|
|
36
27
|
throw new Error("Invalid responsive prop length: " + JSON.stringify(value));
|
|
37
28
|
}
|
|
@@ -39,5 +30,4 @@ var normalizeResponsiveProp = function normalizeResponsiveProp(value) {
|
|
|
39
30
|
throw new Error("Invalid responsive prop type: " + JSON.stringify(value));
|
|
40
31
|
}
|
|
41
32
|
};
|
|
42
|
-
|
|
43
33
|
exports.normalizeResponsiveProp = normalizeResponsiveProp;
|
|
@@ -2,16 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.TYPOGRAPHY = exports.POSITION = exports.LAYOUT = exports.GRID = exports.FLEXBOX = exports.COMMON = exports.BORDER = void 0;
|
|
5
|
-
|
|
6
5
|
var styles = _interopRequireWildcard(require("styled-system"));
|
|
7
|
-
|
|
8
6
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
9
|
-
|
|
10
7
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
11
8
|
|
|
12
9
|
var typeScale = styles.variant({
|
|
13
|
-
key:
|
|
14
|
-
prop:
|
|
10
|
+
key: 'typography',
|
|
11
|
+
prop: 'typeScale'
|
|
15
12
|
});
|
|
16
13
|
var COMMON = styles.compose(styles.color, styles.space, styles.system({
|
|
17
14
|
cursor: true,
|
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.useInteractiveColor = void 0;
|
|
5
|
-
|
|
6
5
|
var _polished = require("polished");
|
|
7
|
-
|
|
8
6
|
var _styledComponents = require("styled-components");
|
|
9
7
|
|
|
10
8
|
/**
|
|
@@ -16,18 +14,18 @@ var _styledComponents = require("styled-components");
|
|
|
16
14
|
var useInteractiveColor = function useInteractiveColor(themeColor) {
|
|
17
15
|
// Throw error if used outside of a ThemeProvider (styled-components)
|
|
18
16
|
if (!(0, _styledComponents.useTheme)()) {
|
|
19
|
-
throw new Error(
|
|
20
|
-
}
|
|
21
|
-
|
|
17
|
+
throw new Error('useInteractiveColor() must be used within a Styled Components ThemeProvider');
|
|
18
|
+
}
|
|
22
19
|
|
|
23
|
-
|
|
20
|
+
// Get the current theme mode ie. 'light' or 'dark'
|
|
21
|
+
var themeMode = (0, _styledComponents.useTheme)().mode;
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
// If the theme mode is dark, return a lightened version of the themeValue
|
|
24
|
+
if (themeMode === 'dark') {
|
|
26
25
|
return (0, _polished.lighten)(0.2, themeColor);
|
|
27
26
|
} else {
|
|
28
27
|
// If the theme mode is light, return a darkened version of the themeValue
|
|
29
28
|
return (0, _polished.darken)(0.2, themeColor);
|
|
30
29
|
}
|
|
31
30
|
};
|
|
32
|
-
|
|
33
31
|
exports.useInteractiveColor = useInteractiveColor;
|