@v1nt1248/3nclient-lib 0.2.62 → 0.2.64

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.
@@ -2307,12 +2307,6 @@ var le = {}, C0;
2307
2307
  function _U() {
2308
2308
  if (C0) return le;
2309
2309
  C0 = 1, Object.defineProperty(le, "__esModule", { value: !0 });
2310
- /*!
2311
- * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
2312
- *
2313
- * Copyright (c) 2014-2017, Jon Schlinkert.
2314
- * Released under the MIT License.
2315
- */
2316
2310
  function I(Q) {
2317
2311
  return Object.prototype.toString.call(Q) === "[object Object]";
2318
2312
  }
@@ -7091,14 +7085,6 @@ const vh = {
7091
7085
  }
7092
7086
  };
7093
7087
  var TC = { exports: {} };
7094
- /**
7095
- * @license
7096
- * Lodash <https://lodash.com/>
7097
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
7098
- * Released under MIT license <https://lodash.com/license>
7099
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
7100
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
7101
- */
7102
7088
  var WN = TC.exports, nw;
7103
7089
  function ZN() {
7104
7090
  return nw || (nw = 1, function(I, C) {
@@ -17348,11 +17334,11 @@ const Me = /* @__PURE__ */ xQ(cK), wK = /* @__PURE__ */ Eg({
17348
17334
  },
17349
17335
  setup(I) {
17350
17336
  MI((N) => ({
17351
- v28a94a90: u.value,
17352
- v268fd5d2: n.value,
17353
- v49c93084: D.value,
17354
- v469d77ec: N.bgColor,
17355
- v77ce2f62: N.color
17337
+ v52884f77: u.value,
17338
+ v028ca5e0: n.value,
17339
+ v5bcac87d: D.value,
17340
+ v069048f1: N.bgColor,
17341
+ v7ff1faf6: N.color
17356
17342
  }));
17357
17343
  const C = [1, 5, 10, 15, 20, 30, 40, 50, 60, 70, 80, 85, 90, 95, 99], Q = I, B = vQ(), E = wA(), e = tA(() => Q.withText && !Q.indeterminate), o = tA(() => DI.toNumber(Q.size)), u = tA(() => `${o.value}px`), w = tA(() => {
17358
17344
  if (Q.width)
@@ -17405,7 +17391,7 @@ const Me = /* @__PURE__ */ xQ(cK), wK = /* @__PURE__ */ Eg({
17405
17391
  }, Dg(a.value) + "% ", 3)) : XA("", !0)
17406
17392
  ], 2));
17407
17393
  }
17408
- }), Gp = "_ui3nProgressCircular_5y55t_1", Up = "_inverse_5y55t_14", dp = "_background_5y55t_14", Np = "_chart_5y55t_17", Mp = "_indeterminate_5y55t_20", Sp = "_pie_5y55t_24", Lp = "_text_5y55t_45", kp = "_spin_5y55t_1", Jp = {
17394
+ }), Gp = "_ui3nProgressCircular_ppz9q_1", Up = "_inverse_ppz9q_17", dp = "_background_ppz9q_17", Np = "_chart_ppz9q_20", Mp = "_indeterminate_ppz9q_23", Sp = "_pie_ppz9q_27", Lp = "_text_ppz9q_48", kp = "_spin_ppz9q_1", Jp = {
17409
17395
  ui3nProgressCircular: Gp,
17410
17396
  inverse: Up,
17411
17397
  background: dp,
@@ -6,19 +6,19 @@
6
6
  --spacing-l: 32px;
7
7
  --spacing-xl: 40px;
8
8
  --spacing-xxl: 48px;
9
- --white-inf: rgba(255, 255, 255, 0);
9
+ --white-inf: rgb(255, 255, 255, 0);
10
10
  --white-100: #fff;
11
- --white-4: rgba(250, 250, 250, 0.04);
12
- --white-8: rgba(250, 250, 250, 0.08);
13
- --white-12: rgba(250, 250, 250, 0.12);
14
- --white-24: rgba(250, 250, 250, 0.24);
15
- --white-48: rgba(250, 250, 250, 0.48);
16
- --black-inf: rgba(0, 0, 0, 0);
17
- --black-4: rgba(0, 0, 0, 0.04);
18
- --black-8: rgba(0, 0, 0, 0.08);
19
- --black-12: rgba(0, 0, 0, 0.12);
20
- --black-24: rgba(0, 0, 0, 0.24);
21
- --black-48: rgba(0, 0, 0, 0.48);
11
+ --white-4: rgb(250, 250, 250, 0.04);
12
+ --white-8: rgb(250, 250, 250, 0.08);
13
+ --white-12: rgb(250, 250, 250, 0.12);
14
+ --white-24: rgb(250, 250, 250, 0.24);
15
+ --white-48: rgb(250, 250, 250, 0.48);
16
+ --black-inf: rgb(0, 0, 0, 0);
17
+ --black-4: rgb(0, 0, 0, 0.04);
18
+ --black-8: rgb(0, 0, 0, 0.08);
19
+ --black-12: rgb(0, 0, 0, 0.12);
20
+ --black-24: rgb(0, 0, 0, 0.24);
21
+ --black-48: rgb(0, 0, 0, 0.48);
22
22
  --black-100: #000;
23
23
  --red-0: #feeeed;
24
24
  --red-5: #fcd9d6;
@@ -95,8 +95,8 @@
95
95
  --grey-90: #27282b;
96
96
  --grey-95: #1f2023;
97
97
  --grey-100: #131415;
98
- --files-darker: rgba(0, 0, 0, 0.5);
99
- --files-darker-light: rgba(0, 0, 0, 0.3);
98
+ --files-darker: rgb(0, 0, 0, 0.5);
99
+ --files-darker-light: rgb(0, 0, 0, 0.3);
100
100
  --files-word-primary: #0078d4;
101
101
  --files-word-secondary: #a7d7f9;
102
102
  --files-excel-primary: #107c41;
@@ -452,6 +452,172 @@
452
452
  --info-outline-disabled: var(--blue-5);
453
453
  }
454
454
 
455
+ .dark2-theme {
456
+ --ripple: var(--black-48);
457
+ --shadow-key-1: var(--white-12);
458
+ --shadow-key-2: var(--white-8);
459
+ --shadow-key-3: var(--white-4);
460
+ --shadow-close: var(--black-12);
461
+ --shadow-far: var(--black-24);
462
+ --global-default: var(--grey-95);
463
+ --global-subdefault: var(--grey-90);
464
+ --default-fill-default: var(--grey-100);
465
+ --default-fill-hover: var(--grey-85);
466
+ --default-fill-focused: var(--grey-100);
467
+ --default-fill-pressed: var(--grey-70);
468
+ --default-fill-disabled: var(--grey-100);
469
+ --default-content-default: var(--grey-0);
470
+ --default-content-hover: var(--grey-0);
471
+ --default-content-focused: var(--grey-0);
472
+ --default-content-pressed: var(--grey-0);
473
+ --default-content-disabled: var(--grey-20);
474
+ --default-hint-default: var(--grey-40);
475
+ --default-hint-hover: var(--grey-40);
476
+ --default-hint-focused: var(--grey-40);
477
+ --default-hint-pressed: var(--grey-40);
478
+ --default-hint-disabled: var(--grey-50);
479
+ --default-outline-default: var(--grey-80);
480
+ --default-outline-hover: var(--grey-70);
481
+ --default-outline-focused: var(--grey-30);
482
+ --default-outline-pressed: var(--grey-70);
483
+ --default-outline-disabled: var(--grey-85);
484
+ --default-outline-ghost: var(--white-inf);
485
+ --s-default-fill-default: var(--grey-80);
486
+ --s-default-fill-hover: var(--grey-70);
487
+ --s-default-fill-focused: var(--grey-100);
488
+ --s-default-fill-pressed: var(--grey-50);
489
+ --s-default-fill-disabled: var(--grey-80);
490
+ --s-default-content-default: var(--grey-0);
491
+ --s-default-content-hover: var(--grey-0);
492
+ --s-default-content-focused: var(--grey-0);
493
+ --s-default-content-pressed: var(--grey-0);
494
+ --s-default-content-disabled: var(--grey-20);
495
+ --s-default-outline-default: var(--grey-70);
496
+ --s-default-outline-hover: var(--grey-60);
497
+ --s-default-outline-focused: var(--grey-30);
498
+ --s-default-outline-pressed: var(--grey-60);
499
+ --s-default-outline-disabled: var(--grey-70);
500
+ --t-default-fill-default: var(--grey-0);
501
+ --t-default-fill-hover: var(--grey-5);
502
+ --t-default-fill-focused: var(--grey-0);
503
+ --t-default-fill-pressed: var(--grey-30);
504
+ --t-default-fill-disabled: var(--grey-0);
505
+ --t-default-content-default: var(--grey-90);
506
+ --t-default-content-hover: var(--grey-80);
507
+ --t-default-content-focused: var(--grey-90);
508
+ --t-default-content-pressed: var(--grey-60);
509
+ --t-default-content-disabled: var(--grey-30);
510
+ --t-default-outline-default: var(--grey-90);
511
+ --t-default-outline-hover: var(--grey-80);
512
+ --t-default-outline-focused: var(--grey-90);
513
+ --t-default-outline-pressed: var(--grey-60);
514
+ --t-default-outline-disabled: var(--grey-30);
515
+ --accent-fill-default: var(--blue-40);
516
+ --accent-fill-hover: var(--blue-50);
517
+ --accent-fill-focused: var(--blue-40);
518
+ --accent-fill-pressed: var(--blue-60);
519
+ --accent-fill-disabled: var(--blue-20);
520
+ --accent-fill-selected: var(--blue-40);
521
+ --accent-fill-unselected: var(--blue-20);
522
+ --accent-doublefill-default: var(--blue-50);
523
+ --accent-doublefill-hover: var(--blue-60);
524
+ --accent-doublefill-focused: var(--blue-50);
525
+ --accent-doublefill-pressed: var(--blue-70);
526
+ --accent-doublefill-disabled: var(--blue-30);
527
+ --accent-doublefill-selected: var(--blue-50);
528
+ --accent-doublefill-unselected: var(--blue-30);
529
+ --accent-content-default: var(--blue-0);
530
+ --accent-content-hover: var(--blue-0);
531
+ --accent-content-focused: var(--blue-0);
532
+ --accent-content-pressed: var(--blue-5);
533
+ --accent-content-disabled: var(--blue-0);
534
+ --accent-content-selected: var(--blue-85);
535
+ --accent-content-unselected: var(--blue-80);
536
+ --accent-outline-default: var(--blue-40);
537
+ --accent-outline-hover: var(--blue-50);
538
+ --accent-outline-focused: var(--blue-60);
539
+ --accent-outline-pressed: var(--blue-60);
540
+ --accent-outline-disabled: var(--blue-5);
541
+ --accent-outline-ghost: var(--white-inf);
542
+ --s-accent-fill-default: var(--grey-100);
543
+ --s-accent-fill-hover: var(--blue-70);
544
+ --s-accent-fill-focused: var(--grey-100);
545
+ --s-accent-fill-pressed: var(--blue-60);
546
+ --s-accent-fill-disabled: var(--grey-100);
547
+ --s-accent-content-default: var(--blue-40);
548
+ --s-accent-content-hover: var(--blue-40);
549
+ --s-accent-content-focused: var(--blue-40);
550
+ --s-accent-content-pressed: var(--blue-50);
551
+ --s-accent-content-disabled: var(--blue-15);
552
+ --s-accent-content-selected: var(--blue-40);
553
+ --s-accent-content-unselected: var(--blue-20);
554
+ --s-accent-outline-default: var(--blue-0);
555
+ --s-accent-outline-hover: var(--blue-5);
556
+ --s-accent-outline-focused: var(--blue-5);
557
+ --s-accent-outline-pressed: var(--blue-10);
558
+ --s-accent-outline-disabled: var(--blue-0);
559
+ --warning-fill-default: var(--orange-5);
560
+ --warning-fill-hover: var(--orange-15);
561
+ --warning-fill-focused: var(--orange-5);
562
+ --warning-fill-pressed: var(--orange-20);
563
+ --warning-fill-disabled: var(--orange-0);
564
+ --warning-content-default: var(--orange-50);
565
+ --warning-content-hover: var(--orange-50);
566
+ --warning-content-focused: var(--orange-50);
567
+ --warning-content-pressed: var(--orange-60);
568
+ --warning-content-disabled: var(--orange-30);
569
+ --warning-outline-default: var(--orange-5);
570
+ --warning-outline-hover: var(--orange-10);
571
+ --warning-outline-focused: var(--orange-70);
572
+ --warning-outline-pressed: var(--orange-10);
573
+ --warning-outline-disabled: var(--orange-5);
574
+ --success-fill-default: var(--emerald-5);
575
+ --success-fill-hover: var(--emerald-10);
576
+ --success-fill-focused: var(--emerald-5);
577
+ --success-fill-pressed: var(--emerald-20);
578
+ --success-fill-disabled: var(--emerald-0);
579
+ --success-content-default: var(--emerald-50);
580
+ --success-content-hover: var(--emerald-50);
581
+ --success-content-focused: var(--emerald-50);
582
+ --success-content-pressed: var(--emerald-60);
583
+ --success-content-disabled: var(--emerald-30);
584
+ --success-outline-default: var(--emerald-5);
585
+ --success-outline-hover: var(--emerald-10);
586
+ --success-outline-focused: var(--emerald-70);
587
+ --success-outline-pressed: var(--emerald-10);
588
+ --success-outline-disabled: var(--emerald-5);
589
+ --error-fill-default: var(--red-5);
590
+ --error-fill-hover: var(--red-10);
591
+ --error-fill-focused: var(--red-5);
592
+ --error-fill-pressed: var(--red-20);
593
+ --error-fill-disabled: var(--red-0);
594
+ --error-content-default: var(--red-50);
595
+ --error-content-hover: var(--red-50);
596
+ --error-content-focused: var(--red-50);
597
+ --error-content-pressed: var(--red-60);
598
+ --error-content-disabled: var(--red-30);
599
+ --error-outline-default: var(--red-5);
600
+ --error-outline-hover: var(--red-10);
601
+ --error-outline-focused: var(--red-70);
602
+ --error-outline-pressed: var(--red-10);
603
+ --error-outline-disabled: var(--red-5);
604
+ --info-fill-default: var(--blue-5);
605
+ --info-fill-hover: var(--blue-15);
606
+ --info-fill-focused: var(--blue-5);
607
+ --info-fill-pressed: var(--blue-20);
608
+ --info-fill-disabled: var(--blue-0);
609
+ --info-content-default: var(--blue-50);
610
+ --info-content-hover: var(--blue-60);
611
+ --info-content-focused: var(--blue-60);
612
+ --info-content-pressed: var(--blue-70);
613
+ --info-content-disabled: var(--blue-30);
614
+ --info-outline-default: var(--blue-50);
615
+ --info-outline-hover: var(--blue-10);
616
+ --info-outline-focused: var(--blue-50);
617
+ --info-outline-pressed: var(--blue-10);
618
+ --info-outline-disabled: var(--blue-5);
619
+ }
620
+
455
621
  .colors {
456
622
  --color-bg-button-primary-default: var(--accent-fill-default);
457
623
  --color-bg-button-primary-hover: var(--accent-fill-hover);
@@ -761,7 +927,7 @@
761
927
 
762
928
  html {
763
929
  overflow: hidden;
764
- font-family: Manrope, sans-serif;
930
+ font-family: system-ui, Manrope, sans-serif;
765
931
  }
766
932
 
767
933
  section,
@@ -840,7 +1006,7 @@ div {
840
1006
  font-size: var(--font-11);
841
1007
  line-height: var(--font-12);
842
1008
  font-weight: 400;
843
- word-wrap: break-word;
1009
+ overflow-wrap: break-word;
844
1010
  white-space: break-spaces;
845
1011
  box-shadow: 0 2px 1px -1px var(--shadow-key-1),
846
1012
  0 1px 1px 0 var(--shadow-key-2),
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.2.62",
5
+ "version": "0.2.64",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "type": "module",
8
8
  "files": [
@@ -53,59 +53,59 @@
53
53
  "dependencies": {
54
54
  "@floating-ui/dom": "^1.7.4",
55
55
  "@floating-ui/vue": "1.1.9",
56
- "dayjs": "1.11.18",
56
+ "dayjs": "1.11.19",
57
57
  "lodash": "4.17.21",
58
58
  "mitt": "3.0.1",
59
59
  "sanitize-html": "2.17.0",
60
60
  "vuedraggable": "4.1.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "pinia": "3.0.3",
64
- "vue": "3.5.22"
63
+ "pinia": "3.0.4",
64
+ "vue": "3.5.24"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@eslint/eslintrc": "^3.3.1",
68
- "@eslint/js": "^9.32.0",
68
+ "@eslint/js": "^9.39.1",
69
69
  "@types/lodash": "4.17.20",
70
- "@types/node": "22.18.0",
70
+ "@types/node": "22.19.1",
71
71
  "@types/sanitize-html": "2.16.0",
72
- "@typescript-eslint/eslint-plugin": "8.46.2",
73
- "@typescript-eslint/parser": "8.46.2",
72
+ "@typescript-eslint/eslint-plugin": "8.46.4",
73
+ "@typescript-eslint/parser": "8.46.4",
74
74
  "@vitejs/plugin-vue": "6.0.1",
75
- "@vue/compiler-core": "3.5.22",
75
+ "@vue/compiler-core": "3.5.24",
76
76
  "@vue/eslint-config-typescript": "14.6.0",
77
- "@vue/runtime-core": "3.5.22",
77
+ "@vue/runtime-core": "3.5.24",
78
78
  "@vuedx/typescript-plugin-vue": "0.7.6",
79
- "eslint": "9.34.0",
79
+ "eslint": "9.39.1",
80
80
  "eslint-config-prettier": "10.1.8",
81
81
  "eslint-plugin-import": "2.32.0",
82
82
  "eslint-plugin-node": "11.1.0",
83
83
  "eslint-plugin-prettier": "^5.5.4",
84
84
  "eslint-plugin-promise": "7.2.1",
85
- "eslint-plugin-vue": "10.4.0",
86
- "globals": "^16.3.0",
85
+ "eslint-plugin-vue": "10.5.1",
86
+ "globals": "^16.5.0",
87
87
  "jackspeak": "4.1.1",
88
88
  "path": "0.12.7",
89
- "pinia": "3.0.3",
89
+ "pinia": "3.0.4",
90
90
  "postcss-html": "1.8.0",
91
91
  "prettier": "^3.6.2",
92
- "sass": "1.93.2",
93
- "stylelint": "16.23.1",
94
- "stylelint-config-recommended-scss": "16.0.0",
92
+ "sass": "1.94.0",
93
+ "stylelint": "16.25.0",
94
+ "stylelint-config-recommended-scss": "16.0.2",
95
95
  "stylelint-config-recommended-vue": "1.6.1",
96
- "stylelint-config-standard": "39.0.0",
96
+ "stylelint-config-standard": "39.0.1",
97
97
  "stylelint-scss": "6.12.1",
98
98
  "tslib": "2.8.1",
99
99
  "typescript": "5.9.3",
100
- "typescript-eslint": "^8.46.2",
101
- "vite": "7.1.12",
100
+ "typescript-eslint": "^8.46.4",
101
+ "vite": "7.2.2",
102
102
  "vite-plugin-css-injected-by-js": "3.5.2",
103
103
  "vite-plugin-dts": "4.5.4",
104
- "vite-plugin-vue-devtools": "^7.7.7",
104
+ "vite-plugin-vue-devtools": "^8.0.3",
105
105
  "vitepress": "1.6.4",
106
- "vue": "3.5.22",
106
+ "vue": "3.5.24",
107
107
  "vue-eslint-parser": "^10.2.0",
108
- "vue-tsc": "3.1.1"
108
+ "vue-tsc": "3.1.3"
109
109
  },
110
110
  "packageManager": "pnpm@10.18.2",
111
111
  "pnpm": {
@@ -129,6 +129,9 @@
129
129
  min-height: var(--ui3n-progress-circular-size);
130
130
  height: var(--ui3n-progress-circular-size);
131
131
  border-radius: 50%;
132
+ display: flex;
133
+ justify-content: center;
134
+ align-items: center;
132
135
 
133
136
  &.inverse {
134
137
  .background {