@axa-fr/design-system-look-and-feel-react 1.0.3-alpha.179 → 1.0.3-alpha.180

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.
@@ -1,8 +1,5 @@
1
1
  import classNames from "classnames";
2
2
  const getLastClassName = (defaultClassName) => {
3
- if (!defaultClassName) {
4
- return null;
5
- }
6
3
  return defaultClassName.split(" ").filter(Boolean).at(-1);
7
4
  };
8
5
  const listClassModifier = (classModifier) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axa-fr/design-system-look-and-feel-react",
3
- "version": "1.0.3-alpha.179",
3
+ "version": "1.0.3-alpha.180",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -47,10 +47,10 @@
47
47
  },
48
48
  "homepage": "https://github.com/AxaFrance/design-system#readme",
49
49
  "peerDependencies": {
50
- "@axa-fr/design-system-look-and-feel-css": "1.0.3-alpha.179",
50
+ "@axa-fr/design-system-look-and-feel-css": "1.0.3-alpha.180",
51
51
  "@material-symbols/svg-400": ">= 0.19.0",
52
52
  "react": ">= 18",
53
- "@axa-fr/design-system-apollo-react": "1.0.3-alpha.179"
53
+ "@axa-fr/design-system-apollo-react": "1.0.3-alpha.180"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
56
  "@material-symbols/svg-400": {