@axa-fr/design-system-look-and-feel-react 1.0.3-alpha.244 → 1.0.3-alpha.245

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,5 +1,5 @@
1
1
  import { type ComponentProps } from "react";
2
- import { Tag } from "../Tag";
2
+ import { Tag } from "../Tag/Tag";
3
3
  type AccordionTagDateContainerProps = {
4
4
  tagLabel?: string;
5
5
  tagProps?: ComponentProps<typeof Tag>;
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useMemo } from "react";
3
- import { Tag } from "../Tag";
3
+ import { Tag } from "../Tag/Tag";
4
4
  export const AccordionTagDateContainer = ({ tagLabel, tagProps, dateLabel, dateProps, }) => {
5
5
  const isShowing = useMemo(() => Boolean(tagLabel) || Boolean(dateLabel), [tagLabel, dateLabel]);
6
6
  if (!isShowing) {
package/dist/index.d.ts CHANGED
@@ -36,11 +36,11 @@ export { Skeleton } from "./Skeleton/Skeleton";
36
36
  export { SkeletonList } from "./SkeletonList/SkeletonList";
37
37
  export { Svg } from "./Svg";
38
38
  export { TabsClient as Tabs, Direction as TabsDirection } from "./Tabs/Tabs";
39
- export { Tag, tagVariants, type TagVariants } from "./Tag";
39
+ export { Tag, tagVariants, type TagVariants } from "./Tag/Tag";
40
40
  export { Title, TitleSize, type TitleLevel } from "./Title";
41
41
  export { ClickIcon } from "./ClickIcon/ClickIcon";
42
42
  export { Icon, iconVariants, type IconVariants, iconSizeVariants, type IconSizeVariants, } from "./Icon/Icon";
43
- export { Toggle } from "./Toggle";
43
+ export { Toggle } from "./Toggle/Toggle";
44
44
  export { BasePicture } from "./BasePicture/BasePicture";
45
45
  export { CardMessage, cardMessageVariants, type CardMessageVariants, } from "./CardMessage/CardMessage";
46
46
  export { ProgressBar } from "./ProgressBar/ProgressBar";
package/dist/index.js CHANGED
@@ -34,11 +34,11 @@ export { Skeleton } from "./Skeleton/Skeleton";
34
34
  export { SkeletonList } from "./SkeletonList/SkeletonList";
35
35
  export { Svg } from "./Svg";
36
36
  export { TabsClient as Tabs, Direction as TabsDirection } from "./Tabs/Tabs";
37
- export { Tag, tagVariants } from "./Tag";
37
+ export { Tag, tagVariants } from "./Tag/Tag";
38
38
  export { Title, TitleSize } from "./Title";
39
39
  export { ClickIcon } from "./ClickIcon/ClickIcon";
40
40
  export { Icon, iconVariants, iconSizeVariants, } from "./Icon/Icon";
41
- export { Toggle } from "./Toggle";
41
+ export { Toggle } from "./Toggle/Toggle";
42
42
  export { BasePicture } from "./BasePicture/BasePicture";
43
43
  export { CardMessage, cardMessageVariants, } from "./CardMessage/CardMessage";
44
44
  export { ProgressBar } from "./ProgressBar/ProgressBar";
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.244",
3
+ "version": "1.0.3-alpha.245",
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.244",
50
+ "@axa-fr/design-system-look-and-feel-css": "1.0.3-alpha.245",
51
51
  "@material-symbols/svg-400": ">= 0.19.0",
52
52
  "react": ">= 18",
53
- "@axa-fr/design-system-apollo-react": "1.0.3-alpha.244"
53
+ "@axa-fr/design-system-apollo-react": "1.0.3-alpha.245"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
56
  "@material-symbols/svg-400": {
File without changes
File without changes
File without changes
File without changes