diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b0baf8f9..e4815319f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.15.1](https://github.com/dhis2/ui/compare/v8.15.0...v8.15.1) (2023-11-28) + + +### Bug Fixes + +* **prop-type:** fix deprecation of buttonVariantPropType ([#1433](https://github.com/dhis2/ui/issues/1433)) ([81644a8](https://github.com/dhis2/ui/commit/81644a8e54cf7a4f29ff33536029df6e2bad9437)) + # [8.15.0](https://github.com/dhis2/ui/compare/v8.14.13...v8.15.0) (2023-11-27) diff --git a/collections/forms/package.json b/collections/forms/package.json index c0221bb88e..d942581ada 100644 --- a/collections/forms/package.json +++ b/collections/forms/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-forms", - "version": "8.15.0", + "version": "8.15.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "sideEffects": [ @@ -34,15 +34,15 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/button": "8.15.0", - "@dhis2-ui/checkbox": "8.15.0", - "@dhis2-ui/field": "8.15.0", - "@dhis2-ui/file-input": "8.15.0", - "@dhis2-ui/input": "8.15.0", - "@dhis2-ui/radio": "8.15.0", - "@dhis2-ui/select": "8.15.0", - "@dhis2-ui/switch": "8.15.0", - "@dhis2-ui/text-area": "8.15.0", + "@dhis2-ui/button": "8.15.1", + "@dhis2-ui/checkbox": "8.15.1", + "@dhis2-ui/field": "8.15.1", + "@dhis2-ui/file-input": "8.15.1", + "@dhis2-ui/input": "8.15.1", + "@dhis2-ui/radio": "8.15.1", + "@dhis2-ui/select": "8.15.1", + "@dhis2-ui/switch": "8.15.1", + "@dhis2-ui/text-area": "8.15.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 3151849783..d90e626f8c 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 26cb81e66a..de9846a887 100644 --- a/collections/ui/package.json +++ b/collections/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui", - "version": "8.15.0", + "version": "8.15.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "exports": { @@ -20,54 +20,54 @@ "build": "d2-app-scripts build" }, "dependencies": { - "@dhis2-ui/alert": "8.15.0", - "@dhis2-ui/box": "8.15.0", - "@dhis2-ui/button": "8.15.0", - "@dhis2-ui/calendar": "8.15.0", - "@dhis2-ui/card": "8.15.0", - "@dhis2-ui/center": "8.15.0", - "@dhis2-ui/checkbox": "8.15.0", - "@dhis2-ui/chip": "8.15.0", - "@dhis2-ui/cover": "8.15.0", - "@dhis2-ui/css": "8.15.0", - "@dhis2-ui/divider": "8.15.0", - "@dhis2-ui/field": "8.15.0", - "@dhis2-ui/file-input": "8.15.0", - "@dhis2-ui/header-bar": "8.15.0", - "@dhis2-ui/help": "8.15.0", - "@dhis2-ui/input": "8.15.0", - "@dhis2-ui/intersection-detector": "8.15.0", - "@dhis2-ui/label": "8.15.0", - "@dhis2-ui/layer": "8.15.0", - "@dhis2-ui/legend": "8.15.0", - "@dhis2-ui/loader": "8.15.0", - "@dhis2-ui/logo": "8.15.0", - "@dhis2-ui/menu": "8.15.0", - "@dhis2-ui/modal": "8.15.0", - "@dhis2-ui/node": "8.15.0", - "@dhis2-ui/notice-box": "8.15.0", - "@dhis2-ui/organisation-unit-tree": "8.15.0", - "@dhis2-ui/pagination": "8.15.0", - "@dhis2-ui/popover": "8.15.0", - "@dhis2-ui/popper": "8.15.0", - "@dhis2-ui/portal": "8.15.0", - "@dhis2-ui/radio": "8.15.0", - "@dhis2-ui/required": "8.15.0", - "@dhis2-ui/segmented-control": "8.15.0", - "@dhis2-ui/select": "8.15.0", - "@dhis2-ui/selector-bar": "8.15.0", - "@dhis2-ui/sharing-dialog": "8.15.0", - "@dhis2-ui/switch": "8.15.0", - "@dhis2-ui/tab": "8.15.0", - "@dhis2-ui/table": "8.15.0", - "@dhis2-ui/tag": "8.15.0", - "@dhis2-ui/text-area": "8.15.0", - "@dhis2-ui/tooltip": "8.15.0", - "@dhis2-ui/transfer": "8.15.0", - "@dhis2-ui/user-avatar": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-forms": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/alert": "8.15.1", + "@dhis2-ui/box": "8.15.1", + "@dhis2-ui/button": "8.15.1", + "@dhis2-ui/calendar": "8.15.1", + "@dhis2-ui/card": "8.15.1", + "@dhis2-ui/center": "8.15.1", + "@dhis2-ui/checkbox": "8.15.1", + "@dhis2-ui/chip": "8.15.1", + "@dhis2-ui/cover": "8.15.1", + "@dhis2-ui/css": "8.15.1", + "@dhis2-ui/divider": "8.15.1", + "@dhis2-ui/field": "8.15.1", + "@dhis2-ui/file-input": "8.15.1", + "@dhis2-ui/header-bar": "8.15.1", + "@dhis2-ui/help": "8.15.1", + "@dhis2-ui/input": "8.15.1", + "@dhis2-ui/intersection-detector": "8.15.1", + "@dhis2-ui/label": "8.15.1", + "@dhis2-ui/layer": "8.15.1", + "@dhis2-ui/legend": "8.15.1", + "@dhis2-ui/loader": "8.15.1", + "@dhis2-ui/logo": "8.15.1", + "@dhis2-ui/menu": "8.15.1", + "@dhis2-ui/modal": "8.15.1", + "@dhis2-ui/node": "8.15.1", + "@dhis2-ui/notice-box": "8.15.1", + "@dhis2-ui/organisation-unit-tree": "8.15.1", + "@dhis2-ui/pagination": "8.15.1", + "@dhis2-ui/popover": "8.15.1", + "@dhis2-ui/popper": "8.15.1", + "@dhis2-ui/portal": "8.15.1", + "@dhis2-ui/radio": "8.15.1", + "@dhis2-ui/required": "8.15.1", + "@dhis2-ui/segmented-control": "8.15.1", + "@dhis2-ui/select": "8.15.1", + "@dhis2-ui/selector-bar": "8.15.1", + "@dhis2-ui/sharing-dialog": "8.15.1", + "@dhis2-ui/switch": "8.15.1", + "@dhis2-ui/tab": "8.15.1", + "@dhis2-ui/table": "8.15.1", + "@dhis2-ui/tag": "8.15.1", + "@dhis2-ui/text-area": "8.15.1", + "@dhis2-ui/tooltip": "8.15.1", + "@dhis2-ui/transfer": "8.15.1", + "@dhis2-ui/user-avatar": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-forms": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/components/alert/package.json b/components/alert/package.json index 9041de9bf5..9de80637e4 100644 --- a/components/alert/package.json +++ b/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/alert", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Alert", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/portal": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/portal": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/box/package.json b/components/box/package.json index 59f4121764..df6550a4b9 100644 --- a/components/box/package.json +++ b/components/box/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/box", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Box", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.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 de87d4b2e4..0138d2c4d6 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/button", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Button", "repository": { "type": "git", @@ -32,11 +32,11 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/layer": "8.15.0", - "@dhis2-ui/loader": "8.15.0", - "@dhis2-ui/popper": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/layer": "8.15.1", + "@dhis2-ui/loader": "8.15.1", + "@dhis2-ui/popper": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/calendar/package.json b/components/calendar/package.json index d83737e6c1..1c18a59fbf 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/calendar", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Calendar", "repository": { "type": "git", @@ -32,15 +32,15 @@ "styled-jsx": "^4" }, "dependencies": { - "@dhis2-ui/button": "8.15.0", - "@dhis2-ui/card": "8.15.0", - "@dhis2-ui/input": "8.15.0", - "@dhis2-ui/layer": "8.15.0", - "@dhis2-ui/popper": "8.15.0", + "@dhis2-ui/button": "8.15.1", + "@dhis2-ui/card": "8.15.1", + "@dhis2-ui/input": "8.15.1", + "@dhis2-ui/layer": "8.15.1", + "@dhis2-ui/popper": "8.15.1", "@dhis2/multi-calendar-dates": "1.0.2", "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/card/package.json b/components/card/package.json index f58205ef6f..b96b23dfd4 100644 --- a/components/card/package.json +++ b/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/card", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Card", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/center/package.json b/components/center/package.json index 3fc84892d5..a6018545bc 100644 --- a/components/center/package.json +++ b/components/center/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/center", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Center", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/checkbox/package.json b/components/checkbox/package.json index fb288a80ca..f85ed36def 100644 --- a/components/checkbox/package.json +++ b/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/checkbox", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Checkbox", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/field": "8.15.0", - "@dhis2-ui/required": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/field": "8.15.1", + "@dhis2-ui/required": "8.15.1", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/chip/package.json b/components/chip/package.json index f5d42babb5..17ada97cb1 100644 --- a/components/chip/package.json +++ b/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/chip", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Chip", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/cover/package.json b/components/cover/package.json index 56843ca166..b9dd740790 100644 --- a/components/cover/package.json +++ b/components/cover/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/cover", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Cover", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/css/package.json b/components/css/package.json index 9dbd353c5f..b19a53cb75 100644 --- a/components/css/package.json +++ b/components/css/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/css", - "version": "8.15.0", + "version": "8.15.1", "description": "UI CSS", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/divider/package.json b/components/divider/package.json index 431e075acf..813b769fe4 100644 --- a/components/divider/package.json +++ b/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/divider", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Divider", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/field/package.json b/components/field/package.json index 09a4ac4c78..e454f7a5f8 100644 --- a/components/field/package.json +++ b/components/field/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/field", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Field", "repository": { "type": "git", @@ -32,10 +32,10 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/box": "8.15.0", - "@dhis2-ui/help": "8.15.0", - "@dhis2-ui/label": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/box": "8.15.1", + "@dhis2-ui/help": "8.15.1", + "@dhis2-ui/label": "8.15.1", + "@dhis2/ui-constants": "8.15.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 e6f9f24276..d786f71f0c 100644 --- a/components/file-input/package.json +++ b/components/file-input/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/file-input", - "version": "8.15.0", + "version": "8.15.1", "description": "UI FileInput", "repository": { "type": "git", @@ -33,13 +33,13 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/button": "8.15.0", - "@dhis2-ui/field": "8.15.0", - "@dhis2-ui/label": "8.15.0", - "@dhis2-ui/loader": "8.15.0", - "@dhis2-ui/status-icon": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/button": "8.15.1", + "@dhis2-ui/field": "8.15.1", + "@dhis2-ui/label": "8.15.1", + "@dhis2-ui/loader": "8.15.1", + "@dhis2-ui/status-icon": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.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 7c560f8d47..452e9b91a2 100644 --- a/components/header-bar/package.json +++ b/components/header-bar/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/header-bar", - "version": "8.15.0", + "version": "8.15.1", "description": "UI HeaderBar", "repository": { "type": "git", @@ -33,21 +33,21 @@ "styled-jsx": "^4" }, "dependencies": { - "@dhis2-ui/box": "8.15.0", - "@dhis2-ui/button": "8.15.0", - "@dhis2-ui/card": "8.15.0", - "@dhis2-ui/center": "8.15.0", - "@dhis2-ui/divider": "8.15.0", - "@dhis2-ui/input": "8.15.0", - "@dhis2-ui/layer": "8.15.0", - "@dhis2-ui/loader": "8.15.0", - "@dhis2-ui/logo": "8.15.0", - "@dhis2-ui/menu": "8.15.0", - "@dhis2-ui/modal": "8.15.0", - "@dhis2-ui/user-avatar": "8.15.0", + "@dhis2-ui/box": "8.15.1", + "@dhis2-ui/button": "8.15.1", + "@dhis2-ui/card": "8.15.1", + "@dhis2-ui/center": "8.15.1", + "@dhis2-ui/divider": "8.15.1", + "@dhis2-ui/input": "8.15.1", + "@dhis2-ui/layer": "8.15.1", + "@dhis2-ui/loader": "8.15.1", + "@dhis2-ui/logo": "8.15.1", + "@dhis2-ui/menu": "8.15.1", + "@dhis2-ui/modal": "8.15.1", + "@dhis2-ui/user-avatar": "8.15.1", "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.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 6a0d3482f1..da3a14d33b 100644 --- a/components/help/package.json +++ b/components/help/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/help", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Help", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/input/package.json b/components/input/package.json index 1d80fccc1f..c0297a5398 100644 --- a/components/input/package.json +++ b/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/input", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Input", "repository": { "type": "git", @@ -32,13 +32,13 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/box": "8.15.0", - "@dhis2-ui/field": "8.15.0", - "@dhis2-ui/input": "8.15.0", - "@dhis2-ui/loader": "8.15.0", - "@dhis2-ui/status-icon": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/box": "8.15.1", + "@dhis2-ui/field": "8.15.1", + "@dhis2-ui/input": "8.15.1", + "@dhis2-ui/loader": "8.15.1", + "@dhis2-ui/status-icon": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.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 970c2961a9..7a51b615bb 100644 --- a/components/intersection-detector/package.json +++ b/components/intersection-detector/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/intersection-detector", - "version": "8.15.0", + "version": "8.15.1", "description": "UI IntersectionDetector", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/label/package.json b/components/label/package.json index a119fa9bc7..a8f67483d3 100644 --- a/components/label/package.json +++ b/components/label/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/label", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Label", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/required": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/required": "8.15.1", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/layer/package.json b/components/layer/package.json index 7ee689bd97..16a3d246b6 100644 --- a/components/layer/package.json +++ b/components/layer/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/layer", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Layer", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/portal": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/portal": "8.15.1", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/legend/package.json b/components/legend/package.json index d9c0949aaa..3efe24781c 100644 --- a/components/legend/package.json +++ b/components/legend/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/legend", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Legend", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/required": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/required": "8.15.1", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/loader/package.json b/components/loader/package.json index 8031e88488..b6c42c3887 100644 --- a/components/loader/package.json +++ b/components/loader/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/loader", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Loaders", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/logo/package.json b/components/logo/package.json index 3d8f60c823..17a72340fb 100644 --- a/components/logo/package.json +++ b/components/logo/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/logo", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Logo", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/menu/package.json b/components/menu/package.json index 3740c075e2..f9c0be3504 100644 --- a/components/menu/package.json +++ b/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/menu", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Menu", "repository": { "type": "git", @@ -32,13 +32,13 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/card": "8.15.0", - "@dhis2-ui/divider": "8.15.0", - "@dhis2-ui/layer": "8.15.0", - "@dhis2-ui/popper": "8.15.0", - "@dhis2-ui/portal": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/card": "8.15.1", + "@dhis2-ui/divider": "8.15.1", + "@dhis2-ui/layer": "8.15.1", + "@dhis2-ui/popper": "8.15.1", + "@dhis2-ui/portal": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/modal/package.json b/components/modal/package.json index 95209eee52..9f6ab4007d 100644 --- a/components/modal/package.json +++ b/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/modal", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Modal", "repository": { "type": "git", @@ -32,12 +32,12 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/card": "8.15.0", - "@dhis2-ui/center": "8.15.0", - "@dhis2-ui/layer": "8.15.0", - "@dhis2-ui/portal": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/card": "8.15.1", + "@dhis2-ui/center": "8.15.1", + "@dhis2-ui/layer": "8.15.1", + "@dhis2-ui/portal": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/node/package.json b/components/node/package.json index 99e3f41a57..ffb1055686 100644 --- a/components/node/package.json +++ b/components/node/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/node", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Node", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/loader": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/loader": "8.15.1", + "@dhis2/ui-constants": "8.15.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 909e27b5ca..2287428a6d 100644 --- a/components/notice-box/package.json +++ b/components/notice-box/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/notice-box", - "version": "8.15.0", + "version": "8.15.1", "description": "UI NoticeBox", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.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 02e2c5d662..ee41ca8df6 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.15.0", + "version": "8.15.1", "description": "UI OrganisationUnitTree", "repository": { "type": "git", @@ -34,10 +34,10 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/checkbox": "8.15.0", - "@dhis2-ui/loader": "8.15.0", - "@dhis2-ui/node": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/checkbox": "8.15.1", + "@dhis2-ui/loader": "8.15.1", + "@dhis2-ui/node": "8.15.1", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/pagination/package.json b/components/pagination/package.json index 2ee6830d0e..c60f4ab7c2 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/pagination", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Pagination", "repository": { "type": "git", @@ -33,10 +33,10 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/button": "8.15.0", - "@dhis2-ui/select": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/button": "8.15.1", + "@dhis2-ui/select": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/popover/package.json b/components/popover/package.json index a8b9c4b3bd..7ad623aea0 100644 --- a/components/popover/package.json +++ b/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/popover", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Popover", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/layer": "8.15.0", - "@dhis2-ui/popper": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/layer": "8.15.1", + "@dhis2-ui/popper": "8.15.1", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/popper/package.json b/components/popper/package.json index e8884e54d4..a039e2db43 100644 --- a/components/popper/package.json +++ b/components/popper/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/popper", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Popper", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.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 488535b34c..1c03751690 100644 --- a/components/portal/package.json +++ b/components/portal/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/portal", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Portal", "repository": { "type": "git", diff --git a/components/radio/package.json b/components/radio/package.json index 6453e7195f..48f7248342 100644 --- a/components/radio/package.json +++ b/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/radio", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Radio", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/required/package.json b/components/required/package.json index 6f9797cd6c..3d9e20ed85 100644 --- a/components/required/package.json +++ b/components/required/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/required", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Required", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.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 0dfe071dee..247f8e9846 100644 --- a/components/segmented-control/package.json +++ b/components/segmented-control/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/segmented-control", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Segmented Control", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/select/package.json b/components/select/package.json index 062d893e1d..42959e64d8 100644 --- a/components/select/package.json +++ b/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/select", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Select", "repository": { "type": "git", @@ -33,19 +33,19 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/box": "8.15.0", - "@dhis2-ui/button": "8.15.0", - "@dhis2-ui/card": "8.15.0", - "@dhis2-ui/checkbox": "8.15.0", - "@dhis2-ui/chip": "8.15.0", - "@dhis2-ui/field": "8.15.0", - "@dhis2-ui/input": "8.15.0", - "@dhis2-ui/layer": "8.15.0", - "@dhis2-ui/loader": "8.15.0", - "@dhis2-ui/popper": "8.15.0", - "@dhis2-ui/status-icon": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/box": "8.15.1", + "@dhis2-ui/button": "8.15.1", + "@dhis2-ui/card": "8.15.1", + "@dhis2-ui/checkbox": "8.15.1", + "@dhis2-ui/chip": "8.15.1", + "@dhis2-ui/field": "8.15.1", + "@dhis2-ui/input": "8.15.1", + "@dhis2-ui/layer": "8.15.1", + "@dhis2-ui/loader": "8.15.1", + "@dhis2-ui/popper": "8.15.1", + "@dhis2-ui/status-icon": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.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 e3dd015ea5..e63d87a00f 100644 --- a/components/selector-bar/package.json +++ b/components/selector-bar/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/selector-bar", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Select", "repository": { "type": "git", @@ -32,21 +32,21 @@ "styled-jsx": "^4" }, "dependencies": { - "@dhis2-ui/button": "8.15.0", - "@dhis2-ui/card": "8.15.0", - "@dhis2-ui/popper": "8.15.0", - "@dhis2-ui/layer": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/button": "8.15.1", + "@dhis2-ui/card": "8.15.1", + "@dhis2-ui/popper": "8.15.1", + "@dhis2-ui/layer": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "@testing-library/react": "^12.1.2", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, "devDependencies": { - "@dhis2-ui/css": "8.15.0", - "@dhis2-ui/menu": "8.15.0", - "@dhis2-ui/organisation-unit-tree": "8.15.0", - "@dhis2-ui/select": "8.15.0", + "@dhis2-ui/css": "8.15.1", + "@dhis2-ui/menu": "8.15.1", + "@dhis2-ui/organisation-unit-tree": "8.15.1", + "@dhis2-ui/select": "8.15.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 b6b4ee1f11..78cedb2ef6 100644 --- a/components/sharing-dialog/package.json +++ b/components/sharing-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/sharing-dialog", - "version": "8.15.0", + "version": "8.15.1", "description": "UI SharingDialog", "repository": { "type": "git", @@ -34,22 +34,22 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/box": "8.15.0", - "@dhis2-ui/button": "8.15.0", - "@dhis2-ui/card": "8.15.0", - "@dhis2-ui/divider": "8.15.0", - "@dhis2-ui/input": "8.15.0", - "@dhis2-ui/layer": "8.15.0", - "@dhis2-ui/menu": "8.15.0", - "@dhis2-ui/modal": "8.15.0", - "@dhis2-ui/notice-box": "8.15.0", - "@dhis2-ui/popper": "8.15.0", - "@dhis2-ui/select": "8.15.0", - "@dhis2-ui/tab": "8.15.0", - "@dhis2-ui/tooltip": "8.15.0", - "@dhis2-ui/user-avatar": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/box": "8.15.1", + "@dhis2-ui/button": "8.15.1", + "@dhis2-ui/card": "8.15.1", + "@dhis2-ui/divider": "8.15.1", + "@dhis2-ui/input": "8.15.1", + "@dhis2-ui/layer": "8.15.1", + "@dhis2-ui/menu": "8.15.1", + "@dhis2-ui/modal": "8.15.1", + "@dhis2-ui/notice-box": "8.15.1", + "@dhis2-ui/popper": "8.15.1", + "@dhis2-ui/select": "8.15.1", + "@dhis2-ui/tab": "8.15.1", + "@dhis2-ui/tooltip": "8.15.1", + "@dhis2-ui/user-avatar": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.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 2416bfc364..1e1f96ecf1 100644 --- a/components/status-icon/package.json +++ b/components/status-icon/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/status-icon", - "version": "8.15.0", + "version": "8.15.1", "description": "UI StatusIcon", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/loader": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/loader": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/switch/package.json b/components/switch/package.json index 34c02087cd..2cae81c52e 100644 --- a/components/switch/package.json +++ b/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/switch", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Switch", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/field": "8.15.0", - "@dhis2-ui/required": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/field": "8.15.1", + "@dhis2-ui/required": "8.15.1", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/tab/package.json b/components/tab/package.json index b69eda2712..d92c383224 100644 --- a/components/tab/package.json +++ b/components/tab/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/tab", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Tabs", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/table/package.json b/components/table/package.json index 14fe881b7f..0cd3ac332a 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/table", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Table", "repository": { "type": "git", @@ -33,8 +33,8 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/tag/package.json b/components/tag/package.json index b31a7d836e..b087f3aa99 100644 --- a/components/tag/package.json +++ b/components/tag/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/tag", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Tag", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.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 16eabbdd2c..af44679656 100644 --- a/components/text-area/package.json +++ b/components/text-area/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/text-area", - "version": "8.15.0", + "version": "8.15.1", "description": "UI TextArea", "repository": { "type": "git", @@ -32,12 +32,12 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/box": "8.15.0", - "@dhis2-ui/field": "8.15.0", - "@dhis2-ui/loader": "8.15.0", - "@dhis2-ui/status-icon": "8.15.0", - "@dhis2/ui-constants": "8.15.0", - "@dhis2/ui-icons": "8.15.0", + "@dhis2-ui/box": "8.15.1", + "@dhis2-ui/field": "8.15.1", + "@dhis2-ui/loader": "8.15.1", + "@dhis2-ui/status-icon": "8.15.1", + "@dhis2/ui-constants": "8.15.1", + "@dhis2/ui-icons": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/tooltip/package.json b/components/tooltip/package.json index daa00d0853..be7c474751 100644 --- a/components/tooltip/package.json +++ b/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/tooltip", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Tooltip", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/popper": "8.15.0", - "@dhis2-ui/portal": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/popper": "8.15.1", + "@dhis2-ui/portal": "8.15.1", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/components/transfer/package.json b/components/transfer/package.json index 3fe353b330..f086c170b2 100644 --- a/components/transfer/package.json +++ b/components/transfer/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/transfer", - "version": "8.15.0", + "version": "8.15.1", "description": "UI Transfer", "repository": { "type": "git", @@ -32,12 +32,12 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/button": "8.15.0", - "@dhis2-ui/field": "8.15.0", - "@dhis2-ui/input": "8.15.0", - "@dhis2-ui/intersection-detector": "8.15.0", - "@dhis2-ui/loader": "8.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/button": "8.15.1", + "@dhis2-ui/field": "8.15.1", + "@dhis2-ui/input": "8.15.1", + "@dhis2-ui/intersection-detector": "8.15.1", + "@dhis2-ui/loader": "8.15.1", + "@dhis2/ui-constants": "8.15.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 15f9807f0d..0b6eecf990 100644 --- a/components/user-avatar/package.json +++ b/components/user-avatar/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2-ui/user-avatar", - "version": "8.15.0", + "version": "8.15.1", "description": "UI User Avatar", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2/ui-constants": "8.15.0", + "@dhis2/ui-constants": "8.15.1", "classnames": "^2.3.1", "prop-types": "^15.7.2" }, diff --git a/constants/API.md b/constants/API.md index 015eb1b3d9..81ff91067b 100644 --- a/constants/API.md +++ b/constants/API.md @@ -4,6 +4,8 @@ - [layers](src/layers.js) - [statusPropType](src/shared-prop-types.js) - [statusArgType](src/shared-prop-types.js) +- [buttonVariantPropType](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 cfe61b1b7d..51b3692e99 100644 --- a/constants/package.json +++ b/constants/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-constants", - "version": "8.15.0", + "version": "8.15.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 6ac698aff3..3de172672e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "ui-docusaurus", - "version": "8.15.0", + "version": "8.15.1", "private": true, "description": "UI Docusaurus", "repository": { diff --git a/icons/package.json b/icons/package.json index 6e296ad339..1b16c76ce9 100644 --- a/icons/package.json +++ b/icons/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-icons", - "version": "8.15.0", + "version": "8.15.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 b4840ae9b5..0a1806d7c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-root", - "version": "8.15.0", + "version": "8.15.1", "repository": { "type": "git", "url": "https://github.com/dhis2/ui.git" diff --git a/storybook/package.json b/storybook/package.json index 24daef64d6..49c07a2b53 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -1,6 +1,6 @@ { "name": "ui-storybook", - "version": "8.15.0", + "version": "8.15.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.15.0", - "@dhis2/ui-constants": "8.15.0", + "@dhis2-ui/css": "8.15.1", + "@dhis2/ui-constants": "8.15.1", "@fontsource/roboto": "^4.5.0", "@storybook/addon-a11y": "^6.3.7", "@storybook/addon-console": "^1.2.3",