@nimbus-ds/patterns 1.7.0-rc.3 → 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 +92 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/*! .. */
|
|
2
2
|
|
|
3
|
+
/*! ../../../../hooks */
|
|
4
|
+
|
|
3
5
|
/*! ../../FormField */
|
|
4
6
|
|
|
5
7
|
/*! ../../InteractiveList */
|
|
@@ -48,6 +50,8 @@
|
|
|
48
50
|
|
|
49
51
|
/*! ./CustomDay */
|
|
50
52
|
|
|
53
|
+
/*! ./CustomFloatingLinkEditor */
|
|
54
|
+
|
|
51
55
|
/*! ./CustomHeadingPlugin */
|
|
52
56
|
|
|
53
57
|
/*! ./CustomParagraphPlugin */
|
|
@@ -128,6 +132,8 @@
|
|
|
128
132
|
|
|
129
133
|
/*! ./LexicalAutoFocusPlugin.dev.js */
|
|
130
134
|
|
|
135
|
+
/*! ./LexicalAutoLinkPlugin.dev.js */
|
|
136
|
+
|
|
131
137
|
/*! ./LexicalBlockWithAlignableContents.dev.js */
|
|
132
138
|
|
|
133
139
|
/*! ./LexicalClipboard.dev.js */
|
|
@@ -204,6 +210,8 @@
|
|
|
204
210
|
|
|
205
211
|
/*! ./Placeholder */
|
|
206
212
|
|
|
213
|
+
/*! ./PopoverEditLink */
|
|
214
|
+
|
|
207
215
|
/*! ./ProductUpdates */
|
|
208
216
|
|
|
209
217
|
/*! ./SideModal */
|
|
@@ -212,6 +220,8 @@
|
|
|
212
220
|
|
|
213
221
|
/*! ./Toolbar */
|
|
214
222
|
|
|
223
|
+
/*! ./TranslateContext */
|
|
224
|
+
|
|
215
225
|
/*! ./UnorderedList */
|
|
216
226
|
|
|
217
227
|
/*! ./Video */
|
|
@@ -228,6 +238,8 @@
|
|
|
228
238
|
|
|
229
239
|
/*! ./components */
|
|
230
240
|
|
|
241
|
+
/*! ./contexts */
|
|
242
|
+
|
|
231
243
|
/*! ./customAutoEmbedPlugin.definitions */
|
|
232
244
|
|
|
233
245
|
/*! ./customClear.definitions */
|
|
@@ -238,6 +250,8 @@
|
|
|
238
250
|
|
|
239
251
|
/*! ./debounce */
|
|
240
252
|
|
|
253
|
+
/*! ./defaultPlugins.definitions */
|
|
254
|
+
|
|
241
255
|
/*! ./editor.definitions */
|
|
242
256
|
|
|
243
257
|
/*! ./editorContext.definitions */
|
|
@@ -264,12 +278,16 @@
|
|
|
264
278
|
|
|
265
279
|
/*! ./toolbar.definitions */
|
|
266
280
|
|
|
281
|
+
/*! ./translateContext.definitions */
|
|
282
|
+
|
|
267
283
|
/*! ./useEditor */
|
|
268
284
|
|
|
269
285
|
/*! ./useEditor.definitions */
|
|
270
286
|
|
|
271
287
|
/*! ./useEditorState */
|
|
272
288
|
|
|
289
|
+
/*! ./useFloatingLinkEditor */
|
|
290
|
+
|
|
273
291
|
/*! ./useLexicalEditable.dev.js */
|
|
274
292
|
|
|
275
293
|
/*! ./useLexicalNodeSelection.dev.js */
|
|
@@ -278,8 +296,12 @@
|
|
|
278
296
|
|
|
279
297
|
/*! ./useToolbar.definitions */
|
|
280
298
|
|
|
299
|
+
/*! ./useTranslate */
|
|
300
|
+
|
|
281
301
|
/*! ./youTubeNode.definitions */
|
|
282
302
|
|
|
303
|
+
/*! @floating-ui/react */
|
|
304
|
+
|
|
283
305
|
/*! @lexical/clipboard */
|
|
284
306
|
|
|
285
307
|
/*! @lexical/dragon */
|
|
@@ -296,6 +318,8 @@
|
|
|
296
318
|
|
|
297
319
|
/*! @lexical/react/LexicalAutoFocusPlugin */
|
|
298
320
|
|
|
321
|
+
/*! @lexical/react/LexicalAutoLinkPlugin */
|
|
322
|
+
|
|
299
323
|
/*! @lexical/react/LexicalBlockWithAlignableContents */
|
|
300
324
|
|
|
301
325
|
/*! @lexical/react/LexicalComposer */
|
|
@@ -420,6 +444,10 @@
|
|
|
420
444
|
!*** external "@nimbus-ds/styles" ***!
|
|
421
445
|
\************************************/
|
|
422
446
|
|
|
447
|
+
/*!*************************************!*\
|
|
448
|
+
!*** external "@floating-ui/react" ***!
|
|
449
|
+
\*************************************/
|
|
450
|
+
|
|
423
451
|
/*!****************************************!*\
|
|
424
452
|
!*** external "@nimbus-ds/components" ***!
|
|
425
453
|
\****************************************/
|
|
@@ -804,6 +832,10 @@
|
|
|
804
832
|
!*** ./src/components/Editor/src/components/Toolbar/index.ts ***!
|
|
805
833
|
\***************************************************************/
|
|
806
834
|
|
|
835
|
+
/*!***************************************************************!*\
|
|
836
|
+
!*** ./src/components/Editor/src/hooks/useTranslate/index.ts ***!
|
|
837
|
+
\***************************************************************/
|
|
838
|
+
|
|
807
839
|
/*!***************************************************************!*\
|
|
808
840
|
!*** ./src/components/FormField/src/formField.definitions.ts ***!
|
|
809
841
|
\***************************************************************/
|
|
@@ -880,6 +912,10 @@
|
|
|
880
912
|
!*** ./src/components/Menu/src/components/MenuSection/index.ts ***!
|
|
881
913
|
\*****************************************************************/
|
|
882
914
|
|
|
915
|
+
/*!******************************************************************!*\
|
|
916
|
+
!*** ../../node_modules/@lexical/react/LexicalAutoLinkPlugin.js ***!
|
|
917
|
+
\******************************************************************/
|
|
918
|
+
|
|
883
919
|
/*!******************************************************************!*\
|
|
884
920
|
!*** ../../node_modules/@lexical/react/LexicalLinkPlugin.dev.js ***!
|
|
885
921
|
\******************************************************************/
|
|
@@ -1020,6 +1056,10 @@
|
|
|
1020
1056
|
!*** ./src/components/Layout/src/components/LayoutSection/index.ts ***!
|
|
1021
1057
|
\*********************************************************************/
|
|
1022
1058
|
|
|
1059
|
+
/*!**********************************************************************!*\
|
|
1060
|
+
!*** ../../node_modules/@lexical/react/LexicalAutoLinkPlugin.dev.js ***!
|
|
1061
|
+
\**********************************************************************/
|
|
1062
|
+
|
|
1023
1063
|
/*!**********************************************************************!*\
|
|
1024
1064
|
!*** ../../node_modules/@lexical/react/LexicalDecoratorBlockNode.js ***!
|
|
1025
1065
|
\**********************************************************************/
|
|
@@ -1040,6 +1080,14 @@
|
|
|
1040
1080
|
!*** ./src/components/Calendar/src/components/Weekdays/Weekdays.tsx ***!
|
|
1041
1081
|
\**********************************************************************/
|
|
1042
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
|
+
|
|
1043
1091
|
/*!**********************************************************************!*\
|
|
1044
1092
|
!*** ./src/components/Menu/src/components/MenuFooter/MenuFooter.tsx ***!
|
|
1045
1093
|
\**********************************************************************/
|
|
@@ -1192,6 +1240,10 @@
|
|
|
1192
1240
|
!*** ./src/components/Editor/src/components/Toolbar/toolbar.definitions.ts ***!
|
|
1193
1241
|
\*****************************************************************************/
|
|
1194
1242
|
|
|
1243
|
+
/*!*****************************************************************************!*\
|
|
1244
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/index.ts ***!
|
|
1245
|
+
\*****************************************************************************/
|
|
1246
|
+
|
|
1195
1247
|
/*!*****************************************************************************!*\
|
|
1196
1248
|
!*** ./src/components/Editor/src/plugins/DefaultPlugins/DefaultPlugins.tsx ***!
|
|
1197
1249
|
\*****************************************************************************/
|
|
@@ -1248,6 +1300,14 @@
|
|
|
1248
1300
|
!*** ./src/components/AppShell/src/components/AppShellHeader/AppShellHeader.tsx ***!
|
|
1249
1301
|
\**********************************************************************************/
|
|
1250
1302
|
|
|
1303
|
+
/*!**********************************************************************************!*\
|
|
1304
|
+
!*** ./src/components/Editor/src/contexts/TranslateContext/TranslateContext.tsx ***!
|
|
1305
|
+
\**********************************************************************************/
|
|
1306
|
+
|
|
1307
|
+
/*!***********************************************************************************!*\
|
|
1308
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/hooks/index.ts ***!
|
|
1309
|
+
\***********************************************************************************/
|
|
1310
|
+
|
|
1251
1311
|
/*!***********************************************************************************!*\
|
|
1252
1312
|
!*** ./src/components/FormField/src/components/FormFieldInput/FormFieldInput.tsx ***!
|
|
1253
1313
|
\***********************************************************************************/
|
|
@@ -1288,6 +1348,14 @@
|
|
|
1288
1348
|
!*** ./src/components/Editor/src/plugins/CustomYouTubePlugin/CustomYouTubePlugin.tsx ***!
|
|
1289
1349
|
\***************************************************************************************/
|
|
1290
1350
|
|
|
1351
|
+
/*!****************************************************************************************!*\
|
|
1352
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/components/index.ts ***!
|
|
1353
|
+
\****************************************************************************************/
|
|
1354
|
+
|
|
1355
|
+
/*!****************************************************************************************!*\
|
|
1356
|
+
!*** ./src/components/Editor/src/plugins/DefaultPlugins/defaultPlugins.definitions.ts ***!
|
|
1357
|
+
\****************************************************************************************/
|
|
1358
|
+
|
|
1291
1359
|
/*!*****************************************************************************************!*\
|
|
1292
1360
|
!*** ./src/components/FormField/src/components/FormFieldTextarea/FormFieldTextarea.tsx ***!
|
|
1293
1361
|
\*****************************************************************************************/
|
|
@@ -1324,6 +1392,10 @@
|
|
|
1324
1392
|
!*** ./src/components/InteractiveList/src/components/InteractiveListCheckboxItem/index.ts ***!
|
|
1325
1393
|
\********************************************************************************************/
|
|
1326
1394
|
|
|
1395
|
+
/*!*********************************************************************************************!*\
|
|
1396
|
+
!*** ./src/components/Editor/src/contexts/TranslateContext/translateContext.definitions.ts ***!
|
|
1397
|
+
\*********************************************************************************************/
|
|
1398
|
+
|
|
1327
1399
|
/*!**********************************************************************************************!*\
|
|
1328
1400
|
!*** ./src/components/MenuButton/src/components/MenuButtonAccordion/MenuButtonAccordion.tsx ***!
|
|
1329
1401
|
\**********************************************************************************************/
|
|
@@ -1332,6 +1404,10 @@
|
|
|
1332
1404
|
!*** ./src/components/DataTable/src/components/DataTableBulkActions/DataTableBulkActions.tsx ***!
|
|
1333
1405
|
\***********************************************************************************************/
|
|
1334
1406
|
|
|
1407
|
+
/*!*************************************************************************************************!*\
|
|
1408
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/CustomFloatingLinkEditor.tsx ***!
|
|
1409
|
+
\*************************************************************************************************/
|
|
1410
|
+
|
|
1335
1411
|
/*!*************************************************************************************************!*\
|
|
1336
1412
|
!*** ./src/components/InteractiveList/src/components/InteractiveListRadioItemSkeleton/index.ts ***!
|
|
1337
1413
|
\*************************************************************************************************/
|
|
@@ -1368,6 +1444,14 @@
|
|
|
1368
1444
|
!*** ./src/components/Editor/src/plugins/CustomClearFormattingPlugin/CustomClearFormattingPlugin.ts ***!
|
|
1369
1445
|
\******************************************************************************************************/
|
|
1370
1446
|
|
|
1447
|
+
/*!********************************************************************************************************!*\
|
|
1448
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/components/PopoverEditLink/index.ts ***!
|
|
1449
|
+
\********************************************************************************************************/
|
|
1450
|
+
|
|
1451
|
+
/*!*********************************************************************************************************!*\
|
|
1452
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/hooks/useFloatingLinkEditor/index.ts ***!
|
|
1453
|
+
\*********************************************************************************************************/
|
|
1454
|
+
|
|
1371
1455
|
/*!*************************************************************************************************************!*\
|
|
1372
1456
|
!*** ./src/components/InteractiveList/src/components/InteractiveListRadioItem/InteractiveListRadioItem.tsx ***!
|
|
1373
1457
|
\*************************************************************************************************************/
|
|
@@ -1384,10 +1468,18 @@
|
|
|
1384
1468
|
!*** ./src/components/InteractiveList/src/components/InteractiveListToggleItem/InteractiveListToggleItem.tsx ***!
|
|
1385
1469
|
\***************************************************************************************************************/
|
|
1386
1470
|
|
|
1471
|
+
/*!*******************************************************************************************************************!*\
|
|
1472
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/components/PopoverEditLink/PopoverEditLink.tsx ***!
|
|
1473
|
+
\*******************************************************************************************************************/
|
|
1474
|
+
|
|
1387
1475
|
/*!*******************************************************************************************************************!*\
|
|
1388
1476
|
!*** ./src/components/InteractiveList/src/components/InteractiveListCheckboxItem/InteractiveListCheckboxItem.tsx ***!
|
|
1389
1477
|
\*******************************************************************************************************************/
|
|
1390
1478
|
|
|
1479
|
+
/*!**************************************************************************************************************************!*\
|
|
1480
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/hooks/useFloatingLinkEditor/useFloatingLinkEditor.tsx ***!
|
|
1481
|
+
\**************************************************************************************************************************/
|
|
1482
|
+
|
|
1391
1483
|
/*!*****************************************************************************************************************************!*\
|
|
1392
1484
|
!*** ./src/components/InteractiveList/src/components/InteractiveListRadioItemSkeleton/InteractiveListRadioItemSkeleton.tsx ***!
|
|
1393
1485
|
\*****************************************************************************************************************************/
|