@mulmoclaude/collection-plugin 0.11.2 → 0.11.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/dist/style.css +6 -5
- package/package.json +7 -7
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.3.
|
|
1
|
+
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
@@ -71,8 +71,9 @@
|
|
|
71
71
|
|
|
72
72
|
@layer theme {
|
|
73
73
|
:root, :host {
|
|
74
|
-
--font-sans:
|
|
75
|
-
"
|
|
74
|
+
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
|
|
75
|
+
"Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
|
76
|
+
"Segoe UI Symbol", "Noto Color Emoji";
|
|
76
77
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
77
78
|
"Courier New", monospace;
|
|
78
79
|
--color-red-50: oklch(97.1% .013 17.38);
|
|
@@ -198,7 +199,7 @@
|
|
|
198
199
|
-webkit-text-size-adjust: 100%;
|
|
199
200
|
tab-size: 4;
|
|
200
201
|
line-height: 1.5;
|
|
201
|
-
font-family: var(--default-font-family,
|
|
202
|
+
font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
202
203
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
203
204
|
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
204
205
|
-webkit-tap-highlight-color: transparent;
|
|
@@ -264,7 +265,7 @@
|
|
|
264
265
|
border-collapse: collapse;
|
|
265
266
|
}
|
|
266
267
|
|
|
267
|
-
:-moz-focusring {
|
|
268
|
+
:-moz-focusring:where(:not(iframe)) {
|
|
268
269
|
outline: auto;
|
|
269
270
|
}
|
|
270
271
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mulmoclaude/collection-plugin",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.4",
|
|
4
4
|
"description": "Schema-driven Collections plugin (presentCollection) — the Vue surfaces (chat View/Preview, embeds, calendar, record modal, i18n) for MulmoClaude and MulmoTerminal. The isomorphic engine + node storage engine now live in @mulmoclaude/core/collection and @mulmoclaude/core/collection/server.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/vue.js",
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
"zod": "^4.4.3"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@mulmoclaude/core": "^0.
|
|
34
|
+
"@mulmoclaude/core": "^0.22.0",
|
|
35
35
|
"gui-chat-protocol": "^0.4.0",
|
|
36
36
|
"vue": "^3.5.0",
|
|
37
37
|
"vue-i18n": "^11.4.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@mulmoclaude/core": "^0.
|
|
41
|
-
"@tailwindcss/vite": "^4.3.
|
|
40
|
+
"@mulmoclaude/core": "^0.22.0",
|
|
41
|
+
"@tailwindcss/vite": "^4.3.3",
|
|
42
42
|
"@types/node": "^26.1.1",
|
|
43
43
|
"@vitejs/plugin-vue": "^6.0.8",
|
|
44
44
|
"gui-chat-protocol": "^0.4.0",
|
|
45
|
-
"tailwindcss": "^4.3.
|
|
45
|
+
"tailwindcss": "^4.3.3",
|
|
46
46
|
"typescript": "^6.0.3",
|
|
47
|
-
"vite": "^8.1.
|
|
48
|
-
"vue": "^3.5.
|
|
47
|
+
"vite": "^8.1.5",
|
|
48
|
+
"vue": "^3.5.40",
|
|
49
49
|
"vue-i18n": "11.4.6",
|
|
50
50
|
"vue-tsc": "^3.3.7"
|
|
51
51
|
},
|