@edifice.io/react 2.5.10-develop-b2school.20260218115154 → 2.5.10-develop-pedago.20260218134950

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 (120) hide show
  1. package/dist/_virtual/common.js +4 -0
  2. package/dist/_virtual/de_DE.js +4 -0
  3. package/dist/_virtual/de_DE2.js +4 -0
  4. package/dist/_virtual/de_DE3.js +4 -0
  5. package/dist/_virtual/de_DE4.js +4 -0
  6. package/dist/_virtual/de_DE5.js +4 -0
  7. package/dist/_virtual/de_DE6.js +4 -0
  8. package/dist/_virtual/defineProperty.js +4 -0
  9. package/dist/_virtual/es_ES.js +4 -0
  10. package/dist/_virtual/es_ES2.js +4 -0
  11. package/dist/_virtual/es_ES3.js +4 -0
  12. package/dist/_virtual/es_ES4.js +4 -0
  13. package/dist/_virtual/es_ES5.js +4 -0
  14. package/dist/_virtual/es_ES6.js +4 -0
  15. package/dist/_virtual/fr_FR.js +4 -0
  16. package/dist/_virtual/fr_FR2.js +4 -0
  17. package/dist/_virtual/fr_FR3.js +4 -0
  18. package/dist/_virtual/fr_FR4.js +4 -0
  19. package/dist/_virtual/fr_FR5.js +4 -0
  20. package/dist/_virtual/fr_FR6.js +4 -0
  21. package/dist/_virtual/interopRequireDefault.js +4 -0
  22. package/dist/_virtual/it_IT.js +4 -0
  23. package/dist/_virtual/it_IT2.js +4 -0
  24. package/dist/_virtual/it_IT3.js +4 -0
  25. package/dist/_virtual/it_IT4.js +4 -0
  26. package/dist/_virtual/it_IT5.js +4 -0
  27. package/dist/_virtual/it_IT6.js +4 -0
  28. package/dist/_virtual/objectSpread2.js +4 -0
  29. package/dist/_virtual/pt_PT.js +4 -0
  30. package/dist/_virtual/pt_PT2.js +4 -0
  31. package/dist/_virtual/pt_PT3.js +4 -0
  32. package/dist/_virtual/pt_PT4.js +4 -0
  33. package/dist/_virtual/pt_PT5.js +4 -0
  34. package/dist/_virtual/pt_PT6.js +4 -0
  35. package/dist/_virtual/toPrimitive.js +4 -0
  36. package/dist/_virtual/toPropertyKey.js +4 -0
  37. package/dist/_virtual/typeof.js +4 -0
  38. package/dist/components/AddAttachments/AddAttachments.d.ts +21 -0
  39. package/dist/components/AddAttachments/AddAttachments.js +75 -0
  40. package/dist/components/AddAttachments/components/AddAttachmentToWorkspaceModal.d.ts +9 -0
  41. package/dist/components/AddAttachments/components/AddAttachmentToWorkspaceModal.js +41 -0
  42. package/dist/components/AddAttachments/components/SingleAttachment.d.ts +13 -0
  43. package/dist/components/AddAttachments/components/SingleAttachment.js +27 -0
  44. package/dist/components/AddAttachments/hooks/useFileToAttachment.d.ts +3 -0
  45. package/dist/components/AddAttachments/hooks/useFileToAttachment.js +16 -0
  46. package/dist/components/AddAttachments/index.d.ts +2 -0
  47. package/dist/components/AddAttachments/models/attachment.d.ts +10 -0
  48. package/dist/components/Badge/Badge.js +1 -10
  49. package/dist/components/Layout/components/WidgetApps.js +2 -2
  50. package/dist/components/MediaViewer/PdfViewer.js +4 -14
  51. package/dist/components/index.d.ts +1 -0
  52. package/dist/hooks/useBrowserInfo/useBrowserInfo.d.ts +3 -4
  53. package/dist/hooks/useBrowserInfo/useBrowserInfo.js +1 -1
  54. package/dist/hooks/useConf/useConf.d.ts +1 -1
  55. package/dist/hooks/usePreferences/usePreferences.d.ts +3 -3
  56. package/dist/hooks/useSession/useSession.d.ts +1 -1
  57. package/dist/hooks/useToast/useToast.js +5 -5
  58. package/dist/icons.js +302 -298
  59. package/dist/index.js +4 -0
  60. package/dist/modules/icons/components/IconCollect.d.ts +7 -0
  61. package/dist/modules/icons/components/IconCollect.js +12 -0
  62. package/dist/modules/icons/components/IconSubmission.d.ts +7 -0
  63. package/dist/modules/icons/components/IconSubmission.js +12 -0
  64. package/dist/modules/icons/components/index.d.ts +2 -0
  65. package/dist/modules/modals/OnboardingModal/OnboardingModal.d.ts +2 -28
  66. package/dist/modules/modals/OnboardingModal/OnboardingModal.js +7 -11
  67. package/dist/modules/modals/OnboardingModal/useOnboardingModal.d.ts +1 -4
  68. package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +17 -24
  69. package/dist/modules/modals/ResourceModal/ResourceModal.d.ts +1 -1
  70. package/dist/modules/modals/ResourceModal/hooks/useUpdateMutation.d.ts +1 -1
  71. package/dist/modules/modals/ShareModal/ShareResources.d.ts +1 -1
  72. package/dist/modules/modals/ShareModal/apps/ShareBlog.d.ts +1 -1
  73. package/dist/modules/modals/ShareModal/hooks/useShareMutation.d.ts +1 -1
  74. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/defineProperty.js +18 -0
  75. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js +13 -0
  76. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js +31 -0
  77. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/toPrimitive.js +20 -0
  78. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/toPropertyKey.js +15 -0
  79. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/typeof.js +16 -0
  80. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/de_DE.js +11 -0
  81. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/es_ES.js +11 -0
  82. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/fr_FR.js +11 -0
  83. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/it_IT.js +11 -0
  84. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/pt_PT.js +11 -0
  85. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/de_DE.js +22 -0
  86. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/es_ES.js +22 -0
  87. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/fr_FR.js +27 -0
  88. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/it_IT.js +20 -0
  89. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/pt_PT.js +45 -0
  90. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/de_DE.js +145 -0
  91. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/es_ES.js +145 -0
  92. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/fr_FR.js +144 -0
  93. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/it_IT.js +156 -0
  94. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/pt_PT.js +158 -0
  95. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/de_DE.js +10 -0
  96. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/es_ES.js +10 -0
  97. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/fr_FR.js +10 -0
  98. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/it_IT.js +10 -0
  99. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/pt_PT.js +10 -0
  100. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/de_DE.js +8 -0
  101. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/es_ES.js +8 -0
  102. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/fr_FR.js +8 -0
  103. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/it_IT.js +8 -0
  104. package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/pt_PT.js +8 -0
  105. package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/de_DE.js +21 -0
  106. package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/es_ES.js +21 -0
  107. package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/fr_FR.js +21 -0
  108. package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/it_IT.js +21 -0
  109. package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/pt_PT.js +21 -0
  110. package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/common.js +14 -0
  111. package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/de_DE.js +37 -0
  112. package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/es_ES.js +37 -0
  113. package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/fr_FR.js +38 -0
  114. package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/it_IT.js +37 -0
  115. package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/pt_PT.js +39 -0
  116. package/dist/providers/AntThemeProvider/AntProvider.js +5 -5
  117. package/dist/providers/EdificeClientProvider/EdificeClientProvider.context.d.ts +1 -1
  118. package/dist/types/color.d.ts +3 -0
  119. package/dist/utilities/react-query/react-query-utils.d.ts +1 -1
  120. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/react",
3
- "version": "2.5.10-develop-b2school.20260218115154",
3
+ "version": "2.5.10-develop-pedago.20260218134950",
4
4
  "description": "Edifice React Library",
5
5
  "keywords": [
6
6
  "react",
@@ -135,9 +135,9 @@
135
135
  "swiper": "^10.1.0",
136
136
  "ua-parser-js": "^1.0.36",
137
137
  "react-pdf": "10.2.0",
138
- "@edifice.io/bootstrap": "2.5.10-develop-b2school.20260218115154",
139
- "@edifice.io/tiptap-extensions": "2.5.10-develop-b2school.20260218115154",
140
- "@edifice.io/utilities": "2.5.10-develop-b2school.20260218115154"
138
+ "@edifice.io/bootstrap": "2.5.10-develop-pedago.20260218134950",
139
+ "@edifice.io/tiptap-extensions": "2.5.10-develop-pedago.20260218134950",
140
+ "@edifice.io/utilities": "2.5.10-develop-pedago.20260218134950"
141
141
  },
142
142
  "devDependencies": {
143
143
  "@babel/plugin-transform-react-pure-annotations": "^7.23.3",
@@ -168,8 +168,8 @@
168
168
  "vite": "^5.4.11",
169
169
  "vite-plugin-dts": "^4.1.0",
170
170
  "vite-tsconfig-paths": "^5.0.1",
171
- "@edifice.io/client": "2.5.10-develop-b2school.20260218115154",
172
- "@edifice.io/config": "2.5.10-develop-b2school.20260218115154"
171
+ "@edifice.io/client": "2.5.10-develop-pedago.20260218134950",
172
+ "@edifice.io/config": "2.5.10-develop-pedago.20260218134950"
173
173
  },
174
174
  "peerDependencies": {
175
175
  "@react-spring/web": "^9.7.5",