@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
@@ -24,9 +24,19 @@ import { m as menu } from './menu-340ea948.esm.js';
24
24
  import { m as more } from './more-4449d549.esm.js';
25
25
  import { u as user } from './user-71ebdc15.esm.js';
26
26
  import { c as copy } from './copy-03b72cb6.esm.js';
27
+ import { u as unknown } from './unknown-ed01a24c.esm.js';
27
28
  import { t as thumbsUp } from './thumbs-up-c19a71bc.esm.js';
28
29
  import { t as thumbsDown } from './thumbs-down-a18fd049.esm.js';
29
30
  import { s as star } from './star-0da9b5e9.esm.js';
31
+ import { b as bookmark } from './bookmark-c200037c.esm.js';
32
+ import { m as minus } from './minus-b30a7c71.esm.js';
33
+ import { p as paper } from './paper-8e74ea31.esm.js';
34
+ import { p as plus } from './plus-89c07be2.esm.js';
35
+ import { p as portal } from './portal-d6c8ce56.esm.js';
36
+ import { p as privat } from './private-1c25ff8e.esm.js';
37
+ import { p as pub } from './public-d4d8c585.esm.js';
38
+ import { t as tutorial } from './tutotial-150ee1fd.esm.js';
39
+ import { u as upDonw } from './up-and-down-d747abee.esm.js';
30
40
  import 'react';
31
41
  import 'react/jsx-runtime';
32
42
  import 'react-dom';
@@ -40,6 +50,7 @@ const color = ` <svg width="20" height="20" viewBox="0 0 36 36">
40
50
  <path fill="#fca326" d="M2 14L.1 20.16c-.18.565 0 1.2.5 1.56l17.42 12.66z"></path>
41
51
  <path fill="#fca326" d="M34 14l1.9 6.16c.18.565 0 1.2-.5 1.56L18 34.38z"></path>
42
52
  </svg>`;
53
+ const arrowExternal = `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5858 3H17V9.41421L14.5 6.91421L8.70712 12.7071L7.29291 11.2929L13.0858 5.5L10.5858 3Z" fill="currentColor"></path><path d="M8 4H5C3.89543 4 3 4.89543 3 6V15C3 16.1046 3.89543 17 5 17H14C15.1046 17 16 16.1046 16 15V12H14V15H5V6H8V4Z" fill="currentColor"></path></svg>`;
43
54
  const error = `<svg
44
55
  width="20"
45
56
  height="20"
@@ -214,26 +225,6 @@ const group = `<svg
214
225
  fill="currentColor"
215
226
  />
216
227
  </svg>`;
217
- const unknown = `<svg
218
- width="20"
219
- height="20"
220
- viewBox="0 0 20 20"
221
- fill="none"
222
- xmlns="http://www.w3.org/2000/svg"
223
- >
224
- <circle
225
- cx="10.0001"
226
- cy="10.0001"
227
- r="9.00007"
228
- fill="white"
229
- stroke="currentColor"
230
- stroke-width="2"
231
- />
232
- <path
233
- d="M8.78976 12.086V11.9135C8.79306 11.3215 8.8442 10.8495 8.94319 10.4977C9.04547 10.1458 9.19395 9.86167 9.38863 9.64515C9.5833 9.42864 9.81757 9.23242 10.0914 9.0565C10.296 8.92118 10.4791 8.78078 10.6408 8.63531C10.8025 8.48984 10.9312 8.32915 11.0268 8.15323C11.1225 7.97392 11.1704 7.77433 11.1704 7.55443C11.1704 7.321 11.1159 7.11632 11.0071 6.9404C10.8982 6.76448 10.7513 6.62916 10.5666 6.53444C10.3851 6.43971 10.1838 6.39235 9.96275 6.39235C9.74828 6.39235 9.54536 6.4414 9.35398 6.53951C9.16261 6.63424 9.00588 6.77632 8.8838 6.96578C8.76171 7.15184 8.69572 7.38358 8.68582 7.66099H6.6665C6.683 6.98438 6.84138 6.42618 7.14164 5.98638C7.4419 5.5432 7.83949 5.21336 8.33442 4.99684C8.82935 4.77694 9.37543 4.66699 9.97265 4.66699C10.6293 4.66699 11.21 4.77863 11.7148 5.00191C12.2196 5.22181 12.6156 5.54151 12.9026 5.96101C13.1897 6.38051 13.3332 6.88627 13.3332 7.47831C13.3332 7.87412 13.2689 8.22596 13.1402 8.53382C13.0148 8.83829 12.8383 9.10894 12.6106 9.34575C12.383 9.57918 12.114 9.79062 11.8039 9.98007C11.5432 10.1391 11.3288 10.3048 11.1605 10.4774C10.9955 10.6499 10.8718 10.8495 10.7893 11.0762C10.7101 11.3028 10.6688 11.5819 10.6655 11.9135V12.086H8.78976ZM9.76972 15.3338C9.43977 15.3338 9.15766 15.2153 8.92339 14.9785C8.69242 14.7383 8.57859 14.4508 8.58189 14.1159C8.57859 13.7843 8.69242 13.5001 8.92339 13.2633C9.15766 13.0265 9.43977 12.9081 9.76972 12.9081C10.0832 12.9081 10.3587 13.0265 10.5963 13.2633C10.8338 13.5001 10.9543 13.7843 10.9576 14.1159C10.9543 14.3391 10.8965 14.5438 10.7843 14.7299C10.6754 14.9126 10.5319 15.0597 10.3537 15.1714C10.1756 15.2796 9.98089 15.3338 9.76972 15.3338Z"
234
- fill="currentColor"
235
- />
236
- </svg>`;
237
228
  const svgs = /*#__PURE__*/Object.freeze({
238
229
  __proto__: null,
239
230
  twitter: twitter,
@@ -245,6 +236,7 @@ const svgs = /*#__PURE__*/Object.freeze({
245
236
  euSvg: euSvg,
246
237
  arrowRight: arrowRight,
247
238
  arrowDiagonal: arrowDiagonal,
239
+ bookmark: bookmark,
248
240
  chevronUp: chevronUp,
249
241
  chevronDown: chevronDown,
250
242
  chevronRight: chevronRight,
@@ -272,22 +264,31 @@ const svgs = /*#__PURE__*/Object.freeze({
272
264
  vLogoWhiteNoBg: vLogoWhiteNoBg,
273
265
  vLogoMargins: vLogoMargins,
274
266
  menu: menu,
267
+ minus: minus,
275
268
  more: more,
276
269
  failed: failed,
277
270
  filter: filter,
278
271
  group: group,
272
+ plus: plus,
273
+ paper: paper,
274
+ privat: privat,
275
+ pub: pub,
276
+ portal: portal,
279
277
  user: user,
278
+ upDonw: upDonw,
280
279
  search: search,
281
280
  success: success,
281
+ tutorial: tutorial,
282
282
  warning: warning,
283
283
  unknown: unknown,
284
284
  thumbsUp: thumbsUp,
285
285
  thumbsDown: thumbsDown,
286
- star: star
286
+ star: star,
287
+ external: arrowExternal
287
288
  });
288
- const edsSvgRepositoryCss = ":host,.full-width{display:block;width:100%}";
289
- const EdsSvgRepositoryStyle0 = edsSvgRepositoryCss;
290
- const EdsSvgRepository = class {
289
+ const svgRepositoryCss = ":host,.full-width{display:block;width:100%}";
290
+ const SvgRepositoryStyle0 = svgRepositoryCss;
291
+ const SvgRepository = class {
291
292
  constructor(hostRef) {
292
293
  registerInstance(this, hostRef);
293
294
  }
@@ -316,10 +317,10 @@ const EdsSvgRepository = class {
316
317
  }
317
318
  };
318
319
  return h("div", {
319
- key: '8b10e6b478c9a2354f4cf418dacb33d5629585ac',
320
+ key: 'f9b58e4ab1104753ef5e26fa70af162d9e5ddb1c',
320
321
  class: "full-width"
321
322
  }, h("eds-table", {
322
- key: '04ea0a3bc8d72f42225290210aa0bda441e14b95',
323
+ key: 'fe21b6043cc0fc6f96cb8359f3e7ace75d3f4639',
323
324
  "table-data": JSON.stringify(svgData),
324
325
  config: JSON.stringify(tableConfig),
325
326
  "rows-per-page": 10,
@@ -331,6 +332,6 @@ const EdsSvgRepository = class {
331
332
  return getElement(this);
332
333
  }
333
334
  };
334
- EdsSvgRepository.style = EdsSvgRepositoryStyle0;
335
+ SvgRepository.style = SvgRepositoryStyle0;
335
336
 
336
- export { EdsSvgRepository as eds_svg_repository };
337
+ export { SvgRepository as svg_repository };
@@ -203,7 +203,7 @@ const TokenList = class {
203
203
  if (sectionName === 'tokens') {
204
204
  const groupedTokens = this.groupTokensByCategory(sectionContent);
205
205
  return Object.entries(groupedTokens).map(([, tokens]) => h("ul", {
206
- class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
206
+ class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"
207
207
  }, tokens.map(token => {
208
208
  const tokenName = Object.keys(token)[0];
209
209
  const tokenValue = this.resolveColor(token[tokenName]);
@@ -246,7 +246,7 @@ const TokenList = class {
246
246
  })));
247
247
  }
248
248
  return h("ul", {
249
- class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
249
+ class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"
250
250
  }, Object.entries(sectionContent).map(([key, value]) => {
251
251
  const resolvedValue = this.resolveColor(value);
252
252
  const textColorClass = this.getTextColor(resolvedValue);
@@ -296,7 +296,7 @@ const TokenList = class {
296
296
  [this.show]: colors[this.show]
297
297
  } : colors;
298
298
  return h("section", {
299
- key: '3e1da1cf339496fb351d4ab2c6238ac389bccc10',
299
+ key: '8b81b207da80d0006bd14157e527932ca5305a93',
300
300
  class: "w-full mt-28"
301
301
  }, Object.entries(sectionsToDisplay).map(([sectionName, sectionContent]) =>
302
302
  // Only render sections that exist in `colors`
@@ -317,11 +317,11 @@ const TokenRadii = class {
317
317
  }
318
318
  render() {
319
319
  return h("section", {
320
- key: '16cab4ed90701a89fe7586cb29e85e01156a2f9a',
320
+ key: '912af038957cf8b00443e72529d4929b7a508a0a',
321
321
  class: "w-full mt-28"
322
322
  }, h("ul", {
323
- key: 'e997b51855eb94a8cda474ce537ab81c88938ca9',
324
- class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
323
+ key: 'ffffacd1e6006a05a27d5e1248ce626c36abc73e',
324
+ class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"
325
325
  }, Object.entries(radii).map(([key, value]) => h("li", {
326
326
  class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"
327
327
  }, h("div", {
@@ -358,11 +358,11 @@ const TokenShadows = class {
358
358
  }
359
359
  render() {
360
360
  return h("section", {
361
- key: '019be87dca82cd1edd392ef0758b8a2e37d09ff6',
361
+ key: 'af8f66e30d9115f920d483c02d1f7c2b718589f9',
362
362
  class: "w-full mt-28"
363
363
  }, h("ul", {
364
- key: 'ade136beb8b25087e26c3f2300b463aa3fda1e41',
365
- class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
364
+ key: '1588c580f981ab148ba23a76cd33b0c8b993822c',
365
+ class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"
366
366
  }, Object.entries(shadowTokens).map(([category, tokens]) => Object.entries(tokens).map(([key, value]) => h("li", {
367
367
  class: "grid-col-span-12 md:grid-col-span-6 flex flex-col items-center mt-16"
368
368
  }, h("div", {
@@ -17,15 +17,15 @@ const TokenRatios = class {
17
17
  }
18
18
  render() {
19
19
  return h("section", {
20
- key: '5e6ad389cf71ef5d70b7c4a92314b25ef7272f62',
20
+ key: '595dc0d77e33bfb2109666d185933c9f5b23616e',
21
21
  class: "w-full"
22
22
  }, h("eds-section-core", {
23
- key: '5dd2339752eddd0826987245e7b80edc64816a32',
23
+ key: 'a3217b7808a1bc810ff0b158c4e6547bc2a77b06',
24
24
  tag: "div",
25
25
  "section-title": "Aspect Ratios",
26
26
  "heading-level": "h3"
27
27
  }, h("ul", {
28
- key: 'd71c41ed6a9d8f6b45c03fb8fa7070810f3fe6ba',
28
+ key: '505f84a67b6eba8c33d1484c4cb0e94f4de68bc0',
29
29
  class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
30
30
  }, Object.entries(ratios).map(([key, value]) => h("li", {
31
31
  class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"
@@ -202,10 +202,10 @@ const TokenTypography = class {
202
202
  }
203
203
  render() {
204
204
  return h("section", {
205
- key: '8a5867f30800adcc1e5ef9438f01b3a031110402',
205
+ key: 'b2e3951c7419dccdd31e446898a9ad126e36398e',
206
206
  class: "w-full"
207
207
  }, h("ul", {
208
- key: 'd1fc83712676e6524bddc2e5d1bc50f0266b05eb',
208
+ key: '78ec896dad35353bcdc4d9f9d4b68873e1274933',
209
209
  class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"
210
210
  }, Object.entries(typography.typesets).filter(([typeKey]) => typeKey !== 'displays') // Exclude "displays"
211
211
  .flatMap(([typeKey, typeValues]) => Object.entries(typeValues).map(([size, style]) => h("li", {
@@ -230,6 +230,11 @@ const TokenTypography = class {
230
230
  }, `${typeKey} (${size})`)), h("div", {
231
231
  class: "ml-auto"
232
232
  }, h("eds-code-block", {
233
+ code: [style.fontSize && `font-size: ${style.fontSize};`, style.lineHeight && `line-height: ${style.lineHeight};`, style.letterSpacing && `letter-spacing: ${style.letterSpacing};`, style.fontWeight && `font-weight: ${style.fontWeight};`, style.fontFamily && `font-family: ${style.fontFamily};`].filter(Boolean) // Remove any falsy values (e.g., undefined, null)
234
+ .join('\n'),
235
+ language: "css",
236
+ class: "min-w-[250px] mb-4"
237
+ }), h("eds-code-block", {
233
238
  code: `f-${typeKey}`,
234
239
  language: "Utility Class",
235
240
  class: "min-w-[250px] mb-4"
@@ -237,11 +242,6 @@ const TokenTypography = class {
237
242
  code: `${size}:f-${typeKey}`,
238
243
  language: "Screen",
239
244
  class: "min-w-[250px] mb-4"
240
- }), h("eds-code-block", {
241
- code: [style.fontSize && `font-size: ${style.fontSize};`, style.lineHeight && `line-height: ${style.lineHeight};`, style.letterSpacing && `letter-spacing: ${style.letterSpacing};`, style.fontWeight && `font-weight: ${style.fontWeight};`, style.fontFamily && `font-family: ${style.fontFamily};`].filter(Boolean) // Remove any falsy values (e.g., undefined, null)
242
- .join('\n'),
243
- language: "css",
244
- class: "min-w-[250px] mb-4"
245
245
  }), h("eds-code-block", {
246
246
  code: `--var(--f-${typeKey}-fontFamily)`,
247
247
  class: "min-w-[250px] mb-4"
@@ -257,6 +257,9 @@ const TokenTypography = class {
257
257
  }), h("eds-code-block", {
258
258
  code: `--var(--f-${typeKey}-letterSpacing)`,
259
259
  class: "min-w-[250px] mb-4"
260
+ }), h("eds-code-block", {
261
+ code: `--sans: Inter, Helvetica, Arial, sans-serif;`,
262
+ class: "min-w-[250px] mb-4"
260
263
  }))))))));
261
264
  }
262
265
  };
@@ -0,0 +1,27 @@
1
+ const tutorial = ` <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="M3 7.5L10 3L17 7.5L10 12L3 7.5Z"
10
+ stroke="currentColor"
11
+ stroke-width="1.5"
12
+ stroke-linecap="round"
13
+ />
14
+ <path
15
+ d="M5 8.5V13.2L10 16.5L15 13.6667V8.5"
16
+ stroke="currentColor"
17
+ stroke-width="1.5"
18
+ />
19
+ <path
20
+ fill-rule="evenodd"
21
+ clip-rule="evenodd"
22
+ d="M16.8896 13.4492V7.5H18.3896V12.6081L16.8896 13.4492Z"
23
+ fill="currentColor"
24
+ />
25
+ </svg>`;
26
+
27
+ export { tutorial as t };
@@ -0,0 +1,22 @@
1
+ const unknown = `<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
+ <circle
9
+ cx="10.0001"
10
+ cy="10.0001"
11
+ r="9.00007"
12
+ fill="white"
13
+ stroke="currentColor"
14
+ stroke-width="2"
15
+ />
16
+ <path
17
+ d="M8.78976 12.086V11.9135C8.79306 11.3215 8.8442 10.8495 8.94319 10.4977C9.04547 10.1458 9.19395 9.86167 9.38863 9.64515C9.5833 9.42864 9.81757 9.23242 10.0914 9.0565C10.296 8.92118 10.4791 8.78078 10.6408 8.63531C10.8025 8.48984 10.9312 8.32915 11.0268 8.15323C11.1225 7.97392 11.1704 7.77433 11.1704 7.55443C11.1704 7.321 11.1159 7.11632 11.0071 6.9404C10.8982 6.76448 10.7513 6.62916 10.5666 6.53444C10.3851 6.43971 10.1838 6.39235 9.96275 6.39235C9.74828 6.39235 9.54536 6.4414 9.35398 6.53951C9.16261 6.63424 9.00588 6.77632 8.8838 6.96578C8.76171 7.15184 8.69572 7.38358 8.68582 7.66099H6.6665C6.683 6.98438 6.84138 6.42618 7.14164 5.98638C7.4419 5.5432 7.83949 5.21336 8.33442 4.99684C8.82935 4.77694 9.37543 4.66699 9.97265 4.66699C10.6293 4.66699 11.21 4.77863 11.7148 5.00191C12.2196 5.22181 12.6156 5.54151 12.9026 5.96101C13.1897 6.38051 13.3332 6.88627 13.3332 7.47831C13.3332 7.87412 13.2689 8.22596 13.1402 8.53382C13.0148 8.83829 12.8383 9.10894 12.6106 9.34575C12.383 9.57918 12.114 9.79062 11.8039 9.98007C11.5432 10.1391 11.3288 10.3048 11.1605 10.4774C10.9955 10.6499 10.8718 10.8495 10.7893 11.0762C10.7101 11.3028 10.6688 11.5819 10.6655 11.9135V12.086H8.78976ZM9.76972 15.3338C9.43977 15.3338 9.15766 15.2153 8.92339 14.9785C8.69242 14.7383 8.57859 14.4508 8.58189 14.1159C8.57859 13.7843 8.69242 13.5001 8.92339 13.2633C9.15766 13.0265 9.43977 12.9081 9.76972 12.9081C10.0832 12.9081 10.3587 13.0265 10.5963 13.2633C10.8338 13.5001 10.9543 13.7843 10.9576 14.1159C10.9543 14.3391 10.8965 14.5438 10.7843 14.7299C10.6754 14.9126 10.5319 15.0597 10.3537 15.1714C10.1756 15.2796 9.98089 15.3338 9.76972 15.3338Z"
18
+ fill="currentColor"
19
+ />
20
+ </svg>`;
21
+
22
+ export { unknown as u };
@@ -0,0 +1,12 @@
1
+ const upDonw = ` <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="M10 3L15 8L5 8L10 3Z" fill="currentColor" />
9
+ <path d="M10 17L5 12L15 12L10 17Z" fill="currentColor" />
10
+ </svg>`;
11
+
12
+ export { upDonw as u };