From 9c833130d867ac2673594598bb6a3b89ba8dfa8c Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 6 Dec 2023 16:55:02 +0000 Subject: [PATCH] chore(release): cut 9.0.0-alpha.1 [skip release] # [9.0.0-alpha.1](https://github.com/dhis2/ui/compare/v8.16.0-alpha.2...v9.0.0-alpha.1) (2023-12-06) ### Bug Fixes * **constants:** remove buttonVariantProptype from constants ([#1436](https://github.com/dhis2/ui/issues/1436)) ([d4dc535](https://github.com/dhis2/ui/commit/d4dc5350ac4254feb7a4e0c1aa4a55113845e247)) ### BREAKING CHANGES * **constants:** `buttonVariantPropType` has been removed from constants. This is mostly intended for internal use, but was part of the public API. --- CHANGELOG.md | 13 +++ collections/forms/package.json | 20 ++-- collections/ui/API.md | 12 +-- collections/ui/package.json | 98 +++++++++---------- components/alert/package.json | 8 +- components/box/package.json | 4 +- components/button/API.md | 12 +-- components/button/package.json | 12 +-- components/calendar/package.json | 16 +-- components/card/package.json | 4 +- components/center/package.json | 4 +- components/checkbox/package.json | 8 +- components/chip/package.json | 4 +- components/cover/package.json | 4 +- components/css/package.json | 4 +- components/divider/package.json | 4 +- components/field/package.json | 10 +- components/file-input/package.json | 16 +-- components/header-bar/package.json | 30 +++--- components/help/package.json | 4 +- components/input/package.json | 16 +-- components/intersection-detector/package.json | 4 +- components/label/package.json | 6 +- components/layer/package.json | 6 +- components/legend/package.json | 6 +- components/loader/package.json | 4 +- components/logo/package.json | 4 +- components/menu/package.json | 16 +-- components/modal/package.json | 14 +-- components/node/package.json | 6 +- components/notice-box/package.json | 6 +- .../organisation-unit-tree/package.json | 10 +- components/pagination/package.json | 10 +- components/popover/package.json | 8 +- components/popper/package.json | 4 +- components/portal/package.json | 2 +- components/radio/package.json | 4 +- components/required/package.json | 4 +- components/segmented-control/package.json | 4 +- components/select/package.json | 28 +++--- components/selector-bar/package.json | 22 ++--- components/sharing-dialog/package.json | 34 +++---- components/status-icon/package.json | 8 +- components/switch/package.json | 8 +- components/tab/package.json | 6 +- components/table/package.json | 6 +- components/tag/package.json | 4 +- components/text-area/package.json | 14 +-- components/tooltip/package.json | 8 +- components/transfer/package.json | 14 +-- components/user-avatar/package.json | 4 +- constants/API.md | 1 + constants/package.json | 2 +- docs/package.json | 2 +- icons/package.json | 2 +- package.json | 2 +- storybook/package.json | 6 +- 57 files changed, 303 insertions(+), 289 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1873d2c3a4..a997206aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [9.0.0-alpha.1](https://github.com/dhis2/ui/compare/v8.16.0-alpha.2...v9.0.0-alpha.1) (2023-12-06) + + +### Bug Fixes + +* **constants:** remove buttonVariantProptype from constants ([#1436](https://github.com/dhis2/ui/issues/1436)) ([d4dc535](https://github.com/dhis2/ui/commit/d4dc5350ac4254feb7a4e0c1aa4a55113845e247)) + + +### BREAKING CHANGES + +* **constants:** `buttonVariantPropType` has been removed from constants. +This is mostly intended for internal use, but was part of the public API. + # [8.16.0-alpha.2](https://github.com/dhis2/ui/compare/v8.16.0-alpha.1...v8.16.0-alpha.2) (2023-11-29) diff --git a/collections/forms/package.json b/collections/forms/package.json index fd40dda5e8..db54f0a69d 100644 --- a/collections/forms/package.json +++ b/collections/forms/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-forms", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "sideEffects": [ @@ -35,15 +35,15 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/button": "8.16.0-alpha.2", - "@dhis2-ui/checkbox": "8.16.0-alpha.2", - "@dhis2-ui/field": "8.16.0-alpha.2", - "@dhis2-ui/file-input": "8.16.0-alpha.2", - "@dhis2-ui/input": "8.16.0-alpha.2", - "@dhis2-ui/radio": "8.16.0-alpha.2", - "@dhis2-ui/select": "8.16.0-alpha.2", - "@dhis2-ui/switch": "8.16.0-alpha.2", - "@dhis2-ui/text-area": "8.16.0-alpha.2", + "@dhis2-ui/button": "9.0.0-alpha.1", + "@dhis2-ui/checkbox": "9.0.0-alpha.1", + "@dhis2-ui/field": "9.0.0-alpha.1", + "@dhis2-ui/file-input": "9.0.0-alpha.1", + "@dhis2-ui/input": "9.0.0-alpha.1", + "@dhis2-ui/radio": "9.0.0-alpha.1", + "@dhis2-ui/select": "9.0.0-alpha.1", + "@dhis2-ui/switch": "9.0.0-alpha.1", + "@dhis2-ui/text-area": "9.0.0-alpha.1", "classnames": "^2.3.1", "final-form": "^4.20.2", "prop-types": "^15.7.2", diff --git a/collections/ui/API.md b/collections/ui/API.md index 4ffb7b6d98..8601d0f560 100644 --- a/collections/ui/API.md +++ b/collections/ui/API.md @@ -155,15 +155,15 @@ import { DropdownButton } from '@dhis2/ui' |className|string|||| |component|element|||Component to show/hide when button is clicked| |dataTest|string|`'dhis2-uicore-dropdownbutton'`||| -|destructive|custom|||Button variant. Mutually exclusive with `primary` and `secondary` props| +|destructive|boolean|||Applies 'destructive' button appearance, implying a dangerous action.| |disabled|boolean|||Make the button non-interactive| |icon|element|||| |initialFocus|boolean|||Grants button initial focus on the page| |large|custom|||Button size. Mutually exclusive with `small` prop| |name|string|||| |open|boolean|||Controls popper visibility. When implementing this prop the component becomes a controlled component| -|primary|custom|||Button variant. Mutually exclusive with `destructive` and `secondary` props| -|secondary|custom|||Button variant. Mutually exclusive with `primary` and `destructive` props| +|primary|boolean|||Applies 'primary' button appearance, implying the most important action.| +|secondary|boolean|||Applies 'secondary' button appearance.| |small|custom|||Button size. Mutually exclusive with `large` prop| |tabIndex|string|||| |type|'submit' │ 'reset' │ 'button'|||Type of button. Can take advantage of different default behavior| @@ -190,14 +190,14 @@ import { SplitButton } from '@dhis2/ui' |className|string|||| |component|element|||Component to render when the dropdown is opened| |dataTest|string|`'dhis2-uicore-splitbutton'`||| -|destructive|custom|||Applies 'destructive' appearance to indicate purpose. Mutually exclusive with `primary` and `secondary` props| +|destructive|boolean|||Applies 'destructive' button appearance, implying a dangerous action.| |disabled|boolean|||Disables the button and makes it uninteractive| |icon|element|||An icon to add inside the button| |initialFocus|boolean|||Grants the button the initial focus| |large|custom|||Changes button size. Mutually exclusive with `small` prop| |name|string|||| -|primary|custom|||Applies 'primary' appearance to indicate purpose. Mutually exclusive with `destructive` and `secondary` props| -|secondary|custom|||Applies 'secondary' appearance to indicate purpose. Mutually exclusive with `primary` and `destructive` props| +|primary|boolean|||Applies 'primary' button appearance, implying the most important action.| +|secondary|boolean|||Applies 'secondary' button appearance.| |small|custom|||Changes button size. Mutually exclusive with `large` prop| |tabIndex|string|||| |type|'submit' │ 'reset' │ 'button'|||Type of button. Applied to html `button` element| diff --git a/collections/ui/package.json b/collections/ui/package.json index c5cebb141f..63e61cc9ac 100644 --- a/collections/ui/package.json +++ b/collections/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "exports": { @@ -21,54 +21,54 @@ "build": "d2-app-scripts build" }, "dependencies": { - "@dhis2-ui/alert": "8.16.0-alpha.2", - "@dhis2-ui/box": "8.16.0-alpha.2", - "@dhis2-ui/button": "8.16.0-alpha.2", - "@dhis2-ui/calendar": "8.16.0-alpha.2", - "@dhis2-ui/card": "8.16.0-alpha.2", - "@dhis2-ui/center": "8.16.0-alpha.2", - "@dhis2-ui/checkbox": "8.16.0-alpha.2", - "@dhis2-ui/chip": "8.16.0-alpha.2", - "@dhis2-ui/cover": "8.16.0-alpha.2", - "@dhis2-ui/css": "8.16.0-alpha.2", - "@dhis2-ui/divider": "8.16.0-alpha.2", - "@dhis2-ui/field": "8.16.0-alpha.2", - "@dhis2-ui/file-input": "8.16.0-alpha.2", - "@dhis2-ui/header-bar": "8.16.0-alpha.2", - "@dhis2-ui/help": "8.16.0-alpha.2", - "@dhis2-ui/input": "8.16.0-alpha.2", - "@dhis2-ui/intersection-detector": "8.16.0-alpha.2", - "@dhis2-ui/label": "8.16.0-alpha.2", - "@dhis2-ui/layer": "8.16.0-alpha.2", - "@dhis2-ui/legend": "8.16.0-alpha.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2-ui/logo": "8.16.0-alpha.2", - "@dhis2-ui/menu": "8.16.0-alpha.2", - "@dhis2-ui/modal": "8.16.0-alpha.2", - "@dhis2-ui/node": "8.16.0-alpha.2", - "@dhis2-ui/notice-box": "8.16.0-alpha.2", - "@dhis2-ui/organisation-unit-tree": "8.16.0-alpha.2", - "@dhis2-ui/pagination": "8.16.0-alpha.2", - "@dhis2-ui/popover": "8.16.0-alpha.2", - "@dhis2-ui/popper": "8.16.0-alpha.2", - "@dhis2-ui/portal": "8.16.0-alpha.2", - "@dhis2-ui/radio": "8.16.0-alpha.2", - "@dhis2-ui/required": "8.16.0-alpha.2", - "@dhis2-ui/segmented-control": "8.16.0-alpha.2", - "@dhis2-ui/select": "8.16.0-alpha.2", - "@dhis2-ui/selector-bar": "8.16.0-alpha.2", - "@dhis2-ui/sharing-dialog": "8.16.0-alpha.2", - "@dhis2-ui/switch": "8.16.0-alpha.2", - "@dhis2-ui/tab": "8.16.0-alpha.2", - "@dhis2-ui/table": "8.16.0-alpha.2", - "@dhis2-ui/tag": "8.16.0-alpha.2", - "@dhis2-ui/text-area": "8.16.0-alpha.2", - "@dhis2-ui/tooltip": "8.16.0-alpha.2", - "@dhis2-ui/transfer": "8.16.0-alpha.2", - "@dhis2-ui/user-avatar": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-forms": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/alert": "9.0.0-alpha.1", + "@dhis2-ui/box": "9.0.0-alpha.1", + "@dhis2-ui/button": "9.0.0-alpha.1", + "@dhis2-ui/calendar": "9.0.0-alpha.1", + "@dhis2-ui/card": "9.0.0-alpha.1", + "@dhis2-ui/center": "9.0.0-alpha.1", + "@dhis2-ui/checkbox": "9.0.0-alpha.1", + "@dhis2-ui/chip": "9.0.0-alpha.1", + "@dhis2-ui/cover": "9.0.0-alpha.1", + "@dhis2-ui/css": "9.0.0-alpha.1", + "@dhis2-ui/divider": "9.0.0-alpha.1", + "@dhis2-ui/field": "9.0.0-alpha.1", + "@dhis2-ui/file-input": "9.0.0-alpha.1", + "@dhis2-ui/header-bar": "9.0.0-alpha.1", + "@dhis2-ui/help": "9.0.0-alpha.1", + "@dhis2-ui/input": "9.0.0-alpha.1", + "@dhis2-ui/intersection-detector": "9.0.0-alpha.1", + "@dhis2-ui/label": "9.0.0-alpha.1", + "@dhis2-ui/layer": "9.0.0-alpha.1", + "@dhis2-ui/legend": "9.0.0-alpha.1", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2-ui/logo": "9.0.0-alpha.1", + "@dhis2-ui/menu": "9.0.0-alpha.1", + "@dhis2-ui/modal": "9.0.0-alpha.1", + "@dhis2-ui/node": "9.0.0-alpha.1", + "@dhis2-ui/notice-box": "9.0.0-alpha.1", + "@dhis2-ui/organisation-unit-tree": "9.0.0-alpha.1", + "@dhis2-ui/pagination": "9.0.0-alpha.1", + "@dhis2-ui/popover": "9.0.0-alpha.1", + "@dhis2-ui/popper": "9.0.0-alpha.1", + "@dhis2-ui/portal": "9.0.0-alpha.1", + "@dhis2-ui/radio": "9.0.0-alpha.1", + "@dhis2-ui/required": "9.0.0-alpha.1", + "@dhis2-ui/segmented-control": "9.0.0-alpha.1", + "@dhis2-ui/select": "9.0.0-alpha.1", + "@dhis2-ui/selector-bar": "9.0.0-alpha.1", + "@dhis2-ui/sharing-dialog": "9.0.0-alpha.1", + "@dhis2-ui/switch": "9.0.0-alpha.1", + "@dhis2-ui/tab": "9.0.0-alpha.1", + "@dhis2-ui/table": "9.0.0-alpha.1", + "@dhis2-ui/tag": "9.0.0-alpha.1", + "@dhis2-ui/text-area": "9.0.0-alpha.1", + "@dhis2-ui/tooltip": "9.0.0-alpha.1", + "@dhis2-ui/transfer": "9.0.0-alpha.1", + "@dhis2-ui/user-avatar": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-forms": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/components/alert/package.json b/components/alert/package.json index a1ef969ca3..44c502098b 100644 --- a/components/alert/package.json +++ b/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/alert", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Alert", "repository": { "type": "git", @@ -33,9 +33,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/portal": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/portal": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/box/package.json b/components/box/package.json index 3b7568c73c..3893af9f76 100644 --- a/components/box/package.json +++ b/components/box/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/box", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Box", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/button/API.md b/components/button/API.md index 9323722f02..128964c70c 100644 --- a/components/button/API.md +++ b/components/button/API.md @@ -78,15 +78,15 @@ import { DropdownButton } from '@dhis2-ui/button' |className|string|||| |component|element|||Component to show/hide when button is clicked| |dataTest|string|`'dhis2-uicore-dropdownbutton'`||| -|destructive|custom|||Button variant. Mutually exclusive with `primary` and `secondary` props| +|destructive|boolean|||Applies 'destructive' button appearance, implying a dangerous action.| |disabled|boolean|||Make the button non-interactive| |icon|element|||| |initialFocus|boolean|||Grants button initial focus on the page| |large|custom|||Button size. Mutually exclusive with `small` prop| |name|string|||| |open|boolean|||Controls popper visibility. When implementing this prop the component becomes a controlled component| -|primary|custom|||Button variant. Mutually exclusive with `destructive` and `secondary` props| -|secondary|custom|||Button variant. Mutually exclusive with `primary` and `destructive` props| +|primary|boolean|||Applies 'primary' button appearance, implying the most important action.| +|secondary|boolean|||Applies 'secondary' button appearance.| |small|custom|||Button size. Mutually exclusive with `large` prop| |tabIndex|string|||| |type|'submit' │ 'reset' │ 'button'|||Type of button. Can take advantage of different default behavior| @@ -113,14 +113,14 @@ import { SplitButton } from '@dhis2-ui/button' |className|string|||| |component|element|||Component to render when the dropdown is opened| |dataTest|string|`'dhis2-uicore-splitbutton'`||| -|destructive|custom|||Applies 'destructive' appearance to indicate purpose. Mutually exclusive with `primary` and `secondary` props| +|destructive|boolean|||Applies 'destructive' button appearance, implying a dangerous action.| |disabled|boolean|||Disables the button and makes it uninteractive| |icon|element|||An icon to add inside the button| |initialFocus|boolean|||Grants the button the initial focus| |large|custom|||Changes button size. Mutually exclusive with `small` prop| |name|string|||| -|primary|custom|||Applies 'primary' appearance to indicate purpose. Mutually exclusive with `destructive` and `secondary` props| -|secondary|custom|||Applies 'secondary' appearance to indicate purpose. Mutually exclusive with `primary` and `destructive` props| +|primary|boolean|||Applies 'primary' button appearance, implying the most important action.| +|secondary|boolean|||Applies 'secondary' button appearance.| |small|custom|||Changes button size. Mutually exclusive with `large` prop| |tabIndex|string|||| |type|'submit' │ 'reset' │ 'button'|||Type of button. Applied to html `button` element| diff --git a/components/button/package.json b/components/button/package.json index 3c4f517e88..95c0f3ce12 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/button", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Button", "repository": { "type": "git", @@ -33,11 +33,11 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/layer": "8.16.0-alpha.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2-ui/popper": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/layer": "9.0.0-alpha.1", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2-ui/popper": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/calendar/package.json b/components/calendar/package.json index 54a5a71adf..056aabdbbe 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/calendar", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Calendar", "repository": { "type": "git", @@ -33,15 +33,15 @@ "styled-jsx": "^4" }, "dependencies": { - "@dhis2-ui/button": "8.16.0-alpha.2", - "@dhis2-ui/card": "8.16.0-alpha.2", - "@dhis2-ui/input": "8.16.0-alpha.2", - "@dhis2-ui/layer": "8.16.0-alpha.2", - "@dhis2-ui/popper": "8.16.0-alpha.2", + "@dhis2-ui/button": "9.0.0-alpha.1", + "@dhis2-ui/card": "9.0.0-alpha.1", + "@dhis2-ui/input": "9.0.0-alpha.1", + "@dhis2-ui/layer": "9.0.0-alpha.1", + "@dhis2-ui/popper": "9.0.0-alpha.1", "@dhis2/multi-calendar-dates": "1.0.2", "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/card/package.json b/components/card/package.json index b823ae9f81..2c35379439 100644 --- a/components/card/package.json +++ b/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/card", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Card", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/center/package.json b/components/center/package.json index e45794fcb1..184a655c03 100644 --- a/components/center/package.json +++ b/components/center/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/center", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Center", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/checkbox/package.json b/components/checkbox/package.json index f6ce567be4..6df8396260 100644 --- a/components/checkbox/package.json +++ b/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/checkbox", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Checkbox", "repository": { "type": "git", @@ -33,9 +33,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/field": "8.16.0-alpha.2", - "@dhis2-ui/required": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/field": "9.0.0-alpha.1", + "@dhis2-ui/required": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/chip/package.json b/components/chip/package.json index 631f70d9a5..ff05c5999b 100644 --- a/components/chip/package.json +++ b/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/chip", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Chip", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/cover/package.json b/components/cover/package.json index a175cccc13..1525a0eb42 100644 --- a/components/cover/package.json +++ b/components/cover/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/cover", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Cover", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/css/package.json b/components/css/package.json index a2898fd5be..b1cd2b689b 100644 --- a/components/css/package.json +++ b/components/css/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/css", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI CSS", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/divider/package.json b/components/divider/package.json index 3749ea066b..3786dc6f34 100644 --- a/components/divider/package.json +++ b/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/divider", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Divider", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/field/package.json b/components/field/package.json index fcb1a23674..e7a0c60a5c 100644 --- a/components/field/package.json +++ b/components/field/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/field", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Field", "repository": { "type": "git", @@ -33,10 +33,10 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/box": "8.16.0-alpha.2", - "@dhis2-ui/help": "8.16.0-alpha.2", - "@dhis2-ui/label": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/box": "9.0.0-alpha.1", + "@dhis2-ui/help": "9.0.0-alpha.1", + "@dhis2-ui/label": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/file-input/package.json b/components/file-input/package.json index 3780c657aa..d3f3ed854c 100644 --- a/components/file-input/package.json +++ b/components/file-input/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/file-input", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI FileInput", "repository": { "type": "git", @@ -34,13 +34,13 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/button": "8.16.0-alpha.2", - "@dhis2-ui/field": "8.16.0-alpha.2", - "@dhis2-ui/label": "8.16.0-alpha.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2-ui/status-icon": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/button": "9.0.0-alpha.1", + "@dhis2-ui/field": "9.0.0-alpha.1", + "@dhis2-ui/label": "9.0.0-alpha.1", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2-ui/status-icon": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/header-bar/package.json b/components/header-bar/package.json index 596678a71d..497440e715 100644 --- a/components/header-bar/package.json +++ b/components/header-bar/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/header-bar", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI HeaderBar", "repository": { "type": "git", @@ -34,21 +34,21 @@ "styled-jsx": "^4" }, "dependencies": { - "@dhis2-ui/box": "8.16.0-alpha.2", - "@dhis2-ui/button": "8.16.0-alpha.2", - "@dhis2-ui/card": "8.16.0-alpha.2", - "@dhis2-ui/center": "8.16.0-alpha.2", - "@dhis2-ui/divider": "8.16.0-alpha.2", - "@dhis2-ui/input": "8.16.0-alpha.2", - "@dhis2-ui/layer": "8.16.0-alpha.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2-ui/logo": "8.16.0-alpha.2", - "@dhis2-ui/menu": "8.16.0-alpha.2", - "@dhis2-ui/modal": "8.16.0-alpha.2", - "@dhis2-ui/user-avatar": "8.16.0-alpha.2", + "@dhis2-ui/box": "9.0.0-alpha.1", + "@dhis2-ui/button": "9.0.0-alpha.1", + "@dhis2-ui/card": "9.0.0-alpha.1", + "@dhis2-ui/center": "9.0.0-alpha.1", + "@dhis2-ui/divider": "9.0.0-alpha.1", + "@dhis2-ui/input": "9.0.0-alpha.1", + "@dhis2-ui/layer": "9.0.0-alpha.1", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2-ui/logo": "9.0.0-alpha.1", + "@dhis2-ui/menu": "9.0.0-alpha.1", + "@dhis2-ui/modal": "9.0.0-alpha.1", + "@dhis2-ui/user-avatar": "9.0.0-alpha.1", "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "moment": "^2.29.1", "prop-types": "^15.7.2" diff --git a/components/help/package.json b/components/help/package.json index 72c754fdfb..6074346a39 100644 --- a/components/help/package.json +++ b/components/help/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/help", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Help", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/input/package.json b/components/input/package.json index f4254d16fd..47c8b0c751 100644 --- a/components/input/package.json +++ b/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/input", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Input", "repository": { "type": "git", @@ -33,13 +33,13 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/box": "8.16.0-alpha.2", - "@dhis2-ui/field": "8.16.0-alpha.2", - "@dhis2-ui/input": "8.16.0-alpha.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2-ui/status-icon": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/box": "9.0.0-alpha.1", + "@dhis2-ui/field": "9.0.0-alpha.1", + "@dhis2-ui/input": "9.0.0-alpha.1", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2-ui/status-icon": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json index 248460a923..0da2a54681 100644 --- a/components/intersection-detector/package.json +++ b/components/intersection-detector/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/intersection-detector", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI IntersectionDetector", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/label/package.json b/components/label/package.json index 9106d502a8..935222c6af 100644 --- a/components/label/package.json +++ b/components/label/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/label", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Label", "repository": { "type": "git", @@ -33,8 +33,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/required": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/required": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/layer/package.json b/components/layer/package.json index a21b9ad940..c63b93c1fc 100644 --- a/components/layer/package.json +++ b/components/layer/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/layer", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Layer", "repository": { "type": "git", @@ -33,8 +33,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/portal": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/portal": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/legend/package.json b/components/legend/package.json index 4b996274a7..851caa3dcd 100644 --- a/components/legend/package.json +++ b/components/legend/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/legend", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Legend", "repository": { "type": "git", @@ -33,8 +33,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/required": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/required": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/loader/package.json b/components/loader/package.json index ff3f97eb7c..aeaa01c0a3 100644 --- a/components/loader/package.json +++ b/components/loader/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/loader", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Loaders", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/logo/package.json b/components/logo/package.json index 45c8cdde62..4f55ce8001 100644 --- a/components/logo/package.json +++ b/components/logo/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/logo", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Logo", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/menu/package.json b/components/menu/package.json index c6097ac375..9937f57b38 100644 --- a/components/menu/package.json +++ b/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/menu", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Menu", "repository": { "type": "git", @@ -33,13 +33,13 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/card": "8.16.0-alpha.2", - "@dhis2-ui/divider": "8.16.0-alpha.2", - "@dhis2-ui/layer": "8.16.0-alpha.2", - "@dhis2-ui/popper": "8.16.0-alpha.2", - "@dhis2-ui/portal": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/card": "9.0.0-alpha.1", + "@dhis2-ui/divider": "9.0.0-alpha.1", + "@dhis2-ui/layer": "9.0.0-alpha.1", + "@dhis2-ui/popper": "9.0.0-alpha.1", + "@dhis2-ui/portal": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/modal/package.json b/components/modal/package.json index 923f26ead4..68e05c4abd 100644 --- a/components/modal/package.json +++ b/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/modal", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Modal", "repository": { "type": "git", @@ -33,12 +33,12 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/card": "8.16.0-alpha.2", - "@dhis2-ui/center": "8.16.0-alpha.2", - "@dhis2-ui/layer": "8.16.0-alpha.2", - "@dhis2-ui/portal": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/card": "9.0.0-alpha.1", + "@dhis2-ui/center": "9.0.0-alpha.1", + "@dhis2-ui/layer": "9.0.0-alpha.1", + "@dhis2-ui/portal": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/node/package.json b/components/node/package.json index 35b3e96bcb..95282dba57 100644 --- a/components/node/package.json +++ b/components/node/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/node", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Node", "repository": { "type": "git", @@ -33,8 +33,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/notice-box/package.json b/components/notice-box/package.json index 066b615168..fe33529c21 100644 --- a/components/notice-box/package.json +++ b/components/notice-box/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/notice-box", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI NoticeBox", "repository": { "type": "git", @@ -33,8 +33,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json index 3f16e0994b..1313eb9846 100644 --- a/components/organisation-unit-tree/package.json +++ b/components/organisation-unit-tree/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/organisation-unit-tree", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI OrganisationUnitTree", "repository": { "type": "git", @@ -35,10 +35,10 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/checkbox": "8.16.0-alpha.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2-ui/node": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/checkbox": "9.0.0-alpha.1", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2-ui/node": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/pagination/package.json b/components/pagination/package.json index 9aee7fd3f7..c6bfd1649e 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/pagination", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Pagination", "repository": { "type": "git", @@ -34,10 +34,10 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/button": "8.16.0-alpha.2", - "@dhis2-ui/select": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/button": "9.0.0-alpha.1", + "@dhis2-ui/select": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/popover/package.json b/components/popover/package.json index 1a44d4b178..a6aadfa892 100644 --- a/components/popover/package.json +++ b/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/popover", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Popover", "repository": { "type": "git", @@ -33,9 +33,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/layer": "8.16.0-alpha.2", - "@dhis2-ui/popper": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/layer": "9.0.0-alpha.1", + "@dhis2-ui/popper": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/popper/package.json b/components/popper/package.json index 9dd5d873f2..95d4e8fef1 100644 --- a/components/popper/package.json +++ b/components/popper/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/popper", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Popper", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "@popperjs/core": "^2.10.1", "classnames": "^2.3.1", "prop-types": "^15.7.2", diff --git a/components/portal/package.json b/components/portal/package.json index 3c460d4a9b..be6557343d 100644 --- a/components/portal/package.json +++ b/components/portal/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/portal", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Portal", "repository": { "type": "git", diff --git a/components/radio/package.json b/components/radio/package.json index 925aead451..ce788fef81 100644 --- a/components/radio/package.json +++ b/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/radio", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Radio", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/required/package.json b/components/required/package.json index 21f5202d9c..0bfaae15cc 100644 --- a/components/required/package.json +++ b/components/required/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/required", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Required", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json index 640799fbae..e5f3e38fce 100644 --- a/components/segmented-control/package.json +++ b/components/segmented-control/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/segmented-control", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Segmented Control", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/select/package.json b/components/select/package.json index caa960178d..0e13f1d1a3 100644 --- a/components/select/package.json +++ b/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/select", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Select", "repository": { "type": "git", @@ -34,19 +34,19 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/box": "8.16.0-alpha.2", - "@dhis2-ui/button": "8.16.0-alpha.2", - "@dhis2-ui/card": "8.16.0-alpha.2", - "@dhis2-ui/checkbox": "8.16.0-alpha.2", - "@dhis2-ui/chip": "8.16.0-alpha.2", - "@dhis2-ui/field": "8.16.0-alpha.2", - "@dhis2-ui/input": "8.16.0-alpha.2", - "@dhis2-ui/layer": "8.16.0-alpha.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2-ui/popper": "8.16.0-alpha.2", - "@dhis2-ui/status-icon": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/box": "9.0.0-alpha.1", + "@dhis2-ui/button": "9.0.0-alpha.1", + "@dhis2-ui/card": "9.0.0-alpha.1", + "@dhis2-ui/checkbox": "9.0.0-alpha.1", + "@dhis2-ui/chip": "9.0.0-alpha.1", + "@dhis2-ui/field": "9.0.0-alpha.1", + "@dhis2-ui/input": "9.0.0-alpha.1", + "@dhis2-ui/layer": "9.0.0-alpha.1", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2-ui/popper": "9.0.0-alpha.1", + "@dhis2-ui/status-icon": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json index adf9fbe38d..90f33a6b2d 100644 --- a/components/selector-bar/package.json +++ b/components/selector-bar/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/selector-bar", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Select", "repository": { "type": "git", @@ -33,21 +33,21 @@ "styled-jsx": "^4" }, "dependencies": { - "@dhis2-ui/button": "8.16.0-alpha.2", - "@dhis2-ui/card": "8.16.0-alpha.2", - "@dhis2-ui/popper": "8.16.0-alpha.2", - "@dhis2-ui/layer": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/button": "9.0.0-alpha.1", + "@dhis2-ui/card": "9.0.0-alpha.1", + "@dhis2-ui/popper": "9.0.0-alpha.1", + "@dhis2-ui/layer": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "@testing-library/react": "^12.1.2", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, "devDependencies": { - "@dhis2-ui/css": "8.16.0-alpha.2", - "@dhis2-ui/menu": "8.16.0-alpha.2", - "@dhis2-ui/organisation-unit-tree": "8.16.0-alpha.2", - "@dhis2-ui/select": "8.16.0-alpha.2", + "@dhis2-ui/css": "9.0.0-alpha.1", + "@dhis2-ui/menu": "9.0.0-alpha.1", + "@dhis2-ui/organisation-unit-tree": "9.0.0-alpha.1", + "@dhis2-ui/select": "9.0.0-alpha.1", "@dhis2/d2-i18n": "^1.1.0", "@testing-library/jest-dom": "^5.16.1", "react": "16.13", diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json index 4d20a27ef2..f442e4fa08 100644 --- a/components/sharing-dialog/package.json +++ b/components/sharing-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/sharing-dialog", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI SharingDialog", "repository": { "type": "git", @@ -35,22 +35,22 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/box": "8.16.0-alpha.2", - "@dhis2-ui/button": "8.16.0-alpha.2", - "@dhis2-ui/card": "8.16.0-alpha.2", - "@dhis2-ui/divider": "8.16.0-alpha.2", - "@dhis2-ui/input": "8.16.0-alpha.2", - "@dhis2-ui/layer": "8.16.0-alpha.2", - "@dhis2-ui/menu": "8.16.0-alpha.2", - "@dhis2-ui/modal": "8.16.0-alpha.2", - "@dhis2-ui/notice-box": "8.16.0-alpha.2", - "@dhis2-ui/popper": "8.16.0-alpha.2", - "@dhis2-ui/select": "8.16.0-alpha.2", - "@dhis2-ui/tab": "8.16.0-alpha.2", - "@dhis2-ui/tooltip": "8.16.0-alpha.2", - "@dhis2-ui/user-avatar": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/box": "9.0.0-alpha.1", + "@dhis2-ui/button": "9.0.0-alpha.1", + "@dhis2-ui/card": "9.0.0-alpha.1", + "@dhis2-ui/divider": "9.0.0-alpha.1", + "@dhis2-ui/input": "9.0.0-alpha.1", + "@dhis2-ui/layer": "9.0.0-alpha.1", + "@dhis2-ui/menu": "9.0.0-alpha.1", + "@dhis2-ui/modal": "9.0.0-alpha.1", + "@dhis2-ui/notice-box": "9.0.0-alpha.1", + "@dhis2-ui/popper": "9.0.0-alpha.1", + "@dhis2-ui/select": "9.0.0-alpha.1", + "@dhis2-ui/tab": "9.0.0-alpha.1", + "@dhis2-ui/tooltip": "9.0.0-alpha.1", + "@dhis2-ui/user-avatar": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "@react-hook/size": "^2.1.2", "classnames": "^2.3.1", "prop-types": "^15.7.2" diff --git a/components/status-icon/package.json b/components/status-icon/package.json index 90ee4131e7..7e966c46c9 100644 --- a/components/status-icon/package.json +++ b/components/status-icon/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/status-icon", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI StatusIcon", "repository": { "type": "git", @@ -33,9 +33,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/switch/package.json b/components/switch/package.json index 429046a787..0babd718c4 100644 --- a/components/switch/package.json +++ b/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/switch", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Switch", "repository": { "type": "git", @@ -33,9 +33,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/field": "8.16.0-alpha.2", - "@dhis2-ui/required": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/field": "9.0.0-alpha.1", + "@dhis2-ui/required": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/tab/package.json b/components/tab/package.json index b22bc26a30..9bcb421a63 100644 --- a/components/tab/package.json +++ b/components/tab/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/tab", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Tabs", "repository": { "type": "git", @@ -33,8 +33,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/table/package.json b/components/table/package.json index 6f156be81a..6d611b28c6 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/table", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Table", "repository": { "type": "git", @@ -34,8 +34,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/tag/package.json b/components/tag/package.json index ede61c1e1b..20b19a0094 100644 --- a/components/tag/package.json +++ b/components/tag/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/tag", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Tag", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/text-area/package.json b/components/text-area/package.json index c533329a28..c6fe5c7722 100644 --- a/components/text-area/package.json +++ b/components/text-area/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/text-area", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI TextArea", "repository": { "type": "git", @@ -33,12 +33,12 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/box": "8.16.0-alpha.2", - "@dhis2-ui/field": "8.16.0-alpha.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2-ui/status-icon": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", - "@dhis2/ui-icons": "8.16.0-alpha.2", + "@dhis2-ui/box": "9.0.0-alpha.1", + "@dhis2-ui/field": "9.0.0-alpha.1", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2-ui/status-icon": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", + "@dhis2/ui-icons": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/tooltip/package.json b/components/tooltip/package.json index a41a14e6b2..2fa0ea9a76 100644 --- a/components/tooltip/package.json +++ b/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/tooltip", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Tooltip", "repository": { "type": "git", @@ -33,9 +33,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/popper": "8.16.0-alpha.2", - "@dhis2-ui/portal": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/popper": "9.0.0-alpha.1", + "@dhis2-ui/portal": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/transfer/package.json b/components/transfer/package.json index f4cba4bfaf..98dfb31f7f 100644 --- a/components/transfer/package.json +++ b/components/transfer/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/transfer", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Transfer", "repository": { "type": "git", @@ -33,12 +33,12 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/button": "8.16.0-alpha.2", - "@dhis2-ui/field": "8.16.0-alpha.2", - "@dhis2-ui/input": "8.16.0-alpha.2", - "@dhis2-ui/intersection-detector": "8.16.0-alpha.2", - "@dhis2-ui/loader": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/button": "9.0.0-alpha.1", + "@dhis2-ui/field": "9.0.0-alpha.1", + "@dhis2-ui/input": "9.0.0-alpha.1", + "@dhis2-ui/intersection-detector": "9.0.0-alpha.1", + "@dhis2-ui/loader": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json index 32ba96fc1a..e8b6cbed8d 100644 --- a/components/user-avatar/package.json +++ b/components/user-avatar/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/user-avatar", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI User Avatar", "repository": { "type": "git", @@ -34,7 +34,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2/ui-constants": "9.0.0-alpha.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/constants/API.md b/constants/API.md index 015eb1b3d9..30c8265cc8 100644 --- a/constants/API.md +++ b/constants/API.md @@ -4,6 +4,7 @@ - [layers](src/layers.js) - [statusPropType](src/shared-prop-types.js) - [statusArgType](src/shared-prop-types.js) +- [buttonVariantArgType](src/shared-prop-types.js) - [sizePropType](src/shared-prop-types.js) - [sizeArgType](src/shared-prop-types.js) - [insideAlignmentPropType](src/shared-prop-types.js) diff --git a/constants/package.json b/constants/package.json index f9f344f632..bc2a2d79a0 100644 --- a/constants/package.json +++ b/constants/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-constants", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "Constants used in the UI libs", "main": "./build/cjs/index.js", "module": "./build/es/index.js", diff --git a/docs/package.json b/docs/package.json index fb90adf3a6..171ec5f70a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "ui-docusaurus", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "private": true, "description": "UI Docusaurus", "repository": { diff --git a/icons/package.json b/icons/package.json index e23d086ac6..e9edcb4ce2 100644 --- a/icons/package.json +++ b/icons/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-icons", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "Icons used in the UI libs", "main": "./build/cjs/react/index.js", "module": "./build/es/react/index.js", diff --git a/package.json b/package.json index c63bff440e..7597dee74d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-root", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/dhis2/ui.git" diff --git a/storybook/package.json b/storybook/package.json index c2f96f2d14..bfc82cf051 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -1,6 +1,6 @@ { "name": "ui-storybook", - "version": "8.16.0-alpha.2", + "version": "9.0.0-alpha.1", "description": "UI Storybook", "repository": { "type": "git", @@ -23,8 +23,8 @@ "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-private-methods": "^7.13.0", "@babel/plugin-proposal-private-property-in-object": "^7.14.0", - "@dhis2-ui/css": "8.16.0-alpha.2", - "@dhis2/ui-constants": "8.16.0-alpha.2", + "@dhis2-ui/css": "9.0.0-alpha.1", + "@dhis2/ui-constants": "9.0.0-alpha.1", "@fontsource/roboto": "^4.5.0", "@storybook/addon-a11y": "^6.3.7", "@storybook/addon-console": "^1.2.3",