climb-onyx-gui 0.10.4 → 0.10.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.
@@ -31741,7 +31741,7 @@ function __(s) {
31741
31741
  {
31742
31742
  className: "float-end",
31743
31743
  size: "sm",
31744
- variant: "dark",
31744
+ variant: "success",
31745
31745
  onClick: z,
31746
31746
  children: "Export Page to CSV"
31747
31747
  }
@@ -80443,7 +80443,7 @@ function Q_(s) {
80443
80443
  )) }) })
80444
80444
  ] }) });
80445
80445
  }
80446
- const K_ = "0.10.4";
80446
+ const K_ = "0.10.5";
80447
80447
  function q_(s) {
80448
80448
  const o = {}, E = (z, P = "") => {
80449
80449
  for (const [K, M] of Object.entries(z))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climb-onyx-gui",
3
- "version": "0.10.4",
3
+ "version": "0.10.5",
4
4
  "type": "module",
5
5
  "main": "dist/climb-onyx-gui.js",
6
6
  "types": "dist/main.d.ts",