@ebrains/react 3.0.0 → 3.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/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/{eds-accordion_52.entry.esm.js → eds-accordion_53.entry.esm.js} +221 -78
- package/eds-app-root.entry.esm.js +4 -4
- package/eds-cookies-preference.entry.esm.js +2 -2
- package/eds-feedback.entry.esm.js +5 -5
- package/eds-frame.entry.esm.js +4 -4
- package/eds-gauge.entry.esm.js +4 -4
- package/eds-gitlab-contributors.entry.esm.js +16 -6
- package/eds-icon-bluesky.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-mastodon.entry.esm.js +1 -1
- package/eds-icon-twitter.entry.esm.js +1 -1
- package/eds-icon-youtube.entry.esm.js +1 -1
- package/eds-input-search.entry.esm.js +96 -0
- package/eds-section-core_2.entry.esm.js +5 -5
- package/eds-timeline.entry.esm.js +4 -4
- package/eds-toast-manager.entry.esm.js +1 -1
- package/eds-trl-badge.entry.esm.js +186 -0
- package/incorrect-use-of-colors.entry.esm.js +8 -8
- package/index.esm.js +1 -1
- package/index.esm2.js +13 -4
- package/logo-space.entry.esm.js +22 -22
- package/logo-variations-horizontal_2.entry.esm.js +20 -20
- 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 +3 -0
- package/svg-repository.entry.esm.js +2 -2
- 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/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 EdsCardApp, j as EdsCardCta, k as EdsCardFeature, l as EdsCardGeneric, m as EdsCardHero, n as EdsCardStat, o as EdsCodeBlock, p as EdsDropdown, q as EdsFeedback, s as EdsFooter, t as EdsForm, u as EdsGauge, v as EdsGlobalSearch, w as EdsHeader, x as EdsIconWrapper, y as EdsImg, z as EdsInputDropzone, A as EdsInputField, B as EdsInputFile, C as EdsInputFooter, D as EdsInputLabel, F as
|
|
1
|
+
export { E as EdsAccordion, a as EdsAlert, b as EdsAvatar, d as EdsBlockBreak, e as EdsBreadcrumb, f as EdsButton, i as EdsCardApp, j as EdsCardCta, k as EdsCardFeature, l as EdsCardGeneric, m as EdsCardHero, n as EdsCardStat, o as EdsCodeBlock, p as EdsDropdown, q as EdsFeedback, s as EdsFooter, t as EdsForm, u as EdsGauge, v as EdsGlobalSearch, w as EdsHeader, x as EdsIconWrapper, y as EdsImg, z as EdsInputDropzone, A as EdsInputField, B as EdsInputFile, C as EdsInputFooter, D as EdsInputLabel, F as EdsKgLearningResources, G as EdsKgWebServicesSelect, I as EdsLink, J as EdsLogo, K as EdsMatomoNotice, L as EdsModal, M as EdsNps, N as EdsPagination, O as EdsPie, P as EdsProgressBar, Q as EdsRating, R as EdsSearchSelect, S as EdsSidebar, T as EdsSocialNetworks, U as EdsSpinner, V as EdsSplashScreen, W as EdsSteps, X as EdsStepsV2, Y as EdsSwitch, Z as EdsTable, _ as EdsTabs, $ as EdsTag, a0 as EdsToast, a1 as EdsTooltip, a2 as EdsTrlBadge, a3 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_53':
|
|
2764
2764
|
return import(/* webpackMode: "lazy" */
|
|
2765
|
-
'./eds-
|
|
2765
|
+
'./eds-accordion_53.entry.esm.js').then(processMod, consoleError);
|
|
2766
2766
|
case 'components-section':
|
|
2767
2767
|
return import(/* webpackMode: "lazy" */
|
|
2768
2768
|
'./components-section.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2817,6 +2817,9 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2817
2817
|
case 'eds-icon-youtube':
|
|
2818
2818
|
return import(/* webpackMode: "lazy" */
|
|
2819
2819
|
'./eds-icon-youtube.entry.esm.js').then(processMod, consoleError);
|
|
2820
|
+
case 'eds-input-search':
|
|
2821
|
+
return import(/* webpackMode: "lazy" */
|
|
2822
|
+
'./eds-input-search.entry.esm.js').then(processMod, consoleError);
|
|
2820
2823
|
case 'eds-modal':
|
|
2821
2824
|
return import(/* webpackMode: "lazy" */
|
|
2822
2825
|
'./eds-modal.entry.esm.js').then(processMod, consoleError);
|
|
@@ -2829,6 +2832,9 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2829
2832
|
case 'eds-toast-manager':
|
|
2830
2833
|
return import(/* webpackMode: "lazy" */
|
|
2831
2834
|
'./eds-toast-manager.entry.esm.js').then(processMod, consoleError);
|
|
2835
|
+
case 'eds-trl-badge':
|
|
2836
|
+
return import(/* webpackMode: "lazy" */
|
|
2837
|
+
'./eds-trl-badge.entry.esm.js').then(processMod, consoleError);
|
|
2832
2838
|
case 'incorrect-use-of-colors':
|
|
2833
2839
|
return import(/* webpackMode: "lazy" */
|
|
2834
2840
|
'./incorrect-use-of-colors.entry.esm.js').then(processMod, consoleError);
|
|
@@ -4384,7 +4390,7 @@ const globalScripts = () => {};
|
|
|
4384
4390
|
const defineCustomElements = async (win, options) => {
|
|
4385
4391
|
if (typeof window === 'undefined') return undefined;
|
|
4386
4392
|
await globalScripts();
|
|
4387
|
-
return bootstrapLazy(JSON.parse("[[\"eds-accordion_52\",[[1,\"eds-form\",{\"name\":[1],\"title\":[1],\"description\":[1],\"setFormUrl\":[4,\"set-form-url\"],\"formBtn\":[4,\"form-btn\"],\"formBtnLabel\":[1,\"form-btn-label\"],\"buttonIntent\":[1,\"button-intent\"],\"clearBtn\":[4,\"clear-btn\"],\"clearBtnLabel\":[1,\"clear-btn-label\"],\"errorMessage\":[1,\"error-message\"],\"fields\":[1],\"groups\":[1],\"initData\":[16],\"formStyle\":[1,\"form-style\"],\"values\":[32],\"isSubmitting\":[32],\"hasError\":[32],\"errors\":[32],\"parsedFields\":[32],\"parsedGroups\":[32],\"setData\":[64],\"getData\":[64]},null,{\"fields\":[\"parseFields\"],\"groups\":[\"parseGroups\"]}],[1,\"eds-global-search\",{\"apiEndpoint\":[1,\"api-endpoint\"],\"placeholder\":[1],\"limit\":[2],\"debounceDelay\":[2,\"debounce-delay\"],\"forceNewTab\":[4,\"force-new-tab\"],\"currentOrigin\":[1,\"current-origin\"],\"currentSource\":[1,\"current-source\"],\"authToken\":[1,\"auth-token\"],\"query\":[32],\"results\":[32],\"loading\":[32],\"error\":[32],\"hasSearched\":[32],\"showDropdown\":[32],\"selectedIndex\":[32]},[[4,\"click\",\"handleDocumentClick\"],[0,\"keydown\",\"handleKeydown\"]]],[1,\"eds-fullscreen-menu\",{\"links\":[1],\"menuLinks\":[1,\"menu-links\"],\"homeUrl\":[1,\"home-url\"],\"inverseHeader\":[4,\"inverse-header\"],\"isMenuOpen\":[32],\"open\":[64],\"close\":[64]},[[16,\"toggleheadermenu\",\"handleToggleMenu\"],[8,\"keydown\",\"onKeydown\"]]],[1,\"eds-user\",{\"user\":[1025],\"intent\":[1],\"dropdownLabel\":[1,\"dropdown-label\"],\"expanded\":[32],\"shortMode\":[32],\"closeDropdown\":[64]}],[1,\"eds-header\",{\"url\":[513],\"links\":[1],\"variant\":[513],\"menu\":[4],\"isMenuOpen\":[32],\"isUserMenuOpen\":[32]}],[1,\"eds-card-app\",{\"category\":[1],\"title\":[1],\"description\":[1],\"tags\":[1],\"url\":[1],\"linkText\":[1,\"link-text\"],\"variant\":[1]}],[1,\"eds-card-cta\",{\"title\":[1],\"description\":[1],\"primaryButtonText\":[1,\"primary-button-text\"],\"primaryButtonUrl\":[1,\"primary-button-url\"],\"secondaryButtonText\":[1,\"secondary-button-text\"],\"secondaryButtonUrl\":[1,\"secondary-button-url\"],\"links\":[1],\"variant\":[1]}],[1,\"eds-steps-v2\",{\"steps\":[1],\"type\":[1],\"orientation\":[1],\"theme\":[1],\"imageSrc\":[1,\"image-src\"],\"imageWidth\":[2,\"image-width\"],\"message\":[1],\"nextLabel\":[1,\"next-label\"],\"backLabel\":[1,\"back-label\"],\"finishLabel\":[1,\"finish-label\"],\"showFinish\":[4,\"show-finish\"],\"disableNext\":[1032,\"disable-next\"],\"headingLevel\":[513,\"heading-level\"],\"activeStep\":[32]},null,{\"disableNext\":[\"handleDisableNextChange\"],\"activeStep\":[\"activeStepChanged\"]}],[1,\"eds-breadcrumb\",{\"items\":[1],\"intent\":[1],\"parsedItems\":[32],\"isSmallScreen\":[32],\"maxVisibleItems\":[32]},null,{\"items\":[\"parseItems\"]}],[1,\"eds-card-feature\",{\"icon\":[1],\"title\":[1],\"description\":[1],\"url\":[1],\"linkText\":[1,\"link-text\"],\"variant\":[1]}],[1,\"eds-sidebar\",{\"items\":[1],\"theme\":[1],\"activeUrl\":[1,\"active-url\"],\"enableRouting\":[4,\"enable-routing\"],\"maxLevel\":[2,\"max-level\"],\"openItems\":[32],\"parsedItems\":[32]},null,{\"items\":[\"handleItemsChange\"],\"activeUrl\":[\"handleActiveUrlChange\"]}],[1,\"eds-card-hero\",{\"category\":[1],\"title\":[1],\"description\":[1],\"tags\":[1],\"url\":[1],\"variant\":[1]}],[1,\"eds-card-stat\",{\"number\":[1],\"label\":[1],\"description\":[1],\"url\":[1],\"variant\":[1]}],[1,\"eds-progress-bar\",{\"value\":[1026],\"showLabel\":[4,\"show-label\"],\"variant\":[1],\"labelPaddingX\":[1,\"label-padding-x\"],\"updateValue\":[64]}],[1,\"eds-tabs\",{\"identifier\":[1,\"id\"],\"navAriaLabel\":[1,\"nav-aria-label\"],\"tabs\":[1],\"variant\":[1],\"parsedTabs\":[32],\"activeIndex\":[32]},null,{\"tabs\":[\"parseTabs\"]}],[0,\"eds-kg-web-services-select\",{\"apiEndpoint\":[1,\"api-endpoint\"],\"label\":[1],\"name\":[1],\"placeholder\":[1],\"required\":[4],\"disabled\":[4],\"size\":[2],\"searchTerm\":[1,\"search-term\"],\"value\":[1025],\"hint\":[1],\"message\":[1],\"error\":[4],\"errorMessage\":[1,\"error-message\"],\"loading\":[32],\"webServices\":[32],\"fetchError\":[32],\"selectOptions\":[32]}],[1,\"eds-card-generic\",{\"title\":[1],\"url\":[1],\"description\":[1],\"tags\":[1],\"intent\":[1],\"icon\":[1],\"titleSize\":[1,\"title-size\"],\"isHovered\":[32]},[[0,\"parentContext\",\"handleParentContext\"]]],[1,\"eds-footer\",{\"social\":[4],\"variant\":[1],\"enableScrollTop\":[4,\"enable-scroll-top\"],\"fundedBy\":[1,\"funded-by\"],\"rightsReserved\":[1,\"rights-reserved\"],\"cookiesPreferences\":[1,\"cookies-preferences\"],\"enableCookiesSettings\":[4,\"enable-cookies-settings\"],\"backToTopAriaLabel\":[1,\"back-to-top-aria-label\"],\"showMatomoNotice\":[32]},[[9,\"scroll\",\"handleScroll\"]]],[1,\"eds-matomo-notice\",{\"heading\":[1,\"title\"],\"description\":[1],\"optOutMessage\":[1,\"opt-out-message\"],\"forceShow\":[4,\"force-show\"],\"showNotice\":[32]},[[16,\"cookies\",\"toggleCookiesConsent\"]]],[1,\"eds-nps\",{\"question\":[1],\"leftLabel\":[1,\"left-label\"],\"rightLabel\":[1,\"right-label\"],\"selectedValue\":[2,\"selected-value\"],\"internalValue\":[32]},null,{\"selectedValue\":[\"handleSelectedValueChange\"]}],[1,\"eds-dropdown\",{\"icon\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"asNav\":[4,\"as-nav\"],\"dropdownPos\":[1,\"dropdown-pos\"],\"dropdownOffset\":[4,\"dropdown-offset\"],\"intent\":[1],\"autoClose\":[4,\"auto-close\"],\"noCloseSelector\":[1,\"no-close-selector\"],\"isOpen\":[32],\"focusIndex\":[32],\"close\":[64]},[[8,\"click\",\"handleWindowClick\"],[8,\"keydown\",\"handleKeyDown\"],[0,\"click\",\"handleHostInternalClick\"]]],[1,\"eds-steps\",{\"steps\":[1],\"type\":[1],\"orientation\":[1],\"theme\":[1],\"nextLabel\":[1,\"next-label\"],\"backLabel\":[1,\"back-label\"],\"finishLabel\":[1,\"finish-label\"],\"showFinish\":[4,\"show-finish\"],\"disableNext\":[1032,\"disable-next\"],\"headingLevel\":[513,\"heading-level\"],\"collapsibleTitles\":[4,\"collapsible-titles\"],\"activeStep\":[32]},null,{\"disableNext\":[\"handleDisableNextChange\"],\"activeStep\":[\"activeStepChanged\"]}],[1,\"eds-toast\",{\"message\":[1],\"intent\":[1],\"duration\":[2],\"visible\":[32]}],[1,\"eds-table\",{\"data\":[1,\"table-data\"],\"config\":[1],\"rowsPerPage\":[2,\"rows-per-page\"],\"paginationEnabled\":[4,\"pagination-enabled\"],\"searchEnabled\":[4,\"search-enabled\"],\"hostWidth\":[1,\"host-width\"],\"columnSize\":[1,\"column-size\"],\"actions\":[1],\"actionTemplate\":[16],\"sortingEnabled\":[4,\"sorting-enabled\"],\"theme\":[1],\"view\":[1025],\"showViewToggle\":[4,\"show-view-toggle\"],\"parsedActions\":[32],\"dataColumns\":[32],\"tbData\":[32],\"columns\":[32],\"currentPage\":[32],\"parsedConfig\":[32],\"totalRows\":[32],\"searchQuery\":[32],\"containerWidth\":[32],\"sortColumn\":[32],\"sortDirection\":[32]},null,{\"data\":[\"handleDataChange\",\"parseData\"],\"config\":[\"handleConfigChange\"],\"actions\":[\"handleActionsChange\"]}],[1,\"eds-rating\",{\"ratingType\":[1,\"rating-type\"],\"ratingCount\":[2,\"rating-count\"],\"selectedRating\":[2,\"selected-rating\"],\"internalRating\":[32]},null,{\"selectedRating\":[\"handleSelectedRatingChange\"]}],[1,\"eds-social-networks\",{\"heading\":[1,\"title\"],\"variant\":[1]}],[1,\"eds-accordion\",{\"heading\":[1,\"title\"],\"description\":[1],\"variant\":[1],\"icon\":[1],\"switchBg\":[4,\"switch-bg\"],\"expanded\":[4],\"clampText\":[4,\"clamp-text\"],\"isExpanded\":[32],\"toggleIcon\":[32]}],[1,\"eds-avatar\",{\"firstName\":[1,\"first-name\"],\"lastName\":[1,\"last-name\"],\"picture\":[1],\"initials\":[1],\"color\":[1]}],[1,\"eds-card-desc\",{\"description\":[1],\"truncate\":[4],\"truncateLines\":[1,\"truncate-lines\"],\"intent\":[1]}],[1,\"eds-card-title\",{\"url\":[1],\"externalLink\":[4,\"external-link\"],\"title\":[1],\"intent\":[1],\"size\":[1]}],[1,\"eds-spinner\",{\"size\":[1],\"variant\":[1],\"message\":[1],\"background\":[1],\"fullscreen\":[4]}],[1,\"eds-alert\",{\"message\":[1],\"pressableLabel\":[1,\"pressable-label\"],\"pressableUrl\":[1,\"pressable-url\"],\"direction\":[1],\"intent\":[1],\"icon\":[1],\"dismissible\":[4],\"withBtn\":[32],\"dismissed\":[32]},null,{\"pressableLabel\":[\"onPressableLabelChange\"]}],[1,\"eds-pagination\",{\"currentPage\":[2,\"current-page\"],\"lastPage\":[2,\"last-page\"],\"perPage\":[2,\"per-page\"],\"total\":[2],\"url\":[1],\"mode\":[1],\"useButtons\":[4,\"use-buttons\"],\"prevLabel\":[1,\"prev-label\"],\"nextLabel\":[1,\"next-label\"],\"prevUrl\":[1,\"prev-url\"],\"nextUrl\":[1,\"next-url\"],\"links\":[32],\"focusedIndex\":[32]},null,{\"currentPage\":[\"onPageOrLastPageChange\"],\"lastPage\":[\"onPageOrLastPageChange\"]}],[1,\"eds-block-break\",{\"inverse\":[4]}],[1,\"eds-switch\",{\"checked\":[1540],\"disabled\":[4],\"labelOn\":[1,\"label-on\"],\"labelOff\":[1,\"label-off\"],\"variant\":[1]}],[1,\"eds-tag\",{\"label\":[1],\"intent\":[1],\"size\":[1]}],[1,\"eds-tooltip\",{\"content\":[1],\"position\":[1]},[[1,\"mouseenter\",\"handleHover\"]]],[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]}],[17,\"eds-input-field\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"placeholder\":[1],\"disabled\":[4],\"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\"],\"min\":[2],\"max\":[2],\"step\":[2],\"options\":[1],\"type\":[1],\"onChangeNative\":[16],\"onInput\":[16],\"exposeValueEvents\":[4,\"expose-value-events\"]}],[1,\"eds-input-footer\",{\"name\":[1],\"errorMessage\":[1,\"error-message\"],\"message\":[1],\"error\":[4],\"link\":[16]}],[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\"],\"min\":[2],\"max\":[2],\"step\":[2],\"innerVal\":[32],\"maxLengthReached\":[32]},null,{\"value\":[\"onValueChanged\"]}],[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],\"value\":[8]}],[1,\"eds-input-dropzone\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"accept\":[1],\"maxFileSize\":[2,\"max-file-size\"],\"primaryText\":[1,\"primary-text\"],\"secondaryText\":[1,\"secondary-text\"],\"selectedFiles\":[32],\"isDragging\":[32]}],[1,\"eds-input-file\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"accept\":[1],\"maxFileSize\":[2,\"max-file-size\"],\"buttonLabel\":[1,\"button-label\"],\"selectedFiles\":[32]}],[0,\"eds-input-range\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"required\":[4],\"min\":[2],\"max\":[2],\"step\":[2],\"value\":[2],\"sliderVal\":[32],\"getInputElement\":[64]},null,{\"value\":[\"onValueChange\"]}],[1,\"eds-input-label\",{\"label\":[1],\"name\":[1],\"required\":[4],\"disabled\":[4]}],[1,\"eds-logo\",{\"href\":[1],\"orientation\":[1],\"variant\":[1,\"type\"],\"label\":[1]}],[1,\"eds-code-block\",{\"code\":[1],\"language\":[1],\"copied\":[32]}],[17,\"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\"],\"triggerClick\":[16],\"fullWidth\":[4,\"full-width\"]},[[0,\"parentContext\",\"handleParentContext\"]]],[1,\"eds-link\",{\"label\":[1],\"intent\":[1],\"icon\":[1],\"iconPos\":[1,\"icon-pos\"],\"iconSmall\":[4,\"icon-small\"],\"size\":[1],\"pill\":[4],\"external\":[4],\"current\":[4],\"download\":[4],\"url\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"hideLabelOnSmallScreen\":[4,\"hide-label-on-small-screen\"]},[[0,\"parentContext\",\"handleParentContext\"]]],[1,\"eds-icon-wrapper\",{\"name\":[1],\"size\":[2]}]]],[\"logo-space\",[[1,\"logo-space\"]]],[\"svg-repository\",[[1,\"svg-repository\"]]],[\"docs-palettes\",[[0,\"docs-palettes\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"components-section\",[[0,\"components-section\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-gitlab-contributors\",[[1,\"eds-gitlab-contributors\",{\"accessToken\":[1,\"access-token\"],\"projectId\":[1,\"project-id\"],\"apiUrl\":[1,\"api-url\"],\"path\":[1],\"limit\":[2],\"minCommits\":[2,\"min-commits\"],\"showStats\":[4,\"show-stats\"],\"columns\":[1],\"sortBy\":[1,\"sort-by\"],\"contributors\":[32],\"loading\":[32],\"error\":[32]}]]],[\"docs-tokens\",[[0,\"docs-tokens\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-cookies-preference\",[[0,\"eds-cookies-preference\",{\"buttonText\":[1,\"button-text\"],\"intent\":[1],\"showMatomoNotice\":[32],\"noticeKey\":[32]}]]],[\"eds-timeline\",[[1,\"eds-timeline\",{\"events\":[1],\"selectedEvent\":[32],\"parsedEvents\":[32]},null,{\"events\":[\"parseEvents\"]}]]],[\"incorrect-use-of-colors\",[[0,\"incorrect-use-of-colors\"]]],[\"eds-feedback\",[[1,\"eds-feedback\",{\"headingLevel\":[1,\"heading-level\"],\"type\":[1],\"count\":[2],\"label\":[1],\"description\":[1],\"textMapping\":[1,\"text-mapping\"],\"selectedRating\":[32]},[[16,\"rating\",\"ratingUpdated\"]]]]],[\"eds-toast-manager\",[[1,\"eds-toast-manager\",{\"toasts\":[32]}]]],[\"logo-variations-tabs\",[[0,\"logo-variations-tabs\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"correct-use-of-colors\",[[0,\"correct-use-of-colors\"]]],[\"eds-app-root\",[[1,\"eds-app-root\",{\"isAuthenticated\":[32]}]]],[\"eds-frame\",[[1,\"eds-frame\",{\"frameLabel\":[1,\"frame-label\"],\"frameSrc\":[1,\"frame-src\"],\"urlLabel\":[1,\"url-label\"],\"errorMessage\":[1,\"error-message\"],\"url\":[1],\"intent\":[1],\"size\":[1],\"iframeError\":[32]}]]],[\"eds-modal\",[[1,\"eds-modal\",{\"heading\":[1,\"title\"],\"truncate\":[2],\"position\":[1],\"size\":[1],\"inverseHeader\":[4,\"inverse-header\"],\"isOpen\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64]},[[0,\"eds-modal-open\",\"handleGlobalOpen\"],[0,\"eds-modal-close\",\"handleGlobalClose\"],[8,\"keydown\",\"handleKeyDown\"]]]]],[\"eds-section-core_2\",[[1,\"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\"]}]]],[\"token-ratios\",[[0,\"token-ratios\"]]],[\"token-typography\",[[0,\"token-typography\"]]],[\"eds-gauge\",[[1,\"eds-gauge\",{\"size\":[2],\"valueMin\":[2,\"value-min\"],\"valueMax\":[2,\"value-max\"],\"value\":[2],\"thickness\":[2],\"variant\":[1]}]]],[\"eds-icon-bluesky\",[[0,\"eds-icon-bluesky\",{\"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-mastodon\",[[0,\"eds-icon-mastodon\",{\"class\":[1]}]]],[\"eds-icon-twitter\",[[0,\"eds-icon-twitter\",{\"class\":[1]}]]],[\"eds-icon-youtube\",[[0,\"eds-icon-youtube\",{\"class\":[1]}]]],[\"eds-pie\",[[1,\"eds-pie\",{\"size\":[2],\"slices\":[1],\"thickness\":[2],\"display\":[1],\"legend\":[4],\"colorScheme\":[1,\"color-scheme\"]}]]],[\"logo-wrong-usage\",[[1,\"logo-wrong-usage\"]]],[\"token-spacing\",[[0,\"token-spacing\"]]],[\"eds-splash-screen\",[[1,\"eds-splash-screen\",{\"inverse\":[4],\"initPromise\":[16],\"isVisible\":[32]},[[8,\"hideSplash\",\"handleHideSplash\"]],{\"initPromise\":[\"watchInitPromise\"]}]]],[\"logo-variations-horizontal_2\",[[1,\"logo-variations-horizontal\"],[1,\"logo-variations-vertical\",{\"orientation\":[1],\"type\":[1]}]]],[\"token-list_3\",[[0,\"token-list\",{\"show\":[1]}],[0,\"token-radii\"],[0,\"token-shadows\"]]],[\"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\"]]]]"), options);
|
|
4393
|
+
return bootstrapLazy(JSON.parse("[[\"eds-accordion_53\",[[1,\"eds-form\",{\"name\":[1],\"title\":[1],\"description\":[1],\"setFormUrl\":[4,\"set-form-url\"],\"formBtn\":[4,\"form-btn\"],\"formBtnLabel\":[1,\"form-btn-label\"],\"buttonIntent\":[1,\"button-intent\"],\"clearBtn\":[4,\"clear-btn\"],\"clearBtnLabel\":[1,\"clear-btn-label\"],\"errorMessage\":[1,\"error-message\"],\"fields\":[1],\"groups\":[1],\"initData\":[16],\"formStyle\":[1,\"form-style\"],\"values\":[32],\"isSubmitting\":[32],\"hasError\":[32],\"errors\":[32],\"parsedFields\":[32],\"parsedGroups\":[32],\"setData\":[64],\"getData\":[64]},null,{\"fields\":[\"parseFields\"],\"groups\":[\"parseGroups\"]}],[1,\"eds-fullscreen-menu\",{\"links\":[1],\"menuLinks\":[1,\"menu-links\"],\"homeUrl\":[1,\"home-url\"],\"inverseHeader\":[4,\"inverse-header\"],\"isMenuOpen\":[32],\"open\":[64],\"close\":[64]},[[16,\"toggleheadermenu\",\"handleToggleMenu\"],[8,\"keydown\",\"onKeydown\"]]],[1,\"eds-kg-learning-resources\",{\"apiEndpoint\":[1,\"api-endpoint\"],\"resolveNames\":[4,\"resolve-names\"],\"size\":[2],\"heading\":[1],\"variant\":[1],\"loading\":[32],\"error\":[32],\"software\":[32],\"meta\":[32],\"filterType\":[32],\"filterLevel\":[32],\"searchQuery\":[32]}],[1,\"eds-user\",{\"user\":[1025],\"intent\":[1],\"dropdownLabel\":[1,\"dropdown-label\"],\"expanded\":[32],\"shortMode\":[32],\"closeDropdown\":[64]}],[1,\"eds-header\",{\"url\":[513],\"links\":[1],\"variant\":[513],\"menu\":[4],\"isMenuOpen\":[32],\"isUserMenuOpen\":[32]}],[1,\"eds-card-app\",{\"category\":[1],\"title\":[1],\"description\":[1],\"tags\":[1],\"url\":[1],\"linkText\":[1,\"link-text\"],\"variant\":[1]}],[1,\"eds-card-cta\",{\"title\":[1],\"description\":[1],\"primaryButtonText\":[1,\"primary-button-text\"],\"primaryButtonUrl\":[1,\"primary-button-url\"],\"secondaryButtonText\":[1,\"secondary-button-text\"],\"secondaryButtonUrl\":[1,\"secondary-button-url\"],\"links\":[1],\"variant\":[1]}],[1,\"eds-steps-v2\",{\"steps\":[1],\"type\":[1],\"orientation\":[1],\"theme\":[1],\"imageSrc\":[1,\"image-src\"],\"imageWidth\":[2,\"image-width\"],\"message\":[1],\"nextLabel\":[1,\"next-label\"],\"backLabel\":[1,\"back-label\"],\"finishLabel\":[1,\"finish-label\"],\"showFinish\":[4,\"show-finish\"],\"disableNext\":[1032,\"disable-next\"],\"headingLevel\":[513,\"heading-level\"],\"activeStep\":[32]},null,{\"disableNext\":[\"handleDisableNextChange\"],\"activeStep\":[\"activeStepChanged\"]}],[1,\"eds-breadcrumb\",{\"items\":[1],\"intent\":[1],\"parsedItems\":[32],\"isSmallScreen\":[32],\"maxVisibleItems\":[32]},null,{\"items\":[\"parseItems\"]}],[1,\"eds-card-feature\",{\"icon\":[1],\"title\":[1],\"description\":[1],\"url\":[1],\"linkText\":[1,\"link-text\"],\"variant\":[1]}],[1,\"eds-global-search\",{\"apiEndpoint\":[1,\"api-endpoint\"],\"placeholder\":[1],\"limit\":[2],\"debounceDelay\":[2,\"debounce-delay\"],\"forceNewTab\":[4,\"force-new-tab\"],\"currentOrigin\":[1,\"current-origin\"],\"currentSource\":[1,\"current-source\"],\"authToken\":[1,\"auth-token\"],\"variant\":[513],\"query\":[32],\"results\":[32],\"loading\":[32],\"error\":[32],\"hasSearched\":[32],\"showDropdown\":[32],\"selectedIndex\":[32]},[[4,\"click\",\"handleDocumentClick\"],[0,\"keydown\",\"handleKeydown\"]]],[1,\"eds-sidebar\",{\"items\":[1],\"theme\":[1],\"activeUrl\":[1,\"active-url\"],\"enableRouting\":[4,\"enable-routing\"],\"maxLevel\":[2,\"max-level\"],\"openItems\":[32],\"parsedItems\":[32]},null,{\"items\":[\"handleItemsChange\"],\"activeUrl\":[\"handleActiveUrlChange\"]}],[1,\"eds-card-hero\",{\"category\":[1],\"title\":[1],\"description\":[1],\"tags\":[1],\"url\":[1],\"variant\":[1]}],[1,\"eds-card-stat\",{\"number\":[1],\"label\":[1],\"description\":[1],\"url\":[1],\"variant\":[1]}],[1,\"eds-progress-bar\",{\"value\":[1026],\"showLabel\":[4,\"show-label\"],\"variant\":[1],\"labelPaddingX\":[1,\"label-padding-x\"],\"updateValue\":[64]}],[1,\"eds-tabs\",{\"identifier\":[1,\"id\"],\"navAriaLabel\":[1,\"nav-aria-label\"],\"tabs\":[1],\"variant\":[1],\"parsedTabs\":[32],\"activeIndex\":[32]},null,{\"tabs\":[\"parseTabs\"]}],[0,\"eds-kg-web-services-select\",{\"apiEndpoint\":[1,\"api-endpoint\"],\"label\":[1],\"name\":[1],\"placeholder\":[1],\"required\":[4],\"disabled\":[4],\"size\":[2],\"searchTerm\":[1,\"search-term\"],\"value\":[1025],\"hint\":[1],\"message\":[1],\"error\":[4],\"errorMessage\":[1,\"error-message\"],\"loading\":[32],\"webServices\":[32],\"fetchError\":[32],\"selectOptions\":[32]}],[1,\"eds-card-generic\",{\"title\":[1],\"url\":[1],\"description\":[1],\"tags\":[1],\"intent\":[1],\"icon\":[1],\"titleSize\":[1,\"title-size\"],\"isHovered\":[32]},[[0,\"parentContext\",\"handleParentContext\"]]],[1,\"eds-footer\",{\"social\":[4],\"variant\":[513],\"enableScrollTop\":[4,\"enable-scroll-top\"],\"fundedBy\":[1,\"funded-by\"],\"rightsReserved\":[1,\"rights-reserved\"],\"cookiesPreferences\":[1,\"cookies-preferences\"],\"enableCookiesSettings\":[4,\"enable-cookies-settings\"],\"backToTopAriaLabel\":[1,\"back-to-top-aria-label\"],\"columns\":[1],\"resolvedColumns\":[32]},[[9,\"scroll\",\"handleScroll\"]],{\"columns\":[\"onColumnsChange\"]}],[1,\"eds-search-select\",{\"name\":[1],\"label\":[1],\"placeholder\":[1],\"required\":[4],\"disabled\":[4],\"hint\":[1],\"message\":[1],\"error\":[4],\"errorMessage\":[1,\"error-message\"],\"value\":[1025],\"multiple\":[4],\"options\":[1],\"source\":[1],\"apiBase\":[1,\"api-base\"],\"searchParam\":[1,\"search-param\"],\"limit\":[2],\"debounceMs\":[2,\"debounce-ms\"],\"maxVisible\":[2,\"max-visible\"],\"open\":[32],\"query\":[32],\"loading\":[32],\"fetchError\":[32],\"items\":[32],\"total\":[32],\"activeIndex\":[32],\"selectedLabel\":[32]},null,{\"options\":[\"onOptionsChange\"],\"value\":[\"onValueChange\"]}],[1,\"eds-matomo-notice\",{\"heading\":[1,\"title\"],\"description\":[1],\"optOutMessage\":[1,\"opt-out-message\"],\"forceShow\":[4,\"force-show\"],\"showNotice\":[32]},[[16,\"cookies\",\"toggleCookiesConsent\"]]],[1,\"eds-nps\",{\"question\":[1],\"leftLabel\":[1,\"left-label\"],\"rightLabel\":[1,\"right-label\"],\"selectedValue\":[2,\"selected-value\"],\"internalValue\":[32]},null,{\"selectedValue\":[\"handleSelectedValueChange\"]}],[1,\"eds-dropdown\",{\"icon\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"asNav\":[4,\"as-nav\"],\"dropdownPos\":[1,\"dropdown-pos\"],\"dropdownOffset\":[4,\"dropdown-offset\"],\"intent\":[1],\"autoClose\":[4,\"auto-close\"],\"noCloseSelector\":[1,\"no-close-selector\"],\"isOpen\":[32],\"focusIndex\":[32],\"close\":[64]},[[8,\"click\",\"handleWindowClick\"],[8,\"keydown\",\"handleKeyDown\"],[0,\"click\",\"handleHostInternalClick\"]]],[1,\"eds-steps\",{\"steps\":[1],\"type\":[1],\"orientation\":[1],\"theme\":[1],\"nextLabel\":[1,\"next-label\"],\"backLabel\":[1,\"back-label\"],\"finishLabel\":[1,\"finish-label\"],\"showFinish\":[4,\"show-finish\"],\"disableNext\":[1032,\"disable-next\"],\"headingLevel\":[513,\"heading-level\"],\"collapsibleTitles\":[4,\"collapsible-titles\"],\"activeStep\":[32]},null,{\"disableNext\":[\"handleDisableNextChange\"],\"activeStep\":[\"activeStepChanged\"]}],[1,\"eds-toast\",{\"message\":[1],\"intent\":[1],\"duration\":[2],\"visible\":[32]}],[1,\"eds-table\",{\"data\":[1,\"table-data\"],\"config\":[1],\"rowsPerPage\":[2,\"rows-per-page\"],\"paginationEnabled\":[4,\"pagination-enabled\"],\"searchEnabled\":[4,\"search-enabled\"],\"hostWidth\":[1,\"host-width\"],\"actions\":[1],\"actionTemplate\":[16],\"sortingEnabled\":[4,\"sorting-enabled\"],\"theme\":[1025],\"view\":[1025],\"showViewToggle\":[4,\"show-view-toggle\"],\"parsedActions\":[32],\"dataColumns\":[32],\"tbData\":[32],\"columns\":[32],\"currentPage\":[32],\"parsedConfig\":[32],\"totalRows\":[32],\"searchQuery\":[32],\"containerWidth\":[32],\"sortColumn\":[32],\"sortDirection\":[32]},null,{\"data\":[\"handleDataChange\",\"parseData\"],\"config\":[\"handleConfigChange\"],\"actions\":[\"handleActionsChange\"]}],[1,\"eds-rating\",{\"ratingType\":[1,\"rating-type\"],\"ratingCount\":[2,\"rating-count\"],\"selectedRating\":[2,\"selected-rating\"],\"internalRating\":[32]},null,{\"selectedRating\":[\"handleSelectedRatingChange\"]}],[1,\"eds-social-networks\",{\"heading\":[1,\"title\"],\"variant\":[1]}],[1,\"eds-avatar\",{\"firstName\":[1,\"first-name\"],\"lastName\":[1,\"last-name\"],\"picture\":[1],\"initials\":[1],\"color\":[1]}],[1,\"eds-card-desc\",{\"description\":[1],\"truncate\":[4],\"truncateLines\":[1,\"truncate-lines\"],\"intent\":[1]}],[1,\"eds-card-title\",{\"url\":[1],\"externalLink\":[4,\"external-link\"],\"title\":[1],\"intent\":[1],\"size\":[1]}],[1,\"eds-pagination\",{\"currentPage\":[2,\"current-page\"],\"lastPage\":[2,\"last-page\"],\"perPage\":[2,\"per-page\"],\"total\":[2],\"url\":[1],\"mode\":[1],\"useButtons\":[4,\"use-buttons\"],\"prevLabel\":[1,\"prev-label\"],\"nextLabel\":[1,\"next-label\"],\"prevUrl\":[1,\"prev-url\"],\"nextUrl\":[1,\"next-url\"],\"links\":[32],\"focusedIndex\":[32]},null,{\"currentPage\":[\"onPageOrLastPageChange\"],\"lastPage\":[\"onPageOrLastPageChange\"]}],[1,\"eds-accordion\",{\"heading\":[1,\"title\"],\"description\":[1],\"variant\":[1],\"icon\":[1],\"switchBg\":[4,\"switch-bg\"],\"expanded\":[4],\"clampText\":[4,\"clamp-text\"],\"isExpanded\":[32],\"toggleIcon\":[32]}],[1,\"eds-block-break\",{\"inverse\":[4]}],[1,\"eds-spinner\",{\"size\":[1],\"variant\":[1],\"message\":[1],\"background\":[1],\"fullscreen\":[4]}],[1,\"eds-switch\",{\"checked\":[1540],\"disabled\":[4],\"labelOn\":[1,\"label-on\"],\"labelOff\":[1,\"label-off\"],\"variant\":[1]}],[1,\"eds-tooltip\",{\"content\":[1],\"position\":[1]},[[1,\"mouseenter\",\"handleHover\"]]],[1,\"eds-alert\",{\"message\":[1],\"pressableLabel\":[1,\"pressable-label\"],\"pressableUrl\":[1,\"pressable-url\"],\"direction\":[1],\"intent\":[1],\"icon\":[1],\"dismissible\":[4],\"withBtn\":[32],\"dismissed\":[32]},null,{\"pressableLabel\":[\"onPressableLabelChange\"]}],[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-tag\",{\"label\":[1],\"intent\":[1],\"size\":[1]}],[17,\"eds-input-field\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"placeholder\":[1],\"disabled\":[4],\"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\"],\"min\":[2],\"max\":[2],\"step\":[2],\"options\":[1],\"type\":[1],\"onChangeNative\":[16],\"onInput\":[16],\"exposeValueEvents\":[4,\"expose-value-events\"]}],[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\"],\"min\":[2],\"max\":[2],\"step\":[2],\"inputTabIndex\":[2,\"input-tab-index\"],\"innerVal\":[32],\"maxLengthReached\":[32]},null,{\"value\":[\"onValueChanged\"]}],[0,\"eds-input-select\",{\"inputId\":[1,\"input-id\"],\"name\":[1],\"placeholder\":[1],\"disabled\":[4],\"hasMessage\":[4,\"has-message\"],\"error\":[4],\"required\":[4],\"options\":[16],\"value\":[8]}],[1,\"eds-input-dropzone\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"accept\":[1],\"maxFileSize\":[2,\"max-file-size\"],\"primaryText\":[1,\"primary-text\"],\"secondaryText\":[1,\"secondary-text\"],\"selectedFiles\":[32],\"isDragging\":[32]}],[1,\"eds-input-file\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"accept\":[1],\"maxFileSize\":[2,\"max-file-size\"],\"buttonLabel\":[1,\"button-label\"],\"selectedFiles\":[32]}],[0,\"eds-input-range\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"required\":[4],\"min\":[2],\"max\":[2],\"step\":[2],\"value\":[2],\"sliderVal\":[32],\"getInputElement\":[64]},null,{\"value\":[\"onValueChange\"]}],[1,\"eds-input-footer\",{\"name\":[1],\"errorMessage\":[1,\"error-message\"],\"message\":[1],\"error\":[4],\"link\":[16]}],[1,\"eds-input-label\",{\"label\":[1],\"name\":[1],\"required\":[4],\"disabled\":[4]}],[1,\"eds-logo\",{\"href\":[1],\"orientation\":[1],\"variant\":[1,\"type\"],\"label\":[1]}],[1,\"eds-code-block\",{\"code\":[1],\"language\":[1],\"copied\":[32]}],[17,\"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\"],\"triggerClick\":[16],\"fullWidth\":[4,\"full-width\"]},[[0,\"parentContext\",\"handleParentContext\"]]],[1,\"eds-link\",{\"label\":[1],\"intent\":[1],\"icon\":[1],\"iconPos\":[1,\"icon-pos\"],\"iconSmall\":[4,\"icon-small\"],\"size\":[1],\"pill\":[4],\"external\":[4],\"current\":[4],\"download\":[4],\"url\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"hideLabelOnSmallScreen\":[4,\"hide-label-on-small-screen\"]},[[0,\"parentContext\",\"handleParentContext\"]]],[1,\"eds-icon-wrapper\",{\"name\":[1],\"size\":[2],\"label\":[1]}]]],[\"logo-space\",[[1,\"logo-space\"]]],[\"svg-repository\",[[1,\"svg-repository\"]]],[\"docs-palettes\",[[0,\"docs-palettes\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"components-section\",[[0,\"components-section\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-gitlab-contributors\",[[1,\"eds-gitlab-contributors\",{\"accessToken\":[1,\"access-token\"],\"projectId\":[1,\"project-id\"],\"apiUrl\":[1,\"api-url\"],\"path\":[1],\"limit\":[2],\"minCommits\":[2,\"min-commits\"],\"showStats\":[4,\"show-stats\"],\"columns\":[1],\"sortBy\":[1,\"sort-by\"],\"contributors\":[32],\"loading\":[32],\"error\":[32]}]]],[\"docs-tokens\",[[0,\"docs-tokens\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-cookies-preference\",[[0,\"eds-cookies-preference\",{\"buttonText\":[1,\"button-text\"],\"intent\":[1],\"showMatomoNotice\":[32],\"noticeKey\":[32]}]]],[\"eds-timeline\",[[1,\"eds-timeline\",{\"events\":[1],\"selectedEvent\":[32],\"parsedEvents\":[32]},null,{\"events\":[\"parseEvents\"]}]]],[\"incorrect-use-of-colors\",[[0,\"incorrect-use-of-colors\"]]],[\"eds-feedback\",[[1,\"eds-feedback\",{\"headingLevel\":[1,\"heading-level\"],\"type\":[1],\"count\":[2],\"label\":[1],\"description\":[1],\"textMapping\":[1,\"text-mapping\"],\"selectedRating\":[32]},[[16,\"rating\",\"ratingUpdated\"]]]]],[\"eds-toast-manager\",[[1,\"eds-toast-manager\",{\"toasts\":[32]}]]],[\"logo-variations-tabs\",[[0,\"logo-variations-tabs\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"correct-use-of-colors\",[[0,\"correct-use-of-colors\"]]],[\"eds-app-root\",[[1,\"eds-app-root\",{\"isAuthenticated\":[32]}]]],[\"eds-frame\",[[1,\"eds-frame\",{\"frameLabel\":[1,\"frame-label\"],\"frameSrc\":[1,\"frame-src\"],\"urlLabel\":[1,\"url-label\"],\"errorMessage\":[1,\"error-message\"],\"url\":[1],\"intent\":[1],\"size\":[1],\"iframeError\":[32]}]]],[\"eds-modal\",[[1,\"eds-modal\",{\"heading\":[1,\"title\"],\"truncate\":[2],\"position\":[1],\"size\":[1],\"inverseHeader\":[4,\"inverse-header\"],\"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-input-search\",[[0,\"eds-input-search\",{\"name\":[1],\"inputId\":[1,\"input-id\"],\"placeholder\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"decorate\":[1],\"label\":[1],\"getInputElement\":[64]}]]],[\"eds-gauge\",[[1,\"eds-gauge\",{\"size\":[2],\"valueMin\":[2,\"value-min\"],\"valueMax\":[2,\"value-max\"],\"value\":[2],\"thickness\":[2],\"variant\":[1]}]]],[\"eds-icon-bluesky\",[[0,\"eds-icon-bluesky\",{\"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-mastodon\",[[0,\"eds-icon-mastodon\",{\"class\":[1]}]]],[\"eds-icon-twitter\",[[0,\"eds-icon-twitter\",{\"class\":[1]}]]],[\"eds-icon-youtube\",[[0,\"eds-icon-youtube\",{\"class\":[1]}]]],[\"eds-pie\",[[1,\"eds-pie\",{\"size\":[2],\"slices\":[1],\"thickness\":[2],\"display\":[1],\"legend\":[4],\"colorScheme\":[1,\"color-scheme\"]}]]],[\"eds-trl-badge\",[[1,\"eds-trl-badge\",{\"level\":[2],\"assessed\":[1],\"methodology\":[1],\"theme\":[1],\"variant\":[1],\"size\":[2],\"label\":[1],\"href\":[1]}]]],[\"logo-wrong-usage\",[[1,\"logo-wrong-usage\"]]],[\"token-spacing\",[[0,\"token-spacing\"]]],[\"eds-splash-screen\",[[1,\"eds-splash-screen\",{\"inverse\":[4],\"initPromise\":[16],\"isVisible\":[32]},[[8,\"hideSplash\",\"handleHideSplash\"]],{\"initPromise\":[\"watchInitPromise\"]}]]],[\"logo-variations-horizontal_2\",[[1,\"logo-variations-horizontal\"],[1,\"logo-variations-vertical\",{\"orientation\":[1],\"type\":[1]}]]],[\"token-list_3\",[[0,\"token-list\",{\"show\":[1]}],[0,\"token-radii\"],[0,\"token-shadows\"]]],[\"eds-section-core_2\",[[1,\"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\"]}]]],[\"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\"]]]]"), options);
|
|
4388
4394
|
};
|
|
4389
4395
|
|
|
4390
4396
|
(function () {
|
|
@@ -4430,6 +4436,7 @@ const EdsInputField = /*@__PURE__*/createReactComponent('eds-input-field');
|
|
|
4430
4436
|
const EdsInputFile = /*@__PURE__*/createReactComponent('eds-input-file');
|
|
4431
4437
|
const EdsInputFooter = /*@__PURE__*/createReactComponent('eds-input-footer');
|
|
4432
4438
|
const EdsInputLabel = /*@__PURE__*/createReactComponent('eds-input-label');
|
|
4439
|
+
const EdsKgLearningResources = /*@__PURE__*/createReactComponent('eds-kg-learning-resources');
|
|
4433
4440
|
const EdsKgWebServicesSelect = /*@__PURE__*/createReactComponent('eds-kg-web-services-select');
|
|
4434
4441
|
const EdsLink = /*@__PURE__*/createReactComponent('eds-link');
|
|
4435
4442
|
const EdsLogo = /*@__PURE__*/createReactComponent('eds-logo');
|
|
@@ -4440,6 +4447,7 @@ const EdsPagination = /*@__PURE__*/createReactComponent('eds-pagination');
|
|
|
4440
4447
|
const EdsPie = /*@__PURE__*/createReactComponent('eds-pie');
|
|
4441
4448
|
const EdsProgressBar = /*@__PURE__*/createReactComponent('eds-progress-bar');
|
|
4442
4449
|
const EdsRating = /*@__PURE__*/createReactComponent('eds-rating');
|
|
4450
|
+
const EdsSearchSelect = /*@__PURE__*/createReactComponent('eds-search-select');
|
|
4443
4451
|
const EdsSidebar = /*@__PURE__*/createReactComponent('eds-sidebar');
|
|
4444
4452
|
const EdsSocialNetworks = /*@__PURE__*/createReactComponent('eds-social-networks');
|
|
4445
4453
|
const EdsSpinner = /*@__PURE__*/createReactComponent('eds-spinner');
|
|
@@ -4452,6 +4460,7 @@ const EdsTabs = /*@__PURE__*/createReactComponent('eds-tabs');
|
|
|
4452
4460
|
const EdsTag = /*@__PURE__*/createReactComponent('eds-tag');
|
|
4453
4461
|
const EdsToast = /*@__PURE__*/createReactComponent('eds-toast');
|
|
4454
4462
|
const EdsTooltip = /*@__PURE__*/createReactComponent('eds-tooltip');
|
|
4463
|
+
const EdsTrlBadge = /*@__PURE__*/createReactComponent('eds-trl-badge');
|
|
4455
4464
|
const EdsUser = /*@__PURE__*/createReactComponent('eds-user');
|
|
4456
4465
|
|
|
4457
|
-
export {
|
|
4466
|
+
export { EdsTag as $, EdsInputField as A, EdsInputFile as B, EdsInputFooter as C, EdsInputLabel as D, EdsAccordion as E, EdsKgLearningResources as F, EdsKgWebServicesSelect as G, Host as H, EdsLink as I, EdsLogo as J, EdsMatomoNotice as K, EdsModal as L, EdsNps as M, EdsPagination as N, EdsPie as O, EdsProgressBar as P, EdsRating as Q, EdsSearchSelect as R, EdsSidebar as S, EdsSocialNetworks as T, EdsSpinner as U, EdsSplashScreen as V, EdsSteps as W, EdsStepsV2 as X, EdsSwitch as Y, EdsTable as Z, EdsTabs as _, EdsAlert as a, EdsToast as a0, EdsTooltip as a1, EdsTrlBadge as a2, EdsUser as a3, EdsAvatar as b, createEvent as c, EdsBlockBreak as d, EdsBreadcrumb as e, EdsButton as f, getElement as g, h, EdsCardApp as i, EdsCardCta as j, EdsCardFeature as k, EdsCardGeneric as l, EdsCardHero as m, EdsCardStat as n, EdsCodeBlock as o, EdsDropdown as p, EdsFeedback as q, registerInstance as r, EdsFooter as s, EdsForm as t, EdsGauge as u, EdsGlobalSearch as v, EdsHeader as w, EdsIconWrapper as x, EdsImg as y, EdsInputDropzone as z };
|
package/logo-space.entry.esm.js
CHANGED
|
@@ -11,16 +11,16 @@ const LogoSpace = class {
|
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
13
|
return h("div", {
|
|
14
|
-
key: '
|
|
14
|
+
key: '9f72a0aaadd8ae1aaa8998ca3539bd7d2640de80',
|
|
15
15
|
class: "container"
|
|
16
16
|
}, h("ul", {
|
|
17
|
-
key: '
|
|
17
|
+
key: 'c4eae5e0c5c6adebbcdfa9f5ff5e505e8fca5364',
|
|
18
18
|
class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
19
19
|
}, h("li", {
|
|
20
|
-
key: '
|
|
20
|
+
key: 'cc93430ed51397f9cc5f6885da73464eee4f50f0',
|
|
21
21
|
class: "grid-col-span-6 xxl:grid-col-span-3 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
22
22
|
}, h("div", {
|
|
23
|
-
key: '
|
|
23
|
+
key: '7a10d36af753e4cc085a898385a79f86cfda4386',
|
|
24
24
|
class: "logo-clear-space mx-auto",
|
|
25
25
|
style: {
|
|
26
26
|
position: 'relative',
|
|
@@ -29,7 +29,7 @@ const LogoSpace = class {
|
|
|
29
29
|
borderRadius: '8px'
|
|
30
30
|
}
|
|
31
31
|
}, h("div", {
|
|
32
|
-
key: '
|
|
32
|
+
key: 'ca39c5c1d7692ac3e3f4c5f86b37ac315da32238',
|
|
33
33
|
style: {
|
|
34
34
|
position: 'absolute',
|
|
35
35
|
top: '0',
|
|
@@ -40,7 +40,7 @@ const LogoSpace = class {
|
|
|
40
40
|
alignItems: 'center'
|
|
41
41
|
}
|
|
42
42
|
}, h("span", {
|
|
43
|
-
key: '
|
|
43
|
+
key: '29dc95b66b0cc09fc4b4d45b317858262fd5f74c',
|
|
44
44
|
style: {
|
|
45
45
|
fontSize: '11px',
|
|
46
46
|
fontWeight: '600',
|
|
@@ -48,14 +48,14 @@ const LogoSpace = class {
|
|
|
48
48
|
fontFamily: 'IBM Plex Mono, monospace'
|
|
49
49
|
}
|
|
50
50
|
}, "E"), h("div", {
|
|
51
|
-
key: '
|
|
51
|
+
key: '314d8208cb5349457c1586eacbda115e9fb16d11',
|
|
52
52
|
style: {
|
|
53
53
|
width: '1px',
|
|
54
54
|
height: '12px',
|
|
55
55
|
borderLeft: '1px dashed #00C87B'
|
|
56
56
|
}
|
|
57
57
|
})), h("div", {
|
|
58
|
-
key: '
|
|
58
|
+
key: '4d8a568924c6891cd4be3c19e04fc31c2ea1fc70',
|
|
59
59
|
style: {
|
|
60
60
|
position: 'absolute',
|
|
61
61
|
bottom: '0',
|
|
@@ -66,14 +66,14 @@ const LogoSpace = class {
|
|
|
66
66
|
alignItems: 'center'
|
|
67
67
|
}
|
|
68
68
|
}, h("div", {
|
|
69
|
-
key: '
|
|
69
|
+
key: 'b09af7bd89b9f553b812190356ca62aa92ed6991',
|
|
70
70
|
style: {
|
|
71
71
|
width: '1px',
|
|
72
72
|
height: '12px',
|
|
73
73
|
borderLeft: '1px dashed #00C87B'
|
|
74
74
|
}
|
|
75
75
|
}), h("span", {
|
|
76
|
-
key: '
|
|
76
|
+
key: 'f093c84334e23c4f4f057e7e4b32d9107a3f41fc',
|
|
77
77
|
style: {
|
|
78
78
|
fontSize: '11px',
|
|
79
79
|
fontWeight: '600',
|
|
@@ -81,7 +81,7 @@ const LogoSpace = class {
|
|
|
81
81
|
fontFamily: 'IBM Plex Mono, monospace'
|
|
82
82
|
}
|
|
83
83
|
}, "E")), h("div", {
|
|
84
|
-
key: '
|
|
84
|
+
key: '91db9099f9e9a1523e19785fb7114e3f4fce7275',
|
|
85
85
|
style: {
|
|
86
86
|
position: 'absolute',
|
|
87
87
|
left: '4px',
|
|
@@ -91,7 +91,7 @@ const LogoSpace = class {
|
|
|
91
91
|
alignItems: 'center'
|
|
92
92
|
}
|
|
93
93
|
}, h("span", {
|
|
94
|
-
key: '
|
|
94
|
+
key: '88dd6f5d7954d2a1609db58f16242302f8d4f018',
|
|
95
95
|
style: {
|
|
96
96
|
fontSize: '11px',
|
|
97
97
|
fontWeight: '600',
|
|
@@ -99,14 +99,14 @@ const LogoSpace = class {
|
|
|
99
99
|
fontFamily: 'IBM Plex Mono, monospace'
|
|
100
100
|
}
|
|
101
101
|
}, "E"), h("div", {
|
|
102
|
-
key: '
|
|
102
|
+
key: '1a6cad75530619b5f7cdbd9044c61ddd05bb4882',
|
|
103
103
|
style: {
|
|
104
104
|
height: '1px',
|
|
105
105
|
width: '12px',
|
|
106
106
|
borderTop: '1px dashed #00C87B'
|
|
107
107
|
}
|
|
108
108
|
})), h("div", {
|
|
109
|
-
key: '
|
|
109
|
+
key: '1cf721720500db93522e8563a44260f1ad5d12a3',
|
|
110
110
|
style: {
|
|
111
111
|
position: 'absolute',
|
|
112
112
|
right: '4px',
|
|
@@ -116,14 +116,14 @@ const LogoSpace = class {
|
|
|
116
116
|
alignItems: 'center'
|
|
117
117
|
}
|
|
118
118
|
}, h("div", {
|
|
119
|
-
key: '
|
|
119
|
+
key: 'cd05bc1ca38fd5698f894f036ea4530833636dec',
|
|
120
120
|
style: {
|
|
121
121
|
height: '1px',
|
|
122
122
|
width: '12px',
|
|
123
123
|
borderTop: '1px dashed #00C87B'
|
|
124
124
|
}
|
|
125
125
|
}), h("span", {
|
|
126
|
-
key: '
|
|
126
|
+
key: 'ab0476740b19beb7c7799334370bff344e01a4de',
|
|
127
127
|
style: {
|
|
128
128
|
fontSize: '11px',
|
|
129
129
|
fontWeight: '600',
|
|
@@ -131,7 +131,7 @@ const LogoSpace = class {
|
|
|
131
131
|
fontFamily: 'IBM Plex Mono, monospace'
|
|
132
132
|
}
|
|
133
133
|
}, "E")), h("div", {
|
|
134
|
-
key: '
|
|
134
|
+
key: 'ce5dcd6aaa22c90084ac3f285c28726ef1dc241e',
|
|
135
135
|
style: {
|
|
136
136
|
border: '1px dashed rgba(0, 200, 123, 0.5)',
|
|
137
137
|
borderRadius: '4px',
|
|
@@ -141,7 +141,7 @@ const LogoSpace = class {
|
|
|
141
141
|
justifyContent: 'center'
|
|
142
142
|
}
|
|
143
143
|
}, h("eds-logo", {
|
|
144
|
-
key: '
|
|
144
|
+
key: '457548ba3f0835a632c86521fce2fc828f72b7a5',
|
|
145
145
|
variant: "positive",
|
|
146
146
|
href: "#",
|
|
147
147
|
style: {
|
|
@@ -149,16 +149,16 @@ const LogoSpace = class {
|
|
|
149
149
|
width: '250px'
|
|
150
150
|
}
|
|
151
151
|
})))), h("li", {
|
|
152
|
-
key: '
|
|
152
|
+
key: '676ceccfa0081fa6b05a2c6cb3c0ba88da61cd6a',
|
|
153
153
|
class: "grid-col-span-6 xxl:grid-col-span-3 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
154
154
|
}, h("div", {
|
|
155
|
-
key: '
|
|
155
|
+
key: '5ca2e9f1c386afc3f70be756183b4fe93779022f',
|
|
156
156
|
class: "text-center mt-16"
|
|
157
157
|
}, h("p", {
|
|
158
|
-
key: '
|
|
158
|
+
key: '0c986326909c8de83e584f796c41198554741c3d',
|
|
159
159
|
class: "f-body-01"
|
|
160
160
|
}, "To ensure legibility, follow these minimum size guidelines:"), h("eds-table", {
|
|
161
|
-
key: '
|
|
161
|
+
key: 'c745fc8b37d5fe412b08c0f88283d5ba74492f30',
|
|
162
162
|
data: '[\n { "Media": "Print", "Min Size": "0.75 cm" },\n { "Media": "Web", "Min Size": "29 px" }\n ]',
|
|
163
163
|
config: '{\n "Media": { "format": "bold" }\n }'
|
|
164
164
|
})))));
|
|
@@ -11,35 +11,35 @@ const LogoVariationsHorizontal = class {
|
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
13
|
return h("div", {
|
|
14
|
-
key: '
|
|
14
|
+
key: 'bfd9df144e3cabfc1b2198909208d4d41b1d06b8',
|
|
15
15
|
class: "container"
|
|
16
16
|
}, h("ul", {
|
|
17
|
-
key: '
|
|
17
|
+
key: '318197fcbbf5ea30a3b7786c670dc6a3484063fe',
|
|
18
18
|
class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
19
19
|
}, h("li", {
|
|
20
|
-
key: '
|
|
20
|
+
key: '7014dddeec695952b9b4041bacc7b509abd4425c',
|
|
21
21
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
22
22
|
}, h("p", {
|
|
23
|
-
key: '
|
|
23
|
+
key: '8be13e6c9f214d23941aae09653e6bae85536805',
|
|
24
24
|
class: "f-body-01 text-center my-4"
|
|
25
25
|
}, "#1 Positive"), h("div", {
|
|
26
|
-
key: '
|
|
26
|
+
key: 'a3eb696587b0fe2eaea6e6f02c6512d75b2319f4',
|
|
27
27
|
class: "coloured"
|
|
28
28
|
}, h("eds-logo", {
|
|
29
|
-
key: '
|
|
29
|
+
key: '530e57935491b485a8f1ab983c5c74aa62699e33',
|
|
30
30
|
variant: "positive",
|
|
31
31
|
href: "#"
|
|
32
32
|
}))), h("li", {
|
|
33
|
-
key: '
|
|
33
|
+
key: '1664f259390ded9c4084a8734b275a24e4add82e',
|
|
34
34
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
35
35
|
}, h("p", {
|
|
36
|
-
key: '
|
|
36
|
+
key: 'c24b35b76fe5cd95462c3f5c435a445b4eed731d',
|
|
37
37
|
class: "f-body-01 text-center my-4"
|
|
38
38
|
}, "#2 Negative"), h("div", {
|
|
39
|
-
key: '
|
|
39
|
+
key: '0ef846b5bc472e082151994428a681e8ef888919',
|
|
40
40
|
class: "bg-default"
|
|
41
41
|
}, h("eds-logo", {
|
|
42
|
-
key: '
|
|
42
|
+
key: '647cbedbffc487740dda470fada93c7c4bfe88b7',
|
|
43
43
|
variant: "negative",
|
|
44
44
|
href: "#"
|
|
45
45
|
})))));
|
|
@@ -56,36 +56,36 @@ const LogoVariationsVertical = class {
|
|
|
56
56
|
}
|
|
57
57
|
render() {
|
|
58
58
|
return h("div", {
|
|
59
|
-
key: '
|
|
59
|
+
key: '7707346060f598bc4a33ed1b25591907bd1ed86f',
|
|
60
60
|
class: "container"
|
|
61
61
|
}, h("ul", {
|
|
62
|
-
key: '
|
|
62
|
+
key: '988427e4445b7238666a8865b40e39106574a020',
|
|
63
63
|
class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
64
64
|
}, h("li", {
|
|
65
|
-
key: '
|
|
65
|
+
key: '09ebe2c5e0c4a17451cff4fa7f8d14f8dadccfb2',
|
|
66
66
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
67
67
|
}, h("p", {
|
|
68
|
-
key: '
|
|
68
|
+
key: 'b761f45824056d8022b25851dc92ec477ba5dd90',
|
|
69
69
|
class: "f-body-01 text-center my-4"
|
|
70
70
|
}, "#1 Positive"), h("div", {
|
|
71
|
-
key: '
|
|
71
|
+
key: 'b1d0c459aa5fe60c07d23d216873e8792a9b0bdb',
|
|
72
72
|
class: "mx-auto coloured w-[300px]"
|
|
73
73
|
}, h("eds-logo", {
|
|
74
|
-
key: '
|
|
74
|
+
key: '579c9c3bfe2156153d0a695ed164b5c143435935',
|
|
75
75
|
orientation: "vertical",
|
|
76
76
|
variant: "positive",
|
|
77
77
|
href: "#"
|
|
78
78
|
}))), h("li", {
|
|
79
|
-
key: '
|
|
79
|
+
key: 'e9392a9b97c7fee407bc49dbf1baf5844c002f4a',
|
|
80
80
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
81
81
|
}, h("p", {
|
|
82
|
-
key: '
|
|
82
|
+
key: '5335419cfe66e2454eebe227dcbb844bd9c28d65',
|
|
83
83
|
class: "f-body-01 text-center my-4"
|
|
84
84
|
}, "#2 Negative"), h("div", {
|
|
85
|
-
key: '
|
|
85
|
+
key: '85f26cc36d343225c543f55ebff8435b7c3b8128',
|
|
86
86
|
class: "mx-auto bg-default w-[300px]"
|
|
87
87
|
}, h("eds-logo", {
|
|
88
|
-
key: '
|
|
88
|
+
key: 'e50ba165a491eda6dbdf386cb7c82cfdb69aa7a7',
|
|
89
89
|
orientation: "vertical",
|
|
90
90
|
variant: "negative",
|
|
91
91
|
href: "#"
|
|
@@ -12,86 +12,86 @@ const LogoWrongUsage = class {
|
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
14
|
return h("div", {
|
|
15
|
-
key: '
|
|
15
|
+
key: 'd2670fc81c458c6fa7830adc0bfe84a8d6edc808',
|
|
16
16
|
class: "container"
|
|
17
17
|
}, h("ul", {
|
|
18
|
-
key: '
|
|
18
|
+
key: '068ccd9ab65938f0d61f800410c0223e79b072a5',
|
|
19
19
|
class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
20
20
|
}, h("li", {
|
|
21
|
-
key: '
|
|
21
|
+
key: '4600e980ce2d169750f3a06ad11ecc5280ac6816',
|
|
22
22
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
23
23
|
}, h("div", {
|
|
24
|
-
key: '
|
|
24
|
+
key: 'db4d3fc8f5e35ae084c7f359fcc2553f913cc05a',
|
|
25
25
|
class: "mx-auto no-other-bg-color logo",
|
|
26
26
|
innerHTML: logoPositive
|
|
27
27
|
}), h("p", {
|
|
28
|
-
key: '
|
|
28
|
+
key: 'b3f85315b376d5dae84a076fcefad660bb28f2b0',
|
|
29
29
|
class: "f-ui-02 text-center"
|
|
30
30
|
}, "Do not use with backgrounds that make legibility difficult")), h("li", {
|
|
31
|
-
key: '
|
|
31
|
+
key: '786ea943986e9948d465fc9bb07b3ea3ab9438f1',
|
|
32
32
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
33
33
|
}, h("div", {
|
|
34
|
-
key: '
|
|
34
|
+
key: 'c9ee298d8c36b732e7a1855f26e08f000c16aa91',
|
|
35
35
|
class: "mx-auto no-other-color logo non-brand-color",
|
|
36
36
|
innerHTML: logoPositive
|
|
37
37
|
}), h("p", {
|
|
38
|
-
key: '
|
|
38
|
+
key: '6e16a1cf4f03f8a8929c31b2df080dd89b0951c3',
|
|
39
39
|
class: "f-ui-02 text-center"
|
|
40
40
|
}, "Do not apply other colors")), h("li", {
|
|
41
|
-
key: '
|
|
41
|
+
key: '82a57b134dd2a559a8c755579bdad818d316742a',
|
|
42
42
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
43
43
|
}, h("div", {
|
|
44
|
-
key: '
|
|
44
|
+
key: 'f32b83ca94652e22477a3ce0d2247eef0e47b7b8',
|
|
45
45
|
class: "mx-auto distorted logo",
|
|
46
46
|
innerHTML: logoPositive
|
|
47
47
|
}), h("p", {
|
|
48
|
-
key: '
|
|
48
|
+
key: '3cf9e132199d325d430cfffa6bf4b4331e43a62e',
|
|
49
49
|
class: "f-ui-02 text-center"
|
|
50
50
|
}, "Do not deform the logo")), h("li", {
|
|
51
|
-
key: '
|
|
51
|
+
key: '89d4b3eed2c779ff71b3fd6c8315ce4a99cb871b',
|
|
52
52
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
53
53
|
}, h("div", {
|
|
54
|
-
key: '
|
|
54
|
+
key: 'b765e1c704944ecded0d88aca1db3efffd0caeed',
|
|
55
55
|
class: "mx-auto effects logo",
|
|
56
56
|
innerHTML: logoPositive
|
|
57
57
|
}), h("p", {
|
|
58
|
-
key: '
|
|
58
|
+
key: '822ac23c64ba745b46d21303a9bbfabe9a26d6dc',
|
|
59
59
|
class: "f-ui-02 text-center"
|
|
60
60
|
}, "Do not apply effects")), h("li", {
|
|
61
|
-
key: '
|
|
61
|
+
key: 'a5f157b40464fa3178f94147ce9017ffaad0bb69',
|
|
62
62
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
63
63
|
}, h("div", {
|
|
64
|
-
key: '
|
|
64
|
+
key: 'c9b3e60f08ad15e0ca9eb11abe769510bf6f04c9',
|
|
65
65
|
class: "mx-auto rotated logo",
|
|
66
66
|
innerHTML: logoPositive
|
|
67
67
|
}), h("p", {
|
|
68
|
-
key: '
|
|
68
|
+
key: 'c25fc7938948f5cb3fdf55719483e13ab4780bba',
|
|
69
69
|
class: "f-ui-02 text-center"
|
|
70
70
|
}, "Do not rotate the logo")), h("li", {
|
|
71
|
-
key: '
|
|
71
|
+
key: '8ed76fa89e0bf6b40f0b5478cebfe3a2b129cde6',
|
|
72
72
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
73
73
|
}, h("div", {
|
|
74
|
-
key: '
|
|
74
|
+
key: 'a18962c12781071348a8ec0c10e62d7d3ebec881',
|
|
75
75
|
class: "mx-auto outlined logo",
|
|
76
76
|
innerHTML: logoPositive
|
|
77
77
|
}), h("p", {
|
|
78
|
-
key: '
|
|
78
|
+
key: 'a967a5ef26f9d935756db41e632d88765fdc50c7',
|
|
79
79
|
class: "f-ui-02 text-center"
|
|
80
80
|
}, "Do not apply outlines")), h("li", {
|
|
81
|
-
key: '
|
|
81
|
+
key: '9fc5979179dc4d1defe578a6c4aa7b1e7bf6e355',
|
|
82
82
|
class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"
|
|
83
83
|
}, h("div", {
|
|
84
|
-
key: '
|
|
84
|
+
key: 'df9479358ca218d9b2f9ffa15dc9cb802cf71e04',
|
|
85
85
|
class: "mx-auto"
|
|
86
86
|
}, h("div", {
|
|
87
|
-
key: '
|
|
87
|
+
key: '2d06f90b92971701bbe6a76f8b8125846ac15d0c',
|
|
88
88
|
class: "bg-accent p-16"
|
|
89
89
|
}, h("div", {
|
|
90
|
-
key: '
|
|
90
|
+
key: 'a4178f35a86f8a5788f30137f75880f4c5f5c2a3',
|
|
91
91
|
class: "text-inverse",
|
|
92
92
|
innerHTML: logoPositive
|
|
93
93
|
})), h("p", {
|
|
94
|
-
key: '
|
|
94
|
+
key: '567638cdb967150758210ddb0d52657834f65054',
|
|
95
95
|
class: "f-ui-02 text-center"
|
|
96
96
|
}, "Do not use the green background for the logo version of the logo with backgrounds with the same tones")))));
|
|
97
97
|
}
|
package/package.json
CHANGED
package/src/components.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ export declare const EdsInputField: import("react").ForwardRefExoticComponent<JS
|
|
|
26
26
|
export declare const EdsInputFile: import("react").ForwardRefExoticComponent<JSX.EdsInputFile & Omit<import("react").HTMLAttributes<HTMLEdsInputFileElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsInputFileElement>>;
|
|
27
27
|
export declare const EdsInputFooter: import("react").ForwardRefExoticComponent<JSX.EdsInputFooter & Omit<import("react").HTMLAttributes<HTMLEdsInputFooterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsInputFooterElement>>;
|
|
28
28
|
export declare const EdsInputLabel: import("react").ForwardRefExoticComponent<JSX.EdsInputLabel & Omit<import("react").HTMLAttributes<HTMLEdsInputLabelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsInputLabelElement>>;
|
|
29
|
+
export declare const EdsKgLearningResources: import("react").ForwardRefExoticComponent<JSX.EdsKgLearningResources & Omit<import("react").HTMLAttributes<HTMLEdsKgLearningResourcesElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsKgLearningResourcesElement>>;
|
|
29
30
|
export declare const EdsKgWebServicesSelect: import("react").ForwardRefExoticComponent<JSX.EdsKgWebServicesSelect & Omit<import("react").HTMLAttributes<HTMLEdsKgWebServicesSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsKgWebServicesSelectElement>>;
|
|
30
31
|
export declare const EdsLink: import("react").ForwardRefExoticComponent<JSX.EdsLink & Omit<import("react").HTMLAttributes<HTMLEdsLinkElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsLinkElement>>;
|
|
31
32
|
export declare const EdsLogo: import("react").ForwardRefExoticComponent<JSX.EdsLogo & Omit<import("react").HTMLAttributes<HTMLEdsLogoElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsLogoElement>>;
|
|
@@ -36,6 +37,7 @@ export declare const EdsPagination: import("react").ForwardRefExoticComponent<JS
|
|
|
36
37
|
export declare const EdsPie: import("react").ForwardRefExoticComponent<JSX.EdsPie & Omit<import("react").HTMLAttributes<HTMLEdsPieElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsPieElement>>;
|
|
37
38
|
export declare const EdsProgressBar: import("react").ForwardRefExoticComponent<JSX.EdsProgressBar & Omit<import("react").HTMLAttributes<HTMLEdsProgressBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsProgressBarElement>>;
|
|
38
39
|
export declare const EdsRating: import("react").ForwardRefExoticComponent<JSX.EdsRating & Omit<import("react").HTMLAttributes<HTMLEdsRatingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsRatingElement>>;
|
|
40
|
+
export declare const EdsSearchSelect: import("react").ForwardRefExoticComponent<JSX.EdsSearchSelect & Omit<import("react").HTMLAttributes<HTMLEdsSearchSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsSearchSelectElement>>;
|
|
39
41
|
export declare const EdsSidebar: import("react").ForwardRefExoticComponent<JSX.EdsSidebar & Omit<import("react").HTMLAttributes<HTMLEdsSidebarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsSidebarElement>>;
|
|
40
42
|
export declare const EdsSocialNetworks: import("react").ForwardRefExoticComponent<JSX.EdsSocialNetworks & Omit<import("react").HTMLAttributes<HTMLEdsSocialNetworksElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsSocialNetworksElement>>;
|
|
41
43
|
export declare const EdsSpinner: import("react").ForwardRefExoticComponent<JSX.EdsSpinner & Omit<import("react").HTMLAttributes<HTMLEdsSpinnerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsSpinnerElement>>;
|
|
@@ -48,4 +50,5 @@ export declare const EdsTabs: import("react").ForwardRefExoticComponent<JSX.EdsT
|
|
|
48
50
|
export declare const EdsTag: import("react").ForwardRefExoticComponent<JSX.EdsTag & Omit<import("react").HTMLAttributes<HTMLEdsTagElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsTagElement>>;
|
|
49
51
|
export declare const EdsToast: import("react").ForwardRefExoticComponent<JSX.EdsToast & Omit<import("react").HTMLAttributes<HTMLEdsToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsToastElement>>;
|
|
50
52
|
export declare const EdsTooltip: import("react").ForwardRefExoticComponent<JSX.EdsTooltip & Omit<import("react").HTMLAttributes<HTMLEdsTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsTooltipElement>>;
|
|
53
|
+
export declare const EdsTrlBadge: import("react").ForwardRefExoticComponent<JSX.EdsTrlBadge & Omit<import("react").HTMLAttributes<HTMLEdsTrlBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsTrlBadgeElement>>;
|
|
51
54
|
export declare const EdsUser: import("react").ForwardRefExoticComponent<JSX.EdsUser & Omit<import("react").HTMLAttributes<HTMLEdsUserElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsUserElement>>;
|
|
@@ -67,10 +67,10 @@ const SvgRepository = class {
|
|
|
67
67
|
}
|
|
68
68
|
};
|
|
69
69
|
return h("div", {
|
|
70
|
-
key: '
|
|
70
|
+
key: 'a7aebad6b026e51c822051cabd0826b6d9740d91',
|
|
71
71
|
class: "full-width"
|
|
72
72
|
}, h("eds-table", {
|
|
73
|
-
key: '
|
|
73
|
+
key: '5b5ce183d78d0a2259c99a949967dbbf4caf4ba4',
|
|
74
74
|
"table-data": JSON.stringify(svgData),
|
|
75
75
|
config: JSON.stringify(tableConfig),
|
|
76
76
|
"rows-per-page": 10,
|