@ebrains/react 0.8.0-alpha.0 → 0.9.1-beta

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 (87) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +11 -0
  3. package/bookmark-c200037c.esm.js +16 -0
  4. package/color-primary-palette_6.entry.esm.js +163 -141
  5. package/{eds-components-section.entry.esm.js → components-section.entry.esm.js} +22 -18
  6. package/correct-use-of-colors.entry.esm.js +49 -49
  7. package/{eds-docs-palettes.entry.esm.js → docs-palettes.entry.esm.js} +3 -3
  8. package/{eds-docs-tokens.entry.esm.js → docs-tokens.entry.esm.js} +3 -3
  9. package/eds-accordion.entry.esm.js +132 -0
  10. package/eds-app-root.entry.esm.js +4 -4
  11. package/eds-avatar_26.entry.esm.js +306 -0
  12. package/{eds-card-desc_3.entry.esm.js → eds-card-desc_2.entry.esm.js} +1 -40
  13. package/eds-card-generic.entry.esm.js +3 -3
  14. package/eds-cookies-preference.entry.esm.js +2 -2
  15. package/eds-feedback.entry.esm.js +9 -9
  16. package/eds-frame.entry.esm.js +9 -15
  17. package/eds-icon-bluesky.entry.esm.js +1 -1
  18. package/eds-icon-bookmark.entry.esm.js +21 -0
  19. package/eds-icon-close.entry.esm.js +1 -1
  20. package/eds-icon-copy.entry.esm.js +1 -1
  21. package/eds-icon-eu.entry.esm.js +1 -1
  22. package/eds-icon-external.entry.esm.js +21 -0
  23. package/eds-icon-facebook.entry.esm.js +1 -1
  24. package/eds-icon-gitlab.entry.esm.js +1 -1
  25. package/eds-icon-linkedin.entry.esm.js +1 -1
  26. package/eds-icon-loader.entry.esm.js +1 -1
  27. package/eds-icon-mastodon.entry.esm.js +1 -1
  28. package/eds-icon-menu.entry.esm.js +1 -1
  29. package/eds-icon-minus.entry.esm.js +21 -0
  30. package/eds-icon-more.entry.esm.js +1 -1
  31. package/eds-icon-paper.entry.esm.js +21 -0
  32. package/eds-icon-plus.entry.esm.js +21 -0
  33. package/eds-icon-portal.entry.esm.js +21 -0
  34. package/eds-icon-private.entry.esm.js +21 -0
  35. package/eds-icon-public.entry.esm.js +21 -0
  36. package/eds-icon-search.entry.esm.js +1 -1
  37. package/eds-icon-star.entry.esm.js +1 -1
  38. package/eds-icon-success.entry.esm.js +1 -1
  39. package/eds-icon-thumbs-down.entry.esm.js +1 -1
  40. package/eds-icon-thumbs-up.entry.esm.js +1 -1
  41. package/eds-icon-tutorial.entry.esm.js +21 -0
  42. package/eds-icon-twitter.entry.esm.js +1 -1
  43. package/eds-icon-unknown.entry.esm.js +21 -0
  44. package/eds-icon-updown.entry.esm.js +21 -0
  45. package/eds-icon-user.entry.esm.js +1 -1
  46. package/eds-icon-youtube.entry.esm.js +1 -1
  47. package/eds-login_2.entry.esm.js +27 -15
  48. package/eds-matomo-notice.entry.esm.js +162 -0
  49. package/eds-modal.entry.esm.js +17 -17
  50. package/eds-pagination_2.entry.esm.js +12 -12
  51. package/eds-progress-bar.entry.esm.js +2 -2
  52. package/eds-rating.entry.esm.js +1 -1
  53. package/eds-section-core_2.entry.esm.js +5 -5
  54. package/eds-spinner.entry.esm.js +3 -3
  55. package/eds-switch.entry.esm.js +7 -7
  56. package/eds-tabs.entry.esm.js +8 -8
  57. package/eds-timeline.entry.esm.js +5 -5
  58. package/eds-toast-manager.entry.esm.js +1 -1
  59. package/eds-tooltip.entry.esm.js +3 -3
  60. package/eds-trl.entry.esm.js +2 -2
  61. package/incorrect-use-of-colors.entry.esm.js +9 -9
  62. package/index.esm.js +1 -1
  63. package/index.esm2.js +60 -36
  64. package/logo-space.entry.esm.js +28 -12
  65. package/logo-variations-horizontal_2.entry.esm.js +73 -66
  66. package/{eds-logo-variations.entry.esm.js → logo-variations-tabs.entry.esm.js} +3 -3
  67. package/logo-wrong-usage.entry.esm.js +71 -107
  68. package/minus-b30a7c71.esm.js +11 -0
  69. package/package.json +1 -1
  70. package/paper-8e74ea31.esm.js +15 -0
  71. package/plus-89c07be2.esm.js +12 -0
  72. package/portal-d6c8ce56.esm.js +18 -0
  73. package/private-1c25ff8e.esm.js +25 -0
  74. package/public-d4d8c585.esm.js +16 -0
  75. package/src/components.d.ts +0 -3
  76. package/{eds-svg-repository.entry.esm.js → svg-repository.entry.esm.js} +29 -28
  77. package/token-list_3.entry.esm.js +9 -9
  78. package/token-ratios.entry.esm.js +3 -3
  79. package/token-typography.entry.esm.js +10 -7
  80. package/tutotial-150ee1fd.esm.js +27 -0
  81. package/unknown-ed01a24c.esm.js +22 -0
  82. package/up-and-down-d747abee.esm.js +12 -0
  83. package/eds-accordion_17.entry.esm.js +0 -196
  84. package/eds-breadcrumb.entry.esm.js +0 -174
  85. package/eds-form.entry.esm.js +0 -473
  86. package/eds-input_7.entry.esm.js +0 -569
  87. package/token-spacing.entry.esm.js +0 -93
@@ -3,7 +3,7 @@ import 'react';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react-dom';
5
5
 
6
- const logoVariationsHorizontalCss = ".container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.bg-accent{background-color:var(--green-500)}.bg-dark{background-color:var(--grey-300)}.bg-strongest{background-color:var(--black)}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.p-8{padding:0.5rem}.p-16{padding:1rem}.my-16{margin-top:1rem;margin-bottom:1rem}.my-20{margin-top:1.25rem;margin-bottom:1.25rem}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.w-\\[150px\\]{width:150px}.w-\\[500px\\]{width:500px}@media (min-width: 750px){.md\\:w-\\[300px\\]{width:300px}.md\\:w-\\[500px\\]{width:500px}}@media (min-width: 900px){.lg\\:w-\\[300px\\]{width:300px}.lg\\:w-\\[500px\\]{width:500px}}.coloured{background:linear-gradient(to left, \n #9CE142 0%, \n #00C959 50%, \n #00A595 100%)}";
6
+ const logoVariationsHorizontalCss = "ol,ul,menu{list-style:none;margin:0;padding:0}.coloured{background:linear-gradient(to left,\n #9CE142 0%,\n #00C959 50%,\n #00A595 100%)}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.text-center{text-align:center}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.grid-layout{--grid-columns:6;display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-6[class*=\"grid-line-x\"][class*=\"grid-line-x\"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-6[class*=\"grid-line-xfull\"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1)::before{inset-inline-start:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+6)::before{inset-inline-end:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1):nth-last-child(-n+6)::before{border-bottom-width:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1):nth-last-child(-n+6)~*::before{border-bottom-width:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+6)::after{border-inline-end-width:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(-n+6)::after{top:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+1):nth-last-child(-n+6)::after{bottom:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+1):nth-last-child(-n+6)~li::after{bottom:0}.grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.gap-y-8{row-gap:0.5rem}.flex{display:flex}.flex-col{flex-direction:column}.mx-auto{margin-left:auto;margin-right:auto}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}@media (min-width: 750px){.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:gap-y-12{row-gap:0.75rem}}@media (min-width: 900px){.lg\\:gap-y-16{row-gap:1rem}.lg\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1024px){.xl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1280px){.xxl\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.xxl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}";
7
7
  const LogoVariationsHorizontalStyle0 = logoVariationsHorizontalCss;
8
8
  const LogoVariationsHorizontal = class {
9
9
  constructor(hostRef) {
@@ -11,51 +11,54 @@ const LogoVariationsHorizontal = class {
11
11
  }
12
12
  render() {
13
13
  return h("div", {
14
- key: 'cc9a05a766fad3600cc3da8d922320708526346a'
15
- }, h("div", {
16
- key: '3dbdd07b54f1ea55685788776ba89d51c3b1f455',
17
- class: "container my-16"
18
- }, h("h3", {
19
- key: 'd50b9de5ac50c6803938360781816bccc1c5aef5',
20
- class: "f-heading03"
21
- }, "Coloured Background"), h("div", {
22
- key: '29333683d59a9adf60834fea8517160da5976d98',
23
- class: "coloured lg:w-[500px] md:w-[300px]"
14
+ key: '02941660c566920227b36481dd7d211ad0ae35cc',
15
+ class: "container"
16
+ }, h("ul", {
17
+ key: 'a1859aafecdba011251097f758b38171278cac22',
18
+ class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"
19
+ }, h("li", {
20
+ key: 'c105a4f208a7b7f15c6e0b28aff947e14bd533b9',
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
+ }, h("p", {
23
+ key: '7b465faf996ae41431f505a81f86711988fcf680',
24
+ class: "f-body-01 text-center my-4"
25
+ }, "#1 Coloured"), h("div", {
26
+ key: '6e4ecd4347777a1fed5502129abe7247e2963923',
27
+ class: "coloured"
24
28
  }, h("eds-logo", {
25
- key: '53000c65e1abcbc2a611c1e49fbfbaac6cf22944',
29
+ key: '8b129a330768f306d009bf93a4602d761559d0b8',
26
30
  type: "no-bg",
27
31
  href: "#"
28
- }))), h("div", {
29
- key: 'b9b784d2a105478f38fa2e72353dadca1253ae37',
30
- class: "container my-16"
31
- }, h("h3", {
32
- key: '5c6b2684fb5635df6aadac68f14ba064a08bee2b',
33
- class: "f-heading03"
34
- }, "Black and White Background"), h("div", {
35
- key: '1c2e191ce81ac1603c8d109c31e2b3a5707899e3',
36
- class: "bg-default lg:w-[500px] md:w-[300px]"
32
+ }))), h("li", {
33
+ key: '451cadfdb5178acc0269988a06afb0e454a07833',
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
+ }, h("p", {
36
+ key: '7b9d5fc604ebea27478f9ea3f95bf353e3310132',
37
+ class: "f-body-01 text-center my-4"
38
+ }, "#2 Black & White"), h("div", {
39
+ key: 'd3bb58f4f9c5c5e2d74511d7aac5375d221119e2',
40
+ class: "bg-default"
37
41
  }, h("eds-logo", {
38
- key: '5faa6c2920349e614e2846489738664121237175',
42
+ key: 'bff3e05b114130b767cfecd65de33ba6ebf63778',
39
43
  type: "black",
40
44
  href: "#"
41
- }))), h("div", {
42
- key: '9f28a5d14f8aadca0ac38371eab47265a8a35a1b',
43
- class: "container my-16"
44
- }, h("h3", {
45
- key: '1649d22547279c6cdfc7d415537b87d76d8915f6',
46
- class: "f-heading03"
47
- }, "Dark Background "), h("div", {
48
- key: '135f85d196898dde99fdf7d5b5f09c54894b59cb',
49
- class: "lg:w-[500px] md:w-[300px]"
45
+ }))), h("li", {
46
+ key: 'f7a627949d4c2e2a31f2e8c713a311c440c7d644',
47
+ 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"
48
+ }, h("p", {
49
+ key: '09f14d2777c7462c493953748b92cdadf971e67e',
50
+ class: "f-body-01 text-center my-4"
51
+ }, "#3 Dark"), h("div", {
52
+ key: 'c7b79be6d031fb97e875525b848350a988879193'
50
53
  }, h("eds-logo", {
51
- key: '3a04310c0debcfe1785c972895d7439f79a6aaa7',
54
+ key: '8a7fcf5800747bca95402df008423fd57ef2ebde',
52
55
  type: "color-white",
53
56
  href: "#"
54
- }))));
57
+ })))));
55
58
  }
56
59
  };
57
60
  LogoVariationsHorizontal.style = LogoVariationsHorizontalStyle0;
58
- const logoVariationsVerticalCss = ".container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.bg-accent{background-color:var(--green-500)}.bg-dark{background-color:var(--grey-300)}.bg-strongest{background-color:var(--black)}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.p-8{padding:0.5rem}.p-16{padding:1rem}.my-16{margin-top:1rem;margin-bottom:1rem}.my-20{margin-top:1.25rem;margin-bottom:1.25rem}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.w-\\[150px\\]{width:150px}.w-\\[200px\\]{width:200px}.w-\\[300px\\]{width:500px}.coloured{background:linear-gradient(to left, \n #9CE142 0%, \n #00C959 50%, \n #00A595 100%)}";
61
+ const logoVariationsVerticalCss = ".coloured{background:linear-gradient(to left,\n #9CE142 0%,\n #00C959 50%,\n #00A595 100%)}ol,ul,menu{list-style:none;margin:0;padding:0}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.text-center{text-align:center}.w-\\[200px\\]{width:200px}.w-\\[300px\\]{width:300px}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.grid-layout{--grid-columns:6;display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-6[class*=\"grid-line-x\"][class*=\"grid-line-x\"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-6[class*=\"grid-line-xfull\"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1)::before{inset-inline-start:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+6)::before{inset-inline-end:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1):nth-last-child(-n+6)::before{border-bottom-width:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1):nth-last-child(-n+6)~*::before{border-bottom-width:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+6)::after{border-inline-end-width:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(-n+6)::after{top:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+1):nth-last-child(-n+6)::after{bottom:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+1):nth-last-child(-n+6)~li::after{bottom:0}.grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.gap-y-8{row-gap:0.5rem}.flex{display:flex}.flex-col{flex-direction:column}.mx-auto{margin-left:auto;margin-right:auto}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}@media (min-width: 750px){.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:gap-y-12{row-gap:0.75rem}}@media (min-width: 900px){.lg\\:gap-y-16{row-gap:1rem}.lg\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1024px){.xl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1280px){.xxl\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.xxl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}";
59
62
  const LogoVariationsVerticalStyle0 = logoVariationsVerticalCss;
60
63
  const LogoVariationsVertical = class {
61
64
  constructor(hostRef) {
@@ -65,50 +68,54 @@ const LogoVariationsVertical = class {
65
68
  }
66
69
  render() {
67
70
  return h("div", {
68
- key: '1afffa0e5e0253ca2d8aec1a740d351fc614e0c4'
69
- }, h("div", {
70
- key: '3756f6a667a09cde71a67cd9f9bfce1054a6d523',
71
- class: "container my-16"
72
- }, h("h3", {
73
- key: '371bd24965bcc0349dac7f65134b25f128423de3',
74
- class: "f-heading03"
75
- }, "Coloured Background"), h("div", {
76
- key: '23062436bef739840eb998b919adcc1b69c55740',
77
- class: "coloured w-[200px]"
71
+ key: 'e842e396933ee714f86a9443b55cd7045d12277e',
72
+ class: "container"
73
+ }, h("ul", {
74
+ key: 'dfea7dc44294bfe2acbbfd580bff8908cbeb98bf',
75
+ class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"
76
+ }, h("li", {
77
+ key: 'fe44c472c10b814ff815c2a8cd7101adb0890872',
78
+ 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"
79
+ }, h("p", {
80
+ key: '5ed6f1029df41907ca8b27a51612a1078f353ade',
81
+ class: "f-body-01 text-center my-4"
82
+ }, "#1 Coloured"), h("div", {
83
+ key: 'eae38dbd0f8d4b92f2768559dbe65d6c136ba746',
84
+ class: "mx-auto coloured w-[300px]"
78
85
  }, h("eds-logo", {
79
- key: '226140792cb59d82bf2696802d53d43f24171dea',
86
+ key: '7a05dacc86c54c6ff51810b14c9dc99fad4e36b5',
80
87
  orientation: "vertical",
81
88
  type: "no-bg",
82
89
  href: "#"
83
- }))), h("div", {
84
- key: 'a37d0871161b9753656768fcfe78158e63f52669',
85
- class: "container my-16"
86
- }, h("h3", {
87
- key: '0a3c80b44fd9161746203af3ef95654acd3986e8',
88
- class: "f-heading03"
89
- }, "Black and White Background"), h("div", {
90
- key: 'e3d9447be3a1499ed546e85cf534ba0709a846a0',
91
- class: "bg-default w-[200px]"
90
+ }))), h("li", {
91
+ key: '4055ab71f60098acea7e27f2a8706c45aecb7097',
92
+ 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"
93
+ }, h("p", {
94
+ key: '340cfb0cbf6383d46eabd91b6fb591a003ec00f6',
95
+ class: "f-body-01 text-center my-4"
96
+ }, "#2 Black & White"), h("div", {
97
+ key: 'd4158d0b6413cae236c333fe0ffdd77dbda22c88',
98
+ class: "mx-auto bg-default w-[300px]"
92
99
  }, h("eds-logo", {
93
- key: 'fc63b377517ba82dc141d3e3a82221018a3ef315',
100
+ key: 'a411c3438499758b68cf949a83d9097da70a11f0',
94
101
  orientation: "vertical",
95
102
  type: "black",
96
103
  href: "#"
97
- }))), h("div", {
98
- key: '68e487c6be2e62caa1d7196a294ed9fadf6ab399',
99
- class: "container my-16"
100
- }, h("h3", {
101
- key: '505ab03210a8ace1dd0394df3fa159f1dd3bddf0',
102
- class: "f-heading03"
103
- }, "Dark Background "), h("div", {
104
- key: '6d08734cedf520554d746caa6c99561fdd73f855',
105
- class: "w-[200px]"
104
+ }))), h("li", {
105
+ key: 'a7a97185be422337fb333709c61fe7c435bc82f3',
106
+ 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"
107
+ }, h("p", {
108
+ key: 'cef2acc75d1749cd93699a99a2d80aeaa61ed632',
109
+ class: "f-body-01 text-center my-4"
110
+ }, "#3 Dark"), h("div", {
111
+ key: '43be8f5ca418a93b58c8f3a52d04a6e50b5bb03b',
112
+ class: "mx-auto w-[300px]"
106
113
  }, h("eds-logo", {
107
- key: '63d2496b5dab9c66809cbe38b55a83928276cce0',
114
+ key: 'b5453b1009c0aa5c799c417e5c13b30cfc647840',
108
115
  orientation: "vertical",
109
116
  type: "color-white",
110
117
  href: "#"
111
- }))));
118
+ })))));
112
119
  }
113
120
  };
114
121
  LogoVariationsVertical.style = LogoVariationsVerticalStyle0;
@@ -3,7 +3,7 @@ import 'react';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react-dom';
5
5
 
6
- const EdsLogoVariations = class {
6
+ const LogoVariationsTabs = class {
7
7
  constructor(hostRef) {
8
8
  registerInstance(this, hostRef);
9
9
  this.tabIndex = undefined;
@@ -20,10 +20,10 @@ const EdsLogoVariations = class {
20
20
  }
21
21
  render() {
22
22
  return h("div", {
23
- key: '31bd93b3412b859adc59f6a4fe67018bf9c13336',
23
+ key: 'f0bc6f4cd2e1d34d77ff52c3a0ce35a3214a2f9f',
24
24
  class: "container"
25
25
  }, this.renderContent());
26
26
  }
27
27
  };
28
28
 
29
- export { EdsLogoVariations as eds_logo_variations };
29
+ export { LogoVariationsTabs as logo_variations_tabs };
@@ -4,132 +4,96 @@ import 'react';
4
4
  import 'react/jsx-runtime';
5
5
  import 'react-dom';
6
6
 
7
- const logoWrongUsageCss = ".container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.bg-accent{background-color:var(--green-500)}.bg-dark{background-color:var(--grey-300)}.bg-strongest{background-color:var(--black)}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.p-8{padding:0.5rem}.p-16{padding:1rem}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.f-ui-02-light{font-family:var(--f-ui-02-light-fontFamily);font-weight:var(--f-ui-02-light-fontWeight);font-size:var(--f-ui-02-light-fontSize);line-height:var(--f-ui-02-light-lineHeight);letter-spacing:var(--f-ui-02-light-letterSpacing)}.container{display:flex;flex-wrap:wrap;gap:16px}.example{width:200px;text-align:center;font-size:14px}.logo{width:100%;height:auto}.bg-dark{background-color:#333}.bg-light{background-color:#f3f3f3}.bg-white{background-color:white}.non-brand-color{fill:purple;}.distorted{transform:scaleX(1.5)}.effects{filter:drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5))}.rotated{transform:rotate(15deg)}.no-other-bg-color{background-color:var(--purple-200)}.no-other-color{color:var(--red-700)}.outlined{stroke:red;stroke-width:2px;fill:none;}.custom-font{font-family:'Comic Sans MS', cursive;font-size:20px;color:#333;}.grid-layout{display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-col-span-12{--container-grid-columns:12;grid-column:span 12 / span 12}.gap-y-8{row-gap:0.5rem}@media (min-width: 750px){.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:gap-y-12{row-gap:0.75rem}.md\\:pt-28{padding-top:1.75rem}}@media (min-width: 900px){.lg\\:order-last{order:9999}.lg\\:order-none{order:0}.lg\\:mt-0{margin-top:0rem}.lg\\:flex{display:flex}.lg\\:w-\\[150px\\]{width:150px}.lg\\:w-auto{width:auto}.lg\\:max-w-\\[720px\\]{max-width:720px}.lg\\:flex-row{flex-direction:row}.lg\\:flex-nowrap{flex-wrap:nowrap}.lg\\:gap-y-16{row-gap:1rem}.lg\\:px-28{padding-left:1.75rem;padding-right:1.75rem}.lg\\:\\!pl-12{padding-left:0.75rem !important}.lg\\:\\!pr-12{padding-right:0.75rem !important}}@media (min-width: 750px){.md\\:grid-col-span-4{--container-grid-columns:4;grid-column:span 4 / span 4}.md\\:grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}}.flex-col{flex-direction:column}";
7
+ const logoWrongUsageCss = "ol,ul,menu{list-style:none;margin:0;padding:0}.bg-accent{background-color:var(--green-500)}.bg-dark{background-color:var(--grey-300)}.bg-strongest{background-color:var(--black)}.text-center{text-align:center}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.p-8{padding:0.5rem}.p-16{padding:1rem}.logo{width:100%;height:auto}.bg-dark{background-color:#333}.bg-light{background-color:#f3f3f3}.bg-white{background-color:white}.non-brand-color{fill:purple;}.distorted{transform:scaleX(0.5)}.effects{filter:drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5))}.rotated{transform:rotate(15deg)}.no-other-bg-color{background-color:var(--purple-200)}.no-other-color{color:var(--red-700)}.outlined{stroke:red;stroke-width:2px;fill:none;}.custom-font{font-family:'Comic Sans MS', cursive;font-size:20px;color:#333;}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.grid-layout{--grid-columns:6;display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-6[class*=\"grid-line-x\"][class*=\"grid-line-x\"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-6[class*=\"grid-line-xfull\"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1)::before{inset-inline-start:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+6)::before{inset-inline-end:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1):nth-last-child(-n+6)::before{border-bottom-width:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1):nth-last-child(-n+6)~*::before{border-bottom-width:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+6)::after{border-inline-end-width:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(-n+6)::after{top:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+1):nth-last-child(-n+6)::after{bottom:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+1):nth-last-child(-n+6)~li::after{bottom:0}.grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.gap-y-8{row-gap:0.5rem}.flex{display:flex}.flex-col{flex-direction:column}.mx-auto{margin-left:auto;margin-right:auto}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}@media (min-width: 750px){.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:gap-y-12{row-gap:0.75rem}}@media (min-width: 900px){.lg\\:gap-y-16{row-gap:1rem}.lg\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1024px){.xl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1280px){.xxl\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.xxl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}";
8
8
  const LogoWrongUsageStyle0 = logoWrongUsageCss;
9
9
  const LogoWrongUsage = class {
10
10
  constructor(hostRef) {
11
11
  registerInstance(this, hostRef);
12
12
  }
13
13
  render() {
14
- return h("ul", {
15
- key: 'f5aef262ac65790a1f86ea7eb8a80fc093406798',
16
- class: "container grid-layout gap-y-8 md:gap-y-12 lg:gap-y-16"
17
- }, h("span", {
18
- key: '150bcdb8502a137f54415e24618cf39d0f098c28',
19
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
20
- }, h("div", {
21
- key: '7df94271a37ae57dc021390f6f16637ea3c6948e',
22
- class: "example"
23
- }, h("div", {
24
- key: '8b4bff581312ed63a5812b9bd7c93bbae6137809',
25
- class: "bg-dark "
26
- }, h("div", {
27
- key: '78fd9855901f2da1392006dbbcaec5537586ef9d',
28
- class: "no-other-bg-color logo",
14
+ return h("div", {
15
+ key: '3abc03c4b2592a3138a60c80c390ff12ac79c92e',
16
+ class: "container"
17
+ }, h("ul", {
18
+ key: 'be3a492fe05ef05b96bfc66833f7ac30d596cf7c',
19
+ class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"
20
+ }, h("li", {
21
+ key: '60f3aa76849d2793907b27ad6ed0584f27896dc1',
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
+ }, h("div", {
24
+ key: '7c0c0f86de1354651d42f11c865ea4e68d7fd5f6',
25
+ class: "mx-auto no-other-bg-color logo",
29
26
  innerHTML: hLogoColor
30
- })), h("p", {
31
- key: '5bbf1ae6a4b6b4f9c1a5a310c0c5b123b24f3581',
32
- class: "f-ui-02"
33
- }, "Do not use with backgrounds that make legibility difficult"))), h("span", {
34
- key: '7d1c8346857b6366b69e9ad6bc910adfed8b6213',
35
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
36
- }, h("div", {
37
- key: '3df57b6e370e166e63b36aa45901800de51bedc5',
38
- class: "example"
39
- }, h("div", {
40
- key: 'dc1983f4b8faad9d3c23ad612a1c01462bf033b0',
41
- class: "no-other-color p-16"
42
- }, h("div", {
43
- key: '42f985c970bce2bfa9590f64458e6987500d6036',
44
- class: "logo non-brand-color",
27
+ }), h("p", {
28
+ key: '6c1e0b7bc964a2b062ddd539f740622ed5cf9ef8',
29
+ class: "f-ui-02 text-center"
30
+ }, "Do not use with backgrounds that make legibility difficult")), h("li", {
31
+ key: '4dbf231814d5994d3075ca55b8a18006eb3b487e',
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
+ }, h("div", {
34
+ key: 'ee1964d4fe1390daa4c3446370d6efd183ec80e2',
35
+ class: "mx-auto no-other-color logo non-brand-color",
45
36
  innerHTML: hLogoColor
46
- })), h("p", {
47
- key: '9f44984a151b0720f2be17074bdd3c0d42c8210a',
48
- class: "f-ui-02"
49
- }, "Do not apply other colors"))), h("span", {
50
- key: 'd6481a9e1f79c892e54853f3137e5724a42c2479',
51
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
52
- }, h("div", {
53
- key: 'fd550421e565543c1aaff054a86733a585ce9b9b',
54
- class: "example"
55
- }, h("div", {
56
- key: '3b677e85c9b3cb237e10a212187ba192b711fd53',
57
- class: "bg-light p-16"
58
- }, h("div", {
59
- key: '958733b94eca4e7e27dc5ac3e74f2c745198f37d',
60
- class: "logo distorted",
37
+ }), h("p", {
38
+ key: '509d867602f88bfd2ce5030e78005eb96993e22b',
39
+ class: "f-ui-02 text-center"
40
+ }, "Do not apply other colors")), h("li", {
41
+ key: '40b486fdcf816d6cc3943b3444014a145798889f',
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
+ }, h("div", {
44
+ key: 'cc64549a8aaf14eac2ed57543ca7bbca39fd7686',
45
+ class: "mx-auto distorted logo",
61
46
  innerHTML: hLogoColor
62
- })), h("p", {
63
- key: '9f4d3fc90cf8143480fb143a8932f91185a62f4c',
64
- class: "f-ui-02"
65
- }, "Do not deform the logo"))), h("span", {
66
- key: '7254597b2dbcb94118547e3b640c79c3bbd3e7ff',
67
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
68
- }, h("div", {
69
- key: '4caef2a8c103ecfc8ff91e40b8c5255571984d14',
70
- class: "example"
71
- }, h("div", {
72
- key: 'c93ae6b7c3d58700300fe01b398e4e57728fb314',
73
- class: "bg-white p-16"
74
- }, h("div", {
75
- key: '92916204870722a6da1f45d3d09505589763390b',
76
- class: "logo effects",
47
+ }), h("p", {
48
+ key: 'e8fdc70352a2084d5bc7255059addb232f055f63',
49
+ class: "f-ui-02 text-center"
50
+ }, "Do not deform the logo")), h("li", {
51
+ key: '375278f35b81a58f00f0a5702d156774b8d5f5a0',
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
+ }, h("div", {
54
+ key: '4c4d4f2e3a8b4111b2f444a744f366c276f1869f',
55
+ class: "mx-auto effects logo",
77
56
  innerHTML: hLogoColor
78
- })), h("p", {
79
- key: 'f9295bc1f1b1de2c575d934588f95dee6fc81143',
80
- class: "f-ui-02"
81
- }, "Do not apply effects"))), h("span", {
82
- key: '1b8488e14728799e81205823d2a964cf8e6f9baf',
83
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
84
- }, h("div", {
85
- key: 'd3be08fe47ce2fd20dee086553cd16950fb6f964',
86
- class: "example"
87
- }, h("div", {
88
- key: '76713df96cca42778f26b580e790dd3fcfb0abee',
89
- class: "bg-white p-16"
90
- }, h("div", {
91
- key: 'db1a9153dc37119255fa75ea0491daea09545d61',
92
- class: "logo rotated",
57
+ }), h("p", {
58
+ key: 'c3bf1ab4f4244a345ab5babbce4f4de78b696ac6',
59
+ class: "f-ui-02 text-center"
60
+ }, "Do not apply effects")), h("li", {
61
+ key: '5fe3b28dba45127dc391d8101402834f09a61976',
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
+ }, h("div", {
64
+ key: 'e4e36e3539813527c339e0e46a66661d8d9fd412',
65
+ class: "mx-auto rotated logo",
93
66
  innerHTML: hLogoColor
94
- })), h("p", {
95
- key: '95b0f06f728a846119bd6844207e93d068dabcc6',
96
- class: "f-ui-02"
97
- }, "Do not rotate the logo"))), h("span", {
98
- key: '92c5de7b7834ae8a14548712239ec22667d2fb5c',
99
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
100
- }, h("div", {
101
- key: '64533bc4e04c802b4cedc6866c168eaac72c2550',
102
- class: "example"
103
- }, h("div", {
104
- key: 'd630811a1c2ae0a252a7e1bdf7383440e6aa417a',
105
- class: "bg-light p-16"
106
- }, h("div", {
107
- key: '525f7eaebf6e0a75b4ea91c2795f13a7837ebb54',
108
- class: "logo outlined",
67
+ }), h("p", {
68
+ key: '6d48a5cc5a0917047ba8377da80a24f42d3d16d1',
69
+ class: "f-ui-02 text-center"
70
+ }, "Do not rotate the logo")), h("li", {
71
+ key: '9e55f909b1fc0fcbc9b3a1e6d57257f4972f7632',
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
+ }, h("div", {
74
+ key: 'c1867f7232957dc5022936f2174039e4d02e6ad7',
75
+ class: "mx-auto outlined logo",
109
76
  innerHTML: hLogoColor
110
- })), h("p", {
111
- key: '455855e6657b98d55b0f637548a88ed312130007',
112
- class: "f-ui-02"
113
- }, "Do not apply outlines"))), h("span", {
114
- key: 'a0c54e90591e693fb705d085c21b281e0468bc6e',
115
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
116
- }), h("span", {
117
- key: 'af1f7db921096e0a20372ad028bf8eb6522ec736',
118
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
77
+ }), h("p", {
78
+ key: 'd0769904f374ae87e5e283135854dbfb7b448663',
79
+ class: "f-ui-02 text-center"
80
+ }, "Do not apply outlines")), h("li", {
81
+ key: '0955a1f0e63fdc260e990ce995f8d1e1546bfdf4',
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"
119
83
  }, h("div", {
120
- key: 'ba754fd4de6ea65d74f8215aee158c3657b42b23',
121
- class: "example"
84
+ key: '4f9ad9e2a5d3ba7125284b1657db0cad282480ce',
85
+ class: "mx-auto"
122
86
  }, h("div", {
123
- key: '91b10cf3ad9ce224546f5c67ddd10a6009a6278d',
87
+ key: 'd1a2ef07750991919768bd699a8e8c2cd2801254',
124
88
  class: "bg-accent p-16"
125
89
  }, h("div", {
126
- key: '1ea0aa874d42426a0e4762532a1b5aaa8c7fc671',
90
+ key: '291732a9a1463be409989c10def40eafb4e89ee2',
127
91
  class: "text-inverse",
128
92
  innerHTML: hLogoColor
129
93
  })), h("p", {
130
- key: '3219f17362a76b5694e44c34d9405c04e378d7fd',
131
- class: "f-ui-02"
132
- }, "Do not use the green background for the logo version of the logo with backgrounds with the same tones"))));
94
+ key: 'b9946ad16af5c474a06179be04966dfaba6c81c3',
95
+ class: "f-ui-02 text-center"
96
+ }, "Do not use the green background for the logo version of the logo with backgrounds with the same tones")))));
133
97
  }
134
98
  };
135
99
  LogoWrongUsage.style = LogoWrongUsageStyle0;
@@ -0,0 +1,11 @@
1
+ const minus = ` <svg
2
+ width="20"
3
+ height="20"
4
+ viewBox="0 0 20 20"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path d="M16 10H4" stroke="currentColor" stroke-width="2" />
9
+ </svg>`;
10
+
11
+ export { minus as m };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebrains/react",
3
- "version": "0.8.0-alpha.0",
3
+ "version": "0.9.1-beta",
4
4
  "module": "./index.esm.js",
5
5
  "type": "module",
6
6
  "main": "./index.esm.js",
@@ -0,0 +1,15 @@
1
+ const paper = ` <svg
2
+ width="20"
3
+ height="20"
4
+ viewBox="0 0 20 20"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path
9
+ d="M11 17H4V3H16V12M11 17L16 12M11 17V12H16"
10
+ stroke="currentColor"
11
+ stroke-width="1.5"
12
+ />
13
+ </svg>`;
14
+
15
+ export { paper as p };
@@ -0,0 +1,12 @@
1
+ const plus = ` <svg
2
+ width="20"
3
+ height="20"
4
+ viewBox="0 0 20 20"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path d="M16 10H4" stroke="currentColor" stroke-width="2" />
9
+ <path d="M10 16L10 4" stroke="currentColor" stroke-width="2" />
10
+ </svg>`;
11
+
12
+ export { plus as p };
@@ -0,0 +1,18 @@
1
+ const portal = ` <svg
2
+ width="20"
3
+ height="20"
4
+ viewBox="0 0 20 20"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path
9
+ d="M8 14.0806L8 11L3 11L3 9L8 9L8 5.91938L13.1008 10L8 14.0806Z"
10
+ fill="currentColor"
11
+ />
12
+ <path
13
+ d="M15 15L12 15L12 17L15 17C16.1046 17 17 16.1046 17 15L17 5C17 3.89543 16.1046 3 15 3L12 3L12 5L15 5L15 15Z"
14
+ fill="currentColor"
15
+ />
16
+ </svg>`;
17
+
18
+ export { portal as p };
@@ -0,0 +1,25 @@
1
+ const privat = ` <svg
2
+ width="12"
3
+ height="12"
4
+ viewBox="0 0 12 12"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path
9
+ d="M8 5V3C8 1.89543 7.10457 1 6 1V1C4.89543 1 4 1.89543 4 3V5"
10
+ stroke="currentColor"
11
+ stroke-width="1.5"
12
+ />
13
+ <rect
14
+ x="2"
15
+ y="5"
16
+ width="8"
17
+ height="6"
18
+ rx="1"
19
+ stroke="currentColor"
20
+ stroke-width="1.5"
21
+ />
22
+ <circle cx="6" cy="8" r="1.5" fill="currentColor" />
23
+ </svg>`;
24
+
25
+ export { privat as p };
@@ -0,0 +1,16 @@
1
+ const pub = ` <svg
2
+ width="12"
3
+ height="12"
4
+ viewBox="0 0 12 12"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <circle cx="6" cy="3" r="2" stroke="currentColor" stroke-width="1.5" />
9
+ <path
10
+ d="M10 12V9C10 7.89543 9.10457 7 8 7H4C2.89543 7 2 7.89543 2 9V12"
11
+ stroke="currentColor"
12
+ stroke-width="1.5"
13
+ />
14
+ </svg>`;
15
+
16
+ export { pub as p };
@@ -12,14 +12,12 @@ export declare const EdsDropdown: import("react").ForwardRefExoticComponent<JSX.
12
12
  export declare const EdsFeedback: import("react").ForwardRefExoticComponent<JSX.EdsFeedback & Omit<import("react").HTMLAttributes<HTMLEdsFeedbackElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsFeedbackElement>>;
13
13
  export declare const EdsFooter: import("react").ForwardRefExoticComponent<JSX.EdsFooter & Omit<import("react").HTMLAttributes<HTMLEdsFooterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsFooterElement>>;
14
14
  export declare const EdsForm: import("react").ForwardRefExoticComponent<JSX.EdsForm & Omit<import("react").HTMLAttributes<HTMLEdsFormElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsFormElement>>;
15
- export declare const EdsFrame: import("react").ForwardRefExoticComponent<JSX.EdsFrame & Omit<import("react").HTMLAttributes<HTMLEdsFrameElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsFrameElement>>;
16
15
  export declare const EdsFullscreenMenu: import("react").ForwardRefExoticComponent<JSX.EdsFullscreenMenu & Omit<import("react").HTMLAttributes<HTMLEdsFullscreenMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsFullscreenMenuElement>>;
17
16
  export declare const EdsHeader: import("react").ForwardRefExoticComponent<JSX.EdsHeader & Omit<import("react").HTMLAttributes<HTMLEdsHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsHeaderElement>>;
18
17
  export declare const EdsIconWrapper: import("react").ForwardRefExoticComponent<JSX.EdsIconWrapper & Omit<import("react").HTMLAttributes<HTMLEdsIconWrapperElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsIconWrapperElement>>;
19
18
  export declare const EdsImg: import("react").ForwardRefExoticComponent<JSX.EdsImg & Omit<import("react").HTMLAttributes<HTMLEdsImgElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsImgElement>>;
20
19
  export declare const EdsInputField: import("react").ForwardRefExoticComponent<JSX.EdsInputField & Omit<import("react").HTMLAttributes<HTMLEdsInputFieldElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsInputFieldElement>>;
21
20
  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>>;
22
- export declare const EdsLogin: import("react").ForwardRefExoticComponent<JSX.EdsLogin & Omit<import("react").HTMLAttributes<HTMLEdsLoginElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsLoginElement>>;
23
21
  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>>;
24
22
  export declare const EdsMatomoNotice: import("react").ForwardRefExoticComponent<JSX.EdsMatomoNotice & Omit<import("react").HTMLAttributes<HTMLEdsMatomoNoticeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsMatomoNoticeElement>>;
25
23
  export declare const EdsModal: import("react").ForwardRefExoticComponent<JSX.EdsModal & Omit<import("react").HTMLAttributes<HTMLEdsModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsModalElement>>;
@@ -27,7 +25,6 @@ export declare const EdsPagination: import("react").ForwardRefExoticComponent<JS
27
25
  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>>;
28
26
  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>>;
29
27
  export declare const EdsSectionCore: import("react").ForwardRefExoticComponent<JSX.EdsSectionCore & Omit<import("react").HTMLAttributes<HTMLEdsSectionCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsSectionCoreElement>>;
30
- export declare const EdsSectionHeading: import("react").ForwardRefExoticComponent<JSX.EdsSectionHeading & Omit<import("react").HTMLAttributes<HTMLEdsSectionHeadingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsSectionHeadingElement>>;
31
28
  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>>;
32
29
  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>>;
33
30
  export declare const EdsSplashScreen: import("react").ForwardRefExoticComponent<JSX.EdsSplashScreen & Omit<import("react").HTMLAttributes<HTMLEdsSplashScreenElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsSplashScreenElement>>;