@mage-ui/components 1.0.7 → 1.0.10

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 (27) hide show
  1. package/dist/components/buttons/button/Button.d.mts +2 -2
  2. package/dist/components/buttons/button-action/ButtonAction.d.mts +2 -2
  3. package/dist/components/buttons/button-icon/ButtonIcon.d.mts +2 -2
  4. package/dist/components/buttons/button-icon-visual/ButtonIconVisual.d.mts +2 -2
  5. package/dist/components/buttons/button-visual/ButtonVisual.d.mts +2 -2
  6. package/dist/components/data-display/calendar/Calendar.d.mts +2 -2
  7. package/dist/components/data-display/loader-dot/LoaderDot.d.mts +2 -2
  8. package/dist/components/data-display/loader-oval/LoaderOval.d.mts +2 -2
  9. package/dist/components/data-display/uploaded-file/UploadedFile.d.mts +2 -2
  10. package/dist/components/layouts/top-bar/TopBar.d.mts +2 -2
  11. package/dist/components/misc/horizontal-divider/HorizontalDivider.d.mts +2 -2
  12. package/dist/components/misc/visually-hidden/VisuallyHidden.d.mts +2 -2
  13. package/dist/components/navigations/breadcrumbs/Breadcrumbs.d.mts +2 -2
  14. package/dist/components/overlays/modal/Modal.d.mts +10 -10
  15. package/dist/components/overlays/modals/ModalsProvider.d.mts +2 -2
  16. package/dist/components/overlays/tooltip/Tooltip.d.mts +2 -2
  17. package/dist/components/overlays/tooltip/Tooltip.d.mts.map +1 -1
  18. package/dist/semedlab/components/navigations/backoffice-top-bar/BackofficeTopBar.d.mts +2 -2
  19. package/dist/semedlab/components/navigations/backoffice-top-bar/BackofficeTopBar.d.mts.map +1 -1
  20. package/dist/semedlab/components/navigations/notification-list/NotificationList.d.mts +2 -2
  21. package/dist/semedlab/components/navigations/notification-list/NotificationList.d.mts.map +1 -1
  22. package/dist/semedlab/components/navigations/notification-menu/NotificationMenu.d.mts +2 -2
  23. package/dist/semedlab/components/navigations/notification-menu/NotificationMenu.d.mts.map +1 -1
  24. package/dist/semedlab/components/navigations/profile-menu/ProfileMenu.d.mts +2 -2
  25. package/dist/semedlab/components/navigations/profile-menu/ProfileMenu.d.mts.map +1 -1
  26. package/package.json +4 -4
  27. package/dist/panda.json +0 -570
@@ -1,5 +1,5 @@
1
1
  import { ButtonVariantProps } from "@mage-ui/styled-system/recipes";
2
- import * as react_jsx_runtime16 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
3
3
  import { ComponentPropsWithoutRef, ReactNode } from "react";
4
4
 
5
5
  //#region src/components/buttons/button/Button.d.ts
@@ -21,7 +21,7 @@ declare const Button: ({
21
21
  startSlot,
22
22
  endSlot,
23
23
  ...props
24
- }: ButtonProps) => react_jsx_runtime16.JSX.Element;
24
+ }: ButtonProps) => react_jsx_runtime15.JSX.Element;
25
25
  //#endregion
26
26
  export { Button, ButtonProps };
27
27
  //# sourceMappingURL=Button.d.mts.map
@@ -1,5 +1,5 @@
1
1
  import { ButtonProps } from "../button/Button.mjs";
2
- import * as react_jsx_runtime17 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime16 from "react/jsx-runtime";
3
3
  import { ReactNode } from "react";
4
4
 
5
5
  //#region src/components/buttons/button-action/ButtonAction.d.ts
@@ -25,7 +25,7 @@ declare const ButtonAction: ({
25
25
  successText,
26
26
  successDuration,
27
27
  ...props
28
- }: ButtonActionProps) => react_jsx_runtime17.JSX.Element;
28
+ }: ButtonActionProps) => react_jsx_runtime16.JSX.Element;
29
29
  //#endregion
30
30
  export { ButtonAction, ButtonActionProps };
31
31
  //# sourceMappingURL=ButtonAction.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime18 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
2
2
  import { ComponentProps } from "react";
3
3
 
4
4
  //#region src/components/buttons/button-icon/ButtonIcon.d.ts
@@ -23,7 +23,7 @@ declare const ButtonIcon: ({
23
23
  onClick,
24
24
  disabled,
25
25
  classNames
26
- }: ButtonIconProps) => react_jsx_runtime18.JSX.Element;
26
+ }: ButtonIconProps) => react_jsx_runtime17.JSX.Element;
27
27
  //#endregion
28
28
  export { ButtonIcon, ButtonIconProps };
29
29
  //# sourceMappingURL=ButtonIcon.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime19 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
2
2
  import { ComponentProps } from "react";
3
3
 
4
4
  //#region src/components/buttons/button-icon-visual/ButtonIconVisual.d.ts
@@ -22,7 +22,7 @@ declare const ButtonIconVisual: ({
22
22
  name,
23
23
  path,
24
24
  disabled
25
- }: ButtonIconVisualProps) => react_jsx_runtime19.JSX.Element;
25
+ }: ButtonIconVisualProps) => react_jsx_runtime18.JSX.Element;
26
26
  //#endregion
27
27
  export { ButtonIconVisual, ButtonIconVisualProps };
28
28
  //# sourceMappingURL=ButtonIconVisual.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime15 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/components/buttons/button-visual/ButtonVisual.d.ts
@@ -21,7 +21,7 @@ declare const ButtonVisual: ({
21
21
  endSlot,
22
22
  children,
23
23
  disabled
24
- }: ButtonVisualProps) => react_jsx_runtime15.JSX.Element;
24
+ }: ButtonVisualProps) => react_jsx_runtime19.JSX.Element;
25
25
  //#endregion
26
26
  export { ButtonVisual, ButtonVisualProps };
27
27
  //# sourceMappingURL=ButtonVisual.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime46 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime44 from "react/jsx-runtime";
2
2
  import { CSSProperties } from "react";
3
3
  import { DateLocalizer, Event, Event as CalendarEvent, momentLocalizer } from "react-big-calendar";
4
4
 
@@ -60,7 +60,7 @@ declare const Calendar$1: ({
60
60
  messages,
61
61
  popup,
62
62
  components
63
- }: CalendarProps) => react_jsx_runtime46.JSX.Element;
63
+ }: CalendarProps) => react_jsx_runtime44.JSX.Element;
64
64
  //#endregion
65
65
  export { Calendar$1 as Calendar, type CalendarEvent, CalendarProps, momentLocalizer };
66
66
  //# sourceMappingURL=Calendar.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime44 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime42 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/data-display/loader-dot/LoaderDot.d.ts
4
4
  type LoaderDotProps = {
@@ -9,7 +9,7 @@ type LoaderDotProps = {
9
9
  };
10
10
  declare const LoaderDot: ({
11
11
  classNames
12
- }: LoaderDotProps) => react_jsx_runtime44.JSX.Element;
12
+ }: LoaderDotProps) => react_jsx_runtime42.JSX.Element;
13
13
  //#endregion
14
14
  export { LoaderDot, LoaderDotProps };
15
15
  //# sourceMappingURL=LoaderDot.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime45 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime43 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/data-display/loader-oval/LoaderOval.d.ts
4
4
  type LoaderOvalProps = {
@@ -9,7 +9,7 @@ type LoaderOvalProps = {
9
9
  };
10
10
  declare const LoaderOval: ({
11
11
  classNames
12
- }: LoaderOvalProps) => react_jsx_runtime45.JSX.Element;
12
+ }: LoaderOvalProps) => react_jsx_runtime43.JSX.Element;
13
13
  //#endregion
14
14
  export { LoaderOval, LoaderOvalProps };
15
15
  //# sourceMappingURL=LoaderOval.d.mts.map
@@ -1,6 +1,6 @@
1
1
  import { ButtonIconProps } from "../../buttons/button-icon/ButtonIcon.mjs";
2
2
  import "../../buttons/index.mjs";
3
- import * as react_jsx_runtime42 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime41 from "react/jsx-runtime";
4
4
  import { ReactNode } from "react";
5
5
 
6
6
  //#region src/components/data-display/uploaded-file/UploadedFile.d.ts
@@ -37,7 +37,7 @@ declare const UploadedFile: ({
37
37
  fileType,
38
38
  classNames,
39
39
  onRemove
40
- }: UploadedFileProps) => react_jsx_runtime42.JSX.Element;
40
+ }: UploadedFileProps) => react_jsx_runtime41.JSX.Element;
41
41
  //#endregion
42
42
  export { UploadedFile, UploadedFileProps };
43
43
  //# sourceMappingURL=UploadedFile.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime41 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime45 from "react/jsx-runtime";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/components/layouts/top-bar/TopBar.d.ts
@@ -17,7 +17,7 @@ declare const TopBar: ({
17
17
  startSlot,
18
18
  endSlot,
19
19
  classNames
20
- }: TopBarProps) => react_jsx_runtime41.JSX.Element;
20
+ }: TopBarProps) => react_jsx_runtime45.JSX.Element;
21
21
  //#endregion
22
22
  export { TopBar, TopBarProps };
23
23
  //# sourceMappingURL=TopBar.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime48 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime46 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/misc/horizontal-divider/HorizontalDivider.d.ts
4
4
  type HorizontalDividerProps = {
@@ -9,7 +9,7 @@ type HorizontalDividerProps = {
9
9
  };
10
10
  declare const HorizontalDivider: ({
11
11
  classNames
12
- }: HorizontalDividerProps) => react_jsx_runtime48.JSX.Element;
12
+ }: HorizontalDividerProps) => react_jsx_runtime46.JSX.Element;
13
13
  //#endregion
14
14
  export { HorizontalDivider, HorizontalDividerProps };
15
15
  //# sourceMappingURL=HorizontalDivider.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime43 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime47 from "react/jsx-runtime";
2
2
  import { ComponentPropsWithoutRef, ReactNode } from "react";
3
3
 
4
4
  //#region src/components/misc/visually-hidden/VisuallyHidden.d.ts
@@ -8,7 +8,7 @@ type VisuallyHiddenProps = {
8
8
  declare const VisuallyHidden: ({
9
9
  children,
10
10
  ...props
11
- }: VisuallyHiddenProps) => react_jsx_runtime43.JSX.Element;
11
+ }: VisuallyHiddenProps) => react_jsx_runtime47.JSX.Element;
12
12
  //#endregion
13
13
  export { VisuallyHidden, VisuallyHiddenProps };
14
14
  //# sourceMappingURL=VisuallyHidden.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime47 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime48 from "react/jsx-runtime";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/components/navigations/breadcrumbs/Breadcrumbs.d.ts
@@ -19,7 +19,7 @@ declare const Breadcrumbs: {
19
19
  separator,
20
20
  children,
21
21
  classNames
22
- }: BreadcrumbsProps): react_jsx_runtime47.JSX.Element;
22
+ }: BreadcrumbsProps): react_jsx_runtime48.JSX.Element;
23
23
  Item: {
24
24
  ({
25
25
  children
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime1 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
2
2
  import { HTMLAttributes, ReactNode } from "react";
3
3
 
4
4
  //#region src/components/overlays/modal/Modal.d.ts
@@ -41,7 +41,7 @@ declare const Modal: {
41
41
  withinPortal,
42
42
  keepMounted,
43
43
  classNames
44
- }: ModalProps): react_jsx_runtime1.JSX.Element;
44
+ }: ModalProps): react_jsx_runtime4.JSX.Element;
45
45
  Root: {
46
46
  ({
47
47
  opened,
@@ -53,13 +53,13 @@ declare const Modal: {
53
53
  centered,
54
54
  classNames,
55
55
  intent
56
- }: ModalRootProps): react_jsx_runtime1.JSX.Element;
56
+ }: ModalRootProps): react_jsx_runtime4.JSX.Element;
57
57
  displayName: string;
58
58
  };
59
59
  Overlay: {
60
60
  (_: {
61
61
  children?: never;
62
- }): react_jsx_runtime1.JSX.Element;
62
+ }): react_jsx_runtime4.JSX.Element;
63
63
  displayName: string;
64
64
  };
65
65
  Content: {
@@ -67,7 +67,7 @@ declare const Modal: {
67
67
  children
68
68
  }: {
69
69
  children: ReactNode;
70
- }): react_jsx_runtime1.JSX.Element;
70
+ }): react_jsx_runtime4.JSX.Element;
71
71
  displayName: string;
72
72
  };
73
73
  Header: {
@@ -75,7 +75,7 @@ declare const Modal: {
75
75
  children
76
76
  }: {
77
77
  children: ReactNode;
78
- }): react_jsx_runtime1.JSX.Element;
78
+ }): react_jsx_runtime4.JSX.Element;
79
79
  displayName: string;
80
80
  };
81
81
  Body: {
@@ -83,7 +83,7 @@ declare const Modal: {
83
83
  children
84
84
  }: {
85
85
  children: ReactNode;
86
- }): react_jsx_runtime1.JSX.Element;
86
+ }): react_jsx_runtime4.JSX.Element;
87
87
  displayName: string;
88
88
  };
89
89
  Title: {
@@ -91,11 +91,11 @@ declare const Modal: {
91
91
  children
92
92
  }: {
93
93
  children: ReactNode;
94
- }): react_jsx_runtime1.JSX.Element;
94
+ }): react_jsx_runtime4.JSX.Element;
95
95
  displayName: string;
96
96
  };
97
97
  CloseButton: {
98
- (): react_jsx_runtime1.JSX.Element;
98
+ (): react_jsx_runtime4.JSX.Element;
99
99
  displayName: string;
100
100
  };
101
101
  Footer: {
@@ -103,7 +103,7 @@ declare const Modal: {
103
103
  children,
104
104
  className,
105
105
  ...props
106
- }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime1.JSX.Element;
106
+ }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime4.JSX.Element;
107
107
  displayName: string;
108
108
  };
109
109
  };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime10 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime13 from "react/jsx-runtime";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/components/overlays/modals/ModalsProvider.d.ts
@@ -7,7 +7,7 @@ type ModalsProviderProps = {
7
7
  };
8
8
  declare const ModalsProvider: ({
9
9
  children
10
- }: ModalsProviderProps) => react_jsx_runtime10.JSX.Element;
10
+ }: ModalsProviderProps) => react_jsx_runtime13.JSX.Element;
11
11
  //#endregion
12
12
  export { ModalsProvider };
13
13
  //# sourceMappingURL=ModalsProvider.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime14 from "react/jsx-runtime";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/components/overlays/tooltip/Tooltip.d.ts
@@ -35,7 +35,7 @@ declare const Tooltip: ({
35
35
  keepMounted,
36
36
  withinPortal,
37
37
  classNames
38
- }: TooltipProps) => react_jsx_runtime0.JSX.Element;
38
+ }: TooltipProps) => react_jsx_runtime14.JSX.Element;
39
39
  //#endregion
40
40
  export { Tooltip, TooltipProps };
41
41
  //# sourceMappingURL=Tooltip.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.d.mts","names":[],"sources":["../../../../src/components/overlays/tooltip/Tooltip.tsx"],"mappings":";;;;KAMY,YAAA;EACV,QAAA,GAAW,SAAA;EACX,KAAA,EAAO,SAAA;EACP,MAAA;EACA,EAAA;EACA,QAAA;EAaA,MAAA;EACA,SAAA;EACA,QAAA;EACA,MAAA;EACA,SAAA;EACA,WAAA;EACA,YAAA;EACA,UAAA;IACE,IAAA;IACA,OAAA;IACA,KAAA;EAAA;AAAA;AAAA,cAIS,OAAA;EACX,QAAA;EAAA,KAAA;EAAA,MAAA;EAAA,EAAA;EAAA,QAAA;EAAA,MAAA;EAAA,SAAA;EAAA,QAAA;EAAA,MAAA;EAAA,SAAA;EAAA,WAAA;EAAA,YAAA;EAAA;AAAA,GAcG,YAAA,KAAY,kBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"Tooltip.d.mts","names":[],"sources":["../../../../src/components/overlays/tooltip/Tooltip.tsx"],"mappings":";;;;KAMY,YAAA;EACV,QAAA,GAAW,SAAA;EACX,KAAA,EAAO,SAAA;EACP,MAAA;EACA,EAAA;EACA,QAAA;EAaA,MAAA;EACA,SAAA;EACA,QAAA;EACA,MAAA;EACA,SAAA;EACA,WAAA;EACA,YAAA;EACA,UAAA;IACE,IAAA;IACA,OAAA;IACA,KAAA;EAAA;AAAA;AAAA,cAIS,OAAA;EACX,QAAA;EAAA,KAAA;EAAA,MAAA;EAAA,EAAA;EAAA,QAAA;EAAA,MAAA;EAAA,SAAA;EAAA,QAAA;EAAA,MAAA;EAAA,SAAA;EAAA,WAAA;EAAA,YAAA;EAAA;AAAA,GAcG,YAAA,KAAY,mBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,6 +1,6 @@
1
1
  import { NotificationMenuProps } from "../notification-menu/NotificationMenu.mjs";
2
2
  import { ProfileMenuProps } from "../profile-menu/ProfileMenu.mjs";
3
- import * as react_jsx_runtime14 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/semedlab/components/navigations/backoffice-top-bar/BackofficeTopBar.d.ts
6
6
  type BackofficeTopBarProps = {
@@ -17,7 +17,7 @@ type BackofficeTopBarProps = {
17
17
  declare const BackofficeTopBar: ({
18
18
  notificationMenuProps,
19
19
  profileMenuProps
20
- }: BackofficeTopBarProps) => react_jsx_runtime14.JSX.Element;
20
+ }: BackofficeTopBarProps) => react_jsx_runtime3.JSX.Element;
21
21
  //#endregion
22
22
  export { BackofficeTopBar, BackofficeTopBarProps };
23
23
  //# sourceMappingURL=BackofficeTopBar.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BackofficeTopBar.d.mts","names":[],"sources":["../../../../../src/semedlab/components/navigations/backoffice-top-bar/BackofficeTopBar.tsx"],"mappings":";;;;;KAWY,qBAAA;EACV,qBAAA,EAAuB,qBAAA;EACvB,gBAAA,EAAkB,gBAAA;EAClB,UAAA;IACE,MAAA;IACA,IAAA;IACA,OAAA;IACA,SAAA;IACA,OAAA;EAAA;AAAA;AAAA,cAIS,gBAAA;EAAoB,qBAAA;EAAA;AAAA,GAG9B,qBAAA,KAAqB,mBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"BackofficeTopBar.d.mts","names":[],"sources":["../../../../../src/semedlab/components/navigations/backoffice-top-bar/BackofficeTopBar.tsx"],"mappings":";;;;;KAWY,qBAAA;EACV,qBAAA,EAAuB,qBAAA;EACvB,gBAAA,EAAkB,gBAAA;EAClB,UAAA;IACE,MAAA;IACA,IAAA;IACA,OAAA;IACA,SAAA;IACA,OAAA;EAAA;AAAA;AAAA,cAIS,gBAAA;EAAoB,qBAAA;EAAA;AAAA,GAG9B,qBAAA,KAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,5 +1,5 @@
1
1
  import { NotificationProps } from "../../data-display/notification/Notification.mjs";
2
- import * as react_jsx_runtime11 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/semedlab/components/navigations/notification-list/NotificationList.d.ts
5
5
  type NotificationItemProps = Omit<NotificationProps, 'onDismiss' | 'dismissBtnLabel'>;
@@ -23,7 +23,7 @@ declare const NotificationList: ({
23
23
  dismissBtnLabel,
24
24
  dismissAllBtnLabel,
25
25
  classNames
26
- }: NotificationListProps) => react_jsx_runtime11.JSX.Element;
26
+ }: NotificationListProps) => react_jsx_runtime0.JSX.Element;
27
27
  //#endregion
28
28
  export { NotificationList, NotificationListProps };
29
29
  //# sourceMappingURL=NotificationList.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationList.d.mts","names":[],"sources":["../../../../../src/semedlab/components/navigations/notification-list/NotificationList.tsx"],"mappings":";;;;KAUK,qBAAA,GAAwB,IAAA,CAAK,iBAAA;AAAA,KAEtB,qBAAA;EACV,aAAA,EAAe,qBAAA;EACf,YAAA,GAAe,IAAA;EACf,YAAA;EACA,eAAA;EACA,kBAAA;EACA,UAAA;IACE,YAAA;IACA,IAAA;IACA,OAAA;IACA,SAAA;EAAA;AAAA;AAAA,cAIS,gBAAA;EAAoB,aAAA;EAAA,YAAA;EAAA,YAAA;EAAA,eAAA;EAAA,kBAAA;EAAA;AAAA,GAO9B,qBAAA,KAAqB,mBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"NotificationList.d.mts","names":[],"sources":["../../../../../src/semedlab/components/navigations/notification-list/NotificationList.tsx"],"mappings":";;;;KAUK,qBAAA,GAAwB,IAAA,CAAK,iBAAA;AAAA,KAEtB,qBAAA;EACV,aAAA,EAAe,qBAAA;EACf,YAAA,GAAe,IAAA;EACf,YAAA;EACA,eAAA;EACA,kBAAA;EACA,UAAA;IACE,YAAA;IACA,IAAA;IACA,OAAA;IACA,SAAA;EAAA;AAAA;AAAA,cAIS,gBAAA;EAAoB,aAAA;EAAA,YAAA;EAAA,YAAA;EAAA,eAAA;EAAA,kBAAA;EAAA;AAAA,GAO9B,qBAAA,KAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,5 +1,5 @@
1
1
  import { NotificationProps } from "../../data-display/notification/Notification.mjs";
2
- import * as react_jsx_runtime12 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
  import React from "react";
4
4
 
5
5
  //#region src/semedlab/components/navigations/notification-menu/NotificationMenu.d.ts
@@ -26,7 +26,7 @@ declare const NotificationMenu: ({
26
26
  targetLabel,
27
27
  indicatorAriaLabel,
28
28
  maxNotificationsToShow
29
- }: NotificationMenuProps) => react_jsx_runtime12.JSX.Element;
29
+ }: NotificationMenuProps) => react_jsx_runtime1.JSX.Element;
30
30
  //#endregion
31
31
  export { NotificationMenu, NotificationMenuProps };
32
32
  //# sourceMappingURL=NotificationMenu.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationMenu.d.mts","names":[],"sources":["../../../../../src/semedlab/components/navigations/notification-menu/NotificationMenu.tsx"],"mappings":";;;;;KAuBK,qBAAA,GAAwB,IAAA,CAC3B,iBAAA;AAAA,KAIU,qBAAA;EACV,aAAA,EAAe,qBAAA;EACf,YAAA,GAAe,IAAA;EACf,YAAA;EACA,eAAA;EACA,kBAAA,GAAqB,KAAA,CAAM,SAAA;EAC3B,eAAA,GAAkB,KAAA,CAAM,SAAA;EACxB,WAAA;EACA,YAAA;EACA,sBAAA;EACA,kBAAA;AAAA;AAAA,cAGW,gBAAA;EAAoB,aAAA;EAAA,YAAA;EAAA,YAAA;EAAA,eAAA;EAAA,kBAAA;EAAA,eAAA;EAAA,WAAA;EAAA,kBAAA;EAAA;AAAA,GAU9B,qBAAA,KAAqB,mBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"NotificationMenu.d.mts","names":[],"sources":["../../../../../src/semedlab/components/navigations/notification-menu/NotificationMenu.tsx"],"mappings":";;;;;KAuBK,qBAAA,GAAwB,IAAA,CAC3B,iBAAA;AAAA,KAIU,qBAAA;EACV,aAAA,EAAe,qBAAA;EACf,YAAA,GAAe,IAAA;EACf,YAAA;EACA,eAAA;EACA,kBAAA,GAAqB,KAAA,CAAM,SAAA;EAC3B,eAAA,GAAkB,KAAA,CAAM,SAAA;EACxB,WAAA;EACA,YAAA;EACA,sBAAA;EACA,kBAAA;AAAA;AAAA,cAGW,gBAAA;EAAoB,aAAA;EAAA,YAAA;EAAA,YAAA;EAAA,eAAA;EAAA,kBAAA;EAAA,eAAA;EAAA,WAAA;EAAA,kBAAA;EAAA;AAAA,GAU9B,qBAAA,KAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime13 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/semedlab/components/navigations/profile-menu/ProfileMenu.d.ts
@@ -15,7 +15,7 @@ declare const ProfileMenu: ({
15
15
  alt,
16
16
  description,
17
17
  children
18
- }: ProfileMenuProps) => react_jsx_runtime13.JSX.Element;
18
+ }: ProfileMenuProps) => react_jsx_runtime2.JSX.Element;
19
19
  //#endregion
20
20
  export { ProfileMenu, ProfileMenuProps };
21
21
  //# sourceMappingURL=ProfileMenu.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProfileMenu.d.mts","names":[],"sources":["../../../../../src/semedlab/components/navigations/profile-menu/ProfileMenu.tsx"],"mappings":";;;;KAUY,gBAAA;EACV,IAAA;EACA,GAAA;EACA,GAAA;EACA,WAAA;EACA,QAAA,GAAW,SAAA;AAAA;AAAA,cAGA,WAAA;EAAe,IAAA;EAAA,GAAA;EAAA,GAAA;EAAA,WAAA;EAAA;AAAA,GAMzB,gBAAA,KAAgB,mBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"ProfileMenu.d.mts","names":[],"sources":["../../../../../src/semedlab/components/navigations/profile-menu/ProfileMenu.tsx"],"mappings":";;;;KAUY,gBAAA;EACV,IAAA;EACA,GAAA;EACA,GAAA;EACA,WAAA;EACA,QAAA,GAAW,SAAA;AAAA;AAAA,cAGA,WAAA;EAAe,IAAA;EAAA,GAAA;EAAA,GAAA;EAAA,WAAA;EAAA;AAAA,GAMzB,gBAAA,KAAgB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mage-ui/components",
3
- "version": "1.0.7",
3
+ "version": "1.0.10",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -26,8 +26,8 @@
26
26
  "tsdown": "^0.20.1",
27
27
  "typescript": "^5.9.3",
28
28
  "baseline-browser-mapping": "^2.9.19",
29
- "@mage-ui/preset": "1.0.7",
30
- "@mage-ui/styled-system": "1.0.7"
29
+ "@mage-ui/preset": "1.0.10",
30
+ "@mage-ui/styled-system": "1.0.8"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@hookform/resolvers": "^5.2.2",
@@ -54,7 +54,7 @@
54
54
  "node": ">=24.9.0"
55
55
  },
56
56
  "scripts": {
57
- "build": "rimraf dist && panda codegen && tsdown --env.NODE_ENV=production --minify && panda ship -o dist/panda.json",
57
+ "build": "rimraf dist && panda codegen && tsdown --env.NODE_ENV=production --minify",
58
58
  "clean": "rimraf dist node_modules styled-system",
59
59
  "dev": "tsdown --env.NODE_ENV=development --no-clean --watch",
60
60
  "lint": "biome check --write"
package/dist/panda.json DELETED
@@ -1,570 +0,0 @@
1
- {
2
- "schemaVersion": "1.8.1",
3
- "styles": {
4
- "atomic": [
5
- "srOnly]___[value:true",
6
- "offset]___[value:8",
7
- "width]___[value:target",
8
- "offset]___[value:4",
9
- "width]___[value:80",
10
- "height]___[value:48",
11
- "offset]___[value:2",
12
- "position]___[value:bottom-end",
13
- "width]___[value:320",
14
- "width]___[value:248"
15
- ],
16
- "recipes": {
17
- "buttonInner": [],
18
- "buttonLabel": [],
19
- "button": [],
20
- "buttonRoot": [],
21
- "buttonSection": [],
22
- "buttonActionInner": [],
23
- "buttonActionLabel": [],
24
- "buttonAction": [],
25
- "buttonActionRoot": [],
26
- "buttonActionLoader": [],
27
- "buttonActionSection": [],
28
- "buttonIcon": [],
29
- "buttonIconRoot": [],
30
- "buttonIconIcon": [],
31
- "iconRawRoot": [],
32
- "iconRaw": [],
33
- "buttonIconIconRaw": [],
34
- "buttonIconIconRawRoot": [],
35
- "buttonIconVisual": [],
36
- "buttonIconVisualRoot": [],
37
- "buttonIconVisualIcon": [],
38
- "buttonIconVisualIconRaw": [],
39
- "buttonIconVisualIconRawRoot": [],
40
- "buttonVisual": [],
41
- "buttonVisualRoot": [],
42
- "buttonVisualInner": [],
43
- "buttonVisualLabel": [],
44
- "buttonVisualSection": [],
45
- "combobox": [],
46
- "comboboxRoot": [],
47
- "comboboxEmpty": [],
48
- "comboboxOptions": [],
49
- "comboboxOption": [],
50
- "comboboxOptionCreate": [],
51
- "comboboxOptionCreateCreate": [],
52
- "comboboxOptionCreateIcon": [],
53
- "comboboxOptionCreateIconRoot": [],
54
- "comboboxOptionCreateIconIconRaw": [],
55
- "comboboxOptionCreateIconIconRawRoot": [],
56
- "comboboxTextInput": [],
57
- "comboboxTextInputDescription": [],
58
- "comboboxTextInputError": [],
59
- "comboboxTextInputInput": [],
60
- "comboboxTextInputLabel": [],
61
- "comboboxTextInputRequired": [],
62
- "comboboxTextInputRoot": [],
63
- "comboboxTextInputSection": [],
64
- "comboboxTextInputWrapper": [],
65
- "comboboxChevron": [],
66
- "comboboxChevronRoot": [],
67
- "comboboxChevronIcon": [],
68
- "comboboxChevronIconRoot": [
69
- "invert]___[value:true]___[recipe:comboboxChevronIconRoot"
70
- ],
71
- "comboboxClearButton": [],
72
- "comboboxClearButtonRoot": [],
73
- "comboboxClearButtonIcon": [],
74
- "comboboxClearButtonIconRaw": [],
75
- "comboboxClearButtonIconRawRoot": [],
76
- "comboboxScrollAreaAutosize": [],
77
- "loaderDot": [],
78
- "loaderDotRoot": [],
79
- "autocomplete": [],
80
- "autocompleteRoot": [],
81
- "autocompleteOptions": [],
82
- "autocompleteOption": [],
83
- "autocompleteEmpty": [],
84
- "autocompleteScrollAreaAutosize": [],
85
- "autocompleteTextInput": [],
86
- "autocompleteTextInputRoot": [],
87
- "autocompleteTextInputLabel": [],
88
- "autocompleteTextInputDescription": [],
89
- "autocompleteTextInputError": [],
90
- "autocompleteTextInputWrapper": [],
91
- "autocompleteTextInputInput": [],
92
- "autocompleteTextInputSection": [],
93
- "autocompleteTextInputRequired": [],
94
- "autocompleteClearButton": [],
95
- "autocompleteClearButtonRoot": [],
96
- "autocompleteClearButtonIcon": [],
97
- "autocompleteClearButtonIconRaw": [],
98
- "autocompleteClearButtonIconRawRoot": [],
99
- "checkboxLabelRequired": [],
100
- "checkbox": [],
101
- "checkboxRoot": [],
102
- "checkboxInput": [],
103
- "checkboxIcon": [],
104
- "checkboxInner": [],
105
- "checkboxBody": [],
106
- "checkboxBodyError": [],
107
- "checkboxLabelWrapper": [],
108
- "checkboxLabel": [],
109
- "checkboxDescription": [],
110
- "checkboxError": [],
111
- "checkboxGroup": [],
112
- "checkboxGroupRoot": [],
113
- "checkboxGroupLabel": [],
114
- "checkboxGroupRequired": [],
115
- "checkboxGroupDescription": [],
116
- "checkboxGroupError": [],
117
- "checkboxGroupGroup": [],
118
- "dropdown": [],
119
- "dropdownRoot": [],
120
- "dropdownEmpty": [],
121
- "dropdownOptions": [],
122
- "dropdownOption": [],
123
- "dropdownTextInput": [],
124
- "dropdownTextInputDescription": [],
125
- "dropdownTextInputError": [],
126
- "dropdownTextInputInput": [],
127
- "dropdownTextInputLabel": [],
128
- "dropdownTextInputRequired": [],
129
- "dropdownTextInputRoot": [],
130
- "dropdownTextInputSection": [],
131
- "dropdownTextInputWrapper": [],
132
- "dropdownChevron": [],
133
- "dropdownChevronRoot": [],
134
- "dropdownChevronIcon": [],
135
- "dropdownChevronIconRoot": [
136
- "invert]___[value:true]___[recipe:dropdownChevronIconRoot"
137
- ],
138
- "dropdownClearButton": [],
139
- "dropdownClearButtonRoot": [],
140
- "dropdownClearButtonIcon": [],
141
- "dropdownClearButtonIconRaw": [],
142
- "dropdownClearButtonIconRawRoot": [],
143
- "dropdownScrollAreaAutosize": [],
144
- "icon": [],
145
- "iconRoot": [],
146
- "iconIconRaw": [],
147
- "iconIconRawRoot": [],
148
- "datePicker": [],
149
- "datePickerRoot": [],
150
- "datePickerWrapper": [],
151
- "datePickerInput": [],
152
- "datePickerLabel": [],
153
- "datePickerError": [],
154
- "datePickerDescription": [],
155
- "datePickerPlaceholder": [],
156
- "datePickerSection": [],
157
- "datePickerRequired": [],
158
- "datePickerDatePickerRoot": [],
159
- "datePickerIconIcon": [],
160
- "datePickerIconRoot": [],
161
- "datePickerIconIconRaw": [],
162
- "datePickerIconIconRawRoot": [],
163
- "datePickerButtonIcon": [],
164
- "datePickerButtonIconRoot": [],
165
- "datePickerCalendarHeader": [],
166
- "datePickerCalendarHeaderControl": [],
167
- "datePickerCalendarHeaderLevel": [],
168
- "datePickerCalendarHeaderControlIcon": [],
169
- "datePickerLevelsGroup": [],
170
- "datePickerPresetsList": [],
171
- "datePickerPresetButton": [],
172
- "datePickerDay": [],
173
- "datePickerWeekdaysRow": [],
174
- "datePickerWeekday": [],
175
- "datePickerWeekNumber": [],
176
- "datePickerMonth": [],
177
- "datePickerMonthRow": [],
178
- "datePickerMonthThead": [],
179
- "datePickerMonthTbody": [],
180
- "datePickerMonthCell": [],
181
- "datePickerMonthsList": [],
182
- "datePickerMonthsListRow": [],
183
- "datePickerMonthsListCell": [],
184
- "datePickerMonthsListControl": [],
185
- "datePickerYearsList": [],
186
- "datePickerYearsListRow": [],
187
- "datePickerYearsListCell": [],
188
- "datePickerYearsListControl": [],
189
- "datePickerDropdown": [],
190
- "datePickerArrow": [],
191
- "datePickerOverlay": [],
192
- "clearButton": [],
193
- "clearButtonRoot": [],
194
- "clearButtonIcon": [],
195
- "clearButtonIconRaw": [],
196
- "clearButtonIconRawRoot": [],
197
- "chevron": [],
198
- "chevronRoot": [],
199
- "chevronIcon": [],
200
- "chevronIconRoot": [
201
- "invert]___[value:true]___[recipe:chevronIconRoot"
202
- ],
203
- "textInput": [],
204
- "textInputInput": [],
205
- "textInputLabel": [],
206
- "textInputDescription": [],
207
- "textInputError": [],
208
- "textInputWrapper": [],
209
- "textInputRequired": [],
210
- "textInputSection": [],
211
- "textInputRoot": [],
212
- "scrollAreaAutosize": [],
213
- "scrollAreaAutosizeRoot": [],
214
- "scrollAreaAutosizeViewport": [],
215
- "scrollAreaAutosizeContent": [],
216
- "scrollAreaAutosizeScrollbar": [],
217
- "scrollAreaAutosizeThumb": [],
218
- "scrollAreaAutosizeCorner": [],
219
- "dropzone": [],
220
- "dropzoneRoot": [],
221
- "dropzoneDropzoneRoot": [],
222
- "dropzoneDropzoneInner": [],
223
- "dropzoneIconSlot": [],
224
- "loaderOval": [],
225
- "loaderOvalRoot": [],
226
- "dropzoneLoader": [],
227
- "dropzoneLoaderRoot": [],
228
- "dropzoneIcon": [],
229
- "dropzoneTextSlot": [],
230
- "dropzoneTitle": [],
231
- "dropzoneSubtitle": [],
232
- "dropzoneHint": [],
233
- "dropzoneFiles": [],
234
- "dropzoneFilesRoot": [],
235
- "dropzoneFilesLabelWrapper": [],
236
- "dropzoneFilesLabel": [],
237
- "dropzoneFilesDescription": [],
238
- "dropzoneFilesDropzone": [],
239
- "dropzoneFilesFileList": [],
240
- "dropzoneFilesFileItem": [],
241
- "uploadedFile": [],
242
- "uploadedFileRoot": [],
243
- "uploadedFileSection": [],
244
- "uploadedFileContent": [],
245
- "uploadedFileButtonIcon": [],
246
- "uploadedFileButtonIconRoot": [],
247
- "uploadedFileButtonIconIcon": [],
248
- "uploadedFileButtonIconIconRaw": [],
249
- "uploadedFileButtonIconIconRawRoot": [],
250
- "uploadedFileDetails": [],
251
- "uploadedFileSize": [],
252
- "uploadedFileDate": [],
253
- "uploadedFileType": [],
254
- "uploadedFileName": [],
255
- "uploadedFileLink": [],
256
- "iconWrapped": [],
257
- "iconWrappedRoot": [],
258
- "dropzoneFilesUploadedFileStartIconWrapped": [],
259
- "dropzoneFilesUploadedFileStartIconWrappedRoot": [],
260
- "dropzoneFilesUploadedFileStartIcon": [],
261
- "dropzoneFilesUploadedFileStartIconRoot": [],
262
- "dropzoneFilesUploadedFileStartIconIconRaw": [],
263
- "dropzoneFilesUploadedFileStartIconIconRawRoot": [],
264
- "dropzoneFilesUploadedFile": [],
265
- "dropzoneFilesError": [],
266
- "fileInputStartIcon": [],
267
- "fileInput": [],
268
- "fileInputRoot": [],
269
- "fileInputLabel": [],
270
- "fileInputRequired": [],
271
- "fileInputDescription": [],
272
- "fileInputError": [],
273
- "fileInputWrapper": [],
274
- "fileInputInput": [],
275
- "fileInputSection": [],
276
- "fileInputPlaceholder": [],
277
- "badge": [],
278
- "badgeRoot": [],
279
- "badgeLabel": [],
280
- "badgeSection": [],
281
- "fileInputBadge": [],
282
- "multiSelectIconIcon": [],
283
- "multiSelectIconRoot": [],
284
- "multiSelectIconIconRaw": [],
285
- "multiSelectIconIconRawRoot": [],
286
- "multiSelect": [],
287
- "multiSelectRoot": [],
288
- "multiSelectOptions": [],
289
- "multiSelectOption": [],
290
- "multiSelectScrollAreaAutosize": [],
291
- "multiSelectTextInput": [],
292
- "multiSelectTextInputRoot": [],
293
- "multiSelectTextInputLabel": [],
294
- "multiSelectTextInputDescription": [],
295
- "multiSelectTextInputError": [],
296
- "multiSelectTextInputWrapper": [],
297
- "multiSelectTextInputInput": [],
298
- "multiSelectTextInputSection": [],
299
- "multiSelectTextInputRequired": [],
300
- "multiSelectChevron": [],
301
- "multiSelectChevronRoot": [],
302
- "multiSelectChevronIcon": [],
303
- "multiSelectChevronIconRoot": [
304
- "invert]___[value:true]___[recipe:multiSelectChevronIconRoot"
305
- ],
306
- "tag": [],
307
- "tagRoot": [],
308
- "tagSection": [],
309
- "tagLabel": [],
310
- "tagButtonIcon": [],
311
- "tagButtonIconIcon": [],
312
- "tagButtonIconRoot": [],
313
- "tagButtonIconIconRaw": [],
314
- "tagButtonIconIconRawRoot": [],
315
- "multiSelectTagsIconIcon": [],
316
- "multiSelectTagsIconRoot": [],
317
- "multiSelectTagsIconIconRaw": [],
318
- "multiSelectTagsIconIconRawRoot": [],
319
- "multiSelectTagsChevron": [],
320
- "multiSelectTagsChevronRoot": [],
321
- "multiSelectTagsChevronIcon": [],
322
- "multiSelectTagsChevronIconRoot": [
323
- "invert]___[value:true]___[recipe:multiSelectTagsChevronIconRoot"
324
- ],
325
- "multiSelectTagsInput": [],
326
- "multiSelectTagsInputRoot": [],
327
- "multiSelectTagsInputWrapper": [],
328
- "multiSelectTagsInputInput": [],
329
- "multiSelectTagsInputSection": [],
330
- "multiSelectTagsInputLabel": [],
331
- "multiSelectTagsInputRequired": [],
332
- "multiSelectTagsInputDescription": [],
333
- "multiSelectTagsInputError": [],
334
- "multiSelectTagsGroup": [],
335
- "multiSelectTagsGroupRoot": [],
336
- "multiSelectTagsInputPlaceholder": [],
337
- "multiSelectTagsInputField": [],
338
- "multiSelectTags": [],
339
- "multiSelectTagsRoot": [],
340
- "multiSelectTagsOptions": [],
341
- "multiSelectTagsOption": [],
342
- "multiSelectTagsEmpty": [],
343
- "multiSelectTagsScrollAreaAutosize": [],
344
- "passwordInputButtonIcon": [],
345
- "passwordInputButtonIconRoot": [],
346
- "passwordInputButtonIconIcon": [],
347
- "passwordInputButtonIconIconRaw": [],
348
- "passwordInputButtonIconIconRawRoot": [],
349
- "passwordInput": [],
350
- "passwordInputRoot": [],
351
- "passwordInputLabel": [],
352
- "passwordInputRequired": [],
353
- "passwordInputDescription": [],
354
- "passwordInputError": [],
355
- "passwordInputWrapper": [],
356
- "passwordInputInput": [],
357
- "passwordInputSection": [],
358
- "passwordInputStrength": [],
359
- "passwordInputStrengthRoot": [],
360
- "passwordInputStrengthLabel": [],
361
- "passwordInputStrengthRequired": [],
362
- "passwordInputStrengthDescription": [],
363
- "passwordInputStrengthError": [],
364
- "passwordInputStrengthWrapper": [],
365
- "passwordInputStrengthInput": [],
366
- "passwordInputStrengthSection": [],
367
- "passwordInputStrengthStrengthIndicator": [],
368
- "passwordInputStrengthStrengthIndicatorRoot": [],
369
- "passwordInputStrengthStrengthIndicatorBars": [],
370
- "passwordInputStrengthStrengthIndicatorBar": [],
371
- "passwordInputStrengthStrengthIndicatorText": [],
372
- "radio": [],
373
- "radioRoot": [],
374
- "radioRadio": [],
375
- "radioIcon": [],
376
- "radioInner": [],
377
- "radioBody": [],
378
- "radioLabelWrapper": [],
379
- "radioLabel": [],
380
- "radioDescription": [],
381
- "radioError": [],
382
- "radioGroup": [],
383
- "radioGroupRoot": [],
384
- "radioGroupLabel": [],
385
- "radioGroupDescription": [],
386
- "radioGroupRequired": [],
387
- "radioGroupError": [],
388
- "radioGroupGroup": [],
389
- "select": [],
390
- "selectRoot": [],
391
- "selectOptions": [],
392
- "selectOption": [],
393
- "selectEmpty": [],
394
- "selectSearch": [],
395
- "selectTextInput": [],
396
- "selectTextInputRoot": [],
397
- "selectTextInputLabel": [],
398
- "selectTextInputDescription": [],
399
- "selectTextInputError": [],
400
- "selectTextInputWrapper": [],
401
- "selectTextInputInput": [],
402
- "selectTextInputSection": [],
403
- "selectTextInputRequired": [],
404
- "selectChevron": [],
405
- "selectChevronRoot": [],
406
- "selectChevronIcon": [],
407
- "selectChevronIconRoot": [
408
- "invert]___[value:true]___[recipe:selectChevronIconRoot"
409
- ],
410
- "selectClearButton": [],
411
- "selectClearButtonRoot": [],
412
- "selectClearButtonIcon": [],
413
- "selectClearButtonIconRaw": [],
414
- "selectClearButtonIconRawRoot": [],
415
- "selectScrollAreaAutosize": [],
416
- "textarea": [],
417
- "textareaRoot": [],
418
- "textareaLabel": [],
419
- "textareaRequired": [],
420
- "textareaDescription": [],
421
- "textareaError": [],
422
- "textareaWrapper": [],
423
- "textareaInput": [],
424
- "textareaSection": [],
425
- "avatar": [],
426
- "avatarRoot": [],
427
- "avatarImage": [],
428
- "avatarPlaceholder": [],
429
- "calendar": [],
430
- "calendarRoot": [],
431
- "calendarToolbar": [],
432
- "calendarMonth": [],
433
- "calendarEvent": [],
434
- "calendarAgenda": [],
435
- "calendarTimeGrid": [],
436
- "indicator": [],
437
- "indicatorRoot": [],
438
- "indicatorLabel": [
439
- "position]___[value:top-end]___[recipe:indicatorLabel"
440
- ],
441
- "tagGroup": [],
442
- "tagGroupRoot": [],
443
- "topBar": [],
444
- "topBarRoot": [],
445
- "topBarWrapper": [],
446
- "topBarStartSlot": [],
447
- "topBarEndSlot": [],
448
- "horizontalDivider": [],
449
- "horizontalDividerRoot": [],
450
- "scrollArea": [],
451
- "scrollAreaRoot": [],
452
- "scrollAreaViewport": [],
453
- "scrollAreaContent": [],
454
- "scrollAreaScrollbar": [],
455
- "scrollAreaThumb": [],
456
- "scrollAreaCorner": [],
457
- "breadcrumbs": [],
458
- "breadcrumbsRoot": [],
459
- "breadcrumbsWrapper": [],
460
- "breadcrumbsList": [],
461
- "breadcrumbsItem": [],
462
- "breadcrumbsSeparator": [],
463
- "breadcrumbsCurrent": [],
464
- "menu": [],
465
- "menuRoot": [],
466
- "menuItem": [],
467
- "menuItemLabel": [],
468
- "menuItemSection": [],
469
- "menuDivider": [],
470
- "menuTargetButton": [],
471
- "modal": [],
472
- "modalRoot": [],
473
- "modalOverlay": [],
474
- "modalInner": [],
475
- "modalContent": [],
476
- "modalHeader": [],
477
- "modalTitle": [],
478
- "modalBody": [],
479
- "modalClose": [],
480
- "modalFooter": [],
481
- "tooltip": [],
482
- "tooltipRoot": [],
483
- "tooltipArrow": [],
484
- "logoImage": [],
485
- "logoImageRoot": [],
486
- "logoImageImage": [],
487
- "logoSvg": [],
488
- "logoSvgRoot": [],
489
- "logoSvgSvg": [],
490
- "modalAlert": [],
491
- "modalAlertRoot": [],
492
- "modalAlertOverlay": [],
493
- "modalAlertInner": [],
494
- "modalAlertContent": [],
495
- "modalAlertHeader": [],
496
- "modalAlertTitle": [],
497
- "modalAlertClose": [],
498
- "modalAlertBody": [],
499
- "modalAlertFooter": [],
500
- "modalAlertButtonConfirm": [],
501
- "modalAlertButtonConfirmRoot": [],
502
- "modalAlertButtonConfirmInner": [],
503
- "modalAlertButtonConfirmLabel": [],
504
- "modalAlertButtonConfirmSection": [],
505
- "modalConfirm": [],
506
- "modalConfirmRoot": [],
507
- "modalConfirmOverlay": [],
508
- "modalConfirmInner": [],
509
- "modalConfirmContent": [],
510
- "modalConfirmHeader": [],
511
- "modalConfirmTitle": [],
512
- "modalConfirmClose": [],
513
- "modalConfirmBody": [],
514
- "modalConfirmFooter": [],
515
- "modalConfirmButtonCancel": [],
516
- "modalConfirmButtonCancelRoot": [],
517
- "modalConfirmButtonCancelInner": [],
518
- "modalConfirmButtonCancelLabel": [],
519
- "modalConfirmButtonCancelSection": [],
520
- "modalConfirmButtonConfirm": [],
521
- "modalConfirmButtonConfirmRoot": [],
522
- "modalConfirmButtonConfirmInner": [],
523
- "modalConfirmButtonConfirmLabel": [],
524
- "modalConfirmButtonConfirmSection": [],
525
- "notification": [],
526
- "notificationRoot": [],
527
- "notificationRootFadeOut": [],
528
- "notificationWrapper": [],
529
- "notificationIcon": [],
530
- "notificationContent": [],
531
- "notificationTitle": [],
532
- "notificationLink": [],
533
- "notificationDescription": [],
534
- "notificationDismissButton": [],
535
- "notificationDivider": [],
536
- "userGroupPreview": [],
537
- "userGroupPreviewRoot": [],
538
- "userGroupPreviewList": [],
539
- "userGroupPreviewListItem": [],
540
- "userGroupPreviewAvatar": [],
541
- "userGroupPreviewMore": [],
542
- "userProfile": [],
543
- "userProfileRoot": [],
544
- "userProfileAvatar": [],
545
- "userProfileWrapper": [],
546
- "userProfileName": [],
547
- "userProfileDescription": [],
548
- "notificationMenu": [],
549
- "notificationMenuButtonRow": [],
550
- "notificationMenuEmptyWrapper": [],
551
- "notificationMenuEmptyText": [],
552
- "notificationMenuIndicator": [],
553
- "notificationMenuButtonIconVisual": [],
554
- "profileMenu": [],
555
- "profileMenuUserProfile": [],
556
- "backofficeTopBar": [],
557
- "backofficeTopBarRoot": [],
558
- "backofficeTopBarWrapper": [],
559
- "backofficeTopBarStartSlot": [],
560
- "backofficeTopBarEndSlot": [],
561
- "breadcrumbsBar": [],
562
- "breadcrumbsBarRoot": [],
563
- "breadcrumbsBarWrapper": [],
564
- "breadcrumbsBarButtonBack": [],
565
- "breadcrumbsBarDivider": [],
566
- "breadcrumbsLink": [],
567
- "breadcrumbsBarBreadcrumbs": []
568
- }
569
- }
570
- }