@nimbus-ds/patterns 1.7.0-rc.4 → 1.7.0-rc.5
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.
- package/dist/index.d.ts +9 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +28 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -220,6 +220,8 @@
|
|
|
220
220
|
|
|
221
221
|
/*! ./Toolbar */
|
|
222
222
|
|
|
223
|
+
/*! ./TranslateContext */
|
|
224
|
+
|
|
223
225
|
/*! ./UnorderedList */
|
|
224
226
|
|
|
225
227
|
/*! ./Video */
|
|
@@ -236,6 +238,8 @@
|
|
|
236
238
|
|
|
237
239
|
/*! ./components */
|
|
238
240
|
|
|
241
|
+
/*! ./contexts */
|
|
242
|
+
|
|
239
243
|
/*! ./customAutoEmbedPlugin.definitions */
|
|
240
244
|
|
|
241
245
|
/*! ./customClear.definitions */
|
|
@@ -274,6 +278,8 @@
|
|
|
274
278
|
|
|
275
279
|
/*! ./toolbar.definitions */
|
|
276
280
|
|
|
281
|
+
/*! ./translateContext.definitions */
|
|
282
|
+
|
|
277
283
|
/*! ./useEditor */
|
|
278
284
|
|
|
279
285
|
/*! ./useEditor.definitions */
|
|
@@ -290,6 +296,8 @@
|
|
|
290
296
|
|
|
291
297
|
/*! ./useToolbar.definitions */
|
|
292
298
|
|
|
299
|
+
/*! ./useTranslate */
|
|
300
|
+
|
|
293
301
|
/*! ./youTubeNode.definitions */
|
|
294
302
|
|
|
295
303
|
/*! @floating-ui/react */
|
|
@@ -824,6 +832,10 @@
|
|
|
824
832
|
!*** ./src/components/Editor/src/components/Toolbar/index.ts ***!
|
|
825
833
|
\***************************************************************/
|
|
826
834
|
|
|
835
|
+
/*!***************************************************************!*\
|
|
836
|
+
!*** ./src/components/Editor/src/hooks/useTranslate/index.ts ***!
|
|
837
|
+
\***************************************************************/
|
|
838
|
+
|
|
827
839
|
/*!***************************************************************!*\
|
|
828
840
|
!*** ./src/components/FormField/src/formField.definitions.ts ***!
|
|
829
841
|
\***************************************************************/
|
|
@@ -1068,6 +1080,14 @@
|
|
|
1068
1080
|
!*** ./src/components/Calendar/src/components/Weekdays/Weekdays.tsx ***!
|
|
1069
1081
|
\**********************************************************************/
|
|
1070
1082
|
|
|
1083
|
+
/*!**********************************************************************!*\
|
|
1084
|
+
!*** ./src/components/Editor/src/contexts/TranslateContext/index.ts ***!
|
|
1085
|
+
\**********************************************************************/
|
|
1086
|
+
|
|
1087
|
+
/*!**********************************************************************!*\
|
|
1088
|
+
!*** ./src/components/Editor/src/hooks/useTranslate/useTranslate.ts ***!
|
|
1089
|
+
\**********************************************************************/
|
|
1090
|
+
|
|
1071
1091
|
/*!**********************************************************************!*\
|
|
1072
1092
|
!*** ./src/components/Menu/src/components/MenuFooter/MenuFooter.tsx ***!
|
|
1073
1093
|
\**********************************************************************/
|
|
@@ -1280,6 +1300,10 @@
|
|
|
1280
1300
|
!*** ./src/components/AppShell/src/components/AppShellHeader/AppShellHeader.tsx ***!
|
|
1281
1301
|
\**********************************************************************************/
|
|
1282
1302
|
|
|
1303
|
+
/*!**********************************************************************************!*\
|
|
1304
|
+
!*** ./src/components/Editor/src/contexts/TranslateContext/TranslateContext.tsx ***!
|
|
1305
|
+
\**********************************************************************************/
|
|
1306
|
+
|
|
1283
1307
|
/*!***********************************************************************************!*\
|
|
1284
1308
|
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/hooks/index.ts ***!
|
|
1285
1309
|
\***********************************************************************************/
|
|
@@ -1368,6 +1392,10 @@
|
|
|
1368
1392
|
!*** ./src/components/InteractiveList/src/components/InteractiveListCheckboxItem/index.ts ***!
|
|
1369
1393
|
\********************************************************************************************/
|
|
1370
1394
|
|
|
1395
|
+
/*!*********************************************************************************************!*\
|
|
1396
|
+
!*** ./src/components/Editor/src/contexts/TranslateContext/translateContext.definitions.ts ***!
|
|
1397
|
+
\*********************************************************************************************/
|
|
1398
|
+
|
|
1371
1399
|
/*!**********************************************************************************************!*\
|
|
1372
1400
|
!*** ./src/components/MenuButton/src/components/MenuButtonAccordion/MenuButtonAccordion.tsx ***!
|
|
1373
1401
|
\**********************************************************************************************/
|