@ebrains/components 1.1.0 → 1.3.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.
Files changed (212) hide show
  1. package/dist/cjs/color-primary-palette_6.cjs.entry.js +14 -14
  2. package/dist/cjs/components-section.cjs.entry.js +1 -1
  3. package/dist/cjs/components.cjs.js +1 -1
  4. package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
  5. package/dist/cjs/docs-palettes.cjs.entry.js +1 -1
  6. package/dist/cjs/docs-tokens.cjs.entry.js +1 -1
  7. package/dist/cjs/eds-app-root.cjs.entry.js +1 -1
  8. package/dist/cjs/eds-avatar_28.cjs.entry.js +40 -41
  9. package/dist/cjs/eds-cookies-preference.cjs.entry.js +1 -1
  10. package/dist/cjs/eds-feedback.cjs.entry.js +1 -1
  11. package/dist/cjs/eds-frame.cjs.entry.js +1 -1
  12. package/dist/cjs/eds-progress-bar.cjs.entry.js +1 -1
  13. package/dist/cjs/eds-rating.cjs.entry.js +1 -1
  14. package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
  15. package/dist/cjs/eds-spinner.cjs.entry.js +1 -1
  16. package/dist/cjs/eds-switch.cjs.entry.js +2 -2
  17. package/dist/cjs/eds-timeline.cjs.entry.js +1 -1
  18. package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
  19. package/dist/cjs/eds-tooltip.cjs.entry.js +1 -1
  20. package/dist/cjs/eds-trl.cjs.entry.js +1 -1
  21. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
  22. package/dist/cjs/loader.cjs.js +1 -1
  23. package/dist/cjs/logo-space.cjs.entry.js +1 -1
  24. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +2 -2
  25. package/dist/cjs/logo-variations-tabs.cjs.entry.js +1 -1
  26. package/dist/cjs/logo-wrong-usage.cjs.entry.js +1 -1
  27. package/dist/cjs/svg-repository.cjs.entry.js +1 -1
  28. package/dist/cjs/token-list_3.cjs.entry.js +3 -3
  29. package/dist/cjs/token-ratios.cjs.entry.js +1 -1
  30. package/dist/cjs/token-spacing.cjs.entry.js +1 -1
  31. package/dist/cjs/token-typography.cjs.entry.js +1 -1
  32. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.css +48 -0
  33. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +28 -11
  34. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.css +24 -0
  35. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +12 -4
  36. package/dist/collection/components/eds-input-field/eds-input-field.js +121 -109
  37. package/dist/collection/components/eds-link/eds-link.js +1 -1
  38. package/dist/collection/components/eds-logo/eds-logo.js +1 -1
  39. package/dist/collection/components/eds-modal/eds-modal.js +2 -2
  40. package/dist/collection/components/eds-pagination/eds-pagination.js +1 -1
  41. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +1 -1
  42. package/dist/collection/components/eds-rating/eds-rating.js +1 -1
  43. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
  44. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
  45. package/dist/collection/components/eds-spinner/eds-spinner.js +1 -1
  46. package/dist/collection/components/eds-switch/eds-switch.js +2 -2
  47. package/dist/collection/components/eds-tag/eds-tag.js +1 -1
  48. package/dist/collection/components/eds-timeline/eds-timeline.js +1 -1
  49. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  50. package/dist/collection/components/eds-trl/eds-trl.js +1 -1
  51. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  52. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  53. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  54. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  55. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  56. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  57. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  58. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
  59. package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
  60. package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
  61. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  62. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  63. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  64. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  65. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  66. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +1 -1
  67. package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
  68. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
  69. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
  70. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
  71. package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
  72. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
  73. package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
  74. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +1 -1
  75. package/dist/collection/shared-ui/eds-feedback/eds-feedback.js +1 -1
  76. package/dist/collection/shared-ui/eds-footer/eds-footer.js +2 -2
  77. package/dist/collection/shared-ui/eds-form/eds-form.js +3 -3
  78. package/dist/collection/shared-ui/eds-frame/eds-frame.js +1 -1
  79. package/dist/collection/shared-ui/eds-header/eds-header.js +1 -1
  80. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +1 -1
  81. package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +2 -2
  82. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +1 -1
  83. package/dist/collection/shared-ui/eds-user/eds-user.js +1 -1
  84. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
  85. package/dist/components/components-section.js +1 -1
  86. package/dist/components/components.css +4 -5
  87. package/dist/components/components.esm.js +1 -1
  88. package/dist/components/correct-use-of-colors.js +1 -1
  89. package/dist/components/docs-palettes.js +1 -1
  90. package/dist/components/docs-tokens.js +1 -1
  91. package/dist/components/eds-app-root.js +1 -1
  92. package/dist/components/eds-cookies-preference.js +1 -1
  93. package/dist/components/eds-feedback.js +1 -1
  94. package/dist/components/eds-footer2.js +2 -2
  95. package/dist/components/eds-form.js +3 -3
  96. package/dist/components/eds-frame.js +1 -1
  97. package/dist/components/eds-header.js +1 -1
  98. package/dist/components/eds-input-field2.js +18 -27
  99. package/dist/components/eds-input-footer2.js +7 -2
  100. package/dist/components/eds-input-label2.js +7 -2
  101. package/dist/components/eds-link2.js +1 -1
  102. package/dist/components/eds-logo2.js +1 -1
  103. package/dist/components/eds-modal.js +2 -2
  104. package/dist/components/eds-pagination2.js +1 -1
  105. package/dist/components/eds-progress-bar2.js +1 -1
  106. package/dist/components/eds-rating2.js +1 -1
  107. package/dist/components/eds-section-core2.js +1 -1
  108. package/dist/components/eds-section-heading2.js +2 -2
  109. package/dist/components/eds-social-networks2.js +1 -1
  110. package/dist/components/eds-spinner2.js +1 -1
  111. package/dist/components/eds-switch.js +2 -2
  112. package/dist/components/eds-tabs.js +2 -2
  113. package/dist/components/eds-tag2.js +1 -1
  114. package/dist/components/eds-timeline.js +1 -1
  115. package/dist/components/eds-toast-manager.js +1 -1
  116. package/dist/components/eds-tooltip.js +1 -1
  117. package/dist/components/eds-trl.js +1 -1
  118. package/dist/components/eds-user.js +1 -1
  119. package/dist/components/incorrect-use-of-colors.js +1 -1
  120. package/dist/components/logo-space.js +1 -1
  121. package/dist/components/logo-variations-horizontal2.js +1 -1
  122. package/dist/components/logo-variations-tabs.js +1 -1
  123. package/dist/components/logo-variations-vertical2.js +1 -1
  124. package/dist/components/logo-wrong-usage.js +1 -1
  125. package/dist/components/{p-6dc6f729.entry.js → p-0c465a1e.entry.js} +1 -1
  126. package/dist/components/{p-590fb0e7.entry.js → p-1c3f1440.entry.js} +1 -1
  127. package/dist/components/p-21cb7ef6.entry.js +1 -0
  128. package/dist/components/{p-10db551c.entry.js → p-3024b7cf.entry.js} +1 -1
  129. package/dist/components/{p-b50fc0d7.entry.js → p-33a5fa80.entry.js} +1 -1
  130. package/dist/components/p-41316de1.entry.js +1 -0
  131. package/dist/components/p-4185659c.entry.js +1 -0
  132. package/dist/components/{p-f7716080.entry.js → p-4188643f.entry.js} +1 -1
  133. package/dist/components/{p-46a6ab04.entry.js → p-463abb12.entry.js} +1 -1
  134. package/dist/components/p-4ffdf8ac.entry.js +1 -0
  135. package/dist/components/{p-cde3d7a4.entry.js → p-5873fcd0.entry.js} +1 -1
  136. package/dist/components/p-598f203e.entry.js +1 -0
  137. package/dist/components/{p-a4f552b2.entry.js → p-5ba5708a.entry.js} +1 -1
  138. package/dist/components/{p-1661f33c.entry.js → p-5f64fbb0.entry.js} +1 -1
  139. package/dist/components/{p-24dab785.entry.js → p-71f0c1ec.entry.js} +1 -1
  140. package/dist/components/p-77527268.entry.js +1 -0
  141. package/dist/components/{p-7f31622d.entry.js → p-776b21cf.entry.js} +1 -1
  142. package/dist/components/{p-2c571550.entry.js → p-835b48f4.entry.js} +1 -1
  143. package/dist/components/{p-d05a09df.entry.js → p-8ba5feea.entry.js} +1 -1
  144. package/dist/components/{p-17d39d66.entry.js → p-940c1a08.entry.js} +1 -1
  145. package/dist/components/{p-36d6134f.entry.js → p-94de9aaf.entry.js} +1 -1
  146. package/dist/components/{p-eac593ee.entry.js → p-9f35fe5f.entry.js} +1 -1
  147. package/dist/components/p-a6cdf11b.entry.js +1 -0
  148. package/dist/components/{p-df772a35.entry.js → p-b7a29cf7.entry.js} +1 -1
  149. package/dist/components/{p-fc4edb18.entry.js → p-bf1552ed.entry.js} +1 -1
  150. package/dist/components/{p-f2c23162.entry.js → p-c0900e8c.entry.js} +1 -1
  151. package/dist/components/{p-d0b1e963.entry.js → p-c3c61a32.entry.js} +1 -1
  152. package/dist/components/p-cd0fb6c7.entry.js +1 -0
  153. package/dist/components/{p-6907a47c.entry.js → p-fd4aed5a.entry.js} +1 -1
  154. package/dist/components/primary.js +1 -1
  155. package/dist/components/primary2.js +1 -1
  156. package/dist/components/secondary.js +1 -1
  157. package/dist/components/secondary2.js +7 -7
  158. package/dist/components/support.js +1 -1
  159. package/dist/components/support2.js +3 -3
  160. package/dist/components/svg-repository.js +1 -1
  161. package/dist/components/token-list2.js +1 -1
  162. package/dist/components/token-radii2.js +1 -1
  163. package/dist/components/token-ratios.js +1 -1
  164. package/dist/components/token-shadows2.js +1 -1
  165. package/dist/components/token-spacing.js +1 -1
  166. package/dist/components/token-typography.js +1 -1
  167. package/dist/esm/color-primary-palette_6.entry.js +14 -14
  168. package/dist/esm/components-section.entry.js +1 -1
  169. package/dist/esm/components.js +1 -1
  170. package/dist/esm/correct-use-of-colors.entry.js +1 -1
  171. package/dist/esm/docs-palettes.entry.js +1 -1
  172. package/dist/esm/docs-tokens.entry.js +1 -1
  173. package/dist/esm/eds-app-root.entry.js +1 -1
  174. package/dist/esm/eds-avatar_28.entry.js +40 -41
  175. package/dist/esm/eds-cookies-preference.entry.js +1 -1
  176. package/dist/esm/eds-feedback.entry.js +1 -1
  177. package/dist/esm/eds-frame.entry.js +1 -1
  178. package/dist/esm/eds-progress-bar.entry.js +1 -1
  179. package/dist/esm/eds-rating.entry.js +1 -1
  180. package/dist/esm/eds-section-core_2.entry.js +3 -3
  181. package/dist/esm/eds-spinner.entry.js +1 -1
  182. package/dist/esm/eds-switch.entry.js +2 -2
  183. package/dist/esm/eds-timeline.entry.js +1 -1
  184. package/dist/esm/eds-toast-manager.entry.js +1 -1
  185. package/dist/esm/eds-tooltip.entry.js +1 -1
  186. package/dist/esm/eds-trl.entry.js +1 -1
  187. package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
  188. package/dist/esm/loader.js +1 -1
  189. package/dist/esm/logo-space.entry.js +1 -1
  190. package/dist/esm/logo-variations-horizontal_2.entry.js +2 -2
  191. package/dist/esm/logo-variations-tabs.entry.js +1 -1
  192. package/dist/esm/logo-wrong-usage.entry.js +1 -1
  193. package/dist/esm/svg-repository.entry.js +1 -1
  194. package/dist/esm/token-list_3.entry.js +3 -3
  195. package/dist/esm/token-ratios.entry.js +1 -1
  196. package/dist/esm/token-spacing.entry.js +1 -1
  197. package/dist/esm/token-typography.entry.js +1 -1
  198. package/dist/hydrate/index.js +92 -110
  199. package/dist/hydrate/index.mjs +92 -110
  200. package/dist/types/components/eds-input-elements/eds-input-footer/eds-input-footer.d.ts +23 -3
  201. package/dist/types/components/eds-input-elements/eds-input-label/eds-input-label.d.ts +0 -3
  202. package/dist/types/components/eds-input-field/eds-input-field.d.ts +47 -72
  203. package/dist/types/components.d.ts +104 -80
  204. package/package.json +1 -1
  205. package/dist/components/p-019555e2.entry.js +0 -1
  206. package/dist/components/p-0ed92872.entry.js +0 -1
  207. package/dist/components/p-223ba66e.entry.js +0 -1
  208. package/dist/components/p-2810d568.entry.js +0 -1
  209. package/dist/components/p-682f7376.entry.js +0 -1
  210. package/dist/components/p-b4abff90.entry.js +0 -1
  211. package/dist/components/p-d25364db.entry.js +0 -1
  212. package/dist/components/p-e6a0b8c2.entry.js +0 -1
@@ -36,7 +36,7 @@ const ColorPrimaryPalette = class {
36
36
  ];
37
37
  }
38
38
  render() {
39
- return (index.h("ul", { key: '8279e944bfb0ddf1e3cb682daa1b8bcfe8cac3fd', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }, index.h("div", { class: "grid" }, index.h("span", { class: "f-body-02" }, color.rgb), index.h("span", { class: "f-body-02 w-full" }, color.cmyk), index.h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { class: "grid" }, index.h("span", { class: "f-body-02" }, color.pantoneC), index.h("span", { class: "f-body-02" }, color.pantoneU))))))));
39
+ return (index.h("ul", { key: 'dca9faa5b584c6927687845d7ef33ac5e7554e5c', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }, index.h("div", { class: "grid" }, index.h("span", { class: "f-body-02" }, color.rgb), index.h("span", { class: "f-body-02 w-full" }, color.cmyk), index.h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { class: "grid" }, index.h("span", { class: "f-body-02" }, color.pantoneC), index.h("span", { class: "f-body-02" }, color.pantoneU))))))));
40
40
  }
41
41
  };
42
42
 
@@ -97,7 +97,7 @@ const ColorSecondaryPalette = class {
97
97
  this.show = undefined;
98
98
  }
99
99
  render() {
100
- return (index.h("ul", { key: 'ab7abc8b8b9115446169d85c6b97f4ea2e387068', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }, index.h("div", { class: "grid" }, index.h("span", { class: "f-body-02" }, color.rgb), index.h("span", { class: "f-body-02 w-full" }, color.cmyk), index.h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { class: "grid" }, index.h("span", { class: "f-body-02" }, color.pantoneC), index.h("span", { class: "f-body-02" }, color.pantoneU))))))));
100
+ return (index.h("ul", { key: '4759c4ec0d107c4a70d300b9e3d72c36044fb200', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }, index.h("div", { class: "grid" }, index.h("span", { class: "f-body-02" }, color.rgb), index.h("span", { class: "f-body-02 w-full" }, color.cmyk), index.h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { class: "grid" }, index.h("span", { class: "f-body-02" }, color.pantoneC), index.h("span", { class: "f-body-02" }, color.pantoneU))))))));
101
101
  }
102
102
  };
103
103
 
@@ -158,7 +158,7 @@ const ColorSupportPalette = class {
158
158
  return 'text-default';
159
159
  }
160
160
  render() {
161
- return (index.h("ul", { key: '42a4eb08f07919ad464ba017dbba65667c91e005', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => {
161
+ return (index.h("ul", { key: '869a21a9a286ba36e5df1cef926e1c119ce35645', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => {
162
162
  // compute once
163
163
  const textClass = this.getTextColor(color.background);
164
164
  return (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }, index.h("div", { class: "grid" }, index.h("span", { class: `f-body-02 ${textClass}` }, color.cmyk), index.h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' }, class: textClass })), index.h("div", { class: "grid" }, index.h("span", { class: `f-body-02 ${textClass}` }, color.pantoneC), index.h("span", { class: `f-body-02 ${textClass}` }, color.pantoneU)))));
@@ -198,7 +198,7 @@ const GradientPrimaryPalette = class {
198
198
  ];
199
199
  }
200
200
  render() {
201
- return (index.h("ul", { key: '2bc09e1f15ce98c6ba133cffc09df3bf10ca343f', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16", style: {
201
+ return (index.h("ul", { key: 'a527107bb4bab3981790adacf1b354da1fa41602', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16", style: {
202
202
  background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
203
203
  } }, this.colors.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "effect-height flex items-center justify-between p-16" }, index.h("div", { class: "grid" }, index.h("span", { class: "f-body-02" }, color.rgb), index.h("span", { class: "f-body-02 w-full" }, color.cmyk), index.h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { class: "grid" }, index.h("span", { class: "f-body-02" }, color.pantoneC), index.h("span", { class: "f-body-02" }, color.pantoneU))))))));
204
204
  }
@@ -260,19 +260,19 @@ const GradientSecondaryPalette = class {
260
260
  ];
261
261
  }
262
262
  render() {
263
- return (index.h("div", { key: '32943156b28f767dc9b2e524202a4f4906432472' }, index.h("ul", { key: 'bf0d9a310edc584b67e064b149c771417e4da9cc', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, index.h("li", { key: '3ed95b92fe0eea4e75be722c1d0abdedfaa9e00e', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: 'b5d4f381155b3e89bf441a87b9aff7718d4bd978', class: "effect-height flex items-center justify-between p-16", style: {
263
+ return (index.h("div", { key: '74f7edbba10e5d4db5a2f661b73b0fb918e46b68' }, index.h("ul", { key: 'b9045ef69060083d97bd3eb3a3c6b717f4fe1f34', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, index.h("li", { key: 'a72a7d04c335ab12eeb9cafaa2e6f2faf54b8b96', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: '34c60280372817adbd8f5f516a5825f5a21438e4', class: "effect-height flex items-center justify-between p-16", style: {
264
264
  background: this.colors[0].background
265
- } }, index.h("div", { key: 'c12a9c31da8078a9e6889e0084f1256dad389b59', class: "grid" }, index.h("span", { key: '2fa2d5e9bb0820f08d3c265d7797eeca4c47c73c', class: "f-body-02" }, this.colors[0].rgb), index.h("span", { key: 'b609663a6bfebc37deee295b5c8316bb08e6c785', class: "f-body-02 w-full" }, this.colors[0].cmyk), index.h("eds-code-block", { key: 'b3cc79d81900f4a9a12ff7c6ebaac286c4dc1cd6', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: 'f91c41b6301c6234387c4386c493a9df56869c84', class: "grid" }, index.h("span", { key: '1165b82de0328f60a495a563e14277d3722b7d87', class: "f-body-02" }, this.colors[0].pantoneC), index.h("span", { key: 'f364fa3b7d4a9c52e1b67a65a4992ea1055084c1', class: "f-body-02" }, this.colors[0].pantoneU))), index.h("div", { key: 'e798299fb6ffedd626aaf477593b928c73b177bc', class: "effect-height flex items-center justify-between p-16", style: {
265
+ } }, index.h("div", { key: '46e9b34908507069d975d766a5e696a6ab47b990', class: "grid" }, index.h("span", { key: 'ebeb484c14c82b35811bb66111dcdd67549d1a46', class: "f-body-02" }, this.colors[0].rgb), index.h("span", { key: 'b7fa5ce2837e11ff98f470f5907d4a7a47ed288a', class: "f-body-02 w-full" }, this.colors[0].cmyk), index.h("eds-code-block", { key: '6e65b43c564a308f6b183e463f6b2ca28cbac2a7', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '03b3bf61023ea3314dfa1a8bedfa5f72f47a21d2', class: "grid" }, index.h("span", { key: '4d1a77980d823f96a6b47abd9496062802532fb7', class: "f-body-02" }, this.colors[0].pantoneC), index.h("span", { key: '60c0d9436d3210518dd931e5b46e0687992611f2', class: "f-body-02" }, this.colors[0].pantoneU))), index.h("div", { key: '9ac430429109809eb270b58d07423fbb4f12f06d', class: "effect-height flex items-center justify-between p-16", style: {
266
266
  background: this.colors[1].background
267
- } }, index.h("div", { key: 'eee5b2de72d33f80c85fb0ad39e486cbd69d664b', class: "grid" }, index.h("span", { key: '5190b0bb900bf234f32ccad7d37749ae0e57c31c', class: "f-body-02" }, this.colors[1].rgb), index.h("span", { key: '49e3d6d1073dfa8d08054e9db612bfce1a811347', class: "f-body-02 w-full" }, this.colors[1].cmyk), index.h("eds-code-block", { key: 'fd0c166cac7839de62cd782ec8071ba70378c15f', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: 'e9e95829a6eec21baab0238677a33cc649351185', class: "grid" }, index.h("span", { key: 'e8a6c41cc8193ca78794c7147f20d39604a1ae04', class: "f-body-02" }, this.colors[1].pantoneC), index.h("span", { key: '039cbc6eedc43de988b5dd823525bde00f7a21e5', class: "f-body-02" }, this.colors[1].pantoneU))))), index.h("eds-block-break", { key: '7f95cfde8f4724b236446c3732c04929e17a9aa0' }), index.h("ul", { key: '72f723c89d17ea54a962122867abbd690b4d9ad9', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, index.h("li", { key: 'b2153dc607ed77d0a3b1398c3fc8b626163575e1', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: 'e9ff842671af9bf749857fb4b430dbd997eadbab', class: "effect-height flex items-center justify-between p-16", style: {
267
+ } }, index.h("div", { key: '6e12590eb03638ff0a05cb1fc21c793b202be508', class: "grid" }, index.h("span", { key: 'ca3267c62171da901fa7397ab755913d8244fa05', class: "f-body-02" }, this.colors[1].rgb), index.h("span", { key: 'd3e34e06994849c667d2ce4aed6660d0052b51bc', class: "f-body-02 w-full" }, this.colors[1].cmyk), index.h("eds-code-block", { key: '10090042d6f423dc0ba69bbebbbc261a8f83177b', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: 'e51f480cfbce6505657be18f64e206f17292b75b', class: "grid" }, index.h("span", { key: 'e52d1565df7f85edf31815330139542ad685d5bb', class: "f-body-02" }, this.colors[1].pantoneC), index.h("span", { key: 'c82c6476a00d3d86f175d84a991799e4b8be0339', class: "f-body-02" }, this.colors[1].pantoneU))))), index.h("eds-block-break", { key: '9f9454dd27f53c76e055b75bd35718170934161c' }), index.h("ul", { key: 'f0cd0c2956b005dff53e840780ec883e79e54d29', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, index.h("li", { key: '0051eca25a27a4617642ee62495b5070b39303e1', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: 'e635251200247329d546f6832b45c15f68e16ada', class: "effect-height flex items-center justify-between p-16", style: {
268
268
  background: this.colors[2].background
269
- } }, index.h("div", { key: 'fd8255c5ee1ffe2f1b44cc670e504540b2e19b17', class: "grid" }, index.h("span", { key: '17b71b6d17fe483a0eab1e80959da2076ad4647e', class: "f-body-02" }, this.colors[2].rgb), index.h("span", { key: 'b3d39bde727347801976d1471875e3226f71d334', class: "f-body-02 w-full" }, this.colors[2].cmyk), index.h("eds-code-block", { key: 'd37cfec78f74f7eec02047fb8e30962c55379f71', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: 'aa0ec054bb018ab8e564910ada76d849ee2d1608', class: "grid" }, index.h("span", { key: 'f633c21fb5227330e843b1c1f6d1fff40766c0d0', class: "f-body-02" }, this.colors[2].pantoneC), index.h("span", { key: 'c41495a89c987cf7cfbbd0b4d1ff12ac0c650610', class: "f-body-02" }, this.colors[2].pantoneU))), index.h("div", { key: '18a802a0cb7cbd228840fb58fadf6a121d98ebf9', class: "effect-height flex items-center justify-between p-16", style: {
269
+ } }, index.h("div", { key: 'ae1fbc5eab2f291f01a67ea2c175e916994a23cc', class: "grid" }, index.h("span", { key: '89b9565bb0eaceb4306cc2fb8112005e1ecac2ec', class: "f-body-02" }, this.colors[2].rgb), index.h("span", { key: '789381481f744ceeb4db49ffdcae1992e24411e7', class: "f-body-02 w-full" }, this.colors[2].cmyk), index.h("eds-code-block", { key: '17ef5171b93ddae1a653e4e24931a4dd8133e327', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '683d59c2d9ef6c7be6cddce3e861b88362c9d92b', class: "grid" }, index.h("span", { key: '049567ea731c85be8ee92a1e367d8bed0d53a948', class: "f-body-02" }, this.colors[2].pantoneC), index.h("span", { key: 'e9abe0895de0438db939a081f84dd4a95de56b33', class: "f-body-02" }, this.colors[2].pantoneU))), index.h("div", { key: 'e2d6d0aaf225da7a4b92a539106a4995e0a97e90', class: "effect-height flex items-center justify-between p-16", style: {
270
270
  background: this.colors[3].background
271
- } }, index.h("div", { key: 'edf5fe68043e4712e7174c405e73e1aa84570936', class: "grid" }, index.h("span", { key: '455d010554f4836b26ff4b0568d088a4505619f3', class: "f-body-02" }, this.colors[3].rgb), index.h("span", { key: '6a50beb860b13371178b9582279c76cca29f25cf', class: "f-body-02 w-full" }, this.colors[3].cmyk), index.h("eds-code-block", { key: '98333266061cd31aa09d7d1394829c5d822c901f', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '9f1952601d13a96f1caade683d5474a26cf94298', class: "grid" }, index.h("span", { key: 'e43da3fba22655cef1690725654919a79d43a2f4', class: "f-body-02" }, this.colors[3].pantoneC), index.h("span", { key: 'c3e280221454dc05f4112f03e3d226a6e70b70d3', class: "f-body-02" }, this.colors[3].pantoneU))))), index.h("eds-block-break", { key: '63355f298a7680e4307b6e467da0fd54faf9da14' }), index.h("ul", { key: 'ff5a5554b716e21b0e219228317bbe334fc96488', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, index.h("li", { key: 'b4ecf3a608a9321ca0cfd1edad2778b3b8ddf918', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: '587730e489242f8579b2db3aceea8fadf4ba0f75', class: "effect-height flex items-center justify-between p-16", style: {
271
+ } }, index.h("div", { key: '5327980f01b127a695ebc19f2ea9edf99b674078', class: "grid" }, index.h("span", { key: 'c44c7dfd09520b00a4faa2723a797e2e6e893816', class: "f-body-02" }, this.colors[3].rgb), index.h("span", { key: '50ed833cf9d0b281d0ee2c06ca6e9074b82de399', class: "f-body-02 w-full" }, this.colors[3].cmyk), index.h("eds-code-block", { key: 'd8545dfbeec83ce4e04695b52c85e1e4ea8d125e', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '3a88aa95a18ff30a5694c73dfce9b27cdbfb22cc', class: "grid" }, index.h("span", { key: '72245f6f7992657f4801571258c0b474a0b00f26', class: "f-body-02" }, this.colors[3].pantoneC), index.h("span", { key: '1d24a4ce4f9456268030f45fb5320f71de235483', class: "f-body-02" }, this.colors[3].pantoneU))))), index.h("eds-block-break", { key: '911c0de727c6dfbe9e0d83b572ea2637a54481f6' }), index.h("ul", { key: 'a09572c51f87e28b3b90b5ac9936d1c0c109a780', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, index.h("li", { key: '0228ebc07d1402fd16def4e3596d80f971b3d437', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: '6041ecff1c8ec57284ea167a39573a572c266c19', class: "effect-height flex items-center justify-between p-16", style: {
272
272
  background: this.colors[4].background
273
- } }, index.h("div", { key: '883c226b73544a239f6d0ece7cbab020e1cc5874', class: "grid" }, index.h("span", { key: 'dc5031f2236d81513cc543997f9b445b0fdea4be', class: "f-body-02" }, this.colors[4].rgb), index.h("span", { key: 'a90f91b008cb67e8ee4a0454ed9e75f683a1a960', class: "f-body-02 w-full" }, this.colors[4].cmyk), index.h("eds-code-block", { key: '4c12f3a2500535970bdb70bb87b8d73348ef25bb', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '1ebadf2907a7f499d61e9edc7c71bb9e7378594a', class: "grid" }, index.h("span", { key: 'acfce5255506344a9b65b195933cf924e1030467', class: "f-body-02" }, this.colors[4].pantoneC), index.h("span", { key: 'a7c4c25345c91a9753c4615c5205cf3dc49c36af', class: "f-body-02" }, this.colors[4].pantoneU))), index.h("div", { key: '01ce94d66521e612357c61de65ca1acd01e84cb9', class: "effect-height flex items-center justify-between p-16", style: {
273
+ } }, index.h("div", { key: 'eb2a7c48b057c022302c9a2d4101bbf3c062afb9', class: "grid" }, index.h("span", { key: 'e4de44d68f477e93a9fe992cd4e8008c71db775c', class: "f-body-02" }, this.colors[4].rgb), index.h("span", { key: '4e5c3774c71fe464173005df581f867a683b8f32', class: "f-body-02 w-full" }, this.colors[4].cmyk), index.h("eds-code-block", { key: 'aa9462ae6d2feb2f1caddff60b0e36593a2363ac', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: 'ef2cbd394e055499a1b8050d61618d4469cfe12f', class: "grid" }, index.h("span", { key: '15e103271c649e90d5f9e8891bd94da5c91855c2', class: "f-body-02" }, this.colors[4].pantoneC), index.h("span", { key: '6a19b5ba5340ff0fe4eb91869f502ed0d33dc423', class: "f-body-02" }, this.colors[4].pantoneU))), index.h("div", { key: 'fd71cdb93d40856025ff743330a1849829f13ea1', class: "effect-height flex items-center justify-between p-16", style: {
274
274
  background: this.colors[5].background
275
- } }, index.h("div", { key: '628435f8fab14df7613aa4427af0b8c15fc222c2', class: "grid" }, index.h("span", { key: '4b4bbd19051b9d8d1eb524f2c84104eab7dae20a', class: "f-body-02" }, this.colors[5].rgb), index.h("span", { key: 'bb01da8698315272a78bad8d7258cb79be98446b', class: "f-body-02 w-full" }, this.colors[5].cmyk), index.h("eds-code-block", { key: 'f28b072bdb7dc66f3f3be1e922e527a7e3f4bf34', code: this.colors[5].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '027adf31b26154f659c2cd8c9ee935b5886e8419', class: "grid" }, index.h("span", { key: 'f74af79724fd67f67ad0433f9390ca022c6788d8', class: "f-body-02" }, this.colors[5].pantoneC), index.h("span", { key: '87262b14ffcda0153b37a5090b25e58b7c71c5dd', class: "f-body-02" }, this.colors[5].pantoneU)))))));
275
+ } }, index.h("div", { key: 'fb0aa74276a6210ea690892ac4cb295975c1631c', class: "grid" }, index.h("span", { key: '25292c9f2f2417f7fd8e6db1d3419663ef5bf831', class: "f-body-02" }, this.colors[5].rgb), index.h("span", { key: '1bca86d8036ac0923e6014b36177974e135799a0', class: "f-body-02 w-full" }, this.colors[5].cmyk), index.h("eds-code-block", { key: '142843c1ac15d4fdda1d5c2a96d11503ac99c2c9', code: this.colors[5].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '6c05bf3278967860f4c36a6c4711be70ba9989c4', class: "grid" }, index.h("span", { key: '32459a9b07699f3291ce29dcffaa12faffe6006a', class: "f-body-02" }, this.colors[5].pantoneC), index.h("span", { key: 'b9cd8ea5b74262c3268981137639c953cbfa512f', class: "f-body-02" }, this.colors[5].pantoneU)))))));
276
276
  }
277
277
  };
278
278
 
@@ -324,11 +324,11 @@ const GradientSupportPalette = class {
324
324
  ];
325
325
  }
326
326
  render() {
327
- return (index.h("ul", { key: '54a1927a8b5d68b7ef0cda7e1b7d673b33605a3c', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, index.h("li", { key: '25d63af647cab86f74bb7fb261836f5938beb0c8', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: '3a39fde1fd70cf8c456c9032ae0458976fd4e289', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[0].background } }, index.h("div", { key: '0d2bcd0138973145c717725c79b6a2f4ff290b97', class: "grid" }, index.h("span", { key: '31c920216944da65a446f6c7d3037aee600e71d8', class: "f-body-02" }, this.colors[0].rgb), index.h("span", { key: '838ab2e1e8664243e32726ab03539a4f32b32cf4', class: "f-body-02 w-full" }, this.colors[0].cmyk), index.h("eds-code-block", { key: '2f8a24075e0fe1d2a6fda01fb97b4cf49f85277f', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '8482d6666b68cd1ceb866e1cbdd0d88343cf79da', class: "grid" }, index.h("span", { key: 'e3ba3599b4e5743691c35a28358f0050de18d32a', class: "f-body-02" }, this.colors[0].pantoneC || 'N/A'), index.h("span", { key: 'c3ac3af17201effeb89b017a334c9ac0b0d62ddf', class: "f-body-02" }, this.colors[0].pantoneU || 'N/A')))), index.h("li", { key: '447e0a60ef726347ec1f4f540f6de7747a450845', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: 'fd922845d2aa3f66fde4d7fcf9f5b2416332fe9c', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[1].background } }, index.h("div", { key: 'bcf9ff063b3c130e8f7e24247f032a9f9fa40bb6', class: "grid" }, index.h("span", { key: '0bcea7730d9f34ac44544cd1bc3bfa3b8ca361cf', class: "f-body-02" }, this.colors[1].rgb), index.h("span", { key: '9c5169394a89f4ba2adbb0ac2576bd885443aac3', class: "f-body-02 w-full" }, this.colors[1].cmyk), index.h("eds-code-block", { key: 'c50e9ba110494a1a0e9df18a081f02cb86c700c4', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '365655cca2301d94a52f859fa9527ae5c0ef1ece', class: "grid" }, index.h("span", { key: '088fca6cf72c8c74244d9a6e19c7ec083c8a6711', class: "f-body-02" }, this.colors[1].pantoneC || 'N/A'), index.h("span", { key: 'b33043ed7e2ff751be0d3c229324369aeacd8f1e', class: "f-body-02" }, this.colors[1].pantoneU || 'N/A')))), index.h("li", { key: '3b619a6a67d31ea7b358b59a147f36bfe35c4323', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: '21b63edaebce5e4fdd10e6ad2ffaf31597d748f6', class: "effect-height flex items-center justify-between p-16", style: {
327
+ return (index.h("ul", { key: '7df69f04c7056874f1adc148bc558eebb3ad5ce0', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, index.h("li", { key: '6022b06412004891f8878ef083f8b720561b21c4', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: 'baa50bd7d36783a3c906bf34cf4782883d07fd15', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[0].background } }, index.h("div", { key: '8676a93e699a766cf14c933f782e255945cd6b33', class: "grid" }, index.h("span", { key: '812287677e887e635f2256afcc747008b3b67e87', class: "f-body-02" }, this.colors[0].rgb), index.h("span", { key: '4818cfaa20c82c2ea7fe2058159aab5d4a7585d2', class: "f-body-02 w-full" }, this.colors[0].cmyk), index.h("eds-code-block", { key: '3366a3a92d136f057350048698ea552d2abb528f', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '7d65d5e2f1e283fbbda8542fdb1238bc01419176', class: "grid" }, index.h("span", { key: '97f249218107af11869a10c80c29a32ecf37fed4', class: "f-body-02" }, this.colors[0].pantoneC || 'N/A'), index.h("span", { key: 'ef213856451374a9709ac600360a92b07596fbb6', class: "f-body-02" }, this.colors[0].pantoneU || 'N/A')))), index.h("li", { key: '6e7b366c0b441e4738d1ec1c148ded1fb4e32750', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: 'e1c6c78fb4bc1aa509abd179bbca4eb9cc92d927', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[1].background } }, index.h("div", { key: '8596e8b03c79c16fe7fcbcbde6d66618cd9eb31c', class: "grid" }, index.h("span", { key: 'daf3bbd648cc5b23c24ea04e4f63bf5224100637', class: "f-body-02" }, this.colors[1].rgb), index.h("span", { key: '36279d0a36a908d94bf69cd4626f697ddcf8a4a5', class: "f-body-02 w-full" }, this.colors[1].cmyk), index.h("eds-code-block", { key: '968dd60e01ed0ca4c12859883f39eae13bc241d2', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '8adc5a48de6c7662d5bfd7f580b539cdb2724966', class: "grid" }, index.h("span", { key: 'aba8dc8c327f186cd71251c5d759a8d2bab22d76', class: "f-body-02" }, this.colors[1].pantoneC || 'N/A'), index.h("span", { key: '4f00ac84c957f17f640fdf99fe7bc0f8d5a4729d', class: "f-body-02" }, this.colors[1].pantoneU || 'N/A')))), index.h("li", { key: 'f60cc305104ff06e7e3138122605719fdf44211a', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: '16055cb2c78f2cab4c2a8ee5abf0ff180ce1818c', class: "effect-height flex items-center justify-between p-16", style: {
328
328
  background: this.colors[2].background
329
- } }, index.h("div", { key: 'f6d5d058b645af61eebb8f6a7b2369e4c95c31fb', class: "grid" }, index.h("span", { key: 'b7b1101ac321600f6218cbc4371d9219b9aef016', class: "f-body-02" }, this.colors[2].rgb), index.h("span", { key: '2debc8469b2d82c0550f1173bb4f0c1cdf33a7e0', class: "f-body-02 w-full" }, this.colors[2].cmyk), index.h("eds-code-block", { key: '90753985397844a6cabeee1b0ac5b32a84f59ed1', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: 'f46c245f70973cd91992a8f9ec47e57997345c5c', class: "grid" }, index.h("span", { key: '7c7eb23f1312208b313cd2a2bd5c5a5af2e7cdd3', class: "f-body-02" }, this.colors[2].pantoneC), index.h("span", { key: '47c19d9a120cedc5c2bbbd385efa2e91ad4fd8e8', class: "f-body-02" }, this.colors[2].pantoneU))), index.h("div", { key: 'dcbc1b771bea1166bbbb0ed0e6fcd2d1aaa53b7f', class: "effect-height flex items-center justify-between p-16", style: {
329
+ } }, index.h("div", { key: 'cb9015c5139a9e4bc4d83c81e4c624418ba91e57', class: "grid" }, index.h("span", { key: 'e6071179b0d5ee6a327bae62e8cb797be4613a48', class: "f-body-02" }, this.colors[2].rgb), index.h("span", { key: 'f82c6c24daedeed9976b40e15e68b0f8cf0e0237', class: "f-body-02 w-full" }, this.colors[2].cmyk), index.h("eds-code-block", { key: '38c572026fb438735393f080475ce007f1d6d87a', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: 'a348ef327a39997ef3b76d5c98dd0e485e71ceec', class: "grid" }, index.h("span", { key: 'f8d5156c502542206b83b8f402085b3e8f0cbbaf', class: "f-body-02" }, this.colors[2].pantoneC), index.h("span", { key: 'd1ce2dc56c8f256a1e139a6a22ddfe922f374617', class: "f-body-02" }, this.colors[2].pantoneU))), index.h("div", { key: 'c37b60531e00b73b27a9d687f256906aa702fc33', class: "effect-height flex items-center justify-between p-16", style: {
330
330
  background: this.colors[3].background
331
- } }, index.h("div", { key: '55dff4711f054b364df8a03381f768e93cd1b62a', class: "grid" }, index.h("span", { key: '3880f0ea82be335c750ed4553583bc87b7ca04cc', class: "f-body-02" }, this.colors[3].rgb), index.h("span", { key: '6952cfb758d707b3376032f1d997253c1edc9962', class: "f-body-02 w-full" }, this.colors[3].cmyk), index.h("eds-code-block", { key: '9e0bc4a1d79c41bfaa315fd3053752c4eda3cd18', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '9561d012cfbe411eac373f768893cc304b2e6138', class: "grid" }, index.h("span", { key: 'e90d3b590653807e22697395397ac89be9f52b90', class: "f-body-02" }, this.colors[3].pantoneC), index.h("span", { key: 'ffd2be0e5f7ff3b72a73697e0ca2f92c7e9cc0a5', class: "f-body-02" }, this.colors[3].pantoneU)))), index.h("li", { key: 'e963dd45ee5a8f52348e1b2a331df6af94f90f5f', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: '0586094b065fdfa034096ef7e1eb95c6a26c41fc', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[4].background } }, index.h("div", { key: '6acfe9a84d72f0327c3eff6c44a616918fa627d3', class: "grid" }, index.h("span", { key: 'c3175b931ff1cc3365dbf1cdd548b550aaf662a3', class: "f-body-02" }, this.colors[4].rgb), index.h("span", { key: '42d1daa0c16dcceb7341c015b912e0ea27874282', class: "f-body-02 w-full" }, this.colors[4].cmyk), index.h("eds-code-block", { key: '56b32e9ba42ec77e3ba6263f27b78229996ce983', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '89226a45ae2cf148134d550d0507a3563978e1bd', class: "grid" }, index.h("span", { key: '6f9c4d6da4d4c3fe6ae8039291e6cd9c06635c24', class: "f-body-02" }, this.colors[4].pantoneC || 'N/A'), index.h("span", { key: '9b44fcec2f83ecaa9fb5a1b298bab55fce503e91', class: "f-body-02" }, this.colors[4].pantoneU || 'N/A'))))));
331
+ } }, index.h("div", { key: '5664705a651d08bbc912dc2c54a5836b7b110756', class: "grid" }, index.h("span", { key: '983856d8e4b220111545618290fc646d9441255d', class: "f-body-02" }, this.colors[3].rgb), index.h("span", { key: '4889da92a9135b03cf4a3261bf56dbb5f0676732', class: "f-body-02 w-full" }, this.colors[3].cmyk), index.h("eds-code-block", { key: '7a05d96a8850a939aae04055d6687c4f0b099627', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: '6d2a643019c9157caa657022ffd186cbce545051', class: "grid" }, index.h("span", { key: 'd6d4e56c980b989317059c5564d6734d882cb340', class: "f-body-02" }, this.colors[3].pantoneC), index.h("span", { key: '27d832aebcf959f279b31479011ad580eca1738e', class: "f-body-02" }, this.colors[3].pantoneU)))), index.h("li", { key: '4883a16496f89bb91be092dd30c396b5da80b022', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { key: '0961b636d4700899d85a96559163a22cea529a3c', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[4].background } }, index.h("div", { key: '7dfe7f6f7ce9a0ef94f2e4fb5a238efbf4d79000', class: "grid" }, index.h("span", { key: 'de249cb619dc0b304e02137d3acca2372542d894', class: "f-body-02" }, this.colors[4].rgb), index.h("span", { key: 'e61f26f9cb320b5c89a869cc136b77e188883271', class: "f-body-02 w-full" }, this.colors[4].cmyk), index.h("eds-code-block", { key: '6f42200391ca34de7059bb58487072e142a1e426', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), index.h("div", { key: 'cc46304bf53b13ff4895589d728e8db931a4410d', class: "grid" }, index.h("span", { key: '1e7f7cef5a61e4644b2ffd4853a764e3d5894fa9', class: "f-body-02" }, this.colors[4].pantoneC || 'N/A'), index.h("span", { key: '30eb901e47311d9bce77ec1a05f29d43fb41dd70', class: "f-body-02" }, this.colors[4].pantoneU || 'N/A'))))));
332
332
  }
333
333
  };
334
334
 
@@ -138,7 +138,7 @@ const ComponentsSection = class {
138
138
  }
139
139
  }
140
140
  render() {
141
- return index.h("div", { key: 'd68c9ede251456d88ef2a033691927c87c8ec163', class: "container" }, this.renderContent());
141
+ return index.h("div", { key: '493e3acd6d92f206d931af6406c9e1f42404c91d', class: "container" }, this.renderContent());
142
142
  }
143
143
  };
144
144
 
@@ -19,7 +19,7 @@ var patchBrowser = () => {
19
19
 
20
20
  patchBrowser().then(async (options) => {
21
21
  await appGlobals.globalScripts();
22
- return index.bootstrapLazy(JSON.parse("[[\"eds-avatar_28.cjs\",[[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],\"setData\":[64],\"getData\":[64]},null,{\"fields\":[\"parseFields\"]}],[1,\"eds-fullscreen-menu\",{\"links\":[1],\"menuLinks\":[1,\"menu-links\"],\"homeUrl\":[1,\"home-url\"],\"inverseHeader\":[4,\"inverse-header\"],\"isMenuOpen\":[32]},[[16,\"toggleheadermenu\",\"handleToggleMenu\"]]],[1,\"eds-user\",{\"user\":[1025]}],[1,\"eds-header\",{\"homeUrl\":[513,\"home-url\"],\"links\":[1],\"headerVariant\":[513,\"header-variant\"],\"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\"],\"imageWidth\":[2,\"image-width\"],\"bg\":[4],\"message\":[1],\"activeStep\":[32]},null,{\"activeStep\":[\"activeStepChanged\"]}],[1,\"eds-modal\",{\"heading\":[1,\"title\"],\"truncate\":[2],\"position\":[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\"]]],[1,\"eds-tabs\",{\"identifier\":[1,\"id\"],\"navAriaLabel\":[1,\"nav-aria-label\"],\"tabs\":[1],\"parsedTabs\":[32],\"activeIndex\":[32]},null,{\"tabs\":[\"parseTabs\"]}],[1,\"eds-footer\",{\"social\":[4],\"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]}],[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-social-networks\",{\"heading\":[1,\"title\"]}],[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\"],\"actions\":[1],\"actionTemplate\":[16],\"parsedActions\":[32],\"dataColumns\":[32],\"tbData\":[32],\"columns\":[32],\"currentPage\":[32],\"parsedConfig\":[32],\"totalRows\":[32],\"searchQuery\":[32],\"containerWidth\":[32]},null,{\"data\":[\"handleDataChange\",\"parseData\"],\"config\":[\"handleConfigChange\"],\"actions\":[\"handleActionsChange\"]}],[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\",{\"inverse\":[4]}],[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],\"exposeValueEvents\":[4,\"expose-value-events\"]}],[1,\"eds-avatar\",{\"firstName\":[1,\"first-name\"],\"lastName\":[1,\"last-name\"],\"picture\":[1],\"initials\":[1],\"color\":[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],\"value\":[8]}],[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],\"value\":[2],\"sliderVal\":[32],\"getInputElement\":[64]},null,{\"value\":[\"onValueChange\"]}],[1,\"eds-tag\",{\"label\":[1],\"intent\":[1],\"size\":[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.cjs\",[[0,\"eds-trl\",{\"applications\":[1]}]]],[\"logo-space.cjs\",[[1,\"logo-space\"]]],[\"svg-repository.cjs\",[[1,\"svg-repository\"]]],[\"docs-palettes.cjs\",[[0,\"docs-palettes\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"components-section.cjs\",[[0,\"components-section\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-card-section.cjs\",[[1,\"eds-card-section\",{\"cards\":[1],\"occupyCols\":[2,\"occupy-cols\"]}]]],[\"eds-timeline.cjs\",[[1,\"eds-timeline\",{\"events\":[1],\"selectedEvent\":[32],\"parsedEvents\":[32]},null,{\"events\":[\"parseEvents\"]}]]],[\"docs-tokens.cjs\",[[0,\"docs-tokens\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-card-tool.cjs\",[[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.cjs\",[[0,\"eds-cookies-preference\",{\"buttonText\":[1,\"button-text\"],\"intent\":[1],\"showMatomoNotice\":[32],\"noticeKey\":[32]}]]],[\"eds-app-root.cjs\",[[1,\"eds-app-root\",{\"isAuthenticated\":[32]}]]],[\"eds-card-project.cjs\",[[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.cjs\",[[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.cjs\",[[1,\"eds-toast-manager\",{\"toasts\":[32]}]]],[\"incorrect-use-of-colors.cjs\",[[0,\"incorrect-use-of-colors\"]]],[\"logo-variations-tabs.cjs\",[[0,\"logo-variations-tabs\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"correct-use-of-colors.cjs\",[[0,\"correct-use-of-colors\"]]],[\"eds-breadcrumb.cjs\",[[1,\"eds-breadcrumb\",{\"items\":[1],\"intent\":[1],\"parsedItems\":[32],\"isSmallScreen\":[32],\"maxVisibleItems\":[32]},null,{\"items\":[\"parseItems\"]}]]],[\"eds-frame.cjs\",[[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]}]]],[\"token-ratios.cjs\",[[0,\"token-ratios\"]]],[\"token-typography.cjs\",[[0,\"token-typography\"]]],[\"eds-card-tags.cjs\",[[1,\"eds-card-tags\",{\"accent\":[4],\"tags\":[16]}]]],[\"eds-gauge.cjs\",[[1,\"eds-gauge\",{\"size\":[2],\"valueMin\":[2,\"value-min\"],\"valueMax\":[2,\"value-max\"],\"value\":[2],\"thickness\":[2],\"variant\":[1]}]]],[\"eds-icon-arrow-diagonal.cjs\",[[0,\"eds-icon-arrow-diagonal\",{\"class\":[1]}]]],[\"eds-icon-arrow-right.cjs\",[[0,\"eds-icon-arrow-right\",{\"class\":[1]}]]],[\"eds-icon-bluesky.cjs\",[[0,\"eds-icon-bluesky\",{\"class\":[1]}]]],[\"eds-icon-bookmark.cjs\",[[0,\"eds-icon-bookmark\",{\"class\":[1]}]]],[\"eds-icon-chevron-down.cjs\",[[0,\"eds-icon-chevron-down\",{\"class\":[1]}]]],[\"eds-icon-chevron-left.cjs\",[[0,\"eds-icon-chevron-left\",{\"class\":[1]}]]],[\"eds-icon-chevron-right.cjs\",[[0,\"eds-icon-chevron-right\",{\"class\":[1]}]]],[\"eds-icon-chevron-up.cjs\",[[0,\"eds-icon-chevron-up\",{\"class\":[1]}]]],[\"eds-icon-close.cjs\",[[0,\"eds-icon-close\",{\"class\":[1]}]]],[\"eds-icon-copy.cjs\",[[0,\"eds-icon-copy\",{\"class\":[1]}]]],[\"eds-icon-eu.cjs\",[[0,\"eds-icon-eu\",{\"class\":[1]}]]],[\"eds-icon-external.cjs\",[[0,\"eds-icon-external\",{\"class\":[1]}]]],[\"eds-icon-facebook.cjs\",[[0,\"eds-icon-facebook\",{\"class\":[1]}]]],[\"eds-icon-gitlab.cjs\",[[0,\"eds-icon-gitlab\",{\"class\":[1]}]]],[\"eds-icon-linkedin.cjs\",[[0,\"eds-icon-linkedin\",{\"class\":[1]}]]],[\"eds-icon-loader.cjs\",[[0,\"eds-icon-loader\",{\"class\":[1]}]]],[\"eds-icon-mastodon.cjs\",[[0,\"eds-icon-mastodon\",{\"class\":[1]}]]],[\"eds-icon-menu.cjs\",[[0,\"eds-icon-menu\",{\"class\":[1]}]]],[\"eds-icon-minus.cjs\",[[0,\"eds-icon-minus\",{\"class\":[1]}]]],[\"eds-icon-more.cjs\",[[0,\"eds-icon-more\",{\"class\":[1]}]]],[\"eds-icon-paper.cjs\",[[0,\"eds-icon-paper\",{\"class\":[1]}]]],[\"eds-icon-plus.cjs\",[[0,\"eds-icon-plus\",{\"class\":[1]}]]],[\"eds-icon-portal.cjs\",[[0,\"eds-icon-portal\",{\"class\":[1]}]]],[\"eds-icon-private.cjs\",[[0,\"eds-icon-private\",{\"class\":[1]}]]],[\"eds-icon-public.cjs\",[[0,\"eds-icon-public\",{\"class\":[1]}]]],[\"eds-icon-search.cjs\",[[0,\"eds-icon-search\",{\"class\":[1]}]]],[\"eds-icon-star.cjs\",[[0,\"eds-icon-star\",{\"class\":[1]}]]],[\"eds-icon-success.cjs\",[[0,\"eds-icon-success\",{\"class\":[1]}]]],[\"eds-icon-thumbs-down.cjs\",[[0,\"eds-icon-thumbs-down\",{\"class\":[1]}]]],[\"eds-icon-thumbs-up.cjs\",[[0,\"eds-icon-thumbs-up\",{\"class\":[1]}]]],[\"eds-icon-tutorial.cjs\",[[0,\"eds-icon-tutorial\",{\"class\":[1]}]]],[\"eds-icon-twitter.cjs\",[[0,\"eds-icon-twitter\",{\"class\":[1]}]]],[\"eds-icon-unknown.cjs\",[[0,\"eds-icon-unknown\",{\"class\":[1]}]]],[\"eds-icon-updown.cjs\",[[0,\"eds-icon-updown\",{\"class\":[1]}]]],[\"eds-icon-user.cjs\",[[0,\"eds-icon-user\",{\"class\":[1]}]]],[\"eds-icon-youtube.cjs\",[[0,\"eds-icon-youtube\",{\"class\":[1]}]]],[\"eds-pie.cjs\",[[1,\"eds-pie\",{\"size\":[2],\"slices\":[1],\"thickness\":[2],\"display\":[1],\"legend\":[4],\"colorScheme\":[1,\"color-scheme\"]}]]],[\"eds-switch.cjs\",[[1,\"eds-switch\",{\"checked\":[1540],\"disabled\":[4],\"labelOn\":[1,\"label-on\"],\"labelOff\":[1,\"label-off\"]}]]],[\"eds-tooltip.cjs\",[[1,\"eds-tooltip\",{\"content\":[1]},[[1,\"mouseenter\",\"handleHover\"]]]]],[\"logo-wrong-usage.cjs\",[[1,\"logo-wrong-usage\"]]],[\"token-spacing.cjs\",[[0,\"token-spacing\"]]],[\"eds-accordion.cjs\",[[1,\"eds-accordion\",{\"heading\":[1,\"title\"],\"description\":[1],\"switchBg\":[4,\"switch-bg\"],\"expanded\":[4],\"clampText\":[4,\"clamp-text\"],\"isExpanded\":[32],\"panelHeight\":[32],\"shortContent\":[32],\"headerHeight\":[32]}]]],[\"eds-matomo-notice.cjs\",[[1,\"eds-matomo-notice\",{\"heading\":[1,\"title\"],\"description\":[1],\"optOutMessage\":[1,\"opt-out-message\"],\"forceShow\":[4,\"force-show\"],\"showNotice\":[32]},[[16,\"cookies\",\"toggleCookiesConsent\"]]]]],[\"eds-rating.cjs\",[[1,\"eds-rating\",{\"ratingType\":[1,\"rating-type\"],\"ratingCount\":[2,\"rating-count\"],\"selectedRating\":[32]}]]],[\"eds-spinner.cjs\",[[1,\"eds-spinner\",{\"size\":[1],\"thickness\":[1],\"borderColor\":[1,\"border-color\"],\"bottomColor\":[1,\"bottom-color\"],\"background\":[1],\"fullscreen\":[4]}]]],[\"eds-splash-screen.cjs\",[[1,\"eds-splash-screen\",{\"inverse\":[4],\"initPromise\":[16],\"isVisible\":[32]},[[8,\"hideSplash\",\"handleHideSplash\"]],{\"initPromise\":[\"watchInitPromise\"]}]]],[\"eds-toast.cjs\",[[1,\"eds-toast\",{\"message\":[1],\"intent\":[1],\"duration\":[2],\"visible\":[32]}]]],[\"eds-progress-bar.cjs\",[[1,\"eds-progress-bar\",{\"value\":[1026],\"rounded\":[4],\"updateValue\":[64]}]]],[\"eds-card-generic.cjs\",[[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\"]]]]],[\"logo-variations-horizontal_2.cjs\",[[1,\"logo-variations-horizontal\"],[1,\"logo-variations-vertical\",{\"orientation\":[1],\"type\":[1]}]]],[\"eds-alert.cjs\",[[1,\"eds-alert\",{\"message\":[1],\"pressableLabel\":[1,\"pressable-label\"],\"pressableUrl\":[1,\"pressable-url\"],\"direction\":[1],\"intent\":[1],\"brd\":[1],\"withBtn\":[32]}]]],[\"token-list_3.cjs\",[[0,\"token-list\",{\"show\":[1]}],[0,\"token-radii\"],[0,\"token-shadows\"]]],[\"eds-section-core_2.cjs\",[[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\"]}]]],[\"eds-code-block.cjs\",[[1,\"eds-code-block\",{\"code\":[1],\"language\":[1],\"copied\":[32]}]]],[\"color-primary-palette_6.cjs\",[[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_2.cjs\",[[1,\"eds-card-desc\",{\"description\":[1],\"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]}]]]]"), options);
22
+ return index.bootstrapLazy(JSON.parse("[[\"eds-avatar_28.cjs\",[[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],\"setData\":[64],\"getData\":[64]},null,{\"fields\":[\"parseFields\"]}],[1,\"eds-fullscreen-menu\",{\"links\":[1],\"menuLinks\":[1,\"menu-links\"],\"homeUrl\":[1,\"home-url\"],\"inverseHeader\":[4,\"inverse-header\"],\"isMenuOpen\":[32]},[[16,\"toggleheadermenu\",\"handleToggleMenu\"]]],[1,\"eds-user\",{\"user\":[1025]}],[1,\"eds-header\",{\"homeUrl\":[513,\"home-url\"],\"links\":[1],\"headerVariant\":[513,\"header-variant\"],\"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\"],\"imageWidth\":[2,\"image-width\"],\"bg\":[4],\"message\":[1],\"activeStep\":[32]},null,{\"activeStep\":[\"activeStepChanged\"]}],[1,\"eds-modal\",{\"heading\":[1,\"title\"],\"truncate\":[2],\"position\":[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\"]]],[1,\"eds-tabs\",{\"identifier\":[1,\"id\"],\"navAriaLabel\":[1,\"nav-aria-label\"],\"tabs\":[1],\"parsedTabs\":[32],\"activeIndex\":[32]},null,{\"tabs\":[\"parseTabs\"]}],[1,\"eds-footer\",{\"social\":[4],\"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]}],[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-social-networks\",{\"heading\":[1,\"title\"]}],[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\"],\"actions\":[1],\"actionTemplate\":[16],\"parsedActions\":[32],\"dataColumns\":[32],\"tbData\":[32],\"columns\":[32],\"currentPage\":[32],\"parsedConfig\":[32],\"totalRows\":[32],\"searchQuery\":[32],\"containerWidth\":[32]},null,{\"data\":[\"handleDataChange\",\"parseData\"],\"config\":[\"handleConfigChange\"],\"actions\":[\"handleActionsChange\"]}],[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\",{\"inverse\":[4]}],[1,\"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\"],\"options\":[1],\"type\":[1],\"onChangeNative\":[16],\"onInput\":[16],\"exposeValueEvents\":[4,\"expose-value-events\"]}],[1,\"eds-avatar\",{\"firstName\":[1,\"first-name\"],\"lastName\":[1,\"last-name\"],\"picture\":[1],\"initials\":[1],\"color\":[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\"]}],[1,\"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],\"value\":[8]}],[1,\"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],\"value\":[2],\"sliderVal\":[32],\"getInputElement\":[64]},null,{\"value\":[\"onValueChange\"]}],[1,\"eds-tag\",{\"label\":[1],\"intent\":[1],\"size\":[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.cjs\",[[0,\"eds-trl\",{\"applications\":[1]}]]],[\"logo-space.cjs\",[[1,\"logo-space\"]]],[\"svg-repository.cjs\",[[1,\"svg-repository\"]]],[\"docs-palettes.cjs\",[[0,\"docs-palettes\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"components-section.cjs\",[[0,\"components-section\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-card-section.cjs\",[[1,\"eds-card-section\",{\"cards\":[1],\"occupyCols\":[2,\"occupy-cols\"]}]]],[\"eds-timeline.cjs\",[[1,\"eds-timeline\",{\"events\":[1],\"selectedEvent\":[32],\"parsedEvents\":[32]},null,{\"events\":[\"parseEvents\"]}]]],[\"docs-tokens.cjs\",[[0,\"docs-tokens\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"eds-card-tool.cjs\",[[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.cjs\",[[0,\"eds-cookies-preference\",{\"buttonText\":[1,\"button-text\"],\"intent\":[1],\"showMatomoNotice\":[32],\"noticeKey\":[32]}]]],[\"eds-app-root.cjs\",[[1,\"eds-app-root\",{\"isAuthenticated\":[32]}]]],[\"eds-card-project.cjs\",[[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.cjs\",[[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.cjs\",[[1,\"eds-toast-manager\",{\"toasts\":[32]}]]],[\"incorrect-use-of-colors.cjs\",[[0,\"incorrect-use-of-colors\"]]],[\"logo-variations-tabs.cjs\",[[0,\"logo-variations-tabs\",{\"tabIndex\":[2,\"tab-index\"]}]]],[\"correct-use-of-colors.cjs\",[[0,\"correct-use-of-colors\"]]],[\"eds-breadcrumb.cjs\",[[1,\"eds-breadcrumb\",{\"items\":[1],\"intent\":[1],\"parsedItems\":[32],\"isSmallScreen\":[32],\"maxVisibleItems\":[32]},null,{\"items\":[\"parseItems\"]}]]],[\"eds-frame.cjs\",[[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]}]]],[\"token-ratios.cjs\",[[0,\"token-ratios\"]]],[\"token-typography.cjs\",[[0,\"token-typography\"]]],[\"eds-card-tags.cjs\",[[1,\"eds-card-tags\",{\"accent\":[4],\"tags\":[16]}]]],[\"eds-gauge.cjs\",[[1,\"eds-gauge\",{\"size\":[2],\"valueMin\":[2,\"value-min\"],\"valueMax\":[2,\"value-max\"],\"value\":[2],\"thickness\":[2],\"variant\":[1]}]]],[\"eds-icon-arrow-diagonal.cjs\",[[0,\"eds-icon-arrow-diagonal\",{\"class\":[1]}]]],[\"eds-icon-arrow-right.cjs\",[[0,\"eds-icon-arrow-right\",{\"class\":[1]}]]],[\"eds-icon-bluesky.cjs\",[[0,\"eds-icon-bluesky\",{\"class\":[1]}]]],[\"eds-icon-bookmark.cjs\",[[0,\"eds-icon-bookmark\",{\"class\":[1]}]]],[\"eds-icon-chevron-down.cjs\",[[0,\"eds-icon-chevron-down\",{\"class\":[1]}]]],[\"eds-icon-chevron-left.cjs\",[[0,\"eds-icon-chevron-left\",{\"class\":[1]}]]],[\"eds-icon-chevron-right.cjs\",[[0,\"eds-icon-chevron-right\",{\"class\":[1]}]]],[\"eds-icon-chevron-up.cjs\",[[0,\"eds-icon-chevron-up\",{\"class\":[1]}]]],[\"eds-icon-close.cjs\",[[0,\"eds-icon-close\",{\"class\":[1]}]]],[\"eds-icon-copy.cjs\",[[0,\"eds-icon-copy\",{\"class\":[1]}]]],[\"eds-icon-eu.cjs\",[[0,\"eds-icon-eu\",{\"class\":[1]}]]],[\"eds-icon-external.cjs\",[[0,\"eds-icon-external\",{\"class\":[1]}]]],[\"eds-icon-facebook.cjs\",[[0,\"eds-icon-facebook\",{\"class\":[1]}]]],[\"eds-icon-gitlab.cjs\",[[0,\"eds-icon-gitlab\",{\"class\":[1]}]]],[\"eds-icon-linkedin.cjs\",[[0,\"eds-icon-linkedin\",{\"class\":[1]}]]],[\"eds-icon-loader.cjs\",[[0,\"eds-icon-loader\",{\"class\":[1]}]]],[\"eds-icon-mastodon.cjs\",[[0,\"eds-icon-mastodon\",{\"class\":[1]}]]],[\"eds-icon-menu.cjs\",[[0,\"eds-icon-menu\",{\"class\":[1]}]]],[\"eds-icon-minus.cjs\",[[0,\"eds-icon-minus\",{\"class\":[1]}]]],[\"eds-icon-more.cjs\",[[0,\"eds-icon-more\",{\"class\":[1]}]]],[\"eds-icon-paper.cjs\",[[0,\"eds-icon-paper\",{\"class\":[1]}]]],[\"eds-icon-plus.cjs\",[[0,\"eds-icon-plus\",{\"class\":[1]}]]],[\"eds-icon-portal.cjs\",[[0,\"eds-icon-portal\",{\"class\":[1]}]]],[\"eds-icon-private.cjs\",[[0,\"eds-icon-private\",{\"class\":[1]}]]],[\"eds-icon-public.cjs\",[[0,\"eds-icon-public\",{\"class\":[1]}]]],[\"eds-icon-search.cjs\",[[0,\"eds-icon-search\",{\"class\":[1]}]]],[\"eds-icon-star.cjs\",[[0,\"eds-icon-star\",{\"class\":[1]}]]],[\"eds-icon-success.cjs\",[[0,\"eds-icon-success\",{\"class\":[1]}]]],[\"eds-icon-thumbs-down.cjs\",[[0,\"eds-icon-thumbs-down\",{\"class\":[1]}]]],[\"eds-icon-thumbs-up.cjs\",[[0,\"eds-icon-thumbs-up\",{\"class\":[1]}]]],[\"eds-icon-tutorial.cjs\",[[0,\"eds-icon-tutorial\",{\"class\":[1]}]]],[\"eds-icon-twitter.cjs\",[[0,\"eds-icon-twitter\",{\"class\":[1]}]]],[\"eds-icon-unknown.cjs\",[[0,\"eds-icon-unknown\",{\"class\":[1]}]]],[\"eds-icon-updown.cjs\",[[0,\"eds-icon-updown\",{\"class\":[1]}]]],[\"eds-icon-user.cjs\",[[0,\"eds-icon-user\",{\"class\":[1]}]]],[\"eds-icon-youtube.cjs\",[[0,\"eds-icon-youtube\",{\"class\":[1]}]]],[\"eds-pie.cjs\",[[1,\"eds-pie\",{\"size\":[2],\"slices\":[1],\"thickness\":[2],\"display\":[1],\"legend\":[4],\"colorScheme\":[1,\"color-scheme\"]}]]],[\"eds-switch.cjs\",[[1,\"eds-switch\",{\"checked\":[1540],\"disabled\":[4],\"labelOn\":[1,\"label-on\"],\"labelOff\":[1,\"label-off\"]}]]],[\"eds-tooltip.cjs\",[[1,\"eds-tooltip\",{\"content\":[1]},[[1,\"mouseenter\",\"handleHover\"]]]]],[\"logo-wrong-usage.cjs\",[[1,\"logo-wrong-usage\"]]],[\"token-spacing.cjs\",[[0,\"token-spacing\"]]],[\"eds-accordion.cjs\",[[1,\"eds-accordion\",{\"heading\":[1,\"title\"],\"description\":[1],\"switchBg\":[4,\"switch-bg\"],\"expanded\":[4],\"clampText\":[4,\"clamp-text\"],\"isExpanded\":[32],\"panelHeight\":[32],\"shortContent\":[32],\"headerHeight\":[32]}]]],[\"eds-matomo-notice.cjs\",[[1,\"eds-matomo-notice\",{\"heading\":[1,\"title\"],\"description\":[1],\"optOutMessage\":[1,\"opt-out-message\"],\"forceShow\":[4,\"force-show\"],\"showNotice\":[32]},[[16,\"cookies\",\"toggleCookiesConsent\"]]]]],[\"eds-rating.cjs\",[[1,\"eds-rating\",{\"ratingType\":[1,\"rating-type\"],\"ratingCount\":[2,\"rating-count\"],\"selectedRating\":[32]}]]],[\"eds-spinner.cjs\",[[1,\"eds-spinner\",{\"size\":[1],\"thickness\":[1],\"borderColor\":[1,\"border-color\"],\"bottomColor\":[1,\"bottom-color\"],\"background\":[1],\"fullscreen\":[4]}]]],[\"eds-splash-screen.cjs\",[[1,\"eds-splash-screen\",{\"inverse\":[4],\"initPromise\":[16],\"isVisible\":[32]},[[8,\"hideSplash\",\"handleHideSplash\"]],{\"initPromise\":[\"watchInitPromise\"]}]]],[\"eds-toast.cjs\",[[1,\"eds-toast\",{\"message\":[1],\"intent\":[1],\"duration\":[2],\"visible\":[32]}]]],[\"eds-progress-bar.cjs\",[[1,\"eds-progress-bar\",{\"value\":[1026],\"rounded\":[4],\"updateValue\":[64]}]]],[\"eds-card-generic.cjs\",[[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\"]]]]],[\"logo-variations-horizontal_2.cjs\",[[1,\"logo-variations-horizontal\"],[1,\"logo-variations-vertical\",{\"orientation\":[1],\"type\":[1]}]]],[\"eds-alert.cjs\",[[1,\"eds-alert\",{\"message\":[1],\"pressableLabel\":[1,\"pressable-label\"],\"pressableUrl\":[1,\"pressable-url\"],\"direction\":[1],\"intent\":[1],\"brd\":[1],\"withBtn\":[32]}]]],[\"token-list_3.cjs\",[[0,\"token-list\",{\"show\":[1]}],[0,\"token-radii\"],[0,\"token-shadows\"]]],[\"eds-section-core_2.cjs\",[[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\"]}]]],[\"eds-code-block.cjs\",[[1,\"eds-code-block\",{\"code\":[1],\"language\":[1],\"copied\":[32]}]]],[\"color-primary-palette_6.cjs\",[[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_2.cjs\",[[1,\"eds-card-desc\",{\"description\":[1],\"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]}]]]]"), options);
23
23
  });
24
24
 
25
25
  exports.setNonce = index.setNonce;
@@ -61,7 +61,7 @@ const CorrectUseOfColors = class {
61
61
  index.registerInstance(this, hostRef);
62
62
  }
63
63
  render() {
64
- return (index.h("div", { key: 'eb7fe8a13ba44aa0b8327fd042177817577aa9ca', class: "container" }, index.h("p", { key: 'b9e731a3184cc72a0dd4c31bc207185789b1c747', class: "f-body-01" }, "This guide demonstrates the correct usage of the", index.h("eds-link", { key: '9ac1f24993a47743b62504a9ac5cfaa67ea94867', label: "primary", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", index.h("eds-link", { key: '82eb7946b881f69719a7785ded23355e34aa3023', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), index.h("div", { key: 'a1bde4ba25a05fdc3a43bd008748f0ae74224142', class: "flex" }, index.h("div", { key: 'e6399a78c1d41e79041ad0e91356468e9e94a004', class: "w-full" }, index.h("ul", { key: '438acfe268f49ca5b77c20af74213283ac68e851', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, primary.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[150px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), index.h("div", { key: '41cf8ea398e273788e32889e705debd21f102a9f', class: "w-full" }, index.h("ul", { key: 'b200fe46847e64efee26fb863151f08e2a175220', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), index.h("p", { key: '9fe567482bfbad7fc0bc4083756622259fd83e45', class: "f-body-01" }, "This guide demonstrates the correct usage of the", index.h("eds-link", { key: 'bd26b1b4c4ac1082eef246f9d1b6b13245b1d69f', label: "purple", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", index.h("eds-link", { key: 'b3a9897628cdcb7086397d7f7662591da4debdd4', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), index.h("div", { key: 'fc54b467ddd6faa62e81fe56170f0ed43fccd52e', class: "flex" }, index.h("div", { key: '930d475074e002439847f152d95ed1f764536791', class: "w-full" }, index.h("ul", { key: 'ad8085fd5a4dcc8cd4cc2a4c0d6522673b0f69c3', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, purple.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), index.h("div", { key: 'c9d7c736f8248fa7f1b689ec7a8eed24853de384', class: "w-full" }, index.h("ul", { key: '9191d41ef9f3947f91420e925f4ae5029aaf0e73', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), index.h("p", { key: 'ed9e3ebc14a1ecd0744d8adf6b58df54a325565f', class: "f-body-01" }, "This guide demonstrates the correct usage of the", index.h("eds-link", { key: '5104e373031bc9381db7e274fba47f3d36d8fc14', label: "blue", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", index.h("eds-link", { key: '2d0ff6d98eaf2b195725eb87b1cf8c264071787c', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), index.h("div", { key: 'a660e8df517ab4c1b4b47fa777bd0e5c06156161', class: "flex" }, index.h("div", { key: '7346d762b781cf27fdf784a1100608b74a28eaca', class: "w-full" }, index.h("ul", { key: '91a7f50ffb513045c7d52987ecd33f3707332083', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, blue.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), index.h("div", { key: 'e4d61bb10342c7c27e19a5fc43a3823e2ac36db7', class: "w-full" }, index.h("ul", { key: 'ab40fb356845c3c15255a591299d3aa3a4bcd415', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), index.h("p", { key: '15c61baa18cac41eefdfd631e6e62d8ad665fd00', class: "f-body-01" }, "This guide demonstrates the correct usage of the", index.h("eds-link", { key: '8abd1e309700248f865906e667ffdb2db172c923', label: "redish", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", index.h("eds-link", { key: '9cc22cdc51c4e6b5ea28afd62e5b7fe10b6f57bf', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), index.h("div", { key: '8cb15f36de63b4425be410d395b56829427a2b13', class: "flex" }, index.h("div", { key: 'e47f595ad0af29333fdb3090eae08b65b908e87d', class: "w-full" }, index.h("ul", { key: '27b7f0ee1650d169f17bee8a776ced534c2f8b37', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, red.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), index.h("div", { key: '40ed8de907089964f83ce2ebd2734b00ba378847', class: "w-full" }, index.h("ul", { key: '8b1bdd17aa9e0c60484120b58e67ec3d09ddc533', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))))));
64
+ return (index.h("div", { key: '28d23c1c4938faeda8dcb1dee2781f2699fec1e4', class: "container" }, index.h("p", { key: 'aa95599c281f69ddf8d701a3aea0023ad2896f7b', class: "f-body-01" }, "This guide demonstrates the correct usage of the", index.h("eds-link", { key: '9dd65e4f8c1bb626245146437038ac8994590014', label: "primary", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", index.h("eds-link", { key: 'e7cb83cd12a9227e63680793da991f74801824ac', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), index.h("div", { key: 'a5a562f406f498a56d1558085d8c9ced9aa03950', class: "flex" }, index.h("div", { key: '5b9d8055ef5a2bda94046296312ba33bf8e6c5f6', class: "w-full" }, index.h("ul", { key: '2cb3969aa88ba595611bccaba6f5727245be1e9a', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, primary.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[150px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), index.h("div", { key: 'a5aa66122430d9bb7c1e602c9f9caa3206539ebc', class: "w-full" }, index.h("ul", { key: '6fc4319d823fcd503e51c30f51ac4e641a3e26cb', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), index.h("p", { key: 'c6300f7ce011a590b7d2cd669bc723b57db95cfb', class: "f-body-01" }, "This guide demonstrates the correct usage of the", index.h("eds-link", { key: '435c9b84ed36852025dc6cc5145e4e7f16a27b85', label: "purple", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", index.h("eds-link", { key: 'bce35bdd3f967da492756c32a60e4d5a6d955ae5', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), index.h("div", { key: '9a125394479b45c3bf6e3b0ee84aeeaa810979df', class: "flex" }, index.h("div", { key: '85b337713bdb2a8df04802708483c451c47c3bfb', class: "w-full" }, index.h("ul", { key: '7ecaa983023ace254ce45821d25d7ad31c33a03a', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, purple.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), index.h("div", { key: 'ebd9dd35d96f26e710f4ba8d73bb137f380bc4f7', class: "w-full" }, index.h("ul", { key: '6a55067d2de6661a60ddc72d01ca689d3310fa9e', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), index.h("p", { key: '982fec24d95cdb1975b34f1fb212f088dd9778d4', class: "f-body-01" }, "This guide demonstrates the correct usage of the", index.h("eds-link", { key: '064a8ce0228f618a81136fdf9db083ac0147c189', label: "blue", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", index.h("eds-link", { key: '9a71a6928fc842f41a531d56c3d07b663c5b97a5', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), index.h("div", { key: '687304a89d420fd90e2af3998a4c9c9e8d65589b', class: "flex" }, index.h("div", { key: '3a85f4c1a31c7d53d5530de7dcaab462e5469d22', class: "w-full" }, index.h("ul", { key: 'eed3d8bc0cfff01f076d49c8329ec15284cc186f', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, blue.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), index.h("div", { key: '0107d348aef7cf518f85ab4b6da2279ff88cc164', class: "w-full" }, index.h("ul", { key: '6e0bea6067919913beeb22b9f21e1e4159aadc17', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), index.h("p", { key: 'ed1fc0df515ab765a5fc0150e6de20be7e17f529', class: "f-body-01" }, "This guide demonstrates the correct usage of the", index.h("eds-link", { key: '6528243a7c1f3670bbc26a0dfb9082b664684ce0', label: "redish", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", index.h("eds-link", { key: '41edce302c91862655dfc88c53b007c79de65dbd', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), index.h("div", { key: 'ff5f2d3300515caeef697e53427f93743332330f', class: "flex" }, index.h("div", { key: '4dbedd35ca5c3e0c9cfcb4b64cb57b50f95dc5fb', class: "w-full" }, index.h("ul", { key: '0fb5f50e2d8864b444cbbbee040fb7202d63edf2', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, red.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), index.h("div", { key: '42ef75b3373aaf6440930a5acdbb06ce2f879b16', class: "w-full" }, index.h("ul", { key: 'f0d9e29b7aa325a9df35e2cbb0efbcec838d8bd3', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (index.h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, index.h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))))));
65
65
  }
66
66
  };
67
67
 
@@ -20,7 +20,7 @@ const DocsPalettes = class {
20
20
  }
21
21
  }
22
22
  render() {
23
- return index.h("div", { key: '638d6345ed0e32bda5d350f7ee8e54055d7fe770', class: "container" }, this.renderContent());
23
+ return index.h("div", { key: 'dd41d9bbba79fd09d2ca5b0db7bd9427f2ef3f05', class: "container" }, this.renderContent());
24
24
  }
25
25
  };
26
26
 
@@ -28,7 +28,7 @@ const DocsContent = class {
28
28
  }
29
29
  }
30
30
  render() {
31
- return index.h("div", { key: '7d86f29bb4a82aec564b0600749d97aedc58925d', class: "container" }, this.renderContent());
31
+ return index.h("div", { key: 'abc5bf722ee15d7c9b2a1ca0b34644a0d628d578', class: "container" }, this.renderContent());
32
32
  }
33
33
  };
34
34
 
@@ -30,7 +30,7 @@ const EdsAppRoot = class {
30
30
  this.combinedInitPromise = Promise.all([initKeycloakPromise, authStatusPromise]);
31
31
  }
32
32
  render() {
33
- return (index.h("div", { key: 'f7ff644cea84bfc78190afcfa33f1f6d6c6de29a' }, index.h("eds-splash-screen", { key: '5e04f163eafe8f0d55394b8f508386bac013907e', inverse: true, initPromise: this.combinedInitPromise }), index.h("eds-login", { key: '94c9dc0546e48fe8f9e6fc17fde9dcbf75fbe3bc', "keycloak-url": "http://localhost:8080", "keycloak-realm": "nigeor-realm", "keycloak-client-id": "stencil-app" }), index.h("main", { key: '975cfb32924ecf0a4bb7d8f4788792eae500e166' }, this.isAuthenticated ? index.h("h1", null, "Welcome, authenticated user!") : index.h("h1", null, "Please log in."))));
33
+ return (index.h("div", { key: '2cf0a4aa07959e806ac503bc7db3fd0bc1c49b6e' }, index.h("eds-splash-screen", { key: '9617591de350dad2db54ca96b7afd61fab08488c', inverse: true, initPromise: this.combinedInitPromise }), index.h("eds-login", { key: '8265386d716cc3bd9dde828d7fcfb9e5952d9df2', "keycloak-url": "http://localhost:8080", "keycloak-realm": "nigeor-realm", "keycloak-client-id": "stencil-app" }), index.h("main", { key: 'cae96307e0f7188a3422d64b1f8bfed2ae94d628' }, this.isAuthenticated ? index.h("h1", null, "Welcome, authenticated user!") : index.h("h1", null, "Please log in."))));
34
34
  }
35
35
  };
36
36