@nimbus-ds/patterns 1.7.0-rc.3 → 1.7.0-rc.4
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.js +1 -1
- package/dist/index.js.LICENSE.txt +64 -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 */
|
|
@@ -238,6 +246,8 @@
|
|
|
238
246
|
|
|
239
247
|
/*! ./debounce */
|
|
240
248
|
|
|
249
|
+
/*! ./defaultPlugins.definitions */
|
|
250
|
+
|
|
241
251
|
/*! ./editor.definitions */
|
|
242
252
|
|
|
243
253
|
/*! ./editorContext.definitions */
|
|
@@ -270,6 +280,8 @@
|
|
|
270
280
|
|
|
271
281
|
/*! ./useEditorState */
|
|
272
282
|
|
|
283
|
+
/*! ./useFloatingLinkEditor */
|
|
284
|
+
|
|
273
285
|
/*! ./useLexicalEditable.dev.js */
|
|
274
286
|
|
|
275
287
|
/*! ./useLexicalNodeSelection.dev.js */
|
|
@@ -280,6 +292,8 @@
|
|
|
280
292
|
|
|
281
293
|
/*! ./youTubeNode.definitions */
|
|
282
294
|
|
|
295
|
+
/*! @floating-ui/react */
|
|
296
|
+
|
|
283
297
|
/*! @lexical/clipboard */
|
|
284
298
|
|
|
285
299
|
/*! @lexical/dragon */
|
|
@@ -296,6 +310,8 @@
|
|
|
296
310
|
|
|
297
311
|
/*! @lexical/react/LexicalAutoFocusPlugin */
|
|
298
312
|
|
|
313
|
+
/*! @lexical/react/LexicalAutoLinkPlugin */
|
|
314
|
+
|
|
299
315
|
/*! @lexical/react/LexicalBlockWithAlignableContents */
|
|
300
316
|
|
|
301
317
|
/*! @lexical/react/LexicalComposer */
|
|
@@ -420,6 +436,10 @@
|
|
|
420
436
|
!*** external "@nimbus-ds/styles" ***!
|
|
421
437
|
\************************************/
|
|
422
438
|
|
|
439
|
+
/*!*************************************!*\
|
|
440
|
+
!*** external "@floating-ui/react" ***!
|
|
441
|
+
\*************************************/
|
|
442
|
+
|
|
423
443
|
/*!****************************************!*\
|
|
424
444
|
!*** external "@nimbus-ds/components" ***!
|
|
425
445
|
\****************************************/
|
|
@@ -880,6 +900,10 @@
|
|
|
880
900
|
!*** ./src/components/Menu/src/components/MenuSection/index.ts ***!
|
|
881
901
|
\*****************************************************************/
|
|
882
902
|
|
|
903
|
+
/*!******************************************************************!*\
|
|
904
|
+
!*** ../../node_modules/@lexical/react/LexicalAutoLinkPlugin.js ***!
|
|
905
|
+
\******************************************************************/
|
|
906
|
+
|
|
883
907
|
/*!******************************************************************!*\
|
|
884
908
|
!*** ../../node_modules/@lexical/react/LexicalLinkPlugin.dev.js ***!
|
|
885
909
|
\******************************************************************/
|
|
@@ -1020,6 +1044,10 @@
|
|
|
1020
1044
|
!*** ./src/components/Layout/src/components/LayoutSection/index.ts ***!
|
|
1021
1045
|
\*********************************************************************/
|
|
1022
1046
|
|
|
1047
|
+
/*!**********************************************************************!*\
|
|
1048
|
+
!*** ../../node_modules/@lexical/react/LexicalAutoLinkPlugin.dev.js ***!
|
|
1049
|
+
\**********************************************************************/
|
|
1050
|
+
|
|
1023
1051
|
/*!**********************************************************************!*\
|
|
1024
1052
|
!*** ../../node_modules/@lexical/react/LexicalDecoratorBlockNode.js ***!
|
|
1025
1053
|
\**********************************************************************/
|
|
@@ -1192,6 +1220,10 @@
|
|
|
1192
1220
|
!*** ./src/components/Editor/src/components/Toolbar/toolbar.definitions.ts ***!
|
|
1193
1221
|
\*****************************************************************************/
|
|
1194
1222
|
|
|
1223
|
+
/*!*****************************************************************************!*\
|
|
1224
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/index.ts ***!
|
|
1225
|
+
\*****************************************************************************/
|
|
1226
|
+
|
|
1195
1227
|
/*!*****************************************************************************!*\
|
|
1196
1228
|
!*** ./src/components/Editor/src/plugins/DefaultPlugins/DefaultPlugins.tsx ***!
|
|
1197
1229
|
\*****************************************************************************/
|
|
@@ -1248,6 +1280,10 @@
|
|
|
1248
1280
|
!*** ./src/components/AppShell/src/components/AppShellHeader/AppShellHeader.tsx ***!
|
|
1249
1281
|
\**********************************************************************************/
|
|
1250
1282
|
|
|
1283
|
+
/*!***********************************************************************************!*\
|
|
1284
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/hooks/index.ts ***!
|
|
1285
|
+
\***********************************************************************************/
|
|
1286
|
+
|
|
1251
1287
|
/*!***********************************************************************************!*\
|
|
1252
1288
|
!*** ./src/components/FormField/src/components/FormFieldInput/FormFieldInput.tsx ***!
|
|
1253
1289
|
\***********************************************************************************/
|
|
@@ -1288,6 +1324,14 @@
|
|
|
1288
1324
|
!*** ./src/components/Editor/src/plugins/CustomYouTubePlugin/CustomYouTubePlugin.tsx ***!
|
|
1289
1325
|
\***************************************************************************************/
|
|
1290
1326
|
|
|
1327
|
+
/*!****************************************************************************************!*\
|
|
1328
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/components/index.ts ***!
|
|
1329
|
+
\****************************************************************************************/
|
|
1330
|
+
|
|
1331
|
+
/*!****************************************************************************************!*\
|
|
1332
|
+
!*** ./src/components/Editor/src/plugins/DefaultPlugins/defaultPlugins.definitions.ts ***!
|
|
1333
|
+
\****************************************************************************************/
|
|
1334
|
+
|
|
1291
1335
|
/*!*****************************************************************************************!*\
|
|
1292
1336
|
!*** ./src/components/FormField/src/components/FormFieldTextarea/FormFieldTextarea.tsx ***!
|
|
1293
1337
|
\*****************************************************************************************/
|
|
@@ -1332,6 +1376,10 @@
|
|
|
1332
1376
|
!*** ./src/components/DataTable/src/components/DataTableBulkActions/DataTableBulkActions.tsx ***!
|
|
1333
1377
|
\***********************************************************************************************/
|
|
1334
1378
|
|
|
1379
|
+
/*!*************************************************************************************************!*\
|
|
1380
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/CustomFloatingLinkEditor.tsx ***!
|
|
1381
|
+
\*************************************************************************************************/
|
|
1382
|
+
|
|
1335
1383
|
/*!*************************************************************************************************!*\
|
|
1336
1384
|
!*** ./src/components/InteractiveList/src/components/InteractiveListRadioItemSkeleton/index.ts ***!
|
|
1337
1385
|
\*************************************************************************************************/
|
|
@@ -1368,6 +1416,14 @@
|
|
|
1368
1416
|
!*** ./src/components/Editor/src/plugins/CustomClearFormattingPlugin/CustomClearFormattingPlugin.ts ***!
|
|
1369
1417
|
\******************************************************************************************************/
|
|
1370
1418
|
|
|
1419
|
+
/*!********************************************************************************************************!*\
|
|
1420
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/components/PopoverEditLink/index.ts ***!
|
|
1421
|
+
\********************************************************************************************************/
|
|
1422
|
+
|
|
1423
|
+
/*!*********************************************************************************************************!*\
|
|
1424
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/hooks/useFloatingLinkEditor/index.ts ***!
|
|
1425
|
+
\*********************************************************************************************************/
|
|
1426
|
+
|
|
1371
1427
|
/*!*************************************************************************************************************!*\
|
|
1372
1428
|
!*** ./src/components/InteractiveList/src/components/InteractiveListRadioItem/InteractiveListRadioItem.tsx ***!
|
|
1373
1429
|
\*************************************************************************************************************/
|
|
@@ -1384,10 +1440,18 @@
|
|
|
1384
1440
|
!*** ./src/components/InteractiveList/src/components/InteractiveListToggleItem/InteractiveListToggleItem.tsx ***!
|
|
1385
1441
|
\***************************************************************************************************************/
|
|
1386
1442
|
|
|
1443
|
+
/*!*******************************************************************************************************************!*\
|
|
1444
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/components/PopoverEditLink/PopoverEditLink.tsx ***!
|
|
1445
|
+
\*******************************************************************************************************************/
|
|
1446
|
+
|
|
1387
1447
|
/*!*******************************************************************************************************************!*\
|
|
1388
1448
|
!*** ./src/components/InteractiveList/src/components/InteractiveListCheckboxItem/InteractiveListCheckboxItem.tsx ***!
|
|
1389
1449
|
\*******************************************************************************************************************/
|
|
1390
1450
|
|
|
1451
|
+
/*!**************************************************************************************************************************!*\
|
|
1452
|
+
!*** ./src/components/Editor/src/plugins/CustomFloatingLinkEditor/hooks/useFloatingLinkEditor/useFloatingLinkEditor.tsx ***!
|
|
1453
|
+
\**************************************************************************************************************************/
|
|
1454
|
+
|
|
1391
1455
|
/*!*****************************************************************************************************************************!*\
|
|
1392
1456
|
!*** ./src/components/InteractiveList/src/components/InteractiveListRadioItemSkeleton/InteractiveListRadioItemSkeleton.tsx ***!
|
|
1393
1457
|
\*****************************************************************************************************************************/
|