@edifice.io/react 2.2.11-develop-enabling.20250710092201 → 2.2.11-develop-pedago.20250710120949

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 (107) hide show
  1. package/dist/components/Button/Button.d.ts +1 -1
  2. package/dist/components/Dropdown/Dropdown.d.ts +10 -4
  3. package/dist/components/Dropdown/Dropdown.js +24 -8
  4. package/dist/components/Flex/Flex.d.ts +1 -0
  5. package/dist/components/Flex/Flex.js +2 -1
  6. package/dist/components/Layout/Layout.d.ts +5 -1
  7. package/dist/components/Layout/Layout.js +5 -2
  8. package/dist/components/SearchBar/SearchBar.d.ts +9 -33
  9. package/dist/components/SearchBar/SearchBar.js +4 -30
  10. package/dist/components/Tabs/components/Tabs.d.ts +23 -3
  11. package/dist/components/Tabs/components/Tabs.js +8 -3
  12. package/dist/components/Tabs/components/TabsList.d.ts +15 -1
  13. package/dist/components/Tabs/components/TabsList.js +13 -3
  14. package/dist/components/Tabs/components/TabsPanel.d.ts +5 -1
  15. package/dist/components/Tabs/components/TabsPanel.js +7 -3
  16. package/dist/hooks/useDropdown/useDropdown.d.ts +2 -0
  17. package/dist/hooks/useDropdown/useDropdown.js +2 -0
  18. package/dist/hooks/useEdificeIcons/useEdificeIcons.js +4 -1
  19. package/dist/hooks/useLibraryUrl/useLibraryUrl.d.ts +1 -1
  20. package/dist/hooks/useLibraryUrl/useLibraryUrl.js +2 -2
  21. package/dist/icons-apps.js +164 -174
  22. package/dist/icons.js +86 -90
  23. package/dist/index.js +12 -10
  24. package/dist/modules/editor/components/Toolbar/TableToolbar.AddMenu.js +1 -1
  25. package/dist/modules/editor/components/Toolbar/TableToolbar.DelMenu.js +1 -1
  26. package/dist/modules/icons/components/{apps/IconMinibadge.d.ts → IconMegaphone.d.ts} +2 -2
  27. package/dist/modules/icons/components/IconMegaphone.js +12 -0
  28. package/dist/modules/icons/components/IconNotes.d.ts +7 -0
  29. package/dist/modules/icons/components/IconNotes.js +13 -0
  30. package/dist/modules/icons/components/apps/IconAccount.js +2 -2
  31. package/dist/modules/icons/components/apps/IconActualites.js +2 -2
  32. package/dist/modules/icons/components/apps/IconAdmin.js +2 -2
  33. package/dist/modules/icons/components/apps/IconAgenda.js +2 -3
  34. package/dist/modules/icons/components/apps/IconAppointments.js +2 -2
  35. package/dist/modules/icons/components/apps/IconArchive.js +2 -2
  36. package/dist/modules/icons/components/apps/IconBlog.js +2 -2
  37. package/dist/modules/icons/components/apps/IconCahierDeTexte.js +2 -2
  38. package/dist/modules/icons/components/apps/IconCalendar.js +2 -3
  39. package/dist/modules/icons/components/apps/IconCollaborativeWall.js +2 -2
  40. package/dist/modules/icons/components/apps/IconCommunity.js +2 -2
  41. package/dist/modules/icons/components/apps/IconConversation.js +2 -2
  42. package/dist/modules/icons/components/apps/IconDirectory.js +2 -2
  43. package/dist/modules/icons/components/apps/IconExercizer.js +2 -2
  44. package/dist/modules/icons/components/apps/IconForms.js +6 -2
  45. package/dist/modules/icons/components/apps/IconForum.js +2 -2
  46. package/dist/modules/icons/components/apps/IconLibrary.js +2 -2
  47. package/dist/modules/icons/components/apps/IconMediacentre.js +2 -2
  48. package/dist/modules/icons/components/apps/IconMindmap.js +2 -2
  49. package/dist/modules/icons/components/apps/IconMoodle.js +2 -2
  50. package/dist/modules/icons/components/apps/IconNabook.js +4 -2
  51. package/dist/modules/icons/components/apps/IconNotebook.js +2 -2
  52. package/dist/modules/icons/components/apps/IconPad.js +2 -2
  53. package/dist/modules/icons/components/apps/IconPages.js +2 -2
  54. package/dist/modules/icons/components/apps/IconParametrage.js +2 -2
  55. package/dist/modules/icons/components/apps/IconParametrages.js +2 -2
  56. package/dist/modules/icons/components/apps/IconPoll.js +2 -2
  57. package/dist/modules/icons/components/apps/IconPresences.js +6 -2
  58. package/dist/modules/icons/components/apps/IconRack.js +2 -2
  59. package/dist/modules/icons/components/apps/IconRbs.js +2 -2
  60. package/dist/modules/icons/components/apps/IconSchoolbook.js +2 -2
  61. package/dist/modules/icons/components/apps/IconScrapbook.js +2 -2
  62. package/dist/modules/icons/components/apps/IconSettingsClass.js +2 -2
  63. package/dist/modules/icons/components/apps/IconSharebigfiles.js +2 -2
  64. package/dist/modules/icons/components/apps/IconStatistics.js +2 -2
  65. package/dist/modules/icons/components/apps/IconSupport.js +2 -2
  66. package/dist/modules/icons/components/apps/IconTimeline.js +2 -2
  67. package/dist/modules/icons/components/apps/IconTimelinegenerator.js +2 -2
  68. package/dist/modules/icons/components/apps/IconUserbook.js +2 -2
  69. package/dist/modules/icons/components/apps/IconVisioconf.js +2 -2
  70. package/dist/modules/icons/components/apps/IconWebsite.js +2 -2
  71. package/dist/modules/icons/components/apps/IconWiki.js +3 -3
  72. package/dist/modules/icons/components/apps/IconWorkspace.js +2 -2
  73. package/dist/modules/icons/components/apps/index.d.ts +0 -5
  74. package/dist/modules/icons/components/index.d.ts +2 -4
  75. package/dist/modules/modals/OnboardingModal/OnboardingModal.d.ts +4 -6
  76. package/dist/modules/modals/OnboardingModal/OnboardingModal.js +13 -27
  77. package/dist/modules/modals/OnboardingModal/index.d.ts +0 -1
  78. package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +4 -4
  79. package/dist/modules/modals/ResourceModal/ResourceModal.d.ts +57 -2
  80. package/dist/modules/modals/ResourceModal/ResourceModal.js +20 -16
  81. package/dist/modules/multimedia/FileCard/FileCard.d.ts +13 -2
  82. package/dist/modules/multimedia/FileCard/FileCard.js +15 -5
  83. package/dist/modules/multimedia/FileCard/FileIcon.d.ts +5 -1
  84. package/dist/modules/multimedia/FileCard/FileIcon.js +2 -2
  85. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.d.ts +3 -1
  86. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +7 -2
  87. package/dist/modules/multimedia/index.d.ts +1 -0
  88. package/dist/multimedia.js +12 -10
  89. package/package.json +6 -6
  90. package/dist/modules/icons/components/IconLibrary.d.ts +0 -7
  91. package/dist/modules/icons/components/IconLibrary.js +0 -12
  92. package/dist/modules/icons/components/IconNotification.d.ts +0 -7
  93. package/dist/modules/icons/components/IconNotification.js +0 -12
  94. package/dist/modules/icons/components/IconStar.d.ts +0 -7
  95. package/dist/modules/icons/components/IconStar.js +0 -13
  96. package/dist/modules/icons/components/IconStarFavorite.d.ts +0 -7
  97. package/dist/modules/icons/components/IconStarFull.d.ts +0 -7
  98. package/dist/modules/icons/components/IconStarFull.js +0 -13
  99. package/dist/modules/icons/components/apps/IconEdt.d.ts +0 -7
  100. package/dist/modules/icons/components/apps/IconEdt.js +0 -12
  101. package/dist/modules/icons/components/apps/IconGeogebra.d.ts +0 -7
  102. package/dist/modules/icons/components/apps/IconGeogebra.js +0 -12
  103. package/dist/modules/icons/components/apps/IconMagneto.d.ts +0 -7
  104. package/dist/modules/icons/components/apps/IconMagneto.js +0 -13
  105. package/dist/modules/icons/components/apps/IconMinetest.d.ts +0 -7
  106. package/dist/modules/icons/components/apps/IconMinetest.js +0 -12
  107. package/dist/modules/icons/components/apps/IconMinibadge.js +0 -12
@@ -35,7 +35,9 @@ export type MediaLibraryType =
35
35
  /** Embedded websites */
36
36
  | 'embedder'
37
37
  /** Hyperlinks */
38
- | 'hyperlink';
38
+ | 'hyperlink'
39
+ /** Studio mode for recording audio and video */
40
+ | 'studio';
39
41
  export interface MediaLibraryRef {
40
42
  /** Open the Media Library on given type. */
41
43
  show: (type: MediaLibraryType) => void;
@@ -56,6 +56,11 @@ const orderedTabs = [
56
56
  embedder: {
57
57
  title: "bbm.embed.modal.title",
58
58
  defaultTab: "iframe"
59
+ },
60
+ // Add studio type with video-capture as default tab
61
+ studio: {
62
+ title: "bbm.studio.modal.title",
63
+ defaultTab: "audio-capture"
59
64
  }
60
65
  }, MediaLibrary = /* @__PURE__ */ forwardRef(({
61
66
  appCode,
@@ -101,7 +106,7 @@ const orderedTabs = [
101
106
  icon: /* @__PURE__ */ jsx(SvgIconRecordVideo, {}),
102
107
  label: t("bbm.video"),
103
108
  content: /* @__PURE__ */ jsx(InnerTabs.Video, {}),
104
- availableFor: ["video"],
109
+ availableFor: ["video", "studio"],
105
110
  isEnable: () => !!videoCaptureWorkflow
106
111
  },
107
112
  "audio-capture": {
@@ -109,7 +114,7 @@ const orderedTabs = [
109
114
  icon: /* @__PURE__ */ jsx(SvgIconMic, {}),
110
115
  label: t("bbm.audio"),
111
116
  content: /* @__PURE__ */ jsx(InnerTabs.Audio, {}),
112
- availableFor: ["audio"],
117
+ availableFor: ["audio", "studio"],
113
118
  isEnable: () => !!workspaceCreateWorkflow
114
119
  },
115
120
  "external-link": {
@@ -2,6 +2,7 @@ export * from './AudioRecorder';
2
2
  export * from './Embed';
3
3
  export * from './ImageEditor';
4
4
  export * from './ImagePicker';
5
+ export * from './FileCard';
5
6
  export * from './Linker';
6
7
  export * from './MediaLibrary';
7
8
  export * from './VideoEmbed';
@@ -2,23 +2,25 @@ import { default as default2 } from "./modules/multimedia/AudioRecorder/AudioRec
2
2
  import { default as default3 } from "./modules/multimedia/Embed/Embed.js";
3
3
  import { default as default4 } from "./modules/multimedia/ImageEditor/components/ImageEditor.js";
4
4
  import { default as default5 } from "./modules/multimedia/ImagePicker/ImagePicker.js";
5
- import { default as default6 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
6
- import { default as default7 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
7
- import { default as default8 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
8
- import { default as default9 } from "./modules/multimedia/Workspace/Workspace.js";
9
- import { default as default10 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
5
+ import { default as default6 } from "./modules/multimedia/FileCard/FileCard.js";
6
+ import { default as default7 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
7
+ import { default as default8 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
8
+ import { default as default9 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
9
+ import { default as default10 } from "./modules/multimedia/Workspace/Workspace.js";
10
+ import { default as default11 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
10
11
  import { ExternalLinker } from "./modules/multimedia/Linker/ExternalLinker/ExternalLinker.js";
11
12
  import { InternalLinker } from "./modules/multimedia/Linker/InternalLinker/InternalLinker.js";
12
13
  export {
13
14
  default2 as AudioRecorder,
14
15
  default3 as Embed,
15
16
  ExternalLinker,
17
+ default6 as FileCard,
16
18
  default4 as ImageEditor,
17
19
  default5 as ImagePicker,
18
20
  InternalLinker,
19
- default6 as MediaLibrary,
20
- default7 as VideoEmbed,
21
- default8 as VideoRecorder,
22
- default9 as Workspace,
23
- default10 as WorkspaceFolders
21
+ default7 as MediaLibrary,
22
+ default8 as VideoEmbed,
23
+ default9 as VideoRecorder,
24
+ default10 as Workspace,
25
+ default11 as WorkspaceFolders
24
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/react",
3
- "version": "2.2.11-develop-enabling.20250710092201",
3
+ "version": "2.2.11-develop-pedago.20250710120949",
4
4
  "description": "Edifice React Library",
5
5
  "keywords": [
6
6
  "react",
@@ -130,9 +130,9 @@
130
130
  "react-slugify": "^3.0.3",
131
131
  "swiper": "^10.1.0",
132
132
  "ua-parser-js": "^1.0.36",
133
- "@edifice.io/bootstrap": "2.2.11-develop-enabling.20250710092201",
134
- "@edifice.io/tiptap-extensions": "2.2.11-develop-enabling.20250710092201",
135
- "@edifice.io/utilities": "2.2.11-develop-enabling.20250710092201"
133
+ "@edifice.io/bootstrap": "2.2.11-develop-pedago.20250710120949",
134
+ "@edifice.io/tiptap-extensions": "2.2.11-develop-pedago.20250710120949",
135
+ "@edifice.io/utilities": "2.2.11-develop-pedago.20250710120949"
136
136
  },
137
137
  "devDependencies": {
138
138
  "@babel/plugin-transform-react-pure-annotations": "^7.23.3",
@@ -163,8 +163,8 @@
163
163
  "vite": "^5.4.11",
164
164
  "vite-plugin-dts": "^4.1.0",
165
165
  "vite-tsconfig-paths": "^5.0.1",
166
- "@edifice.io/client": "2.2.11-develop-enabling.20250710092201",
167
- "@edifice.io/config": "2.2.11-develop-enabling.20250710092201"
166
+ "@edifice.io/client": "2.2.11-develop-pedago.20250710120949",
167
+ "@edifice.io/config": "2.2.11-develop-pedago.20250710120949"
168
168
  },
169
169
  "peerDependencies": {
170
170
  "@react-spring/web": "^9.7.5",
@@ -1,7 +0,0 @@
1
- import { SVGProps } from 'react';
2
- interface SVGRProps {
3
- title?: string;
4
- titleId?: string;
5
- }
6
- declare const SvgIconLibrary: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
- export default SvgIconLibrary;
@@ -1,12 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconLibrary = ({
3
- title,
4
- titleId,
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", "aria-hidden": "true", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [
7
- title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M24.02 12.14c0 3.2-1.24 6.22-3.51 8.5s-5.3 3.51-8.5 3.51A12.03 12.03 0 0 1 12 .11c1.38 0 2.37.23 3.65.68.25.08.48.18.67.26l.08.03.06.04a.76.76 0 0 1 .29.26.73.73 0 0 1 .13.45.78.78 0 0 1-.76.79.7.7 0 0 1-.34-.1 26 26 0 0 0-.66-.25 8.6 8.6 0 0 0-3.13-.6 10.46 10.46 0 1 0 10.47 10.47c0-1.72-.37-3.1-1.18-4.62a14 14 0 0 1-.2-.36L21.03 7 21 6.96l-.03-.03-.01-.04-.04-.06-.14-.24-.04.14a.73.73 0 0 1-.89.53.73.73 0 0 1-.45-.34.76.76 0 0 1-.07-.55l.46-1.76a.78.78 0 0 1 .36-.49.87.87 0 0 1 .63-.06l1.75.56a.73.73 0 0 1 .47.9v.01a.73.73 0 0 1-.72.5c.17.3.32.59.4.77a10.9 10.9 0 0 1 1.35 5.33zm-4.18-8.96a1.38 1.38 0 1 1-2.76 0 1.38 1.38 0 0 1 2.76 0m-7.78 1.44c-2.62 0-5.15 2.02-5.15 4.9 0 3.5 2.48 4.4 2.76 6.68h4.77c.29-2.28 2.76-3.17 2.76-6.68 0-2.88-2.53-4.9-5.14-4.9m-.48 1.1c.28-.02.52.12.5.4a.45.45 0 0 1-.4.45 3.21 3.21 0 0 0-2.84 3.2c0 .32.05.64.14.94.09.22-.05.5-.27.57s-.5-.09-.55-.32a4 4 0 0 1-.18-1.2 4.08 4.08 0 0 1 3.6-4.04M9.7 17.05v.85h4.72v-.85zm0 1.71v.43c0 .5.4.86.85.86h3a.86.86 0 0 0 .87-.86v-.43zm1.5 1.72a.86.86 0 1 0 1.71 0z" })
9
- ] });
10
- export {
11
- SvgIconLibrary as default
12
- };
@@ -1,7 +0,0 @@
1
- import { SVGProps } from 'react';
2
- interface SVGRProps {
3
- title?: string;
4
- titleId?: string;
5
- }
6
- declare const SvgIconNotification: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
- export default SvgIconNotification;
@@ -1,12 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconNotification = ({
3
- title,
4
- titleId,
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
- title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M11.999 2c4.584 0 8 4.046 8 8.642 0 .566.084.926.206 1.223.133.327.324.618.633 1.092.473.727.97 1.601 1.124 2.67.253 1.763-.764 3.008-1.925 3.668a2.6 2.6 0 0 1-1.285.317h-1.896C16.163 21.597 14.238 23 12 23s-4.164-1.402-4.857-3.388H5.245c-.388 0-.856-.069-1.295-.326-1.156-.678-2.156-1.987-1.914-3.66.158-1.094.656-1.946 1.125-2.668.288-.443.477-.733.615-1.08.129-.325.224-.737.224-1.378C4 6.034 7.425 2 11.999 2M9.36 19.612A3.16 3.16 0 0 0 12 21c1.12 0 2.087-.56 2.638-1.388zM12 4c-3.304 0-6 2.966-6 6.5 0 .858-.13 1.525-.364 2.115-.225.568-.535 1.03-.796 1.433-.437.672-.731 1.22-.825 1.865-.091.631.26 1.245.947 1.648.036.02.12.051.284.051h13.507a.6.6 0 0 0 .297-.055c.685-.39 1.035-.938.933-1.645-.09-.624-.386-1.197-.82-1.863-.278-.427-.589-.888-.809-1.427-.232-.568-.354-1.19-.354-1.98 0-3.688-2.707-6.642-6-6.642" })
9
- ] });
10
- export {
11
- SvgIconNotification as default
12
- };
@@ -1,7 +0,0 @@
1
- import { SVGProps } from 'react';
2
- interface SVGRProps {
3
- title?: string;
4
- titleId?: string;
5
- }
6
- declare const SvgIconStar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
- export default SvgIconStar;
@@ -1,13 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconStar = ({
3
- title,
4
- titleId,
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
- title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("g", { clipPath: "url(#icon-star_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.272 1.977c.772-1.323 2.684-1.323 3.455 0l2.769 4.746 5.16 1.19a2 2 0 0 1 1.099 3.216l-3.653 4.464.778 5.446c.224 1.569-1.379 2.763-2.818 2.099L12 20.8l-5.062 2.337c-1.44.664-3.042-.53-2.818-2.1l.778-5.445-3.653-4.464a2 2 0 0 1 1.098-3.215l5.161-1.191zm4.496 5.754L12 2.985 9.232 7.73a2 2 0 0 1-1.278.94l-5.16 1.191 3.652 4.465a2 2 0 0 1 .432 1.55L6.1 21.321l5.062-2.337a2 2 0 0 1 1.676 0l5.062 2.337-.778-5.446a2 2 0 0 1 .432-1.55l3.653-4.464-5.16-1.19a2 2 0 0 1-1.279-.941", clipRule: "evenodd" }) }),
9
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-star_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
10
- ] });
11
- export {
12
- SvgIconStar as default
13
- };
@@ -1,7 +0,0 @@
1
- import { SVGProps } from 'react';
2
- interface SVGRProps {
3
- title?: string;
4
- titleId?: string;
5
- }
6
- declare const SvgIconStarFavorite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
- export default SvgIconStarFavorite;
@@ -1,7 +0,0 @@
1
- import { SVGProps } from 'react';
2
- interface SVGRProps {
3
- title?: string;
4
- titleId?: string;
5
- }
6
- declare const SvgIconStarFull: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
- export default SvgIconStarFull;
@@ -1,13 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconStarFull = ({
3
- title,
4
- titleId,
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
- title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("g", { clipPath: "url(#icon-star-full_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.278 1.977c.77-1.323 2.675-1.323 3.444 0l2.759 4.746 5.143 1.19c1.44.334 2.03 2.068 1.094 3.216l-3.64 4.464.775 5.446c.224 1.569-1.374 2.763-2.808 2.099L12 20.8l-5.045 2.337c-1.434.664-3.032-.53-2.808-2.1l.775-5.445-3.64-4.464C.346 9.98.936 8.247 2.376 7.914L7.52 6.723z", clipRule: "evenodd" }) }),
9
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-star-full_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
10
- ] });
11
- export {
12
- SvgIconStarFull as default
13
- };
@@ -1,7 +0,0 @@
1
- import { SVGProps } from 'react';
2
- interface SVGRProps {
3
- title?: string;
4
- titleId?: string;
5
- }
6
- declare const SvgIconEdt: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
- export default SvgIconEdt;
@@ -1,12 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconEdt = ({
3
- title,
4
- titleId,
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
- title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15.354 21.948q.324 0 .65.015 1.035.051 2.02.268a12.5 12.5 0 0 1 3.356 1.243.1.1 0 0 0 .025.017 13 13 0 0 1 1.989 1.346 12.8 12.8 0 0 1 3.079 3.733 12.6 12.6 0 0 1 1.271 3.48q.009.046.019.096.122.621.183 1.26h-.004q.057.589.059 1.19a12.6 12.6 0 0 1-.771 4.344q-.217.584-.482 1.134-.264.55-.584 1.074c-.077.128-.165.242-.246.367-.14.216-.28.438-.434.643a12.7 12.7 0 0 1-2.756 2.7 12.56 12.56 0 0 1-7.375 2.385c-4.14 0-7.823-2.002-10.13-5.085q-.364-.49-.684-1.01a12.802 12.802 0 0 1-1.437-3.395c-.26-1.011-.4-2.07-.4-3.157a12.6 12.6 0 0 1 .57-3.76 12.5 12.5 0 0 1 1.594-3.31 12.8 12.8 0 0 1 2.01-2.303c.143-.133.283-.265.434-.386q.468-.386.974-.728a12.6 12.6 0 0 1 2.15-1.169 12.6 12.6 0 0 1 4.92-.992m2.88-19.191.15.014c.99.1 1.853.518 2.496 1.206a3.47 3.47 0 0 1 .937 2.373v.018l-.003.019v.338l7.532-.007v-.246c-.063-1.058.4-2.087 1.286-2.819a3.8 3.8 0 0 1 2.447-.893h1.716l.151.014c.989.1 1.852.52 2.495 1.206a3.47 3.47 0 0 1 .937 2.374v.037l-.004.323h2.459c.867 0 1.587.323 2.215.951h.012c.628.628.94 1.371.94 2.238v31.77c0 .867-.312 1.61-.94 2.238-.629.628-1.353.93-2.216.93l-15.728.01a14.1 14.1 0 0 0 2.606-3.34h2.638v-8.11h-.881a13 13 0 0 0-.163-1.26h1.044v-8.65h-6.21a14 14 0 0 0-1.877-1.26h8.087v-8.029a3.7 3.7 0 0 1-.412-.492H21.12q-.189.271-.427.504v7.257q-.616-.253-1.26-.445v-6.015a3.9 3.9 0 0 1-1.4.257h-1.466a4 4 0 0 1-.202.003c-.966 0-1.87-.367-2.547-1.04a4 4 0 0 1-.437-.521h-3.046v7.646a14 14 0 0 0-3.44 1.893V9.918q0-1.296.942-2.237c.625-.629 1.396-.952 2.26-.952h2.69v-.261c-.063-1.058.4-2.087 1.285-2.819a3.8 3.8 0 0 1 2.448-.892zm13.368 30.648v8.11h9.061v-8.11zm-16.242-8.01c-.79 0-1.432.643-1.432 1.433v7.19l-3.6 3.767-.218.225a1.43 1.43 0 0 0 .044 2.024c.052.052.11.092.17.132.245.173.532.265.819.265a1.43 1.43 0 0 0 1.036-.44l4.215-4.407c.253-.265.396-.621.396-.988v-2.45h.004v-5.318c0-.79-.644-1.433-1.434-1.433m16.243-1.896v8.65h9.06v-8.65zm6.07-9.785q-.27.387-.64.698c-.68.562-1.525.86-2.451.86h-1.466q-.104.004-.202.003c-.46 0-.9-.084-1.312-.242v7.205h9.061l.004-.003v-8.521zm-4.598-8.022c-.21 0-.4.074-.58.221s-.253.297-.227.444v.364h.002l-.058 4.957q0 .26.224.481a.65.65 0 0 0 .482.192c.033 0 .066-.004.099-.004h1.565c.239 0 .43-.063.581-.184a.59.59 0 0 0 .224-.481l.062-4.961v-.364a.54.54 0 0 0-.146-.37q-.238-.25-.662-.295zm-16.56-.007q-.31 0-.58.22-.268.223-.229.445v.379l-.058 4.946q0 .259.224.48a.65.65 0 0 0 .48.192c.034 0 .067-.004.1-.004h1.566q.355-.001.58-.184a.59.59 0 0 0 .224-.481l.059-4.946.008-.007V6.35a.54.54 0 0 0-.148-.371q-.237-.25-.66-.294z" })
9
- ] });
10
- export {
11
- SvgIconEdt as default
12
- };
@@ -1,7 +0,0 @@
1
- import { SVGProps } from 'react';
2
- interface SVGRProps {
3
- title?: string;
4
- titleId?: string;
5
- }
6
- declare const SvgIconGeogebra: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
- export default SvgIconGeogebra;
@@ -1,12 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconGeogebra = ({
3
- title,
4
- titleId,
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 49 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
- title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M23.501 3.977a5.18 5.18 0 0 1 4.865 3.405c5.31.053 10.187 2.015 13.25 5.85a5.177 5.177 0 0 1 3.06 9.827c-.247 4.04-2.067 8.116-5.048 11.554a5.176 5.176 0 0 1-8.11 6.195c-4.617 2.254-9.626 3.018-14.092 2.317a5.177 5.177 0 0 1-9.209-4.49 14 14 0 0 1-2.366-3.193c-1.685-3.108-2.067-6.554-1.393-9.938a5.176 5.176 0 0 1 4.637-9.213c1.947-2.282 4.401-4.29 7.246-5.832a26 26 0 0 1 1.996-.974A5.177 5.177 0 0 1 23.5 3.976m4.982 6.578a5.177 5.177 0 0 1-8.976 1.891q-.828.369-1.649.814c-2.55 1.382-4.672 3.12-6.324 5.046a5.175 5.175 0 0 1-3.956 7.951c-.5 2.709-.167 5.378 1.073 7.668a10.5 10.5 0 0 0 1.482 2.079 5.175 5.175 0 0 1 8.188 4.036c3.581.498 7.664-.101 11.648-2.02a5.177 5.177 0 0 1 7.392-5.625c2.377-2.793 3.772-5.976 4.07-9.045a5.177 5.177 0 0 1-2.648-8.522c-2.372-2.65-6.09-4.18-10.3-4.273" })
9
- ] });
10
- export {
11
- SvgIconGeogebra as default
12
- };
@@ -1,7 +0,0 @@
1
- import { SVGProps } from 'react';
2
- interface SVGRProps {
3
- title?: string;
4
- titleId?: string;
5
- }
6
- declare const SvgIconMagneto: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
- export default SvgIconMagneto;
@@ -1,13 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconMagneto = ({
3
- title,
4
- titleId,
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
- title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M28 32.5v-9a13.5 13.5 0 1 0-27 0v9h6v-9a7.5 7.5 0 0 1 15 0v9m-15 3H1V40h6m21-4.5h-6V40h6" }),
9
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M49 32.5v-9a13.5 13.5 0 0 0-27 0v9h6v-9a7.5 7.5 0 0 1 15 0v9m-15 3h-6V40h6m21-4.5h-6V40h6" })
10
- ] });
11
- export {
12
- SvgIconMagneto as default
13
- };
@@ -1,7 +0,0 @@
1
- import { SVGProps } from 'react';
2
- interface SVGRProps {
3
- title?: string;
4
- titleId?: string;
5
- }
6
- declare const SvgIconMinetest: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
- export default SvgIconMinetest;
@@ -1,12 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconMinetest = ({
3
- title,
4
- titleId,
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
- title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m46 25.8-4.883 2.923v1.024l-1.95 1.225v2.034l-1.952 1.216v5.235L46 34.194zm-.975 1.755v6.051l-6.834 4.096v-2.907l1.95-1.217v-2.034l1.951-1.225v-1.01zm-6.77-14.393-2.028 1.454v8.694l.245.15 1.804 1.06 1.852-1.11v-9.131zm.04 1.195.856.509v7.955l-.883.523-1.074-.63v-7.569zM14.609 3 6.996 7.569v8.321l.238.143 5.227 3.13v4.046l.239.143 1.908 1.168 2.148-1.31v-4.047l4.778-2.873V7.266zm-.006 1.181 5.957 3.667v7.857l-5.95 3.573-6.638-3.982v-7.14zM15.78 19.75v2.872l-1.172.716-1.171-.716V19.75l1.171.701zm16.067 3.803-14.151 8.321v2.628l1.557.917v2.026l5.767 3.452 12.194-7.52v-2.14l1.95-1.218v-2.112zm0 1.167 6.343 3.774v.946l-1.951 1.226v2.133l-11.225 6.918-4.779-2.857v-2.034l-1.564-.917v-1.44zM26.494 8.163a.5.5 0 0 0-.26.071l-4.701 2.829v1.174l4.946-2.98 6.342 3.788-7.759 4.648a.514.514 0 0 0 0 .873l5.802 3.524-12.678 7.462-12.692-7.656 5.753-3.466-.975-.587-5.999 3.609a.522.522 0 0 0 0 .881l13.668 8.243c.147.087.33.094.484 0l13.66-8.035a.516.516 0 0 0 .008-.881l-5.81-3.524 7.759-4.648a.522.522 0 0 0 0-.881l-7.318-4.384a.54.54 0 0 0-.238-.064zm7.796 4.892a.51.51 0 0 1-.245.437l-.73.438v.859l-6.316 3.781.975.587 6.07-3.631a.52.52 0 0 0 .244-.444zM8.912 28.035v2.013L6.96 28.831v7.29l11.514 7.004v-3.207L16.819 38.9v-2.04l-2.049-1.217v-4.067zm.975 1.763 3.908 2.357v4.075l2.049 1.217v2.033l1.655 1.018v.86l-9.563-5.815V30.63l1.95 1.217zM24.783 9.102l-3.248 1.955v.007l3.256-1.955zM10.252 17.84 4 21.606v12.79L24.978 47l20.986-12.912V21.807l-5.837-3.502v1.174l4.861 2.915v11.114l-20.01 12.31-20.003-12.01V22.76l-.702-.423a.522.522 0 0 1 0-.881l6-3.61zM46 25.794l-.73.444-4.153 2.485v1.024l-1.95 1.217v2.033l-1.952 1.225v5.235L46 34.194zm-.975 1.761v6.051l-6.834 4.096v-2.907l1.95-1.217v-2.034l1.951-1.225v-1.01zm-6.77-14.393-2.035 1.454v8.694l.252.15 1.805 1.06 1.852-1.11v-9.131zm.04 1.195.856.509v7.955l-.883.523-1.074-.63v-7.569zM14.609 3 6.996 7.569v8.321l.245.143 5.22 3.13v4.046l.239.143 1.908 1.168 2.148-1.31v-4.047l4.785-2.873V7.266zm0 1.181 5.95 3.667v7.857l-5.95 3.573-6.637-3.982v-7.14zM15.78 19.75v2.872l-1.172.716-1.171-.716V19.75l1.171.701zm16.067 3.803-14.151 8.321v2.628l1.564.917v2.026l5.76 3.452 12.194-7.52v-2.14l1.95-1.218v-2.112zm0 1.167 6.343 3.774v.946l-1.951 1.226v2.133l-11.225 6.918-4.779-2.857v-2.034l-1.564-.917v-1.44zM26.494 8.163a.5.5 0 0 0-.26.071l-4.693 2.829v1.174l4.94-2.98 6.34 3.788-7.758 4.648a.514.514 0 0 0 0 .873l5.8 3.524-12.675 7.455-12.693-7.649 5.752-3.466-.975-.587-5.99 3.609c-.33.2-.33.68 0 .881l13.66 8.236a.45.45 0 0 0 .484 0l13.66-8.028a.52.52 0 0 0 .008-.888l-5.81-3.524 7.76-4.648a.516.516 0 0 0 0-.881l-7.318-4.368a.55.55 0 0 0-.239-.072zm7.796 4.892a.51.51 0 0 1-.245.437l-.73.438v.859l-6.316 3.781.975.587 6.07-3.631a.52.52 0 0 0 .244-.444zm0 1.775v.25c0 .186-.092.351-.245.438l-.28.172 2.462 1.468v-1.174zm5.843 3.48v1.168l4.89 2.914v.946l-3.564 2.185-3.164 1.89-5.957-3.573V22.1a.5.5 0 0 0-.245-.438l-4.119-2.5-.975.58 4.365 2.65v1.741c0 .186.091.35.245.444l6.44 3.867c.147.086.33.086.484 0l3.416-2.034h.007l3.066-1.89v1.696a1 1 0 0 0 .022.1c.006.014.013.036.021.05q.011.02.022.05l.028.042c.042.05.085.1.14.136l.042.03.042.021a.1.1 0 0 0 .048.007.5.5 0 0 0 .288-.007l.042-.022c.028-.014.063-.036.092-.05.006-.013.021-.021.035-.035.013-.014.021-.029.035-.036l.035-.036q.009-.021.021-.042a.3.3 0 0 0 .042-.094c.007-.013.007-.035.014-.05l.006-.049v-4.116a.5.5 0 0 0-.245-.444zM8.912 28.035v2.013L6.96 28.831v7.29l11.52 7.004v-3.207L16.82 38.9v-2.04l-2.049-1.217v-4.067zm.982 1.763 3.9 2.357v4.075l2.05 1.217v2.033l1.655 1.018v.86l-9.563-5.815V30.63l1.958 1.217zm14.89-20.696-3.249 1.955v.007l3.256-1.955zM10.258 17.84 4 21.606v12.79L24.985 47l20.979-12.912V21.807l-5.837-3.502v1.174l4.861 2.915v11.114l-20.01 12.31-20.003-12.01V22.76l-.695-.423a.516.516 0 0 1 0-.881l5.992-3.602z" })
9
- ] });
10
- export {
11
- SvgIconMinetest as default
12
- };
@@ -1,12 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconMinibadge = ({
3
- title,
4
- titleId,
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
- title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M25.098 3c-1.127 0-3.226 1.277-3.226 1.277L8.636 12.404s-1.45.885-1.86 1.617c-.408.731-.243 2.233-.243 2.233v17.153s-.066 1.81.407 2.655c.472.846 2.001 1.804 2.001 1.804l13.114 8.05S23.736 47 24.855 47c1.117 0 2.92-.958 2.92-.958l13.198-8.102s1.348-.766 1.877-1.716c.53-.95.65-3.39.65-3.39V16.499s-.05-1.382-.57-2.314-2.495-2.372-2.495-2.372L27.643 3.958S26.225 3 25.099 3zm-3.2 7.76 2.08 7.051 7.017 2.09-7.016 2.09-2.08 7.05-2.08-7.05-7.016-2.09 7.016-2.09zm5.198 14.365 5.198 2.872 5.198-2.872-2.858 5.224 2.858 5.223-5.198-2.873-5.198 2.873 2.86-5.223zm-11.694 5.222 3.899 2.22 3.896-2.22-2.208 3.918 2.208 3.917-3.896-2.22-3.899 2.22 2.209-3.917z" })
9
- ] });
10
- export {
11
- SvgIconMinibadge as default
12
- };