@nimbus-ds/patterns 1.7.0-rc.1 → 1.7.0-rc.3
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 +106 -0
- package/dist/index.js.map +1 -1
- package/package.json +7 -5
|
@@ -18,6 +18,10 @@
|
|
|
18
18
|
|
|
19
19
|
/*! ../../interactiveList.definitions */
|
|
20
20
|
|
|
21
|
+
/*! ../../nodes */
|
|
22
|
+
|
|
23
|
+
/*! ../../plugins */
|
|
24
|
+
|
|
21
25
|
/*! ../../utils */
|
|
22
26
|
|
|
23
27
|
/*! ../Button */
|
|
@@ -36,6 +40,8 @@
|
|
|
36
40
|
|
|
37
41
|
/*! ./ClearFormatting */
|
|
38
42
|
|
|
43
|
+
/*! ./CustomAutoEmbedPlugin */
|
|
44
|
+
|
|
39
45
|
/*! ./CustomCaptionLabel */
|
|
40
46
|
|
|
41
47
|
/*! ./CustomClearFormattingPlugin */
|
|
@@ -46,6 +52,8 @@
|
|
|
46
52
|
|
|
47
53
|
/*! ./CustomParagraphPlugin */
|
|
48
54
|
|
|
55
|
+
/*! ./CustomYouTubePlugin */
|
|
56
|
+
|
|
49
57
|
/*! ./DataList */
|
|
50
58
|
|
|
51
59
|
/*! ./DataListRow */
|
|
@@ -116,8 +124,12 @@
|
|
|
116
124
|
|
|
117
125
|
/*! ./LayoutSection */
|
|
118
126
|
|
|
127
|
+
/*! ./LexicalAutoEmbedPlugin.dev.js */
|
|
128
|
+
|
|
119
129
|
/*! ./LexicalAutoFocusPlugin.dev.js */
|
|
120
130
|
|
|
131
|
+
/*! ./LexicalBlockWithAlignableContents.dev.js */
|
|
132
|
+
|
|
121
133
|
/*! ./LexicalClipboard.dev.js */
|
|
122
134
|
|
|
123
135
|
/*! ./LexicalComposer.dev.js */
|
|
@@ -146,6 +158,8 @@
|
|
|
146
158
|
|
|
147
159
|
/*! ./LexicalListPlugin.dev.js */
|
|
148
160
|
|
|
161
|
+
/*! ./LexicalNodeMenuPlugin.dev.js */
|
|
162
|
+
|
|
149
163
|
/*! ./LexicalOnChangePlugin.dev.js */
|
|
150
164
|
|
|
151
165
|
/*! ./LexicalRichText.dev.js */
|
|
@@ -206,18 +220,24 @@
|
|
|
206
220
|
|
|
207
221
|
/*! ./Wrapper */
|
|
208
222
|
|
|
223
|
+
/*! ./YouTubeNode */
|
|
224
|
+
|
|
209
225
|
/*! ./actions */
|
|
210
226
|
|
|
211
227
|
/*! ./calloutCard.definitions */
|
|
212
228
|
|
|
213
229
|
/*! ./components */
|
|
214
230
|
|
|
231
|
+
/*! ./customAutoEmbedPlugin.definitions */
|
|
232
|
+
|
|
215
233
|
/*! ./customClear.definitions */
|
|
216
234
|
|
|
217
235
|
/*! ./customCommands */
|
|
218
236
|
|
|
219
237
|
/*! ./dataListRow.definitions */
|
|
220
238
|
|
|
239
|
+
/*! ./debounce */
|
|
240
|
+
|
|
221
241
|
/*! ./editor.definitions */
|
|
222
242
|
|
|
223
243
|
/*! ./editorContext.definitions */
|
|
@@ -236,6 +256,8 @@
|
|
|
236
256
|
|
|
237
257
|
/*! ./link.definitions */
|
|
238
258
|
|
|
259
|
+
/*! ./nodes */
|
|
260
|
+
|
|
239
261
|
/*! ./plugins */
|
|
240
262
|
|
|
241
263
|
/*! ./thumbnailWithAction.definitions */
|
|
@@ -250,10 +272,14 @@
|
|
|
250
272
|
|
|
251
273
|
/*! ./useLexicalEditable.dev.js */
|
|
252
274
|
|
|
275
|
+
/*! ./useLexicalNodeSelection.dev.js */
|
|
276
|
+
|
|
253
277
|
/*! ./useToolbar */
|
|
254
278
|
|
|
255
279
|
/*! ./useToolbar.definitions */
|
|
256
280
|
|
|
281
|
+
/*! ./youTubeNode.definitions */
|
|
282
|
+
|
|
257
283
|
/*! @lexical/clipboard */
|
|
258
284
|
|
|
259
285
|
/*! @lexical/dragon */
|
|
@@ -266,8 +292,12 @@
|
|
|
266
292
|
|
|
267
293
|
/*! @lexical/list */
|
|
268
294
|
|
|
295
|
+
/*! @lexical/react/LexicalAutoEmbedPlugin */
|
|
296
|
+
|
|
269
297
|
/*! @lexical/react/LexicalAutoFocusPlugin */
|
|
270
298
|
|
|
299
|
+
/*! @lexical/react/LexicalBlockWithAlignableContents */
|
|
300
|
+
|
|
271
301
|
/*! @lexical/react/LexicalComposer */
|
|
272
302
|
|
|
273
303
|
/*! @lexical/react/LexicalComposerContext */
|
|
@@ -284,6 +314,8 @@
|
|
|
284
314
|
|
|
285
315
|
/*! @lexical/react/LexicalListPlugin */
|
|
286
316
|
|
|
317
|
+
/*! @lexical/react/LexicalNodeMenuPlugin */
|
|
318
|
+
|
|
287
319
|
/*! @lexical/react/LexicalOnChangePlugin */
|
|
288
320
|
|
|
289
321
|
/*! @lexical/react/LexicalRichTextPlugin */
|
|
@@ -292,6 +324,8 @@
|
|
|
292
324
|
|
|
293
325
|
/*! @lexical/react/useLexicalEditable */
|
|
294
326
|
|
|
327
|
+
/*! @lexical/react/useLexicalNodeSelection */
|
|
328
|
+
|
|
295
329
|
/*! @lexical/rich-text */
|
|
296
330
|
|
|
297
331
|
/*! @lexical/selection */
|
|
@@ -486,6 +520,10 @@
|
|
|
486
520
|
!*** ./src/components/Editor/src/hooks/index.ts ***!
|
|
487
521
|
\**************************************************/
|
|
488
522
|
|
|
523
|
+
/*!**************************************************!*\
|
|
524
|
+
!*** ./src/components/Editor/src/nodes/index.ts ***!
|
|
525
|
+
\**************************************************/
|
|
526
|
+
|
|
489
527
|
/*!**************************************************!*\
|
|
490
528
|
!*** ./src/components/Editor/src/utils/index.ts ***!
|
|
491
529
|
\**************************************************/
|
|
@@ -530,6 +568,10 @@
|
|
|
530
568
|
!*** ./src/components/Editor/src/contexts/index.ts ***!
|
|
531
569
|
\*****************************************************/
|
|
532
570
|
|
|
571
|
+
/*!*****************************************************!*\
|
|
572
|
+
!*** ./src/components/Editor/src/utils/debounce.ts ***!
|
|
573
|
+
\*****************************************************/
|
|
574
|
+
|
|
533
575
|
/*!*****************************************************!*\
|
|
534
576
|
!*** ./src/components/InteractiveList/src/index.ts ***!
|
|
535
577
|
\*****************************************************/
|
|
@@ -726,6 +768,10 @@
|
|
|
726
768
|
!*** ./src/components/Editor/src/components/Button/index.ts ***!
|
|
727
769
|
\**************************************************************/
|
|
728
770
|
|
|
771
|
+
/*!**************************************************************!*\
|
|
772
|
+
!*** ./src/components/Editor/src/nodes/YouTubeNode/index.ts ***!
|
|
773
|
+
\**************************************************************/
|
|
774
|
+
|
|
729
775
|
/*!**************************************************************!*\
|
|
730
776
|
!*** ./src/components/Menu/src/components/MenuBody/index.ts ***!
|
|
731
777
|
\**************************************************************/
|
|
@@ -842,6 +888,10 @@
|
|
|
842
888
|
!*** ../../node_modules/@lexical/react/LexicalListPlugin.dev.js ***!
|
|
843
889
|
\******************************************************************/
|
|
844
890
|
|
|
891
|
+
/*!******************************************************************!*\
|
|
892
|
+
!*** ../../node_modules/@lexical/react/LexicalNodeMenuPlugin.js ***!
|
|
893
|
+
\******************************************************************/
|
|
894
|
+
|
|
845
895
|
/*!******************************************************************!*\
|
|
846
896
|
!*** ../../node_modules/@lexical/react/LexicalOnChangePlugin.js ***!
|
|
847
897
|
\******************************************************************/
|
|
@@ -878,6 +928,10 @@
|
|
|
878
928
|
!*** ./src/components/Page/src/components/PageBody/PageBody.tsx ***!
|
|
879
929
|
\******************************************************************/
|
|
880
930
|
|
|
931
|
+
/*!*******************************************************************!*\
|
|
932
|
+
!*** ../../node_modules/@lexical/react/LexicalAutoEmbedPlugin.js ***!
|
|
933
|
+
\*******************************************************************/
|
|
934
|
+
|
|
881
935
|
/*!*******************************************************************!*\
|
|
882
936
|
!*** ../../node_modules/@lexical/react/LexicalAutoFocusPlugin.js ***!
|
|
883
937
|
\*******************************************************************/
|
|
@@ -914,6 +968,10 @@
|
|
|
914
968
|
!*** ./src/components/Editor/src/plugins/DefaultPlugins/index.ts ***!
|
|
915
969
|
\*******************************************************************/
|
|
916
970
|
|
|
971
|
+
/*!********************************************************************!*\
|
|
972
|
+
!*** ../../node_modules/@lexical/react/useLexicalNodeSelection.js ***!
|
|
973
|
+
\********************************************************************/
|
|
974
|
+
|
|
917
975
|
/*!********************************************************************!*\
|
|
918
976
|
!*** ../../node_modules/@lexical/rich-text/LexicalRichText.dev.js ***!
|
|
919
977
|
\********************************************************************/
|
|
@@ -954,6 +1012,10 @@
|
|
|
954
1012
|
!*** ./src/components/DataList/src/components/DataListRow/index.ts ***!
|
|
955
1013
|
\*********************************************************************/
|
|
956
1014
|
|
|
1015
|
+
/*!*********************************************************************!*\
|
|
1016
|
+
!*** ./src/components/Editor/src/nodes/YouTubeNode/YouTubeNode.tsx ***!
|
|
1017
|
+
\*********************************************************************/
|
|
1018
|
+
|
|
957
1019
|
/*!*********************************************************************!*\
|
|
958
1020
|
!*** ./src/components/Layout/src/components/LayoutSection/index.ts ***!
|
|
959
1021
|
\*********************************************************************/
|
|
@@ -962,6 +1024,10 @@
|
|
|
962
1024
|
!*** ../../node_modules/@lexical/react/LexicalDecoratorBlockNode.js ***!
|
|
963
1025
|
\**********************************************************************/
|
|
964
1026
|
|
|
1027
|
+
/*!**********************************************************************!*\
|
|
1028
|
+
!*** ../../node_modules/@lexical/react/LexicalNodeMenuPlugin.dev.js ***!
|
|
1029
|
+
\**********************************************************************/
|
|
1030
|
+
|
|
965
1031
|
/*!**********************************************************************!*\
|
|
966
1032
|
!*** ../../node_modules/@lexical/react/LexicalOnChangePlugin.dev.js ***!
|
|
967
1033
|
\**********************************************************************/
|
|
@@ -986,6 +1052,10 @@
|
|
|
986
1052
|
!*** ./src/components/Page/src/components/PageHeader/PageHeader.tsx ***!
|
|
987
1053
|
\**********************************************************************/
|
|
988
1054
|
|
|
1055
|
+
/*!***********************************************************************!*\
|
|
1056
|
+
!*** ../../node_modules/@lexical/react/LexicalAutoEmbedPlugin.dev.js ***!
|
|
1057
|
+
\***********************************************************************/
|
|
1058
|
+
|
|
989
1059
|
/*!***********************************************************************!*\
|
|
990
1060
|
!*** ../../node_modules/@lexical/react/LexicalAutoFocusPlugin.dev.js ***!
|
|
991
1061
|
\***********************************************************************/
|
|
@@ -1010,6 +1080,10 @@
|
|
|
1010
1080
|
!*** ../../node_modules/@lexical/react/LexicalTabIndentationPlugin.js ***!
|
|
1011
1081
|
\************************************************************************/
|
|
1012
1082
|
|
|
1083
|
+
/*!************************************************************************!*\
|
|
1084
|
+
!*** ../../node_modules/@lexical/react/useLexicalNodeSelection.dev.js ***!
|
|
1085
|
+
\************************************************************************/
|
|
1086
|
+
|
|
1013
1087
|
/*!************************************************************************!*\
|
|
1014
1088
|
!*** ./src/components/AppShell/src/components/AppShellHeader/index.ts ***!
|
|
1015
1089
|
\************************************************************************/
|
|
@@ -1030,6 +1104,10 @@
|
|
|
1030
1104
|
!*** ./src/components/Editor/src/plugins/CustomHeadingPlugin/index.ts ***!
|
|
1031
1105
|
\************************************************************************/
|
|
1032
1106
|
|
|
1107
|
+
/*!************************************************************************!*\
|
|
1108
|
+
!*** ./src/components/Editor/src/plugins/CustomYouTubePlugin/index.ts ***!
|
|
1109
|
+
\************************************************************************/
|
|
1110
|
+
|
|
1033
1111
|
/*!************************************************************************!*\
|
|
1034
1112
|
!*** ./src/components/Menu/src/components/MenuSection/MenuSection.tsx ***!
|
|
1035
1113
|
\************************************************************************/
|
|
@@ -1062,6 +1140,10 @@
|
|
|
1062
1140
|
!*** ./src/components/Editor/src/hooks/useEditorState/useEditorState.ts ***!
|
|
1063
1141
|
\**************************************************************************/
|
|
1064
1142
|
|
|
1143
|
+
/*!**************************************************************************!*\
|
|
1144
|
+
!*** ./src/components/Editor/src/plugins/CustomAutoEmbedPlugin/index.ts ***!
|
|
1145
|
+
\**************************************************************************/
|
|
1146
|
+
|
|
1065
1147
|
/*!**************************************************************************!*\
|
|
1066
1148
|
!*** ./src/components/Editor/src/plugins/CustomParagraphPlugin/index.ts ***!
|
|
1067
1149
|
\**************************************************************************/
|
|
@@ -1114,6 +1196,10 @@
|
|
|
1114
1196
|
!*** ./src/components/Editor/src/plugins/DefaultPlugins/DefaultPlugins.tsx ***!
|
|
1115
1197
|
\*****************************************************************************/
|
|
1116
1198
|
|
|
1199
|
+
/*!******************************************************************************!*\
|
|
1200
|
+
!*** ../../node_modules/@lexical/react/LexicalBlockWithAlignableContents.js ***!
|
|
1201
|
+
\******************************************************************************/
|
|
1202
|
+
|
|
1117
1203
|
/*!******************************************************************************!*\
|
|
1118
1204
|
!*** ./src/components/Editor/src/hooks/useToolbar/useToolbar.definitions.ts ***!
|
|
1119
1205
|
\******************************************************************************/
|
|
@@ -1138,6 +1224,10 @@
|
|
|
1138
1224
|
!*** ./src/components/MenuButton/src/components/MenuButtonAccordion/index.ts ***!
|
|
1139
1225
|
\*******************************************************************************/
|
|
1140
1226
|
|
|
1227
|
+
/*!********************************************************************************!*\
|
|
1228
|
+
!*** ./src/components/Editor/src/nodes/YouTubeNode/youTubeNode.definitions.ts ***!
|
|
1229
|
+
\********************************************************************************/
|
|
1230
|
+
|
|
1141
1231
|
/*!********************************************************************************!*\
|
|
1142
1232
|
!*** ./src/components/Editor/src/plugins/CustomClearFormattingPlugin/index.ts ***!
|
|
1143
1233
|
\********************************************************************************/
|
|
@@ -1150,6 +1240,10 @@
|
|
|
1150
1240
|
!*** ./src/components/Editor/src/contexts/EditorContext/editorContext.types.ts ***!
|
|
1151
1241
|
\*********************************************************************************/
|
|
1152
1242
|
|
|
1243
|
+
/*!**********************************************************************************!*\
|
|
1244
|
+
!*** ../../node_modules/@lexical/react/LexicalBlockWithAlignableContents.dev.js ***!
|
|
1245
|
+
\**********************************************************************************/
|
|
1246
|
+
|
|
1153
1247
|
/*!**********************************************************************************!*\
|
|
1154
1248
|
!*** ./src/components/AppShell/src/components/AppShellHeader/AppShellHeader.tsx ***!
|
|
1155
1249
|
\**********************************************************************************/
|
|
@@ -1190,6 +1284,10 @@
|
|
|
1190
1284
|
!*** ./src/components/Editor/src/contexts/EditorContext/editorContext.definitions.ts ***!
|
|
1191
1285
|
\***************************************************************************************/
|
|
1192
1286
|
|
|
1287
|
+
/*!***************************************************************************************!*\
|
|
1288
|
+
!*** ./src/components/Editor/src/plugins/CustomYouTubePlugin/CustomYouTubePlugin.tsx ***!
|
|
1289
|
+
\***************************************************************************************/
|
|
1290
|
+
|
|
1193
1291
|
/*!*****************************************************************************************!*\
|
|
1194
1292
|
!*** ./src/components/FormField/src/components/FormFieldTextarea/FormFieldTextarea.tsx ***!
|
|
1195
1293
|
\*****************************************************************************************/
|
|
@@ -1218,6 +1316,10 @@
|
|
|
1218
1316
|
!*** ./src/components/InteractiveList/src/components/InteractiveListToggleItem/index.ts ***!
|
|
1219
1317
|
\******************************************************************************************/
|
|
1220
1318
|
|
|
1319
|
+
/*!*******************************************************************************************!*\
|
|
1320
|
+
!*** ./src/components/Editor/src/plugins/CustomAutoEmbedPlugin/CustomAutoEmbedPlugin.tsx ***!
|
|
1321
|
+
\*******************************************************************************************/
|
|
1322
|
+
|
|
1221
1323
|
/*!********************************************************************************************!*\
|
|
1222
1324
|
!*** ./src/components/InteractiveList/src/components/InteractiveListCheckboxItem/index.ts ***!
|
|
1223
1325
|
\********************************************************************************************/
|
|
@@ -1258,6 +1360,10 @@
|
|
|
1258
1360
|
!*** ./src/components/InteractiveList/src/components/InteractiveListCheckboxItemSkeleton/index.ts ***!
|
|
1259
1361
|
\****************************************************************************************************/
|
|
1260
1362
|
|
|
1363
|
+
/*!******************************************************************************************************!*\
|
|
1364
|
+
!*** ./src/components/Editor/src/plugins/CustomAutoEmbedPlugin/customAutoEmbedPlugin.definitions.ts ***!
|
|
1365
|
+
\******************************************************************************************************/
|
|
1366
|
+
|
|
1261
1367
|
/*!******************************************************************************************************!*\
|
|
1262
1368
|
!*** ./src/components/Editor/src/plugins/CustomClearFormattingPlugin/CustomClearFormattingPlugin.ts ***!
|
|
1263
1369
|
\******************************************************************************************************/
|