quill-table-up 2.0.4 → 2.0.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quill-table-up",
3
3
  "type": "module",
4
- "version": "2.0.4",
4
+ "version": "2.0.5",
5
5
  "packageManager": "pnpm@9.9.0",
6
6
  "description": "A table module for quill2.x",
7
7
  "author": "zzxming",
package/src/index.ts CHANGED
@@ -1153,5 +1153,15 @@ export function defaultCustomSelect(tableModule: TableUp, picker: QuillThemePick
1153
1153
  export default TableUp;
1154
1154
  export * from './formats';
1155
1155
  export * from './modules';
1156
- export { blotName, findParentBlot, findParentBlots, randomId, tableUpEvent, tableUpSize } from './utils';
1156
+ export {
1157
+ blotName,
1158
+ createColorPicker,
1159
+ createSelectBox,
1160
+ createTooltip,
1161
+ findParentBlot,
1162
+ findParentBlots,
1163
+ randomId,
1164
+ tableUpEvent,
1165
+ tableUpSize,
1166
+ } from './utils';
1157
1167
  export * from './utils/types';