@ebrains/react 2.0.0 → 2.1.0
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/clone-dab56639.esm.js +3 -0
- package/color-primary-palette_6.entry.esm.js +106 -106
- package/components-section.entry.esm.js +1 -1
- package/correct-use-of-colors.entry.esm.js +33 -33
- package/docs-palettes.entry.esm.js +1 -1
- package/docs-tokens.entry.esm.js +1 -1
- package/edit-3893a517.esm.js +3 -0
- package/eds-accordion_33.entry.esm.js +1123 -0
- package/eds-app-root.entry.esm.js +4 -4
- package/eds-card-desc_2.entry.esm.js +4 -4
- package/eds-card-project.entry.esm.js +10 -10
- package/eds-card-tags.entry.esm.js +1 -1
- package/eds-card-tool.entry.esm.js +4 -4
- package/eds-cookies-preference.entry.esm.js +2 -2
- package/eds-feedback.entry.esm.js +5 -5
- package/eds-footer.entry.esm.js +20 -14
- package/eds-frame.entry.esm.js +4 -4
- package/eds-gauge.entry.esm.js +4 -4
- package/eds-icon-arrow-diagonal.entry.esm.js +1 -1
- package/eds-icon-arrow-right.entry.esm.js +1 -1
- package/eds-icon-bin.entry.esm.js +1 -1
- package/eds-icon-bluesky.entry.esm.js +1 -1
- package/eds-icon-bookmark.entry.esm.js +1 -1
- package/eds-icon-chevron-down.entry.esm.js +1 -1
- package/eds-icon-chevron-left.entry.esm.js +1 -1
- package/eds-icon-chevron-right.entry.esm.js +1 -1
- package/eds-icon-chevron-up.entry.esm.js +1 -1
- package/eds-icon-clone.entry.esm.js +21 -0
- package/eds-icon-close.entry.esm.js +1 -1
- package/eds-icon-copy.entry.esm.js +1 -1
- package/eds-icon-draft.entry.esm.js +1 -1
- package/eds-icon-edit.entry.esm.js +2 -2
- package/eds-icon-eu.entry.esm.js +1 -1
- package/eds-icon-external.entry.esm.js +1 -1
- package/eds-icon-facebook.entry.esm.js +1 -1
- package/eds-icon-gitlab.entry.esm.js +1 -1
- package/eds-icon-linkedin.entry.esm.js +1 -1
- package/eds-icon-loader.entry.esm.js +1 -1
- package/eds-icon-mastodon.entry.esm.js +1 -1
- package/eds-icon-menu.entry.esm.js +1 -1
- package/eds-icon-minus.entry.esm.js +1 -1
- package/eds-icon-more.entry.esm.js +1 -1
- package/eds-icon-paper.entry.esm.js +1 -1
- package/eds-icon-plus.entry.esm.js +1 -1
- package/eds-icon-portal.entry.esm.js +1 -1
- package/eds-icon-private.entry.esm.js +1 -1
- package/eds-icon-public.entry.esm.js +1 -1
- package/eds-icon-search.entry.esm.js +1 -1
- package/eds-icon-star.entry.esm.js +1 -1
- package/eds-icon-start.entry.esm.js +1 -1
- package/eds-icon-success.entry.esm.js +1 -1
- package/eds-icon-thumbs-down.entry.esm.js +1 -1
- package/eds-icon-thumbs-up.entry.esm.js +1 -1
- package/eds-icon-tutorial.entry.esm.js +1 -1
- package/eds-icon-twitter.entry.esm.js +1 -1
- package/eds-icon-unknown.entry.esm.js +1 -1
- package/eds-icon-updown.entry.esm.js +1 -1
- package/eds-icon-user.entry.esm.js +1 -1
- package/eds-icon-view.entry.esm.js +21 -0
- package/eds-icon-youtube.entry.esm.js +1 -1
- package/eds-modal.entry.esm.js +8 -8
- package/eds-progress-bar.entry.esm.js +4 -4
- package/eds-section-core_2.entry.esm.js +5 -5
- package/eds-social-networks.entry.esm.js +3 -3
- package/eds-spinner.entry.esm.js +4 -4
- package/eds-timeline.entry.esm.js +4 -4
- package/eds-toast-manager.entry.esm.js +1 -1
- package/eds-tooltip.entry.esm.js +3 -3
- package/eds-trl.entry.esm.js +2 -2
- package/incorrect-use-of-colors.entry.esm.js +8 -8
- package/index.esm.js +1 -1
- package/index.esm2.js +14 -24
- package/logo-space.entry.esm.js +9 -9
- package/logo-variations-horizontal_2.entry.esm.js +28 -28
- package/logo-variations-tabs.entry.esm.js +1 -1
- package/logo-wrong-usage.entry.esm.js +25 -25
- package/package.json +1 -1
- package/src/components.d.ts +1 -0
- package/svg-repository.entry.esm.js +8 -4
- package/token-list_3.entry.esm.js +5 -5
- package/token-ratios.entry.esm.js +3 -3
- package/token-spacing.entry.esm.js +26 -26
- package/token-typography.entry.esm.js +2 -2
- package/view-e900f2d4.esm.js +3 -0
- package/edit-1dc8d11b.esm.js +0 -3
- package/eds-accordion.entry.esm.js +0 -133
- package/eds-alert.entry.esm.js +0 -112
- package/eds-avatar_26.entry.esm.js +0 -3409
- package/eds-breadcrumb.entry.esm.js +0 -179
- package/eds-code-block.entry.esm.js +0 -2290
- package/eds-matomo-notice.entry.esm.js +0 -159
- package/eds-switch.entry.esm.js +0 -70
|
@@ -17,15 +17,15 @@ const TokenRatios = class {
|
|
|
17
17
|
}
|
|
18
18
|
render() {
|
|
19
19
|
return h("section", {
|
|
20
|
-
key: '
|
|
20
|
+
key: '255775984f1d0edd52f48814776dfb5739b4885e',
|
|
21
21
|
class: "w-full"
|
|
22
22
|
}, h("eds-section-core", {
|
|
23
|
-
key: '
|
|
23
|
+
key: '7fd28e74db00800fcaa4adb13dd6b0b9cace371d',
|
|
24
24
|
tag: "div",
|
|
25
25
|
"section-title": "Aspect Ratios",
|
|
26
26
|
"heading-level": "h3"
|
|
27
27
|
}, h("ul", {
|
|
28
|
-
key: '
|
|
28
|
+
key: '1e4c0af9a699e69c5bc6c86df821c457bb20614a',
|
|
29
29
|
class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
30
30
|
}, Object.entries(ratios).map(([key, value]) => h("li", {
|
|
31
31
|
class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"
|
|
@@ -9,82 +9,82 @@ const TokenSpacing = class {
|
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
11
|
return h("div", {
|
|
12
|
-
key: '
|
|
12
|
+
key: '9967174337c771b175eb51d9cd77ec227071178e',
|
|
13
13
|
class: "w-full"
|
|
14
14
|
}, h("ul", {
|
|
15
|
-
key: '
|
|
15
|
+
key: 'db8df572ea997ea83600cb522c761ec5c99788bc',
|
|
16
16
|
class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
17
17
|
}, h("li", {
|
|
18
|
-
key: '
|
|
18
|
+
key: '25a7b31970e56ce8ff62c81a69daac121984d9d6',
|
|
19
19
|
class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"
|
|
20
20
|
}, h("div", {
|
|
21
|
-
key: '
|
|
21
|
+
key: '1a1dfa005e39237c2fedb210c0082293770387c6',
|
|
22
22
|
class: "container p-8 item-center border-2 border-soft"
|
|
23
23
|
}, h("div", {
|
|
24
|
-
key: '
|
|
24
|
+
key: '473024ed6927d1a140eee0e021af92790c3ec5b0',
|
|
25
25
|
class: "spacing-sample m-16 bg-strong"
|
|
26
26
|
}, h("span", {
|
|
27
|
-
key: '
|
|
27
|
+
key: '7b691bf830943134160396ddcd8f71e419eb29e2',
|
|
28
28
|
class: "f-body-01 text-inverse"
|
|
29
29
|
}, "Margin: 1rem / m-16")))), h("li", {
|
|
30
|
-
key: '
|
|
30
|
+
key: '38f1d4d7e78b1efdbc55cf732b6be2ac3a62b5b7',
|
|
31
31
|
class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"
|
|
32
32
|
}, h("div", {
|
|
33
|
-
key: '
|
|
33
|
+
key: '3a0fc8cdfa13bf0998a4829c36a74b17a6ee2314',
|
|
34
34
|
class: "container p-8 item-center border-2 border-soft"
|
|
35
35
|
}, h("div", {
|
|
36
|
-
key: '
|
|
36
|
+
key: 'ec730379e1041a68c9d980bb6b5d4b16560debb0',
|
|
37
37
|
class: "spacing-sample ml-64 bg-strong"
|
|
38
38
|
}, h("span", {
|
|
39
|
-
key: '
|
|
39
|
+
key: 'fd6f3ab787f1d43fb0b060e8408a1464eacd9875',
|
|
40
40
|
class: "f-body-01 text-inverse"
|
|
41
41
|
}, "Margin Left: 4rem / ml-64")))), h("li", {
|
|
42
|
-
key: '
|
|
42
|
+
key: '60a45420ca9cd7f4dab1524c8d6be31b39295b0c',
|
|
43
43
|
class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"
|
|
44
44
|
}, h("div", {
|
|
45
|
-
key: '
|
|
45
|
+
key: 'ec433621396341959df05dd4becf2844c4266ea5',
|
|
46
46
|
class: "container p-8 item-center border-2 border-soft"
|
|
47
47
|
}, h("div", {
|
|
48
|
-
key: '
|
|
48
|
+
key: 'e2ae2d3a3f0eb5226fae09d70eff099ed79ca0e6',
|
|
49
49
|
class: "spacing-sample mt-32 bg-strong"
|
|
50
50
|
}, h("span", {
|
|
51
|
-
key: '
|
|
51
|
+
key: '1da10931bb4dae62a1a1c020c89463634a3c1630',
|
|
52
52
|
class: "f-body-01 text-inverse"
|
|
53
53
|
}, "Margin Top: 2rem / mt-32")))), h("li", {
|
|
54
|
-
key: '
|
|
54
|
+
key: 'f2f6ff5c992df7d4d426a3488cb7aa7ad9b7bc85',
|
|
55
55
|
class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"
|
|
56
56
|
}, h("div", {
|
|
57
|
-
key: '
|
|
57
|
+
key: '23700500e04f2ec99fb5329092b7e430f7ac4274',
|
|
58
58
|
class: "container p-8 item-center border-2 border-soft"
|
|
59
59
|
}, h("div", {
|
|
60
|
-
key: '
|
|
60
|
+
key: 'bc304e082326c02787a62681fa86d20382fbb2d7',
|
|
61
61
|
class: "spacing-sample p-32 bg-strong"
|
|
62
62
|
}, h("span", {
|
|
63
|
-
key: '
|
|
63
|
+
key: '32692a307c58603ac232bb1004b88e0b5bff0c3d',
|
|
64
64
|
class: "f-body-01 text-inverse"
|
|
65
65
|
}, "Padding: 2rem / p-32")))), h("li", {
|
|
66
|
-
key: '
|
|
66
|
+
key: '6fc5032427724389d29d200347e3f5de984d6ec5',
|
|
67
67
|
class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"
|
|
68
68
|
}, h("div", {
|
|
69
|
-
key: '
|
|
69
|
+
key: 'f66687c53866291f4f455153e34813d53bbb6d68',
|
|
70
70
|
class: "container p-8 item-center border-2 border-soft"
|
|
71
71
|
}, h("div", {
|
|
72
|
-
key: '
|
|
72
|
+
key: 'c4305cf37d1f08f50be085664d9a4da0c4859805',
|
|
73
73
|
class: "spacing-sample pt-32 bg-strong"
|
|
74
74
|
}, h("span", {
|
|
75
|
-
key: '
|
|
75
|
+
key: '4bd0c2056950a34d119c11ffd04e1dce1b8136c5',
|
|
76
76
|
class: "f-body-01 text-inverse"
|
|
77
77
|
}, "Padding Top: 2rem / pt-32")))), h("li", {
|
|
78
|
-
key: '
|
|
78
|
+
key: '67053133a6c121e02b7cab1da4cf4bc025dcc28d',
|
|
79
79
|
class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"
|
|
80
80
|
}, h("div", {
|
|
81
|
-
key: '
|
|
81
|
+
key: 'dc7c1198e284eb0d71d183017e99fca72c3fb2a7',
|
|
82
82
|
class: "container p-8 item-center border-2 border-soft"
|
|
83
83
|
}, h("div", {
|
|
84
|
-
key: '
|
|
84
|
+
key: '3e69f16b8673007197f18b736e07a9e2c86e7eeb',
|
|
85
85
|
class: "spacing-sample pl-32 bg-strong"
|
|
86
86
|
}, h("span", {
|
|
87
|
-
key: '
|
|
87
|
+
key: '5a112de1bf2ce66ea278da76b8890aff02cce8af',
|
|
88
88
|
class: "f-body-01 text-inverse"
|
|
89
89
|
}, "Padding Left: 2rem / pl-32"))))));
|
|
90
90
|
}
|
|
@@ -202,10 +202,10 @@ const TokenTypography = class {
|
|
|
202
202
|
}
|
|
203
203
|
render() {
|
|
204
204
|
return h("section", {
|
|
205
|
-
key: '
|
|
205
|
+
key: 'b638ddc335ade66f9eb0af8752f56945270fc5ee',
|
|
206
206
|
class: "w-full"
|
|
207
207
|
}, h("ul", {
|
|
208
|
-
key: '
|
|
208
|
+
key: '40f638bc0eccdcc79aecaf5da8fc9c1332122d49',
|
|
209
209
|
class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
210
210
|
}, Object.entries(typography.typesets).filter(([typeKey]) => typeKey !== 'displays') // Exclude "displays"
|
|
211
211
|
.flatMap(([typeKey, typeValues]) => Object.entries(typeValues).map(([size, style]) => h("li", {
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const view = `<svg width="20" height="20" viewBox="-102.4 -102.4 1228.80 1228.80" xmlns="http://www.w3.org/2000/svg" fill="#000000" stroke="#000000" stroke-width="0.01024" transform="matrix(1, 0, 0, 1, 0, 0)rotate(0)"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="#000000" d="M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352zm0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448zm0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160z"></path></g></svg>`;
|
|
2
|
+
|
|
3
|
+
export { view as v };
|
package/edit-1dc8d11b.esm.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
const edit = `<svg width="20" height="20" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <title></title> <g id="Complete"> <g id="edit"> <g> <path d="M20,16v4a2,2,0,0,1-2,2H4a2,2,0,0,1-2-2V6A2,2,0,0,1,4,4H8" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path> <polygon fill="none" points="12.5 15.8 22 6.2 17.8 2 8.3 11.5 8 16 12.5 15.8" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></polygon> </g> </g> </g> </g></svg>`;
|
|
2
|
-
|
|
3
|
-
export { edit as e };
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h, g as getElement } from './index.esm2.js';
|
|
2
|
-
import { s as sendAnalytics } from './analytics-d99780e3.esm.js';
|
|
3
|
-
import 'react';
|
|
4
|
-
import 'react/jsx-runtime';
|
|
5
|
-
import 'react-dom';
|
|
6
|
-
|
|
7
|
-
const edsAccordionCss = "blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}.min-h-56{min-height:3.5rem}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.break-words{overflow-wrap:break-word}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.effect-color{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.border-softer{border:2px solid rgba(0, 0, 0, .1)}.bg-default{background-color:var(--grey-200)}.bg-inverse{background-color:var(--white)}.relative{position:relative}.absolute{position:absolute}.inset-x-16{left:1rem;right:1rem}.top-16{top:1rem}.pr-32{padding-right:2rem}.pr-36{padding-right:2.25rem}.pr-40{padding-right:2.5rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.w-full{width:100%}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.rounded-md{border-radius:12px}.outline-none{outline:2px solid transparent;outline-offset:2px}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.text-light{color:var(--grey-700)}.z-1{z-index:1}.z-10{z-index:10}.effect-height{transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-property:height}.h-0{height:0rem}.h-auto{height:auto}.pt-4{padding-top:0.25rem}.overflow-hidden{overflow:hidden}.grid{display:grid}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:16px}.border-2{border-width:2px}.p-16{padding:1rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.f-heading-06{font-family:var(--f-heading-06-fontFamily);font-weight:var(--f-heading-06-fontWeight);font-size:var(--f-heading-06-fontSize);line-height:var(--f-heading-06-lineHeight);letter-spacing:var(--f-heading-06-letterSpacing)}.text-left{text-align:left}.text-center{text-align:center}";
|
|
8
|
-
const EdsAccordionStyle0 = edsAccordionCss;
|
|
9
|
-
const EdsAccordion = class {
|
|
10
|
-
constructor(hostRef) {
|
|
11
|
-
registerInstance(this, hostRef);
|
|
12
|
-
this.accordion = createEvent(this, "accordion", 7);
|
|
13
|
-
/**
|
|
14
|
-
* Handles the click event on the accordion header to toggle expansion.
|
|
15
|
-
* Toggles the `isExpanded` state and emits the `accordion` event.
|
|
16
|
-
*/
|
|
17
|
-
this.handleClick = () => {
|
|
18
|
-
var _a;
|
|
19
|
-
this.isExpanded = !this.isExpanded;
|
|
20
|
-
this.accordion.emit(this.isExpanded);
|
|
21
|
-
this.setPanelHeight();
|
|
22
|
-
sendAnalytics({
|
|
23
|
-
category: 'ui-component',
|
|
24
|
-
parentContext: null,
|
|
25
|
-
tag: this.el.tagName.toLowerCase(),
|
|
26
|
-
name: ((_a = this.heading) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || '',
|
|
27
|
-
action: this.isExpanded ? 'expanded' : 'collapsed'
|
|
28
|
-
});
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
* Calculates and sets the panel height based on the content height
|
|
32
|
-
* and adjusts based on the `shortContent` and `isExpanded` states.
|
|
33
|
-
*/
|
|
34
|
-
this.setPanelHeight = () => {
|
|
35
|
-
if (this.childContentRef) {
|
|
36
|
-
this.shortContent = this.wrapperRef.scrollWidth > 830 && !this.description ? this.childContentRef.scrollHeight <= 80 : this.childContentRef.scrollHeight <= 20;
|
|
37
|
-
this.panelHeight = this.isExpanded && !this.shortContent ? this.childContentRef.scrollHeight : 0;
|
|
38
|
-
}
|
|
39
|
-
if (this.headerRef) {
|
|
40
|
-
this.headerHeight = this.headerRef.scrollHeight - 30;
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
this.heading = undefined;
|
|
44
|
-
this.description = undefined;
|
|
45
|
-
this.switchBg = true;
|
|
46
|
-
this.expanded = false;
|
|
47
|
-
this.clampText = true;
|
|
48
|
-
this.buttonIntent = 'tertiary';
|
|
49
|
-
this.isExpanded = this.expanded;
|
|
50
|
-
this.panelHeight = 0;
|
|
51
|
-
this.shortContent = false;
|
|
52
|
-
this.headerHeight = 0;
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* Lifecycle method that sets up the initial panel height and adds a resize event listener
|
|
56
|
-
* to recalculate height on window resize.
|
|
57
|
-
*/
|
|
58
|
-
componentDidLoad() {
|
|
59
|
-
this.setPanelHeight();
|
|
60
|
-
window.addEventListener('resize', this.setPanelHeight);
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Lifecycle method that cleans up the resize event listener when the component is removed.
|
|
64
|
-
*/
|
|
65
|
-
disconnectedCallback() {
|
|
66
|
-
window.removeEventListener('resize', this.setPanelHeight);
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* Renders the accordion structure, including header, content, description, and any slotted content.
|
|
70
|
-
* Adjusts styles based on `switchBg`, `tiny`, `clampText`, and other props.
|
|
71
|
-
*/
|
|
72
|
-
render() {
|
|
73
|
-
return h("div", {
|
|
74
|
-
key: '1abfd8bfea763bc10e6f17148dbc252d0c3ffdea',
|
|
75
|
-
ref: el => this.wrapperRef = el,
|
|
76
|
-
class: `flex effect-color border-softer relative grid overflow-hidden rounded-lg border-2 p-16
|
|
77
|
-
${this.switchBg && this.isExpanded ? 'bg-inverse' : 'bg-default'}
|
|
78
|
-
${this.switchBg ? 'hover:bg-inverse' : ''}
|
|
79
|
-
${this.description ? 'min-h-56' : ''}`
|
|
80
|
-
}, h("h3", {
|
|
81
|
-
key: '137a3311195d51f46c6677558219828e5f4d06b5',
|
|
82
|
-
ref: el => this.headerRef = el,
|
|
83
|
-
class: "mr-auto f-heading-06 text-left absolute inset-x-16 break-words top-16 pr-40"
|
|
84
|
-
}, this.heading), h("div", {
|
|
85
|
-
key: '0fc6d493fd61726a53a8c4311bd183eb3ad5b270',
|
|
86
|
-
class: "ml-auto"
|
|
87
|
-
}, h("eds-button", {
|
|
88
|
-
key: '61e5e7727de895a9dc9d4a9d909cabea3b82e709',
|
|
89
|
-
id: "toggleAccordion",
|
|
90
|
-
intent: this.buttonIntent,
|
|
91
|
-
"aria-expanded": this.isExpanded || this.shortContent,
|
|
92
|
-
"aria-label": "Toggle accordion",
|
|
93
|
-
"aria-controls": "accordionSection",
|
|
94
|
-
class: `effect-color flex w-full items-center justify-between rounded-md outline-none focus:outline-none`,
|
|
95
|
-
onClick: this.handleClick,
|
|
96
|
-
icon: "chevron-down"
|
|
97
|
-
})), h("div", {
|
|
98
|
-
key: '659ad4db8fd78dea0604afce003124a7c19987dc',
|
|
99
|
-
class: `w-full`,
|
|
100
|
-
style: Number.isFinite(this.headerHeight) ? {
|
|
101
|
-
marginTop: `${this.headerHeight}px`
|
|
102
|
-
} : {}
|
|
103
|
-
}, this.description ? h("span", {
|
|
104
|
-
class: `text-light ${!this.isExpanded && this.clampText ? 'line-clamp-1' : ''}`
|
|
105
|
-
}, this.description) : null, h("section", {
|
|
106
|
-
key: '0b463bb9d634b9dd1aa6c512e072bf8004e54db5',
|
|
107
|
-
id: "accordionSection",
|
|
108
|
-
role: "region",
|
|
109
|
-
"aria-labelledby": "accordionHeader",
|
|
110
|
-
"aria-hidden": !this.isExpanded,
|
|
111
|
-
class: `z-1 effect-height relative h-0 w-full ${!this.isExpanded && this.clampText ? 'overflow-hidden' : ''}`,
|
|
112
|
-
style: {
|
|
113
|
-
height: this.isExpanded ? 'auto' : '0'
|
|
114
|
-
}
|
|
115
|
-
}, h("div", {
|
|
116
|
-
key: '7f2eb016e377e3f2c08fd042e903291ad67bd20b',
|
|
117
|
-
ref: el => this.childContentRef = el,
|
|
118
|
-
class: `accordion-content effect-color pt-4`,
|
|
119
|
-
"aria-hidden": !this.isExpanded
|
|
120
|
-
}, h("span", {
|
|
121
|
-
key: '25be3a617a42699e2adeb1c9fc711e5a55ce69ea',
|
|
122
|
-
class: `${!this.isExpanded && this.clampText ? 'line-clamp-2' : ''}`
|
|
123
|
-
}, h("slot", {
|
|
124
|
-
key: 'de7e5481940295571543c43f4b65f97dc7cec62c'
|
|
125
|
-
}))))));
|
|
126
|
-
}
|
|
127
|
-
get el() {
|
|
128
|
-
return getElement(this);
|
|
129
|
-
}
|
|
130
|
-
};
|
|
131
|
-
EdsAccordion.style = EdsAccordionStyle0;
|
|
132
|
-
|
|
133
|
-
export { EdsAccordion as eds_accordion };
|
package/eds-alert.entry.esm.js
DELETED
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index.esm2.js';
|
|
2
|
-
import { c as cva } from './index-39c58238.esm.js';
|
|
3
|
-
import 'react';
|
|
4
|
-
import 'react/jsx-runtime';
|
|
5
|
-
import 'react-dom';
|
|
6
|
-
|
|
7
|
-
const edsAlertCss = "*,\n::before,\n::after {\n box-sizing: border-box;\n border-width: 0;\n border-style: solid;\n border-color: currentColor;\n}\n\np {\n margin: 0;\n}\n\n.f-ui-01 {\n font-family: var(--f-ui-01-fontFamily);\n font-weight: var(--f-ui-01-fontWeight);\n font-size: var(--f-ui-01-fontSize);\n line-height: var(--f-ui-01-lineHeight);\n letter-spacing: var(--f-ui-01-letterSpacing);\n}\n\n.border-inside {\n position: relative;\n\n &::after {\n pointer-events: none;\n }\n\n &::after {\n position: absolute;\n }\n\n &::after {\n inset: 0rem;\n }\n\n &::after {\n z-index: 1;\n }\n\n &::after {\n border-radius: 8px;\n }\n\n &::after {\n border-width: 1px;\n }\n\n &::after {\n border-width: 2px;\n }\n\n &::after {\n border-color: rgba(0, 0, 0, .1);\n }\n\n &::after {\n content: '';\n }\n}\n\n.flex {\n display: flex;\n}\n\n.w-full {\n width: 100%;\n}\n\n.flex-row {\n flex-direction: row;\n}\n\n.items-center {\n align-items: center;\n}\n\n.justify-between {\n justify-content: space-between;\n}\n\n.gap-x-12 {\n -moz-column-gap: 0.75rem;\n column-gap: 0.75rem;\n}\n\n.space-y-12> :not([hidden])~ :not([hidden]) {\n --tw-space-y-reverse: 0;\n margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));\n margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));\n}\n\n.rounded-lg {\n border-radius: 16px;\n}\n\n.bg-dark {\n background-color: var(--grey-300);\n}\n\n.bg-error {\n background-color: var(--red-200);\n}\n\n.bg-success {\n background-color: var(--green-200);\n}\n\n.bg-warning {\n background-color: var(--yellow-200);\n}\n\n.p-16 {\n padding: 1rem;\n}\n\n.p-20 {\n padding: 1.25rem;\n}\n\n.px-12 {\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n}\n\n.px-20 {\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n}\n\n.py-12 {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n}\n\n.py-20 {\n padding-top: 1.25rem;\n padding-bottom: 1.25rem;\n}\n\n.py-8 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\n.pr-12 {\n padding-right: 0.75rem;\n}\n\n.shadow {\n --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n[class*=underline-] {\n text-decoration-line: underline;\n}\n\n.after\\:rounded-lg::after {\n border-radius: 16px;\n}\n\n.after\\:border-softest::after {\n border-color: rgba(0, 0, 0, .05);\n}";
|
|
8
|
-
const EdsAlertStyle0 = edsAlertCss;
|
|
9
|
-
const alertStyles = cva(['w-full bg-dark'], {
|
|
10
|
-
variants: {
|
|
11
|
-
intent: {
|
|
12
|
-
default: '',
|
|
13
|
-
warning: 'bg-warning',
|
|
14
|
-
error: 'bg-error',
|
|
15
|
-
success: 'bg-success'
|
|
16
|
-
},
|
|
17
|
-
brd: {
|
|
18
|
-
rounded: 'rounded-lg border-inside after:border-softest after:rounded-lg',
|
|
19
|
-
normal: ''
|
|
20
|
-
},
|
|
21
|
-
direction: {
|
|
22
|
-
vertical: 'space-y-12',
|
|
23
|
-
horizontal: 'flex flex-row items-center justify-between gap-x-12'
|
|
24
|
-
},
|
|
25
|
-
withBtn: {
|
|
26
|
-
false: '',
|
|
27
|
-
true: ''
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
compoundVariants: [{
|
|
31
|
-
direction: 'horizontal',
|
|
32
|
-
withBtn: true,
|
|
33
|
-
class: 'px-20 pr-12 py-12'
|
|
34
|
-
}, {
|
|
35
|
-
direction: 'horizontal',
|
|
36
|
-
withBtn: false,
|
|
37
|
-
class: 'p-20'
|
|
38
|
-
}, {
|
|
39
|
-
direction: 'vertical',
|
|
40
|
-
withBtn: true,
|
|
41
|
-
class: 'p-16'
|
|
42
|
-
}, {
|
|
43
|
-
direction: 'vertical',
|
|
44
|
-
withBtn: false,
|
|
45
|
-
class: 'px-12 py-20'
|
|
46
|
-
}],
|
|
47
|
-
defaultVariants: {
|
|
48
|
-
intent: 'default',
|
|
49
|
-
brd: 'rounded',
|
|
50
|
-
direction: 'horizontal'
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
const EdsAlert = class {
|
|
54
|
-
constructor(hostRef) {
|
|
55
|
-
registerInstance(this, hostRef);
|
|
56
|
-
this.message = undefined;
|
|
57
|
-
this.pressableLabel = undefined;
|
|
58
|
-
this.pressableUrl = undefined;
|
|
59
|
-
this.direction = 'horizontal';
|
|
60
|
-
this.intent = 'default';
|
|
61
|
-
this.brd = 'rounded';
|
|
62
|
-
this.withBtn = false;
|
|
63
|
-
}
|
|
64
|
-
componentWillLoad() {
|
|
65
|
-
this.withBtn = Boolean(this.pressableLabel);
|
|
66
|
-
}
|
|
67
|
-
componentDidLoad() {
|
|
68
|
-
var _a;
|
|
69
|
-
// Query for the 'eds-link' element inside the shadow root.
|
|
70
|
-
const lnk = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('eds-link');
|
|
71
|
-
if (lnk) {
|
|
72
|
-
this.emitContext(lnk);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
emitContext(linkElement) {
|
|
76
|
-
const event = new CustomEvent('parentContext', {
|
|
77
|
-
detail: {
|
|
78
|
-
componentName: this.el.tagName.toLowerCase(),
|
|
79
|
-
identifier: null
|
|
80
|
-
}
|
|
81
|
-
});
|
|
82
|
-
linkElement.dispatchEvent(event);
|
|
83
|
-
}
|
|
84
|
-
render() {
|
|
85
|
-
return h("div", {
|
|
86
|
-
key: '5252aca583e87d8c3249c501e55368e340ef0d64',
|
|
87
|
-
class: alertStyles({
|
|
88
|
-
intent: this.intent,
|
|
89
|
-
brd: this.brd,
|
|
90
|
-
direction: this.direction,
|
|
91
|
-
withBtn: this.withBtn
|
|
92
|
-
}),
|
|
93
|
-
role: "alert"
|
|
94
|
-
}, h("p", {
|
|
95
|
-
key: 'bb23c94e802ec5e287a2b8619277e83de173b498',
|
|
96
|
-
class: "f-ui-01 py-8",
|
|
97
|
-
innerHTML: this.message
|
|
98
|
-
}), this.withBtn && (this.pressableUrl ? h("eds-link", {
|
|
99
|
-
class: "eds-alert-link",
|
|
100
|
-
label: this.pressableLabel,
|
|
101
|
-
url: this.pressableUrl,
|
|
102
|
-
intent: "secondary",
|
|
103
|
-
external: true
|
|
104
|
-
}) : null));
|
|
105
|
-
}
|
|
106
|
-
get el() {
|
|
107
|
-
return getElement(this);
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
EdsAlert.style = EdsAlertStyle0;
|
|
111
|
-
|
|
112
|
-
export { EdsAlert as eds_alert };
|