@myxtra/authentication-green 2.1.0-alpha.0 → 2.1.0

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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -116,6 +116,20 @@ type Config = {
116
116
  redirectUrl?: string;
117
117
  // The position of the flyout menu, defaults to 'right'
118
118
  position?: 'left' | 'right';
119
+ // The ID of the commerce/BOU for which the component will show the icon when the Terms & Condition dialog is shown.
120
+ commerceId?:
121
+ | 'bioplanet'
122
+ | 'collectgo'
123
+ | 'collibri'
124
+ | 'colruyt'
125
+ | 'colruytacademy'
126
+ | 'colruytgroup'
127
+ | 'dats24'
128
+ | 'dreambaby'
129
+ | 'dreamland'
130
+ | 'okay'
131
+ | 'spar'
132
+ | 'xtra';
119
133
  };
120
134
  ```
121
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myxtra/authentication-green",
3
- "version": "2.1.0-alpha.0",
3
+ "version": "2.1.0",
4
4
  "main": "./dist/xtra-authentication.mjs",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -20,8 +20,8 @@
20
20
  "typecheck": "tsc --noEmit"
21
21
  },
22
22
  "dependencies": {
23
- "@myxtra/shared": "1.15.0-alpha.0",
24
- "@myxtra/ui-react": "1.18.0-alpha.0",
23
+ "@myxtra/shared": "1.15.0",
24
+ "@myxtra/ui-react": "1.18.0",
25
25
  "@tanstack/react-query": "^5.12.0",
26
26
  "clsx": "^2.0.0",
27
27
  "i18next": "^23.7.7",
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@crowdin/cli": "^3.15.0",
35
- "@myxtra/api": "1.2.0",
36
- "@myxtra/eslint-config": "1.14.0",
37
- "@myxtra/stylelint-config": "1.14.0",
35
+ "@myxtra/api": "1.3.0",
36
+ "@myxtra/eslint-config": "1.15.0",
37
+ "@myxtra/stylelint-config": "1.15.0",
38
38
  "@testing-library/dom": "^9.3.3",
39
39
  "@testing-library/jest-dom": "^6.1.5",
40
40
  "@testing-library/react": "^14.1.2",