@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
package/eds-tooltip.entry.esm.js
CHANGED
|
@@ -101,12 +101,12 @@ const EdsTooltip = class {
|
|
|
101
101
|
}
|
|
102
102
|
render() {
|
|
103
103
|
return h("div", {
|
|
104
|
-
key: '
|
|
104
|
+
key: '13caddfe08af818f6c9c1de96cec452a74b3eee1',
|
|
105
105
|
class: "relative"
|
|
106
106
|
}, h("slot", {
|
|
107
|
-
key: '
|
|
107
|
+
key: '2882a465b5b106e6d0bcaf4072788d6fc5169223'
|
|
108
108
|
}), this.isVisible && this.isPositioned && this.content && h("div", {
|
|
109
|
-
key: '
|
|
109
|
+
key: '6d7f0f2ef3b363015e3ca5ffa71fd32b22148ace',
|
|
110
110
|
class: "rounded-xs bg-strongest text-inverse f-ui-03-light pointer-events-none absolute z-10 whitespace-nowrap p-6",
|
|
111
111
|
role: "tooltip",
|
|
112
112
|
style: {
|
package/eds-trl.entry.esm.js
CHANGED
|
@@ -51,11 +51,11 @@ const EdsTrl = class {
|
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
return h("div", {
|
|
54
|
-
key: '
|
|
54
|
+
key: '136da00c1c4e1c6988ec014a80de9b87f5207e69',
|
|
55
55
|
class: "container mx-auto px-4 py-8"
|
|
56
56
|
}, h("eds-table", {
|
|
57
|
-
key: '
|
|
58
|
-
data: JSON.stringify(tableData),
|
|
57
|
+
key: '43a746233f39b4975ff70da955e0c936be7bfece',
|
|
58
|
+
"table-data": JSON.stringify(tableData),
|
|
59
59
|
config: JSON.stringify(tableConfig),
|
|
60
60
|
"rows-per-page": "2",
|
|
61
61
|
"pagination-enabled": "true",
|
|
@@ -29,20 +29,20 @@ const IncorrectUseOfColors = class {
|
|
|
29
29
|
}
|
|
30
30
|
render() {
|
|
31
31
|
return h("div", {
|
|
32
|
-
key: '
|
|
32
|
+
key: '8a29f5c3fe2ab920f00d640b797828d11f7fcba9',
|
|
33
33
|
class: "container"
|
|
34
34
|
}, h("eds-alert", {
|
|
35
|
-
key: '
|
|
35
|
+
key: '0ce8c5013e9fa6ffd800a559a67de190ecc1a4bb',
|
|
36
36
|
message: "Note that, each of the four colour tones cannot be mixed in the same composition.",
|
|
37
37
|
intent: "error"
|
|
38
38
|
}), h("div", {
|
|
39
|
-
key: '
|
|
39
|
+
key: 'ba82246769b20e6cd15cd70fef6df808d08e3b30',
|
|
40
40
|
class: "flex"
|
|
41
41
|
}, h("div", {
|
|
42
|
-
key: '
|
|
42
|
+
key: 'af9b08aa76f58fff8d8aace808dc3871c4462275',
|
|
43
43
|
class: "w-full"
|
|
44
44
|
}, h("ul", {
|
|
45
|
-
key: '
|
|
45
|
+
key: '5ad431baa554ed4c3db78f8eb3da82fff2a9ca9c',
|
|
46
46
|
class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
47
47
|
}, primary.map(color => h("li", {
|
|
48
48
|
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
@@ -52,10 +52,10 @@ const IncorrectUseOfColors = class {
|
|
|
52
52
|
backgroundColor: color.background
|
|
53
53
|
}
|
|
54
54
|
}))))), h("div", {
|
|
55
|
-
key: '
|
|
55
|
+
key: '4e222c4aa8943835c43e0908ccf8b1acbb22bb46',
|
|
56
56
|
class: "w-full"
|
|
57
57
|
}, h("ul", {
|
|
58
|
-
key: '
|
|
58
|
+
key: '6bd9ac71cc5c4dc99b3779154aa6222c2dd5b43d',
|
|
59
59
|
class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
60
60
|
}, incorrect.map(color => h("li", {
|
|
61
61
|
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
package/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { E as EdsAccordion, a as EdsAlert, b as EdsAvatar, d as EdsBlockBreak, e as EdsBreadcrumb, f as EdsButton, i as
|
|
1
|
+
export { E as EdsAccordion, a as EdsAlert, b as EdsAvatar, d as EdsBlockBreak, e as EdsBreadcrumb, f as EdsButton, i as EdsCardGeneric, j as EdsCardSection, k as EdsCodeBlock, l as EdsDropdown, m as EdsFeedback, n as EdsFooter, o as EdsForm, p as EdsFrame, q as EdsFullscreenMenu, s as EdsHeader, t as EdsIconWrapper, u as EdsImg, v as EdsInputField, w as EdsLink, x as EdsLogin, y as EdsLogo, z as EdsMatomoNotice, A as EdsModal, B as EdsPagination, C as EdsProgressBar, D as EdsRating, F as EdsSectionCore, G as EdsSectionHeading, I as EdsSocialNetworks, J as EdsSpinner, K as EdsSplashScreen, L as EdsSteps, M as EdsStepsV2, N as EdsSwitch, O as EdsTable, P as EdsTabs, Q as EdsTag, R as EdsTimeline, S as EdsToast, T as EdsTooltip, U as EdsUser } from './index.esm2.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'react-dom';
|
package/index.esm2.js
CHANGED
|
@@ -2760,9 +2760,9 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2760
2760
|
return importedModule[exportName];
|
|
2761
2761
|
};
|
|
2762
2762
|
switch (bundleId) {
|
|
2763
|
-
case 'eds-
|
|
2763
|
+
case 'eds-accordion_17':
|
|
2764
2764
|
return import(/* webpackMode: "lazy" */
|
|
2765
|
-
'./eds-
|
|
2765
|
+
'./eds-accordion_17.entry.esm.js').then(processMod, consoleError);
|
|
2766
2766
|
case 'correct-use-of-colors':
|
|
2767
2767
|
return import(/* webpackMode: "lazy" */
|
|
2768
2768
|
'./correct-use-of-colors.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2889,9 +2889,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2889
2889
|
case 'eds-modal':
|
|
2890
2890
|
return import(/* webpackMode: "lazy" */
|
|
2891
2891
|
'./eds-modal.entry.esm.js').then(processMod, consoleError);
|
|
2892
|
-
case 'eds-steps':
|
|
2893
|
-
return import(/* webpackMode: "lazy" */
|
|
2894
|
-
'./eds-steps.entry.esm.js').then(processMod, consoleError);
|
|
2895
2892
|
case 'eds-svg-repository':
|
|
2896
2893
|
return import(/* webpackMode: "lazy" */
|
|
2897
2894
|
'./eds-svg-repository.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2913,12 +2910,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2913
2910
|
case 'eds-trl':
|
|
2914
2911
|
return import(/* webpackMode: "lazy" */
|
|
2915
2912
|
'./eds-trl.entry.esm.js').then(processMod, consoleError);
|
|
2916
|
-
case 'eds-user':
|
|
2917
|
-
return import(/* webpackMode: "lazy" */
|
|
2918
|
-
'./eds-user.entry.esm.js').then(processMod, consoleError);
|
|
2919
|
-
case 'eds-vertical-stepper':
|
|
2920
|
-
return import(/* webpackMode: "lazy" */
|
|
2921
|
-
'./eds-vertical-stepper.entry.esm.js').then(processMod, consoleError);
|
|
2922
2913
|
case 'incorrect-use-of-colors':
|
|
2923
2914
|
return import(/* webpackMode: "lazy" */
|
|
2924
2915
|
'./incorrect-use-of-colors.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2940,9 +2931,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2940
2931
|
case 'color-primary-palette_6':
|
|
2941
2932
|
return import(/* webpackMode: "lazy" */
|
|
2942
2933
|
'./color-primary-palette_6.entry.esm.js').then(processMod, consoleError);
|
|
2943
|
-
case 'eds-dropdown':
|
|
2944
|
-
return import(/* webpackMode: "lazy" */
|
|
2945
|
-
'./eds-dropdown.entry.esm.js').then(processMod, consoleError);
|
|
2946
2934
|
case 'eds-login_2':
|
|
2947
2935
|
return import(/* webpackMode: "lazy" */
|
|
2948
2936
|
'./eds-login_2.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2961,6 +2949,9 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2961
2949
|
case 'token-list_3':
|
|
2962
2950
|
return import(/* webpackMode: "lazy" */
|
|
2963
2951
|
'./token-list_3.entry.esm.js').then(processMod, consoleError);
|
|
2952
|
+
case 'eds-alert':
|
|
2953
|
+
return import(/* webpackMode: "lazy" */
|
|
2954
|
+
'./eds-alert.entry.esm.js').then(processMod, consoleError);
|
|
2964
2955
|
case 'eds-card-generic':
|
|
2965
2956
|
return import(/* webpackMode: "lazy" */
|
|
2966
2957
|
'./eds-card-generic.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2970,12 +2961,15 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2970
2961
|
case 'eds-spinner':
|
|
2971
2962
|
return import(/* webpackMode: "lazy" */
|
|
2972
2963
|
'./eds-spinner.entry.esm.js').then(processMod, consoleError);
|
|
2973
|
-
case 'eds-
|
|
2964
|
+
case 'eds-pagination_2':
|
|
2974
2965
|
return import(/* webpackMode: "lazy" */
|
|
2975
|
-
'./eds-
|
|
2976
|
-
case 'eds-
|
|
2966
|
+
'./eds-pagination_2.entry.esm.js').then(processMod, consoleError);
|
|
2967
|
+
case 'eds-card-desc_3':
|
|
2977
2968
|
return import(/* webpackMode: "lazy" */
|
|
2978
|
-
'./eds-
|
|
2969
|
+
'./eds-card-desc_3.entry.esm.js').then(processMod, consoleError);
|
|
2970
|
+
case 'eds-input_7':
|
|
2971
|
+
return import(/* webpackMode: "lazy" */
|
|
2972
|
+
'./eds-input_7.entry.esm.js').then(processMod, consoleError);
|
|
2979
2973
|
case 'eds-code-block':
|
|
2980
2974
|
return import(/* webpackMode: "lazy" */
|
|
2981
2975
|
'./eds-code-block.entry.esm.js').then(processMod, consoleError);
|
|
@@ -4753,7 +4747,7 @@ const globalScripts = () => {};
|
|
|
4753
4747
|
const defineCustomElements = async (win, options) => {
|
|
4754
4748
|
if (typeof window === 'undefined') return undefined;
|
|
4755
4749
|
await globalScripts();
|
|
4756
|
-
return bootstrapLazy(JSON.parse("[[\"eds-accordion_22\",[[4,\"eds-form-v2\",{\"name\":[1],\"setFormUrl\":[4,\"set-form-url\"],\"formBtn\":[4,\"form-btn\"],\"formBtnLabel\":[1,\"form-btn-label\"],\"errorMessage\":[1,\"error-message\"],\"fields\":[1],\"initData\":[16],\"values\":[32],\"isSubmitting\":[32],\"hasError\":[32],\"errors\":[32],\"parsedFields\":[32]},null,{\"fields\":[\"parseFields\"]}],[0,\"eds-fullscreen-menu\",{\"links\":[1],\"menuLinks\":[1,\"menu-links\"],\"homeUrl\":[1,\"home-url\"],\"inverseHeader\":[4,\"inverse-header\"],\"isMenuOpen\":[32]},[[16,\"toggleMenu\",\"handleToggleMenu\"]]],[4,\"eds-header\",{\"homeUrl\":[513,\"home-url\"],\"links\":[1],\"inverseHeader\":[4,\"inverse-header\"],\"menuEnabled\":[4,\"menu-enabled\"],\"isMenuOpen\":[32],\"isUserMenuOpen\":[32],\"isAuthenticated\":[32]},[[16,\"authStatusChanged\",\"onAuthStatusChanged\"]]],[0,\"eds-footer\",{\"extraClass\":[1,\"extra-class\"],\"social\":[4],\"enableScrollTop\":[4,\"enable-scroll-top\"],\"fundedBy\":[1,\"funded-by\"],\"rightsReserved\":[1,\"rights-reserved\"],\"showMatomoNotice\":[32]}],[1,\"eds-matomo-notice\",{\"title\":[1],\"description\":[1],\"forceShow\":[4,\"force-show\"],\"showNotice\":[32]}],[1,\"eds-table\",{\"data\":[1],\"endpoint\":[1],\"config\":[1],\"rowsPerPage\":[2,\"rows-per-page\"],\"paginationEnabled\":[4,\"pagination-enabled\"],\"searchEnabled\":[4,\"search-enabled\"],\"hostWidth\":[1,\"host-width\"],\"columnSize\":[1,\"column-size\"],\"tableData\":[32],\"columns\":[32],\"currentPage\":[32],\"parsedConfig\":[32],\"totalRows\":[32],\"searchQuery\":[32]},null,{\"data\":[\"handleDataChange\",\"parseData\"],\"config\":[\"handleConfigChange\"]}],[1,\"eds-accordion\",{\"title\":[1],\"description\":[1],\"switchBg\":[4,\"switch-bg\"],\"expanded\":[4],\"clampText\":[4,\"clamp-text\"],\"minHeightContent\":[4,\"min-height-content\"],\"isExpanded\":[32],\"panelHeight\":[32],\"shortContent\":[32]}],[1,\"eds-social-networks\",{\"title\":[1]}],[1,\"eds-pagination\",{\"currentPage\":[2,\"current-page\"],\"lastPage\":[2,\"last-page\"],\"perPage\":[2,\"per-page\"],\"total\":[2],\"url\":[1],\"mode\":[1],\"prevLabel\":[1,\"prev-label\"],\"nextLabel\":[1,\"next-label\"],\"prevUrl\":[1,\"prev-url\"],\"nextUrl\":[1,\"next-url\"],\"links\":[32]},null,{\"currentPage\":[\"onPageOrLastPageChange\"],\"lastPage\":[\"onPageOrLastPageChange\"]}],[1,\"eds-block-break\",{\"extraClass\":[1,\"extra-class\"]}],[1,\"eds-input-field\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"placeholder\":[1],\"disabled\":[4],\"onChange\":[16],\"onInput\":[16],\"type\":[1],\"required\":[4],\"label\":[1],\"hint\":[1],\"icon\":[1],\"link\":[16],\"message\":[1],\"error\":[4],\"checked\":[4],\"errorMessage\":[1,\"error-message\"],\"value\":[8],\"maxLength\":[2,\"max-length\"],\"options\":[1]}],[0,\"eds-input\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"placeholder\":[1],\"disabled\":[4],\"hasMessage\":[4,\"has-message\"],\"error\":[4],\"checked\":[4],\"type\":[1],\"required\":[4],\"value\":[8],\"icon\":[1],\"maxLength\":[2,\"max-length\"],\"options\":[16],\"extraClass\":[1,\"extra-class\"],\"innerVal\":[32],\"maxLengthReached\":[32]},null,{\"value\":[\"onValueChanged\"]}],[0,\"eds-input-footer\",{\"name\":[1],\"errorMessage\":[1,\"error-message\"],\"message\":[1],\"error\":[4],\"link\":[16]}],[0,\"eds-input-search\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"placeholder\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"decorate\":[1],\"getInputElement\":[64]}],[0,\"eds-input-select\",{\"inputId\":[1,\"input-id\"],\"name\":[1],\"placeholder\":[1],\"disabled\":[4],\"hasMessage\":[4,\"has-message\"],\"error\":[4],\"required\":[4],\"options\":[16],\"labelKey\":[1,\"label-key\"],\"valueKey\":[1,\"value-key\"],\"value\":[8],\"dynamicOptions\":[32],\"loading\":[32],\"dynamicValueKey\":[32],\"dynamicLabelKey\":[32],\"hasFetched\":[32]},null,{\"options\":[\"loadOptions\"]}],[0,\"eds-input-label\",{\"label\":[1],\"name\":[1],\"required\":[4],\"disabled\":[4]}],[0,\"eds-input-range\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"required\":[4],\"min\":[2],\"max\":[2],\"step\":[2],\"sliderVal\":[32],\"getInputElement\":[64]}],[1,\"eds-logo\",{\"href\":[1],\"orientation\":[1],\"type\":[1],\"label\":[1]}],[1,\"eds-img\",{\"src\":[1],\"alt\":[1],\"width\":[2],\"height\":[2],\"srcset\":[1],\"sizes\":[1],\"formats\":[16],\"lazyload\":[4],\"withBg\":[4,\"with-bg\"],\"loaded\":[32],\"showBg\":[32]}],[1,\"eds-button\",{\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"elementType\":[1,\"element-type\"],\"intent\":[1],\"loading\":[4],\"disabled\":[4],\"pill\":[4],\"icon\":[1],\"size\":[1],\"iconPos\":[1,\"icon-pos\"],\"iconSmall\":[4,\"icon-small\"],\"extraClass\":[1,\"extra-class\"],\"triggerClick\":[16]},[[0,\"parentContext\",\"handleParentContext\"]]],[1,\"eds-link\",{\"label\":[1],\"intent\":[1],\"icon\":[1],\"iconPos\":[1,\"icon-pos\"],\"iconSmall\":[4,\"icon-small\"],\"size\":[1],\"external\":[4],\"current\":[4],\"download\":[4],\"url\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"hideLabelOnSmallScreen\":[4,\"hide-label-on-small-screen\"],\"extraClass\":[1,\"extra-class\"]},[[0,\"parentContext\",\"handleParentContext\"]]],[0,\"eds-icon-wrapper\",{\"icon\":[1],\"class\":[1],\"IconComponent\":[32]},null,{\"icon\":[\"iconChanged\"]}]]],[\"eds-trl\",[[0,\"eds-trl\",{\"applications\":[1]}]]],[\"eds-form\",[[4,\"eds-form\",{\"setFormUrl\":[4,\"set-form-url\"],\"submitBtn\":[4,\"submit-btn\"],\"submitBtnLabel\":[1,\"submit-btn-label\"],\"successMessage\":[1,\"success-message\"],\"errorMessage\":[1,\"error-message\"],\"submitBtnHintMessage\":[1,\"submit-btn-hint-message\"],\"endpoint\":[1],\"name\":[1],\"fields\":[1],\"coupleAuth\":[4,\"couple-auth\"],\"user\":[16],\"draft\":[4],\"draftData\":[16],\"values\":[32],\"formSubmitted\":[32],\"hasError\":[32],\"errors\":[32],\"isSubmitting\":[32],\"alertMessage\":[32],\"isAuthenticated\":[32],\"parsedFields\":[32]},null,{\"fields\":[\"parseFields\"]}]]],[\"eds-svg-repository\",[[1,\"eds-svg-repository\"]]],[\"eds-docs-palettes\",[[0,\"eds-docs-palettes\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-app-root\",[[1,\"eds-app-root\",{\"isAuthenticated\":[32]}]]],[\"eds-card-section\",[[1,\"eds-card-section\",{\"cards\":[1],\"occupyCols\":[2,\"occupy-cols\"]}]]],[\"eds-components-section\",[[0,\"eds-components-section\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-timeline\",[[0,\"eds-timeline\",{\"events\":[1],\"selectedEvent\":[32],\"parsedEvents\":[32]},null,{\"events\":[\"parseEvents\"]}]]],[\"eds-user\",[[4,\"eds-user\",{\"user\":[16]}]]],[\"eds-card-tool\",[[1,\"eds-card-tool\",{\"cardTitle\":[1,\"card-title\"],\"url\":[1],\"description\":[1],\"image\":[8],\"avatar\":[1],\"shortAbbreviation\":[1,\"short-abbreviation\"],\"headingLevel\":[1,\"heading-level\"],\"tags\":[8],\"tiny\":[4],\"bg\":[4],\"withHover\":[4,\"with-hover\"],\"external\":[4],\"hierarchy\":[4]}]]],[\"eds-cookies-preference\",[[1,\"eds-cookies-preference\",{\"buttonText\":[1,\"button-text\"],\"intent\":[1],\"showMatomoNotice\":[32],\"noticeKey\":[32]}]]],[\"eds-docs-tokens\",[[0,\"eds-docs-tokens\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-steps\",[[1,\"eds-steps\",{\"steps\":[1],\"type\":[1],\"activeStep\":[32]}]]],[\"eds-vertical-stepper\",[[1,\"eds-vertical-stepper\",{\"steps\":[1],\"activeStep\":[32]}]]],[\"eds-card-project\",[[0,\"eds-card-project\",{\"image\":[8],\"editorialTitle\":[1,\"editorial-title\"],\"headingLevel\":[1,\"heading-level\"],\"categoryTitle\":[1,\"category-title\"],\"color\":[1],\"bgOnHover\":[4,\"bg-on-hover\"],\"vertical\":[4],\"titleProject\":[1,\"title-project\"],\"url\":[1],\"parsedImage\":[32]}]]],[\"eds-feedback\",[[1,\"eds-feedback\",{\"type\":[1],\"count\":[2],\"label\":[1],\"description\":[1],\"textMapping\":[1,\"text-mapping\"],\"selectedRating\":[32]},[[16,\"rating\",\"ratingUpdated\"]]]]],[\"eds-logo-variations\",[[0,\"eds-logo-variations\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-toast-manager\",[[1,\"eds-toast-manager\",{\"toasts\":[32]}]]],[\"incorrect-use-of-colors\",[[0,\"incorrect-use-of-colors\"]]],[\"correct-use-of-colors\",[[0,\"correct-use-of-colors\"]]],[\"eds-breadcrumb\",[[1,\"eds-breadcrumb\",{\"items\":[1],\"intent\":[1],\"parsedItems\":[32],\"isSmallScreen\":[32],\"maxVisibleItems\":[32]},null,{\"items\":[\"parseItems\"]}]]],[\"eds-frame\",[[1,\"eds-frame\",{\"frameLabel\":[1,\"frame-label\"],\"urlLabel\":[1,\"url-label\"],\"errorMessage\":[1,\"error-message\"],\"storybookUrl\":[1,\"storybook-url\"],\"storyPath\":[1,\"story-path\"],\"intent\":[1],\"size\":[1],\"iframeError\":[32]}]]],[\"eds-modal\",[[1,\"eds-modal\",{\"title\":[1],\"truncate\":[4],\"truncateLines\":[1,\"truncate-lines\"],\"position\":[1],\"isOpen\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64]},[[0,\"eds-modal-open\",\"handleGlobalOpen\"],[0,\"eds-modal-close\",\"handleGlobalClose\"],[8,\"keydown\",\"handleKeyDown\"]]]]],[\"token-ratios\",[[0,\"token-ratios\"]]],[\"token-typography\",[[0,\"token-typography\"]]],[\"eds-card-tags\",[[1,\"eds-card-tags\",{\"accent\":[4],\"tags\":[16]}]]],[\"eds-card-wrapper\",[[4,\"eds-card-wrapper\",{\"tiny\":[4],\"withBg\":[4,\"with-bg\"],\"withHover\":[4,\"with-hover\"]}]]],[\"eds-icon-arrow-diagonal\",[[0,\"eds-icon-arrow-diagonal\",{\"addClass\":[1,\"add-class\"]}]]],[\"eds-icon-arrow-right\",[[0,\"eds-icon-arrow-right\",{\"class\":[1]}]]],[\"eds-icon-bluesky\",[[0,\"eds-icon-bluesky\",{\"class\":[1]}]]],[\"eds-icon-chevron-down\",[[0,\"eds-icon-chevron-down\",{\"class\":[1]}]]],[\"eds-icon-chevron-left\",[[0,\"eds-icon-chevron-left\",{\"class\":[1]}]]],[\"eds-icon-chevron-right\",[[0,\"eds-icon-chevron-right\",{\"class\":[1]}]]],[\"eds-icon-chevron-up\",[[0,\"eds-icon-chevron-up\",{\"class\":[1]}]]],[\"eds-icon-close\",[[0,\"eds-icon-close\",{\"class\":[1]}]]],[\"eds-icon-copy\",[[0,\"eds-icon-copy\",{\"class\":[1]}]]],[\"eds-icon-eu\",[[0,\"eds-icon-eu\",{\"class\":[1]}]]],[\"eds-icon-facebook\",[[0,\"eds-icon-facebook\",{\"class\":[1]}]]],[\"eds-icon-gitlab\",[[0,\"eds-icon-gitlab\",{\"class\":[1]}]]],[\"eds-icon-linkedin\",[[0,\"eds-icon-linkedin\",{\"class\":[1]}]]],[\"eds-icon-loader\",[[0,\"eds-icon-loader\",{\"class\":[1]}]]],[\"eds-icon-mastodon\",[[0,\"eds-icon-mastodon\",{\"class\":[1]}]]],[\"eds-icon-menu\",[[0,\"eds-icon-menu\",{\"class\":[1]}]]],[\"eds-icon-more\",[[0,\"eds-icon-more\",{\"class\":[1]}]]],[\"eds-icon-search\",[[0,\"eds-icon-search\",{\"class\":[1]}]]],[\"eds-icon-star\",[[0,\"eds-icon-star\",{\"class\":[1]}]]],[\"eds-icon-success\",[[0,\"eds-icon-success\",{\"class\":[1]}]]],[\"eds-icon-thumbs-down\",[[0,\"eds-icon-thumbs-down\",{\"class\":[1]}]]],[\"eds-icon-thumbs-up\",[[0,\"eds-icon-thumbs-up\",{\"class\":[1]}]]],[\"eds-icon-twitter\",[[0,\"eds-icon-twitter\",{\"class\":[1]}]]],[\"eds-icon-user\",[[0,\"eds-icon-user\",{\"class\":[1]}]]],[\"eds-icon-youtube\",[[0,\"eds-icon-youtube\",{\"class\":[1]}]]],[\"eds-switch\",[[1,\"eds-switch\",{\"checked\":[1540],\"disabled\":[4],\"labelOn\":[1,\"label-on\"],\"labelOff\":[1,\"label-off\"]}]]],[\"eds-tabs\",[[1,\"eds-tabs\",{\"id\":[1],\"navAriaLabel\":[1,\"nav-aria-label\"],\"tabs\":[1],\"parsedTabs\":[32],\"activeIndex\":[32]},null,{\"tabs\":[\"parseTabs\"]}]]],[\"eds-tooltip\",[[1,\"eds-tooltip\",{\"content\":[1],\"position\":[1],\"isVisible\":[32],\"isPositioned\":[32],\"tooltipStyle\":[32]},[[1,\"mouseover\",\"showTooltip\"],[1,\"mouseout\",\"hideTooltip\"],[8,\"keydown\",\"handleKeyPress\"]]]]],[\"logo-space\",[[1,\"logo-space\"]]],[\"logo-wrong-usage\",[[1,\"logo-wrong-usage\"]]],[\"token-spacing\",[[0,\"token-spacing\"]]],[\"eds-dropdown\",[[1,\"eds-dropdown\",{\"icon\":[1],\"label\":[1],\"rounded\":[4],\"ariaLabel\":[1,\"aria-label\"],\"asNav\":[4,\"as-nav\"],\"dropdownPos\":[1,\"dropdown-pos\"],\"dropdownOffset\":[4,\"dropdown-offset\"],\"intent\":[1],\"isOpen\":[32],\"focusIndex\":[32]},[[8,\"click\",\"handleWindowClick\"],[8,\"keydown\",\"handleKeyDown\"]]]]],[\"eds-rating\",[[1,\"eds-rating\",{\"ratingType\":[1,\"rating-type\"],\"ratingCount\":[2,\"rating-count\"],\"selectedRating\":[32]}]]],[\"eds-toast\",[[1,\"eds-toast\",{\"message\":[1],\"intent\":[1],\"duration\":[2],\"visible\":[32]}]]],[\"eds-progress-bar\",[[1,\"eds-progress-bar\",{\"value\":[1026],\"updateValue\":[64]}]]],[\"eds-card-generic\",[[1,\"eds-card-generic\",{\"cardTitle\":[1,\"card-title\"],\"url\":[1],\"description\":[1],\"image\":[8],\"avatar\":[1],\"shortAbbreviation\":[1,\"short-abbreviation\"],\"headingLevel\":[1,\"heading-level\"],\"tags\":[1],\"tiny\":[4],\"bg\":[4],\"withHover\":[4,\"with-hover\"],\"hierarchy\":[4],\"parsedImage\":[32]},[[0,\"parentContext\",\"handleParentContext\"]]]]],[\"eds-login_2\",[[1,\"eds-login\",{\"keycloakUrl\":[1,\"keycloak-url\"],\"keycloakRealm\":[1,\"keycloak-realm\"],\"keycloakClientId\":[1,\"keycloak-client-id\"],\"authenticated\":[32],\"user\":[32],\"serverAvailable\":[32]}],[1,\"eds-splash-screen\",{\"inverse\":[4],\"initPromise\":[16],\"isVisible\":[32]},[[8,\"hideSplash\",\"handleHideSplash\"]]]]],[\"logo-variations-horizontal_2\",[[1,\"logo-variations-horizontal\"],[1,\"logo-variations-vertical\",{\"orientation\":[1],\"type\":[1]}]]],[\"eds-spinner\",[[1,\"eds-spinner\",{\"size\":[1],\"thickness\":[1],\"borderColor\":[1,\"border-color\"],\"bottomColor\":[1,\"bottom-color\"],\"background\":[1],\"fullscreen\":[4]}]]],[\"token-list_3\",[[0,\"token-list\",{\"show\":[1]}],[0,\"token-radii\"],[0,\"token-shadows\"]]],[\"eds-alert\",[[1,\"eds-alert\",{\"message\":[1],\"pressableLabel\":[1,\"pressable-label\"],\"pressableUrl\":[1,\"pressable-url\"],\"direction\":[1],\"intent\":[1],\"withBtn\":[32]}]]],[\"eds-section-core_2\",[[4,\"eds-section-core\",{\"tag\":[1],\"sectionTitle\":[1,\"section-title\"],\"headingLevel\":[1,\"heading-level\"]}],[0,\"eds-section-heading\",{\"sectionTitle\":[1,\"section-title\"],\"withContainer\":[4,\"with-container\"],\"headingLevel\":[1,\"heading-level\"],\"tag\":[1],\"spacingLarge\":[4,\"spacing-large\"]}]]],[\"eds-code-block\",[[1,\"eds-code-block\",{\"code\":[1],\"language\":[1],\"copied\":[32]}]]],[\"color-primary-palette_6\",[[0,\"gradient-secondary-palette\"],[0,\"color-primary-palette\"],[0,\"color-secondary-palette\",{\"show\":[1]}],[0,\"color-support-palette\"],[0,\"gradient-primary-palette\"],[0,\"gradient-support-palette\"]]],[\"eds-avatar_4\",[[1,\"eds-card-desc\",{\"description\":[1],\"descClass\":[1,\"desc-class\"],\"truncate\":[4],\"truncateLines\":[1,\"truncate-lines\"]}],[1,\"eds-avatar\",{\"firstName\":[1,\"first-name\"],\"lastName\":[1,\"last-name\"],\"picture\":[1],\"initials\":[1],\"color\":[1],\"rounded\":[4],\"initialsStrong\":[4,\"initials-strong\"]}],[1,\"eds-card-title\",{\"url\":[1],\"titleClass\":[1,\"title-class\"],\"headingLevel\":[1,\"heading-level\"],\"externalLink\":[4,\"external-link\"],\"cardTitle\":[1,\"card-title\"],\"hierarchy\":[4]}],[1,\"eds-tag\",{\"label\":[1],\"intent\":[1]}]]]]"), options);
|
|
4750
|
+
return bootstrapLazy(JSON.parse("[[\"eds-accordion_17\",[[1,\"eds-fullscreen-menu\",{\"links\":[1],\"menuLinks\":[1,\"menu-links\"],\"homeUrl\":[1,\"home-url\"],\"inverseHeader\":[4,\"inverse-header\"],\"isMenuOpen\":[32]},[[16,\"toggleMenu\",\"handleToggleMenu\"]]],[1,\"eds-user\",{\"user\":[1025]}],[1,\"eds-header\",{\"homeUrl\":[513,\"home-url\"],\"links\":[1],\"inverseHeader\":[4,\"inverse-header\"],\"menuEnabled\":[4,\"menu-enabled\"],\"isMenuOpen\":[32],\"isUserMenuOpen\":[32],\"isAuthenticated\":[32]},[[16,\"authStatusChanged\",\"onAuthStatusChanged\"]]],[1,\"eds-steps-v2\",{\"steps\":[1],\"type\":[1],\"imageSrc\":[1,\"image-src\"],\"bg\":[4],\"message\":[1],\"activeStep\":[32]},null,{\"activeStep\":[\"activeStepChanged\"]}],[1,\"eds-footer\",{\"social\":[4],\"enableScrollTop\":[4,\"enable-scroll-top\"],\"fundedBy\":[1,\"funded-by\"],\"rightsReserved\":[1,\"rights-reserved\"],\"enableCookiesSettings\":[4,\"enable-cookies-settings\"],\"showMatomoNotice\":[32]}],[1,\"eds-matomo-notice\",{\"title\":[1],\"description\":[1],\"optOutMessage\":[1,\"opt-out-message\"],\"forceShow\":[4,\"force-show\"],\"showNotice\":[32]},[[16,\"cookies\",\"toggleCookiesConsent\"]]],[1,\"eds-dropdown\",{\"icon\":[1],\"label\":[1],\"rounded\":[4],\"ariaLabel\":[1,\"aria-label\"],\"asNav\":[4,\"as-nav\"],\"dropdownPos\":[1,\"dropdown-pos\"],\"dropdownOffset\":[4,\"dropdown-offset\"],\"intent\":[1],\"isOpen\":[32],\"focusIndex\":[32]},[[8,\"click\",\"handleWindowClick\"],[8,\"keydown\",\"handleKeyDown\"]]],[1,\"eds-steps\",{\"steps\":[1],\"type\":[1],\"activeStep\":[32]},null,{\"activeStep\":[\"activeStepChanged\"]}],[1,\"eds-accordion\",{\"title\":[1],\"description\":[1],\"switchBg\":[4,\"switch-bg\"],\"expanded\":[4],\"clampText\":[4,\"clamp-text\"],\"isExpanded\":[32],\"panelHeight\":[32],\"shortContent\":[32],\"headerHeight\":[32]}],[1,\"eds-social-networks\",{\"title\":[1]}],[1,\"eds-block-break\",{\"extraClass\":[1,\"extra-class\"]}],[1,\"eds-avatar\",{\"firstName\":[1,\"first-name\"],\"lastName\":[1,\"last-name\"],\"picture\":[1],\"initials\":[1],\"color\":[1]}],[1,\"eds-logo\",{\"href\":[1],\"orientation\":[1],\"type\":[1],\"label\":[1]}],[1,\"eds-img\",{\"src\":[1],\"alt\":[1],\"width\":[2],\"height\":[2],\"srcset\":[1],\"sizes\":[1],\"formats\":[16],\"lazyload\":[4],\"withBg\":[4,\"with-bg\"],\"loaded\":[32],\"showBg\":[32]}],[1,\"eds-link\",{\"label\":[1],\"intent\":[1],\"icon\":[1],\"iconPos\":[1,\"icon-pos\"],\"iconSmall\":[4,\"icon-small\"],\"size\":[1],\"external\":[4],\"current\":[4],\"download\":[4],\"url\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"hideLabelOnSmallScreen\":[4,\"hide-label-on-small-screen\"],\"extraClass\":[1,\"extra-class\"]},[[0,\"parentContext\",\"handleParentContext\"]]],[1,\"eds-button\",{\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"elementType\":[1,\"element-type\"],\"intent\":[1],\"loading\":[4],\"disabled\":[4],\"pill\":[4],\"icon\":[1],\"size\":[1],\"iconPos\":[1,\"icon-pos\"],\"iconSmall\":[4,\"icon-small\"],\"extraClass\":[1,\"extra-class\"],\"triggerClick\":[16]},[[0,\"parentContext\",\"handleParentContext\"]]],[0,\"eds-icon-wrapper\",{\"icon\":[1],\"class\":[1],\"IconComponent\":[32]},null,{\"icon\":[\"iconChanged\"]}]]],[\"eds-trl\",[[0,\"eds-trl\",{\"applications\":[1]}]]],[\"eds-svg-repository\",[[1,\"eds-svg-repository\"]]],[\"eds-docs-palettes\",[[0,\"eds-docs-palettes\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-form\",[[1,\"eds-form\",{\"name\":[1],\"setFormUrl\":[4,\"set-form-url\"],\"formBtn\":[4,\"form-btn\"],\"formBtnLabel\":[1,\"form-btn-label\"],\"errorMessage\":[1,\"error-message\"],\"fields\":[1],\"initData\":[16],\"values\":[32],\"isSubmitting\":[32],\"hasError\":[32],\"errors\":[32],\"parsedFields\":[32]},null,{\"fields\":[\"parseFields\"]}]]],[\"eds-components-section\",[[0,\"eds-components-section\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-app-root\",[[1,\"eds-app-root\",{\"isAuthenticated\":[32]}]]],[\"eds-card-section\",[[1,\"eds-card-section\",{\"cards\":[1],\"occupyCols\":[2,\"occupy-cols\"]}]]],[\"eds-timeline\",[[1,\"eds-timeline\",{\"events\":[1],\"selectedEvent\":[32],\"parsedEvents\":[32]},null,{\"events\":[\"parseEvents\"]}]]],[\"eds-card-tool\",[[1,\"eds-card-tool\",{\"cardTitle\":[1,\"card-title\"],\"url\":[1],\"description\":[1],\"image\":[8],\"avatar\":[1],\"shortAbbreviation\":[1,\"short-abbreviation\"],\"headingLevel\":[1,\"heading-level\"],\"tags\":[8],\"tiny\":[4],\"bg\":[4],\"withHover\":[4,\"with-hover\"],\"external\":[4],\"hierarchy\":[4]}]]],[\"eds-cookies-preference\",[[0,\"eds-cookies-preference\",{\"buttonText\":[1,\"button-text\"],\"intent\":[1],\"showMatomoNotice\":[32],\"noticeKey\":[32]}]]],[\"eds-docs-tokens\",[[0,\"eds-docs-tokens\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-card-project\",[[0,\"eds-card-project\",{\"image\":[8],\"editorialTitle\":[1,\"editorial-title\"],\"headingLevel\":[1,\"heading-level\"],\"categoryTitle\":[1,\"category-title\"],\"color\":[1],\"bgOnHover\":[4,\"bg-on-hover\"],\"vertical\":[4],\"titleProject\":[1,\"title-project\"],\"url\":[1],\"parsedImage\":[32]}]]],[\"eds-feedback\",[[1,\"eds-feedback\",{\"type\":[1],\"count\":[2],\"label\":[1],\"description\":[1],\"textMapping\":[1,\"text-mapping\"],\"selectedRating\":[32]},[[16,\"rating\",\"ratingUpdated\"]]]]],[\"eds-logo-variations\",[[0,\"eds-logo-variations\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-toast-manager\",[[1,\"eds-toast-manager\",{\"toasts\":[32]}]]],[\"incorrect-use-of-colors\",[[0,\"incorrect-use-of-colors\"]]],[\"correct-use-of-colors\",[[0,\"correct-use-of-colors\"]]],[\"eds-breadcrumb\",[[1,\"eds-breadcrumb\",{\"items\":[1],\"intent\":[1],\"parsedItems\":[32],\"isSmallScreen\":[32],\"maxVisibleItems\":[32]},null,{\"items\":[\"parseItems\"]}]]],[\"eds-frame\",[[1,\"eds-frame\",{\"frameLabel\":[1,\"frame-label\"],\"urlLabel\":[1,\"url-label\"],\"errorMessage\":[1,\"error-message\"],\"storybookUrl\":[1,\"storybook-url\"],\"storyPath\":[1,\"story-path\"],\"intent\":[1],\"size\":[1],\"iframeError\":[32]}]]],[\"eds-modal\",[[1,\"eds-modal\",{\"title\":[1],\"truncate\":[4],\"truncateLines\":[1,\"truncate-lines\"],\"position\":[1],\"isOpen\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64]},[[0,\"eds-modal-open\",\"handleGlobalOpen\"],[0,\"eds-modal-close\",\"handleGlobalClose\"],[8,\"keydown\",\"handleKeyDown\"]]]]],[\"token-ratios\",[[0,\"token-ratios\"]]],[\"token-typography\",[[0,\"token-typography\"]]],[\"eds-card-tags\",[[1,\"eds-card-tags\",{\"accent\":[4],\"tags\":[16]}]]],[\"eds-card-wrapper\",[[4,\"eds-card-wrapper\",{\"tiny\":[4],\"withBg\":[4,\"with-bg\"],\"withHover\":[4,\"with-hover\"]}]]],[\"eds-icon-arrow-diagonal\",[[0,\"eds-icon-arrow-diagonal\",{\"class\":[1]}]]],[\"eds-icon-arrow-right\",[[0,\"eds-icon-arrow-right\",{\"class\":[1]}]]],[\"eds-icon-bluesky\",[[0,\"eds-icon-bluesky\",{\"class\":[1]}]]],[\"eds-icon-chevron-down\",[[0,\"eds-icon-chevron-down\",{\"class\":[1]}]]],[\"eds-icon-chevron-left\",[[0,\"eds-icon-chevron-left\",{\"class\":[1]}]]],[\"eds-icon-chevron-right\",[[0,\"eds-icon-chevron-right\",{\"class\":[1]}]]],[\"eds-icon-chevron-up\",[[0,\"eds-icon-chevron-up\",{\"class\":[1]}]]],[\"eds-icon-close\",[[0,\"eds-icon-close\",{\"class\":[1]}]]],[\"eds-icon-copy\",[[0,\"eds-icon-copy\",{\"class\":[1]}]]],[\"eds-icon-eu\",[[0,\"eds-icon-eu\",{\"class\":[1]}]]],[\"eds-icon-facebook\",[[0,\"eds-icon-facebook\",{\"class\":[1]}]]],[\"eds-icon-gitlab\",[[0,\"eds-icon-gitlab\",{\"class\":[1]}]]],[\"eds-icon-linkedin\",[[0,\"eds-icon-linkedin\",{\"class\":[1]}]]],[\"eds-icon-loader\",[[0,\"eds-icon-loader\",{\"class\":[1]}]]],[\"eds-icon-mastodon\",[[0,\"eds-icon-mastodon\",{\"class\":[1]}]]],[\"eds-icon-menu\",[[0,\"eds-icon-menu\",{\"class\":[1]}]]],[\"eds-icon-more\",[[0,\"eds-icon-more\",{\"class\":[1]}]]],[\"eds-icon-search\",[[0,\"eds-icon-search\",{\"class\":[1]}]]],[\"eds-icon-star\",[[0,\"eds-icon-star\",{\"class\":[1]}]]],[\"eds-icon-success\",[[0,\"eds-icon-success\",{\"class\":[1]}]]],[\"eds-icon-thumbs-down\",[[0,\"eds-icon-thumbs-down\",{\"class\":[1]}]]],[\"eds-icon-thumbs-up\",[[0,\"eds-icon-thumbs-up\",{\"class\":[1]}]]],[\"eds-icon-twitter\",[[0,\"eds-icon-twitter\",{\"class\":[1]}]]],[\"eds-icon-user\",[[0,\"eds-icon-user\",{\"class\":[1]}]]],[\"eds-icon-youtube\",[[0,\"eds-icon-youtube\",{\"class\":[1]}]]],[\"eds-switch\",[[1,\"eds-switch\",{\"checked\":[1540],\"disabled\":[4],\"labelOn\":[1,\"label-on\"],\"labelOff\":[1,\"label-off\"]}]]],[\"eds-tabs\",[[1,\"eds-tabs\",{\"id\":[1],\"navAriaLabel\":[1,\"nav-aria-label\"],\"tabs\":[1],\"parsedTabs\":[32],\"activeIndex\":[32]},null,{\"tabs\":[\"parseTabs\"]}]]],[\"eds-tooltip\",[[1,\"eds-tooltip\",{\"content\":[1],\"position\":[1],\"isVisible\":[32],\"isPositioned\":[32],\"tooltipStyle\":[32]},[[1,\"mouseover\",\"showTooltip\"],[1,\"mouseout\",\"hideTooltip\"],[8,\"keydown\",\"handleKeyPress\"]]]]],[\"logo-space\",[[1,\"logo-space\"]]],[\"logo-wrong-usage\",[[1,\"logo-wrong-usage\"]]],[\"token-spacing\",[[0,\"token-spacing\"]]],[\"eds-rating\",[[1,\"eds-rating\",{\"ratingType\":[1,\"rating-type\"],\"ratingCount\":[2,\"rating-count\"],\"selectedRating\":[32]}]]],[\"eds-toast\",[[1,\"eds-toast\",{\"message\":[1],\"intent\":[1],\"duration\":[2],\"visible\":[32]}]]],[\"eds-progress-bar\",[[1,\"eds-progress-bar\",{\"value\":[1026],\"updateValue\":[64]}]]],[\"eds-card-generic\",[[1,\"eds-card-generic\",{\"cardTitle\":[1,\"card-title\"],\"url\":[1],\"description\":[1],\"image\":[8],\"avatar\":[1],\"shortAbbreviation\":[1,\"short-abbreviation\"],\"headingLevel\":[1,\"heading-level\"],\"tags\":[1],\"tiny\":[4],\"bg\":[4],\"withHover\":[4,\"with-hover\"],\"hierarchy\":[4],\"parsedImage\":[32]},[[0,\"parentContext\",\"handleParentContext\"]]]]],[\"eds-login_2\",[[1,\"eds-login\",{\"keycloakUrl\":[1,\"keycloak-url\"],\"keycloakRealm\":[1,\"keycloak-realm\"],\"keycloakClientId\":[1,\"keycloak-client-id\"],\"authenticated\":[32],\"user\":[32],\"serverAvailable\":[32]}],[1,\"eds-splash-screen\",{\"inverse\":[4],\"initPromise\":[16],\"isVisible\":[32]},[[8,\"hideSplash\",\"handleHideSplash\"]]]]],[\"logo-variations-horizontal_2\",[[1,\"logo-variations-horizontal\"],[1,\"logo-variations-vertical\",{\"orientation\":[1],\"type\":[1]}]]],[\"eds-alert\",[[1,\"eds-alert\",{\"message\":[1],\"pressableLabel\":[1,\"pressable-label\"],\"pressableUrl\":[1,\"pressable-url\"],\"direction\":[1],\"intent\":[1],\"brd\":[1],\"withBtn\":[32]}]]],[\"eds-spinner\",[[1,\"eds-spinner\",{\"size\":[1],\"thickness\":[1],\"borderColor\":[1,\"border-color\"],\"bottomColor\":[1,\"bottom-color\"],\"background\":[1],\"fullscreen\":[4]}]]],[\"token-list_3\",[[0,\"token-list\",{\"show\":[1]}],[0,\"token-radii\"],[0,\"token-shadows\"]]],[\"eds-input_7\",[[1,\"eds-input-field\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"placeholder\":[1],\"disabled\":[4],\"onChange\":[16],\"onInput\":[16],\"type\":[1],\"required\":[4],\"label\":[1],\"hint\":[1],\"icon\":[1],\"link\":[16],\"message\":[1],\"error\":[4],\"checked\":[4],\"errorMessage\":[1,\"error-message\"],\"value\":[8],\"maxLength\":[2,\"max-length\"],\"options\":[1]}],[0,\"eds-input\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"placeholder\":[1],\"disabled\":[4],\"hasMessage\":[4,\"has-message\"],\"error\":[4],\"checked\":[4],\"type\":[1],\"required\":[4],\"value\":[8],\"icon\":[1],\"maxLength\":[2,\"max-length\"],\"options\":[16],\"extraClass\":[1,\"extra-class\"],\"innerVal\":[32],\"maxLengthReached\":[32]},null,{\"value\":[\"onValueChanged\"]}],[0,\"eds-input-footer\",{\"name\":[1],\"errorMessage\":[1,\"error-message\"],\"message\":[1],\"error\":[4],\"link\":[16]}],[0,\"eds-input-search\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"placeholder\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"decorate\":[1],\"label\":[1],\"getInputElement\":[64]}],[0,\"eds-input-select\",{\"inputId\":[1,\"input-id\"],\"name\":[1],\"placeholder\":[1],\"disabled\":[4],\"hasMessage\":[4,\"has-message\"],\"error\":[4],\"required\":[4],\"options\":[16],\"labelKey\":[1,\"label-key\"],\"valueKey\":[1,\"value-key\"],\"value\":[8],\"dynamicOptions\":[32],\"loading\":[32],\"dynamicValueKey\":[32],\"dynamicLabelKey\":[32],\"hasFetched\":[32]},null,{\"options\":[\"loadOptions\"]}],[0,\"eds-input-label\",{\"label\":[1],\"name\":[1],\"required\":[4],\"disabled\":[4]}],[0,\"eds-input-range\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"required\":[4],\"min\":[2],\"max\":[2],\"step\":[2],\"sliderVal\":[32],\"getInputElement\":[64]}]]],[\"eds-pagination_2\",[[1,\"eds-table\",{\"data\":[1,\"table-data\"],\"endpoint\":[1],\"config\":[1],\"rowsPerPage\":[2,\"rows-per-page\"],\"paginationEnabled\":[4,\"pagination-enabled\"],\"searchEnabled\":[4,\"search-enabled\"],\"hostWidth\":[1,\"host-width\"],\"columnSize\":[1,\"column-size\"],\"tbData\":[32],\"columns\":[32],\"currentPage\":[32],\"parsedConfig\":[32],\"totalRows\":[32],\"searchQuery\":[32],\"containerWidth\":[32]},null,{\"data\":[\"handleDataChange\",\"parseData\"],\"config\":[\"handleConfigChange\"]}],[1,\"eds-pagination\",{\"currentPage\":[2,\"current-page\"],\"lastPage\":[2,\"last-page\"],\"perPage\":[2,\"per-page\"],\"total\":[2],\"url\":[1],\"mode\":[1],\"prevLabel\":[1,\"prev-label\"],\"nextLabel\":[1,\"next-label\"],\"prevUrl\":[1,\"prev-url\"],\"nextUrl\":[1,\"next-url\"],\"links\":[32]},null,{\"currentPage\":[\"onPageOrLastPageChange\"],\"lastPage\":[\"onPageOrLastPageChange\"]}]]],[\"eds-section-core_2\",[[4,\"eds-section-core\",{\"tag\":[1],\"sectionTitle\":[1,\"section-title\"],\"headingLevel\":[1,\"heading-level\"]}],[0,\"eds-section-heading\",{\"sectionTitle\":[1,\"section-title\"],\"withContainer\":[4,\"with-container\"],\"headingLevel\":[1,\"heading-level\"],\"tag\":[1],\"spacingLarge\":[4,\"spacing-large\"]}]]],[\"eds-code-block\",[[1,\"eds-code-block\",{\"code\":[1],\"language\":[1],\"copied\":[32]}]]],[\"color-primary-palette_6\",[[0,\"gradient-secondary-palette\"],[0,\"color-primary-palette\"],[0,\"color-secondary-palette\",{\"show\":[1]}],[0,\"color-support-palette\"],[0,\"gradient-primary-palette\"],[0,\"gradient-support-palette\"]]],[\"eds-card-desc_3\",[[1,\"eds-card-desc\",{\"description\":[1],\"descClass\":[1,\"desc-class\"],\"truncate\":[4],\"truncateLines\":[1,\"truncate-lines\"]}],[1,\"eds-card-title\",{\"url\":[1],\"titleClass\":[1,\"title-class\"],\"headingLevel\":[1,\"heading-level\"],\"externalLink\":[4,\"external-link\"],\"cardTitle\":[1,\"card-title\"],\"hierarchy\":[4]}],[1,\"eds-tag\",{\"label\":[1],\"intent\":[1]}]]]]"), options);
|
|
4757
4751
|
};
|
|
4758
4752
|
|
|
4759
4753
|
(function () {
|
|
@@ -4778,7 +4772,6 @@ const EdsAvatar = /*@__PURE__*/createReactComponent('eds-avatar');
|
|
|
4778
4772
|
const EdsBlockBreak = /*@__PURE__*/createReactComponent('eds-block-break');
|
|
4779
4773
|
const EdsBreadcrumb = /*@__PURE__*/createReactComponent('eds-breadcrumb');
|
|
4780
4774
|
const EdsButton = /*@__PURE__*/createReactComponent('eds-button');
|
|
4781
|
-
const EdsCardDesc = /*@__PURE__*/createReactComponent('eds-card-desc');
|
|
4782
4775
|
const EdsCardGeneric = /*@__PURE__*/createReactComponent('eds-card-generic');
|
|
4783
4776
|
const EdsCardSection = /*@__PURE__*/createReactComponent('eds-card-section');
|
|
4784
4777
|
const EdsCodeBlock = /*@__PURE__*/createReactComponent('eds-code-block');
|
|
@@ -4786,7 +4779,6 @@ const EdsDropdown = /*@__PURE__*/createReactComponent('eds-dropdown');
|
|
|
4786
4779
|
const EdsFeedback = /*@__PURE__*/createReactComponent('eds-feedback');
|
|
4787
4780
|
const EdsFooter = /*@__PURE__*/createReactComponent('eds-footer');
|
|
4788
4781
|
const EdsForm = /*@__PURE__*/createReactComponent('eds-form');
|
|
4789
|
-
const EdsFormV2 = /*@__PURE__*/createReactComponent('eds-form-v2');
|
|
4790
4782
|
const EdsFrame = /*@__PURE__*/createReactComponent('eds-frame');
|
|
4791
4783
|
const EdsFullscreenMenu = /*@__PURE__*/createReactComponent('eds-fullscreen-menu');
|
|
4792
4784
|
const EdsHeader = /*@__PURE__*/createReactComponent('eds-header');
|
|
@@ -4807,6 +4799,7 @@ const EdsSocialNetworks = /*@__PURE__*/createReactComponent('eds-social-networks
|
|
|
4807
4799
|
const EdsSpinner = /*@__PURE__*/createReactComponent('eds-spinner');
|
|
4808
4800
|
const EdsSplashScreen = /*@__PURE__*/createReactComponent('eds-splash-screen');
|
|
4809
4801
|
const EdsSteps = /*@__PURE__*/createReactComponent('eds-steps');
|
|
4802
|
+
const EdsStepsV2 = /*@__PURE__*/createReactComponent('eds-steps-v2');
|
|
4810
4803
|
const EdsSwitch = /*@__PURE__*/createReactComponent('eds-switch');
|
|
4811
4804
|
const EdsTable = /*@__PURE__*/createReactComponent('eds-table');
|
|
4812
4805
|
const EdsTabs = /*@__PURE__*/createReactComponent('eds-tabs');
|
|
@@ -4815,6 +4808,5 @@ const EdsTimeline = /*@__PURE__*/createReactComponent('eds-timeline');
|
|
|
4815
4808
|
const EdsToast = /*@__PURE__*/createReactComponent('eds-toast');
|
|
4816
4809
|
const EdsTooltip = /*@__PURE__*/createReactComponent('eds-tooltip');
|
|
4817
4810
|
const EdsUser = /*@__PURE__*/createReactComponent('eds-user');
|
|
4818
|
-
const EdsVerticalStepper = /*@__PURE__*/createReactComponent('eds-vertical-stepper');
|
|
4819
4811
|
|
|
4820
|
-
export {
|
|
4812
|
+
export { EdsModal as A, EdsPagination as B, EdsProgressBar as C, EdsRating as D, EdsAccordion as E, EdsSectionCore as F, EdsSectionHeading as G, Host as H, EdsSocialNetworks as I, EdsSpinner as J, EdsSplashScreen as K, EdsSteps as L, EdsStepsV2 as M, EdsSwitch as N, EdsTable as O, EdsTabs as P, EdsTag as Q, EdsTimeline as R, EdsToast as S, EdsTooltip as T, EdsUser as U, EdsAlert as a, EdsAvatar as b, createEvent as c, EdsBlockBreak as d, EdsBreadcrumb as e, EdsButton as f, getElement as g, h, EdsCardGeneric as i, EdsCardSection as j, EdsCodeBlock as k, EdsDropdown as l, EdsFeedback as m, EdsFooter as n, EdsForm as o, EdsFrame as p, EdsFullscreenMenu as q, registerInstance as r, EdsHeader as s, EdsIconWrapper as t, EdsImg as u, EdsInputField as v, EdsLink as w, EdsLogin as x, EdsLogo as y, EdsMatomoNotice as z };
|
package/logo-space.entry.esm.js
CHANGED
|
@@ -12,16 +12,16 @@ const LogoSpace = class {
|
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
14
|
return h("div", {
|
|
15
|
-
key: '
|
|
15
|
+
key: '6d1dd1a42531168fa253a2627100be4d15befa01',
|
|
16
16
|
class: "container my-20"
|
|
17
17
|
}, h("div", {
|
|
18
|
-
key: '
|
|
18
|
+
key: 'f405531b79f871634d0b7f2b8d164c5bfc5296e0',
|
|
19
19
|
class: "w-[300px]"
|
|
20
20
|
}, h("div", {
|
|
21
|
-
key: '
|
|
21
|
+
key: '29eb549e14b00c6936bb397e2f60dfb7728a261f',
|
|
22
22
|
class: "bg-dark"
|
|
23
23
|
}, h("div", {
|
|
24
|
-
key: '
|
|
24
|
+
key: '34c5784a90267142e604e59e6db480b4603d0760',
|
|
25
25
|
class: "logo-container",
|
|
26
26
|
innerHTML: vLogoMargins
|
|
27
27
|
}))));
|
|
@@ -11,44 +11,44 @@ const LogoVariationsHorizontal = class {
|
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
13
|
return h("div", {
|
|
14
|
-
key: '
|
|
14
|
+
key: 'cc9a05a766fad3600cc3da8d922320708526346a'
|
|
15
15
|
}, h("div", {
|
|
16
|
-
key: '
|
|
16
|
+
key: '3dbdd07b54f1ea55685788776ba89d51c3b1f455',
|
|
17
17
|
class: "container my-16"
|
|
18
18
|
}, h("h3", {
|
|
19
|
-
key: '
|
|
19
|
+
key: 'd50b9de5ac50c6803938360781816bccc1c5aef5',
|
|
20
20
|
class: "f-heading03"
|
|
21
21
|
}, "Coloured Background"), h("div", {
|
|
22
|
-
key: '
|
|
22
|
+
key: '29333683d59a9adf60834fea8517160da5976d98',
|
|
23
23
|
class: "coloured lg:w-[500px] md:w-[300px]"
|
|
24
24
|
}, h("eds-logo", {
|
|
25
|
-
key: '
|
|
25
|
+
key: '53000c65e1abcbc2a611c1e49fbfbaac6cf22944',
|
|
26
26
|
type: "no-bg",
|
|
27
27
|
href: "#"
|
|
28
28
|
}))), h("div", {
|
|
29
|
-
key: '
|
|
29
|
+
key: 'b9b784d2a105478f38fa2e72353dadca1253ae37',
|
|
30
30
|
class: "container my-16"
|
|
31
31
|
}, h("h3", {
|
|
32
|
-
key: '
|
|
32
|
+
key: '5c6b2684fb5635df6aadac68f14ba064a08bee2b',
|
|
33
33
|
class: "f-heading03"
|
|
34
34
|
}, "Black and White Background"), h("div", {
|
|
35
|
-
key: '
|
|
35
|
+
key: '1c2e191ce81ac1603c8d109c31e2b3a5707899e3',
|
|
36
36
|
class: "bg-default lg:w-[500px] md:w-[300px]"
|
|
37
37
|
}, h("eds-logo", {
|
|
38
|
-
key: '
|
|
38
|
+
key: '5faa6c2920349e614e2846489738664121237175',
|
|
39
39
|
type: "black",
|
|
40
40
|
href: "#"
|
|
41
41
|
}))), h("div", {
|
|
42
|
-
key: '
|
|
42
|
+
key: '9f28a5d14f8aadca0ac38371eab47265a8a35a1b',
|
|
43
43
|
class: "container my-16"
|
|
44
44
|
}, h("h3", {
|
|
45
|
-
key: '
|
|
45
|
+
key: '1649d22547279c6cdfc7d415537b87d76d8915f6',
|
|
46
46
|
class: "f-heading03"
|
|
47
47
|
}, "Dark Background "), h("div", {
|
|
48
|
-
key: '
|
|
48
|
+
key: '135f85d196898dde99fdf7d5b5f09c54894b59cb',
|
|
49
49
|
class: "lg:w-[500px] md:w-[300px]"
|
|
50
50
|
}, h("eds-logo", {
|
|
51
|
-
key: '
|
|
51
|
+
key: '3a04310c0debcfe1785c972895d7439f79a6aaa7',
|
|
52
52
|
type: "color-white",
|
|
53
53
|
href: "#"
|
|
54
54
|
}))));
|
|
@@ -65,46 +65,46 @@ const LogoVariationsVertical = class {
|
|
|
65
65
|
}
|
|
66
66
|
render() {
|
|
67
67
|
return h("div", {
|
|
68
|
-
key: '
|
|
68
|
+
key: '1afffa0e5e0253ca2d8aec1a740d351fc614e0c4'
|
|
69
69
|
}, h("div", {
|
|
70
|
-
key: '
|
|
70
|
+
key: '3756f6a667a09cde71a67cd9f9bfce1054a6d523',
|
|
71
71
|
class: "container my-16"
|
|
72
72
|
}, h("h3", {
|
|
73
|
-
key: '
|
|
73
|
+
key: '371bd24965bcc0349dac7f65134b25f128423de3',
|
|
74
74
|
class: "f-heading03"
|
|
75
75
|
}, "Coloured Background"), h("div", {
|
|
76
|
-
key: '
|
|
76
|
+
key: '23062436bef739840eb998b919adcc1b69c55740',
|
|
77
77
|
class: "coloured w-[200px]"
|
|
78
78
|
}, h("eds-logo", {
|
|
79
|
-
key: '
|
|
79
|
+
key: '226140792cb59d82bf2696802d53d43f24171dea',
|
|
80
80
|
orientation: "vertical",
|
|
81
81
|
type: "no-bg",
|
|
82
82
|
href: "#"
|
|
83
83
|
}))), h("div", {
|
|
84
|
-
key: '
|
|
84
|
+
key: 'a37d0871161b9753656768fcfe78158e63f52669',
|
|
85
85
|
class: "container my-16"
|
|
86
86
|
}, h("h3", {
|
|
87
|
-
key: '
|
|
87
|
+
key: '0a3c80b44fd9161746203af3ef95654acd3986e8',
|
|
88
88
|
class: "f-heading03"
|
|
89
89
|
}, "Black and White Background"), h("div", {
|
|
90
|
-
key: '
|
|
90
|
+
key: 'e3d9447be3a1499ed546e85cf534ba0709a846a0',
|
|
91
91
|
class: "bg-default w-[200px]"
|
|
92
92
|
}, h("eds-logo", {
|
|
93
|
-
key: '
|
|
93
|
+
key: 'fc63b377517ba82dc141d3e3a82221018a3ef315',
|
|
94
94
|
orientation: "vertical",
|
|
95
95
|
type: "black",
|
|
96
96
|
href: "#"
|
|
97
97
|
}))), h("div", {
|
|
98
|
-
key: '
|
|
98
|
+
key: '68e487c6be2e62caa1d7196a294ed9fadf6ab399',
|
|
99
99
|
class: "container my-16"
|
|
100
100
|
}, h("h3", {
|
|
101
|
-
key: '
|
|
101
|
+
key: '505ab03210a8ace1dd0394df3fa159f1dd3bddf0',
|
|
102
102
|
class: "f-heading03"
|
|
103
103
|
}, "Dark Background "), h("div", {
|
|
104
|
-
key: '
|
|
104
|
+
key: '6d08734cedf520554d746caa6c99561fdd73f855',
|
|
105
105
|
class: "w-[200px]"
|
|
106
106
|
}, h("eds-logo", {
|
|
107
|
-
key: '
|
|
107
|
+
key: '63d2496b5dab9c66809cbe38b55a83928276cce0',
|
|
108
108
|
orientation: "vertical",
|
|
109
109
|
type: "color-white",
|
|
110
110
|
href: "#"
|
|
@@ -12,122 +12,122 @@ const LogoWrongUsage = class {
|
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
14
|
return h("ul", {
|
|
15
|
-
key: '
|
|
15
|
+
key: 'f5aef262ac65790a1f86ea7eb8a80fc093406798',
|
|
16
16
|
class: "container grid-layout gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
17
17
|
}, h("span", {
|
|
18
|
-
key: '
|
|
18
|
+
key: '150bcdb8502a137f54415e24618cf39d0f098c28',
|
|
19
19
|
class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
|
|
20
20
|
}, h("div", {
|
|
21
|
-
key: '
|
|
21
|
+
key: '7df94271a37ae57dc021390f6f16637ea3c6948e',
|
|
22
22
|
class: "example"
|
|
23
23
|
}, h("div", {
|
|
24
|
-
key: '
|
|
24
|
+
key: '8b4bff581312ed63a5812b9bd7c93bbae6137809',
|
|
25
25
|
class: "bg-dark "
|
|
26
26
|
}, h("div", {
|
|
27
|
-
key: '
|
|
27
|
+
key: '78fd9855901f2da1392006dbbcaec5537586ef9d',
|
|
28
28
|
class: "no-other-bg-color logo",
|
|
29
29
|
innerHTML: hLogoColor
|
|
30
30
|
})), h("p", {
|
|
31
|
-
key: '
|
|
31
|
+
key: '5bbf1ae6a4b6b4f9c1a5a310c0c5b123b24f3581',
|
|
32
32
|
class: "f-ui-02"
|
|
33
33
|
}, "Do not use with backgrounds that make legibility difficult"))), h("span", {
|
|
34
|
-
key: '
|
|
34
|
+
key: '7d1c8346857b6366b69e9ad6bc910adfed8b6213',
|
|
35
35
|
class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
|
|
36
36
|
}, h("div", {
|
|
37
|
-
key: '
|
|
37
|
+
key: '3df57b6e370e166e63b36aa45901800de51bedc5',
|
|
38
38
|
class: "example"
|
|
39
39
|
}, h("div", {
|
|
40
|
-
key: '
|
|
40
|
+
key: 'dc1983f4b8faad9d3c23ad612a1c01462bf033b0',
|
|
41
41
|
class: "no-other-color p-16"
|
|
42
42
|
}, h("div", {
|
|
43
|
-
key: '
|
|
43
|
+
key: '42f985c970bce2bfa9590f64458e6987500d6036',
|
|
44
44
|
class: "logo non-brand-color",
|
|
45
45
|
innerHTML: hLogoColor
|
|
46
46
|
})), h("p", {
|
|
47
|
-
key: '
|
|
47
|
+
key: '9f44984a151b0720f2be17074bdd3c0d42c8210a',
|
|
48
48
|
class: "f-ui-02"
|
|
49
49
|
}, "Do not apply other colors"))), h("span", {
|
|
50
|
-
key: '
|
|
50
|
+
key: 'd6481a9e1f79c892e54853f3137e5724a42c2479',
|
|
51
51
|
class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
|
|
52
52
|
}, h("div", {
|
|
53
|
-
key: '
|
|
53
|
+
key: 'fd550421e565543c1aaff054a86733a585ce9b9b',
|
|
54
54
|
class: "example"
|
|
55
55
|
}, h("div", {
|
|
56
|
-
key: '
|
|
56
|
+
key: '3b677e85c9b3cb237e10a212187ba192b711fd53',
|
|
57
57
|
class: "bg-light p-16"
|
|
58
58
|
}, h("div", {
|
|
59
|
-
key: '
|
|
59
|
+
key: '958733b94eca4e7e27dc5ac3e74f2c745198f37d',
|
|
60
60
|
class: "logo distorted",
|
|
61
61
|
innerHTML: hLogoColor
|
|
62
62
|
})), h("p", {
|
|
63
|
-
key: '
|
|
63
|
+
key: '9f4d3fc90cf8143480fb143a8932f91185a62f4c',
|
|
64
64
|
class: "f-ui-02"
|
|
65
65
|
}, "Do not deform the logo"))), h("span", {
|
|
66
|
-
key: '
|
|
66
|
+
key: '7254597b2dbcb94118547e3b640c79c3bbd3e7ff',
|
|
67
67
|
class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
|
|
68
68
|
}, h("div", {
|
|
69
|
-
key: '
|
|
69
|
+
key: '4caef2a8c103ecfc8ff91e40b8c5255571984d14',
|
|
70
70
|
class: "example"
|
|
71
71
|
}, h("div", {
|
|
72
|
-
key: '
|
|
72
|
+
key: 'c93ae6b7c3d58700300fe01b398e4e57728fb314',
|
|
73
73
|
class: "bg-white p-16"
|
|
74
74
|
}, h("div", {
|
|
75
|
-
key: '
|
|
75
|
+
key: '92916204870722a6da1f45d3d09505589763390b',
|
|
76
76
|
class: "logo effects",
|
|
77
77
|
innerHTML: hLogoColor
|
|
78
78
|
})), h("p", {
|
|
79
|
-
key: '
|
|
79
|
+
key: 'f9295bc1f1b1de2c575d934588f95dee6fc81143',
|
|
80
80
|
class: "f-ui-02"
|
|
81
81
|
}, "Do not apply effects"))), h("span", {
|
|
82
|
-
key: '
|
|
82
|
+
key: '1b8488e14728799e81205823d2a964cf8e6f9baf',
|
|
83
83
|
class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
|
|
84
84
|
}, h("div", {
|
|
85
|
-
key: '
|
|
85
|
+
key: 'd3be08fe47ce2fd20dee086553cd16950fb6f964',
|
|
86
86
|
class: "example"
|
|
87
87
|
}, h("div", {
|
|
88
|
-
key: '
|
|
88
|
+
key: '76713df96cca42778f26b580e790dd3fcfb0abee',
|
|
89
89
|
class: "bg-white p-16"
|
|
90
90
|
}, h("div", {
|
|
91
|
-
key: '
|
|
91
|
+
key: 'db1a9153dc37119255fa75ea0491daea09545d61',
|
|
92
92
|
class: "logo rotated",
|
|
93
93
|
innerHTML: hLogoColor
|
|
94
94
|
})), h("p", {
|
|
95
|
-
key: '
|
|
95
|
+
key: '95b0f06f728a846119bd6844207e93d068dabcc6',
|
|
96
96
|
class: "f-ui-02"
|
|
97
97
|
}, "Do not rotate the logo"))), h("span", {
|
|
98
|
-
key: '
|
|
98
|
+
key: '92c5de7b7834ae8a14548712239ec22667d2fb5c',
|
|
99
99
|
class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
|
|
100
100
|
}, h("div", {
|
|
101
|
-
key: '
|
|
101
|
+
key: '64533bc4e04c802b4cedc6866c168eaac72c2550',
|
|
102
102
|
class: "example"
|
|
103
103
|
}, h("div", {
|
|
104
|
-
key: '
|
|
104
|
+
key: 'd630811a1c2ae0a252a7e1bdf7383440e6aa417a',
|
|
105
105
|
class: "bg-light p-16"
|
|
106
106
|
}, h("div", {
|
|
107
|
-
key: '
|
|
107
|
+
key: '525f7eaebf6e0a75b4ea91c2795f13a7837ebb54',
|
|
108
108
|
class: "logo outlined",
|
|
109
109
|
innerHTML: hLogoColor
|
|
110
110
|
})), h("p", {
|
|
111
|
-
key: '
|
|
111
|
+
key: '455855e6657b98d55b0f637548a88ed312130007',
|
|
112
112
|
class: "f-ui-02"
|
|
113
113
|
}, "Do not apply outlines"))), h("span", {
|
|
114
|
-
key: '
|
|
114
|
+
key: 'a0c54e90591e693fb705d085c21b281e0468bc6e',
|
|
115
115
|
class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
|
|
116
116
|
}), h("span", {
|
|
117
|
-
key: '
|
|
117
|
+
key: 'af1f7db921096e0a20372ad028bf8eb6522ec736',
|
|
118
118
|
class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
|
|
119
119
|
}, h("div", {
|
|
120
|
-
key: '
|
|
120
|
+
key: 'ba754fd4de6ea65d74f8215aee158c3657b42b23',
|
|
121
121
|
class: "example"
|
|
122
122
|
}, h("div", {
|
|
123
|
-
key: '
|
|
123
|
+
key: '91b10cf3ad9ce224546f5c67ddd10a6009a6278d',
|
|
124
124
|
class: "bg-accent p-16"
|
|
125
125
|
}, h("div", {
|
|
126
|
-
key: '
|
|
126
|
+
key: '1ea0aa874d42426a0e4762532a1b5aaa8c7fc671',
|
|
127
127
|
class: "text-inverse",
|
|
128
128
|
innerHTML: hLogoColor
|
|
129
129
|
})), h("p", {
|
|
130
|
-
key: '
|
|
130
|
+
key: '3219f17362a76b5694e44c34d9405c04e378d7fd',
|
|
131
131
|
class: "f-ui-02"
|
|
132
132
|
}, "Do not use the green background for the logo version of the logo with backgrounds with the same tones"))));
|
|
133
133
|
}
|