@globalbrain/sefirot 4.40.0 → 4.40.2
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/README.md +1 -1
- package/lib/components/SCardBlock.vue +5 -5
- package/lib/components/SInputBase.vue +1 -1
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -51,9 +51,9 @@ provideCardBlockSize(computed(() => props.size ?? null))
|
|
|
51
51
|
width: 100%;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.SCardBlock.xsmall { height: 40px; }
|
|
55
|
-
.SCardBlock.small { height: 48px; }
|
|
56
|
-
.SCardBlock.medium { height: 56px; }
|
|
57
|
-
.SCardBlock.large { height: 64px; }
|
|
58
|
-
.SCardBlock.xlarge { height: 80px; }
|
|
54
|
+
.SCardBlock.xsmall { height: 40px; min-height: 40px; }
|
|
55
|
+
.SCardBlock.small { height: 48px; min-height: 48px; }
|
|
56
|
+
.SCardBlock.medium { height: 56px; min-height: 56px; }
|
|
57
|
+
.SCardBlock.large { height: 64px; min-height: 64px; }
|
|
58
|
+
.SCardBlock.xlarge { height: 80px; min-height: 80px; }
|
|
59
59
|
</style>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globalbrain/sefirot",
|
|
3
|
-
"version": "4.40.
|
|
3
|
+
"version": "4.40.2",
|
|
4
4
|
"description": "Vue Components for Global Brain Design System.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"./*": "./*"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
|
-
"docs": "pnpm docs:dev",
|
|
40
|
+
"docs": "pnpm run docs:dev",
|
|
41
41
|
"docs:dev": "vitepress dev docs --port 4011",
|
|
42
42
|
"docs:build": "vitepress build docs",
|
|
43
43
|
"docs:preview": "vitepress serve docs --port 4011",
|
|
44
|
-
"story": "pnpm story:dev",
|
|
44
|
+
"story": "pnpm run story:dev",
|
|
45
45
|
"story:dev": "NODE_NO_WARNINGS=1 VITE_CJS_IGNORE_WARNING=1 histoire dev --port 4010",
|
|
46
46
|
"story:build": "NODE_NO_WARNINGS=1 VITE_CJS_IGNORE_WARNING=1 histoire build",
|
|
47
47
|
"story:preview": "NODE_NO_WARNINGS=1 VITE_CJS_IGNORE_WARNING=1 histoire preview --port 4010",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"@iconify-json/ph": "^1.2.2",
|
|
60
60
|
"@iconify-json/ri": "^1.2.10",
|
|
61
61
|
"@popperjs/core": "^2.11.8",
|
|
62
|
-
"@sentry/browser": "^10.
|
|
63
|
-
"@sentry/vue": "^10.
|
|
62
|
+
"@sentry/browser": "^10.47.0",
|
|
63
|
+
"@sentry/vue": "^10.47.0",
|
|
64
64
|
"@tanstack/vue-virtual": "3.0.0-beta.62",
|
|
65
65
|
"@tinyhttp/content-disposition": "^2.2.4",
|
|
66
66
|
"@tinyhttp/cookie": "^2.1.1",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@types/markdown-it": "^14.1.2",
|
|
73
73
|
"@types/qs": "^6.15.0",
|
|
74
74
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
75
|
-
"@vue/reactivity": "^3.5.
|
|
75
|
+
"@vue/reactivity": "^3.5.32",
|
|
76
76
|
"@vuelidate/core": "^2.0.3",
|
|
77
77
|
"@vuelidate/validators": "^2.0.4",
|
|
78
78
|
"@vueuse/core": "^14.2.1",
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
"dayjs": "^1.11.20",
|
|
82
82
|
"dompurify": "^3.3.3",
|
|
83
83
|
"file-saver": "^2.0.5",
|
|
84
|
-
"fuse.js": "^7.
|
|
84
|
+
"fuse.js": "^7.2.0",
|
|
85
85
|
"html2canvas": "^1.4.1",
|
|
86
|
-
"jsdom": "^29.0.
|
|
87
|
-
"lodash-es": "^4.
|
|
86
|
+
"jsdom": "^29.0.1",
|
|
87
|
+
"lodash-es": "^4.18.1",
|
|
88
88
|
"magic-string": "^0.30.21",
|
|
89
89
|
"markdown-it": "^14.1.1",
|
|
90
90
|
"normalize.css": "^8.0.1",
|
|
@@ -97,27 +97,27 @@
|
|
|
97
97
|
"unplugin-icons": "^23.0.1",
|
|
98
98
|
"v-calendar": "3.0.1",
|
|
99
99
|
"vite": "^7.3.1",
|
|
100
|
-
"vue": "^3.5.
|
|
100
|
+
"vue": "^3.5.32",
|
|
101
101
|
"vue-draggable-plus": "^0.6.1",
|
|
102
|
-
"vue-router": "^
|
|
102
|
+
"vue-router": "^5.0.4"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@globalbrain/eslint-config": "^3.0.1",
|
|
106
106
|
"@histoire/plugin-vue": "1.0.0-beta.1",
|
|
107
107
|
"@release-it/conventional-changelog": "^10.0.6",
|
|
108
|
-
"@types/jsdom": "^28.0.
|
|
109
|
-
"@types/node": "^25.5.
|
|
110
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
111
|
-
"@vitest/coverage-v8": "^4.1.
|
|
108
|
+
"@types/jsdom": "^28.0.1",
|
|
109
|
+
"@types/node": "^25.5.1",
|
|
110
|
+
"@typescript-eslint/rule-tester": "^8.58.0",
|
|
111
|
+
"@vitest/coverage-v8": "^4.1.2",
|
|
112
112
|
"@vue/test-utils": "^2.4.6",
|
|
113
113
|
"eslint": "^9.39.4",
|
|
114
|
-
"happy-dom": "^20.8.
|
|
114
|
+
"happy-dom": "^20.8.9",
|
|
115
115
|
"histoire": "1.0.0-beta.1",
|
|
116
116
|
"release-it": "^19.2.4",
|
|
117
117
|
"typescript": "~5.9.3",
|
|
118
|
-
"vitepress": "^2.0.0-alpha.
|
|
119
|
-
"vitest": "^4.1.
|
|
118
|
+
"vitepress": "^2.0.0-alpha.17",
|
|
119
|
+
"vitest": "^4.1.2",
|
|
120
120
|
"vue-tsc": "^3.2.6"
|
|
121
121
|
},
|
|
122
|
-
"packageManager": "pnpm@10.
|
|
122
|
+
"packageManager": "pnpm@10.33.0"
|
|
123
123
|
}
|