@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.
- package/dist/style.css +1 -1
- package/dist/ui3n-components.js +211 -211
- package/dist/ui3n-plugins.js +3 -3
- package/package.json +11 -11
- package/src/components/ui3n-button/ui3n-button.vue +1 -1
package/dist/ui3n-plugins.js
CHANGED
|
@@ -2802,11 +2802,11 @@ const rw = {
|
|
|
2802
2802
|
[Xo(g)]
|
|
2803
2803
|
]);
|
|
2804
2804
|
}
|
|
2805
|
-
}), Hw = "
|
|
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-
|
|
2809
|
-
"withIcon-right": "_withIcon-
|
|
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.
|
|
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.
|
|
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": "
|
|
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": "
|
|
87
|
+
"pinia": "3.0.2",
|
|
88
88
|
"postcss-html": "1.7.0",
|
|
89
89
|
"prettier": "^3.3.3",
|
|
90
|
-
"sass": "1.
|
|
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.
|
|
97
|
+
"vite": "6.3.3",
|
|
98
98
|
"vite-plugin-css-injected-by-js": "3.5.2",
|
|
99
|
-
"vite-plugin-dts": "4.5.
|
|
100
|
-
"vite-plugin-vue-devtools": "^7.7.
|
|
101
|
-
"vitepress": "1.
|
|
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.
|
|
103
|
+
"vue-tsc": "2.2.10"
|
|
104
104
|
},
|
|
105
|
-
"packageManager": "pnpm@10.
|
|
105
|
+
"packageManager": "pnpm@10.9.0",
|
|
106
106
|
"pnpm": {
|
|
107
107
|
"peerDependencyRules": {
|
|
108
108
|
"ignoreMissing": [
|