Skip to content

Commit

Permalink
chore: update alpha with latest master (#1586)
Browse files Browse the repository at this point in the history
* chore: update modal accessibility and translation

chore: remove unnecessary files in PR

chore: update modal accessibility and translation

* fix: add aggregate data exchange to sharing dialog type prop's type

* fix: add all possible sharing dialog type prop's types

* fix: restrict dialog types to only sharable and restrict type of sharing type

* fix(translations): sync translations from transifex (master)

Automatically merged.

* chore(release): cut 9.8.2 [skip release]

## [9.8.2](v9.8.1...v9.8.2) (2024-06-14)

### Bug Fixes

* **translations:** sync translations from transifex (master) ([0dfb475](0dfb475))

* fix(translations): sync translations from transifex (master)

Automatically merged.

* chore(release): cut 9.8.3 [skip release]

## [9.8.3](v9.8.2...v9.8.3) (2024-06-16)

### Bug Fixes

* **translations:** sync translations from transifex (master) ([5f7f65a](5f7f65a))

* fix(modal): dont swallow keyDown events

* fix(drop-down): dont swallow keyDown events unless its esc and open (#1529)

* chore(release): cut 9.8.4 [skip release]

## [9.8.4](v9.8.3...v9.8.4) (2024-06-19)

### Bug Fixes

* **drop-down:** dont swallow keyDown events unless its esc and open ([#1529](#1529)) ([bdb8eff](bdb8eff))

* chore(release): cut 9.8.5 [skip release]

## [9.8.5](v9.8.4...v9.8.5) (2024-06-19)

### Bug Fixes

* **modal:** dont swallow keyDown events ([d4a0c44](d4a0c44))

* chore(release): cut 9.8.6 [skip release]

## [9.8.6](v9.8.5...v9.8.6) (2024-06-20)

### Bug Fixes

* add aggregate data exchange to sharing dialog type prop's type ([d3b5486](d3b5486))
* add all possible sharing dialog type prop's types ([43210cb](43210cb))
* restrict dialog types to only sharable and restrict type of sharing type ([1748809](1748809))

* fix(split-button): stop swallowing key down events

* chore(release): cut 9.8.7 [skip release]

## [9.8.7](v9.8.6...v9.8.7) (2024-06-20)

### Bug Fixes

* **split-button:** stop swallowing key down events ([22d43bc](22d43bc))

* fix: i18n wrap pick a date (#1531)

* chore(release): cut 9.8.8 [skip release]

## [9.8.8](v9.8.7...v9.8.8) (2024-06-20)

### Bug Fixes

* i18n wrap pick a date ([#1531](#1531)) ([4e4a43d](4e4a43d))

* fix: update @dhis2/multi-calendar-dates (#1525)

* chore(release): cut 9.8.9 [skip release]

## [9.8.9](v9.8.8...v9.8.9) (2024-06-20)

### Bug Fixes

* update @dhis2/multi-calendar-dates ([#1525](#1525)) ([cf5d39d](cf5d39d))

* fix(LIBS-629): bump library to use Nepali script when 'ne' locale passed

* chore(release): cut 9.8.10 [skip release]

## [9.8.10](v9.8.9...v9.8.10) (2024-07-01)

### Bug Fixes

* **LIBS-629:** bump library to use Nepali script when 'ne' locale passed ([6546572](6546572))

* feat(menu): add aria-attributes and roles to menu and its components (#1514)

* feat: add relevant aria-attributes and roles to menu and its child components

* fix: update role to menuitem in sharing-dialog-autocomplete test

* feat(menu): add keyboard accessibility to menus (#1533)

* feat: add support for keyboard navigation and action

- Navigate menu items using Up and Down arrow keys
- Space and Enter keys trigger the onClick handler attached to the menu items
- Extract navigation and action logic into custom useMenuNavigation hook
- Handle visual focus of menu items by tracking only the focusable items
- Pass only native props to the native child elements, i.e. tabIndex
- Implement tests simulating keyboard interactions

* feat: ensure all menu children are li elements

- wrap non-li children in li tags for consistency
- assign tabIndex for visual focus to children with menuitem role
- add active CSS class to focused MenuItem component
- modify tests

* fix: conditional focus and navigation of menu

- apply focus and keyboard navigation within the menu iff it contains focusable items

* fix: add suffix to MenuItemProps

* chore(release): cut 9.9.0 [skip release]

# [9.9.0](v9.8.10...v9.9.0) (2024-07-02)

### Features

* **menu:** add aria-attributes and roles to menu and its components ([#1514](#1514)) ([54b816c](54b816c))
* **menu:** add keyboard accessibility to menus ([#1533](#1533)) ([235a71e](235a71e))

* fix(translations): sync translations from transifex (master) (#1532)

* chore(release): cut 9.9.1 [skip release]

## [9.9.1](v9.9.0...v9.9.1) (2024-07-02)

### Bug Fixes

* **translations:** sync translations from transifex (master) ([#1532](#1532)) ([bb15173](bb15173))

* feat(TabBar): accessibility improvements for TabBar & Tab (#1468)

* feat(TabBar): accessibility improvements for TabBar & Tab

* feat: make Tabs a composite component

* fix: failing tests

* docs: improve documentation for CalendarInput callback function usage (#1538)

* feat(menu): memoise menu's childrenToRender function and add valid role checks (#1539)

* feat: optimise menu and add valid role checks

- memoise menu's childrenToRender function
- add comments explaining menu child checks and the props passed to them
- avoid passing custom props to native HTML elements
- move separator role to the divider component
- check if role exists on menu children and log a console warning if not
- update tests

* fix(lint): lint issue in master

---------

Co-authored-by: Mozafar Haider <mozafar@dhis2.org>

* chore(release): cut 9.10.0 [skip release]

# [9.10.0](v9.9.1...v9.10.0) (2024-07-03)

### Features

* **menu:** memoise menu's childrenToRender function and add valid role checks ([#1539](#1539)) ([bddbdae](bddbdae))
* **TabBar:** accessibility improvements for TabBar & Tab ([#1468](#1468)) ([b095f5a](b095f5a))

* fix: do not hijack input when inside a menu (#1551)

* fix(selectorbar): handle components other than SelectorBarItem correctly as children (#1534)

* chore(release): cut 9.10.1 [skip release]

## [9.10.1](v9.10.0...v9.10.1) (2024-07-04)

### Bug Fixes

* **selectorbar:** handle components other than SelectorBarItem correctly as children ([#1534](#1534)) ([7c78ac7](7c78ac7))
* do not hijack input when inside a menu ([#1551](#1551)) ([7a27d3d](7a27d3d))

* refactor(storybook): replace "storiesOf" with new api

* refactor(testing story filenames): rename stories.e2e to e2e.stories

* chore(prod story filenames): change file extension from stories.js to prod.stories.js

* fix(calendar): pin temporal dependency to version 0.4.3 due to breaking changes

* chore(workspace package json): use new storybook start command

* chore(storybook): active working plugins

* chore(storybook): restore proper output & use static directory

* chore: adjust react-dependency to prevent "wrong hook usage" error

* chore: fix imports from story to story files

* chore: fix final-form re-export snapshot tests

* chore: fix import in calendar input e2e story

* chore: fix linter issues

* chore: remove legacy scripts and GH workflow bandaids

* chore(headerbar profile): fix wrongly resolved merge conflict post-rebase

* chore: fix tooltip story

* chore(cypress): fix intersection detector tests

* chore: fix most cypress tests

* chore: fix linter issues

* refactor: fix circular dependencies

* refactor: add missing file extensions in import statements

* chore(headerbar online test): wait for story to render before proceeding

* chore(storybook): upgrade react & react-dom to ^18

* fix: get storybook 8 working

* fix: get rid of storybook references in docs

* chore(menu item cypress test): fix selectors

* fix(icon types): export IconSubtract16 & IconSubtract24

* fix(menu item types): make suffix prop optional

* fix(modal types): accept ReactNodes as children

* fix(tag types): accept ReactNodes as children

* chore(release): cut 9.10.2 [skip release]

## [9.10.2](v9.10.1...v9.10.2) (2024-07-15)

### Bug Fixes

* **icon types:** export IconSubtract16 & IconSubtract24 ([5237c66](5237c66))
* **menu item types:** make suffix prop optional ([c059fde](c059fde))
* **modal types:** accept ReactNodes as children ([bc59cf7](bc59cf7))
* **tag types:** accept ReactNodes as children ([c093a14](c093a14))

* chore: make build script work again

* fix(translations): sync translations from transifex (master)

Automatically merged.

* chore(release): cut 9.10.3 [skip release]

## [9.10.3](v9.10.2...v9.10.3) (2024-07-24)

### Bug Fixes

* **translations:** sync translations from transifex (master) ([b7d3ec6](b7d3ec6))

* feat: implement accessible flyout menu and handle submenus (#1495)

- focus the popper's first child element when it is rendered
- move focus to flyout menu's first child, i.e. the menu when it receives focus
- the Right arrow key opens the submenu, Left arrow key closes submenu and focuses its parent item
- close flyout menu with the Escape key by passing it a closeMenu function as a prop
- add unit tests simulating opening and closing of submenus

* chore(release): cut 9.11.0 [skip release]

# [9.11.0](v9.10.3...v9.11.0) (2024-07-29)

### Features

* implement accessible flyout menu and handle submenus ([#1495](#1495)) ([73d1f7e](73d1f7e))

* fix: issue with production build not loading some dependent modules

* chore(package json): remove superfluous resolutions (react & temporal)

* fix: resolve react version (#1567)

* fix: resolve react version

* fix: update yarn.lock again

to test the build passes on CI

---------

Co-authored-by: Flaminia Cavallo <flaminiacavallo@Flaminias-MacBook-Pro.local>
Co-authored-by: Mozafar Haider <mozafar@dhis2.org>

* fix: pin react version in resolution (#1573)

* fix: fix publishing to npm (#1577)

* chore(release): cut 9.11.1 [skip release]

## [9.11.1](v9.11.0...v9.11.1) (2024-08-08)

### Bug Fixes

* fix publishing to npm ([#1577](#1577)) ([1889a7b](1889a7b))
* get rid of storybook references in docs ([1904b17](1904b17))
* get storybook 8 working ([8c6be62](8c6be62))
* issue with production build not loading some dependent modules ([5060c61](5060c61))
* pin react version in resolution ([#1573](#1573)) ([46cdd79](46cdd79))
* resolve react version ([#1567](#1567)) ([c18a73d](c18a73d))
* **calendar:** pin temporal dependency to version 0.4.3 due to breaking changes ([3b5a586](3b5a586))

* fix(translations): sync translations from transifex (master)

Automatically merged.

* fix(translations): sync translations from transifex (master)

Automatically merged.

* chore(release): cut 9.11.2 [skip release]

## [9.11.2](v9.11.1...v9.11.2) (2024-08-18)

### Bug Fixes

* **translations:** sync translations from transifex (master) ([2f82be2](2f82be2))
* **translations:** sync translations from transifex (master) ([e8b0559](e8b0559))

* fix: select-field not showing in correct place (#1400)

* chore(release): cut 9.11.3 [skip release]

## [9.11.3](v9.11.2...v9.11.3) (2024-08-21)

### Bug Fixes

* select-field not showing in correct place ([#1400](#1400)) ([d97d640](d97d640))

* docs: update css variables info (#1584)

---------

Co-authored-by: chisom chima <chimachisom360@gmail.com>
Co-authored-by: Flaminia Cavallo <flaminiacavallo@FLAMINIAS-MBP.station>
Co-authored-by: @dhis2-bot <apps@dhis2.org>
Co-authored-by: Birk Johansson <birk@dhis2.org>
Co-authored-by: Chisom Chima <87203527+Chisomchima@users.noreply.github.com>
Co-authored-by: Flaminia <fl.cavallo@gmail.com>
Co-authored-by: Thomas Zemp <tom@dhis2.org>
Co-authored-by: Diana Nanyanzi <31903212+d-rita@users.noreply.github.com>
Co-authored-by: Alaa Yahia <6881345+alaa-yahia@users.noreply.github.com>
Co-authored-by: Redet Getachew <redetg@gmail.com>
Co-authored-by: Mohammer5 <jan-gerke@dhis2.org>
Co-authored-by: Jan-Gerke Salomon <Mohammer5@users.noreply.github.com>
Co-authored-by: Flaminia Cavallo <flaminiacavallo@Flaminias-MacBook-Pro.local>
  • Loading branch information
14 people authored Aug 26, 2024
1 parent eb816a5 commit 9892882
Show file tree
Hide file tree
Showing 63 changed files with 3,203 additions and 3,332 deletions.
26 changes: 7 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.11.3](https://github.com/dhis2/ui/compare/v9.11.2...v9.11.3) (2024-08-21)


### Bug Fixes

* select-field not showing in correct place ([#1400](https://github.com/dhis2/ui/issues/1400)) ([d97d640](https://github.com/dhis2/ui/commit/d97d640f92c1c42dbc92e46771b6a58870add895))

## [9.11.2](https://github.com/dhis2/ui/compare/v9.11.1...v9.11.2) (2024-08-18)


Expand All @@ -11,9 +18,6 @@

### Bug Fixes

* bump multi calendar library version in calendar component ([#1576](https://github.com/dhis2/ui/issues/1576)) ([5f2b13d](https://github.com/dhis2/ui/commit/5f2b13dc3abfd2396c83c39fb399d3c7e0d1dffe))

# [9.9.0-alpha.5](https://github.com/dhis2/ui/compare/v9.9.0-alpha.4...v9.9.0-alpha.5) (2024-08-08)
* fix publishing to npm ([#1577](https://github.com/dhis2/ui/issues/1577)) ([1889a7b](https://github.com/dhis2/ui/commit/1889a7baf0ad1b6709272be61094da80cad65fe1))
* get rid of storybook references in docs ([1904b17](https://github.com/dhis2/ui/commit/1904b172bfde066a17a0edf82c196959ba35c8bb))
* get storybook 8 working ([8c6be62](https://github.com/dhis2/ui/commit/8c6be62c2df9261109df12e51c7dc2339b59eedf))
Expand All @@ -27,26 +31,13 @@

### Features

* memorize calendar container component to improve perfromance ([#1575](https://github.com/dhis2/ui/issues/1575)) ([0d00a19](https://github.com/dhis2/ui/commit/0d00a19663147b24acc0513aa8958d630ffed94c))

# [9.9.0-alpha.4](https://github.com/dhis2/ui/compare/v9.9.0-alpha.3...v9.9.0-alpha.4) (2024-08-07)


### Features

* verify date input only on blur on calendar input, close calendar popup on blur as well ([d8b0d1c](https://github.com/dhis2/ui/commit/d8b0d1cd2fd93a88413f0f73ad216783e6dd3ff7))

# [9.9.0-alpha.3](https://github.com/dhis2/ui/compare/v9.9.0-alpha.2...v9.9.0-alpha.3) (2024-08-01)
* implement accessible flyout menu and handle submenus ([#1495](https://github.com/dhis2/ui/issues/1495)) ([73d1f7e](https://github.com/dhis2/ui/commit/73d1f7e062ad393a156b3b439b590c5927f0fc9d))

## [9.10.3](https://github.com/dhis2/ui/compare/v9.10.2...v9.10.3) (2024-07-24)


### Bug Fixes

* bump multi calendar library version in calendar ([#1566](https://github.com/dhis2/ui/issues/1566)) ([d205016](https://github.com/dhis2/ui/commit/d205016ae9f51eb286007762d99549325199cedc))

# [9.9.0-alpha.2](https://github.com/dhis2/ui/compare/v9.9.0-alpha.1...v9.9.0-alpha.2) (2024-08-01)
* **translations:** sync translations from transifex (master) ([b7d3ec6](https://github.com/dhis2/ui/commit/b7d3ec6a91d7fd54c9220364c678f71c9daa14eb))

## [9.10.2](https://github.com/dhis2/ui/compare/v9.10.1...v9.10.2) (2024-07-15)
Expand All @@ -72,9 +63,6 @@

### Features

* support editable input | min & max dates | dd-mm-yyyy format in CalendarInput ([#1504](https://github.com/dhis2/ui/issues/1504)) ([99a78f5](https://github.com/dhis2/ui/commit/99a78f5caec83529af26a11a2dd4d93fface30b4))

# [9.9.0-alpha.1](https://github.com/dhis2/ui/compare/v9.8.1...v9.9.0-alpha.1) (2024-06-17)
* **menu:** memoise menu's childrenToRender function and add valid role checks ([#1539](https://github.com/dhis2/ui/issues/1539)) ([bddbdae](https://github.com/dhis2/ui/commit/bddbdaeb63180b80a4352a256e7916ab75f633e9))
* **TabBar:** accessibility improvements for TabBar & Tab ([#1468](https://github.com/dhis2/ui/issues/1468)) ([b095f5a](https://github.com/dhis2/ui/commit/b095f5a90688b7e95338622137c71b2305fd9fe7))

Expand Down
4 changes: 2 additions & 2 deletions collections/forms/i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-08-20T17:05:51.905Z\n"
"PO-Revision-Date: 2024-08-20T17:05:51.906Z\n"
"POT-Creation-Date: 2024-07-17T14:10:05.852Z\n"
"PO-Revision-Date: 2024-07-17T14:10:05.853Z\n"

msgid "Upload file"
msgstr "Upload file"
Expand Down
20 changes: 10 additions & 10 deletions collections/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
"version": "9.11.2",
"version": "9.11.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
Expand Down Expand Up @@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/button": "9.11.2",
"@dhis2-ui/checkbox": "9.11.2",
"@dhis2-ui/field": "9.11.2",
"@dhis2-ui/file-input": "9.11.2",
"@dhis2-ui/input": "9.11.2",
"@dhis2-ui/radio": "9.11.2",
"@dhis2-ui/select": "9.11.2",
"@dhis2-ui/switch": "9.11.2",
"@dhis2-ui/text-area": "9.11.2",
"@dhis2-ui/button": "9.11.3",
"@dhis2-ui/checkbox": "9.11.3",
"@dhis2-ui/field": "9.11.3",
"@dhis2-ui/file-input": "9.11.3",
"@dhis2-ui/input": "9.11.3",
"@dhis2-ui/radio": "9.11.3",
"@dhis2-ui/select": "9.11.3",
"@dhis2-ui/switch": "9.11.3",
"@dhis2-ui/text-area": "9.11.3",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
Expand Down
98 changes: 49 additions & 49 deletions collections/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
"version": "9.11.2",
"version": "9.11.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand All @@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
"@dhis2-ui/alert": "9.11.2",
"@dhis2-ui/box": "9.11.2",
"@dhis2-ui/button": "9.11.2",
"@dhis2-ui/calendar": "9.9.0-alpha.6",
"@dhis2-ui/card": "9.11.2",
"@dhis2-ui/center": "9.11.2",
"@dhis2-ui/checkbox": "9.11.2",
"@dhis2-ui/chip": "9.11.2",
"@dhis2-ui/cover": "9.11.2",
"@dhis2-ui/css": "9.11.2",
"@dhis2-ui/divider": "9.11.2",
"@dhis2-ui/field": "9.11.2",
"@dhis2-ui/file-input": "9.11.2",
"@dhis2-ui/header-bar": "9.11.2",
"@dhis2-ui/help": "9.11.2",
"@dhis2-ui/input": "9.11.2",
"@dhis2-ui/intersection-detector": "9.11.2",
"@dhis2-ui/label": "9.11.2",
"@dhis2-ui/layer": "9.11.2",
"@dhis2-ui/legend": "9.11.2",
"@dhis2-ui/loader": "9.11.2",
"@dhis2-ui/logo": "9.11.2",
"@dhis2-ui/menu": "9.11.2",
"@dhis2-ui/modal": "9.11.2",
"@dhis2-ui/node": "9.11.2",
"@dhis2-ui/notice-box": "9.11.2",
"@dhis2-ui/organisation-unit-tree": "9.11.2",
"@dhis2-ui/pagination": "9.11.2",
"@dhis2-ui/popover": "9.11.2",
"@dhis2-ui/popper": "9.11.2",
"@dhis2-ui/portal": "9.11.2",
"@dhis2-ui/radio": "9.11.2",
"@dhis2-ui/required": "9.11.2",
"@dhis2-ui/segmented-control": "9.11.2",
"@dhis2-ui/select": "9.11.2",
"@dhis2-ui/selector-bar": "9.11.2",
"@dhis2-ui/sharing-dialog": "9.11.2",
"@dhis2-ui/switch": "9.11.2",
"@dhis2-ui/tab": "9.11.2",
"@dhis2-ui/table": "9.11.2",
"@dhis2-ui/tag": "9.11.2",
"@dhis2-ui/text-area": "9.11.2",
"@dhis2-ui/tooltip": "9.11.2",
"@dhis2-ui/transfer": "9.11.2",
"@dhis2-ui/user-avatar": "9.11.2",
"@dhis2/ui-constants": "9.11.2",
"@dhis2/ui-forms": "9.11.2",
"@dhis2/ui-icons": "9.11.2",
"@dhis2-ui/alert": "9.11.3",
"@dhis2-ui/box": "9.11.3",
"@dhis2-ui/button": "9.11.3",
"@dhis2-ui/calendar": "9.11.3",
"@dhis2-ui/card": "9.11.3",
"@dhis2-ui/center": "9.11.3",
"@dhis2-ui/checkbox": "9.11.3",
"@dhis2-ui/chip": "9.11.3",
"@dhis2-ui/cover": "9.11.3",
"@dhis2-ui/css": "9.11.3",
"@dhis2-ui/divider": "9.11.3",
"@dhis2-ui/field": "9.11.3",
"@dhis2-ui/file-input": "9.11.3",
"@dhis2-ui/header-bar": "9.11.3",
"@dhis2-ui/help": "9.11.3",
"@dhis2-ui/input": "9.11.3",
"@dhis2-ui/intersection-detector": "9.11.3",
"@dhis2-ui/label": "9.11.3",
"@dhis2-ui/layer": "9.11.3",
"@dhis2-ui/legend": "9.11.3",
"@dhis2-ui/loader": "9.11.3",
"@dhis2-ui/logo": "9.11.3",
"@dhis2-ui/menu": "9.11.3",
"@dhis2-ui/modal": "9.11.3",
"@dhis2-ui/node": "9.11.3",
"@dhis2-ui/notice-box": "9.11.3",
"@dhis2-ui/organisation-unit-tree": "9.11.3",
"@dhis2-ui/pagination": "9.11.3",
"@dhis2-ui/popover": "9.11.3",
"@dhis2-ui/popper": "9.11.3",
"@dhis2-ui/portal": "9.11.3",
"@dhis2-ui/radio": "9.11.3",
"@dhis2-ui/required": "9.11.3",
"@dhis2-ui/segmented-control": "9.11.3",
"@dhis2-ui/select": "9.11.3",
"@dhis2-ui/selector-bar": "9.11.3",
"@dhis2-ui/sharing-dialog": "9.11.3",
"@dhis2-ui/switch": "9.11.3",
"@dhis2-ui/tab": "9.11.3",
"@dhis2-ui/table": "9.11.3",
"@dhis2-ui/tag": "9.11.3",
"@dhis2-ui/text-area": "9.11.3",
"@dhis2-ui/tooltip": "9.11.3",
"@dhis2-ui/transfer": "9.11.3",
"@dhis2-ui/user-avatar": "9.11.3",
"@dhis2/ui-constants": "9.11.3",
"@dhis2/ui-forms": "9.11.3",
"@dhis2/ui-icons": "9.11.3",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
"version": "9.11.2",
"version": "9.11.3",
"description": "UI Alert",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/portal": "9.11.2",
"@dhis2/ui-constants": "9.11.2",
"@dhis2/ui-icons": "9.11.2",
"@dhis2-ui/portal": "9.11.3",
"@dhis2/ui-constants": "9.11.3",
"@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
"version": "9.11.2",
"version": "9.11.3",
"description": "UI Box",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.11.2",
"@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
12 changes: 6 additions & 6 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
"version": "9.11.2",
"version": "9.11.3",
"description": "UI Button",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/layer": "9.11.2",
"@dhis2-ui/loader": "9.11.2",
"@dhis2-ui/popper": "9.11.2",
"@dhis2/ui-constants": "9.11.2",
"@dhis2/ui-icons": "9.11.2",
"@dhis2-ui/layer": "9.11.3",
"@dhis2-ui/loader": "9.11.3",
"@dhis2-ui/popper": "9.11.3",
"@dhis2/ui-constants": "9.11.3",
"@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
7 changes: 5 additions & 2 deletions components/calendar/i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-08-17T14:54:18.072Z\n"
"PO-Revision-Date: 2024-08-17T14:54:18.073Z\n"
"POT-Creation-Date: 2024-06-20T08:43:03.143Z\n"
"PO-Revision-Date: 2024-06-20T08:43:03.143Z\n"

msgid "Go to previous year"
msgstr "Go to previous year"

msgid "Go to next year"
msgstr "Go to next year"

msgid "Pick a date"
msgstr "Pick a date"

msgid "Clear"
msgstr "Clear"
18 changes: 9 additions & 9 deletions components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
"version": "9.9.0-alpha.6",
"version": "9.11.3",
"description": "UI Calendar",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
"@dhis2-ui/button": "9.11.2",
"@dhis2-ui/card": "9.11.2",
"@dhis2-ui/input": "9.11.2",
"@dhis2-ui/layer": "9.11.2",
"@dhis2-ui/popper": "9.11.2",
"@dhis2/multi-calendar-dates": "^1.0.0-alpha.29",
"@dhis2-ui/button": "9.11.3",
"@dhis2-ui/card": "9.11.3",
"@dhis2-ui/input": "9.11.3",
"@dhis2-ui/layer": "9.11.3",
"@dhis2-ui/popper": "9.11.3",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.11.2",
"@dhis2/ui-icons": "9.11.2",
"@dhis2/ui-constants": "9.11.3",
"@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion components/calendar/src/calendar-input/calendar-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const CalendarInput = ({
<>
<div className="calendar-input-wrapper" ref={ref}>
<InputField
label="Pick a date"
label={i18n.t('Pick a date')}
{...rest}
type="text"
onFocus={onFocus}
Expand Down
4 changes: 2 additions & 2 deletions components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
"version": "9.11.2",
"version": "9.11.3",
"description": "UI Card",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.11.2",
"@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
"version": "9.11.2",
"version": "9.11.3",
"description": "UI Center",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.11.2",
"@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
8 changes: 4 additions & 4 deletions components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
"version": "9.11.2",
"version": "9.11.3",
"description": "UI Checkbox",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/field": "9.11.2",
"@dhis2-ui/required": "9.11.2",
"@dhis2/ui-constants": "9.11.2",
"@dhis2-ui/field": "9.11.3",
"@dhis2-ui/required": "9.11.3",
"@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
Loading

0 comments on commit 9892882

Please sign in to comment.