@cu-mkp/editioncrafter 1.3.1-beta.6 → 1.3.1-beta.7

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.
@@ -54301,6 +54301,9 @@ function $te(e) {
54301
54301
  onClick: () => {
54302
54302
  v([]), U();
54303
54303
  },
54304
+ style: {
54305
+ marginRight: "24px"
54306
+ },
54304
54307
  children: "Clear All"
54305
54308
  }
54306
54309
  ) : null,
@@ -151,6 +151,9 @@ function SurfaceBrowser(props) {
151
151
  setTags([])
152
152
  clearTags()
153
153
  }}
154
+ style={{
155
+ marginRight: '24px',
156
+ }}
154
157
  >
155
158
  Clear All
156
159
  </Button>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cu-mkp/editioncrafter",
3
3
  "type": "module",
4
- "version": "1.3.1-beta.6",
4
+ "version": "1.3.1-beta.7",
5
5
  "private": false,
6
6
  "description": "A simple digital critical edition publication tool",
7
7
  "license": "MIT",