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

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 (104) hide show
  1. package/dist/components/Button/Button.d.ts +1 -1
  2. package/dist/components/Dropdown/Dropdown.d.ts +4 -10
  3. package/dist/components/Dropdown/Dropdown.js +8 -24
  4. package/dist/components/Flex/Flex.d.ts +0 -1
  5. package/dist/components/Flex/Flex.js +1 -2
  6. package/dist/components/Layout/Layout.d.ts +1 -5
  7. package/dist/components/Layout/Layout.js +2 -5
  8. package/dist/components/SearchBar/SearchBar.d.ts +33 -9
  9. package/dist/components/SearchBar/SearchBar.js +30 -4
  10. package/dist/components/Tabs/components/Tabs.d.ts +3 -23
  11. package/dist/components/Tabs/components/Tabs.js +3 -8
  12. package/dist/components/Tabs/components/TabsList.d.ts +1 -15
  13. package/dist/components/Tabs/components/TabsList.js +3 -13
  14. package/dist/components/Tabs/components/TabsPanel.d.ts +1 -5
  15. package/dist/components/Tabs/components/TabsPanel.js +3 -7
  16. package/dist/hooks/useDropdown/useDropdown.d.ts +0 -2
  17. package/dist/hooks/useDropdown/useDropdown.js +0 -2
  18. package/dist/hooks/useLibraryUrl/useLibraryUrl.d.ts +1 -1
  19. package/dist/hooks/useLibraryUrl/useLibraryUrl.js +2 -2
  20. package/dist/icons-apps.js +174 -164
  21. package/dist/icons.js +90 -86
  22. package/dist/index.js +10 -12
  23. package/dist/modules/editor/components/Toolbar/TableToolbar.AddMenu.js +1 -1
  24. package/dist/modules/editor/components/Toolbar/TableToolbar.DelMenu.js +1 -1
  25. package/dist/modules/icons/components/IconLibrary.d.ts +7 -0
  26. package/dist/modules/icons/components/IconLibrary.js +12 -0
  27. package/dist/modules/icons/components/IconNotification.d.ts +7 -0
  28. package/dist/modules/icons/components/IconNotification.js +12 -0
  29. package/dist/modules/icons/components/IconStar.d.ts +7 -0
  30. package/dist/modules/icons/components/IconStar.js +13 -0
  31. package/dist/modules/icons/components/IconStarFavorite.d.ts +7 -0
  32. package/dist/modules/icons/components/IconStarFull.d.ts +7 -0
  33. package/dist/modules/icons/components/IconStarFull.js +13 -0
  34. package/dist/modules/icons/components/apps/IconAccount.js +2 -2
  35. package/dist/modules/icons/components/apps/IconActualites.js +2 -2
  36. package/dist/modules/icons/components/apps/IconAdmin.js +2 -2
  37. package/dist/modules/icons/components/apps/IconAgenda.js +3 -2
  38. package/dist/modules/icons/components/apps/IconAppointments.js +2 -2
  39. package/dist/modules/icons/components/apps/IconArchive.js +2 -2
  40. package/dist/modules/icons/components/apps/IconBlog.js +2 -2
  41. package/dist/modules/icons/components/apps/IconCahierDeTexte.js +2 -2
  42. package/dist/modules/icons/components/apps/IconCalendar.js +3 -2
  43. package/dist/modules/icons/components/apps/IconCollaborativeWall.js +2 -2
  44. package/dist/modules/icons/components/apps/IconCommunity.js +2 -2
  45. package/dist/modules/icons/components/apps/IconConversation.js +2 -2
  46. package/dist/modules/icons/components/apps/IconDirectory.js +2 -2
  47. package/dist/modules/icons/components/apps/IconEdt.d.ts +7 -0
  48. package/dist/modules/icons/components/apps/IconEdt.js +12 -0
  49. package/dist/modules/icons/components/apps/IconExercizer.js +2 -2
  50. package/dist/modules/icons/components/apps/IconForms.js +2 -6
  51. package/dist/modules/icons/components/apps/IconForum.js +2 -2
  52. package/dist/modules/icons/components/apps/IconGeogebra.d.ts +7 -0
  53. package/dist/modules/icons/components/apps/IconGeogebra.js +12 -0
  54. package/dist/modules/icons/components/apps/IconLibrary.js +2 -2
  55. package/dist/modules/icons/components/apps/IconMagneto.d.ts +7 -0
  56. package/dist/modules/icons/components/apps/IconMagneto.js +13 -0
  57. package/dist/modules/icons/components/apps/IconMediacentre.js +2 -2
  58. package/dist/modules/icons/components/apps/IconMindmap.js +2 -2
  59. package/dist/modules/icons/components/apps/IconMinetest.d.ts +7 -0
  60. package/dist/modules/icons/components/apps/IconMinetest.js +12 -0
  61. package/dist/modules/icons/components/{IconMegaphone.d.ts → apps/IconMinibadge.d.ts} +2 -2
  62. package/dist/modules/icons/components/apps/IconMinibadge.js +12 -0
  63. package/dist/modules/icons/components/apps/IconMoodle.js +2 -2
  64. package/dist/modules/icons/components/apps/IconNabook.js +2 -4
  65. package/dist/modules/icons/components/apps/IconNotebook.js +2 -2
  66. package/dist/modules/icons/components/apps/IconPad.js +2 -2
  67. package/dist/modules/icons/components/apps/IconPages.js +2 -2
  68. package/dist/modules/icons/components/apps/IconParametrage.js +2 -2
  69. package/dist/modules/icons/components/apps/IconParametrages.js +2 -2
  70. package/dist/modules/icons/components/apps/IconPoll.js +2 -2
  71. package/dist/modules/icons/components/apps/IconPresences.js +2 -6
  72. package/dist/modules/icons/components/apps/IconRack.js +2 -2
  73. package/dist/modules/icons/components/apps/IconRbs.js +2 -2
  74. package/dist/modules/icons/components/apps/IconSchoolbook.js +2 -2
  75. package/dist/modules/icons/components/apps/IconScrapbook.js +2 -2
  76. package/dist/modules/icons/components/apps/IconSettingsClass.js +2 -2
  77. package/dist/modules/icons/components/apps/IconSharebigfiles.js +2 -2
  78. package/dist/modules/icons/components/apps/IconStatistics.js +2 -2
  79. package/dist/modules/icons/components/apps/IconSupport.js +2 -2
  80. package/dist/modules/icons/components/apps/IconTimeline.js +2 -2
  81. package/dist/modules/icons/components/apps/IconTimelinegenerator.js +2 -2
  82. package/dist/modules/icons/components/apps/IconUserbook.js +2 -2
  83. package/dist/modules/icons/components/apps/IconVisioconf.js +2 -2
  84. package/dist/modules/icons/components/apps/IconWebsite.js +2 -2
  85. package/dist/modules/icons/components/apps/IconWiki.js +3 -3
  86. package/dist/modules/icons/components/apps/IconWorkspace.js +2 -2
  87. package/dist/modules/icons/components/apps/index.d.ts +5 -0
  88. package/dist/modules/icons/components/index.d.ts +4 -2
  89. package/dist/modules/modals/OnboardingModal/OnboardingModal.d.ts +6 -4
  90. package/dist/modules/modals/OnboardingModal/OnboardingModal.js +27 -13
  91. package/dist/modules/modals/OnboardingModal/index.d.ts +1 -0
  92. package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +4 -4
  93. package/dist/modules/multimedia/FileCard/FileCard.d.ts +2 -13
  94. package/dist/modules/multimedia/FileCard/FileCard.js +5 -15
  95. package/dist/modules/multimedia/FileCard/FileIcon.d.ts +1 -5
  96. package/dist/modules/multimedia/FileCard/FileIcon.js +2 -2
  97. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.d.ts +1 -3
  98. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +2 -7
  99. package/dist/modules/multimedia/index.d.ts +0 -1
  100. package/dist/multimedia.js +10 -12
  101. package/package.json +6 -6
  102. package/dist/modules/icons/components/IconMegaphone.js +0 -12
  103. package/dist/modules/icons/components/IconNotes.d.ts +0 -7
  104. package/dist/modules/icons/components/IconNotes.js +0 -13
@@ -1,10 +1,6 @@
1
1
  import { Role } from '@edifice.io/client';
2
2
  declare const FileIcon: ({ type, roleMap, }: {
3
3
  type: Role | "unknown";
4
- roleMap?: {
5
- icon: React.ReactNode | string;
6
- color: string;
7
- hasShadow?: boolean;
8
- };
4
+ roleMap?: Record<string, string | JSX.Element>;
9
5
  }) => import("react/jsx-runtime").JSX.Element;
10
6
  export default FileIcon;
@@ -5,8 +5,8 @@ const FileIcon = ({
5
5
  type,
6
6
  roleMap
7
7
  }) => {
8
- const hasShadow = typeof (roleMap == null ? void 0 : roleMap.icon) != "string" && type !== "unknown" && (roleMap == null ? void 0 : roleMap.hasShadow) !== !1, fileicon = clsx("position-absolute top-50 start-50 translate-middle", {
9
- "p-12 rounded-circle shadow": hasShadow
8
+ const hasNoShadow = typeof (roleMap == null ? void 0 : roleMap.icon) != "string" && type !== "unknown", fileicon = clsx("position-absolute top-50 start-50 translate-middle", {
9
+ "p-12 rounded-circle shadow": hasNoShadow
10
10
  }, roleMap == null ? void 0 : roleMap.color);
11
11
  return /* @__PURE__ */ jsx("div", { className: fileicon, children: (roleMap == null ? void 0 : roleMap.icon) ?? /* @__PURE__ */ jsx(SvgIconPaperclip, {}) });
12
12
  };
@@ -35,9 +35,7 @@ export type MediaLibraryType =
35
35
  /** Embedded websites */
36
36
  | 'embedder'
37
37
  /** Hyperlinks */
38
- | 'hyperlink'
39
- /** Studio mode for recording audio and video */
40
- | 'studio';
38
+ | 'hyperlink';
41
39
  export interface MediaLibraryRef {
42
40
  /** Open the Media Library on given type. */
43
41
  show: (type: MediaLibraryType) => void;
@@ -56,11 +56,6 @@ 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"
64
59
  }
65
60
  }, MediaLibrary = /* @__PURE__ */ forwardRef(({
66
61
  appCode,
@@ -106,7 +101,7 @@ const orderedTabs = [
106
101
  icon: /* @__PURE__ */ jsx(SvgIconRecordVideo, {}),
107
102
  label: t("bbm.video"),
108
103
  content: /* @__PURE__ */ jsx(InnerTabs.Video, {}),
109
- availableFor: ["video", "studio"],
104
+ availableFor: ["video"],
110
105
  isEnable: () => !!videoCaptureWorkflow
111
106
  },
112
107
  "audio-capture": {
@@ -114,7 +109,7 @@ const orderedTabs = [
114
109
  icon: /* @__PURE__ */ jsx(SvgIconMic, {}),
115
110
  label: t("bbm.audio"),
116
111
  content: /* @__PURE__ */ jsx(InnerTabs.Audio, {}),
117
- availableFor: ["audio", "studio"],
112
+ availableFor: ["audio"],
118
113
  isEnable: () => !!workspaceCreateWorkflow
119
114
  },
120
115
  "external-link": {
@@ -2,7 +2,6 @@ export * from './AudioRecorder';
2
2
  export * from './Embed';
3
3
  export * from './ImageEditor';
4
4
  export * from './ImagePicker';
5
- export * from './FileCard';
6
5
  export * from './Linker';
7
6
  export * from './MediaLibrary';
8
7
  export * from './VideoEmbed';
@@ -2,25 +2,23 @@ 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/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";
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";
11
10
  import { ExternalLinker } from "./modules/multimedia/Linker/ExternalLinker/ExternalLinker.js";
12
11
  import { InternalLinker } from "./modules/multimedia/Linker/InternalLinker/InternalLinker.js";
13
12
  export {
14
13
  default2 as AudioRecorder,
15
14
  default3 as Embed,
16
15
  ExternalLinker,
17
- default6 as FileCard,
18
16
  default4 as ImageEditor,
19
17
  default5 as ImagePicker,
20
18
  InternalLinker,
21
- default7 as MediaLibrary,
22
- default8 as VideoEmbed,
23
- default9 as VideoRecorder,
24
- default10 as Workspace,
25
- default11 as WorkspaceFolders
19
+ default6 as MediaLibrary,
20
+ default7 as VideoEmbed,
21
+ default8 as VideoRecorder,
22
+ default9 as Workspace,
23
+ default10 as WorkspaceFolders
26
24
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/react",
3
- "version": "2.2.11-develop-pedago.20250708131559",
3
+ "version": "2.2.11-develop-enabling.20250710092201",
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/tiptap-extensions": "2.2.11-develop-pedago.20250708131559",
134
- "@edifice.io/bootstrap": "2.2.11-develop-pedago.20250708131559",
135
- "@edifice.io/utilities": "2.2.11-develop-pedago.20250708131559"
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"
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-pedago.20250708131559",
167
- "@edifice.io/config": "2.2.11-develop-pedago.20250708131559"
166
+ "@edifice.io/client": "2.2.11-develop-enabling.20250710092201",
167
+ "@edifice.io/config": "2.2.11-develop-enabling.20250710092201"
168
168
  },
169
169
  "peerDependencies": {
170
170
  "@react-spring/web": "^9.7.5",
@@ -1,12 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconMegaphone = ({
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", fillRule: "evenodd", d: "M13.962 3.067c1.333-.809 3.038.15 3.038 1.71v13.446c0 1.56-1.705 2.519-3.038 1.71l-3.794-2.304a3.67 3.67 0 0 1-7.26-1.084A3 3 0 0 1 1 13.75v-4.5a3 3 0 0 1 3-3h4.44a1 1 0 0 0 .52-.145zM4.9 16.75h3.29a1.67 1.67 0 1 1-3.29 0M15 4.777 9.997 7.814a3 3 0 0 1-1.557.436H4a1 1 0 0 0-1 1v4.5a1 1 0 0 0 1 1h4.44a3 3 0 0 1 1.557.436L15 18.223zm6.055 3.055a1 1 0 0 0-1.11-1.664l-1.5 1a1 1 0 0 0 1.11 1.664zm-2.887 7.613a1 1 0 0 1 1.387-.277l1.5 1a1 1 0 1 1-1.11 1.664l-1.5-1a1 1 0 0 1-.277-1.387M19.5 11a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2z", clipRule: "evenodd" })
9
- ] });
10
- export {
11
- SvgIconMegaphone 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 SvgIconNotes: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
- export default SvgIconNotes;
@@ -1,13 +0,0 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const SvgIconNotes = ({
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", fillRule: "evenodd", d: "M1 4a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3v13a1 1 0 1 1-2 0V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h13a1 1 0 1 1 0 2H4a3 3 0 0 1-3-3z", clipRule: "evenodd" }),
9
- /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 18v1.586L19.586 18zm-2-1a1 1 0 0 1 1-1h5a1 1 0 0 1 .707 1.707l-5 5A1 1 0 0 1 16 22zM6 9a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1M6 14a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1", clipRule: "evenodd" })
10
- ] });
11
- export {
12
- SvgIconNotes as default
13
- };