@v1nt1248/3nclient-lib 0.1.94 → 0.1.96

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@v1nt1248/3nclient-lib",
3
3
  "license": "AGPL-3.0-or-later",
4
4
  "author": "v1nt1248",
5
- "version": "0.1.94",
5
+ "version": "0.1.96",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "type": "module",
8
8
  "files": [
@@ -99,7 +99,7 @@
99
99
  ev.preventDefault();
100
100
  }
101
101
  show.value = false;
102
- props.dialogProps?.onClose && props.dialogProps.onClose();
102
+ props.dialogProps?.onClose && props.dialogProps.onClose(data.value);
103
103
  if (withAction) {
104
104
  emits('close', data.value);
105
105
  }
@@ -364,7 +364,6 @@
364
364
  span {
365
365
  display: block;
366
366
  position: relative;
367
- height: var(--dialog-title-font-size);
368
367
  flex-grow: 1;
369
368
  font-size: var(--dialog-title-font-size);
370
369
  font-weight: 600;