@axa-fr/design-system-apollo-react 1.0.5-alpha.450 → 1.0.5-alpha.454

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.
@@ -17,6 +17,10 @@ const CountryCodeSelect = ({ options, defaultCountry, onChangeSelect, IconCompon
17
17
  ...provided,
18
18
  display: "none",
19
19
  }),
20
+ singleValue: (provided) => ({
21
+ ...provided,
22
+ color: "inherit",
23
+ }),
20
24
  };
21
25
  const formatOptionLabel = ({ flag, code }) => (_jsxs("div", { className: "country-code-select-format-label", children: [_jsx(IconComponent, { src: flag }), code] }));
22
26
  const handleChange = (newValue) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axa-fr/design-system-apollo-react",
3
- "version": "1.0.5-alpha.450",
3
+ "version": "1.0.5-alpha.454",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "homepage": "https://github.com/AxaFrance/design-system#readme",
48
48
  "peerDependencies": {
49
- "@axa-fr/design-system-apollo-css": "1.0.5-alpha.450",
50
- "@axa-fr/design-system-look-and-feel-css": "1.0.5-alpha.450",
49
+ "@axa-fr/design-system-apollo-css": "1.0.5-alpha.454",
50
+ "@axa-fr/design-system-look-and-feel-css": "1.0.5-alpha.454",
51
51
  "@material-symbols/svg-400": ">= 0.19.0",
52
52
  "react": ">= 18"
53
53
  },