@eui/eds-react 22.0.0-alpha.8
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.
- package/eds-alert/eds-alert-title.css +5 -0
- package/eds-alert/eds-alert-title.d.ts +12 -0
- package/eds-alert/eds-alert-title.d.ts.map +1 -0
- package/eds-alert/eds-alert-title.js +12 -0
- package/eds-alert/eds-alert-title.js.map +1 -0
- package/eds-alert/eds-alert.css +62 -0
- package/eds-alert/eds-alert.d.ts +38 -0
- package/eds-alert/eds-alert.d.ts.map +1 -0
- package/eds-alert/eds-alert.js +29 -0
- package/eds-alert/eds-alert.js.map +1 -0
- package/eds-alert/index.d.ts +5 -0
- package/eds-alert/index.d.ts.map +1 -0
- package/eds-alert/index.js +3 -0
- package/eds-alert/index.js.map +1 -0
- package/eds-avatar/eds-avatar-badge.css +34 -0
- package/eds-avatar/eds-avatar-badge.d.ts +20 -0
- package/eds-avatar/eds-avatar-badge.d.ts.map +1 -0
- package/eds-avatar/eds-avatar-badge.js +13 -0
- package/eds-avatar/eds-avatar-badge.js.map +1 -0
- package/eds-avatar/eds-avatar-content-label.css +5 -0
- package/eds-avatar/eds-avatar-content-label.d.ts +13 -0
- package/eds-avatar/eds-avatar-content-label.d.ts.map +1 -0
- package/eds-avatar/eds-avatar-content-label.js +12 -0
- package/eds-avatar/eds-avatar-content-label.js.map +1 -0
- package/eds-avatar/eds-avatar-content-sublabel.css +5 -0
- package/eds-avatar/eds-avatar-content-sublabel.d.ts +13 -0
- package/eds-avatar/eds-avatar-content-sublabel.d.ts.map +1 -0
- package/eds-avatar/eds-avatar-content-sublabel.js +12 -0
- package/eds-avatar/eds-avatar-content-sublabel.js.map +1 -0
- package/eds-avatar/eds-avatar-content.css +6 -0
- package/eds-avatar/eds-avatar-content.d.ts +17 -0
- package/eds-avatar/eds-avatar-content.d.ts.map +1 -0
- package/eds-avatar/eds-avatar-content.js +12 -0
- package/eds-avatar/eds-avatar-content.js.map +1 -0
- package/eds-avatar/eds-avatar-icon.css +13 -0
- package/eds-avatar/eds-avatar-icon.d.ts +14 -0
- package/eds-avatar/eds-avatar-icon.d.ts.map +1 -0
- package/eds-avatar/eds-avatar-icon.js +13 -0
- package/eds-avatar/eds-avatar-icon.js.map +1 -0
- package/eds-avatar/eds-avatar-image.css +24 -0
- package/eds-avatar/eds-avatar-image.d.ts +19 -0
- package/eds-avatar/eds-avatar-image.d.ts.map +1 -0
- package/eds-avatar/eds-avatar-image.js +16 -0
- package/eds-avatar/eds-avatar-image.js.map +1 -0
- package/eds-avatar/eds-avatar-list.css +21 -0
- package/eds-avatar/eds-avatar-list.d.ts +14 -0
- package/eds-avatar/eds-avatar-list.d.ts.map +1 -0
- package/eds-avatar/eds-avatar-list.js +13 -0
- package/eds-avatar/eds-avatar-list.js.map +1 -0
- package/eds-avatar/eds-avatar-text.css +7 -0
- package/eds-avatar/eds-avatar-text.d.ts +14 -0
- package/eds-avatar/eds-avatar-text.d.ts.map +1 -0
- package/eds-avatar/eds-avatar-text.js +13 -0
- package/eds-avatar/eds-avatar-text.js.map +1 -0
- package/eds-avatar/eds-avatar.css +128 -0
- package/eds-avatar/eds-avatar.d.ts +38 -0
- package/eds-avatar/eds-avatar.d.ts.map +1 -0
- package/eds-avatar/eds-avatar.js +48 -0
- package/eds-avatar/eds-avatar.js.map +1 -0
- package/eds-avatar/index.d.ts +19 -0
- package/eds-avatar/index.d.ts.map +1 -0
- package/eds-avatar/index.js +10 -0
- package/eds-avatar/index.js.map +1 -0
- package/eds-badge/eds-badge.css +174 -0
- package/eds-badge/eds-badge.d.ts +46 -0
- package/eds-badge/eds-badge.d.ts.map +1 -0
- package/eds-badge/eds-badge.js +39 -0
- package/eds-badge/eds-badge.js.map +1 -0
- package/eds-badge/index.d.ts +3 -0
- package/eds-badge/index.d.ts.map +1 -0
- package/eds-badge/index.js +2 -0
- package/eds-badge/index.js.map +1 -0
- package/eds-button/eds-button.css +233 -0
- package/eds-button/eds-button.d.ts +65 -0
- package/eds-button/eds-button.d.ts.map +1 -0
- package/eds-button/eds-button.js +33 -0
- package/eds-button/eds-button.js.map +1 -0
- package/eds-button/index.d.ts +3 -0
- package/eds-button/index.d.ts.map +1 -0
- package/eds-button/index.js +2 -0
- package/eds-button/index.js.map +1 -0
- package/eds-chip/eds-chip.css +171 -0
- package/eds-chip/eds-chip.d.ts +71 -0
- package/eds-chip/eds-chip.d.ts.map +1 -0
- package/eds-chip/eds-chip.js +90 -0
- package/eds-chip/eds-chip.js.map +1 -0
- package/eds-chip/index.d.ts +3 -0
- package/eds-chip/index.d.ts.map +1 -0
- package/eds-chip/index.js +2 -0
- package/eds-chip/index.js.map +1 -0
- package/eds-icon/eds-icon.css +80 -0
- package/eds-icon/eds-icon.d.ts +44 -0
- package/eds-icon/eds-icon.d.ts.map +1 -0
- package/eds-icon/eds-icon.js +26 -0
- package/eds-icon/eds-icon.js.map +1 -0
- package/eds-icon/index.d.ts +3 -0
- package/eds-icon/index.d.ts.map +1 -0
- package/eds-icon/index.js +2 -0
- package/eds-icon/index.js.map +1 -0
- package/eds-icon-button/eds-icon-button.css +83 -0
- package/eds-icon-button/eds-icon-button.d.ts +33 -0
- package/eds-icon-button/eds-icon-button.d.ts.map +1 -0
- package/eds-icon-button/eds-icon-button.js +15 -0
- package/eds-icon-button/eds-icon-button.js.map +1 -0
- package/eds-icon-button/index.d.ts +3 -0
- package/eds-icon-button/index.d.ts.map +1 -0
- package/eds-icon-button/index.js +2 -0
- package/eds-icon-button/index.js.map +1 -0
- package/eds-icon-state/eds-icon-state.css +5 -0
- package/eds-icon-state/eds-icon-state.d.ts +24 -0
- package/eds-icon-state/eds-icon-state.d.ts.map +1 -0
- package/eds-icon-state/eds-icon-state.js +21 -0
- package/eds-icon-state/eds-icon-state.js.map +1 -0
- package/eds-icon-state/index.d.ts +3 -0
- package/eds-icon-state/index.d.ts.map +1 -0
- package/eds-icon-state/index.js +2 -0
- package/eds-icon-state/index.js.map +1 -0
- package/eds-link/eds-link.css +83 -0
- package/eds-link/eds-link.d.ts +32 -0
- package/eds-link/eds-link.d.ts.map +1 -0
- package/eds-link/eds-link.js +15 -0
- package/eds-link/eds-link.js.map +1 -0
- package/eds-link/index.d.ts +3 -0
- package/eds-link/index.d.ts.map +1 -0
- package/eds-link/index.js +2 -0
- package/eds-link/index.js.map +1 -0
- package/eds-menu/eds-menu-item-view.d.ts +31 -0
- package/eds-menu/eds-menu-item-view.d.ts.map +1 -0
- package/eds-menu/eds-menu-item-view.js +65 -0
- package/eds-menu/eds-menu-item-view.js.map +1 -0
- package/eds-menu/eds-menu-item.css +221 -0
- package/eds-menu/eds-menu-item.model.d.ts +69 -0
- package/eds-menu/eds-menu-item.model.d.ts.map +1 -0
- package/eds-menu/eds-menu-item.model.js +2 -0
- package/eds-menu/eds-menu-item.model.js.map +1 -0
- package/eds-menu/eds-menu.css +83 -0
- package/eds-menu/eds-menu.d.ts +52 -0
- package/eds-menu/eds-menu.d.ts.map +1 -0
- package/eds-menu/eds-menu.js +145 -0
- package/eds-menu/eds-menu.js.map +1 -0
- package/eds-menu/index.d.ts +6 -0
- package/eds-menu/index.d.ts.map +1 -0
- package/eds-menu/index.js +3 -0
- package/eds-menu/index.js.map +1 -0
- package/eds-shell/eds-shell-content.css +11 -0
- package/eds-shell/eds-shell-content.d.ts +11 -0
- package/eds-shell/eds-shell-content.d.ts.map +1 -0
- package/eds-shell/eds-shell-content.js +10 -0
- package/eds-shell/eds-shell-content.js.map +1 -0
- package/eds-shell/eds-shell-context.d.ts +20 -0
- package/eds-shell/eds-shell-context.d.ts.map +1 -0
- package/eds-shell/eds-shell-context.js +7 -0
- package/eds-shell/eds-shell-context.js.map +1 -0
- package/eds-shell/eds-shell-footer.css +25 -0
- package/eds-shell/eds-shell-footer.d.ts +12 -0
- package/eds-shell/eds-shell-footer.d.ts.map +1 -0
- package/eds-shell/eds-shell-footer.js +9 -0
- package/eds-shell/eds-shell-footer.js.map +1 -0
- package/eds-shell/eds-shell-header-app.css +23 -0
- package/eds-shell/eds-shell-header-app.d.ts +16 -0
- package/eds-shell/eds-shell-header-app.d.ts.map +1 -0
- package/eds-shell/eds-shell-header-app.js +11 -0
- package/eds-shell/eds-shell-header-app.js.map +1 -0
- package/eds-shell/eds-shell-header-end.css +5 -0
- package/eds-shell/eds-shell-header-end.d.ts +11 -0
- package/eds-shell/eds-shell-header-end.d.ts.map +1 -0
- package/eds-shell/eds-shell-header-end.js +10 -0
- package/eds-shell/eds-shell-header-end.js.map +1 -0
- package/eds-shell/eds-shell-header-environment.css +21 -0
- package/eds-shell/eds-shell-header-environment.d.ts +11 -0
- package/eds-shell/eds-shell-header-environment.d.ts.map +1 -0
- package/eds-shell/eds-shell-header-environment.js +10 -0
- package/eds-shell/eds-shell-header-environment.js.map +1 -0
- package/eds-shell/eds-shell-header-logo.css +14 -0
- package/eds-shell/eds-shell-header-logo.d.ts +20 -0
- package/eds-shell/eds-shell-header-logo.d.ts.map +1 -0
- package/eds-shell/eds-shell-header-logo.js +10 -0
- package/eds-shell/eds-shell-header-logo.js.map +1 -0
- package/eds-shell/eds-shell-header-start.css +5 -0
- package/eds-shell/eds-shell-header-start.d.ts +11 -0
- package/eds-shell/eds-shell-header-start.d.ts.map +1 -0
- package/eds-shell/eds-shell-header-start.js +10 -0
- package/eds-shell/eds-shell-header-start.js.map +1 -0
- package/eds-shell/eds-shell-header.css +33 -0
- package/eds-shell/eds-shell-header.d.ts +25 -0
- package/eds-shell/eds-shell-header.d.ts.map +1 -0
- package/eds-shell/eds-shell-header.js +14 -0
- package/eds-shell/eds-shell-header.js.map +1 -0
- package/eds-shell/eds-shell-menu-toggle.css +4 -0
- package/eds-shell/eds-shell-menu-toggle.d.ts +16 -0
- package/eds-shell/eds-shell-menu-toggle.d.ts.map +1 -0
- package/eds-shell/eds-shell-menu-toggle.js +20 -0
- package/eds-shell/eds-shell-menu-toggle.js.map +1 -0
- package/eds-shell/eds-shell-sidebar-bottom-nav.css +8 -0
- package/eds-shell/eds-shell-sidebar-bottom-nav.d.ts +20 -0
- package/eds-shell/eds-shell-sidebar-bottom-nav.d.ts.map +1 -0
- package/eds-shell/eds-shell-sidebar-bottom-nav.js +11 -0
- package/eds-shell/eds-shell-sidebar-bottom-nav.js.map +1 -0
- package/eds-shell/eds-shell-sidebar-footer.css +10 -0
- package/eds-shell/eds-shell-sidebar-footer.d.ts +10 -0
- package/eds-shell/eds-shell-sidebar-footer.d.ts.map +1 -0
- package/eds-shell/eds-shell-sidebar-footer.js +10 -0
- package/eds-shell/eds-shell-sidebar-footer.js.map +1 -0
- package/eds-shell/eds-shell-sidebar-header.css +33 -0
- package/eds-shell/eds-shell-sidebar-header.d.ts +16 -0
- package/eds-shell/eds-shell-sidebar-header.d.ts.map +1 -0
- package/eds-shell/eds-shell-sidebar-header.js +10 -0
- package/eds-shell/eds-shell-sidebar-header.js.map +1 -0
- package/eds-shell/eds-shell-sidebar-nav.css +9 -0
- package/eds-shell/eds-shell-sidebar-nav.d.ts +20 -0
- package/eds-shell/eds-shell-sidebar-nav.d.ts.map +1 -0
- package/eds-shell/eds-shell-sidebar-nav.js +11 -0
- package/eds-shell/eds-shell-sidebar-nav.js.map +1 -0
- package/eds-shell/eds-shell-sidebar.css +5 -0
- package/eds-shell/eds-shell-sidebar.d.ts +25 -0
- package/eds-shell/eds-shell-sidebar.d.ts.map +1 -0
- package/eds-shell/eds-shell-sidebar.js +15 -0
- package/eds-shell/eds-shell-sidebar.js.map +1 -0
- package/eds-shell/eds-shell-toolbar-app.css +23 -0
- package/eds-shell/eds-shell-toolbar-app.d.ts +16 -0
- package/eds-shell/eds-shell-toolbar-app.d.ts.map +1 -0
- package/eds-shell/eds-shell-toolbar-app.js +11 -0
- package/eds-shell/eds-shell-toolbar-app.js.map +1 -0
- package/eds-shell/eds-shell-toolbar-center.css +6 -0
- package/eds-shell/eds-shell-toolbar-center.d.ts +11 -0
- package/eds-shell/eds-shell-toolbar-center.d.ts.map +1 -0
- package/eds-shell/eds-shell-toolbar-center.js +10 -0
- package/eds-shell/eds-shell-toolbar-center.js.map +1 -0
- package/eds-shell/eds-shell-toolbar-end.css +23 -0
- package/eds-shell/eds-shell-toolbar-end.d.ts +11 -0
- package/eds-shell/eds-shell-toolbar-end.d.ts.map +1 -0
- package/eds-shell/eds-shell-toolbar-end.js +10 -0
- package/eds-shell/eds-shell-toolbar-end.js.map +1 -0
- package/eds-shell/eds-shell-toolbar-environment.css +21 -0
- package/eds-shell/eds-shell-toolbar-environment.d.ts +11 -0
- package/eds-shell/eds-shell-toolbar-environment.d.ts.map +1 -0
- package/eds-shell/eds-shell-toolbar-environment.js +10 -0
- package/eds-shell/eds-shell-toolbar-environment.js.map +1 -0
- package/eds-shell/eds-shell-toolbar-logo.css +11 -0
- package/eds-shell/eds-shell-toolbar-logo.d.ts +8 -0
- package/eds-shell/eds-shell-toolbar-logo.d.ts.map +1 -0
- package/eds-shell/eds-shell-toolbar-logo.js +10 -0
- package/eds-shell/eds-shell-toolbar-logo.js.map +1 -0
- package/eds-shell/eds-shell-toolbar-start.css +5 -0
- package/eds-shell/eds-shell-toolbar-start.d.ts +11 -0
- package/eds-shell/eds-shell-toolbar-start.d.ts.map +1 -0
- package/eds-shell/eds-shell-toolbar-start.js +10 -0
- package/eds-shell/eds-shell-toolbar-start.js.map +1 -0
- package/eds-shell/eds-shell-toolbar.css +37 -0
- package/eds-shell/eds-shell-toolbar.d.ts +27 -0
- package/eds-shell/eds-shell-toolbar.d.ts.map +1 -0
- package/eds-shell/eds-shell-toolbar.js +12 -0
- package/eds-shell/eds-shell-toolbar.js.map +1 -0
- package/eds-shell/eds-shell-top-message.css +48 -0
- package/eds-shell/eds-shell-top-message.d.ts +22 -0
- package/eds-shell/eds-shell-top-message.d.ts.map +1 -0
- package/eds-shell/eds-shell-top-message.js +24 -0
- package/eds-shell/eds-shell-top-message.js.map +1 -0
- package/eds-shell/eds-shell.css +105 -0
- package/eds-shell/eds-shell.d.ts +41 -0
- package/eds-shell/eds-shell.d.ts.map +1 -0
- package/eds-shell/eds-shell.js +116 -0
- package/eds-shell/eds-shell.js.map +1 -0
- package/eds-shell/index.d.ts +50 -0
- package/eds-shell/index.d.ts.map +1 -0
- package/eds-shell/index.js +25 -0
- package/eds-shell/index.js.map +1 -0
- package/eds-tag/eds-tag.css +83 -0
- package/eds-tag/eds-tag.d.ts +29 -0
- package/eds-tag/eds-tag.d.ts.map +1 -0
- package/eds-tag/eds-tag.js +14 -0
- package/eds-tag/eds-tag.js.map +1 -0
- package/eds-tag/index.d.ts +3 -0
- package/eds-tag/index.d.ts.map +1 -0
- package/eds-tag/index.js +2 -0
- package/eds-tag/index.js.map +1 -0
- package/eds-tooltip/eds-tooltip.css +140 -0
- package/eds-tooltip/eds-tooltip.d.ts +53 -0
- package/eds-tooltip/eds-tooltip.d.ts.map +1 -0
- package/eds-tooltip/eds-tooltip.js +179 -0
- package/eds-tooltip/eds-tooltip.js.map +1 -0
- package/eds-tooltip/index.d.ts +3 -0
- package/eds-tooltip/index.d.ts.map +1 -0
- package/eds-tooltip/index.js +2 -0
- package/eds-tooltip/index.js.map +1 -0
- package/index.d.ts +42 -0
- package/index.d.ts.map +1 -0
- package/index.js +29 -0
- package/index.js.map +1 -0
- package/package.json +105 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface EdsAlertTitleProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
children?: React.ReactNode;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* `EdsAlertTitle` — pure React port of the Angular `eds-alert-title` sub-component.
|
|
7
|
+
*
|
|
8
|
+
* A semantic title wrapper (bold paragraph font) placed inside an `EdsAlert`'s children,
|
|
9
|
+
* ahead of the body text. Pure content projection (`<ng-content/>` → `{children}`).
|
|
10
|
+
*/
|
|
11
|
+
export declare const EdsAlertTitle: React.ForwardRefExoticComponent<EdsAlertTitleProps & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
//# sourceMappingURL=eds-alert-title.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-alert-title.d.ts","sourceRoot":"","sources":["../../src/eds-alert/eds-alert-title.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;;;GAKG;AACH,eAAO,MAAM,aAAa,2FASxB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* `EdsAlertTitle` — pure React port of the Angular `eds-alert-title` sub-component.
|
|
5
|
+
*
|
|
6
|
+
* A semantic title wrapper (bold paragraph font) placed inside an `EdsAlert`'s children,
|
|
7
|
+
* ahead of the body text. Pure content projection (`<ng-content/>` → `{children}`).
|
|
8
|
+
*/
|
|
9
|
+
export const EdsAlertTitle = React.forwardRef(function EdsAlertTitle({ children, className, ...rest }, ref) {
|
|
10
|
+
return (_jsx("div", { ref: ref, className: className ? `eds-alert-title ${className}` : 'eds-alert-title', ...rest, children: children }));
|
|
11
|
+
});
|
|
12
|
+
//# sourceMappingURL=eds-alert-title.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-alert-title.js","sourceRoot":"","sources":["../../src/eds-alert/eds-alert-title.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,CAAC,UAAU,CAAqC,SAAS,aAAa,CACpG,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAChC,GAAG;IAEH,OAAO,CACH,cAAK,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,mBAAmB,SAAS,EAAE,CAAC,CAAC,CAAC,iBAAiB,KAAM,IAAI,YAC7F,QAAQ,GACP,CACT,CAAC;AACN,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* eds-alert — pure React port of eds-alert.scss.
|
|
3
|
+
* :host -> .eds-alert ; :host([color="x"]) -> .eds-alert[data-color="x"].
|
|
4
|
+
* base.media(base.$eds-bkp-mobile) -> @media (max-width: 767px) (mobile is < 768px).
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
.eds-alert {
|
|
8
|
+
/* default color = info */
|
|
9
|
+
--_eds-alert-surface: var(--eds-c-surface-info-subtler);
|
|
10
|
+
--_eds-alert-on-surface: var(--eds-c-on-surface-info-subtler);
|
|
11
|
+
--_eds-alert-border-color: var(--eds-c-border-info);
|
|
12
|
+
|
|
13
|
+
display: flex;
|
|
14
|
+
width: 100%;
|
|
15
|
+
background-color: var(--_eds-alert-surface);
|
|
16
|
+
padding: var(--eds-sp-s);
|
|
17
|
+
border-radius: var(--eds-br-s);
|
|
18
|
+
border-left: var(--eds-bw-m) solid var(--_eds-alert-border-color);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.eds-alert .eds-alert__content {
|
|
22
|
+
display: flex;
|
|
23
|
+
width: 100%;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
padding: 0 var(--eds-sp-xs);
|
|
26
|
+
font: var(--eds-f-paragraph-m);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.eds-alert .eds-alert__close {
|
|
30
|
+
margin-left: auto;
|
|
31
|
+
display: flex;
|
|
32
|
+
align-self: baseline;
|
|
33
|
+
--_button-padding: var(--eds-sp-3xs);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* COLOR VARIANTS */
|
|
37
|
+
.eds-alert[data-color="info"] {
|
|
38
|
+
--_eds-alert-surface: var(--eds-c-surface-info-subtler);
|
|
39
|
+
--_eds-alert-on-surface: var(--eds-c-on-surface-info-subtler);
|
|
40
|
+
--_eds-alert-border-color: var(--eds-c-border-info);
|
|
41
|
+
}
|
|
42
|
+
.eds-alert[data-color="success"] {
|
|
43
|
+
--_eds-alert-surface: var(--eds-c-surface-success-subtler);
|
|
44
|
+
--_eds-alert-on-surface: var(--eds-c-on-surface-success-subtler);
|
|
45
|
+
--_eds-alert-border-color: var(--eds-c-border-success);
|
|
46
|
+
}
|
|
47
|
+
.eds-alert[data-color="warning"] {
|
|
48
|
+
--_eds-alert-surface: var(--eds-c-surface-warning-subtler);
|
|
49
|
+
--_eds-alert-on-surface: var(--eds-c-on-surface-warning-subtler);
|
|
50
|
+
--_eds-alert-border-color: var(--eds-c-border-warning);
|
|
51
|
+
}
|
|
52
|
+
.eds-alert[data-color="critical"] {
|
|
53
|
+
--_eds-alert-surface: var(--eds-c-surface-critical-subtler);
|
|
54
|
+
--_eds-alert-on-surface: var(--eds-c-on-surface-critical-subtler);
|
|
55
|
+
--_eds-alert-border-color: var(--eds-c-border-critical);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@media (max-width: 767px) {
|
|
59
|
+
.eds-alert .eds-alert__content {
|
|
60
|
+
font: var(--eds-f-paragraph-s);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/** Local narrowed color union — the alert's color contract. */
|
|
3
|
+
export type EdsAlertColor = 'info' | 'success' | 'warning' | 'critical';
|
|
4
|
+
export interface EdsAlertProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'color'> {
|
|
5
|
+
/** Semantic color of the alert (also selects the leading status icon). @default 'info' */
|
|
6
|
+
color?: EdsAlertColor;
|
|
7
|
+
/** Shows a close button that dismisses the alert. @default false */
|
|
8
|
+
isCloseable?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Controlled visibility. When provided, the alert is controlled — use `onVisibleChange`
|
|
11
|
+
* / `onCloseAlert` to react to dismissal. Omit for uncontrolled (see `defaultVisible`).
|
|
12
|
+
*/
|
|
13
|
+
isVisible?: boolean;
|
|
14
|
+
/** Initial visibility for the uncontrolled case. @default true */
|
|
15
|
+
defaultVisible?: boolean;
|
|
16
|
+
/** Fired with the new visibility when it changes (controlled or uncontrolled). */
|
|
17
|
+
onVisibleChange?: (visible: boolean) => void;
|
|
18
|
+
/** Fired when the alert is closed via the close button (always `false`). */
|
|
19
|
+
onCloseAlert?: (visible: boolean) => void;
|
|
20
|
+
/** ARIA label for the close button (localizable). @default 'Close alert' */
|
|
21
|
+
closeAriaLabel?: string;
|
|
22
|
+
/** Data attribute for e2e testing. @default 'eds-alert' */
|
|
23
|
+
e2eAttr?: string;
|
|
24
|
+
/** Alert content — an optional `<EdsAlertTitle>` followed by the body. */
|
|
25
|
+
children?: React.ReactNode;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* `EdsAlert` — pure React port of the Angular `eds-alert`.
|
|
29
|
+
*
|
|
30
|
+
* A dismissible status message: a leading status icon (`EdsIconState`), a content column
|
|
31
|
+
* (title slot via `<EdsAlertTitle>` + body, both in `children`), and an optional close
|
|
32
|
+
* button (`EdsIconButton`). `color` reflects as `data-color`; `hidden` is set on the root
|
|
33
|
+
* when not visible (matching the Angular `[attr.hidden]`). Visibility supports both
|
|
34
|
+
* controlled (`isVisible` + `onVisibleChange`) and uncontrolled (`defaultVisible`) use; the
|
|
35
|
+
* Angular `closeAlert` output maps to `onCloseAlert`.
|
|
36
|
+
*/
|
|
37
|
+
export declare const EdsAlert: React.ForwardRefExoticComponent<EdsAlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
38
|
+
//# sourceMappingURL=eds-alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-alert.d.ts","sourceRoot":"","sources":["../../src/eds-alert/eds-alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,+DAA+D;AAC/D,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAExE,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IACtF,0FAA0F;IAC1F,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,oEAAoE;IACpE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kEAAkE;IAClE,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,kFAAkF;IAClF,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,4EAA4E;IAC5E,YAAY,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1C,4EAA4E;IAC5E,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,2DAA2D;IAC3D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,QAAQ,sFAuDnB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { useState } from 'react';
|
|
4
|
+
import { EdsIconState } from '../eds-icon-state/eds-icon-state.js';
|
|
5
|
+
import { EdsIconButton } from '../eds-icon-button/eds-icon-button.js';
|
|
6
|
+
/**
|
|
7
|
+
* `EdsAlert` — pure React port of the Angular `eds-alert`.
|
|
8
|
+
*
|
|
9
|
+
* A dismissible status message: a leading status icon (`EdsIconState`), a content column
|
|
10
|
+
* (title slot via `<EdsAlertTitle>` + body, both in `children`), and an optional close
|
|
11
|
+
* button (`EdsIconButton`). `color` reflects as `data-color`; `hidden` is set on the root
|
|
12
|
+
* when not visible (matching the Angular `[attr.hidden]`). Visibility supports both
|
|
13
|
+
* controlled (`isVisible` + `onVisibleChange`) and uncontrolled (`defaultVisible`) use; the
|
|
14
|
+
* Angular `closeAlert` output maps to `onCloseAlert`.
|
|
15
|
+
*/
|
|
16
|
+
export const EdsAlert = React.forwardRef(function EdsAlert({ color = 'info', isCloseable = false, isVisible, defaultVisible = true, onVisibleChange, onCloseAlert, closeAriaLabel = 'Close alert', e2eAttr = 'eds-alert', children, className, ...rest }, ref) {
|
|
17
|
+
const isControlled = isVisible !== undefined;
|
|
18
|
+
const [internalVisible, setInternalVisible] = useState(defaultVisible);
|
|
19
|
+
const visible = isControlled ? isVisible : internalVisible;
|
|
20
|
+
const onCloseClick = () => {
|
|
21
|
+
if (!isControlled) {
|
|
22
|
+
setInternalVisible(false);
|
|
23
|
+
}
|
|
24
|
+
onVisibleChange?.(false);
|
|
25
|
+
onCloseAlert?.(false);
|
|
26
|
+
};
|
|
27
|
+
return (_jsxs("div", { ref: ref, className: className ? `eds-alert ${className}` : 'eds-alert', role: "alert", "data-color": color, hidden: !visible || undefined, "data-e2e": e2eAttr, ...rest, children: [_jsx(EdsIconState, { className: "eds-alert__icon", color: color }), _jsx("div", { className: "eds-alert__content", children: children }), isCloseable && (_jsx(EdsIconButton, { className: "eds-alert__close", ariaLabel: closeAriaLabel, icon: "x:core", rounded: true, size: "s", color: "neutral", onButtonClick: onCloseClick }))] }));
|
|
28
|
+
});
|
|
29
|
+
//# sourceMappingURL=eds-alert.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-alert.js","sourceRoot":"","sources":["../../src/eds-alert/eds-alert.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AA6BtE;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,KAAK,CAAC,UAAU,CAAgC,SAAS,QAAQ,CACrF,EACI,KAAK,GAAG,MAAM,EACd,WAAW,GAAG,KAAK,EACnB,SAAS,EACT,cAAc,GAAG,IAAI,EACrB,eAAe,EACf,YAAY,EACZ,cAAc,GAAG,aAAa,EAC9B,OAAO,GAAG,WAAW,EACrB,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACV,EACD,GAAG;IAEH,MAAM,YAAY,GAAG,SAAS,KAAK,SAAS,CAAC;IAC7C,MAAM,CAAC,eAAe,EAAE,kBAAkB,CAAC,GAAG,QAAQ,CAAC,cAAc,CAAC,CAAC;IACvE,MAAM,OAAO,GAAG,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,eAAe,CAAC;IAE3D,MAAM,YAAY,GAAG,GAAS,EAAE;QAC5B,IAAI,CAAC,YAAY,EAAE,CAAC;YAChB,kBAAkB,CAAC,KAAK,CAAC,CAAC;QAC9B,CAAC;QACD,eAAe,EAAE,CAAC,KAAK,CAAC,CAAC;QACzB,YAAY,EAAE,CAAC,KAAK,CAAC,CAAC;IAC1B,CAAC,CAAC;IAEF,OAAO,CACH,eACI,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,aAAa,SAAS,EAAE,CAAC,CAAC,CAAC,WAAW,EAC7D,IAAI,EAAC,OAAO,gBACA,KAAK,EACjB,MAAM,EAAE,CAAC,OAAO,IAAI,SAAS,cACnB,OAAO,KACb,IAAI,aAER,KAAC,YAAY,IAAC,SAAS,EAAC,iBAAiB,EAAC,KAAK,EAAE,KAAK,GAAI,EAE1D,cAAK,SAAS,EAAC,oBAAoB,YAAE,QAAQ,GAAO,EAEnD,WAAW,IAAI,CACZ,KAAC,aAAa,IACV,SAAS,EAAC,kBAAkB,EAC5B,SAAS,EAAE,cAAc,EACzB,IAAI,EAAC,QAAQ,EACb,OAAO,QACP,IAAI,EAAC,GAAG,EACR,KAAK,EAAC,SAAS,EACf,aAAa,EAAE,YAAY,GAC7B,CACL,IACC,CACT,CAAC;AACN,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { EdsAlert } from './eds-alert.js';
|
|
2
|
+
export type { EdsAlertProps, EdsAlertColor } from './eds-alert.js';
|
|
3
|
+
export { EdsAlertTitle } from './eds-alert-title.js';
|
|
4
|
+
export type { EdsAlertTitleProps } from './eds-alert-title.js';
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/eds-alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/eds-alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* Pure-React port of eds-avatar-badge.scss. */
|
|
2
|
+
|
|
3
|
+
.eds-avatar .eds-avatar-badge {
|
|
4
|
+
position: absolute;
|
|
5
|
+
display: inline-flex;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
/* default position (size m) */
|
|
9
|
+
.eds-avatar .eds-avatar-badge,
|
|
10
|
+
.eds-avatar[data-size="m"] .eds-avatar-badge {
|
|
11
|
+
left: var(--eds-si-xl);
|
|
12
|
+
top: var(--eds-si-xl);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.eds-avatar[data-size="2xs"] .eds-avatar-badge {
|
|
16
|
+
left: var(--eds-si-xs);
|
|
17
|
+
top: var(--eds-si-xs);
|
|
18
|
+
}
|
|
19
|
+
.eds-avatar[data-size="xs"] .eds-avatar-badge {
|
|
20
|
+
left: var(--eds-si-m);
|
|
21
|
+
top: var(--eds-si-m);
|
|
22
|
+
}
|
|
23
|
+
.eds-avatar[data-size="s"] .eds-avatar-badge {
|
|
24
|
+
left: var(--eds-si-l);
|
|
25
|
+
top: var(--eds-si-l);
|
|
26
|
+
}
|
|
27
|
+
.eds-avatar[data-size="l"] .eds-avatar-badge {
|
|
28
|
+
left: var(--eds-si-2xl);
|
|
29
|
+
top: var(--eds-si-2xl);
|
|
30
|
+
}
|
|
31
|
+
.eds-avatar[data-size="xl"] .eds-avatar-badge {
|
|
32
|
+
left: var(--eds-si-4xl);
|
|
33
|
+
top: var(--eds-si-4xl);
|
|
34
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface EdsAvatarBadgeProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
+
/**
|
|
4
|
+
* Whether the badge is positioned at the bottom of the avatar. Reflected as
|
|
5
|
+
* `data-position="bottom"` when true, `data-position="top"` when false.
|
|
6
|
+
* @default false
|
|
7
|
+
*/
|
|
8
|
+
isPositionBottom?: boolean;
|
|
9
|
+
/** The badge content — typically an `EdsBadge` (`<ng-content/>` → `{children}`). */
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* `EdsAvatarBadge` — pure React port of the Angular `eds-avatar-badge`.
|
|
14
|
+
*
|
|
15
|
+
* An absolutely-positioned overlay slot on the avatar surface (top by default, bottom when
|
|
16
|
+
* `isPositionBottom`). Its offsets are driven by the ancestor `.eds-avatar[data-size]`.
|
|
17
|
+
* Carries the `.eds-avatar-badge` class and reflects `data-position`.
|
|
18
|
+
*/
|
|
19
|
+
export declare const EdsAvatarBadge: React.ForwardRefExoticComponent<EdsAvatarBadgeProps & React.RefAttributes<HTMLSpanElement>>;
|
|
20
|
+
//# sourceMappingURL=eds-avatar-badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-badge.d.ts","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;IAC9E;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,oFAAoF;IACpF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,6FAa1B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* `EdsAvatarBadge` — pure React port of the Angular `eds-avatar-badge`.
|
|
5
|
+
*
|
|
6
|
+
* An absolutely-positioned overlay slot on the avatar surface (top by default, bottom when
|
|
7
|
+
* `isPositionBottom`). Its offsets are driven by the ancestor `.eds-avatar[data-size]`.
|
|
8
|
+
* Carries the `.eds-avatar-badge` class and reflects `data-position`.
|
|
9
|
+
*/
|
|
10
|
+
export const EdsAvatarBadge = React.forwardRef(function EdsAvatarBadge({ isPositionBottom = false, children, className, ...rest }, ref) {
|
|
11
|
+
return (_jsx("span", { ref: ref, className: className ? `eds-avatar-badge ${className}` : 'eds-avatar-badge', "data-position": isPositionBottom ? 'bottom' : 'top', ...rest, children: children }));
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=eds-avatar-badge.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-badge.js","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-badge.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAa/B;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAC1C,SAAS,cAAc,CAAC,EAAE,gBAAgB,GAAG,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG;IACnF,OAAO,CACH,eACI,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,oBAAoB,SAAS,EAAE,CAAC,CAAC,CAAC,kBAAkB,mBAC5D,gBAAgB,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,KAC9C,IAAI,YAEP,QAAQ,GACN,CACV,CAAC;AACN,CAAC,CACJ,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface EdsAvatarContentLabelProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
+
/** Primary label text (`<ng-content/>` → `{children}`). */
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* `EdsAvatarContentLabel` — pure React port of the Angular `eds-avatar-content-label`.
|
|
8
|
+
*
|
|
9
|
+
* The primary (semi-bold) label line inside an `EdsAvatarContent`. Pure content projection
|
|
10
|
+
* carrying the `.eds-avatar-content-label` class.
|
|
11
|
+
*/
|
|
12
|
+
export declare const EdsAvatarContentLabel: React.ForwardRefExoticComponent<EdsAvatarContentLabelProps & React.RefAttributes<HTMLSpanElement>>;
|
|
13
|
+
//# sourceMappingURL=eds-avatar-content-label.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-content-label.d.ts","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-content-label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,0BAA2B,SAAQ,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;IACrF,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,oGAYjC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* `EdsAvatarContentLabel` — pure React port of the Angular `eds-avatar-content-label`.
|
|
5
|
+
*
|
|
6
|
+
* The primary (semi-bold) label line inside an `EdsAvatarContent`. Pure content projection
|
|
7
|
+
* carrying the `.eds-avatar-content-label` class.
|
|
8
|
+
*/
|
|
9
|
+
export const EdsAvatarContentLabel = React.forwardRef(function EdsAvatarContentLabel({ children, className, ...rest }, ref) {
|
|
10
|
+
return (_jsx("span", { ref: ref, className: className ? `eds-avatar-content-label ${className}` : 'eds-avatar-content-label', ...rest, children: children }));
|
|
11
|
+
});
|
|
12
|
+
//# sourceMappingURL=eds-avatar-content-label.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-content-label.js","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-content-label.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,KAAK,CAAC,UAAU,CACjD,SAAS,qBAAqB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG;IAChE,OAAO,CACH,eACI,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,4BAA4B,SAAS,EAAE,CAAC,CAAC,CAAC,0BAA0B,KACvF,IAAI,YAEP,QAAQ,GACN,CACV,CAAC;AACN,CAAC,CACJ,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface EdsAvatarContentSublabelProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
+
/** Secondary label text (`<ng-content/>` → `{children}`). */
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* `EdsAvatarContentSublabel` — pure React port of the Angular `eds-avatar-content-sublabel`.
|
|
8
|
+
*
|
|
9
|
+
* The secondary (regular-weight) label line inside an `EdsAvatarContent`. Pure content
|
|
10
|
+
* projection carrying the `.eds-avatar-content-sublabel` class.
|
|
11
|
+
*/
|
|
12
|
+
export declare const EdsAvatarContentSublabel: React.ForwardRefExoticComponent<EdsAvatarContentSublabelProps & React.RefAttributes<HTMLSpanElement>>;
|
|
13
|
+
//# sourceMappingURL=eds-avatar-content-sublabel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-content-sublabel.d.ts","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-content-sublabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,6BAA8B,SAAQ,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;IACxF,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,uGAYpC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* `EdsAvatarContentSublabel` — pure React port of the Angular `eds-avatar-content-sublabel`.
|
|
5
|
+
*
|
|
6
|
+
* The secondary (regular-weight) label line inside an `EdsAvatarContent`. Pure content
|
|
7
|
+
* projection carrying the `.eds-avatar-content-sublabel` class.
|
|
8
|
+
*/
|
|
9
|
+
export const EdsAvatarContentSublabel = React.forwardRef(function EdsAvatarContentSublabel({ children, className, ...rest }, ref) {
|
|
10
|
+
return (_jsx("span", { ref: ref, className: className ? `eds-avatar-content-sublabel ${className}` : 'eds-avatar-content-sublabel', ...rest, children: children }));
|
|
11
|
+
});
|
|
12
|
+
//# sourceMappingURL=eds-avatar-content-sublabel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-content-sublabel.js","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-content-sublabel.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,KAAK,CAAC,UAAU,CACpD,SAAS,wBAAwB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG;IACnE,OAAO,CACH,eACI,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,+BAA+B,SAAS,EAAE,CAAC,CAAC,CAAC,6BAA6B,KAC7F,IAAI,YAEP,QAAQ,GACN,CACV,CAAC;AACN,CAAC,CACJ,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface EdsAvatarContentProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
/**
|
|
4
|
+
* The label / sublabel lines — typically an `EdsAvatarContentLabel` followed by an
|
|
5
|
+
* `EdsAvatarContentSublabel`. The Angular template projects `eds-avatar-content-label`
|
|
6
|
+
* then `eds-avatar-content-sublabel`; here they render in child order via `{children}`.
|
|
7
|
+
*/
|
|
8
|
+
children?: React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* `EdsAvatarContent` — pure React port of the Angular `eds-avatar-content`.
|
|
12
|
+
*
|
|
13
|
+
* A vertical (column) text block placed beside the avatar surface, holding the label and
|
|
14
|
+
* sublabel lines. Carries the `.eds-avatar-content` class.
|
|
15
|
+
*/
|
|
16
|
+
export declare const EdsAvatarContent: React.ForwardRefExoticComponent<EdsAvatarContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
//# sourceMappingURL=eds-avatar-content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-content.d.ts","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-content.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,qBAAsB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC/E;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,8FAY5B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* `EdsAvatarContent` — pure React port of the Angular `eds-avatar-content`.
|
|
5
|
+
*
|
|
6
|
+
* A vertical (column) text block placed beside the avatar surface, holding the label and
|
|
7
|
+
* sublabel lines. Carries the `.eds-avatar-content` class.
|
|
8
|
+
*/
|
|
9
|
+
export const EdsAvatarContent = React.forwardRef(function EdsAvatarContent({ children, className, ...rest }, ref) {
|
|
10
|
+
return (_jsx("div", { ref: ref, className: className ? `eds-avatar-content ${className}` : 'eds-avatar-content', ...rest, children: children }));
|
|
11
|
+
});
|
|
12
|
+
//# sourceMappingURL=eds-avatar-content.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-content.js","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-content.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,KAAK,CAAC,UAAU,CAC5C,SAAS,gBAAgB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG;IAC3D,OAAO,CACH,cACI,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,sBAAsB,SAAS,EAAE,CAAC,CAAC,CAAC,oBAAoB,KAC3E,IAAI,YAEP,QAAQ,GACP,CACT,CAAC;AACN,CAAC,CACJ,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* Pure-React port of eds-avatar-icon.scss. */
|
|
2
|
+
|
|
3
|
+
.eds-avatar .eds-avatar-icon {
|
|
4
|
+
display: inline-flex;
|
|
5
|
+
color: var(--_color);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.eds-avatar .eds-avatar-icon .eds-icon-svg svg {
|
|
9
|
+
height: var(--_icon-size) !important;
|
|
10
|
+
width: var(--_icon-size) !important;
|
|
11
|
+
fill: var(--_color) !important;
|
|
12
|
+
color: var(--_color) !important;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface EdsAvatarIconProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
+
/** Projected content — an `EdsIcon`, `EdsAvatarText`, or `EdsAvatarImage`. */
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* `EdsAvatarIcon` — pure React port of the Angular `eds-avatar-icon`.
|
|
8
|
+
*
|
|
9
|
+
* A pure content-projection wrapper (`<ng-content/>` → `{children}`) that carries the
|
|
10
|
+
* `.eds-avatar-icon` class. It inherits the avatar's `--_color` / `--_icon-size` privates
|
|
11
|
+
* from the `.eds-avatar` ancestor and sizes the projected icon accordingly.
|
|
12
|
+
*/
|
|
13
|
+
export declare const EdsAvatarIcon: React.ForwardRefExoticComponent<EdsAvatarIconProps & React.RefAttributes<HTMLSpanElement>>;
|
|
14
|
+
//# sourceMappingURL=eds-avatar-icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-icon.d.ts","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;IAC7E,8EAA8E;IAC9E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,4FAaxB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* `EdsAvatarIcon` — pure React port of the Angular `eds-avatar-icon`.
|
|
5
|
+
*
|
|
6
|
+
* A pure content-projection wrapper (`<ng-content/>` → `{children}`) that carries the
|
|
7
|
+
* `.eds-avatar-icon` class. It inherits the avatar's `--_color` / `--_icon-size` privates
|
|
8
|
+
* from the `.eds-avatar` ancestor and sizes the projected icon accordingly.
|
|
9
|
+
*/
|
|
10
|
+
export const EdsAvatarIcon = React.forwardRef(function EdsAvatarIcon({ children, className, ...rest }, ref) {
|
|
11
|
+
return (_jsx("span", { ref: ref, className: className ? `eds-avatar-icon ${className}` : 'eds-avatar-icon', ...rest, children: children }));
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=eds-avatar-icon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-icon.js","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-icon.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,CAAC,UAAU,CAAsC,SAAS,aAAa,CACrG,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAChC,GAAG;IAEH,OAAO,CACH,eACI,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,mBAAmB,SAAS,EAAE,CAAC,CAAC,CAAC,iBAAiB,KACrE,IAAI,YAEP,QAAQ,GACN,CACV,CAAC;AACN,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* Pure-React port of eds-avatar-image.scss. */
|
|
2
|
+
|
|
3
|
+
.eds-avatar .eds-avatar-image .eds-avatar-image-wrapper {
|
|
4
|
+
background-size: cover;
|
|
5
|
+
height: var(--_size);
|
|
6
|
+
width: var(--_size);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.eds-avatar .eds-avatar-image .eds-avatar-image-wrapper img {
|
|
10
|
+
border-radius: var(--eds-br-full);
|
|
11
|
+
height: var(--_size);
|
|
12
|
+
width: var(--_size);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.eds-avatar .eds-avatar-image .eds-icon-svg svg {
|
|
16
|
+
height: var(--_size);
|
|
17
|
+
width: var(--_size);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.eds-avatar .eds-avatar-image[data-default] {
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface EdsAvatarImageProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
+
/**
|
|
4
|
+
* URL of the image to display. When empty, a default user icon (`user:core`) is shown
|
|
5
|
+
* and the `data-default` attribute is set (matching the Angular `[attr.default]`).
|
|
6
|
+
* @default ''
|
|
7
|
+
*/
|
|
8
|
+
imageUrl?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* `EdsAvatarImage` — pure React port of the Angular `eds-avatar-image`.
|
|
12
|
+
*
|
|
13
|
+
* Renders the avatar's image (`<img src>` in a `.eds-avatar-image-wrapper`) when `imageUrl`
|
|
14
|
+
* is provided, otherwise the default `EdsIcon` (`user:core`, neutral) fallback. Carries the
|
|
15
|
+
* `.eds-avatar-image` class and reflects `data-default` when no image URL is set. Image size
|
|
16
|
+
* comes from the avatar's `--_size` private on the `.eds-avatar` ancestor.
|
|
17
|
+
*/
|
|
18
|
+
export declare const EdsAvatarImage: React.ForwardRefExoticComponent<EdsAvatarImageProps & React.RefAttributes<HTMLSpanElement>>;
|
|
19
|
+
//# sourceMappingURL=eds-avatar-image.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-image.d.ts","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;IAC9E;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,6FAoB1B,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { EdsIcon } from '../eds-icon/eds-icon.js';
|
|
4
|
+
/**
|
|
5
|
+
* `EdsAvatarImage` — pure React port of the Angular `eds-avatar-image`.
|
|
6
|
+
*
|
|
7
|
+
* Renders the avatar's image (`<img src>` in a `.eds-avatar-image-wrapper`) when `imageUrl`
|
|
8
|
+
* is provided, otherwise the default `EdsIcon` (`user:core`, neutral) fallback. Carries the
|
|
9
|
+
* `.eds-avatar-image` class and reflects `data-default` when no image URL is set. Image size
|
|
10
|
+
* comes from the avatar's `--_size` private on the `.eds-avatar` ancestor.
|
|
11
|
+
*/
|
|
12
|
+
export const EdsAvatarImage = React.forwardRef(function EdsAvatarImage({ imageUrl = '', className, ...rest }, ref) {
|
|
13
|
+
const isDefault = !imageUrl;
|
|
14
|
+
return (_jsx("span", { ref: ref, className: className ? `eds-avatar-image ${className}` : 'eds-avatar-image', "data-default": isDefault ? '' : undefined, ...rest, children: imageUrl ? (_jsx("div", { className: "eds-avatar-image-wrapper", children: _jsx("img", { src: imageUrl, alt: "Avatar" }) })) : (_jsx(EdsIcon, { icon: "user:core", color: "neutral" })) }));
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=eds-avatar-image.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-image.js","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-image.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAWlD;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAC1C,SAAS,cAAc,CAAC,EAAE,QAAQ,GAAG,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG;IAC9D,MAAM,SAAS,GAAG,CAAC,QAAQ,CAAC;IAC5B,OAAO,CACH,eACI,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,oBAAoB,SAAS,EAAE,CAAC,CAAC,CAAC,kBAAkB,kBAC7D,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,KACpC,IAAI,YAEP,QAAQ,CAAC,CAAC,CAAC,CACR,cAAK,SAAS,EAAC,0BAA0B,YACrC,cAAK,GAAG,EAAE,QAAQ,EAAE,GAAG,EAAC,QAAQ,GAAG,GACjC,CACT,CAAC,CAAC,CAAC,CACA,KAAC,OAAO,IAAC,IAAI,EAAC,WAAW,EAAC,KAAK,EAAC,SAAS,GAAG,CAC/C,GACE,CACV,CAAC;AACN,CAAC,CACJ,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/* Pure-React port of eds-avatar-list.scss. */
|
|
2
|
+
|
|
3
|
+
.eds-avatar-list {
|
|
4
|
+
display: inline-flex;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.eds-avatar-list .eds-avatar {
|
|
8
|
+
border: var(--eds-bw-s) solid var(--eds-c-border-inverted);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.eds-avatar-list .eds-avatar[data-size="s"]:not(:first-child) {
|
|
12
|
+
margin-left: calc(-1 * var(--eds-sp-s));
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.eds-avatar-list .eds-avatar[data-size="m"]:not(:first-child) {
|
|
16
|
+
margin-left: calc(-1 * var(--eds-sp-m));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.eds-avatar-list .eds-avatar[data-size="l"]:not(:first-child) {
|
|
20
|
+
margin-left: calc(-1 * var(--eds-sp-l));
|
|
21
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface EdsAvatarListProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
/** The grouped `EdsAvatar` elements (`<ng-content/>` → `{children}`). */
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* `EdsAvatarList` — pure React port of the Angular `eds-avatar-list`.
|
|
8
|
+
*
|
|
9
|
+
* A horizontal overlapping stack of avatars. Carries the `.eds-avatar-list` class; its CSS
|
|
10
|
+
* adds an inverted border to each descendant `.eds-avatar` and negative margins to overlap
|
|
11
|
+
* them by size (matching the Angular `::ng-deep .eds-avatar` rules).
|
|
12
|
+
*/
|
|
13
|
+
export declare const EdsAvatarList: React.ForwardRefExoticComponent<EdsAvatarListProps & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
+
//# sourceMappingURL=eds-avatar-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-list.d.ts","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5E,yEAAyE;IACzE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,2FAYzB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* `EdsAvatarList` — pure React port of the Angular `eds-avatar-list`.
|
|
5
|
+
*
|
|
6
|
+
* A horizontal overlapping stack of avatars. Carries the `.eds-avatar-list` class; its CSS
|
|
7
|
+
* adds an inverted border to each descendant `.eds-avatar` and negative margins to overlap
|
|
8
|
+
* them by size (matching the Angular `::ng-deep .eds-avatar` rules).
|
|
9
|
+
*/
|
|
10
|
+
export const EdsAvatarList = React.forwardRef(function EdsAvatarList({ children, className, ...rest }, ref) {
|
|
11
|
+
return (_jsx("div", { ref: ref, className: className ? `eds-avatar-list ${className}` : 'eds-avatar-list', ...rest, children: children }));
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=eds-avatar-list.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eds-avatar-list.js","sourceRoot":"","sources":["../../src/eds-avatar/eds-avatar-list.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,CAAC,UAAU,CACzC,SAAS,aAAa,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG;IACxD,OAAO,CACH,cACI,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,mBAAmB,SAAS,EAAE,CAAC,CAAC,CAAC,iBAAiB,KACrE,IAAI,YAEP,QAAQ,GACP,CACT,CAAC;AACN,CAAC,CACJ,CAAC"}
|