@v1nt1248/3nclient-lib 0.1.96 → 0.1.98

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.
@@ -2802,11 +2802,11 @@ const rw = {
2802
2802
  [Xo(g)]
2803
2803
  ]);
2804
2804
  }
2805
- }), Hw = "_ui3nButton_5j2vh_1", lw = "_regular_5j2vh_24", qw = "_small_5j2vh_35", fw = "_block_5j2vh_46", dw = "_primary_5j2vh_50", uw = "_secondary_5j2vh_67", xw = "_tertiary_5j2vh_84", Vw = "_icon_5j2vh_105", bw = "_custom_5j2vh_132", pw = "_buttonIcon_5j2vh_156", Zw = "_text_5j2vh_160", Tw = "_elevation_5j2vh_166", Ww = {
2805
+ }), Hw = "_ui3nButton_1sg0w_1", lw = "_regular_1sg0w_24", qw = "_small_1sg0w_35", fw = "_block_1sg0w_46", dw = "_primary_1sg0w_50", uw = "_secondary_1sg0w_67", xw = "_tertiary_1sg0w_84", Vw = "_icon_1sg0w_105", bw = "_custom_1sg0w_132", pw = "_buttonIcon_1sg0w_156", Zw = "_text_1sg0w_160", Tw = "_elevation_1sg0w_166", Ww = {
2806
2806
  ui3nButton: Hw,
2807
2807
  regular: lw,
2808
- "withIcon-left": "_withIcon-left_5j2vh_28",
2809
- "withIcon-right": "_withIcon-right_5j2vh_31",
2808
+ "withIcon-left": "_withIcon-left_1sg0w_28",
2809
+ "withIcon-right": "_withIcon-right_1sg0w_31",
2810
2810
  small: qw,
2811
2811
  block: fw,
2812
2812
  primary: dw,
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.96",
5
+ "version": "0.1.98",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "type": "module",
8
8
  "files": [
@@ -56,12 +56,12 @@
56
56
  "dayjs": "1.11.13",
57
57
  "lodash": "4.17.21",
58
58
  "mitt": "3.0.1",
59
- "sanitize-html": "2.15.0",
59
+ "sanitize-html": "2.16.0",
60
60
  "tslib": "2.8.1",
61
61
  "vuedraggable": "4.1.0"
62
62
  },
63
63
  "peerDependencies": {
64
- "pinia": "2.3.1",
64
+ "pinia": "3.0.2",
65
65
  "vue": "3.5.13"
66
66
  },
67
67
  "devDependencies": {
@@ -84,25 +84,25 @@
84
84
  "eslint-plugin-vue": "9.27.0",
85
85
  "jackspeak": "4.0.1",
86
86
  "path": "0.12.7",
87
- "pinia": "2.3.1",
87
+ "pinia": "3.0.2",
88
88
  "postcss-html": "1.7.0",
89
89
  "prettier": "^3.3.3",
90
- "sass": "1.80.3",
90
+ "sass": "1.87.0",
91
91
  "stylelint": "16.8.1",
92
92
  "stylelint-config-recommended-scss": "14.1.0",
93
93
  "stylelint-config-recommended-vue": "1.5.0",
94
94
  "stylelint-config-standard": "36.0.1",
95
95
  "stylelint-scss": "6.5.0",
96
96
  "typescript": "5.8.3",
97
- "vite": "6.2.6",
97
+ "vite": "6.3.3",
98
98
  "vite-plugin-css-injected-by-js": "3.5.2",
99
- "vite-plugin-dts": "4.5.0",
100
- "vite-plugin-vue-devtools": "^7.7.2",
101
- "vitepress": "1.5.0",
99
+ "vite-plugin-dts": "4.5.3",
100
+ "vite-plugin-vue-devtools": "^7.7.5",
101
+ "vitepress": "1.6.3",
102
102
  "vue": "3.5.13",
103
- "vue-tsc": "2.2.0"
103
+ "vue-tsc": "2.2.10"
104
104
  },
105
- "packageManager": "pnpm@10.8.1",
105
+ "packageManager": "pnpm@10.9.0",
106
106
  "pnpm": {
107
107
  "peerDependencyRules": {
108
108
  "ignoreMissing": [
@@ -121,7 +121,7 @@ onMounted(() => {
121
121
  display: flex;
122
122
  justify-content: center;
123
123
  align-items: center;
124
- gap: var(--spacing-s);
124
+ column-gap: var(--spacing-xs);
125
125
  border: none;
126
126
  outline: none;
127
127
  border-radius: var(--spacing-xs);