vue-devui 1.6.21 → 1.6.23

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.
@@ -1225,14 +1225,9 @@ const STRIKE_ICON = `<svg width="16px" height="16px" viewBox="0 0 16 16">
1225
1225
  </g>
1226
1226
  </g>
1227
1227
  </svg>`;
1228
- const COLOR_ICON = `<svg width="16px" height="16px" viewBox="0 0 16 16">
1229
- <g id="edit-icon/background-color" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1230
- <g fill="#293040">
1231
- <g>
1232
- <path d="M10.4761905,8 L5.52380952,8 L4,12 L3,12 L7.5,-3.84581256e-13 L8.5,-3.84581256e-13 L13,12 L12,12 L10.4761905,8 L10.4761905,8 Z M10.0952381,7 L8,1.5 L5.9047619,7 L10.0952381,7 Z M2,14 L14,14 L14,16 L2,16 L2,14 Z" id="\u5F62\u72B6"></path>
1233
- </g>
1234
- </g>
1235
- </g>
1228
+ const COLOR_ICON = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
1229
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.05597 9.5L4.05895 12H2.94092L7.55273 0.776367H8.44716L13.059 12H11.9409L10.9439 9.5H5.05597ZM5.45477 8.5H10.5451L7.99995 2.11801L5.45477 8.5Z" fill="#3B3E55"/>
1230
+ <path d="M1 13H15V16H1V13Z" fill="#3B3E55"/>
1236
1231
  </svg>`;
1237
1232
  const LIST_UNORDERED_ICON = `<svg width="16px" height="16px" viewBox="0 0 16 16">
1238
1233
  <g id="edit-icon/unordered-list" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
@@ -1503,7 +1498,8 @@ ToolBarHandler.code = (editor) => {
1503
1498
  }
1504
1499
  };
1505
1500
  ToolBarHandler.table = (editor) => {
1506
- const table = `| | | |
1501
+ const table = `
1502
+ | | | |
1507
1503
  |--|--|--|
1508
1504
  | | | |`;
1509
1505
  editor.replaceSelection(table);