poe-svelte-ui-lib 1.1.3 → 1.1.4

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.
@@ -222,7 +222,7 @@
222
222
 
223
223
  {#if column.overflow?.copy}
224
224
  <button
225
- class="m-2 flex cursor-pointer border-none bg-transparent text-2xl"
225
+ class="mx-2 flex cursor-pointer border-none bg-transparent text-2xl"
226
226
  onclick={(e) => {
227
227
  e.preventDefault()
228
228
  navigator.clipboard.writeText(row[column.key])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {