@ilo-org/react 0.14.0 → 0.15.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/lib/cjs/components/Cards/CardGroup/CardGroup.js +7 -4
- package/lib/cjs/components/Cards/CardGroup/index.js +9 -8
- package/lib/cjs/components/Cards/DetailCard/DetailCard.js +2 -2
- package/lib/cjs/components/Cards/FactlistCard/FactListCard.js +2 -2
- package/lib/cjs/components/Cards/FeatureCard/FeatureCard.js +2 -2
- package/lib/cjs/components/Cards/MultilinkCard/MultiLinkCard.js +2 -2
- package/lib/cjs/components/Cards/PromoCard/PromoCard.js +2 -2
- package/lib/cjs/components/Cards/StatCard/StatCard.js +2 -2
- package/lib/cjs/components/Cards/TextCard/TextCard.js +2 -2
- package/lib/cjs/components/LogoGrid/LogoGrid.js +1 -1
- package/lib/cjs/components/Navigation/Navigation.js +34 -8
- package/lib/cjs/components/SocialMedia/SocialMedia.js +1 -1
- package/lib/cjs/hooks/index.js +0 -2
- package/lib/esm/components/Cards/CardGroup/CardGroup.js +7 -4
- package/lib/esm/components/Cards/CardGroup/index.js +9 -8
- package/lib/esm/components/Cards/DetailCard/DetailCard.js +2 -2
- package/lib/esm/components/Cards/FactlistCard/FactListCard.js +2 -2
- package/lib/esm/components/Cards/FeatureCard/FeatureCard.js +2 -2
- package/lib/esm/components/Cards/MultilinkCard/MultiLinkCard.js +2 -2
- package/lib/esm/components/Cards/PromoCard/PromoCard.js +2 -2
- package/lib/esm/components/Cards/StatCard/StatCard.js +2 -2
- package/lib/esm/components/Cards/TextCard/TextCard.js +2 -2
- package/lib/esm/components/LogoGrid/LogoGrid.js +1 -1
- package/lib/esm/components/Navigation/Navigation.js +35 -9
- package/lib/esm/components/SocialMedia/SocialMedia.js +1 -1
- package/lib/esm/hooks/index.js +0 -1
- package/lib/types/react/src/components/Cards/CardGroup/CardGroup.props.d.ts +28 -2
- package/lib/types/react/src/components/Cards/DetailCard/DetailCard.props.d.ts +5 -1
- package/lib/types/react/src/components/Cards/FactlistCard/FactListCard.props.d.ts +5 -1
- package/lib/types/react/src/components/Cards/FeatureCard/FeatureCard.props.d.ts +5 -1
- package/lib/types/react/src/components/Cards/MultilinkCard/MultilinkCard.props.d.ts +5 -1
- package/lib/types/react/src/components/Cards/PromoCard/PromoCard.props.d.ts +5 -1
- package/lib/types/react/src/components/Cards/StatCard/StatCard.props.d.ts +8 -1
- package/lib/types/react/src/components/Cards/TextCard/TextCard.props.d.ts +5 -1
- package/lib/types/react/src/hooks/index.d.ts +0 -1
- package/lib/types/react/src/types/index.d.ts +1 -0
- package/package.json +14 -11
- package/.eslintrc.cjs +0 -39
- package/.storybook/main.ts +0 -41
- package/.storybook/manager-head.html +0 -92
- package/.storybook/manager.ts +0 -6
- package/.storybook/preview-head.html +0 -5
- package/.storybook/preview.tsx +0 -81
- package/.storybook/styles.scss +0 -25
- package/.storybook/theme.ts +0 -46
- package/.turbo/turbo-build:lib.log +0 -15
- package/CHANGELOG.md +0 -884
- package/lib/cjs/hooks/useVideoPlayer.js +0 -75
- package/lib/esm/hooks/useVideoPlayer.js +0 -73
- package/lib/types/react/src/hooks/useVideoPlayer.d.ts +0 -12
- package/public/fao-logo.svg +0 -195
- package/public/favicon.ico +0 -0
- package/public/hero.jpg +0 -0
- package/public/ilo-dg.jpg +0 -0
- package/public/ilo-headquarters.jpg +0 -0
- package/public/large.jpg +0 -0
- package/public/media-file-poster.jpg +0 -0
- package/public/medium.jpg +0 -0
- package/public/react.svg +0 -8
- package/public/small.jpg +0 -0
- package/public/unhcr-logo.svg +0 -1
- package/public/unicef-logo.png +0 -0
- package/public/video-example.mp4 +0 -0
- package/public/wfp-logo.svg +0 -1
- package/public/who-logo.svg +0 -1
- package/public/youtube-video-poster.avif +0 -0
- package/rollup.config.mjs +0 -72
- package/src/__tests__/Accordion.test.tsx +0 -16
- package/src/__tests__/Button.test.tsx +0 -60
- package/src/__tests__/Callout.test.tsx +0 -43
- package/src/__tests__/ContextMenu.test.tsx +0 -19
- package/src/__tests__/Dropdown.test.tsx +0 -38
- package/src/__tests__/Heading.test.tsx +0 -51
- package/src/__tests__/Image.test.tsx +0 -21
- package/src/__tests__/LinkList.test.tsx +0 -17
- package/src/__tests__/List.test.tsx +0 -25
- package/src/__tests__/Loading.test.tsx +0 -33
- package/src/__tests__/Notification.test.tsx +0 -39
- package/src/__tests__/Pagination.test.tsx +0 -58
- package/src/__tests__/Profile.test.tsx +0 -48
- package/src/__tests__/ReadMore.test.tsx +0 -43
- package/src/__tests__/RichText.test.tsx +0 -16
- package/src/__tests__/SearchField.test.tsx +0 -35
- package/src/__tests__/TableOfContents.test.tsx +0 -12
- package/src/__tests__/Tag.test.tsx +0 -10
- package/src/components/Accordion/Accordion.args.ts +0 -16
- package/src/components/Accordion/Accordion.props.ts +0 -41
- package/src/components/Accordion/Accordion.tsx +0 -62
- package/src/components/Accordion/AccordionButton.props.ts +0 -13
- package/src/components/Accordion/AccordionButton.tsx +0 -58
- package/src/components/Accordion/AccordionCtx.ts +0 -9
- package/src/components/Accordion/AccordionItem.props.ts +0 -25
- package/src/components/Accordion/AccordionItem.tsx +0 -27
- package/src/components/Accordion/AccordionPanel.props.ts +0 -25
- package/src/components/Accordion/AccordionPanel.tsx +0 -46
- package/src/components/Accordion/index.ts +0 -4
- package/src/components/Breadcrumb/Breadcrumb.args.ts +0 -61
- package/src/components/Breadcrumb/Breadcrumb.props.ts +0 -13
- package/src/components/Breadcrumb/Breadcrumb.tsx +0 -82
- package/src/components/Breadcrumb/index.ts +0 -1
- package/src/components/Button/Button.args.ts +0 -35
- package/src/components/Button/Button.props.ts +0 -89
- package/src/components/Button/Button.tsx +0 -77
- package/src/components/Button/index.ts +0 -2
- package/src/components/Callout/Callout.args.ts +0 -38
- package/src/components/Callout/Callout.props.ts +0 -60
- package/src/components/Callout/Callout.tsx +0 -80
- package/src/components/Callout/index.ts +0 -2
- package/src/components/Cards/CardGroup/CardGroup.args.ts +0 -807
- package/src/components/Cards/CardGroup/CardGroup.props.ts +0 -78
- package/src/components/Cards/CardGroup/CardGroup.tsx +0 -54
- package/src/components/Cards/CardGroup/index.tsx +0 -3
- package/src/components/Cards/DataCard/DataCard.args.ts +0 -69
- package/src/components/Cards/DataCard/DataCard.props.ts +0 -60
- package/src/components/Cards/DataCard/DataCard.tsx +0 -107
- package/src/components/Cards/DataCard/index.tsx +0 -3
- package/src/components/Cards/DetailCard/DetailCard.args.ts +0 -17
- package/src/components/Cards/DetailCard/DetailCard.props.ts +0 -43
- package/src/components/Cards/DetailCard/DetailCard.tsx +0 -62
- package/src/components/Cards/DetailCard/index.tsx +0 -3
- package/src/components/Cards/FactlistCard/FactListCard.args.ts +0 -14
- package/src/components/Cards/FactlistCard/FactListCard.props.ts +0 -19
- package/src/components/Cards/FactlistCard/FactListCard.tsx +0 -42
- package/src/components/Cards/FactlistCard/index.tsx +0 -3
- package/src/components/Cards/FeatureCard/FeatureCard.args.ts +0 -30
- package/src/components/Cards/FeatureCard/FeatureCard.props.ts +0 -38
- package/src/components/Cards/FeatureCard/FeatureCard.tsx +0 -69
- package/src/components/Cards/FeatureCard/index.tsx +0 -3
- package/src/components/Cards/MultilinkCard/MultiLinkCard.tsx +0 -76
- package/src/components/Cards/MultilinkCard/MultilinkCard.args.ts +0 -33
- package/src/components/Cards/MultilinkCard/MultilinkCard.props.ts +0 -30
- package/src/components/Cards/MultilinkCard/index.tsx +0 -3
- package/src/components/Cards/PromoCard/PromoCard.args.ts +0 -19
- package/src/components/Cards/PromoCard/PromoCard.props.ts +0 -36
- package/src/components/Cards/PromoCard/PromoCard.tsx +0 -60
- package/src/components/Cards/PromoCard/index.tsx +0 -3
- package/src/components/Cards/StatCard/StatCard.args.ts +0 -14
- package/src/components/Cards/StatCard/StatCard.props.ts +0 -21
- package/src/components/Cards/StatCard/StatCard.tsx +0 -36
- package/src/components/Cards/StatCard/index.tsx +0 -3
- package/src/components/Cards/TextCard/TextCard.args.ts +0 -21
- package/src/components/Cards/TextCard/TextCard.props.ts +0 -32
- package/src/components/Cards/TextCard/TextCard.tsx +0 -62
- package/src/components/Cards/TextCard/index.tsx +0 -3
- package/src/components/Checkbox/Checkbox.args.ts +0 -42
- package/src/components/Checkbox/Checkbox.props.ts +0 -5
- package/src/components/Checkbox/Checkbox.tsx +0 -94
- package/src/components/Checkbox/index.ts +0 -2
- package/src/components/Collapse/Collapse.props.ts +0 -92
- package/src/components/Collapse/Collapse.tsx +0 -130
- package/src/components/Collapse/index.ts +0 -1
- package/src/components/ContextMenu/ContextMenu.args.ts +0 -62
- package/src/components/ContextMenu/ContextMenu.props.ts +0 -28
- package/src/components/ContextMenu/ContextMenu.tsx +0 -32
- package/src/components/ContextMenu/index.ts +0 -1
- package/src/components/Credit/Credit.args.ts +0 -14
- package/src/components/Credit/Credit.props.ts +0 -11
- package/src/components/Credit/Credit.tsx +0 -41
- package/src/components/Credit/index.ts +0 -1
- package/src/components/DatePicker/DatePicker.args.ts +0 -56
- package/src/components/DatePicker/DatePicker.props.ts +0 -26
- package/src/components/DatePicker/DatePicker.tsx +0 -80
- package/src/components/DatePicker/index.ts +0 -1
- package/src/components/Dropdown/Dropdown.args.ts +0 -70
- package/src/components/Dropdown/Dropdown.props.ts +0 -53
- package/src/components/Dropdown/Dropdown.tsx +0 -95
- package/src/components/Dropdown/index.ts +0 -1
- package/src/components/Empty/Empty.props.ts +0 -13
- package/src/components/Empty/Empty.tsx +0 -16
- package/src/components/Empty/index.ts +0 -1
- package/src/components/Fieldset/Fieldset.props.ts +0 -33
- package/src/components/Fieldset/Fieldset.tsx +0 -96
- package/src/components/Fieldset/index.ts +0 -1
- package/src/components/FileUpload/FileUpload.args.ts +0 -60
- package/src/components/FileUpload/FileUpload.props.ts +0 -21
- package/src/components/FileUpload/FileUpload.tsx +0 -116
- package/src/components/FileUpload/index.ts +0 -1
- package/src/components/Footer/Footer.args.ts +0 -74
- package/src/components/Footer/Footer.props.ts +0 -60
- package/src/components/Footer/Footer.tsx +0 -99
- package/src/components/Footer/index.ts +0 -1
- package/src/components/Form/Form.args.ts +0 -5
- package/src/components/Form/Form.props.ts +0 -8
- package/src/components/Form/Form.tsx +0 -23
- package/src/components/Form/index.ts +0 -2
- package/src/components/FormControl/FormControl.props.ts +0 -72
- package/src/components/FormControl/FormControl.tsx +0 -169
- package/src/components/FormControl/index.ts +0 -2
- package/src/components/FormElement/FormElement.props.ts +0 -60
- package/src/components/FormElement/FormElement.tsx +0 -19
- package/src/components/FormElement/index.ts +0 -1
- package/src/components/GlobalProvider/GlobalCtx.ts +0 -6
- package/src/components/GlobalProvider/GlobalProvider.props.ts +0 -15
- package/src/components/GlobalProvider/GlobalProvider.tsx +0 -21
- package/src/components/GlobalProvider/index.ts +0 -2
- package/src/components/Heading/Heading.args.ts +0 -49
- package/src/components/Heading/Heading.props.ts +0 -24
- package/src/components/Heading/Heading.tsx +0 -28
- package/src/components/Heading/index.ts +0 -1
- package/src/components/Hero/Hero.args.ts +0 -136
- package/src/components/Hero/Hero.props.ts +0 -62
- package/src/components/Hero/Hero.tsx +0 -94
- package/src/components/Hero/HeroCard.props.ts +0 -54
- package/src/components/Hero/HeroCard.tsx +0 -65
- package/src/components/Hero/index.ts +0 -2
- package/src/components/Icon/Icon.args.ts +0 -15
- package/src/components/Icon/Icon.props.ts +0 -16
- package/src/components/Icon/Icon.tsx +0 -25
- package/src/components/Icon/index.ts +0 -1
- package/src/components/Image/Image.args.ts +0 -29
- package/src/components/Image/Image.props.ts +0 -43
- package/src/components/Image/Image.tsx +0 -51
- package/src/components/Image/index.ts +0 -1
- package/src/components/Input/Input.args.ts +0 -139
- package/src/components/Input/Input.props.ts +0 -65
- package/src/components/Input/Input.tsx +0 -65
- package/src/components/Input/index.ts +0 -1
- package/src/components/Link/Link.props.ts +0 -39
- package/src/components/Link/Link.tsx +0 -42
- package/src/components/Link/index.ts +0 -1
- package/src/components/LinkList/LinkList.args.ts +0 -193
- package/src/components/LinkList/LinkList.props.ts +0 -52
- package/src/components/LinkList/LinkList.tsx +0 -59
- package/src/components/LinkList/index.ts +0 -1
- package/src/components/List/List.args.ts +0 -34
- package/src/components/List/List.props.ts +0 -29
- package/src/components/List/List.tsx +0 -36
- package/src/components/List/ListItem.props.ts +0 -18
- package/src/components/List/ListItem.tsx +0 -17
- package/src/components/List/index.ts +0 -2
- package/src/components/Loading/Loading.args.ts +0 -55
- package/src/components/Loading/Loading.props.ts +0 -23
- package/src/components/Loading/Loading.tsx +0 -24
- package/src/components/Loading/index.ts +0 -1
- package/src/components/LocalNav/LocalNav.args.ts +0 -64
- package/src/components/LocalNav/LocalNav.props.ts +0 -56
- package/src/components/LocalNav/LocalNav.tsx +0 -181
- package/src/components/LocalNav/index.ts +0 -1
- package/src/components/Logo/Logo.args.ts +0 -45
- package/src/components/Logo/Logo.props.ts +0 -67
- package/src/components/Logo/Logo.tsx +0 -247
- package/src/components/Logo/index.ts +0 -1
- package/src/components/LogoGrid/LogoGrid.args.ts +0 -50
- package/src/components/LogoGrid/LogoGrid.props.ts +0 -28
- package/src/components/LogoGrid/LogoGrid.tsx +0 -53
- package/src/components/LogoGrid/index.ts +0 -1
- package/src/components/Navigation/Navigation.args.ts +0 -113
- package/src/components/Navigation/Navigation.props.ts +0 -120
- package/src/components/Navigation/Navigation.tsx +0 -246
- package/src/components/Navigation/index.ts +0 -1
- package/src/components/Notification/Notification.args.ts +0 -157
- package/src/components/Notification/Notification.props.ts +0 -67
- package/src/components/Notification/Notification.tsx +0 -78
- package/src/components/Notification/index.ts +0 -1
- package/src/components/NumberPicker/NumberPicker.args.ts +0 -50
- package/src/components/NumberPicker/NumberPicker.props.ts +0 -26
- package/src/components/NumberPicker/NumberPicker.tsx +0 -88
- package/src/components/NumberPicker/index.ts +0 -1
- package/src/components/Pagination/Pagination.args.ts +0 -43
- package/src/components/Pagination/Pagination.props.ts +0 -66
- package/src/components/Pagination/Pagination.tsx +0 -115
- package/src/components/Pagination/index.ts +0 -1
- package/src/components/Profile/Profile.args.ts +0 -58
- package/src/components/Profile/Profile.props.ts +0 -55
- package/src/components/Profile/Profile.tsx +0 -51
- package/src/components/Profile/index.ts +0 -1
- package/src/components/Radio/Radio.args.ts +0 -15
- package/src/components/Radio/Radio.props.ts +0 -6
- package/src/components/Radio/Radio.tsx +0 -102
- package/src/components/Radio/index.ts +0 -2
- package/src/components/ReadMore/ReadMore.args.ts +0 -23
- package/src/components/ReadMore/ReadMore.props.ts +0 -38
- package/src/components/ReadMore/ReadMore.tsx +0 -55
- package/src/components/ReadMore/index.ts +0 -1
- package/src/components/RichText/RichText.props.ts +0 -11
- package/src/components/RichText/RichText.tsx +0 -22
- package/src/components/RichText/index.ts +0 -1
- package/src/components/RichText/richText.args.ts +0 -38
- package/src/components/SearchField/SearchField.args.ts +0 -73
- package/src/components/SearchField/SearchField.props.ts +0 -35
- package/src/components/SearchField/SearchField.tsx +0 -83
- package/src/components/SearchField/index.ts +0 -1
- package/src/components/SocialMedia/SocialMedia.args.ts +0 -54
- package/src/components/SocialMedia/SocialMedia.props.ts +0 -45
- package/src/components/SocialMedia/SocialMedia.tsx +0 -46
- package/src/components/SocialMedia/index.ts +0 -3
- package/src/components/TableOfContents/TableOfContents.args.ts +0 -35
- package/src/components/TableOfContents/TableOfContents.props.ts +0 -23
- package/src/components/TableOfContents/TableOfContents.tsx +0 -32
- package/src/components/TableOfContents/index.ts +0 -1
- package/src/components/Tabs/Tabs.args.tsx +0 -201
- package/src/components/Tabs/Tabs.props.ts +0 -13
- package/src/components/Tabs/Tabs.tsx +0 -60
- package/src/components/Tabs/index.ts +0 -1
- package/src/components/Tag/Tag.args.ts +0 -15
- package/src/components/Tag/Tag.props.ts +0 -34
- package/src/components/Tag/Tag.tsx +0 -104
- package/src/components/Tag/TagCtx.ts +0 -4
- package/src/components/Tag/TagSet.args.ts +0 -37
- package/src/components/Tag/TagSet.props.ts +0 -37
- package/src/components/Tag/TagSet.tsx +0 -61
- package/src/components/Tag/index.ts +0 -2
- package/src/components/TextInput/TextInput.args.ts +0 -75
- package/src/components/TextInput/TextInput.props.ts +0 -20
- package/src/components/TextInput/TextInput.tsx +0 -71
- package/src/components/TextInput/index.ts +0 -2
- package/src/components/Textarea/Textarea.args.ts +0 -34
- package/src/components/Textarea/Textarea.props.ts +0 -45
- package/src/components/Textarea/Textarea.tsx +0 -52
- package/src/components/Textarea/index.ts +0 -3
- package/src/components/Toggle/Toggle.args.ts +0 -62
- package/src/components/Toggle/Toggle.props.ts +0 -27
- package/src/components/Toggle/Toggle.tsx +0 -85
- package/src/components/Toggle/index.ts +0 -3
- package/src/components/Tooltip/Tooltip.args.ts +0 -39
- package/src/components/Tooltip/Tooltip.props.ts +0 -38
- package/src/components/Tooltip/Tooltip.tsx +0 -119
- package/src/components/Tooltip/index.ts +0 -1
- package/src/components/Video/Video.args.ts +0 -47
- package/src/components/Video/Video.props.ts +0 -35
- package/src/components/Video/Video.tsx +0 -34
- package/src/components/Video/VideoPlayer.props.ts +0 -51
- package/src/components/Video/VideoPlayer.tsx +0 -71
- package/src/components/Video/index.ts +0 -1
- package/src/components/Video/media-file-poster.jpg +0 -0
- package/src/components/index.ts +0 -46
- package/src/declarations.d.ts +0 -36
- package/src/hooks/index.ts +0 -2
- package/src/hooks/useGlobalSettings.ts +0 -13
- package/src/hooks/usePrevious.ts +0 -15
- package/src/hooks/useVideoPlayer.ts +0 -85
- package/src/index.ts +0 -1
- package/src/setup.ts +0 -6
- package/src/stories/Accordion/Accordion.stories.tsx +0 -145
- package/src/stories/Breadcrumb/Breadcrumb.mdx +0 -17
- package/src/stories/Breadcrumb/Breadcrumb.stories.tsx +0 -20
- package/src/stories/Button/Button.mdx +0 -94
- package/src/stories/Button/Button.stories.tsx +0 -68
- package/src/stories/Callout/Callout.mdx +0 -35
- package/src/stories/Callout/Callout.stories.tsx +0 -43
- package/src/stories/Card/DataCard.stories.tsx +0 -45
- package/src/stories/Card/DetailCard.stories.tsx +0 -41
- package/src/stories/Card/FactlistCard.stories.tsx +0 -48
- package/src/stories/Card/FeatureCard.stories.tsx +0 -56
- package/src/stories/Card/MultilinkCard.stories.tsx +0 -48
- package/src/stories/Card/PromoCard.stories.tsx +0 -48
- package/src/stories/Card/StatCard.stories.tsx +0 -45
- package/src/stories/Card/TextCard.stories.tsx +0 -45
- package/src/stories/CardGroup/CardGroup.mdx +0 -17
- package/src/stories/CardGroup/CardGroup.stories.tsx +0 -50
- package/src/stories/Checkbox/Checkbox.stories.tsx +0 -118
- package/src/stories/ContextMenu/ContextMenu.stories.tsx +0 -83
- package/src/stories/DatePicker/DatePicker.stories.tsx +0 -110
- package/src/stories/Dropdown/Dropdown.stories.tsx +0 -145
- package/src/stories/Empty/Empty.stories.tsx +0 -53
- package/src/stories/Fieldset/Fieldset.stories.tsx +0 -167
- package/src/stories/FileUpload/FileUpload.stories.tsx +0 -103
- package/src/stories/Footer/Footer.mdx +0 -17
- package/src/stories/Footer/Footer.stories.tsx +0 -15
- package/src/stories/Form/Form.mdx +0 -58
- package/src/stories/Form/Form.stories.tsx +0 -162
- package/src/stories/GetStarted.mdx +0 -57
- package/src/stories/Heading/Heading.stories.tsx +0 -193
- package/src/stories/Hero/Hero.stories.tsx +0 -68
- package/src/stories/Image/Image.stories.tsx +0 -50
- package/src/stories/Link/Link.stories.tsx +0 -81
- package/src/stories/LinkList/LinkList.args.ts +0 -190
- package/src/stories/LinkList/LinkList.stories.tsx +0 -60
- package/src/stories/List/List.stories.tsx +0 -167
- package/src/stories/Loading/Loading.stories.tsx +0 -97
- package/src/stories/LocalNav/LocalNav.mdx +0 -17
- package/src/stories/LocalNav/LocalNav.stories.tsx +0 -15
- package/src/stories/Logo/Logo.stories.tsx +0 -172
- package/src/stories/LogoGrid/LogoGrid.stories.tsx +0 -59
- package/src/stories/Navigation/Navigation.mdx +0 -17
- package/src/stories/Navigation/Navigation.stories.tsx +0 -15
- package/src/stories/Notification/Notification.stories.tsx +0 -187
- package/src/stories/NumberPicker/NumberPicker.stories.tsx +0 -69
- package/src/stories/Pagination/Pagination.stories.tsx +0 -86
- package/src/stories/Profile/Profile.stories.tsx +0 -64
- package/src/stories/Radio/Radio.stories.tsx +0 -232
- package/src/stories/ReadMore/ReadMore.stories.tsx +0 -59
- package/src/stories/RichText/RichText.stories.tsx +0 -63
- package/src/stories/SearchField/SearchField.stories.tsx +0 -91
- package/src/stories/SocialMedia/SocialMedia.stories.tsx +0 -60
- package/src/stories/TableOfContents/TableOfContents.stories.tsx +0 -55
- package/src/stories/Tabs/Tabs.mdx +0 -17
- package/src/stories/Tabs/Tabs.stories.tsx +0 -25
- package/src/stories/Tag/Tag.stories.tsx +0 -130
- package/src/stories/TextInput/TextInput.stories.tsx +0 -100
- package/src/stories/Textarea/Textarea.stories.tsx +0 -147
- package/src/stories/Toggle/Toggle.stories.tsx +0 -99
- package/src/stories/Tooltip/Tooltip.stories.tsx +0 -82
- package/src/stories/Video/Video.stories.tsx +0 -71
- package/src/stories/Welcome.stories.mdx +0 -37
- package/src/stories/assets/code-brackets.svg +0 -1
- package/src/stories/assets/colors.svg +0 -1
- package/src/stories/assets/comments.svg +0 -1
- package/src/stories/assets/direction.svg +0 -1
- package/src/stories/assets/flow.svg +0 -1
- package/src/stories/assets/plugin.svg +0 -1
- package/src/stories/assets/repo.svg +0 -1
- package/src/stories/assets/stackalt.svg +0 -1
- package/src/stories/welcome.scss +0 -133
- package/src/types/forms.args.ts +0 -288
- package/src/types/index.ts +0 -137
- package/src/types/temp.d.ts +0 -9
- package/src/utils/checkArrayDuplicates.ts +0 -3
- package/src/utils/createChainedFunction.ts +0 -31
- package/src/utils/getDefaultDimensionValue.ts +0 -28
- package/src/utils/hoursMinutesSeconds.ts +0 -8
- package/src/utils/index.ts +0 -6
- package/src/utils/transitionEndListener.ts +0 -29
- package/src/utils/triggerBrowserReflow.ts +0 -4
- package/tsconfig.build.json +0 -19
- package/tsconfig.json +0 -8
package/CHANGELOG.md
DELETED
|
@@ -1,884 +0,0 @@
|
|
|
1
|
-
# @ilo-org/react
|
|
2
|
-
|
|
3
|
-
## 0.14.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 977e15006: Fixes a bug where some distribution assets weren't getting included in Design System packages while a lot of non-essential development assets were. At the same time, this removes some `src` directories from the packages which some consumers might have been using.
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
- 0d38e6428: Update video.js types
|
|
12
|
-
- f226b7be3: added home screen
|
|
13
|
-
- 8e6c502a7: Fixes some layout issues in List that caused parts of the list item numbers to get chopped off in ordered lists when they were rendered in containers with hidden overflow, as well as some incorrect rendering in RTL layouts.
|
|
14
|
-
- f5a78ab73: Fix profile hover in dark mode in text card
|
|
15
|
-
- 92f05c1fe: commonjs module resolution
|
|
16
|
-
- Updated dependencies [3ceaceaa3]
|
|
17
|
-
- Updated dependencies [13bcd92df]
|
|
18
|
-
- Updated dependencies [8e6c502a7]
|
|
19
|
-
- Updated dependencies [f5a78ab73]
|
|
20
|
-
- Updated dependencies [d0a08d7c3]
|
|
21
|
-
- Updated dependencies [977e15006]
|
|
22
|
-
- @ilo-org/styles@0.16.0
|
|
23
|
-
- @ilo-org/brand-assets@0.5.0
|
|
24
|
-
- @ilo-org/fonts@0.2.0
|
|
25
|
-
- @ilo-org/icons-react@0.1.0
|
|
26
|
-
- @ilo-org/themes@0.8.0
|
|
27
|
-
- @ilo-org/utils@0.1.0
|
|
28
|
-
|
|
29
|
-
## 0.13.0
|
|
30
|
-
|
|
31
|
-
### Minor Changes
|
|
32
|
-
|
|
33
|
-
- 16e117853: Refactor card group to fix styles and use individual card components
|
|
34
|
-
|
|
35
|
-
### Patch Changes
|
|
36
|
-
|
|
37
|
-
- de97f52fc: removed extra dirs from bundle
|
|
38
|
-
- 10dadfad7: Fix design bug in pagination for rtl
|
|
39
|
-
- 53c5be426: Sync footer and navigation markup with twig
|
|
40
|
-
- 65f03a82a: Fix tagline on navigation
|
|
41
|
-
- Updated dependencies [7e1460a88]
|
|
42
|
-
- Updated dependencies [10dadfad7]
|
|
43
|
-
- Updated dependencies [5bc989f5d]
|
|
44
|
-
- @ilo-org/styles@0.15.0
|
|
45
|
-
|
|
46
|
-
## 0.12.0
|
|
47
|
-
|
|
48
|
-
### Minor Changes
|
|
49
|
-
|
|
50
|
-
- 5bb16757b: Sync cards with twig
|
|
51
|
-
|
|
52
|
-
### Patch Changes
|
|
53
|
-
|
|
54
|
-
- Updated dependencies [94c28eae7]
|
|
55
|
-
- @ilo-org/styles@0.14.2
|
|
56
|
-
|
|
57
|
-
## 0.11.0
|
|
58
|
-
|
|
59
|
-
### Minor Changes
|
|
60
|
-
|
|
61
|
-
- d44ee1021: Normalized video implementation for react
|
|
62
|
-
- 8491bba96: Create tabs component in react
|
|
63
|
-
|
|
64
|
-
### Patch Changes
|
|
65
|
-
|
|
66
|
-
- Updated dependencies [d44ee1021]
|
|
67
|
-
- Updated dependencies [be59e9c1f]
|
|
68
|
-
- @ilo-org/styles@0.14.1
|
|
69
|
-
- @ilo-org/themes@0.7.2
|
|
70
|
-
|
|
71
|
-
## 0.10.6
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- 460210518: Add clear button to search input field
|
|
76
|
-
- Updated dependencies [ac23bf484]
|
|
77
|
-
- Updated dependencies [1b9c54f99]
|
|
78
|
-
- Updated dependencies [138890e7a]
|
|
79
|
-
- @ilo-org/styles@0.14.0
|
|
80
|
-
|
|
81
|
-
## 0.10.5
|
|
82
|
-
|
|
83
|
-
### Patch Changes
|
|
84
|
-
|
|
85
|
-
- 9bf73c7bd: Fix lists containing other elements than li items to improve accessibility
|
|
86
|
-
- 056754038: Revise and refactor color names with the same values and remove duplicates and replace where it was used
|
|
87
|
-
- e1000fbbd: added legacy classname for react video component
|
|
88
|
-
- Updated dependencies [4153f99b5]
|
|
89
|
-
- Updated dependencies [c8de2b695]
|
|
90
|
-
- Updated dependencies [7472dd625]
|
|
91
|
-
- Updated dependencies [b3298a267]
|
|
92
|
-
- Updated dependencies [bf4432d7c]
|
|
93
|
-
- Updated dependencies [1ed3123ae]
|
|
94
|
-
- Updated dependencies [f76a35fdc]
|
|
95
|
-
- Updated dependencies [a3c872512]
|
|
96
|
-
- Updated dependencies [056754038]
|
|
97
|
-
- Updated dependencies [4bbac5457]
|
|
98
|
-
- Updated dependencies [e1000fbbd]
|
|
99
|
-
- Updated dependencies [ac58b53d2]
|
|
100
|
-
- Updated dependencies [51b20d4aa]
|
|
101
|
-
- Updated dependencies [5a1e32f8e]
|
|
102
|
-
- Updated dependencies [52eeae214]
|
|
103
|
-
- Updated dependencies [709675b79]
|
|
104
|
-
- @ilo-org/styles@0.13.3
|
|
105
|
-
- @ilo-org/brand-assets@0.4.0
|
|
106
|
-
- @ilo-org/themes@0.7.1
|
|
107
|
-
|
|
108
|
-
## 0.10.4
|
|
109
|
-
|
|
110
|
-
### Patch Changes
|
|
111
|
-
|
|
112
|
-
- Updated dependencies [2f7fe6c69]
|
|
113
|
-
- @ilo-org/brand-assets@0.3.1
|
|
114
|
-
|
|
115
|
-
## 0.10.3
|
|
116
|
-
|
|
117
|
-
### Patch Changes
|
|
118
|
-
|
|
119
|
-
- Updated dependencies [dcb36eeef]
|
|
120
|
-
- @ilo-org/brand-assets@0.3.0
|
|
121
|
-
|
|
122
|
-
## 0.10.2
|
|
123
|
-
|
|
124
|
-
### Patch Changes
|
|
125
|
-
|
|
126
|
-
- 18dd9ea7c: Bump vite from 4.3.9 to 4.5.2
|
|
127
|
-
|
|
128
|
-
## 0.10.1
|
|
129
|
-
|
|
130
|
-
### Patch Changes
|
|
131
|
-
|
|
132
|
-
- 67ac66a79: Refactor option label to be a child component instead of an attribute to improve screen reader experience
|
|
133
|
-
- e34e17292: Add optional name paramater that will pass a string to the button element's underlying name attribute
|
|
134
|
-
- d74d0161f: Refactor card heading from h5 to h3 to ensure headings are in sequential order to improve accessibility
|
|
135
|
-
- Updated dependencies [16dea2974]
|
|
136
|
-
- Updated dependencies [0d0341a3c]
|
|
137
|
-
- @ilo-org/styles@0.13.2
|
|
138
|
-
|
|
139
|
-
## 0.10.0
|
|
140
|
-
|
|
141
|
-
### Minor Changes
|
|
142
|
-
|
|
143
|
-
- 4630eea87: Upgrade react storybook to 7.6.6
|
|
144
|
-
|
|
145
|
-
### Patch Changes
|
|
146
|
-
|
|
147
|
-
- d20d3c750: Sync tooltip with twig
|
|
148
|
-
- 857b7b57b: Sync profile with twig
|
|
149
|
-
- Updated dependencies [08a2141cc]
|
|
150
|
-
- Updated dependencies [dea2d0a07]
|
|
151
|
-
- @ilo-org/styles@0.13.1
|
|
152
|
-
|
|
153
|
-
## 0.9.1
|
|
154
|
-
|
|
155
|
-
### Patch Changes
|
|
156
|
-
|
|
157
|
-
- afb53cabb: Sync hero with twig implementation
|
|
158
|
-
- Updated dependencies [df7080c80]
|
|
159
|
-
- Updated dependencies [c5eaabd55]
|
|
160
|
-
- Updated dependencies [720825342]
|
|
161
|
-
- Updated dependencies [6f86e7a94]
|
|
162
|
-
- Updated dependencies [94b03b9be]
|
|
163
|
-
- Updated dependencies [c54ce9923]
|
|
164
|
-
- Updated dependencies [6fe60e0d6]
|
|
165
|
-
- Updated dependencies [9ed7b873d]
|
|
166
|
-
- Updated dependencies [c173ec9f8]
|
|
167
|
-
- @ilo-org/styles@0.13.0
|
|
168
|
-
|
|
169
|
-
## 0.9.0
|
|
170
|
-
|
|
171
|
-
### Minor Changes
|
|
172
|
-
|
|
173
|
-
- 55f0c47aa: Added chained hover effect for video play button
|
|
174
|
-
|
|
175
|
-
### Patch Changes
|
|
176
|
-
|
|
177
|
-
- cf4d43446: added hover effect for anchor item inside indented linked list
|
|
178
|
-
- 3be0a12ac: reduced padding for accordion inner panel
|
|
179
|
-
- ca463b9b7: added full width on mobile viewport for affected cards
|
|
180
|
-
- 5df8f748a: fixed text input invalid state
|
|
181
|
-
- ee17a3bd2: Top spacing should be removed in hero card when there is no image
|
|
182
|
-
- Updated dependencies [ed548bcfc]
|
|
183
|
-
- Updated dependencies [4522e79de]
|
|
184
|
-
- Updated dependencies [bf1ec0843]
|
|
185
|
-
- Updated dependencies [34c8c9a8f]
|
|
186
|
-
- Updated dependencies [05a5a4b84]
|
|
187
|
-
- Updated dependencies [ccdb35c99]
|
|
188
|
-
- Updated dependencies [cf4d43446]
|
|
189
|
-
- Updated dependencies [e8cec8dfc]
|
|
190
|
-
- Updated dependencies [045602383]
|
|
191
|
-
- Updated dependencies [5e051fc7a]
|
|
192
|
-
- Updated dependencies [d74847eff]
|
|
193
|
-
- Updated dependencies [b04dd21bb]
|
|
194
|
-
- Updated dependencies [060748c0f]
|
|
195
|
-
- Updated dependencies [ff62947c3]
|
|
196
|
-
- Updated dependencies [02a0e177e]
|
|
197
|
-
- Updated dependencies [a010a5077]
|
|
198
|
-
- Updated dependencies [9b960abc2]
|
|
199
|
-
- Updated dependencies [55f0c47aa]
|
|
200
|
-
- Updated dependencies [30b275924]
|
|
201
|
-
- Updated dependencies [690efdabb]
|
|
202
|
-
- Updated dependencies [e48c3cdbd]
|
|
203
|
-
- Updated dependencies [01c4126c2]
|
|
204
|
-
- Updated dependencies [309733cdd]
|
|
205
|
-
- Updated dependencies [2b02101ef]
|
|
206
|
-
- Updated dependencies [4a5afb00e]
|
|
207
|
-
- Updated dependencies [aa4dce006]
|
|
208
|
-
- Updated dependencies [1794fc434]
|
|
209
|
-
- Updated dependencies [c885bf0cd]
|
|
210
|
-
- Updated dependencies [ea4ac05ea]
|
|
211
|
-
- Updated dependencies [3be0a12ac]
|
|
212
|
-
- Updated dependencies [f0dbaa608]
|
|
213
|
-
- Updated dependencies [b976f7221]
|
|
214
|
-
- Updated dependencies [ca463b9b7]
|
|
215
|
-
- Updated dependencies [6d089ba7f]
|
|
216
|
-
- Updated dependencies [ec4cec224]
|
|
217
|
-
- Updated dependencies [a8ce5d3fc]
|
|
218
|
-
- Updated dependencies [bec744d2e]
|
|
219
|
-
- Updated dependencies [6be769d3f]
|
|
220
|
-
- Updated dependencies [5df8f748a]
|
|
221
|
-
- Updated dependencies [ee17a3bd2]
|
|
222
|
-
- Updated dependencies [cfba6422c]
|
|
223
|
-
- Updated dependencies [03d0b6549]
|
|
224
|
-
- Updated dependencies [b972abe2e]
|
|
225
|
-
- Updated dependencies [1e58f9c7d]
|
|
226
|
-
- Updated dependencies [f0e5b51b9]
|
|
227
|
-
- Updated dependencies [76db527a0]
|
|
228
|
-
- Updated dependencies [70c645779]
|
|
229
|
-
- Updated dependencies [86189a0d7]
|
|
230
|
-
- @ilo-org/styles@0.12.0
|
|
231
|
-
- @ilo-org/themes@0.7.0
|
|
232
|
-
|
|
233
|
-
## 0.8.13
|
|
234
|
-
|
|
235
|
-
### Patch Changes
|
|
236
|
-
|
|
237
|
-
- 1c65834a5: Change hero card date position
|
|
238
|
-
- 44e42762f: fixed input border-radius on iOS Safari
|
|
239
|
-
- Updated dependencies [9b1d93031]
|
|
240
|
-
- Updated dependencies [1f7525b0d]
|
|
241
|
-
- Updated dependencies [632a16fcf]
|
|
242
|
-
- Updated dependencies [b8e8265ce]
|
|
243
|
-
- Updated dependencies [7dedac6dd]
|
|
244
|
-
- Updated dependencies [8d912f712]
|
|
245
|
-
- Updated dependencies [50ed7febf]
|
|
246
|
-
- Updated dependencies [44e42762f]
|
|
247
|
-
- @ilo-org/styles@0.11.2
|
|
248
|
-
- @ilo-org/fonts@0.1.2
|
|
249
|
-
|
|
250
|
-
## 0.8.12
|
|
251
|
-
|
|
252
|
-
### Patch Changes
|
|
253
|
-
|
|
254
|
-
- Updated dependencies [78f48eff5]
|
|
255
|
-
- Updated dependencies [03b3c26e4]
|
|
256
|
-
- @ilo-org/fonts@0.1.1
|
|
257
|
-
- @ilo-org/styles@0.11.1
|
|
258
|
-
|
|
259
|
-
## 0.8.11
|
|
260
|
-
|
|
261
|
-
### Patch Changes
|
|
262
|
-
|
|
263
|
-
- Updated dependencies [b7fcf3426]
|
|
264
|
-
- Updated dependencies [27624a076]
|
|
265
|
-
- @ilo-org/styles@0.11.0
|
|
266
|
-
|
|
267
|
-
## 0.8.10
|
|
268
|
-
|
|
269
|
-
### Patch Changes
|
|
270
|
-
|
|
271
|
-
- Updated dependencies [266671491]
|
|
272
|
-
- Updated dependencies [244fae9db]
|
|
273
|
-
- Updated dependencies [1a6d0671f]
|
|
274
|
-
- Updated dependencies [371faf0fb]
|
|
275
|
-
- @ilo-org/styles@0.10.6
|
|
276
|
-
|
|
277
|
-
## 0.8.9
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- Updated dependencies [2c4331403]
|
|
282
|
-
- @ilo-org/styles@0.10.5
|
|
283
|
-
- @ilo-org/themes@0.6.1
|
|
284
|
-
|
|
285
|
-
## 0.8.8
|
|
286
|
-
|
|
287
|
-
### Patch Changes
|
|
288
|
-
|
|
289
|
-
- Updated dependencies [477ccf7c0]
|
|
290
|
-
- @ilo-org/styles@0.10.4
|
|
291
|
-
|
|
292
|
-
## 0.8.7
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- Updated dependencies [0e2e0a039]
|
|
297
|
-
- @ilo-org/styles@0.10.3
|
|
298
|
-
|
|
299
|
-
## 0.8.6
|
|
300
|
-
|
|
301
|
-
### Patch Changes
|
|
302
|
-
|
|
303
|
-
- Updated dependencies [ee517d0f2]
|
|
304
|
-
- Updated dependencies [71002bcde]
|
|
305
|
-
- Updated dependencies [703bc66a6]
|
|
306
|
-
- Updated dependencies [ad52c6442]
|
|
307
|
-
- Updated dependencies [9be1cd23e]
|
|
308
|
-
- @ilo-org/styles@0.10.2
|
|
309
|
-
- @ilo-org/themes@0.6.0
|
|
310
|
-
|
|
311
|
-
## 0.8.5
|
|
312
|
-
|
|
313
|
-
### Patch Changes
|
|
314
|
-
|
|
315
|
-
- 39ff32a91: Fix appearance of Radio buttons in Firefox
|
|
316
|
-
- bab87cfac: Add min, max and step props to NumberPicker
|
|
317
|
-
- c964d78cc: Adds an `accept` property to the FileUpload component so that it's possible to limit the kinds of files users can upload by file extension.
|
|
318
|
-
- Updated dependencies [c3b0e6def]
|
|
319
|
-
- Updated dependencies [39ff32a91]
|
|
320
|
-
- Updated dependencies [0488bc66e]
|
|
321
|
-
- Updated dependencies [c86fa4f33]
|
|
322
|
-
- @ilo-org/styles@0.10.1
|
|
323
|
-
- @ilo-org/themes@0.5.1
|
|
324
|
-
|
|
325
|
-
## 0.8.4
|
|
326
|
-
|
|
327
|
-
### Patch Changes
|
|
328
|
-
|
|
329
|
-
- Updated dependencies [1e18e0ca9]
|
|
330
|
-
- Updated dependencies [ad590b833]
|
|
331
|
-
- Updated dependencies [6c4ebfeb3]
|
|
332
|
-
- Updated dependencies [e575c2973]
|
|
333
|
-
- Updated dependencies [e575c2973]
|
|
334
|
-
- Updated dependencies [73640499b]
|
|
335
|
-
- @ilo-org/styles@0.10.0
|
|
336
|
-
- @ilo-org/themes@0.5.0
|
|
337
|
-
|
|
338
|
-
## 0.8.3
|
|
339
|
-
|
|
340
|
-
### Patch Changes
|
|
341
|
-
|
|
342
|
-
- Updated dependencies [3290283dd]
|
|
343
|
-
- @ilo-org/themes@0.4.0
|
|
344
|
-
- @ilo-org/styles@0.9.2
|
|
345
|
-
|
|
346
|
-
## 0.8.2
|
|
347
|
-
|
|
348
|
-
### Patch Changes
|
|
349
|
-
|
|
350
|
-
- Updated dependencies [c0fb36a66]
|
|
351
|
-
- @ilo-org/brand-assets@0.2.0
|
|
352
|
-
|
|
353
|
-
## 0.8.1
|
|
354
|
-
|
|
355
|
-
### Patch Changes
|
|
356
|
-
|
|
357
|
-
- Updated dependencies [5a4a7255a]
|
|
358
|
-
- Updated dependencies [5a4a7255a]
|
|
359
|
-
- Updated dependencies [5a4a7255a]
|
|
360
|
-
- @ilo-org/themes@0.3.0
|
|
361
|
-
- @ilo-org/styles@0.9.1
|
|
362
|
-
|
|
363
|
-
## 0.8.0
|
|
364
|
-
|
|
365
|
-
### Minor Changes
|
|
366
|
-
|
|
367
|
-
- 897fe5766: This release includes refactored form components and styles. Whereas before, the Form component took all of the props for all of the form components itself and determined which to render based on data, this release exposes all of the individual form components directly to the developer. The Form component is refactored as a simple wrapper around an HTML form element, which includes a `theme` prop modifying the label and text colors for use on dark backgrounds. Otherwise, it simply provides a layout for different form elements. The Fieldset is used as a layout wrapper to group multiple related form components together, especially theRadio and Checkbox, for which it can also handle error messages. All form components provide access to the underlying form element (usually an `input`) via a `ref` prop.
|
|
368
|
-
|
|
369
|
-
### Patch Changes
|
|
370
|
-
|
|
371
|
-
- 897fe5766: fix label/icon misalignment issue
|
|
372
|
-
- Updated dependencies [897fe5766]
|
|
373
|
-
- Updated dependencies [897fe5766]
|
|
374
|
-
- Updated dependencies [897fe5766]
|
|
375
|
-
- @ilo-org/styles@0.9.0
|
|
376
|
-
|
|
377
|
-
## 0.7.8
|
|
378
|
-
|
|
379
|
-
### Patch Changes
|
|
380
|
-
|
|
381
|
-
- Updated dependencies [58bc8ff88]
|
|
382
|
-
- Updated dependencies [58a708c3a]
|
|
383
|
-
- @ilo-org/styles@0.8.4
|
|
384
|
-
|
|
385
|
-
## 0.7.7
|
|
386
|
-
|
|
387
|
-
### Patch Changes
|
|
388
|
-
|
|
389
|
-
- Updated dependencies [cefc8690e]
|
|
390
|
-
- @ilo-org/styles@0.8.3
|
|
391
|
-
|
|
392
|
-
## 0.7.6
|
|
393
|
-
|
|
394
|
-
### Patch Changes
|
|
395
|
-
|
|
396
|
-
- Updated dependencies [270805a67]
|
|
397
|
-
- Updated dependencies [9ed7f815a]
|
|
398
|
-
- Updated dependencies [c81b76d1a]
|
|
399
|
-
- Updated dependencies [bffee71ef]
|
|
400
|
-
- @ilo-org/styles@0.8.2
|
|
401
|
-
|
|
402
|
-
## 0.7.5
|
|
403
|
-
|
|
404
|
-
### Patch Changes
|
|
405
|
-
|
|
406
|
-
- Updated dependencies [5887810c3]
|
|
407
|
-
- @ilo-org/styles@0.8.1
|
|
408
|
-
|
|
409
|
-
## 0.7.4
|
|
410
|
-
|
|
411
|
-
### Patch Changes
|
|
412
|
-
|
|
413
|
-
- Updated dependencies [9edcc451f]
|
|
414
|
-
- Updated dependencies [9edcc451f]
|
|
415
|
-
- @ilo-org/styles@0.8.0
|
|
416
|
-
|
|
417
|
-
## 0.7.3
|
|
418
|
-
|
|
419
|
-
### Patch Changes
|
|
420
|
-
|
|
421
|
-
- Updated dependencies [0cb90a388]
|
|
422
|
-
- Updated dependencies [b0797d2f9]
|
|
423
|
-
- @ilo-org/styles@0.7.2
|
|
424
|
-
|
|
425
|
-
## 0.7.2
|
|
426
|
-
|
|
427
|
-
### Patch Changes
|
|
428
|
-
|
|
429
|
-
- Updated dependencies [0fd4b60df]
|
|
430
|
-
- @ilo-org/styles@0.7.1
|
|
431
|
-
|
|
432
|
-
## 0.7.1
|
|
433
|
-
|
|
434
|
-
### Patch Changes
|
|
435
|
-
|
|
436
|
-
- Updated dependencies [ba46a3a7d]
|
|
437
|
-
- Updated dependencies [bdeca8720]
|
|
438
|
-
- Updated dependencies [bbd9262d1]
|
|
439
|
-
- Updated dependencies [ee14cd3d3]
|
|
440
|
-
- Updated dependencies [b56d55cfd]
|
|
441
|
-
- Updated dependencies [5022dfc4c]
|
|
442
|
-
- Updated dependencies [bacc0bba7]
|
|
443
|
-
- Updated dependencies [ba46a3a7d]
|
|
444
|
-
- Updated dependencies [652966ab7]
|
|
445
|
-
- @ilo-org/styles@0.7.0
|
|
446
|
-
|
|
447
|
-
## 0.7.0
|
|
448
|
-
|
|
449
|
-
### Minor Changes
|
|
450
|
-
|
|
451
|
-
- c0648530f: Accordion items can now be made scrollable by passing `scroll: true` to the Accordion Panel component.
|
|
452
|
-
- 0dc9a8538: Add LogoGrid component which shows a list of logos with an optional link
|
|
453
|
-
|
|
454
|
-
### Patch Changes
|
|
455
|
-
|
|
456
|
-
- 77517f4dc: Refactor Hero and HeroCard to sync with new implemenation in Twig and Styles packages
|
|
457
|
-
- Updated dependencies [c0648530f]
|
|
458
|
-
- Updated dependencies [0dc9a8538]
|
|
459
|
-
- @ilo-org/styles@0.6.0
|
|
460
|
-
|
|
461
|
-
## 0.6.0
|
|
462
|
-
|
|
463
|
-
### Minor Changes
|
|
464
|
-
|
|
465
|
-
- 0f45a7aae: Add Social Media component and use in Footer
|
|
466
|
-
|
|
467
|
-
### Patch Changes
|
|
468
|
-
|
|
469
|
-
- Updated dependencies [0f45a7aae]
|
|
470
|
-
- Updated dependencies [0f45a7aae]
|
|
471
|
-
- Updated dependencies [0f45a7aae]
|
|
472
|
-
- Updated dependencies [2f6b0e73f]
|
|
473
|
-
- @ilo-org/themes@0.2.0
|
|
474
|
-
- @ilo-org/styles@0.5.0
|
|
475
|
-
- @ilo-org/icons-react@0.0.21
|
|
476
|
-
|
|
477
|
-
## 0.5.1
|
|
478
|
-
|
|
479
|
-
### Patch Changes
|
|
480
|
-
|
|
481
|
-
- Updated dependencies [51b4be31a]
|
|
482
|
-
- Updated dependencies [6a7dbe609]
|
|
483
|
-
- Updated dependencies [b498c19c4]
|
|
484
|
-
- @ilo-org/themes@0.1.16
|
|
485
|
-
- @ilo-org/styles@0.4.0
|
|
486
|
-
- @ilo-org/icons-react@0.0.20
|
|
487
|
-
|
|
488
|
-
## 0.5.0
|
|
489
|
-
|
|
490
|
-
### Minor Changes
|
|
491
|
-
|
|
492
|
-
- 25c3bca99: feat(react): add breadcrumb as a new component
|
|
493
|
-
|
|
494
|
-
### Patch Changes
|
|
495
|
-
|
|
496
|
-
- Updated dependencies [11801070b]
|
|
497
|
-
- Updated dependencies [1b942833b]
|
|
498
|
-
- @ilo-org/styles@0.3.5
|
|
499
|
-
|
|
500
|
-
## 0.4.6
|
|
501
|
-
|
|
502
|
-
### Patch Changes
|
|
503
|
-
|
|
504
|
-
- Updated dependencies [ee2e53f51]
|
|
505
|
-
- @ilo-org/styles@0.3.4
|
|
506
|
-
|
|
507
|
-
## 0.4.5
|
|
508
|
-
|
|
509
|
-
### Patch Changes
|
|
510
|
-
|
|
511
|
-
- Updated dependencies [ee859111c]
|
|
512
|
-
- Updated dependencies [ee859111c]
|
|
513
|
-
- Updated dependencies [ee859111c]
|
|
514
|
-
- @ilo-org/styles@0.3.3
|
|
515
|
-
|
|
516
|
-
## 0.4.4
|
|
517
|
-
|
|
518
|
-
### Patch Changes
|
|
519
|
-
|
|
520
|
-
- Updated dependencies [be8262383]
|
|
521
|
-
- Updated dependencies [be8262383]
|
|
522
|
-
- Updated dependencies [36960e383]
|
|
523
|
-
- @ilo-org/styles@0.3.2
|
|
524
|
-
- @ilo-org/brand-assets@0.1.0
|
|
525
|
-
- @ilo-org/utils@0.0.11
|
|
526
|
-
- @ilo-org/icons-react@0.0.19
|
|
527
|
-
|
|
528
|
-
## 0.4.3
|
|
529
|
-
|
|
530
|
-
### Patch Changes
|
|
531
|
-
|
|
532
|
-
- Updated dependencies [e5c100219]
|
|
533
|
-
- @ilo-org/styles@0.3.1
|
|
534
|
-
|
|
535
|
-
## 0.4.2
|
|
536
|
-
|
|
537
|
-
### Patch Changes
|
|
538
|
-
|
|
539
|
-
- Updated dependencies [8bc52db6e]
|
|
540
|
-
- @ilo-org/styles@0.3.0
|
|
541
|
-
|
|
542
|
-
## 0.4.1
|
|
543
|
-
|
|
544
|
-
### Patch Changes
|
|
545
|
-
|
|
546
|
-
- bac3cc9d5: Fix bug preventing the sub-brand from rendering with the proper font size on some mobile browsers
|
|
547
|
-
- Updated dependencies [bac3cc9d5]
|
|
548
|
-
- @ilo-org/styles@0.2.1
|
|
549
|
-
|
|
550
|
-
## 0.4.0
|
|
551
|
-
|
|
552
|
-
### Minor Changes
|
|
553
|
-
|
|
554
|
-
- 2aa1f1cc6: feat/react: Implementation of Card and CardGroup components
|
|
555
|
-
- c24a5f721: Adds responsive logo component and styles
|
|
556
|
-
- 77a4f5b75: LocalNav uses Logo component so that it can have sub-brands
|
|
557
|
-
|
|
558
|
-
### Patch Changes
|
|
559
|
-
|
|
560
|
-
- 2aa1f1cc6: enable profile to be themeable and address a few minor style issues
|
|
561
|
-
- Updated dependencies [2aa1f1cc6]
|
|
562
|
-
- Updated dependencies [2aa1f1cc6]
|
|
563
|
-
- Updated dependencies [c24a5f721]
|
|
564
|
-
- @ilo-org/styles@0.2.0
|
|
565
|
-
|
|
566
|
-
## 0.3.0
|
|
567
|
-
|
|
568
|
-
### Minor Changes
|
|
569
|
-
|
|
570
|
-
- df509e960: react: added global Navigation component
|
|
571
|
-
|
|
572
|
-
### Patch Changes
|
|
573
|
-
|
|
574
|
-
- d55e975ca: Add homepage to package.json
|
|
575
|
-
|
|
576
|
-
## 0.2.1
|
|
577
|
-
|
|
578
|
-
### Patch Changes
|
|
579
|
-
|
|
580
|
-
- Updated dependencies [1405b9cbf]
|
|
581
|
-
- @ilo-org/styles@0.1.19
|
|
582
|
-
|
|
583
|
-
## 0.2.0
|
|
584
|
-
|
|
585
|
-
### Minor Changes
|
|
586
|
-
|
|
587
|
-
- 3a19726f2: Add LocalNav and Footer components
|
|
588
|
-
|
|
589
|
-
### Patch Changes
|
|
590
|
-
|
|
591
|
-
- Updated dependencies [2f60e9d92]
|
|
592
|
-
- Updated dependencies [c9413b943]
|
|
593
|
-
- @ilo-org/styles@0.1.18
|
|
594
|
-
- @ilo-org/brand-assets@0.1.0
|
|
595
|
-
- @ilo-org/utils@0.0.11
|
|
596
|
-
|
|
597
|
-
## 0.1.2
|
|
598
|
-
|
|
599
|
-
### Patch Changes
|
|
600
|
-
|
|
601
|
-
- Updated dependencies [391687e3e]
|
|
602
|
-
- Updated dependencies [e2a233688]
|
|
603
|
-
- @ilo-org/fonts@0.1.0
|
|
604
|
-
- @ilo-org/brand-assets@0.1.0
|
|
605
|
-
- @ilo-org/styles@0.1.17
|
|
606
|
-
|
|
607
|
-
## 0.1.1
|
|
608
|
-
|
|
609
|
-
### Patch Changes
|
|
610
|
-
|
|
611
|
-
- 368092aee: Set React peer dependencies to >16
|
|
612
|
-
- Updated dependencies [368092aee]
|
|
613
|
-
- @ilo-org/icons-react@0.0.18
|
|
614
|
-
- @ilo-org/styles@0.1.16
|
|
615
|
-
|
|
616
|
-
## 0.1.0
|
|
617
|
-
|
|
618
|
-
### Minor Changes
|
|
619
|
-
|
|
620
|
-
- 8e24e57fc: We've fixed broken exports from @ilo-org/react and ensured that types are exported properly as well. We've upgraded the @ilo-org/react Storybook project to version 7.0.0-beta. This has required us to decouple the installation and build scripts of the react and storybook projects. It's no longer possible to install dependencies and then build both storybook projects together. Instead, users should run `pnpm react:install` or `pnpm twig:install` before building the respective Storbyook project. This should be fixed when Wingsuit upgrades to Webpack5.
|
|
621
|
-
|
|
622
|
-
### Patch Changes
|
|
623
|
-
|
|
624
|
-
- Updated dependencies [8e24e57fc]
|
|
625
|
-
- @ilo-org/brand-assets@0.0.2
|
|
626
|
-
- @ilo-org/icons-react@0.0.17
|
|
627
|
-
- @ilo-org/styles@0.1.15
|
|
628
|
-
- @ilo-org/themes@0.1.15
|
|
629
|
-
- @ilo-org/fonts@0.0.7
|
|
630
|
-
- @ilo-org/utils@0.0.11
|
|
631
|
-
|
|
632
|
-
## 0.0.18
|
|
633
|
-
|
|
634
|
-
### Patch Changes
|
|
635
|
-
|
|
636
|
-
- b48b386b8: Local nav color for the background is a setting now
|
|
637
|
-
- Updated dependencies [b48b386b8]
|
|
638
|
-
- @ilo-org/fonts@0.0.6
|
|
639
|
-
- @ilo-org/icons-react@0.0.16
|
|
640
|
-
- @ilo-org/styles@0.1.14
|
|
641
|
-
- @ilo-org/themes@0.1.14
|
|
642
|
-
- @ilo-org/utils@0.0.10
|
|
643
|
-
|
|
644
|
-
## 0.0.17
|
|
645
|
-
|
|
646
|
-
### Patch Changes
|
|
647
|
-
|
|
648
|
-
- 62c3c624e: Bugfixes in multiple components
|
|
649
|
-
- 1b29018f0: Adds better React Storybook experience
|
|
650
|
-
- 43c2b0026: Cornercut changes to make more consistent across sizes and breakpoints for hero and cards
|
|
651
|
-
- Updated dependencies [62c3c624e]
|
|
652
|
-
- Updated dependencies [1b29018f0]
|
|
653
|
-
- Updated dependencies [43c2b0026]
|
|
654
|
-
- @ilo-org/fonts@0.0.5
|
|
655
|
-
- @ilo-org/styles@0.1.13
|
|
656
|
-
- @ilo-org/themes@0.1.13
|
|
657
|
-
- @ilo-org/utils@0.0.9
|
|
658
|
-
- @ilo-org/icons-react@0.0.15
|
|
659
|
-
|
|
660
|
-
## 0.0.16
|
|
661
|
-
|
|
662
|
-
### Patch Changes
|
|
663
|
-
|
|
664
|
-
- 94bd642d9: ILOUAT-16: Clicking on the page should close subnav menu
|
|
665
|
-
ILOUAT-26: mobile hamburger click shouldn't auto navigate to inside link
|
|
666
|
-
ILOUAT-27: Menu take over on mobile should be the whole page without the ability to scroll past it
|
|
667
|
-
ILOUAT-37: Subnav pane should properly open when subnav items are focused
|
|
668
|
-
- a167b7405: - Border radius for context menu
|
|
669
|
-
- Mobile nav disappear on breakpoint instead of any resize event
|
|
670
|
-
- More List spacing fixes (title item)
|
|
671
|
-
- Breadcrumb on mobile in heroes
|
|
672
|
-
- Bugfixes for feature card on wide mode with list item
|
|
673
|
-
- Add in "Back to main site" link for local nav
|
|
674
|
-
- 79e17c5d3: Bufdixes to multiple components
|
|
675
|
-
- 7b3813bb1: Bugfixes to multiple components
|
|
676
|
-
- Updated dependencies [94bd642d9]
|
|
677
|
-
- Updated dependencies [a167b7405]
|
|
678
|
-
- Updated dependencies [79e17c5d3]
|
|
679
|
-
- Updated dependencies [7b3813bb1]
|
|
680
|
-
- @ilo-org/fonts@0.0.4
|
|
681
|
-
- @ilo-org/icons-react@0.0.14
|
|
682
|
-
- @ilo-org/styles@0.1.12
|
|
683
|
-
- @ilo-org/themes@0.1.12
|
|
684
|
-
- @ilo-org/utils@0.0.8
|
|
685
|
-
|
|
686
|
-
## 0.0.15
|
|
687
|
-
|
|
688
|
-
### Patch Changes
|
|
689
|
-
|
|
690
|
-
- f7f448c65: Fixes to React radio button, SearchField, add ability to serve different langauge fonts
|
|
691
|
-
- f4b7bcb7f: Local nav fixes for mobile
|
|
692
|
-
- 0dfb90274: Patchfix for Feature card wide version
|
|
693
|
-
- Updated dependencies [f7f448c65]
|
|
694
|
-
- Updated dependencies [f4b7bcb7f]
|
|
695
|
-
- Updated dependencies [0dfb90274]
|
|
696
|
-
- @ilo-org/fonts@0.0.3
|
|
697
|
-
- @ilo-org/styles@0.1.11
|
|
698
|
-
- @ilo-org/themes@0.1.11
|
|
699
|
-
- @ilo-org/utils@0.0.7
|
|
700
|
-
- @ilo-org/icons-react@0.0.13
|
|
701
|
-
|
|
702
|
-
## 0.0.14
|
|
703
|
-
|
|
704
|
-
### Patch Changes
|
|
705
|
-
|
|
706
|
-
- 592c40ae9: Hover fix for data card and breadcrumb for hero
|
|
707
|
-
- 3005bb74c: Fixes to Video, Accordion, List, Checkbox, favicon
|
|
708
|
-
- b72b8aa9e: Update README; various bugfixes with Table, Footer, Notification, Video, RichText
|
|
709
|
-
- d7015e194: - Tag fixes for consistent font size
|
|
710
|
-
- Accordion transition, font size and height fixes
|
|
711
|
-
- Tooltip transition fix
|
|
712
|
-
- Cards padding and anchor the date on feature cards
|
|
713
|
-
- List fix font sizes on mobile
|
|
714
|
-
- Callout fix transition timing
|
|
715
|
-
- 6ba8ee615: Documentation for wingusit
|
|
716
|
-
- Updated dependencies [fdba39df6]
|
|
717
|
-
- Updated dependencies [592c40ae9]
|
|
718
|
-
- Updated dependencies [3005bb74c]
|
|
719
|
-
- Updated dependencies [b72b8aa9e]
|
|
720
|
-
- Updated dependencies [d7015e194]
|
|
721
|
-
- Updated dependencies [6ba8ee615]
|
|
722
|
-
- @ilo-org/styles@0.1.10
|
|
723
|
-
- @ilo-org/icons-react@0.0.12
|
|
724
|
-
- @ilo-org/themes@0.1.10
|
|
725
|
-
- @ilo-org/utils@0.0.6
|
|
726
|
-
|
|
727
|
-
## 0.0.13
|
|
728
|
-
|
|
729
|
-
### Patch Changes
|
|
730
|
-
|
|
731
|
-
- 48e7a4ada: - Hero: Breadcrumb add in
|
|
732
|
-
- Cards: Video icon for feature and external link option
|
|
733
|
-
- Updated dependencies [48e7a4ada]
|
|
734
|
-
- Updated dependencies [2bfdfd356]
|
|
735
|
-
- @ilo-org/icons-react@0.0.11
|
|
736
|
-
- @ilo-org/styles@0.1.9
|
|
737
|
-
- @ilo-org/themes@0.1.9
|
|
738
|
-
- @ilo-org/utils@0.0.5
|
|
739
|
-
|
|
740
|
-
## 0.0.12
|
|
741
|
-
|
|
742
|
-
### Patch Changes
|
|
743
|
-
|
|
744
|
-
- a76395618: ESC exits out of toggle menus in the nav
|
|
745
|
-
- Updated dependencies [069cd8eaf]
|
|
746
|
-
- Updated dependencies [a76395618]
|
|
747
|
-
- Updated dependencies [8cd74234c]
|
|
748
|
-
- Updated dependencies [9bfb1eae1]
|
|
749
|
-
- @ilo-org/icons-react@0.0.10
|
|
750
|
-
- @ilo-org/styles@0.1.8
|
|
751
|
-
- @ilo-org/themes@0.1.8
|
|
752
|
-
- @ilo-org/utils@0.0.4
|
|
753
|
-
|
|
754
|
-
## 0.0.11
|
|
755
|
-
|
|
756
|
-
### Patch Changes
|
|
757
|
-
|
|
758
|
-
- 5a4806edb: Upgrading pnpm is expected to fix workspace deps not being fixed to version numbers in package.json. This should fix broken installs of the react-icons and react packages.
|
|
759
|
-
- 6e470111a: Nav, Card and Hero fixes for QA
|
|
760
|
-
- Updated dependencies [5a4806edb]
|
|
761
|
-
- Updated dependencies [84fd6bc7d]
|
|
762
|
-
- Updated dependencies [6e470111a]
|
|
763
|
-
- @ilo-org/icons-react@0.0.9
|
|
764
|
-
- @ilo-org/styles@0.1.7
|
|
765
|
-
- @ilo-org/themes@0.1.7
|
|
766
|
-
- @ilo-org/utils@0.0.3
|
|
767
|
-
|
|
768
|
-
## 0.0.10
|
|
769
|
-
|
|
770
|
-
### Patch Changes
|
|
771
|
-
|
|
772
|
-
- b65d5c4c1: Various bugfixes
|
|
773
|
-
- ab6c0a1c7: Set all packages to rely on latest fixed version of other internal packages
|
|
774
|
-
- d2b78bb88: Right to left for Profile component
|
|
775
|
-
- Updated dependencies [b65d5c4c1]
|
|
776
|
-
- Updated dependencies [487778036]
|
|
777
|
-
- Updated dependencies [ab6c0a1c7]
|
|
778
|
-
- Updated dependencies [d2b78bb88]
|
|
779
|
-
- Updated dependencies [dd2b3ece6]
|
|
780
|
-
- @ilo-org/icons-react@0.0.8
|
|
781
|
-
- @ilo-org/styles@0.1.6
|
|
782
|
-
- @ilo-org/utils@0.0.2
|
|
783
|
-
- @ilo-org/themes@0.1.6
|
|
784
|
-
|
|
785
|
-
## 0.0.9
|
|
786
|
-
|
|
787
|
-
### Patch Changes
|
|
788
|
-
|
|
789
|
-
- a3bd6c73c: Bugfixes for Form, Loading components
|
|
790
|
-
- aa8469ceb: Remove testing code from hero and add RTL style for tags
|
|
791
|
-
- 539894a90: Hero fixes for RTL and lack of image
|
|
792
|
-
- 22bda9fb8: Rename tagset to Tags to match other components and work as an npm package
|
|
793
|
-
- Updated dependencies [a3bd6c73c]
|
|
794
|
-
- Updated dependencies [aa8469ceb]
|
|
795
|
-
- Updated dependencies [da45da834]
|
|
796
|
-
- Updated dependencies [539894a90]
|
|
797
|
-
- Updated dependencies [22bda9fb8]
|
|
798
|
-
- @ilo-org/styles@0.1.5
|
|
799
|
-
- @ilo-org/icons-react@0.0.7
|
|
800
|
-
- @ilo-org/themes@0.1.5
|
|
801
|
-
|
|
802
|
-
## 0.0.8
|
|
803
|
-
|
|
804
|
-
### Patch Changes
|
|
805
|
-
|
|
806
|
-
- 9d25aa0e8: QA bugfixes for Nav Hero and Callout
|
|
807
|
-
- Updated dependencies [a8e627c45]
|
|
808
|
-
- Updated dependencies [9d25aa0e8]
|
|
809
|
-
- @ilo-org/styles@0.1.4
|
|
810
|
-
- @ilo-org/themes@0.1.4
|
|
811
|
-
- @ilo-org/icons-react@0.0.6
|
|
812
|
-
|
|
813
|
-
## 0.0.7
|
|
814
|
-
|
|
815
|
-
### Patch Changes
|
|
816
|
-
|
|
817
|
-
- 774682316: Card fixes such as font sizes and some slight tweaks to make sure all the data is displayed
|
|
818
|
-
- 2d7d8114a: Bug fixes and right-to-left stlying for rich text, tabs, image and credit components
|
|
819
|
-
- 04fe60f9f: Mostly design bugfixes across multiple components
|
|
820
|
-
- Updated dependencies [774682316]
|
|
821
|
-
- Updated dependencies [2d7d8114a]
|
|
822
|
-
- Updated dependencies [04fe60f9f]
|
|
823
|
-
- @ilo-org/icons-react@0.0.5
|
|
824
|
-
- @ilo-org/styles@0.1.3
|
|
825
|
-
- @ilo-org/themes@0.1.3
|
|
826
|
-
|
|
827
|
-
## 0.0.6
|
|
828
|
-
|
|
829
|
-
### Patch Changes
|
|
830
|
-
|
|
831
|
-
- a84c36d: Navigation RTL styles and design QA
|
|
832
|
-
- Updated dependencies [a84c36d]
|
|
833
|
-
- @ilo-org/icons-react@0.0.4
|
|
834
|
-
- @ilo-org/styles@0.1.2
|
|
835
|
-
- @ilo-org/themes@0.1.2
|
|
836
|
-
|
|
837
|
-
## 0.0.5
|
|
838
|
-
|
|
839
|
-
### Patch Changes
|
|
840
|
-
|
|
841
|
-
- ce78c7a: Accordion, Callout and Hero minor bugfixing and RTL styling for Cards
|
|
842
|
-
|
|
843
|
-
- Added sizes for cards, certain cards have different padding or styles for wide/standard/narrow
|
|
844
|
-
- Changed the parameters for cardgroups, removing settings and adding type to denote variant of card
|
|
845
|
-
- Changed the way cornercut and dark settings work, including a :not selector for cards that do no utilize those features
|
|
846
|
-
|
|
847
|
-
- 04c5c4e: - Fix some narrow/wide styles for multilink
|
|
848
|
-
- Use px-to-rem
|
|
849
|
-
- Overflow on hero images
|
|
850
|
-
- max-width on mobile logos
|
|
851
|
-
- 1a7ac4f: Bugfixes for several components
|
|
852
|
-
- Updated dependencies [ce78c7a]
|
|
853
|
-
- Updated dependencies [04c5c4e]
|
|
854
|
-
- Updated dependencies [1a7ac4f]
|
|
855
|
-
- Updated dependencies [2aa4aed]
|
|
856
|
-
- @ilo-org/icons-react@0.0.3
|
|
857
|
-
- @ilo-org/styles@0.1.1
|
|
858
|
-
- @ilo-org/themes@0.1.1
|
|
859
|
-
|
|
860
|
-
## 0.0.4
|
|
861
|
-
|
|
862
|
-
### Patch Changes
|
|
863
|
-
|
|
864
|
-
- Updated dependencies [6bf0e10]
|
|
865
|
-
- @ilo-org/styles@0.1.0
|
|
866
|
-
- @ilo-org/themes@0.1.0
|
|
867
|
-
- @ilo-org/icons-react@0.0.2
|
|
868
|
-
|
|
869
|
-
## 0.0.3
|
|
870
|
-
|
|
871
|
-
### Patch Changes
|
|
872
|
-
|
|
873
|
-
- Updated dependencies [ab6fd1b]
|
|
874
|
-
- Updated dependencies [b68f6fb]
|
|
875
|
-
- @ilo-org/styles@0.0.3
|
|
876
|
-
|
|
877
|
-
## 0.0.2
|
|
878
|
-
|
|
879
|
-
### Patch Changes
|
|
880
|
-
|
|
881
|
-
- b61692a: CSS should default to assuming fonts are being loaded via a server rather than by means of the monorepo
|
|
882
|
-
- Updated dependencies [b61692a]
|
|
883
|
-
- @ilo-org/fonts@0.0.2
|
|
884
|
-
- @ilo-org/styles@0.0.2
|