@globalbrain/sefirot 2.47.2 → 2.47.4
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/lib/components/SInputBase.vue +2 -0
- package/package.json +29 -26
|
@@ -155,6 +155,7 @@ function getErrorMsg(validation: Validatable) {
|
|
|
155
155
|
|
|
156
156
|
.help-error {
|
|
157
157
|
width: 100%;
|
|
158
|
+
max-width: 65ch;
|
|
158
159
|
margin: 0;
|
|
159
160
|
padding: 6px 0 0 0;
|
|
160
161
|
line-height: 18px;
|
|
@@ -165,6 +166,7 @@ function getErrorMsg(validation: Validatable) {
|
|
|
165
166
|
}
|
|
166
167
|
|
|
167
168
|
.help-text {
|
|
169
|
+
max-width: 65ch;
|
|
168
170
|
margin: 0;
|
|
169
171
|
padding: 4px 0 0;
|
|
170
172
|
line-height: 20px;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globalbrain/sefirot",
|
|
3
|
-
"version": "2.47.
|
|
4
|
-
"packageManager": "pnpm@8.
|
|
3
|
+
"version": "2.47.4",
|
|
4
|
+
"packageManager": "pnpm@8.8.0",
|
|
5
5
|
"description": "Vue Components for Global Brain Design System.",
|
|
6
6
|
"author": "Kia Ishii <ka.ishii@globalbrains.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -21,67 +21,70 @@
|
|
|
21
21
|
"lib"
|
|
22
22
|
],
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@iconify-icons/ph": "^1.2.
|
|
24
|
+
"@iconify-icons/ph": "^1.2.5",
|
|
25
25
|
"@iconify/vue": "^4.1.1",
|
|
26
26
|
"@tanstack/vue-virtual": "3.0.0-beta.60",
|
|
27
|
+
"@types/body-scroll-lock": "^3.1.0",
|
|
28
|
+
"@types/lodash-es": "^4.17.9",
|
|
29
|
+
"@types/markdown-it": "^13.0.2",
|
|
27
30
|
"@vuelidate/core": "^2.0.3",
|
|
28
31
|
"@vuelidate/validators": "^2.0.4",
|
|
29
|
-
"@vueuse/core": "^10.
|
|
32
|
+
"@vueuse/core": "^10.5.0",
|
|
30
33
|
"body-scroll-lock": "4.0.0-beta.0",
|
|
31
34
|
"fuse.js": "^6.6.2",
|
|
32
35
|
"lodash-es": "^4.17.21",
|
|
33
|
-
"markdown-it": "^13.0.
|
|
36
|
+
"markdown-it": "^13.0.2",
|
|
34
37
|
"normalize.css": "^8.0.1",
|
|
35
38
|
"pinia": "^2.1.6",
|
|
36
|
-
"postcss": "^8.4.
|
|
39
|
+
"postcss": "^8.4.31",
|
|
37
40
|
"postcss-nested": "^6.0.1",
|
|
38
|
-
"v-calendar": "^3.
|
|
41
|
+
"v-calendar": "^3.1.1",
|
|
39
42
|
"vue": "^3.3.4",
|
|
40
|
-
"vue-router": "^4.2.
|
|
43
|
+
"vue-router": "^4.2.5"
|
|
41
44
|
},
|
|
42
45
|
"dependencies": {
|
|
43
|
-
"dayjs": "^1.11.
|
|
46
|
+
"dayjs": "^1.11.10"
|
|
44
47
|
},
|
|
45
48
|
"devDependencies": {
|
|
46
49
|
"@globalbrain/eslint-config": "^1.5.2",
|
|
47
50
|
"@histoire/plugin-vue": "^0.17.1",
|
|
48
|
-
"@iconify-icons/ph": "^1.2.
|
|
51
|
+
"@iconify-icons/ph": "^1.2.5",
|
|
49
52
|
"@iconify/vue": "^4.1.1",
|
|
50
53
|
"@tanstack/vue-virtual": "3.0.0-beta.60",
|
|
51
54
|
"@types/body-scroll-lock": "^3.1.0",
|
|
52
55
|
"@types/lodash-es": "^4.17.9",
|
|
53
|
-
"@types/markdown-it": "^13.0.
|
|
54
|
-
"@types/node": "^20.
|
|
55
|
-
"@vitejs/plugin-vue": "^4.
|
|
56
|
-
"@vitest/coverage-v8": "^0.34.
|
|
56
|
+
"@types/markdown-it": "^13.0.2",
|
|
57
|
+
"@types/node": "^20.8.3",
|
|
58
|
+
"@vitejs/plugin-vue": "^4.4.0",
|
|
59
|
+
"@vitest/coverage-v8": "^0.34.6",
|
|
57
60
|
"@vue/test-utils": "^2.4.1",
|
|
58
61
|
"@vuelidate/core": "^2.0.3",
|
|
59
62
|
"@vuelidate/validators": "^2.0.4",
|
|
60
|
-
"@vueuse/core": "^10.
|
|
63
|
+
"@vueuse/core": "^10.5.0",
|
|
61
64
|
"body-scroll-lock": "4.0.0-beta.0",
|
|
62
65
|
"chalk": "^4.1.2",
|
|
63
66
|
"conventional-changelog-cli": "^4.1.0",
|
|
64
67
|
"enquirer": "^2.4.1",
|
|
65
|
-
"eslint": "^8.
|
|
68
|
+
"eslint": "^8.51.0",
|
|
66
69
|
"execa": "^5.1.1",
|
|
67
70
|
"fuse.js": "^6.6.2",
|
|
68
|
-
"happy-dom": "^
|
|
69
|
-
"histoire": "^0.17.
|
|
71
|
+
"happy-dom": "^12.9.0",
|
|
72
|
+
"histoire": "^0.17.2",
|
|
70
73
|
"lodash-es": "^4.17.21",
|
|
71
|
-
"markdown-it": "^13.0.
|
|
74
|
+
"markdown-it": "^13.0.2",
|
|
72
75
|
"normalize.css": "^8.0.1",
|
|
73
76
|
"pinia": "^2.1.6",
|
|
74
|
-
"postcss": "^8.4.
|
|
77
|
+
"postcss": "^8.4.31",
|
|
75
78
|
"postcss-nested": "^6.0.1",
|
|
76
79
|
"semver": "^7.5.4",
|
|
77
80
|
"typescript": "~5.2.2",
|
|
78
|
-
"v-calendar": "^3.
|
|
79
|
-
"vite": "^4.4.
|
|
80
|
-
"vitepress": "1.0.0-rc.
|
|
81
|
-
"vitest": "^0.34.
|
|
81
|
+
"v-calendar": "^3.1.1",
|
|
82
|
+
"vite": "^4.4.11",
|
|
83
|
+
"vitepress": "1.0.0-rc.20",
|
|
84
|
+
"vitest": "^0.34.6",
|
|
82
85
|
"vue": "^3.3.4",
|
|
83
|
-
"vue-router": "^4.2.
|
|
84
|
-
"vue-tsc": "^1.8.
|
|
86
|
+
"vue-router": "^4.2.5",
|
|
87
|
+
"vue-tsc": "^1.8.18"
|
|
85
88
|
},
|
|
86
89
|
"scripts": {
|
|
87
90
|
"docs": "vitepress dev docs --port 4000",
|