terrier-engine 4.13.4 → 4.13.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.
@@ -247,7 +247,7 @@ export class ColumnsEditorModal extends ModalPart<ColumnsEditorState> {
247
247
  tbody.tr(tr => {
248
248
  tr.td('.name').text(colDef.name)
249
249
  tr.td('.description').text(colDef.metadata?.description || '')
250
- tr.td().a('.add-column.tt-button.secondary.circle.inline', a => {
250
+ tr.td().a('.add-column.tt-button.secondary.circle.compact.inline', a => {
251
251
  a.i('.glyp-plus')
252
252
  }).emitClick(addSingleKey, {name: colDef.name})
253
253
  })
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.13.4",
7
+ "version": "4.13.5",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"