@ebrains/react 0.7.0-alpha.0 → 0.8.0-alpha.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/color-primary-palette_6.entry.esm.js +106 -106
- package/correct-use-of-colors.entry.esm.js +33 -33
- package/eds-accordion_17.entry.esm.js +196 -0
- package/eds-alert.entry.esm.js +14 -6
- package/eds-app-root.entry.esm.js +4 -4
- package/eds-breadcrumb.entry.esm.js +6 -3
- package/{eds-avatar_4.entry.esm.js → eds-card-desc_3.entry.esm.js} +6 -66
- package/eds-card-generic.entry.esm.js +1 -1
- 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-card-wrapper.entry.esm.js +4 -4
- package/eds-code-block.entry.esm.js +7 -7
- package/eds-components-section.entry.esm.js +27 -24
- package/eds-cookies-preference.entry.esm.js +2 -2
- package/eds-docs-palettes.entry.esm.js +1 -1
- package/eds-docs-tokens.entry.esm.js +1 -1
- package/eds-feedback.entry.esm.js +5 -5
- package/eds-form.entry.esm.js +233 -170
- package/eds-frame.entry.esm.js +6 -6
- package/eds-icon-arrow-diagonal.entry.esm.js +3 -3
- package/eds-icon-arrow-right.entry.esm.js +1 -1
- package/eds-icon-bluesky.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-close.entry.esm.js +1 -1
- package/eds-icon-copy.entry.esm.js +1 -1
- package/eds-icon-eu.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-more.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-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-twitter.entry.esm.js +1 -1
- package/eds-icon-user.entry.esm.js +1 -1
- package/eds-icon-youtube.entry.esm.js +1 -1
- package/eds-input_7.entry.esm.js +569 -0
- package/eds-login_2.entry.esm.js +2 -2
- package/eds-logo-variations.entry.esm.js +1 -1
- package/eds-modal.entry.esm.js +8 -8
- package/eds-pagination_2.entry.esm.js +493 -0
- package/eds-progress-bar.entry.esm.js +2 -2
- package/eds-rating.entry.esm.js +1 -1
- package/eds-section-core_2.entry.esm.js +6 -6
- package/eds-spinner.entry.esm.js +3 -3
- package/eds-svg-repository.entry.esm.js +11 -6
- package/eds-switch.entry.esm.js +5 -5
- package/eds-tabs.entry.esm.js +4 -4
- package/eds-timeline.entry.esm.js +7 -4
- package/eds-toast-manager.entry.esm.js +1 -1
- package/eds-tooltip.entry.esm.js +3 -3
- package/eds-trl.entry.esm.js +3 -3
- package/incorrect-use-of-colors.entry.esm.js +7 -7
- package/index.esm.js +1 -1
- package/index.esm2.js +15 -23
- package/logo-space.entry.esm.js +4 -4
- package/logo-variations-horizontal_2.entry.esm.js +26 -26
- package/logo-wrong-usage.entry.esm.js +37 -37
- package/package.json +1 -1
- package/src/components.d.ts +1 -3
- 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/README.md +0 -7
- package/eds-accordion_22.entry.esm.js +0 -269
- package/eds-dropdown.entry.esm.js +0 -156
- package/eds-steps.entry.esm.js +0 -89
- package/eds-user.entry.esm.js +0 -95
- package/eds-vertical-stepper.entry.esm.js +0 -81
- package/formUtils-ac68474d.esm.js +0 -247
|
@@ -285,6 +285,8 @@ const svgs = /*#__PURE__*/Object.freeze({
|
|
|
285
285
|
thumbsDown: thumbsDown,
|
|
286
286
|
star: star
|
|
287
287
|
});
|
|
288
|
+
const edsSvgRepositoryCss = ":host,.full-width{display:block;width:100%}";
|
|
289
|
+
const EdsSvgRepositoryStyle0 = edsSvgRepositoryCss;
|
|
288
290
|
const EdsSvgRepository = class {
|
|
289
291
|
constructor(hostRef) {
|
|
290
292
|
registerInstance(this, hostRef);
|
|
@@ -313,19 +315,22 @@ const EdsSvgRepository = class {
|
|
|
313
315
|
format: 'bold'
|
|
314
316
|
}
|
|
315
317
|
};
|
|
316
|
-
return h("
|
|
317
|
-
key: '
|
|
318
|
-
|
|
318
|
+
return h("div", {
|
|
319
|
+
key: '8b10e6b478c9a2354f4cf418dacb33d5629585ac',
|
|
320
|
+
class: "full-width"
|
|
321
|
+
}, h("eds-table", {
|
|
322
|
+
key: '04ea0a3bc8d72f42225290210aa0bda441e14b95',
|
|
323
|
+
"table-data": JSON.stringify(svgData),
|
|
319
324
|
config: JSON.stringify(tableConfig),
|
|
320
325
|
"rows-per-page": 10,
|
|
321
326
|
"search-enabled": true,
|
|
322
|
-
"pagination-enabled": true
|
|
323
|
-
|
|
324
|
-
});
|
|
327
|
+
"pagination-enabled": true
|
|
328
|
+
}));
|
|
325
329
|
}
|
|
326
330
|
get hostEl() {
|
|
327
331
|
return getElement(this);
|
|
328
332
|
}
|
|
329
333
|
};
|
|
334
|
+
EdsSvgRepository.style = EdsSvgRepositoryStyle0;
|
|
330
335
|
|
|
331
336
|
export { EdsSvgRepository as eds_svg_repository };
|
package/eds-switch.entry.esm.js
CHANGED
|
@@ -25,13 +25,13 @@ const EdsSwitch = class {
|
|
|
25
25
|
// Compute an accessible name based on state.
|
|
26
26
|
const accessibleLabel = this.labelOn || this.labelOff ? this.checked ? this.labelOn : this.labelOff : 'Toggle switch';
|
|
27
27
|
return h("div", {
|
|
28
|
-
key: '
|
|
28
|
+
key: 'd9e216919a58d90017b6fec249e7fc811c4fb681',
|
|
29
29
|
class: "switch-container"
|
|
30
30
|
}, this.labelOff && h("span", {
|
|
31
|
-
key: '
|
|
31
|
+
key: '161bca12a4c6eebf4240ea0bdd07fd1acba35228',
|
|
32
32
|
class: "switch-label switch-label--off"
|
|
33
33
|
}, this.labelOff), h("button", {
|
|
34
|
-
key: '
|
|
34
|
+
key: '855477e89765d01d5a52f3d9db279a1e5c56ea9d',
|
|
35
35
|
type: "button",
|
|
36
36
|
role: "switch",
|
|
37
37
|
"aria-checked": this.checked ? 'true' : 'false',
|
|
@@ -45,10 +45,10 @@ const EdsSwitch = class {
|
|
|
45
45
|
onClick: this.toggleSwitch,
|
|
46
46
|
disabled: this.disabled
|
|
47
47
|
}, h("span", {
|
|
48
|
-
key: '
|
|
48
|
+
key: '4486e5f54ee75b95fd174291e1f5d67e181f3243',
|
|
49
49
|
class: "switch-handle"
|
|
50
50
|
})), this.labelOn && h("span", {
|
|
51
|
-
key: '
|
|
51
|
+
key: '702e5385f6e941dcb67eecdd766725c4b04b8b7c',
|
|
52
52
|
class: "switch-label switch-label--on"
|
|
53
53
|
}, this.labelOn));
|
|
54
54
|
}
|