@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
|
@@ -34,18 +34,18 @@ const EdsAppRoot = class {
|
|
|
34
34
|
}
|
|
35
35
|
render() {
|
|
36
36
|
return h("div", {
|
|
37
|
-
key: '
|
|
37
|
+
key: '36bb7790b9e035749548410ba1d54092c7a40810'
|
|
38
38
|
}, h("eds-splash-screen", {
|
|
39
|
-
key: '
|
|
39
|
+
key: '7be473b1c48f0ab2549077d7619a1dbd3a1fd90c',
|
|
40
40
|
inverse: true,
|
|
41
41
|
initPromise: this.combinedInitPromise
|
|
42
42
|
}), h("eds-login", {
|
|
43
|
-
key: '
|
|
43
|
+
key: '824affc8c670317f2c1b8a22b9fe6223a477d364',
|
|
44
44
|
"keycloak-url": "http://localhost:8080",
|
|
45
45
|
"keycloak-realm": "nigeor-realm",
|
|
46
46
|
"keycloak-client-id": "stencil-app"
|
|
47
47
|
}), h("main", {
|
|
48
|
-
key: '
|
|
48
|
+
key: 'c5f6f9dae8608a49d3c47139f33735236a65091c'
|
|
49
49
|
}, this.isAuthenticated ? h("h1", null, "Welcome, authenticated user!") : h("h1", null, "Please log in.")));
|
|
50
50
|
}
|
|
51
51
|
};
|
|
@@ -17,10 +17,10 @@ const EdsCardDesc = class {
|
|
|
17
17
|
}
|
|
18
18
|
render() {
|
|
19
19
|
return h("p", {
|
|
20
|
-
key: '
|
|
20
|
+
key: '302734334d08002f94c269977ebda7762fd19843',
|
|
21
21
|
class: "text-light f-ui-03-light"
|
|
22
22
|
}, h("span", {
|
|
23
|
-
key: '
|
|
23
|
+
key: '925f6cea41068b62d22902f33d80d700d0975f39',
|
|
24
24
|
class: this.getTruncateClass()
|
|
25
25
|
}, this.description));
|
|
26
26
|
}
|
|
@@ -69,10 +69,10 @@ const EdsCardTitle = class {
|
|
|
69
69
|
//const Tag = this.getTag();
|
|
70
70
|
const Heading = this.headingLevel;
|
|
71
71
|
return h(Heading, {
|
|
72
|
-
key: '
|
|
72
|
+
key: 'f3a72db6143e59ef04e589397126dcbf5b4d2d47',
|
|
73
73
|
class: this.getTitleClass()
|
|
74
74
|
}, h("a", {
|
|
75
|
-
key: '
|
|
75
|
+
key: '4fe1c9af922959b26824f01a0e5b52137c3854f2',
|
|
76
76
|
class: "break-words after:absolute after:inset-0 after:z-10 after:content-[''] focus:outline-none",
|
|
77
77
|
href: this.url,
|
|
78
78
|
target: this.externalLink ? '_blank' : undefined,
|
|
@@ -166,38 +166,38 @@ const EdsCardProject = class {
|
|
|
166
166
|
}) : 'bg-default', this.bgOnHover && this.color ? 'effect-background bg-default focus-within:bg-transparent hover:bg-transparent' : 'effect-background hover:bg-default', this.vertical ? 'flex-col gap-y-16' : 'flex-col gap-x-16 gap-y-12 lg:flex-row'].join(' ');
|
|
167
167
|
const imageClasses = this.vertical ? '' : 'max-w-120 @md:max-w-192 order-first w-full lg:order-last';
|
|
168
168
|
return h("article", {
|
|
169
|
-
key: '
|
|
169
|
+
key: 'b4587158532ddc495a1cda29941b69934b93c7d3',
|
|
170
170
|
class: cardClasses,
|
|
171
171
|
onClick: event => this.handleClick(event)
|
|
172
172
|
}, h("div", {
|
|
173
|
-
key: '
|
|
173
|
+
key: '96ab6c6b9f5e89db0ca29c678c0ff3d7643976de',
|
|
174
174
|
class: `flex grow flex-col ${this.vertical ? 'min-h-156' : ''}`
|
|
175
175
|
}, h("div", {
|
|
176
|
-
key: '
|
|
176
|
+
key: '6b1e39c1b3445c2eff43f03efc0d14307e044428',
|
|
177
177
|
class: "lg:max-w-[720px]"
|
|
178
178
|
}, h("eds-card-title", {
|
|
179
|
-
key: '
|
|
179
|
+
key: 'a5a2c5916c35dec35d261da0bf10a3905ce0452e',
|
|
180
180
|
"heading-level": this.headingLevel,
|
|
181
181
|
titleClass: this.image ? 'f-ui-01' : undefined,
|
|
182
182
|
"card-title": this.titleProject,
|
|
183
183
|
url: this.url
|
|
184
184
|
}), this.editorialTitle && h("span", {
|
|
185
|
-
key: '
|
|
185
|
+
key: '65f034e9ae8f7abbc37fb8fc3b03a440467c33f5',
|
|
186
186
|
class: `block ${this.vertical ? 'f-ui-02' : 'mt-4 f-heading-06'}`
|
|
187
187
|
}, this.editorialTitle)), this.categoryTitle && h("div", {
|
|
188
|
-
key: '
|
|
188
|
+
key: '690f9157169e6344af51407fca8c25f7cf35ac74',
|
|
189
189
|
class: "mt-auto flex items-center gap-x-12 pt-12"
|
|
190
190
|
}, ((_a = this.categoryTitle) === null || _a === void 0 ? void 0 : _a.length) && h("eds-tag", {
|
|
191
|
-
key: '
|
|
191
|
+
key: '651b1f0424b45348c854b7ec98e4dae1e4952bbd',
|
|
192
192
|
label: this.categoryTitle
|
|
193
193
|
}))), this.parsedImage && h("div", {
|
|
194
|
-
key: '
|
|
194
|
+
key: 'b761288da975f05bb558b0e60767292c20e767e8',
|
|
195
195
|
class: imageClasses
|
|
196
196
|
}, h("div", {
|
|
197
|
-
key: '
|
|
197
|
+
key: 'bf027b4359774454d9f866f4bb17872a1c0ba724',
|
|
198
198
|
class: "aspect-1x1 w-full"
|
|
199
199
|
}, h("eds-img", Object.assign({
|
|
200
|
-
key: '
|
|
200
|
+
key: '19b4c37dcbe7c463afd3ece46d5c348c681771c8',
|
|
201
201
|
sizes: this.vertical ? this.parsedImage.sizes || '' : '192px'
|
|
202
202
|
}, this.parsedImage)))));
|
|
203
203
|
}
|
|
@@ -13,7 +13,7 @@ const EdsCardTags = class {
|
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
15
|
return h("div", {
|
|
16
|
-
key: '
|
|
16
|
+
key: '2acec4bb37d05bb40910cdd198e2ffac9f16610d',
|
|
17
17
|
class: "flex flex-wrap gap-y-4"
|
|
18
18
|
}, this.tags.map((tag, index) => h("eds-tag", {
|
|
19
19
|
key: index,
|
|
@@ -62,11 +62,11 @@ const EdsCardTool = class {
|
|
|
62
62
|
}
|
|
63
63
|
render() {
|
|
64
64
|
return h("article", {
|
|
65
|
-
key: '
|
|
65
|
+
key: '2ae8e814b1509d167912424bb5093dba780f70e7',
|
|
66
66
|
class: `${this.el.tagName.toLowerCase()} ${this.articleClasses()}`,
|
|
67
67
|
onClick: () => this.handleClick()
|
|
68
68
|
}, h("eds-card-title", {
|
|
69
|
-
key: '
|
|
69
|
+
key: '1d0e4312589a917bc96b2c2dd3455ad0edc54b25',
|
|
70
70
|
"heading-level": this.headingLevel,
|
|
71
71
|
titleClass: this.image ? 'f-ui-01' : undefined,
|
|
72
72
|
"card-title": this.cardTitle,
|
|
@@ -74,7 +74,7 @@ const EdsCardTool = class {
|
|
|
74
74
|
"external-link": this.external,
|
|
75
75
|
hierarchy: this.hierarchy
|
|
76
76
|
}), this.description && h("eds-card-desc", {
|
|
77
|
-
key: '
|
|
77
|
+
key: '70b074fa7755e20627c50383e1a04a684dd1bab6',
|
|
78
78
|
class: "mt-8",
|
|
79
79
|
"truncate-lines": "3",
|
|
80
80
|
description: this.description
|
|
@@ -88,7 +88,7 @@ const EdsCardTool = class {
|
|
|
88
88
|
picture: this.avatar,
|
|
89
89
|
initials: this.shortAbbreviation
|
|
90
90
|
}) : null, h("div", {
|
|
91
|
-
key: '
|
|
91
|
+
key: 'eb5b236057ef9044701d9662cdc2fa359d5c8053',
|
|
92
92
|
class: "flex flex-wrap gap-y-4"
|
|
93
93
|
}, this.parsedTags.map((tag, index) => h("eds-tag", {
|
|
94
94
|
key: index,
|
|
@@ -29,9 +29,9 @@ const EdsCookiesPreference = class {
|
|
|
29
29
|
}
|
|
30
30
|
render() {
|
|
31
31
|
return h("div", {
|
|
32
|
-
key: '
|
|
32
|
+
key: '76c90b0245f703ffd80e9aa8ccc587c74b813df2'
|
|
33
33
|
}, h("eds-link", {
|
|
34
|
-
key: '
|
|
34
|
+
key: '5df4bcf1261c5afb610576e72720e0689cb2eb21',
|
|
35
35
|
size: "small",
|
|
36
36
|
intent: this.intent,
|
|
37
37
|
label: this.buttonText,
|
|
@@ -61,20 +61,20 @@ const EdsFeedback = class {
|
|
|
61
61
|
const levelNum = this.headingLevel.replace('h', '');
|
|
62
62
|
const headingClass = `f-heading-${levelNum.padStart(2, '0')} my-4`;
|
|
63
63
|
return h("div", {
|
|
64
|
-
key: '
|
|
64
|
+
key: '5e1c1694270cd7504ca8ba942b6f108af5f0572e',
|
|
65
65
|
class: "grid inline"
|
|
66
66
|
}, h(HeadingTag, {
|
|
67
|
-
key: '
|
|
67
|
+
key: 'da068fd8d6fb9e9789472c418896688e40ab9d32',
|
|
68
68
|
class: headingClass
|
|
69
69
|
}, this.label), h("p", {
|
|
70
|
-
key: '
|
|
70
|
+
key: '5f896de20bc86c5f3b6596f1d73a3ef8419d8c56',
|
|
71
71
|
class: "f-body-01 text-light"
|
|
72
72
|
}, this.description), h("eds-rating", {
|
|
73
|
-
key: '
|
|
73
|
+
key: '4909638b6f5cec693075285f99f6881541c09d29',
|
|
74
74
|
"rating-type": this.type,
|
|
75
75
|
"rating-count": this.count
|
|
76
76
|
}), this.selectedRating > 0 && this.parsedMappings[this.selectedRating - 1] && h("span", {
|
|
77
|
-
key: '
|
|
77
|
+
key: 'cdafafb8e206ecc4bbb74edc16de94a5c26defc9',
|
|
78
78
|
class: "f-ui-04 text-lighter"
|
|
79
79
|
}, this.parsedMappings[this.selectedRating - 1]));
|
|
80
80
|
}
|
package/eds-footer.entry.esm.js
CHANGED
|
@@ -39,6 +39,12 @@ const EdsFooter = class {
|
|
|
39
39
|
}
|
|
40
40
|
const shouldShow = window.scrollY > 100 && document.body.scrollHeight > window.innerHeight;
|
|
41
41
|
this.backBtn.style.opacity = shouldShow ? '1' : '0';
|
|
42
|
+
this.backBtn.style.pointerEvents = shouldShow ? 'auto' : 'none';
|
|
43
|
+
const btn = this.backBtn.querySelector('eds-button');
|
|
44
|
+
if (btn) {
|
|
45
|
+
btn.removeAttribute('aria-hidden');
|
|
46
|
+
btn.setAttribute('tabindex', shouldShow ? '0' : '-1');
|
|
47
|
+
}
|
|
42
48
|
}
|
|
43
49
|
toggleCookiesConsent() {
|
|
44
50
|
this.cookies.emit('toggle');
|
|
@@ -52,7 +58,7 @@ const EdsFooter = class {
|
|
|
52
58
|
*/
|
|
53
59
|
render() {
|
|
54
60
|
return h("footer", {
|
|
55
|
-
key: '
|
|
61
|
+
key: '4912d7994a636d5159d863339f0119e7b6bb1bc3'
|
|
56
62
|
}, this.social ? h("div", {
|
|
57
63
|
class: "border-softest border-t-2 pt-20 md:pt-28"
|
|
58
64
|
}, h("div", {
|
|
@@ -64,39 +70,39 @@ const EdsFooter = class {
|
|
|
64
70
|
}, h("eds-social-networks", {
|
|
65
71
|
class: "mt-28"
|
|
66
72
|
}))))) : null, h("div", {
|
|
67
|
-
key: '
|
|
73
|
+
key: 'fb1db2c19f29a0fd1474565759992be78c404251',
|
|
68
74
|
class: `border-softest ${this.social ? 'border-t-2' : ''} pb-28 pt-20 md:pt-28`
|
|
69
75
|
}, h("div", {
|
|
70
|
-
key: '
|
|
76
|
+
key: 'c7c6c6eb43f2ccb00df8b05247120763b3f665d3',
|
|
71
77
|
class: "container flex items-center gap-20 lg:flex-nowrap"
|
|
72
78
|
}, h("div", {
|
|
73
|
-
key: '
|
|
79
|
+
key: '45a29c7988edbf99ef5573dc77c9cc9a22faa666',
|
|
74
80
|
class: "flex items-center gap-x-12"
|
|
75
81
|
}, h("a", {
|
|
76
|
-
key: '
|
|
82
|
+
key: '0fbc8e7d275a07af6da8b520bddf62f4c13aecac',
|
|
77
83
|
target: "_blank",
|
|
78
84
|
rel: "noopener noreferrer",
|
|
79
85
|
class: "effect-focus focus-visible:rounded-xs flex w-[54px] ml-0",
|
|
80
86
|
href: "https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en",
|
|
81
87
|
"aria-label": "Learn about Horizon Europe funding"
|
|
82
88
|
}, h("eds-img", {
|
|
83
|
-
key: '
|
|
89
|
+
key: 'ec9e972f19d34cb13ea2022ab09ab6373d54be27',
|
|
84
90
|
width: 54,
|
|
85
91
|
height: 41,
|
|
86
92
|
src: "https://www.ebrains.eu/flags/4x3/eu.svg",
|
|
87
93
|
alt: "European Union Flag"
|
|
88
94
|
}))), h("div", {
|
|
89
|
-
key: '
|
|
95
|
+
key: '0281a7e09166bbd2e02913467fe3235585d0bf0a'
|
|
90
96
|
}, h("div", {
|
|
91
|
-
key: '
|
|
97
|
+
key: '97b96a7f6718cbc79ff98874e5dc90d6e1ed614e',
|
|
92
98
|
class: "f-ui-04 text-light"
|
|
93
99
|
}, h("p", {
|
|
94
|
-
key: '
|
|
100
|
+
key: '810b11a720bdcb92ce587a125ac8d026f31e9872'
|
|
95
101
|
}, this.fundedBy), h("div", {
|
|
96
|
-
key: '
|
|
102
|
+
key: '2973f13cc831fa3d1131b182958fa425b94897fd',
|
|
97
103
|
class: "mt-4 flex flex-wrap gap-12 lg:flex-nowrap inline-block"
|
|
98
104
|
}, h("span", {
|
|
99
|
-
key: '
|
|
105
|
+
key: 'b4cb01b0601c8117ae427fc5ab9c43c20edc6536',
|
|
100
106
|
class: "effect-focus !no-underline decoration-2 underline-offset-4 hover:!underline mr-4"
|
|
101
107
|
}, "\u00A9 ", this.rightsReserved), this.enableCookiesSettings ? h("eds-link", {
|
|
102
108
|
label: this.cookiesPreferences,
|
|
@@ -106,18 +112,18 @@ const EdsFooter = class {
|
|
|
106
112
|
this.toggleCookiesConsent();
|
|
107
113
|
}
|
|
108
114
|
}) : null))), h("div", {
|
|
109
|
-
key: '
|
|
115
|
+
key: 'd0b26e1911f55b44fb8a5253bab62b8db9141411',
|
|
110
116
|
class: "ml-auto pl-12"
|
|
111
117
|
}, this.enableScrollTop ? h("div", {
|
|
112
118
|
id: "toTop",
|
|
113
119
|
class: "transition-all transition duration-75 opacity-0"
|
|
114
120
|
}, h("eds-button", {
|
|
115
121
|
id: "backToTop",
|
|
116
|
-
"aria-hidden": "true",
|
|
117
122
|
"aria-label": this.backToTopAriaLabel,
|
|
118
123
|
intent: "ghostInverse",
|
|
119
124
|
icon: "chevron-up",
|
|
120
|
-
onClick: this.backToTop
|
|
125
|
+
onClick: this.backToTop,
|
|
126
|
+
tabindex: "-1"
|
|
121
127
|
})) : null))));
|
|
122
128
|
}
|
|
123
129
|
get el() {
|
package/eds-frame.entry.esm.js
CHANGED
|
@@ -73,13 +73,13 @@ const EdsFrame = class {
|
|
|
73
73
|
}
|
|
74
74
|
render() {
|
|
75
75
|
return h("div", {
|
|
76
|
-
key: '
|
|
76
|
+
key: '9f5b6280292996b66fb3380678fae7748aba8cb3',
|
|
77
77
|
class: this.articleClasses()
|
|
78
78
|
}, h("div", {
|
|
79
|
-
key: '
|
|
79
|
+
key: '6e4f6e0ce9b44fe94ff4622285258747503d9034',
|
|
80
80
|
class: "effect-height flex items-center justify-between py-8 px-12"
|
|
81
81
|
}, h("span", {
|
|
82
|
-
key: '
|
|
82
|
+
key: '36bb5a7b005b4c23a7042e5cf06769efe29b07db',
|
|
83
83
|
class: "f-ui-02"
|
|
84
84
|
}, this.frameLabel), !this.iframeError && this.url && this.urlLabel ? h("eds-link", {
|
|
85
85
|
label: this.urlLabel,
|
|
@@ -90,7 +90,7 @@ const EdsFrame = class {
|
|
|
90
90
|
disabled: false,
|
|
91
91
|
icon: "arrow-diagonal"
|
|
92
92
|
}) : null), h("div", {
|
|
93
|
-
key: '
|
|
93
|
+
key: '9d64e26eaa9e79d68e13d6a0faf67c8ca68d2097',
|
|
94
94
|
class: "border-softer"
|
|
95
95
|
}, this.iframeError ? h("div", {
|
|
96
96
|
class: "container ml-8 mr-8 mt-16"
|
package/eds-gauge.entry.esm.js
CHANGED
|
@@ -51,7 +51,7 @@ const EdsGauge = class {
|
|
|
51
51
|
fontSize: `${fontSize}px`
|
|
52
52
|
};
|
|
53
53
|
return h("div", {
|
|
54
|
-
key: '
|
|
54
|
+
key: '798a7345ee5c3eeb59b5fe29a39827ce347dc756',
|
|
55
55
|
role: "progressbar",
|
|
56
56
|
"aria-valuemin": this.valueMin,
|
|
57
57
|
"aria-valuemax": this.valueMax,
|
|
@@ -60,14 +60,14 @@ const EdsGauge = class {
|
|
|
60
60
|
class: "relative inline-block rounded-full overflow-hidden",
|
|
61
61
|
style: containerStyle
|
|
62
62
|
}, h("div", {
|
|
63
|
-
key: '
|
|
63
|
+
key: 'f255f7036a5b11de88fbb32648388905932eb56e',
|
|
64
64
|
class: "absolute bg-inverse rounded-full",
|
|
65
65
|
style: maskStyle
|
|
66
66
|
}), h("div", {
|
|
67
|
-
key: '
|
|
67
|
+
key: '2a6dd1d88b32cb2c534f253703a8caa0099f2a43',
|
|
68
68
|
class: "absolute inset-0 flex items-center justify-center"
|
|
69
69
|
}, h("span", {
|
|
70
|
-
key: '
|
|
70
|
+
key: 'ccbf1852d2f43b925f565c7117aca4a878e7f636',
|
|
71
71
|
class: "f-body-01 text-default",
|
|
72
72
|
style: textStyle
|
|
73
73
|
}, clamped)));
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index.esm2.js';
|
|
2
|
+
import { c as clone } from './clone-dab56639.esm.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import 'react/jsx-runtime';
|
|
5
|
+
import 'react-dom';
|
|
6
|
+
|
|
7
|
+
const EdsIconClone = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
registerInstance(this, hostRef);
|
|
10
|
+
this.class = '';
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
return h("span", {
|
|
14
|
+
key: 'ebbda9e150151cc6e6d2677307287f2d2f1ab4db',
|
|
15
|
+
class: this.class,
|
|
16
|
+
innerHTML: clone
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export { EdsIconClone as eds_icon_clone };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index.esm2.js';
|
|
2
|
-
import { e as edit } from './edit-
|
|
2
|
+
import { e as edit } from './edit-3893a517.esm.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import 'react-dom';
|
|
@@ -11,7 +11,7 @@ const EdsIconEdit = class {
|
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
13
|
return h("span", {
|
|
14
|
-
key: '
|
|
14
|
+
key: '1758d925314772dc29c4349f71f186ba775d2b41',
|
|
15
15
|
class: this.class,
|
|
16
16
|
innerHTML: edit
|
|
17
17
|
});
|
package/eds-icon-eu.entry.esm.js
CHANGED