@madie/madie-design-system 1.2.62 → 1.2.63

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.
@@ -184,6 +184,9 @@ const RichTextEditor = ({
184
184
  Gapcursor,
185
185
  Table.configure({
186
186
  resizable: true,
187
+ HTMLAttributes: {
188
+ class: "rich-text-table",
189
+ },
187
190
  }),
188
191
  TableRow,
189
192
  TableHeader,