diff --git a/.github/workflows/dhis2-deploy-netlify.yml b/.github/workflows/dhis2-deploy-netlify.yml index c81042825..9c6f7676a 100644 --- a/.github/workflows/dhis2-deploy-netlify.yml +++ b/.github/workflows/dhis2-deploy-netlify.yml @@ -34,8 +34,8 @@ jobs: # Don't build anything, just copy the _redirects file into the dist directory - run: | - mkdir dist - cp _redirects dist/_redirects + mkdir dist + cp _redirects dist/_redirects - uses: nwtgck/actions-netlify@v1.1 with: diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot index bffb1bd6f..b373318fc 100644 --- a/collections/forms/i18n/en.pot +++ b/collections/forms/i18n/en.pot @@ -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-09-26T14:15:11.940Z\n" -"PO-Revision-Date: 2024-09-26T14:15:11.941Z\n" +"POT-Creation-Date: 2024-11-29T06:54:11.622Z\n" +"PO-Revision-Date: 2024-11-29T06:54:11.622Z\n" msgid "Upload file" msgstr "Upload file" diff --git a/icons/API.md b/icons/API.md index a3cc09da2..16114bcbd 100644 --- a/icons/API.md +++ b/icons/API.md @@ -2490,6 +2490,46 @@ import { IconLink24 } from '@dhis2/ui' ``` +#### Props + +|Name|Type|Default|Required|Description| +|---|---|---|---|---| +|color|string|||| +|dataTest|string|||| +|ariaLabel|string|||| + +### SvgLinkOff16 + +#### Usage + +To use `IconLinkOff16`, you can import the component from the `@dhis2/ui` library + + +```js +import { IconLinkOff16 } from '@dhis2/ui' +``` + + +#### Props + +|Name|Type|Default|Required|Description| +|---|---|---|---|---| +|color|string|||| +|dataTest|string|||| +|ariaLabel|string|||| + +### SvgLinkOff24 + +#### Usage + +To use `IconLinkOff24`, you can import the component from the `@dhis2/ui` library + + +```js +import { IconLinkOff24 } from '@dhis2/ui' +``` + + #### Props |Name|Type|Default|Required|Description|