@ox-content/theme-color-synthwave 3.0.0-alpha.2 → 3.0.0-alpha.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/index.cjs +22 -22
- package/dist/index.mjs +22 -22
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -78,17 +78,17 @@ const synthwave = {
|
|
|
78
78
|
"accent-warm-ink": "#9d5d00",
|
|
79
79
|
"accent-cool-ink": "#5b4bc4",
|
|
80
80
|
"accent-coral-ink": "#ce2156",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
81
|
+
"syntax-foreground": "#ffe6ff",
|
|
82
|
+
"syntax-background": "#241b2f",
|
|
83
|
+
"syntax-token-comment": "color-mix(in srgb, #ffe6ff 55%, #241b2f)",
|
|
84
|
+
"syntax-token-punctuation": "color-mix(in srgb, #ffe6ff 72%, #241b2f)",
|
|
85
|
+
"syntax-token-keyword": "#ff7edb",
|
|
86
|
+
"syntax-token-string": "#72f1b8",
|
|
87
|
+
"syntax-token-string-expression": "#72f1b8",
|
|
88
|
+
"syntax-token-constant": "#fede5d",
|
|
89
|
+
"syntax-token-function": "#36f9f6",
|
|
90
|
+
"syntax-token-parameter": "#fe4450",
|
|
91
|
+
"syntax-token-link": "#36f9f6"
|
|
92
92
|
},
|
|
93
93
|
darkTokens: {
|
|
94
94
|
"color-code-line-highlight": "color-mix(in srgb, #36f9f6 16%, transparent)",
|
|
@@ -130,17 +130,17 @@ const synthwave = {
|
|
|
130
130
|
"accent-warm-ink": "#fede5d",
|
|
131
131
|
"accent-cool-ink": "#36f9f6",
|
|
132
132
|
"accent-coral-ink": "#fe4450",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
133
|
+
"syntax-foreground": "#ffe6ff",
|
|
134
|
+
"syntax-background": "#1a1425",
|
|
135
|
+
"syntax-token-comment": "color-mix(in srgb, #ffe6ff 55%, #1a1425)",
|
|
136
|
+
"syntax-token-punctuation": "color-mix(in srgb, #ffe6ff 72%, #1a1425)",
|
|
137
|
+
"syntax-token-keyword": "#ff7edb",
|
|
138
|
+
"syntax-token-string": "#72f1b8",
|
|
139
|
+
"syntax-token-string-expression": "#72f1b8",
|
|
140
|
+
"syntax-token-constant": "#fede5d",
|
|
141
|
+
"syntax-token-function": "#36f9f6",
|
|
142
|
+
"syntax-token-parameter": "#fe4450",
|
|
143
|
+
"syntax-token-link": "#36f9f6"
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -74,17 +74,17 @@ const synthwave = {
|
|
|
74
74
|
"accent-warm-ink": "#9d5d00",
|
|
75
75
|
"accent-cool-ink": "#5b4bc4",
|
|
76
76
|
"accent-coral-ink": "#ce2156",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
77
|
+
"syntax-foreground": "#ffe6ff",
|
|
78
|
+
"syntax-background": "#241b2f",
|
|
79
|
+
"syntax-token-comment": "color-mix(in srgb, #ffe6ff 55%, #241b2f)",
|
|
80
|
+
"syntax-token-punctuation": "color-mix(in srgb, #ffe6ff 72%, #241b2f)",
|
|
81
|
+
"syntax-token-keyword": "#ff7edb",
|
|
82
|
+
"syntax-token-string": "#72f1b8",
|
|
83
|
+
"syntax-token-string-expression": "#72f1b8",
|
|
84
|
+
"syntax-token-constant": "#fede5d",
|
|
85
|
+
"syntax-token-function": "#36f9f6",
|
|
86
|
+
"syntax-token-parameter": "#fe4450",
|
|
87
|
+
"syntax-token-link": "#36f9f6"
|
|
88
88
|
},
|
|
89
89
|
darkTokens: {
|
|
90
90
|
"color-code-line-highlight": "color-mix(in srgb, #36f9f6 16%, transparent)",
|
|
@@ -126,17 +126,17 @@ const synthwave = {
|
|
|
126
126
|
"accent-warm-ink": "#fede5d",
|
|
127
127
|
"accent-cool-ink": "#36f9f6",
|
|
128
128
|
"accent-coral-ink": "#fe4450",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
129
|
+
"syntax-foreground": "#ffe6ff",
|
|
130
|
+
"syntax-background": "#1a1425",
|
|
131
|
+
"syntax-token-comment": "color-mix(in srgb, #ffe6ff 55%, #1a1425)",
|
|
132
|
+
"syntax-token-punctuation": "color-mix(in srgb, #ffe6ff 72%, #1a1425)",
|
|
133
|
+
"syntax-token-keyword": "#ff7edb",
|
|
134
|
+
"syntax-token-string": "#72f1b8",
|
|
135
|
+
"syntax-token-string-expression": "#72f1b8",
|
|
136
|
+
"syntax-token-constant": "#fede5d",
|
|
137
|
+
"syntax-token-function": "#36f9f6",
|
|
138
|
+
"syntax-token-parameter": "#fe4450",
|
|
139
|
+
"syntax-token-link": "#36f9f6"
|
|
140
140
|
}
|
|
141
141
|
};
|
|
142
142
|
//#endregion
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Synthwave — Sunset-grid synthwave with hot magenta accents.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `scripts/theme-colors/palettes.json`; edit that file and run\n * `node scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const synthwave: ThemeConfig = {\n name: \"synthwave\",\n colors: {\n primary: \"#c026a3\",\n primaryHover: \"#9c1c83\",\n background: \"#fdf0f6\",\n backgroundAlt: \"#f7e2ee\",\n text: \"#2b1b3d\",\n textMuted: \"#6d5680\",\n border: \"#e6c9dc\",\n codeBackground: \"#241b2f\",\n codeBackgroundTop: \"#241b2f\",\n codeText: \"#ffe6ff\",\n },\n darkColors: {\n primary: \"#ff7edb\",\n primaryHover: \"#ffa9e8\",\n background: \"#241b2f\",\n backgroundAlt: \"#2d2140\",\n text: \"#ffe6ff\",\n textMuted: \"#a48fc0\",\n border: \"#463063\",\n codeBackground: \"#1a1425\",\n codeBackgroundTop: \"#1a1425\",\n codeText: \"#ffe6ff\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #5b4bc4 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #b26a00 18%, transparent)\",\n \"color-code-line-warning-border\": \"#b26a00\",\n \"color-code-line-error\": \"color-mix(in srgb, #e0245e 20%, transparent)\",\n \"color-code-line-error-border\": \"#e0245e\",\n \"color-code-line-add\": \"color-mix(in srgb, #1f8a70 16%, transparent)\",\n \"color-code-line-add-border\": \"#1f8a70\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e0245e 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e0245e\",\n \"color-code-line-focus\": \"color-mix(in srgb, #c026a3 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #241b2f 92%, #ffe6ff)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ffe6ff 88%, #241b2f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ffe6ff 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ffe6ff 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e6c9dc 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 84, 86, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f7e2ee 62%, #fdf0f6)\",\n \"surface-line\": \"color-mix(in srgb, #e6c9dc 72%, #fdf0f6)\",\n \"brand-violet\": \"#c026a3\",\n \"brand-cyan\": \"#0e7c86\",\n \"brand-lime\": \"#1f8a70\",\n \"brand-coral\": \"#e0245e\",\n \"brand-navy\": \"color-mix(in srgb, #2b1b3d 70%, #fdf0f6)\",\n \"brand-violet-rgb\": \"192, 38, 163\",\n \"brand-cyan-rgb\": \"14, 124, 134\",\n \"brand-lime-rgb\": \"31, 138, 112\",\n \"brand-coral-rgb\": \"224, 36, 94\",\n \"accent-a\": \"#c026a3\",\n \"accent-b\": \"#c026a3\",\n \"accent-c\": \"#0e7c86\",\n \"accent-warm\": \"#b26a00\",\n \"accent-cool\": \"#5b4bc4\",\n \"accent-a-ink\": \"#c026a3\",\n \"accent-b-ink\": \"#c026a3\",\n \"accent-c-ink\": \"#0d7781\",\n \"accent-warm-ink\": \"#9d5d00\",\n \"accent-cool-ink\": \"#5b4bc4\",\n \"accent-coral-ink\": \"#ce2156\",\n \"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Synthwave — Sunset-grid synthwave with hot magenta accents.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `scripts/theme-colors/palettes.json`; edit that file and run\n * `node scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const synthwave: ThemeConfig = {\n name: \"synthwave\",\n colors: {\n primary: \"#c026a3\",\n primaryHover: \"#9c1c83\",\n background: \"#fdf0f6\",\n backgroundAlt: \"#f7e2ee\",\n text: \"#2b1b3d\",\n textMuted: \"#6d5680\",\n border: \"#e6c9dc\",\n codeBackground: \"#241b2f\",\n codeBackgroundTop: \"#241b2f\",\n codeText: \"#ffe6ff\",\n },\n darkColors: {\n primary: \"#ff7edb\",\n primaryHover: \"#ffa9e8\",\n background: \"#241b2f\",\n backgroundAlt: \"#2d2140\",\n text: \"#ffe6ff\",\n textMuted: \"#a48fc0\",\n border: \"#463063\",\n codeBackground: \"#1a1425\",\n codeBackgroundTop: \"#1a1425\",\n codeText: \"#ffe6ff\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #5b4bc4 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #b26a00 18%, transparent)\",\n \"color-code-line-warning-border\": \"#b26a00\",\n \"color-code-line-error\": \"color-mix(in srgb, #e0245e 20%, transparent)\",\n \"color-code-line-error-border\": \"#e0245e\",\n \"color-code-line-add\": \"color-mix(in srgb, #1f8a70 16%, transparent)\",\n \"color-code-line-add-border\": \"#1f8a70\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e0245e 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e0245e\",\n \"color-code-line-focus\": \"color-mix(in srgb, #c026a3 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #241b2f 92%, #ffe6ff)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ffe6ff 88%, #241b2f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ffe6ff 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ffe6ff 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e6c9dc 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 84, 86, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f7e2ee 62%, #fdf0f6)\",\n \"surface-line\": \"color-mix(in srgb, #e6c9dc 72%, #fdf0f6)\",\n \"brand-violet\": \"#c026a3\",\n \"brand-cyan\": \"#0e7c86\",\n \"brand-lime\": \"#1f8a70\",\n \"brand-coral\": \"#e0245e\",\n \"brand-navy\": \"color-mix(in srgb, #2b1b3d 70%, #fdf0f6)\",\n \"brand-violet-rgb\": \"192, 38, 163\",\n \"brand-cyan-rgb\": \"14, 124, 134\",\n \"brand-lime-rgb\": \"31, 138, 112\",\n \"brand-coral-rgb\": \"224, 36, 94\",\n \"accent-a\": \"#c026a3\",\n \"accent-b\": \"#c026a3\",\n \"accent-c\": \"#0e7c86\",\n \"accent-warm\": \"#b26a00\",\n \"accent-cool\": \"#5b4bc4\",\n \"accent-a-ink\": \"#c026a3\",\n \"accent-b-ink\": \"#c026a3\",\n \"accent-c-ink\": \"#0d7781\",\n \"accent-warm-ink\": \"#9d5d00\",\n \"accent-cool-ink\": \"#5b4bc4\",\n \"accent-coral-ink\": \"#ce2156\",\n \"syntax-foreground\": \"#ffe6ff\",\n \"syntax-background\": \"#241b2f\",\n \"syntax-token-comment\": \"color-mix(in srgb, #ffe6ff 55%, #241b2f)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #ffe6ff 72%, #241b2f)\",\n \"syntax-token-keyword\": \"#ff7edb\",\n \"syntax-token-string\": \"#72f1b8\",\n \"syntax-token-string-expression\": \"#72f1b8\",\n \"syntax-token-constant\": \"#fede5d\",\n \"syntax-token-function\": \"#36f9f6\",\n \"syntax-token-parameter\": \"#fe4450\",\n \"syntax-token-link\": \"#36f9f6\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #36f9f6 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #fede5d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#fede5d\",\n \"color-code-line-error\": \"color-mix(in srgb, #fe4450 20%, transparent)\",\n \"color-code-line-error-border\": \"#fe4450\",\n \"color-code-line-add\": \"color-mix(in srgb, #72f1b8 16%, transparent)\",\n \"color-code-line-add-border\": \"#72f1b8\",\n \"color-code-line-remove\": \"color-mix(in srgb, #fe4450 14%, transparent)\",\n \"color-code-line-remove-border\": \"#fe4450\",\n \"color-code-line-focus\": \"color-mix(in srgb, #ff7edb 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1a1425 92%, #ffe6ff)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ffe6ff 88%, #1a1425)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ffe6ff 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ffe6ff 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #463063 92%, transparent)\",\n \"color-backdrop\": \"rgba(13, 9, 16, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #2d2140 62%, #241b2f)\",\n \"surface-line\": \"color-mix(in srgb, #463063 72%, #241b2f)\",\n \"brand-violet\": \"#ff7edb\",\n \"brand-cyan\": \"#36f9f6\",\n \"brand-lime\": \"#72f1b8\",\n \"brand-coral\": \"#fe4450\",\n \"brand-navy\": \"color-mix(in srgb, #ffe6ff 70%, #241b2f)\",\n \"brand-violet-rgb\": \"255, 126, 219\",\n \"brand-cyan-rgb\": \"54, 249, 246\",\n \"brand-lime-rgb\": \"114, 241, 184\",\n \"brand-coral-rgb\": \"254, 68, 80\",\n \"accent-a\": \"#ff7edb\",\n \"accent-b\": \"#ff7edb\",\n \"accent-c\": \"#36f9f6\",\n \"accent-warm\": \"#fede5d\",\n \"accent-cool\": \"#36f9f6\",\n \"accent-a-ink\": \"#ff7edb\",\n \"accent-b-ink\": \"#ff7edb\",\n \"accent-c-ink\": \"#36f9f6\",\n \"accent-warm-ink\": \"#fede5d\",\n \"accent-cool-ink\": \"#36f9f6\",\n \"accent-coral-ink\": \"#fe4450\",\n \"syntax-foreground\": \"#ffe6ff\",\n \"syntax-background\": \"#1a1425\",\n \"syntax-token-comment\": \"color-mix(in srgb, #ffe6ff 55%, #1a1425)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #ffe6ff 72%, #1a1425)\",\n \"syntax-token-keyword\": \"#ff7edb\",\n \"syntax-token-string\": \"#72f1b8\",\n \"syntax-token-string-expression\": \"#72f1b8\",\n \"syntax-token-constant\": \"#fede5d\",\n \"syntax-token-function\": \"#36f9f6\",\n \"syntax-token-parameter\": \"#fe4450\",\n \"syntax-token-link\": \"#36f9f6\",\n },\n};\n\nexport default synthwave;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,YAAyB;CACpC,MAAM;CACN,QAAQ;EACN,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,YAAY;EACV,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,QAAQ;EACN,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;CACA,YAAY;EACV,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;AACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ox-content/theme-color-synthwave",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.4",
|
|
4
4
|
"description": "Sunset-grid synthwave with hot magenta accents — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-scheme",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
43
43
|
"typescript": "^7.0.2",
|
|
44
44
|
"vite-plus": "0.2.9",
|
|
45
|
-
"@ox-content/vite-plugin": "3.0.0-alpha.
|
|
45
|
+
"@ox-content/vite-plugin": "3.0.0-alpha.4"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|