@measured/puck 0.21.0-canary.ace4c8b3 → 0.21.0-canary.b353d921

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.
Files changed (40) hide show
  1. package/dist/Editor-F2LSS6SE.css +403 -0
  2. package/dist/Editor-N46HUQEC.mjs +201 -0
  3. package/dist/Render-QEMDIDQC.css +101 -0
  4. package/dist/Render-Y567PGZ7.mjs +53 -0
  5. package/dist/chunk-3QHWXJEI.mjs +33 -0
  6. package/dist/chunk-7KY6RHEY.mjs +2230 -0
  7. package/dist/chunk-C2TVYIYC.mjs +415 -0
  8. package/dist/chunk-DCSQEDMK.mjs +194 -0
  9. package/dist/{chunk-TC25DCTQ.mjs → chunk-DJSH5REF.mjs} +70 -498
  10. package/dist/chunk-DNF2EMM4.mjs +63 -0
  11. package/dist/chunk-FNWOH4R6.mjs +109 -0
  12. package/dist/chunk-GQKMOYLG.mjs +53 -0
  13. package/dist/chunk-K3V4LVUL.mjs +704 -0
  14. package/dist/chunk-R6CVX2IY.mjs +103 -0
  15. package/dist/{chunk-AIFI2M23.mjs → chunk-TB3SSIAY.mjs} +1041 -2778
  16. package/dist/chunk-WUWXFMEM.mjs +11 -0
  17. package/dist/full-2GJTAAZE.css +301 -0
  18. package/dist/full-NLUNPJWS.mjs +90 -0
  19. package/dist/index.css +278 -22
  20. package/dist/index.d.mts +100 -7
  21. package/dist/index.d.ts +100 -7
  22. package/dist/index.js +5811 -2550
  23. package/dist/index.mjs +25 -9
  24. package/dist/loaded-EV34KGYJ.mjs +57 -0
  25. package/dist/loaded-HMSPJUZM.mjs +54 -0
  26. package/dist/loaded-RVWBFK7L.css +87 -0
  27. package/dist/loaded-ZXOU6S6R.mjs +54 -0
  28. package/dist/no-external.css +278 -22
  29. package/dist/no-external.d.mts +17 -2
  30. package/dist/no-external.d.ts +17 -2
  31. package/dist/no-external.js +5811 -2550
  32. package/dist/no-external.mjs +25 -9
  33. package/dist/rsc.css +101 -0
  34. package/dist/rsc.d.mts +17 -2
  35. package/dist/rsc.d.ts +17 -2
  36. package/dist/rsc.js +409 -22
  37. package/dist/rsc.mjs +16 -9
  38. package/dist/{walk-tree-CkSoNBF7.d.mts → walk-tree-Ja9bNCM9.d.mts} +208 -7
  39. package/dist/{walk-tree-CkSoNBF7.d.ts → walk-tree-Ja9bNCM9.d.ts} +208 -7
  40. package/package.json +23 -1
@@ -145,7 +145,7 @@
145
145
  /* bundle/no-external.css */
146
146
 
147
147
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
148
- ._ActionBar_rvadt_1 {
148
+ ._ActionBar_1nmyk_1 {
149
149
  align-items: center;
150
150
  cursor: default;
151
151
  display: flex;
@@ -161,7 +161,7 @@
161
161
  font-family: var(--puck-font-family);
162
162
  min-height: 26px;
163
163
  }
164
- ._ActionBar-label_rvadt_18 {
164
+ ._ActionBar-label_1nmyk_18 {
165
165
  color: var(--puck-color-grey-08);
166
166
  font-size: var(--puck-font-size-xxxs);
167
167
  font-weight: 500;
@@ -172,13 +172,13 @@
172
172
  text-overflow: ellipsis;
173
173
  white-space: nowrap;
174
174
  }
175
- ._ActionBar-action_rvadt_30 + ._ActionBar-label_rvadt_18 {
175
+ ._ActionBarAction_1nmyk_30 + ._ActionBar-label_1nmyk_18 {
176
176
  padding-inline-start: 0;
177
177
  }
178
- ._ActionBar-label_rvadt_18 + ._ActionBar-action_rvadt_30 {
178
+ ._ActionBar-label_1nmyk_18 + ._ActionBarAction_1nmyk_30 {
179
179
  margin-inline-start: -4px;
180
180
  }
181
- ._ActionBar-group_rvadt_38 {
181
+ ._ActionBar-group_1nmyk_38 {
182
182
  align-items: center;
183
183
  border-inline-start: 0.5px solid var(--puck-color-grey-05);
184
184
  display: flex;
@@ -186,18 +186,18 @@
186
186
  padding-inline-start: 4px;
187
187
  padding-inline-end: 4px;
188
188
  }
189
- ._ActionBar-group_rvadt_38:first-of-type {
189
+ ._ActionBar-group_1nmyk_38:first-of-type {
190
190
  border-inline-start: 0;
191
191
  }
192
- ._ActionBar-group_rvadt_38:empty {
192
+ ._ActionBar-group_1nmyk_38:empty {
193
193
  display: none;
194
194
  }
195
- ._ActionBar-action_rvadt_30 {
195
+ ._ActionBarAction_1nmyk_30 {
196
196
  background: transparent;
197
197
  border: none;
198
198
  color: var(--puck-color-grey-08);
199
199
  cursor: pointer;
200
- padding: 6px 8px;
200
+ padding: 6px;
201
201
  margin-inline-start: 4px;
202
202
  margin-inline-end: 4px;
203
203
  border-radius: 4px;
@@ -207,26 +207,37 @@
207
207
  justify-content: center;
208
208
  transition: color 50ms ease-in;
209
209
  }
210
- ._ActionBar-action_rvadt_30 svg {
210
+ ._ActionBarAction--disabled_1nmyk_71 {
211
+ cursor: auto;
212
+ color: var(--puck-color-grey-06);
213
+ }
214
+ ._ActionBarAction_1nmyk_30 svg {
211
215
  max-width: none !important;
212
216
  }
213
- ._ActionBar-action_rvadt_30:focus-visible {
217
+ ._ActionBarAction_1nmyk_30:focus-visible {
214
218
  outline: 2px solid var(--puck-color-azure-05);
215
219
  outline-offset: -2px;
216
220
  }
217
221
  @media (hover: hover) and (pointer: fine) {
218
- ._ActionBar-action_rvadt_30:hover {
222
+ ._ActionBarAction_1nmyk_30:hover:not(._ActionBarAction--disabled_1nmyk_71) {
219
223
  color: var(--puck-color-azure-06);
220
224
  transition: none;
221
225
  }
222
226
  }
223
- ._ActionBar-action_rvadt_30:active {
227
+ ._ActionBarAction_1nmyk_30:active:not(._ActionBarAction--disabled_1nmyk_71),
228
+ ._ActionBarAction--active_1nmyk_93 {
224
229
  color: var(--puck-color-azure-07);
225
230
  transition: none;
226
231
  }
227
- ._ActionBar-group_rvadt_38 * {
232
+ ._ActionBar-group_1nmyk_38 * {
228
233
  margin: 0;
229
234
  }
235
+ ._ActionBar-separator_1nmyk_102 {
236
+ background: var(--puck-color-grey-05);
237
+ margin-inline: 4px;
238
+ width: 0.5px;
239
+ height: 100%;
240
+ }
230
241
 
231
242
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
232
243
  ._InputWrapper_bsxfo_1 + ._InputWrapper_bsxfo_1 {
@@ -543,7 +554,7 @@ textarea._Input-input_bsxfo_26 {
543
554
  }
544
555
 
545
556
  /* css-module:/home/runner/work/puck/puck/packages/core/components/IconButton/IconButton.module.css/#css-module-data */
546
- ._IconButton_swpni_1 {
557
+ ._IconButton_ffob9_1 {
547
558
  align-items: center;
548
559
  background: transparent;
549
560
  border: none;
@@ -555,23 +566,26 @@ textarea._Input-input_bsxfo_26 {
555
566
  padding: 4px;
556
567
  transition: background-color 50ms ease-in, color 50ms ease-in;
557
568
  }
558
- ._IconButton_swpni_1:focus-visible {
569
+ ._IconButton--active_ffob9_14 {
570
+ color: var(--puck-color-azure-04);
571
+ }
572
+ ._IconButton_ffob9_1:focus-visible {
559
573
  outline: 2px solid var(--puck-color-azure-05);
560
574
  outline-offset: -2px;
561
575
  }
562
576
  @media (hover: hover) and (pointer: fine) {
563
- ._IconButton_swpni_1:hover:not(._IconButton--disabled_swpni_20) {
564
- background: var(--puck-color-azure-12);
577
+ ._IconButton_ffob9_1:hover:not(._IconButton--disabled_ffob9_24) {
578
+ background: var(--puck-color-grey-10);
565
579
  color: var(--puck-color-azure-04);
566
580
  cursor: pointer;
567
581
  transition: none;
568
582
  }
569
583
  }
570
- ._IconButton_swpni_1:active {
584
+ ._IconButton_ffob9_1:active {
571
585
  background: var(--puck-color-azure-11);
572
586
  transition: none;
573
587
  }
574
- ._IconButton-title_swpni_33 {
588
+ ._IconButton-title_ffob9_37 {
575
589
  clip: rect(0 0 0 0);
576
590
  clip-path: inset(100%);
577
591
  height: 1px;
@@ -580,7 +594,7 @@ textarea._Input-input_bsxfo_26 {
580
594
  white-space: nowrap;
581
595
  width: 1px;
582
596
  }
583
- ._IconButton--disabled_swpni_20 {
597
+ ._IconButton--disabled_ffob9_24 {
584
598
  color: var(--puck-color-grey-07);
585
599
  }
586
600
 
@@ -1082,6 +1096,248 @@ textarea._Input-input_bsxfo_26 {
1082
1096
  padding-inline-start: 8px;
1083
1097
  }
1084
1098
 
1099
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextMenu/styles.module.css/#css-module-data */
1100
+ ._RichTextMenu_k97eh_1 {
1101
+ display: flex;
1102
+ flex-direction: row;
1103
+ flex-wrap: nowrap;
1104
+ }
1105
+ ._RichTextMenu--form_k97eh_7 {
1106
+ border-top-left-radius: 4px;
1107
+ border-top-right-radius: 4px;
1108
+ padding: 6px 6px;
1109
+ background-color: var(--puck-color-grey-12);
1110
+ position: relative;
1111
+ scrollbar-width: none;
1112
+ overflow-x: auto;
1113
+ }
1114
+ ._RichTextMenu-group_k97eh_17 {
1115
+ display: flex;
1116
+ align-items: space-between;
1117
+ flex-direction: row;
1118
+ flex-wrap: nowrap;
1119
+ padding-inline: 6px;
1120
+ gap: 2px;
1121
+ position: relative;
1122
+ }
1123
+ ._RichTextMenu-group_k97eh_17:first-of-type {
1124
+ padding-left: 0;
1125
+ }
1126
+ ._RichTextMenu-group_k97eh_17:last-of-type {
1127
+ padding-right: 0;
1128
+ }
1129
+ ._RichTextMenu--inline_k97eh_35 ._RichTextMenu-group_k97eh_17 {
1130
+ color: var(--puck-color-grey-08);
1131
+ gap: 0px;
1132
+ flex-wrap: nowrap;
1133
+ }
1134
+ ._RichTextMenu-group_k97eh_17 + ._RichTextMenu-group_k97eh_17 {
1135
+ border-left: 1px solid var(--puck-color-grey-10);
1136
+ }
1137
+ ._RichTextMenu--inline_k97eh_35 ._RichTextMenu-group_k97eh_17 + ._RichTextMenu-group_k97eh_17 {
1138
+ border-left: 0.5px solid var(--puck-color-grey-05);
1139
+ }
1140
+
1141
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1142
+ ._Control_1aveu_1 .lucide {
1143
+ height: 18px;
1144
+ width: 18px;
1145
+ }
1146
+ ._Control--inline_1aveu_6 .lucide {
1147
+ height: 16px;
1148
+ width: 16px;
1149
+ }
1150
+
1151
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Select/styles.module.css/#css-module-data */
1152
+ ._Select_xjbef_1 {
1153
+ position: relative;
1154
+ z-index: 1;
1155
+ }
1156
+ ._Select-button_xjbef_6 {
1157
+ align-items: center;
1158
+ background: transparent;
1159
+ border: none;
1160
+ border-radius: 4px;
1161
+ display: flex;
1162
+ justify-content: center;
1163
+ gap: 0px;
1164
+ height: 100%;
1165
+ padding: 4px;
1166
+ padding-right: 2px;
1167
+ }
1168
+ ._Select--hasOptions_xjbef_19 ._Select-button_xjbef_6 {
1169
+ color: currentColor;
1170
+ }
1171
+ ._Select--hasOptions_xjbef_19:not(._Select--disabled_xjbef_23) ._Select-button_xjbef_6 {
1172
+ cursor: pointer;
1173
+ }
1174
+ ._Select-buttonIcon_xjbef_27 {
1175
+ align-items: center;
1176
+ display: flex;
1177
+ justify-content: center;
1178
+ }
1179
+ ._Select--standalone_xjbef_33 ._Select-buttonIcon_xjbef_27 .lucide {
1180
+ height: 18px;
1181
+ width: 18px;
1182
+ }
1183
+ ._Select--actionBar_xjbef_38 ._Select-buttonIcon_xjbef_27 .lucide {
1184
+ height: 16px;
1185
+ width: 16px;
1186
+ }
1187
+ ._Select--hasOptions_xjbef_19:not(._Select--disabled_xjbef_23) ._Select-button_xjbef_6:hover,
1188
+ ._Select--hasValue_xjbef_44 ._Select-button_xjbef_6 {
1189
+ background: var(--puck-color-grey-10);
1190
+ color: var(--puck-color-azure-04);
1191
+ }
1192
+ ._Select--disabled_xjbef_23 ._Select-button_xjbef_6 {
1193
+ color: var(--puck-color-grey-07);
1194
+ }
1195
+ ._Select--actionBar_xjbef_38 {
1196
+ &._Select--hasOptions_xjbef_19 ._Select-button_xjbef_6:hover,
1197
+ &._Select--hasValue_xjbef_44 ._Select-button_xjbef_6 {
1198
+ background: none;
1199
+ color: var(--puck-color-azure-07);
1200
+ }
1201
+ }
1202
+ ._Select-items_xjbef_61 {
1203
+ background: white;
1204
+ border: 1px solid var(--puck-color-grey-09);
1205
+ border-radius: 8px;
1206
+ margin: 10px 8px;
1207
+ margin-left: 0;
1208
+ padding: 4px;
1209
+ z-index: 2;
1210
+ list-style: none;
1211
+ }
1212
+ ._SelectItem_xjbef_72 {
1213
+ background: transparent;
1214
+ border-radius: 4px;
1215
+ border: none;
1216
+ color: var(--puck-color-grey-04);
1217
+ cursor: pointer;
1218
+ display: flex;
1219
+ gap: 8px;
1220
+ align-items: center;
1221
+ font-size: var(--puck-font-size-xxs);
1222
+ margin: 0;
1223
+ padding: 8px 12px;
1224
+ width: 100%;
1225
+ }
1226
+ ._SelectItem--isSelected_xjbef_87 {
1227
+ background: var(--puck-color-azure-11);
1228
+ color: var(--puck-color-azure-04);
1229
+ font-weight: 500;
1230
+ }
1231
+ ._SelectItem--isSelected_xjbef_87 ._SelectItem-icon_xjbef_93 {
1232
+ color: var(--puck-color-azure-04);
1233
+ }
1234
+ ._SelectItem_xjbef_72:hover {
1235
+ background: var(--puck-color-azure-11);
1236
+ color: var(--puck-color-azure-04);
1237
+ }
1238
+
1239
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextEditor/styles.module.css/#css-module-data */
1240
+ ._RichTextEditor_1elol_1 .ProseMirror {
1241
+ white-space: pre-wrap;
1242
+ word-wrap: break-word;
1243
+ cursor: text;
1244
+ outline: none;
1245
+ position: relative;
1246
+ }
1247
+ ._RichTextEditor_1elol_1 .rich-text * {
1248
+ white-space: pre-wrap;
1249
+ user-select: auto;
1250
+ -webkit-user-select: auto;
1251
+ }
1252
+ ._RichTextEditor_1elol_1 .rich-text blockquote {
1253
+ margin: 1em 0;
1254
+ padding: 0 1em;
1255
+ border-left: 4px solid var(--puck-color-grey-09);
1256
+ }
1257
+ ._RichTextEditor_1elol_1 .rich-text code {
1258
+ background-color: var(--puck-color-grey-11);
1259
+ padding: 4px 8px;
1260
+ border-radius: 4px;
1261
+ }
1262
+ ._RichTextEditor_1elol_1 .rich-text p:empty::before {
1263
+ content: "\a0";
1264
+ }
1265
+ ._RichTextEditor_1elol_1 .rich-text pre code {
1266
+ display: block;
1267
+ padding: 8px 12px;
1268
+ }
1269
+ ._RichTextEditor_1elol_1 .rich-text > *:first-child,
1270
+ ._RichTextEditor_1elol_1 .ProseMirror > *:first-child,
1271
+ ._RichTextEditor_1elol_1 .rich-text * p:first-of-type {
1272
+ margin-top: 0;
1273
+ }
1274
+ ._RichTextEditor_1elol_1 .rich-text > *:last-child,
1275
+ ._RichTextEditor_1elol_1 .ProseMirror > *:last-child,
1276
+ ._RichTextEditor_1elol_1 .rich-text * p:last-of-type {
1277
+ margin-bottom: 0;
1278
+ }
1279
+ ._RichTextEditor--editor_1elol_50 {
1280
+ background: var(--puck-color-white);
1281
+ border-width: 1px;
1282
+ border-style: solid;
1283
+ border-color: var(--puck-color-grey-09);
1284
+ border-radius: 4px;
1285
+ box-sizing: border-box;
1286
+ display: flex;
1287
+ flex-direction: column;
1288
+ font-family: inherit;
1289
+ font-size: var(--puck-font-size-xxs);
1290
+ resize: vertical;
1291
+ transition: border-color 50ms ease-in;
1292
+ width: 100%;
1293
+ max-width: 100%;
1294
+ min-height: 128px;
1295
+ }
1296
+ ._RichTextEditor--editor_1elol_50 .rich-text {
1297
+ flex-grow: 1;
1298
+ }
1299
+ ._RichTextEditor--editor_1elol_50 .rich-text:not(:has(.ProseMirror)),
1300
+ ._RichTextEditor--editor_1elol_50 .rich-text .ProseMirror {
1301
+ height: 100%;
1302
+ padding: 12px 15px;
1303
+ }
1304
+ ._RichTextEditor--editor_1elol_50 .rich-text ul,
1305
+ ._RichTextEditor--editor_1elol_50 .rich-text ol {
1306
+ padding-left: 24px;
1307
+ }
1308
+ ._RichTextEditor--editor_1elol_50 .rich-text li {
1309
+ line-height: 1.5;
1310
+ }
1311
+ ._RichTextEditor--editor_1elol_50 .rich-text p {
1312
+ margin-block: 12px;
1313
+ }
1314
+ ._RichTextEditor--editor_1elol_50 .rich-text ul {
1315
+ list-style: disc;
1316
+ }
1317
+ ._RichTextEditor--editor_1elol_50 .rich-text ol {
1318
+ list-style: decimal;
1319
+ }
1320
+ ._RichTextEditor--editor_1elol_50:focus-within {
1321
+ border-color: var(--puck-color-grey-05);
1322
+ outline: 2px solid var(--puck-color-azure-05);
1323
+ transition: none;
1324
+ }
1325
+ ._RichTextEditor--editor_1elol_50._RichTextEditor--disabled_1elol_106 {
1326
+ background: var(--puck-color-grey-11);
1327
+ }
1328
+ ._RichTextEditor_1elol_1:not(:focus-within):not(._RichTextEditor--isActive_1elol_110) .ProseMirror ::selection {
1329
+ background-color: transparent;
1330
+ }
1331
+ ._RichTextEditor-menu_1elol_116 {
1332
+ border-bottom: 1px solid var(--puck-color-grey-10);
1333
+ position: sticky;
1334
+ top: 0;
1335
+ z-index: 1;
1336
+ }
1337
+ ._RichTextEditor--disabled_1elol_106 ._RichTextEditor-menu_1elol_116 {
1338
+ border-bottom: 1px solid var(--puck-color-grey-09);
1339
+ }
1340
+
1085
1341
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1086
1342
  ._ObjectField_1ua3y_5 {
1087
1343
  display: flex;
@@ -1324,7 +1580,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1324
1580
  outline-offset: 2px;
1325
1581
  }
1326
1582
  [data-puck-overlay-portal]:focus-within {
1327
- outline: 2px var(--puck-color-azure-07) solid;
1583
+ outline: 2px var(--puck-color-azure-07) dashed;
1328
1584
  outline-offset: 2px;
1329
1585
  }
1330
1586
 
@@ -1,4 +1,19 @@
1
- export { ad as Adaptor, A as AppState, ab as ArrayField, B as ArrayState, ar as AsFieldProps, X as BaseData, a5 as BaseField, af as CacheOpts, f as ComponentConfig, J as ComponentConfigExtensions, T as ComponentConfigParams, a as ComponentData, a0 as ComponentDataMap, _ as ComponentDataOptionalId, a3 as ComponentMetadata, C as Config, Q as ConfigParams, a1 as Content, ai as CustomField, ah as CustomFieldRender, j as Data, ao as DefaultComponentProps, L as DefaultComponents, al as DefaultRootFieldProps, an as DefaultRootProps, am as DefaultRootRenderProps, o as Direction, p as DragAxis, ag as ExternalField, ae as ExternalFieldWithAdaptor, N as ExtractConfigParams, at as ExtractField, h as Field, a4 as FieldMetadata, i as FieldProps, y as FieldRenderFunctions, u as FieldTransformFn, s as FieldTransformFnParams, g as FieldTransforms, F as Fields, H as History, I as IframeConfig, l as InitialHistory, z as ItemWithId, $ as MappedItem, M as Metadata, a7 as NumberField, ac as ObjectField, k as OnAction, x as OverrideKey, O as Overrides, P as Permissions, d as Plugin, b as PuckAction, G as PuckComponent, ak as PuckContext, a2 as PuckMetadata, aa as RadioField, c as ResolveDataTrigger, K as RootConfig, Z as RootData, R as RootDataWithProps, Y as RootDataWithoutProps, a9 as SelectField, S as Slot, E as SlotComponent, aj as SlotField, a6 as TextField, a8 as TextareaField, e as UiState, U as UserGenerics, q as Viewport, V as Viewports, as as WithChildren, ap as WithId, aq as WithPuckProps, W as WithSlotProps, m as migrate, v as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-CkSoNBF7.mjs';
2
- export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, UsePuckData, createUsePuck, registerOverlayPortal, renderContext, setDeep, useGetPuck, usePuck } from './index.mjs';
1
+ export { af as Adaptor, A as AppState, ad as ArrayField, G as ArrayState, at as AsFieldProps, Z as BaseData, a7 as BaseField, ah as CacheOpts, f as ComponentConfig, L as ComponentConfigExtensions, Y as ComponentConfigParams, a as ComponentData, a2 as ComponentDataMap, a0 as ComponentDataOptionalId, a5 as ComponentMetadata, C as Config, X as ConfigParams, a3 as Content, ak as CustomField, aj as CustomFieldRender, k as Data, aq as DefaultComponentProps, Q as DefaultComponents, an as DefaultRootFieldProps, ap as DefaultRootProps, ao as DefaultRootRenderProps, q as Direction, s as DragAxis, ai as ExternalField, ag as ExternalFieldWithAdaptor, T as ExtractConfigParams, av as ExtractField, i as Field, a6 as FieldMetadata, j as FieldProps, B as FieldRenderFunctions, x as FieldTransformFn, v as FieldTransformFnParams, g as FieldTransforms, F as Fields, H as History, I as IframeConfig, n as InitialHistory, E as ItemWithId, a1 as MappedItem, M as Metadata, a9 as NumberField, ae as ObjectField, l as OnAction, z as OverrideKey, O as Overrides, P as Permissions, d as Plugin, b as PuckAction, K as PuckComponent, am as PuckContext, a4 as PuckMetadata, ac as RadioField, c as ResolveDataTrigger, p as RichText, h as RichtextField, N as RootConfig, $ as RootData, R as RootDataWithProps, _ as RootDataWithoutProps, ab as SelectField, S as Slot, J as SlotComponent, al as SlotField, a8 as TextField, aa as TextareaField, e as UiState, U as UserGenerics, u as Viewport, V as Viewports, au as WithChildren, ar as WithId, as as WithPuckProps, W as WithSlotProps, m as migrate, y as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-Ja9bNCM9.mjs';
2
+ export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, RichTextMenu, Separator, UsePuckData, createUsePuck, registerOverlayPortal, renderContext, setDeep, useGetPuck, usePuck } from './index.mjs';
3
3
  import 'react';
4
+ import '@tiptap/react';
5
+ import '@tiptap/extension-blockquote';
6
+ import '@tiptap/extension-bold';
7
+ import '@tiptap/extension-code';
8
+ import '@tiptap/extension-code-block';
9
+ import '@tiptap/extension-hard-break';
10
+ import '@tiptap/extension-heading';
11
+ import '@tiptap/extension-horizontal-rule';
12
+ import '@tiptap/extension-italic';
13
+ import '@tiptap/extension-link';
14
+ import '@tiptap/extension-list';
15
+ import '@tiptap/extension-paragraph';
16
+ import '@tiptap/extension-strike';
17
+ import '@tiptap/extension-text-align';
18
+ import '@tiptap/extension-underline';
4
19
  import 'react/jsx-runtime';
@@ -1,4 +1,19 @@
1
- export { ad as Adaptor, A as AppState, ab as ArrayField, B as ArrayState, ar as AsFieldProps, X as BaseData, a5 as BaseField, af as CacheOpts, f as ComponentConfig, J as ComponentConfigExtensions, T as ComponentConfigParams, a as ComponentData, a0 as ComponentDataMap, _ as ComponentDataOptionalId, a3 as ComponentMetadata, C as Config, Q as ConfigParams, a1 as Content, ai as CustomField, ah as CustomFieldRender, j as Data, ao as DefaultComponentProps, L as DefaultComponents, al as DefaultRootFieldProps, an as DefaultRootProps, am as DefaultRootRenderProps, o as Direction, p as DragAxis, ag as ExternalField, ae as ExternalFieldWithAdaptor, N as ExtractConfigParams, at as ExtractField, h as Field, a4 as FieldMetadata, i as FieldProps, y as FieldRenderFunctions, u as FieldTransformFn, s as FieldTransformFnParams, g as FieldTransforms, F as Fields, H as History, I as IframeConfig, l as InitialHistory, z as ItemWithId, $ as MappedItem, M as Metadata, a7 as NumberField, ac as ObjectField, k as OnAction, x as OverrideKey, O as Overrides, P as Permissions, d as Plugin, b as PuckAction, G as PuckComponent, ak as PuckContext, a2 as PuckMetadata, aa as RadioField, c as ResolveDataTrigger, K as RootConfig, Z as RootData, R as RootDataWithProps, Y as RootDataWithoutProps, a9 as SelectField, S as Slot, E as SlotComponent, aj as SlotField, a6 as TextField, a8 as TextareaField, e as UiState, U as UserGenerics, q as Viewport, V as Viewports, as as WithChildren, ap as WithId, aq as WithPuckProps, W as WithSlotProps, m as migrate, v as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-CkSoNBF7.js';
2
- export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, UsePuckData, createUsePuck, registerOverlayPortal, renderContext, setDeep, useGetPuck, usePuck } from './index.js';
1
+ export { af as Adaptor, A as AppState, ad as ArrayField, G as ArrayState, at as AsFieldProps, Z as BaseData, a7 as BaseField, ah as CacheOpts, f as ComponentConfig, L as ComponentConfigExtensions, Y as ComponentConfigParams, a as ComponentData, a2 as ComponentDataMap, a0 as ComponentDataOptionalId, a5 as ComponentMetadata, C as Config, X as ConfigParams, a3 as Content, ak as CustomField, aj as CustomFieldRender, k as Data, aq as DefaultComponentProps, Q as DefaultComponents, an as DefaultRootFieldProps, ap as DefaultRootProps, ao as DefaultRootRenderProps, q as Direction, s as DragAxis, ai as ExternalField, ag as ExternalFieldWithAdaptor, T as ExtractConfigParams, av as ExtractField, i as Field, a6 as FieldMetadata, j as FieldProps, B as FieldRenderFunctions, x as FieldTransformFn, v as FieldTransformFnParams, g as FieldTransforms, F as Fields, H as History, I as IframeConfig, n as InitialHistory, E as ItemWithId, a1 as MappedItem, M as Metadata, a9 as NumberField, ae as ObjectField, l as OnAction, z as OverrideKey, O as Overrides, P as Permissions, d as Plugin, b as PuckAction, K as PuckComponent, am as PuckContext, a4 as PuckMetadata, ac as RadioField, c as ResolveDataTrigger, p as RichText, h as RichtextField, N as RootConfig, $ as RootData, R as RootDataWithProps, _ as RootDataWithoutProps, ab as SelectField, S as Slot, J as SlotComponent, al as SlotField, a8 as TextField, aa as TextareaField, e as UiState, U as UserGenerics, u as Viewport, V as Viewports, au as WithChildren, ar as WithId, as as WithPuckProps, W as WithSlotProps, m as migrate, y as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-Ja9bNCM9.js';
2
+ export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, RichTextMenu, Separator, UsePuckData, createUsePuck, registerOverlayPortal, renderContext, setDeep, useGetPuck, usePuck } from './index.js';
3
3
  import 'react';
4
+ import '@tiptap/react';
5
+ import '@tiptap/extension-blockquote';
6
+ import '@tiptap/extension-bold';
7
+ import '@tiptap/extension-code';
8
+ import '@tiptap/extension-code-block';
9
+ import '@tiptap/extension-hard-break';
10
+ import '@tiptap/extension-heading';
11
+ import '@tiptap/extension-horizontal-rule';
12
+ import '@tiptap/extension-italic';
13
+ import '@tiptap/extension-link';
14
+ import '@tiptap/extension-list';
15
+ import '@tiptap/extension-paragraph';
16
+ import '@tiptap/extension-strike';
17
+ import '@tiptap/extension-text-align';
18
+ import '@tiptap/extension-underline';
4
19
  import 'react/jsx-runtime';