@dfds-ui/experiences 2.0.20 → 2.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,7 @@ export declare const LocaleSelector: React.ForwardRefExoticComponent<{
31
31
  /**
32
32
  * Provide limited set of locales to choose from
33
33
  */
34
- locales?: readonly ("en" | "nl-BE" | "bg-BG" | "pt-BR" | "en-CA" | "zh-CN" | "cs-CZ" | "da-DK" | "et-EE" | "fi-FI" | "fr-BE" | "fr-FR" | "de-DE" | "hu-HU" | "it-IT" | "ja-JP" | "lv-LV" | "lt-LT" | "nl-NL" | "nb-NO" | "pl-PL" | "ro-RO" | "ru-RU" | "sk-SK" | "ko-KR" | "es-ES" | "sv-SE" | "tr-TR" | "en-GB" | "en-US")[] | undefined;
34
+ locales?: readonly ("en" | "nl-BE" | "bg-BG" | "pt-BR" | "en-CA" | "zh-CN" | "cs-CZ" | "da-DK" | "et-EE" | "fi-FI" | "fr-BE" | "fr-FR" | "fr-MA" | "de-DE" | "hu-HU" | "it-IT" | "ja-JP" | "lv-LV" | "lt-LT" | "nl-NL" | "nb-NO" | "pl-PL" | "ro-RO" | "ru-RU" | "sk-SK" | "ko-KR" | "es-ES" | "sv-SE" | "tr-TR" | "en-GB" | "en-US")[] | undefined;
35
35
  /**
36
36
  * Text to display on button that open the selector as
37
37
  * well as in the heading of the selector
@@ -31,7 +31,7 @@ export declare const LocaleSelector: React.ForwardRefExoticComponent<{
31
31
  /**
32
32
  * Provide limited set of locales to choose from
33
33
  */
34
- locales?: readonly ("en" | "nl-BE" | "bg-BG" | "pt-BR" | "en-CA" | "zh-CN" | "cs-CZ" | "da-DK" | "et-EE" | "fi-FI" | "fr-BE" | "fr-FR" | "de-DE" | "hu-HU" | "it-IT" | "ja-JP" | "lv-LV" | "lt-LT" | "nl-NL" | "nb-NO" | "pl-PL" | "ro-RO" | "ru-RU" | "sk-SK" | "ko-KR" | "es-ES" | "sv-SE" | "tr-TR" | "en-GB" | "en-US")[] | undefined;
34
+ locales?: readonly ("en" | "nl-BE" | "bg-BG" | "pt-BR" | "en-CA" | "zh-CN" | "cs-CZ" | "da-DK" | "et-EE" | "fi-FI" | "fr-BE" | "fr-FR" | "fr-MA" | "de-DE" | "hu-HU" | "it-IT" | "ja-JP" | "lv-LV" | "lt-LT" | "nl-NL" | "nb-NO" | "pl-PL" | "ro-RO" | "ru-RU" | "sk-SK" | "ko-KR" | "es-ES" | "sv-SE" | "tr-TR" | "en-GB" | "en-US")[] | undefined;
35
35
  /**
36
36
  * Text to display on button that open the selector as
37
37
  * well as in the heading of the selector
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "React components for building experiences",
4
4
  "license": "MIT",
5
5
  "private": false,
6
- "version": "2.0.20",
6
+ "version": "2.0.21",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
@@ -16,16 +16,16 @@
16
16
  "react-dom": ">= 17.0.2"
17
17
  },
18
18
  "dependencies": {
19
- "@dfds-ui/colors": "2.0.20",
20
- "@dfds-ui/forms": "2.0.20",
21
- "@dfds-ui/grid": "2.0.20",
22
- "@dfds-ui/icons": "2.0.20",
23
- "@dfds-ui/modal": "2.0.20",
24
- "@dfds-ui/react-components": "2.0.20",
25
- "@dfds-ui/theme": "2.0.20",
26
- "@dfds-ui/typography": "2.0.20"
19
+ "@dfds-ui/colors": "2.0.21",
20
+ "@dfds-ui/forms": "2.0.21",
21
+ "@dfds-ui/grid": "2.0.21",
22
+ "@dfds-ui/icons": "2.0.21",
23
+ "@dfds-ui/modal": "2.0.21",
24
+ "@dfds-ui/react-components": "2.0.21",
25
+ "@dfds-ui/theme": "2.0.21",
26
+ "@dfds-ui/typography": "2.0.21"
27
27
  },
28
- "gitHead": "0c4ee92cbe87aabe6d80934cbf7c5824eaa24586",
28
+ "gitHead": "c72e12958a470888aae2d4f4ea9131d3ef4bb784",
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  }