@v1nt1248/3nclient-lib 0.3.16 → 0.3.18

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.
@@ -4276,7 +4276,7 @@ function ze(n, r = {}) {
4276
4276
  return n ? n(r).some((n) => n.type === e || Array.isArray(n.children) && !n.children.length ? !1 : n.type !== t || typeof n.children == "string" && n.children.trim() !== "") : !1;
4277
4277
  }
4278
4278
  //#endregion
4279
- //#region src/utils/ui/get-element-color.ts
4279
+ //#region src/utils/ui/generate-color.ts
4280
4280
  function Be(e) {
4281
4281
  let t = 0;
4282
4282
  for (let n = 0; n < e.length; n++) t = e.charCodeAt(n) + ((t << 5) - t);
@@ -14,7 +14,7 @@ export * from './remove-whitespace-in-string';
14
14
  export * from './ui/selection';
15
15
  export * from './ui/mark-search';
16
16
  export * from './ui/has-slot-content';
17
- export * from './ui/get-element-color';
17
+ export * from './ui/generate-color';
18
18
  export * from './ui/invert-color';
19
19
  export * from './ui/html2text';
20
20
  export * from './ui/prepare-date-as-string';
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.3.16",
5
+ "version": "0.3.18",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "type": "module",
8
8
  "files": [
@@ -56,25 +56,25 @@
56
56
  "dayjs": "1.11.20",
57
57
  "lodash": "4.18.1",
58
58
  "mitt": "3.0.1",
59
- "sanitize-html": "2.17.3",
59
+ "sanitize-html": "2.17.4",
60
60
  "vuedraggable": "4.1.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "pinia": "3.0.4",
64
- "vue": "3.5.33"
64
+ "vue": "3.5.34"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@eslint/eslintrc": "3.3.5",
68
68
  "@eslint/js": "10.0.1",
69
69
  "@types/lodash": "4.17.24",
70
- "@types/node": "24.12.2",
70
+ "@types/node": "24.12.4",
71
71
  "@types/sanitize-html": "2.16.1",
72
72
  "@typescript-eslint/eslint-plugin": "8.59.0",
73
73
  "@typescript-eslint/parser": "8.59.0",
74
74
  "@vitejs/plugin-vue": "6.0.6",
75
- "@vue/compiler-core": "3.5.33",
75
+ "@vue/compiler-core": "3.5.34",
76
76
  "@vue/eslint-config-typescript": "14.7.0",
77
- "@vue/runtime-core": "3.5.33",
77
+ "@vue/runtime-core": "3.5.34",
78
78
  "@vuedx/typescript-plugin-vue": "0.7.6",
79
79
  "eslint": "10.2.1",
80
80
  "eslint-config-prettier": "10.1.8",
@@ -102,9 +102,9 @@
102
102
  "vite": "8.0.10",
103
103
  "vite-plugin-css-injected-by-js": "4.0.1",
104
104
  "vite-plugin-dts": "4.5.4",
105
- "vite-plugin-vue-devtools": "8.1.1",
105
+ "vite-plugin-vue-devtools": "8.1.2",
106
106
  "vitepress": "1.6.4",
107
- "vue": "3.5.33",
107
+ "vue": "3.5.34",
108
108
  "vue-component-meta": "3.2.7",
109
109
  "vue-docgen-api": "4.79.2",
110
110
  "vue-eslint-parser": "10.4.0",
@@ -187,7 +187,7 @@
187
187
  border-radius: var(--spacing-xs);
188
188
  background-color: var(--color-bg-control-secondary-default);
189
189
  padding: 0 var(--spacing-s);
190
- font-family: Manrope, sans-serif;
190
+ font-family: Inter, system-ui, sans-serif;
191
191
  font-size: var(--font-13);
192
192
  line-height: var(--font-16);
193
193
  font-weight: 400;