@measured/puck 0.21.0-canary.ec77dd9f → 0.21.0-canary.ece26d91
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/Editor-F2LSS6SE.css +403 -0
- package/dist/Editor-O447AVCX.mjs +204 -0
- package/dist/Render-OFE6QLI2.mjs +55 -0
- package/dist/Render-QEMDIDQC.css +101 -0
- package/dist/{walk-tree-CkSoNBF7.d.mts → actions-ONhOkrvf.d.mts} +208 -33
- package/dist/{walk-tree-CkSoNBF7.d.ts → actions-ONhOkrvf.d.ts} +208 -33
- package/dist/chunk-2Q4PACDA.mjs +111 -0
- package/dist/chunk-62AAYNXG.mjs +63 -0
- package/dist/chunk-BSDEIOEK.mjs +706 -0
- package/dist/chunk-CSSRLPHM.mjs +11 -0
- package/dist/chunk-DAQLMM2T.mjs +1722 -0
- package/dist/chunk-M6W7YEVX.mjs +95 -0
- package/dist/chunk-NLUHDYVR.mjs +416 -0
- package/dist/chunk-PLXSMBAA.mjs +53 -0
- package/dist/chunk-QAWJTCV5.mjs +33 -0
- package/dist/chunk-QBGM4ELA.mjs +528 -0
- package/dist/{chunk-NW2GGRCZ.mjs → chunk-QBJ2LDJB.mjs} +1048 -2778
- package/dist/chunk-T3WX7XJ6.mjs +132 -0
- package/dist/chunk-V5I7CVLT.mjs +103 -0
- package/dist/chunk-Y2EFNT5P.mjs +108 -0
- package/dist/chunk-Y656T6AQ.mjs +419 -0
- package/dist/full-2GJTAAZE.css +301 -0
- package/dist/full-BEMDJKDS.mjs +93 -0
- package/dist/index-BEoNHRI1.d.ts +116 -0
- package/dist/index-DfxZ7tZF.d.mts +116 -0
- package/dist/index.css +278 -22
- package/dist/index.d.mts +94 -111
- package/dist/index.d.ts +94 -111
- package/dist/index.js +5812 -2550
- package/dist/index.mjs +28 -9
- package/dist/internal.d.mts +27 -0
- package/dist/internal.d.ts +27 -0
- package/dist/internal.js +908 -0
- package/dist/internal.mjs +13 -0
- package/dist/loaded-JU3A7Y4L.mjs +57 -0
- package/dist/loaded-N3FYGF2Y.mjs +57 -0
- package/dist/loaded-OBY7OMS6.mjs +60 -0
- package/dist/loaded-RVWBFK7L.css +87 -0
- package/dist/no-external.css +278 -22
- package/dist/no-external.d.mts +19 -2
- package/dist/no-external.d.ts +19 -2
- package/dist/no-external.js +5812 -2550
- package/dist/no-external.mjs +28 -9
- package/dist/rsc.css +101 -0
- package/dist/rsc.d.mts +17 -2
- package/dist/rsc.d.ts +17 -2
- package/dist/rsc.js +409 -22
- package/dist/rsc.mjs +18 -9
- package/dist/walk-tree-CdriEzFJ.d.mts +29 -0
- package/dist/walk-tree-DHbAZ4wF.d.ts +29 -0
- package/package.json +29 -2
- package/dist/chunk-TC25DCTQ.mjs +0 -965
|
@@ -0,0 +1,403 @@
|
|
|
1
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
2
|
+
._RichTextMenu_k97eh_1 {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
flex-wrap: nowrap;
|
|
6
|
+
}
|
|
7
|
+
._RichTextMenu--form_k97eh_7 {
|
|
8
|
+
border-top-left-radius: 4px;
|
|
9
|
+
border-top-right-radius: 4px;
|
|
10
|
+
padding: 6px 6px;
|
|
11
|
+
background-color: var(--puck-color-grey-12);
|
|
12
|
+
position: relative;
|
|
13
|
+
scrollbar-width: none;
|
|
14
|
+
overflow-x: auto;
|
|
15
|
+
}
|
|
16
|
+
._RichTextMenu-group_k97eh_17 {
|
|
17
|
+
display: flex;
|
|
18
|
+
align-items: space-between;
|
|
19
|
+
flex-direction: row;
|
|
20
|
+
flex-wrap: nowrap;
|
|
21
|
+
padding-inline: 6px;
|
|
22
|
+
gap: 2px;
|
|
23
|
+
position: relative;
|
|
24
|
+
}
|
|
25
|
+
._RichTextMenu-group_k97eh_17:first-of-type {
|
|
26
|
+
padding-left: 0;
|
|
27
|
+
}
|
|
28
|
+
._RichTextMenu-group_k97eh_17:last-of-type {
|
|
29
|
+
padding-right: 0;
|
|
30
|
+
}
|
|
31
|
+
._RichTextMenu--inline_k97eh_35 ._RichTextMenu-group_k97eh_17 {
|
|
32
|
+
color: var(--puck-color-grey-08);
|
|
33
|
+
gap: 0px;
|
|
34
|
+
flex-wrap: nowrap;
|
|
35
|
+
}
|
|
36
|
+
._RichTextMenu-group_k97eh_17 + ._RichTextMenu-group_k97eh_17 {
|
|
37
|
+
border-left: 1px solid var(--puck-color-grey-10);
|
|
38
|
+
}
|
|
39
|
+
._RichTextMenu--inline_k97eh_35 ._RichTextMenu-group_k97eh_17 + ._RichTextMenu-group_k97eh_17 {
|
|
40
|
+
border-left: 0.5px solid var(--puck-color-grey-05);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/IconButton/IconButton.module.css/#css-module-data */
|
|
44
|
+
._IconButton_ffob9_1 {
|
|
45
|
+
align-items: center;
|
|
46
|
+
background: transparent;
|
|
47
|
+
border: none;
|
|
48
|
+
border-radius: 4px;
|
|
49
|
+
color: currentColor;
|
|
50
|
+
display: flex;
|
|
51
|
+
font-family: var(--puck-font-family);
|
|
52
|
+
justify-content: center;
|
|
53
|
+
padding: 4px;
|
|
54
|
+
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
55
|
+
}
|
|
56
|
+
._IconButton--active_ffob9_14 {
|
|
57
|
+
color: var(--puck-color-azure-04);
|
|
58
|
+
}
|
|
59
|
+
._IconButton_ffob9_1:focus-visible {
|
|
60
|
+
outline: 2px solid var(--puck-color-azure-05);
|
|
61
|
+
outline-offset: -2px;
|
|
62
|
+
}
|
|
63
|
+
@media (hover: hover) and (pointer: fine) {
|
|
64
|
+
._IconButton_ffob9_1:hover:not(._IconButton--disabled_ffob9_24) {
|
|
65
|
+
background: var(--puck-color-grey-10);
|
|
66
|
+
color: var(--puck-color-azure-04);
|
|
67
|
+
cursor: pointer;
|
|
68
|
+
transition: none;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
._IconButton_ffob9_1:active {
|
|
72
|
+
background: var(--puck-color-azure-11);
|
|
73
|
+
transition: none;
|
|
74
|
+
}
|
|
75
|
+
._IconButton-title_ffob9_37 {
|
|
76
|
+
clip: rect(0 0 0 0);
|
|
77
|
+
clip-path: inset(100%);
|
|
78
|
+
height: 1px;
|
|
79
|
+
overflow: hidden;
|
|
80
|
+
position: absolute;
|
|
81
|
+
white-space: nowrap;
|
|
82
|
+
width: 1px;
|
|
83
|
+
}
|
|
84
|
+
._IconButton--disabled_ffob9_24 {
|
|
85
|
+
color: var(--puck-color-grey-07);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Loader/styles.module.css/#css-module-data */
|
|
89
|
+
@keyframes _loader-animation_nacdm_1 {
|
|
90
|
+
0% {
|
|
91
|
+
transform: rotate(0deg) scale(1);
|
|
92
|
+
}
|
|
93
|
+
50% {
|
|
94
|
+
transform: rotate(180deg) scale(0.8);
|
|
95
|
+
}
|
|
96
|
+
100% {
|
|
97
|
+
transform: rotate(360deg) scale(1);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
._Loader_nacdm_13 {
|
|
101
|
+
background: transparent;
|
|
102
|
+
border-radius: 100%;
|
|
103
|
+
border: 2px solid currentColor;
|
|
104
|
+
border-bottom-color: transparent;
|
|
105
|
+
display: inline-block;
|
|
106
|
+
animation: _loader-animation_nacdm_1 1s 0s infinite linear;
|
|
107
|
+
animation-fill-mode: both;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
|
|
111
|
+
._ActionBar_1nmyk_1 {
|
|
112
|
+
align-items: center;
|
|
113
|
+
cursor: default;
|
|
114
|
+
display: flex;
|
|
115
|
+
width: auto;
|
|
116
|
+
padding: 4px;
|
|
117
|
+
padding-inline-start: 0;
|
|
118
|
+
padding-inline-end: 0;
|
|
119
|
+
border-top-left-radius: 8px;
|
|
120
|
+
border-top-right-radius: 8px;
|
|
121
|
+
border-radius: 8px;
|
|
122
|
+
background: var(--puck-color-grey-01);
|
|
123
|
+
color: var(--puck-color-white);
|
|
124
|
+
font-family: var(--puck-font-family);
|
|
125
|
+
min-height: 26px;
|
|
126
|
+
}
|
|
127
|
+
._ActionBar-label_1nmyk_18 {
|
|
128
|
+
color: var(--puck-color-grey-08);
|
|
129
|
+
font-size: var(--puck-font-size-xxxs);
|
|
130
|
+
font-weight: 500;
|
|
131
|
+
padding-inline-start: 8px;
|
|
132
|
+
padding-inline-end: 8px;
|
|
133
|
+
margin-inline-start: 4px;
|
|
134
|
+
margin-inline-end: 4px;
|
|
135
|
+
text-overflow: ellipsis;
|
|
136
|
+
white-space: nowrap;
|
|
137
|
+
}
|
|
138
|
+
._ActionBarAction_1nmyk_30 + ._ActionBar-label_1nmyk_18 {
|
|
139
|
+
padding-inline-start: 0;
|
|
140
|
+
}
|
|
141
|
+
._ActionBar-label_1nmyk_18 + ._ActionBarAction_1nmyk_30 {
|
|
142
|
+
margin-inline-start: -4px;
|
|
143
|
+
}
|
|
144
|
+
._ActionBar-group_1nmyk_38 {
|
|
145
|
+
align-items: center;
|
|
146
|
+
border-inline-start: 0.5px solid var(--puck-color-grey-05);
|
|
147
|
+
display: flex;
|
|
148
|
+
height: 100%;
|
|
149
|
+
padding-inline-start: 4px;
|
|
150
|
+
padding-inline-end: 4px;
|
|
151
|
+
}
|
|
152
|
+
._ActionBar-group_1nmyk_38:first-of-type {
|
|
153
|
+
border-inline-start: 0;
|
|
154
|
+
}
|
|
155
|
+
._ActionBar-group_1nmyk_38:empty {
|
|
156
|
+
display: none;
|
|
157
|
+
}
|
|
158
|
+
._ActionBarAction_1nmyk_30 {
|
|
159
|
+
background: transparent;
|
|
160
|
+
border: none;
|
|
161
|
+
color: var(--puck-color-grey-08);
|
|
162
|
+
cursor: pointer;
|
|
163
|
+
padding: 6px;
|
|
164
|
+
margin-inline-start: 4px;
|
|
165
|
+
margin-inline-end: 4px;
|
|
166
|
+
border-radius: 4px;
|
|
167
|
+
overflow: hidden;
|
|
168
|
+
display: flex;
|
|
169
|
+
align-items: center;
|
|
170
|
+
justify-content: center;
|
|
171
|
+
transition: color 50ms ease-in;
|
|
172
|
+
}
|
|
173
|
+
._ActionBarAction--disabled_1nmyk_71 {
|
|
174
|
+
cursor: auto;
|
|
175
|
+
color: var(--puck-color-grey-06);
|
|
176
|
+
}
|
|
177
|
+
._ActionBarAction_1nmyk_30 svg {
|
|
178
|
+
max-width: none !important;
|
|
179
|
+
}
|
|
180
|
+
._ActionBarAction_1nmyk_30:focus-visible {
|
|
181
|
+
outline: 2px solid var(--puck-color-azure-05);
|
|
182
|
+
outline-offset: -2px;
|
|
183
|
+
}
|
|
184
|
+
@media (hover: hover) and (pointer: fine) {
|
|
185
|
+
._ActionBarAction_1nmyk_30:hover:not(._ActionBarAction--disabled_1nmyk_71) {
|
|
186
|
+
color: var(--puck-color-azure-06);
|
|
187
|
+
transition: none;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
._ActionBarAction_1nmyk_30:active:not(._ActionBarAction--disabled_1nmyk_71),
|
|
191
|
+
._ActionBarAction--active_1nmyk_93 {
|
|
192
|
+
color: var(--puck-color-azure-07);
|
|
193
|
+
transition: none;
|
|
194
|
+
}
|
|
195
|
+
._ActionBar-group_1nmyk_38 * {
|
|
196
|
+
margin: 0;
|
|
197
|
+
}
|
|
198
|
+
._ActionBar-separator_1nmyk_102 {
|
|
199
|
+
background: var(--puck-color-grey-05);
|
|
200
|
+
margin-inline: 4px;
|
|
201
|
+
width: 0.5px;
|
|
202
|
+
height: 100%;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
206
|
+
._Control_1aveu_1 .lucide {
|
|
207
|
+
height: 18px;
|
|
208
|
+
width: 18px;
|
|
209
|
+
}
|
|
210
|
+
._Control--inline_1aveu_6 .lucide {
|
|
211
|
+
height: 16px;
|
|
212
|
+
width: 16px;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Select/styles.module.css/#css-module-data */
|
|
216
|
+
._Select_xjbef_1 {
|
|
217
|
+
position: relative;
|
|
218
|
+
z-index: 1;
|
|
219
|
+
}
|
|
220
|
+
._Select-button_xjbef_6 {
|
|
221
|
+
align-items: center;
|
|
222
|
+
background: transparent;
|
|
223
|
+
border: none;
|
|
224
|
+
border-radius: 4px;
|
|
225
|
+
display: flex;
|
|
226
|
+
justify-content: center;
|
|
227
|
+
gap: 0px;
|
|
228
|
+
height: 100%;
|
|
229
|
+
padding: 4px;
|
|
230
|
+
padding-right: 2px;
|
|
231
|
+
}
|
|
232
|
+
._Select--hasOptions_xjbef_19 ._Select-button_xjbef_6 {
|
|
233
|
+
color: currentColor;
|
|
234
|
+
}
|
|
235
|
+
._Select--hasOptions_xjbef_19:not(._Select--disabled_xjbef_23) ._Select-button_xjbef_6 {
|
|
236
|
+
cursor: pointer;
|
|
237
|
+
}
|
|
238
|
+
._Select-buttonIcon_xjbef_27 {
|
|
239
|
+
align-items: center;
|
|
240
|
+
display: flex;
|
|
241
|
+
justify-content: center;
|
|
242
|
+
}
|
|
243
|
+
._Select--standalone_xjbef_33 ._Select-buttonIcon_xjbef_27 .lucide {
|
|
244
|
+
height: 18px;
|
|
245
|
+
width: 18px;
|
|
246
|
+
}
|
|
247
|
+
._Select--actionBar_xjbef_38 ._Select-buttonIcon_xjbef_27 .lucide {
|
|
248
|
+
height: 16px;
|
|
249
|
+
width: 16px;
|
|
250
|
+
}
|
|
251
|
+
._Select--hasOptions_xjbef_19:not(._Select--disabled_xjbef_23) ._Select-button_xjbef_6:hover,
|
|
252
|
+
._Select--hasValue_xjbef_44 ._Select-button_xjbef_6 {
|
|
253
|
+
background: var(--puck-color-grey-10);
|
|
254
|
+
color: var(--puck-color-azure-04);
|
|
255
|
+
}
|
|
256
|
+
._Select--disabled_xjbef_23 ._Select-button_xjbef_6 {
|
|
257
|
+
color: var(--puck-color-grey-07);
|
|
258
|
+
}
|
|
259
|
+
._Select--actionBar_xjbef_38 {
|
|
260
|
+
&._Select--hasOptions_xjbef_19 ._Select-button_xjbef_6:hover,
|
|
261
|
+
&._Select--hasValue_xjbef_44 ._Select-button_xjbef_6 {
|
|
262
|
+
background: none;
|
|
263
|
+
color: var(--puck-color-azure-07);
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
._Select-items_xjbef_61 {
|
|
267
|
+
background: white;
|
|
268
|
+
border: 1px solid var(--puck-color-grey-09);
|
|
269
|
+
border-radius: 8px;
|
|
270
|
+
margin: 10px 8px;
|
|
271
|
+
margin-left: 0;
|
|
272
|
+
padding: 4px;
|
|
273
|
+
z-index: 2;
|
|
274
|
+
list-style: none;
|
|
275
|
+
}
|
|
276
|
+
._SelectItem_xjbef_72 {
|
|
277
|
+
background: transparent;
|
|
278
|
+
border-radius: 4px;
|
|
279
|
+
border: none;
|
|
280
|
+
color: var(--puck-color-grey-04);
|
|
281
|
+
cursor: pointer;
|
|
282
|
+
display: flex;
|
|
283
|
+
gap: 8px;
|
|
284
|
+
align-items: center;
|
|
285
|
+
font-size: var(--puck-font-size-xxs);
|
|
286
|
+
margin: 0;
|
|
287
|
+
padding: 8px 12px;
|
|
288
|
+
width: 100%;
|
|
289
|
+
}
|
|
290
|
+
._SelectItem--isSelected_xjbef_87 {
|
|
291
|
+
background: var(--puck-color-azure-11);
|
|
292
|
+
color: var(--puck-color-azure-04);
|
|
293
|
+
font-weight: 500;
|
|
294
|
+
}
|
|
295
|
+
._SelectItem--isSelected_xjbef_87 ._SelectItem-icon_xjbef_93 {
|
|
296
|
+
color: var(--puck-color-azure-04);
|
|
297
|
+
}
|
|
298
|
+
._SelectItem_xjbef_72:hover {
|
|
299
|
+
background: var(--puck-color-azure-11);
|
|
300
|
+
color: var(--puck-color-azure-04);
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
304
|
+
._RichTextEditor_1elol_1 .ProseMirror {
|
|
305
|
+
white-space: pre-wrap;
|
|
306
|
+
word-wrap: break-word;
|
|
307
|
+
cursor: text;
|
|
308
|
+
outline: none;
|
|
309
|
+
position: relative;
|
|
310
|
+
}
|
|
311
|
+
._RichTextEditor_1elol_1 .rich-text * {
|
|
312
|
+
white-space: pre-wrap;
|
|
313
|
+
user-select: auto;
|
|
314
|
+
-webkit-user-select: auto;
|
|
315
|
+
}
|
|
316
|
+
._RichTextEditor_1elol_1 .rich-text blockquote {
|
|
317
|
+
margin: 1em 0;
|
|
318
|
+
padding: 0 1em;
|
|
319
|
+
border-left: 4px solid var(--puck-color-grey-09);
|
|
320
|
+
}
|
|
321
|
+
._RichTextEditor_1elol_1 .rich-text code {
|
|
322
|
+
background-color: var(--puck-color-grey-11);
|
|
323
|
+
padding: 4px 8px;
|
|
324
|
+
border-radius: 4px;
|
|
325
|
+
}
|
|
326
|
+
._RichTextEditor_1elol_1 .rich-text p:empty::before {
|
|
327
|
+
content: "\a0";
|
|
328
|
+
}
|
|
329
|
+
._RichTextEditor_1elol_1 .rich-text pre code {
|
|
330
|
+
display: block;
|
|
331
|
+
padding: 8px 12px;
|
|
332
|
+
}
|
|
333
|
+
._RichTextEditor_1elol_1 .rich-text > *:first-child,
|
|
334
|
+
._RichTextEditor_1elol_1 .ProseMirror > *:first-child,
|
|
335
|
+
._RichTextEditor_1elol_1 .rich-text * p:first-of-type {
|
|
336
|
+
margin-top: 0;
|
|
337
|
+
}
|
|
338
|
+
._RichTextEditor_1elol_1 .rich-text > *:last-child,
|
|
339
|
+
._RichTextEditor_1elol_1 .ProseMirror > *:last-child,
|
|
340
|
+
._RichTextEditor_1elol_1 .rich-text * p:last-of-type {
|
|
341
|
+
margin-bottom: 0;
|
|
342
|
+
}
|
|
343
|
+
._RichTextEditor--editor_1elol_50 {
|
|
344
|
+
background: var(--puck-color-white);
|
|
345
|
+
border-width: 1px;
|
|
346
|
+
border-style: solid;
|
|
347
|
+
border-color: var(--puck-color-grey-09);
|
|
348
|
+
border-radius: 4px;
|
|
349
|
+
box-sizing: border-box;
|
|
350
|
+
display: flex;
|
|
351
|
+
flex-direction: column;
|
|
352
|
+
font-family: inherit;
|
|
353
|
+
font-size: var(--puck-font-size-xxs);
|
|
354
|
+
resize: vertical;
|
|
355
|
+
transition: border-color 50ms ease-in;
|
|
356
|
+
width: 100%;
|
|
357
|
+
max-width: 100%;
|
|
358
|
+
min-height: 128px;
|
|
359
|
+
}
|
|
360
|
+
._RichTextEditor--editor_1elol_50 .rich-text {
|
|
361
|
+
flex-grow: 1;
|
|
362
|
+
}
|
|
363
|
+
._RichTextEditor--editor_1elol_50 .rich-text:not(:has(.ProseMirror)),
|
|
364
|
+
._RichTextEditor--editor_1elol_50 .rich-text .ProseMirror {
|
|
365
|
+
height: 100%;
|
|
366
|
+
padding: 12px 15px;
|
|
367
|
+
}
|
|
368
|
+
._RichTextEditor--editor_1elol_50 .rich-text ul,
|
|
369
|
+
._RichTextEditor--editor_1elol_50 .rich-text ol {
|
|
370
|
+
padding-left: 24px;
|
|
371
|
+
}
|
|
372
|
+
._RichTextEditor--editor_1elol_50 .rich-text li {
|
|
373
|
+
line-height: 1.5;
|
|
374
|
+
}
|
|
375
|
+
._RichTextEditor--editor_1elol_50 .rich-text p {
|
|
376
|
+
margin-block: 12px;
|
|
377
|
+
}
|
|
378
|
+
._RichTextEditor--editor_1elol_50 .rich-text ul {
|
|
379
|
+
list-style: disc;
|
|
380
|
+
}
|
|
381
|
+
._RichTextEditor--editor_1elol_50 .rich-text ol {
|
|
382
|
+
list-style: decimal;
|
|
383
|
+
}
|
|
384
|
+
._RichTextEditor--editor_1elol_50:focus-within {
|
|
385
|
+
border-color: var(--puck-color-grey-05);
|
|
386
|
+
outline: 2px solid var(--puck-color-azure-05);
|
|
387
|
+
transition: none;
|
|
388
|
+
}
|
|
389
|
+
._RichTextEditor--editor_1elol_50._RichTextEditor--disabled_1elol_106 {
|
|
390
|
+
background: var(--puck-color-grey-11);
|
|
391
|
+
}
|
|
392
|
+
._RichTextEditor_1elol_1:not(:focus-within):not(._RichTextEditor--isActive_1elol_110) .ProseMirror ::selection {
|
|
393
|
+
background-color: transparent;
|
|
394
|
+
}
|
|
395
|
+
._RichTextEditor-menu_1elol_116 {
|
|
396
|
+
border-bottom: 1px solid var(--puck-color-grey-10);
|
|
397
|
+
position: sticky;
|
|
398
|
+
top: 0;
|
|
399
|
+
z-index: 1;
|
|
400
|
+
}
|
|
401
|
+
._RichTextEditor--disabled_1elol_106 ._RichTextEditor-menu_1elol_116 {
|
|
402
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
403
|
+
}
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
import {
|
|
2
|
+
PuckRichText
|
|
3
|
+
} from "./chunk-V5I7CVLT.mjs";
|
|
4
|
+
import {
|
|
5
|
+
EditorInner,
|
|
6
|
+
LoadedRichTextMenu
|
|
7
|
+
} from "./chunk-2Q4PACDA.mjs";
|
|
8
|
+
import "./chunk-CSSRLPHM.mjs";
|
|
9
|
+
import "./chunk-BSDEIOEK.mjs";
|
|
10
|
+
import "./chunk-PLXSMBAA.mjs";
|
|
11
|
+
import "./chunk-62AAYNXG.mjs";
|
|
12
|
+
import "./chunk-QAWJTCV5.mjs";
|
|
13
|
+
import {
|
|
14
|
+
useAppStore,
|
|
15
|
+
useAppStoreApi
|
|
16
|
+
} from "./chunk-DAQLMM2T.mjs";
|
|
17
|
+
import "./chunk-QBGM4ELA.mjs";
|
|
18
|
+
import "./chunk-T3WX7XJ6.mjs";
|
|
19
|
+
import "./chunk-Y2EFNT5P.mjs";
|
|
20
|
+
import "./chunk-NLUHDYVR.mjs";
|
|
21
|
+
import {
|
|
22
|
+
__spreadProps,
|
|
23
|
+
__spreadValues,
|
|
24
|
+
init_react_import
|
|
25
|
+
} from "./chunk-M6W7YEVX.mjs";
|
|
26
|
+
|
|
27
|
+
// components/RichTextEditor/components/Editor.tsx
|
|
28
|
+
init_react_import();
|
|
29
|
+
import { memo, useMemo } from "react";
|
|
30
|
+
|
|
31
|
+
// components/RichTextEditor/lib/use-synced-editor.ts
|
|
32
|
+
init_react_import();
|
|
33
|
+
import { useEditor } from "@tiptap/react";
|
|
34
|
+
import { useEffect, useRef } from "react";
|
|
35
|
+
import { useDebounce } from "use-debounce";
|
|
36
|
+
function useSyncedEditor({
|
|
37
|
+
content,
|
|
38
|
+
onChange,
|
|
39
|
+
extensions,
|
|
40
|
+
editable = true,
|
|
41
|
+
onFocusChange,
|
|
42
|
+
name
|
|
43
|
+
}) {
|
|
44
|
+
const [debouncedState, setDebouncedState] = useDebounce(null, 50, {
|
|
45
|
+
leading: true,
|
|
46
|
+
maxWait: 200
|
|
47
|
+
});
|
|
48
|
+
const syncingRef = useRef(false);
|
|
49
|
+
const lastSyncedRef = useRef("");
|
|
50
|
+
const editTimer = useRef(null);
|
|
51
|
+
const isPending = !!editTimer.current;
|
|
52
|
+
const isFocused = useAppStore((s) => s.state.ui.field.focus === name);
|
|
53
|
+
const resetTimer = (clearOn) => {
|
|
54
|
+
if (editTimer.current) {
|
|
55
|
+
clearTimeout(editTimer.current);
|
|
56
|
+
}
|
|
57
|
+
editTimer.current = setTimeout(() => {
|
|
58
|
+
if (lastSyncedRef.current === clearOn) {
|
|
59
|
+
editTimer.current = null;
|
|
60
|
+
}
|
|
61
|
+
}, 200);
|
|
62
|
+
};
|
|
63
|
+
const appStoreApi = useAppStoreApi();
|
|
64
|
+
const editor = useEditor({
|
|
65
|
+
extensions,
|
|
66
|
+
content,
|
|
67
|
+
editable,
|
|
68
|
+
immediatelyRender: false,
|
|
69
|
+
parseOptions: { preserveWhitespace: "full" },
|
|
70
|
+
onUpdate: ({ editor: editor2 }) => {
|
|
71
|
+
if (syncingRef.current || !isFocused) {
|
|
72
|
+
appStoreApi.getState().setUi({ field: { focus: name } });
|
|
73
|
+
return;
|
|
74
|
+
}
|
|
75
|
+
const html = editor2.getHTML();
|
|
76
|
+
const { from, to } = editor2.state.selection;
|
|
77
|
+
setDebouncedState({ from, to, html });
|
|
78
|
+
resetTimer(html);
|
|
79
|
+
lastSyncedRef.current = html;
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
useEffect(() => {
|
|
83
|
+
if (!editor) return;
|
|
84
|
+
const handleFocus = () => {
|
|
85
|
+
onFocusChange == null ? void 0 : onFocusChange(editor);
|
|
86
|
+
};
|
|
87
|
+
editor.on("focus", handleFocus);
|
|
88
|
+
return () => {
|
|
89
|
+
editor.off("focus", handleFocus);
|
|
90
|
+
};
|
|
91
|
+
}, [editor, onFocusChange]);
|
|
92
|
+
useEffect(() => {
|
|
93
|
+
if (debouncedState) {
|
|
94
|
+
const { ui } = appStoreApi.getState().state;
|
|
95
|
+
onChange(debouncedState.html, {
|
|
96
|
+
field: __spreadProps(__spreadValues({}, ui.field), {
|
|
97
|
+
metadata: { from: debouncedState.from, to: debouncedState.to }
|
|
98
|
+
})
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
}, [editor, debouncedState, onChange, appStoreApi, name]);
|
|
102
|
+
useEffect(() => {
|
|
103
|
+
editor == null ? void 0 : editor.setEditable(editable);
|
|
104
|
+
}, [editor, editable]);
|
|
105
|
+
useEffect(() => {
|
|
106
|
+
var _a;
|
|
107
|
+
if (!editor) return;
|
|
108
|
+
if (isPending) {
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
const current = editor.getHTML();
|
|
112
|
+
if (current === content) return;
|
|
113
|
+
syncingRef.current = true;
|
|
114
|
+
editor.commands.setContent(content, { emitUpdate: false });
|
|
115
|
+
const { ui } = appStoreApi.getState().state;
|
|
116
|
+
if (typeof ((_a = ui.field.metadata) == null ? void 0 : _a.from) !== "undefined") {
|
|
117
|
+
editor.commands.setTextSelection({
|
|
118
|
+
from: ui.field.metadata.from,
|
|
119
|
+
to: ui.field.metadata.to
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
syncingRef.current = false;
|
|
123
|
+
}, [content, editor, appStoreApi]);
|
|
124
|
+
return editor;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
// components/RichTextEditor/components/Editor.tsx
|
|
128
|
+
import { EditorContent } from "@tiptap/react";
|
|
129
|
+
import { jsx } from "react/jsx-runtime";
|
|
130
|
+
var Editor = memo((props) => {
|
|
131
|
+
const {
|
|
132
|
+
onChange,
|
|
133
|
+
content,
|
|
134
|
+
readOnly = false,
|
|
135
|
+
field,
|
|
136
|
+
inline = false,
|
|
137
|
+
onFocus,
|
|
138
|
+
id,
|
|
139
|
+
name
|
|
140
|
+
} = props;
|
|
141
|
+
const { tiptap = {}, options } = field;
|
|
142
|
+
const { extensions = [] } = tiptap;
|
|
143
|
+
const loadedExtensions = useMemo(
|
|
144
|
+
() => [PuckRichText.configure(options), ...extensions],
|
|
145
|
+
[field, extensions]
|
|
146
|
+
);
|
|
147
|
+
const appStoreApi = useAppStoreApi();
|
|
148
|
+
const focusName = `${name}${inline ? "::inline" : ""}`;
|
|
149
|
+
const editor = useSyncedEditor({
|
|
150
|
+
content,
|
|
151
|
+
onChange,
|
|
152
|
+
extensions: loadedExtensions,
|
|
153
|
+
editable: !readOnly,
|
|
154
|
+
name: focusName,
|
|
155
|
+
onFocusChange: (editor2) => {
|
|
156
|
+
if (editor2) {
|
|
157
|
+
const s = appStoreApi.getState();
|
|
158
|
+
appStoreApi.setState({
|
|
159
|
+
currentRichText: {
|
|
160
|
+
field,
|
|
161
|
+
editor: editor2,
|
|
162
|
+
id,
|
|
163
|
+
inline
|
|
164
|
+
},
|
|
165
|
+
state: __spreadProps(__spreadValues({}, s.state), {
|
|
166
|
+
ui: __spreadProps(__spreadValues({}, s.state.ui), {
|
|
167
|
+
field: __spreadProps(__spreadValues({}, s.state.ui.field), {
|
|
168
|
+
focus: focusName
|
|
169
|
+
})
|
|
170
|
+
})
|
|
171
|
+
})
|
|
172
|
+
});
|
|
173
|
+
onFocus == null ? void 0 : onFocus(editor2);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
});
|
|
177
|
+
const menuEditor = useAppStore((s) => {
|
|
178
|
+
var _a, _b;
|
|
179
|
+
if (!inline && ((_a = s.currentRichText) == null ? void 0 : _a.id) === id && ((_b = s.currentRichText) == null ? void 0 : _b.inlineComponentId)) {
|
|
180
|
+
return s.currentRichText.editor;
|
|
181
|
+
}
|
|
182
|
+
return editor;
|
|
183
|
+
});
|
|
184
|
+
if (!editor) return null;
|
|
185
|
+
return /* @__PURE__ */ jsx(
|
|
186
|
+
EditorInner,
|
|
187
|
+
__spreadProps(__spreadValues({}, props), {
|
|
188
|
+
editor,
|
|
189
|
+
menu: /* @__PURE__ */ jsx(
|
|
190
|
+
LoadedRichTextMenu,
|
|
191
|
+
{
|
|
192
|
+
field,
|
|
193
|
+
editor: menuEditor,
|
|
194
|
+
readOnly
|
|
195
|
+
}
|
|
196
|
+
),
|
|
197
|
+
children: /* @__PURE__ */ jsx(EditorContent, { editor, className: "rich-text" })
|
|
198
|
+
})
|
|
199
|
+
);
|
|
200
|
+
});
|
|
201
|
+
Editor.displayName = "Editor";
|
|
202
|
+
export {
|
|
203
|
+
Editor
|
|
204
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import {
|
|
2
|
+
PuckRichText
|
|
3
|
+
} from "./chunk-V5I7CVLT.mjs";
|
|
4
|
+
import {
|
|
5
|
+
styles_module_default
|
|
6
|
+
} from "./chunk-CSSRLPHM.mjs";
|
|
7
|
+
import {
|
|
8
|
+
get_class_name_factory_default
|
|
9
|
+
} from "./chunk-Y2EFNT5P.mjs";
|
|
10
|
+
import {
|
|
11
|
+
init_react_import
|
|
12
|
+
} from "./chunk-M6W7YEVX.mjs";
|
|
13
|
+
|
|
14
|
+
// components/RichTextEditor/components/Render.tsx
|
|
15
|
+
init_react_import();
|
|
16
|
+
import { generateHTML, generateJSON } from "@tiptap/html";
|
|
17
|
+
import { useMemo } from "react";
|
|
18
|
+
import { jsx } from "react/jsx-runtime";
|
|
19
|
+
var getClassName = get_class_name_factory_default("RichTextEditor", styles_module_default);
|
|
20
|
+
function RichTextRender({
|
|
21
|
+
content,
|
|
22
|
+
field
|
|
23
|
+
}) {
|
|
24
|
+
const { tiptap = {}, options } = field;
|
|
25
|
+
const { extensions = [] } = tiptap;
|
|
26
|
+
const loadedExtensions = useMemo(
|
|
27
|
+
() => [PuckRichText.configure(options), ...extensions],
|
|
28
|
+
[field, extensions]
|
|
29
|
+
);
|
|
30
|
+
const normalized = useMemo(() => {
|
|
31
|
+
if (typeof content === "object" && (content == null ? void 0 : content.type) === "doc") {
|
|
32
|
+
return content;
|
|
33
|
+
}
|
|
34
|
+
if (typeof content === "string") {
|
|
35
|
+
const isHtml = /<\/?[a-z][\s\S]*>/i.test(content);
|
|
36
|
+
if (isHtml) {
|
|
37
|
+
return generateJSON(content, loadedExtensions);
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
type: "doc",
|
|
41
|
+
content: [
|
|
42
|
+
{ type: "paragraph", content: [{ type: "text", text: content }] }
|
|
43
|
+
]
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
return { type: "doc", content: [] };
|
|
47
|
+
}, [content, loadedExtensions]);
|
|
48
|
+
const html = useMemo(() => {
|
|
49
|
+
return generateHTML(normalized, loadedExtensions);
|
|
50
|
+
}, [normalized, loadedExtensions]);
|
|
51
|
+
return /* @__PURE__ */ jsx("div", { className: getClassName(), children: /* @__PURE__ */ jsx("div", { className: "rich-text", dangerouslySetInnerHTML: { __html: html } }) });
|
|
52
|
+
}
|
|
53
|
+
export {
|
|
54
|
+
RichTextRender
|
|
55
|
+
};
|