@ebrains/react 0.7.0-alpha.0 → 0.9.0-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 (93) hide show
  1. package/README.md +3 -3
  2. package/bookmark-c200037c.esm.js +16 -0
  3. package/color-primary-palette_6.entry.esm.js +163 -141
  4. package/components-section.entry.esm.js +165 -0
  5. package/correct-use-of-colors.entry.esm.js +49 -49
  6. package/{eds-docs-palettes.entry.esm.js → docs-palettes.entry.esm.js} +3 -3
  7. package/{eds-docs-tokens.entry.esm.js → docs-tokens.entry.esm.js} +3 -3
  8. package/eds-accordion.entry.esm.js +132 -0
  9. package/eds-alert.entry.esm.js +14 -6
  10. package/eds-app-root.entry.esm.js +4 -4
  11. package/eds-avatar_24.entry.esm.js +275 -0
  12. package/eds-breadcrumb.entry.esm.js +6 -3
  13. package/{eds-avatar_4.entry.esm.js → eds-card-desc_3.entry.esm.js} +6 -66
  14. package/eds-card-generic.entry.esm.js +1 -1
  15. package/eds-card-project.entry.esm.js +10 -10
  16. package/eds-card-tags.entry.esm.js +1 -1
  17. package/eds-card-tool.entry.esm.js +4 -4
  18. package/eds-card-wrapper.entry.esm.js +4 -4
  19. package/eds-code-block.entry.esm.js +7 -7
  20. package/eds-cookies-preference.entry.esm.js +2 -2
  21. package/eds-feedback.entry.esm.js +9 -9
  22. package/eds-frame.entry.esm.js +11 -17
  23. package/eds-icon-arrow-diagonal.entry.esm.js +3 -3
  24. package/eds-icon-arrow-right.entry.esm.js +1 -1
  25. package/eds-icon-bookmark.entry.esm.js +21 -0
  26. package/eds-icon-chevron-down.entry.esm.js +1 -1
  27. package/eds-icon-chevron-left.entry.esm.js +1 -1
  28. package/eds-icon-chevron-right.entry.esm.js +1 -1
  29. package/eds-icon-chevron-up.entry.esm.js +1 -1
  30. package/eds-icon-close.entry.esm.js +1 -1
  31. package/eds-icon-copy.entry.esm.js +1 -1
  32. package/eds-icon-eu.entry.esm.js +1 -1
  33. package/eds-icon-external.entry.esm.js +21 -0
  34. package/eds-icon-gitlab.entry.esm.js +1 -1
  35. package/eds-icon-loader.entry.esm.js +1 -1
  36. package/eds-icon-menu.entry.esm.js +1 -1
  37. package/eds-icon-minus.entry.esm.js +21 -0
  38. package/eds-icon-more.entry.esm.js +1 -1
  39. package/eds-icon-paper.entry.esm.js +21 -0
  40. package/eds-icon-plus.entry.esm.js +21 -0
  41. package/eds-icon-portal.entry.esm.js +21 -0
  42. package/eds-icon-private.entry.esm.js +21 -0
  43. package/eds-icon-public.entry.esm.js +21 -0
  44. package/eds-icon-search.entry.esm.js +1 -1
  45. package/eds-icon-star.entry.esm.js +1 -1
  46. package/eds-icon-success.entry.esm.js +1 -1
  47. package/eds-icon-thumbs-down.entry.esm.js +1 -1
  48. package/eds-icon-thumbs-up.entry.esm.js +1 -1
  49. package/eds-icon-tutorial.entry.esm.js +21 -0
  50. package/eds-icon-unknown.entry.esm.js +21 -0
  51. package/eds-icon-updown.entry.esm.js +21 -0
  52. package/eds-login_2.entry.esm.js +27 -15
  53. package/eds-matomo-notice.entry.esm.js +162 -0
  54. package/eds-modal.entry.esm.js +13 -13
  55. package/eds-pagination_2.entry.esm.js +493 -0
  56. package/eds-section-core_2.entry.esm.js +3 -3
  57. package/eds-switch.entry.esm.js +5 -5
  58. package/eds-tabs.entry.esm.js +4 -4
  59. package/eds-timeline.entry.esm.js +7 -4
  60. package/eds-toast-manager.entry.esm.js +1 -1
  61. package/eds-tooltip.entry.esm.js +3 -3
  62. package/eds-trl.entry.esm.js +3 -3
  63. package/incorrect-use-of-colors.entry.esm.js +9 -9
  64. package/index.esm.js +1 -1
  65. package/index.esm2.js +66 -46
  66. package/logo-space.entry.esm.js +28 -12
  67. package/logo-variations-horizontal_2.entry.esm.js +73 -66
  68. package/{eds-logo-variations.entry.esm.js → logo-variations-tabs.entry.esm.js} +3 -3
  69. package/logo-wrong-usage.entry.esm.js +71 -107
  70. package/minus-b30a7c71.esm.js +11 -0
  71. package/package.json +1 -1
  72. package/paper-8e74ea31.esm.js +15 -0
  73. package/plus-89c07be2.esm.js +12 -0
  74. package/portal-d6c8ce56.esm.js +18 -0
  75. package/private-1c25ff8e.esm.js +25 -0
  76. package/public-d4d8c585.esm.js +16 -0
  77. package/src/components.d.ts +1 -5
  78. package/{eds-svg-repository.entry.esm.js → svg-repository.entry.esm.js} +35 -29
  79. package/token-list_3.entry.esm.js +9 -9
  80. package/token-ratios.entry.esm.js +3 -3
  81. package/token-typography.entry.esm.js +10 -7
  82. package/tutotial-150ee1fd.esm.js +27 -0
  83. package/unknown-ed01a24c.esm.js +22 -0
  84. package/up-and-down-d747abee.esm.js +12 -0
  85. package/eds-accordion_22.entry.esm.js +0 -269
  86. package/eds-components-section.entry.esm.js +0 -158
  87. package/eds-dropdown.entry.esm.js +0 -156
  88. package/eds-form.entry.esm.js +0 -410
  89. package/eds-steps.entry.esm.js +0 -89
  90. package/eds-user.entry.esm.js +0 -95
  91. package/eds-vertical-stepper.entry.esm.js +0 -81
  92. package/formUtils-ac68474d.esm.js +0 -247
  93. 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: '5eca7ecd4f36c805e14973af64b20867b0354eba'
15
- }, h("div", {
16
- key: '3896fcc0a5a184de969d521132bcac78f9372654',
17
- class: "container my-16"
18
- }, h("h3", {
19
- key: '714d83271de13b290885b365ca911ea202aab604',
20
- class: "f-heading03"
21
- }, "Coloured Background"), h("div", {
22
- key: 'c80218b00edd13614c82e41f26316efbfd8e8b4e',
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: '406c7fab328969d4fa7663acda6771d8c447807b',
29
+ key: '8b129a330768f306d009bf93a4602d761559d0b8',
26
30
  type: "no-bg",
27
31
  href: "#"
28
- }))), h("div", {
29
- key: '2788972ad7f53db9f2a8ab23a458055e28c657fb',
30
- class: "container my-16"
31
- }, h("h3", {
32
- key: '1abeb7a38b87517f9fa4bed9e047dfbf3ea84aa8',
33
- class: "f-heading03"
34
- }, "Black and White Background"), h("div", {
35
- key: 'af8a7938a847e36d577dea7120e97dd9cf1b4343',
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: 'b8dbc675fc435a322f1b93ab14224df17ccac7d0',
42
+ key: 'bff3e05b114130b767cfecd65de33ba6ebf63778',
39
43
  type: "black",
40
44
  href: "#"
41
- }))), h("div", {
42
- key: 'e4068eb7d86e04c6ac3da79ef44fbc577083ecee',
43
- class: "container my-16"
44
- }, h("h3", {
45
- key: '44ffa680543f41764c478e43828c86116d3dc059',
46
- class: "f-heading03"
47
- }, "Dark Background "), h("div", {
48
- key: 'ae0c8d9dc9f563af9b756f9112847bae88d82f2f',
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: '5f8d4e32308c9c7e9f285a39b9cbaf6cf4104ed6',
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: '82d99f40e7360943ca9a2df59dc8a9db4a22a83b'
69
- }, h("div", {
70
- key: '27ed1ecf7a6a161244c3b2d1c01bc5196e15caac',
71
- class: "container my-16"
72
- }, h("h3", {
73
- key: '62363c39920cefe5086a934f36dbc9a684f3984b',
74
- class: "f-heading03"
75
- }, "Coloured Background"), h("div", {
76
- key: '8577199e6f5b9c6f97afc31620513805d06e94c6',
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: 'd627ea9deef5766a160e1b97f129e2b0000b1b62',
86
+ key: '7a05dacc86c54c6ff51810b14c9dc99fad4e36b5',
80
87
  orientation: "vertical",
81
88
  type: "no-bg",
82
89
  href: "#"
83
- }))), h("div", {
84
- key: '8d7565fa14e8eabd6e44295b530600ba20c24820',
85
- class: "container my-16"
86
- }, h("h3", {
87
- key: 'f071d16ed3f22bb58401c493594b8d919f9a5698',
88
- class: "f-heading03"
89
- }, "Black and White Background"), h("div", {
90
- key: 'bd6abebec1b49aed0dcf5cdafda0790b137b6b3d',
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: 'be68411a8d9e75e0c78d440635631af2f449e4cf',
100
+ key: 'a411c3438499758b68cf949a83d9097da70a11f0',
94
101
  orientation: "vertical",
95
102
  type: "black",
96
103
  href: "#"
97
- }))), h("div", {
98
- key: '2cd4a5fb78b387bfebefeb57880d308b9e3cf96b',
99
- class: "container my-16"
100
- }, h("h3", {
101
- key: 'f74c7d823aae3ed352db73ec288b32110db9867a',
102
- class: "f-heading03"
103
- }, "Dark Background "), h("div", {
104
- key: '1a47847d582e18ca35a6b3cf76bd1e21f1dbfac2',
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: 'b35710d4795dd179a9dc0c007a2a477be3891984',
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: '0b23fee608fcbe7059fce155bd65a0c0a4d16e07',
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: 'bc42810801b7692a7cce35d1b3d44ae70bf79db7',
16
- class: "container grid-layout gap-y-8 md:gap-y-12 lg:gap-y-16"
17
- }, h("span", {
18
- key: '5961e3d0148ddfdb9d77c72c5cb8dd6733cdbc1c',
19
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
20
- }, h("div", {
21
- key: 'fe06a82d62bb7bedc6880991c45c099c1e4f913e',
22
- class: "example"
23
- }, h("div", {
24
- key: '3f851373000c1b0cb1ecf0c42add9eef09d7e969',
25
- class: "bg-dark "
26
- }, h("div", {
27
- key: '2cdcc5b3419e5a9bdfde2c6ebeeafe482b060808',
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: '027a7e9000a7b0e18697e1add62fb52bc340e56d',
32
- class: "f-ui-02"
33
- }, "Do not use with backgrounds that make legibility difficult"))), h("span", {
34
- key: '37821295b19c46c6bd23f75ff090f42513f2c52a',
35
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
36
- }, h("div", {
37
- key: '7f4fb4c6e94d1cfa0080bf4716d386a64cc588a6',
38
- class: "example"
39
- }, h("div", {
40
- key: '9b580db406baa9ab882042693238d96db83099b1',
41
- class: "no-other-color p-16"
42
- }, h("div", {
43
- key: '6c1b3d0668acae7f1542fddbd83444c187f8f447',
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: '644fb68b648f330c80ff295f9a4d74924b44e5dd',
48
- class: "f-ui-02"
49
- }, "Do not apply other colors"))), h("span", {
50
- key: '651a9bf67507fdfe1289d1afaced18bdc739313c',
51
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
52
- }, h("div", {
53
- key: '211ca59ce2d0760a752fa2fd087a43e9b61bdd9b',
54
- class: "example"
55
- }, h("div", {
56
- key: '526628247fe9587785c79bef6e16630a988a2af9',
57
- class: "bg-light p-16"
58
- }, h("div", {
59
- key: 'fd9b59d40e805902bd628a04525d27fcbe6d99b1',
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: '97e0a604d08be01ac7956fe284f2325a680496d2',
64
- class: "f-ui-02"
65
- }, "Do not deform the logo"))), h("span", {
66
- key: '23cf6c4f70ededbfd3347f31adc749e4e411c5b2',
67
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
68
- }, h("div", {
69
- key: '5d1702074e065740261bb7a86ce18139c2336dd6',
70
- class: "example"
71
- }, h("div", {
72
- key: '1b0fcc5f673339bf8ac84ed317ba4c214f5f2618',
73
- class: "bg-white p-16"
74
- }, h("div", {
75
- key: '708f276b908ee858a634034a0a9d025fe3f0515d',
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: 'cb99b28a2154bf90565480386d8b3b67de0b76bb',
80
- class: "f-ui-02"
81
- }, "Do not apply effects"))), h("span", {
82
- key: '96f8a61f549c8e83f8a81bfba629a40eb26716a9',
83
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
84
- }, h("div", {
85
- key: 'd1cf64b340f6551e4f4a8189c355a22e95d8b3c9',
86
- class: "example"
87
- }, h("div", {
88
- key: '264fc7c03ad4b17a9631d7ede8714f4e91aec931',
89
- class: "bg-white p-16"
90
- }, h("div", {
91
- key: 'a39c949f0b7494bfc08d689e21f84303fd9f9327',
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: 'e1b264ef7f8b68fd0dd0f9271d26db65c355497b',
96
- class: "f-ui-02"
97
- }, "Do not rotate the logo"))), h("span", {
98
- key: '3dada86d19486aefe9970a5555caa14e2abaad8f',
99
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
100
- }, h("div", {
101
- key: '973e204cb94bda151712b413f38e5a03df46ffdf',
102
- class: "example"
103
- }, h("div", {
104
- key: 'cc9f9d40a9736663c426a9bea6e3060a847a9be5',
105
- class: "bg-light p-16"
106
- }, h("div", {
107
- key: '60bde7eea395d1454e2f9a47535b92752430043f',
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: '9469d10927d103ceb37b8b192ac220d53db06196',
112
- class: "f-ui-02"
113
- }, "Do not apply outlines"))), h("span", {
114
- key: 'a4cdf1201a61559fed04eef9c20511a242ba0306',
115
- class: `grid-col-span-12 md:grid-col-span-4 flex flex-col`
116
- }), h("span", {
117
- key: '6fbc736e477be9d0952053abc687e9b08dcba324',
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: 'ae655c9985d173716e6c0ff62683efa887998910',
121
- class: "example"
84
+ key: '4f9ad9e2a5d3ba7125284b1657db0cad282480ce',
85
+ class: "mx-auto"
122
86
  }, h("div", {
123
- key: 'd1597bb34428986cf534ec74cedfa5656b6fe1c8',
87
+ key: 'd1a2ef07750991919768bd699a8e8c2cd2801254',
124
88
  class: "bg-accent p-16"
125
89
  }, h("div", {
126
- key: 'ed43780afc9ae3e9f85c8168f1182be9a29b36ce',
90
+ key: '291732a9a1463be409989c10def40eafb4e89ee2',
127
91
  class: "text-inverse",
128
92
  innerHTML: hLogoColor
129
93
  })), h("p", {
130
- key: '1232c6e2018bfc9cb6fc39d076049ce9cd949775',
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.7.0-alpha.0",
3
+ "version": "0.9.0-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 };
@@ -5,7 +5,6 @@ export declare const EdsAvatar: import("react").ForwardRefExoticComponent<JSX.Ed
5
5
  export declare const EdsBlockBreak: import("react").ForwardRefExoticComponent<JSX.EdsBlockBreak & Omit<import("react").HTMLAttributes<HTMLEdsBlockBreakElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsBlockBreakElement>>;
6
6
  export declare const EdsBreadcrumb: import("react").ForwardRefExoticComponent<JSX.EdsBreadcrumb & Omit<import("react").HTMLAttributes<HTMLEdsBreadcrumbElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsBreadcrumbElement>>;
7
7
  export declare const EdsButton: import("react").ForwardRefExoticComponent<JSX.EdsButton & Omit<import("react").HTMLAttributes<HTMLEdsButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsButtonElement>>;
8
- export declare const EdsCardDesc: import("react").ForwardRefExoticComponent<JSX.EdsCardDesc & Omit<import("react").HTMLAttributes<HTMLEdsCardDescElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsCardDescElement>>;
9
8
  export declare const EdsCardGeneric: import("react").ForwardRefExoticComponent<JSX.EdsCardGeneric & Omit<import("react").HTMLAttributes<HTMLEdsCardGenericElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsCardGenericElement>>;
10
9
  export declare const EdsCardSection: import("react").ForwardRefExoticComponent<JSX.EdsCardSection & Omit<import("react").HTMLAttributes<HTMLEdsCardSectionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsCardSectionElement>>;
11
10
  export declare const EdsCodeBlock: import("react").ForwardRefExoticComponent<JSX.EdsCodeBlock & Omit<import("react").HTMLAttributes<HTMLEdsCodeBlockElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsCodeBlockElement>>;
@@ -13,15 +12,12 @@ export declare const EdsDropdown: import("react").ForwardRefExoticComponent<JSX.
13
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>>;
14
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>>;
15
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>>;
16
- export declare const EdsFormV2: import("react").ForwardRefExoticComponent<JSX.EdsFormV2 & Omit<import("react").HTMLAttributes<HTMLEdsFormV2Element>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsFormV2Element>>;
17
- 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>>;
18
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>>;
19
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>>;
20
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>>;
21
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>>;
22
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>>;
23
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>>;
24
- 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>>;
25
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>>;
26
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>>;
27
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>>;
@@ -34,6 +30,7 @@ export declare const EdsSocialNetworks: import("react").ForwardRefExoticComponen
34
30
  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>>;
35
31
  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>>;
36
32
  export declare const EdsSteps: import("react").ForwardRefExoticComponent<JSX.EdsSteps & Omit<import("react").HTMLAttributes<HTMLEdsStepsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsStepsElement>>;
33
+ export declare const EdsStepsV2: import("react").ForwardRefExoticComponent<JSX.EdsStepsV2 & Omit<import("react").HTMLAttributes<HTMLEdsStepsV2Element>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsStepsV2Element>>;
37
34
  export declare const EdsSwitch: import("react").ForwardRefExoticComponent<JSX.EdsSwitch & Omit<import("react").HTMLAttributes<HTMLEdsSwitchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsSwitchElement>>;
38
35
  export declare const EdsTable: import("react").ForwardRefExoticComponent<JSX.EdsTable & Omit<import("react").HTMLAttributes<HTMLEdsTableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsTableElement>>;
39
36
  export declare const EdsTabs: import("react").ForwardRefExoticComponent<JSX.EdsTabs & Omit<import("react").HTMLAttributes<HTMLEdsTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsTabsElement>>;
@@ -42,4 +39,3 @@ export declare const EdsTimeline: import("react").ForwardRefExoticComponent<JSX.
42
39
  export declare const EdsToast: import("react").ForwardRefExoticComponent<JSX.EdsToast & Omit<import("react").HTMLAttributes<HTMLEdsToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsToastElement>>;
43
40
  export declare const EdsTooltip: import("react").ForwardRefExoticComponent<JSX.EdsTooltip & Omit<import("react").HTMLAttributes<HTMLEdsTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsTooltipElement>>;
44
41
  export declare const EdsUser: import("react").ForwardRefExoticComponent<JSX.EdsUser & Omit<import("react").HTMLAttributes<HTMLEdsUserElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsUserElement>>;
45
- export declare const EdsVerticalStepper: import("react").ForwardRefExoticComponent<JSX.EdsVerticalStepper & Omit<import("react").HTMLAttributes<HTMLEdsVerticalStepperElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdsVerticalStepperElement>>;