@ox-content/theme-color-arctic 2.90.0 → 3.0.0-alpha.10
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 +5 -5
package/dist/index.cjs
CHANGED
|
@@ -78,17 +78,17 @@ const arctic = {
|
|
|
78
78
|
"accent-warm-ink": "#8a6b1c",
|
|
79
79
|
"accent-cool-ink": "#2a5f96",
|
|
80
80
|
"accent-coral-ink": "#b53f4a",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
81
|
+
"syntax-foreground": "#e4eef2",
|
|
82
|
+
"syntax-background": "#0f1a1f",
|
|
83
|
+
"syntax-token-comment": "color-mix(in srgb, #e4eef2 55%, #0f1a1f)",
|
|
84
|
+
"syntax-token-punctuation": "color-mix(in srgb, #e4eef2 72%, #0f1a1f)",
|
|
85
|
+
"syntax-token-keyword": "#ae9ae0",
|
|
86
|
+
"syntax-token-string": "#7ecaa5",
|
|
87
|
+
"syntax-token-string-expression": "#7ecaa5",
|
|
88
|
+
"syntax-token-constant": "#e0c184",
|
|
89
|
+
"syntax-token-function": "#82b0e2",
|
|
90
|
+
"syntax-token-parameter": "#ef8590",
|
|
91
|
+
"syntax-token-link": "#6fd0e0"
|
|
92
92
|
},
|
|
93
93
|
darkTokens: {
|
|
94
94
|
"color-code-line-highlight": "color-mix(in srgb, #82b0e2 16%, transparent)",
|
|
@@ -130,17 +130,17 @@ const arctic = {
|
|
|
130
130
|
"accent-warm-ink": "#e0c184",
|
|
131
131
|
"accent-cool-ink": "#82b0e2",
|
|
132
132
|
"accent-coral-ink": "#ef8590",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
133
|
+
"syntax-foreground": "#e4eef2",
|
|
134
|
+
"syntax-background": "#070d10",
|
|
135
|
+
"syntax-token-comment": "color-mix(in srgb, #e4eef2 55%, #070d10)",
|
|
136
|
+
"syntax-token-punctuation": "color-mix(in srgb, #e4eef2 72%, #070d10)",
|
|
137
|
+
"syntax-token-keyword": "#ae9ae0",
|
|
138
|
+
"syntax-token-string": "#7ecaa5",
|
|
139
|
+
"syntax-token-string-expression": "#7ecaa5",
|
|
140
|
+
"syntax-token-constant": "#e0c184",
|
|
141
|
+
"syntax-token-function": "#82b0e2",
|
|
142
|
+
"syntax-token-parameter": "#ef8590",
|
|
143
|
+
"syntax-token-link": "#6fd0e0"
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -74,17 +74,17 @@ const arctic = {
|
|
|
74
74
|
"accent-warm-ink": "#8a6b1c",
|
|
75
75
|
"accent-cool-ink": "#2a5f96",
|
|
76
76
|
"accent-coral-ink": "#b53f4a",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
77
|
+
"syntax-foreground": "#e4eef2",
|
|
78
|
+
"syntax-background": "#0f1a1f",
|
|
79
|
+
"syntax-token-comment": "color-mix(in srgb, #e4eef2 55%, #0f1a1f)",
|
|
80
|
+
"syntax-token-punctuation": "color-mix(in srgb, #e4eef2 72%, #0f1a1f)",
|
|
81
|
+
"syntax-token-keyword": "#ae9ae0",
|
|
82
|
+
"syntax-token-string": "#7ecaa5",
|
|
83
|
+
"syntax-token-string-expression": "#7ecaa5",
|
|
84
|
+
"syntax-token-constant": "#e0c184",
|
|
85
|
+
"syntax-token-function": "#82b0e2",
|
|
86
|
+
"syntax-token-parameter": "#ef8590",
|
|
87
|
+
"syntax-token-link": "#6fd0e0"
|
|
88
88
|
},
|
|
89
89
|
darkTokens: {
|
|
90
90
|
"color-code-line-highlight": "color-mix(in srgb, #82b0e2 16%, transparent)",
|
|
@@ -126,17 +126,17 @@ const arctic = {
|
|
|
126
126
|
"accent-warm-ink": "#e0c184",
|
|
127
127
|
"accent-cool-ink": "#82b0e2",
|
|
128
128
|
"accent-coral-ink": "#ef8590",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
129
|
+
"syntax-foreground": "#e4eef2",
|
|
130
|
+
"syntax-background": "#070d10",
|
|
131
|
+
"syntax-token-comment": "color-mix(in srgb, #e4eef2 55%, #070d10)",
|
|
132
|
+
"syntax-token-punctuation": "color-mix(in srgb, #e4eef2 72%, #070d10)",
|
|
133
|
+
"syntax-token-keyword": "#ae9ae0",
|
|
134
|
+
"syntax-token-string": "#7ecaa5",
|
|
135
|
+
"syntax-token-string-expression": "#7ecaa5",
|
|
136
|
+
"syntax-token-constant": "#e0c184",
|
|
137
|
+
"syntax-token-function": "#82b0e2",
|
|
138
|
+
"syntax-token-parameter": "#ef8590",
|
|
139
|
+
"syntax-token-link": "#6fd0e0"
|
|
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 * Arctic — Cold white with glacier cyan.\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 arctic: ThemeConfig = {\n name: \"arctic\",\n colors: {\n primary: \"#0f6f86\",\n primaryHover: \"#0a5364\",\n background: \"#f9fbfc\",\n backgroundAlt: \"#eef3f6\",\n text: \"#0f1a1f\",\n textMuted: \"#5b6c75\",\n border: \"#dde7ec\",\n codeBackground: \"#0f1a1f\",\n codeBackgroundTop: \"#0f1a1f\",\n codeText: \"#e4eef2\",\n },\n darkColors: {\n primary: \"#6fd0e0\",\n primaryHover: \"#9ae0eb\",\n background: \"#0b1216\",\n backgroundAlt: \"#121b21\",\n text: \"#e4eef2\",\n textMuted: \"#7f929c\",\n border: \"#1d272d\",\n codeBackground: \"#070d10\",\n codeBackgroundTop: \"#070d10\",\n codeText: \"#e4eef2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2a5f96 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8a6b1c 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8a6b1c\",\n \"color-code-line-error\": \"color-mix(in srgb, #b53f4a 20%, transparent)\",\n \"color-code-line-error-border\": \"#b53f4a\",\n \"color-code-line-add\": \"color-mix(in srgb, #2f7259 16%, transparent)\",\n \"color-code-line-add-border\": \"#2f7259\",\n \"color-code-line-remove\": \"color-mix(in srgb, #b53f4a 14%, transparent)\",\n \"color-code-line-remove-border\": \"#b53f4a\",\n \"color-code-line-focus\": \"color-mix(in srgb, #0f6f86 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0f1a1f 92%, #e4eef2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #e4eef2 88%, #0f1a1f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #e4eef2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #e4eef2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #dde7ec 92%, transparent)\",\n \"color-backdrop\": \"rgba(87, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #eef3f6 62%, #f9fbfc)\",\n \"surface-line\": \"color-mix(in srgb, #dde7ec 72%, #f9fbfc)\",\n \"brand-violet\": \"#6d4d95\",\n \"brand-cyan\": \"#0f6f86\",\n \"brand-lime\": \"#2f7259\",\n \"brand-coral\": \"#b53f4a\",\n \"brand-navy\": \"color-mix(in srgb, #0f1a1f 70%, #f9fbfc)\",\n \"brand-violet-rgb\": \"109, 77, 149\",\n \"brand-cyan-rgb\": \"15, 111, 134\",\n \"brand-lime-rgb\": \"47, 114, 89\",\n \"brand-coral-rgb\": \"181, 63, 74\",\n \"accent-a\": \"#0f6f86\",\n \"accent-b\": \"#6d4d95\",\n \"accent-c\": \"#0f6f86\",\n \"accent-warm\": \"#8a6b1c\",\n \"accent-cool\": \"#2a5f96\",\n \"accent-a-ink\": \"#0f6f86\",\n \"accent-b-ink\": \"#6d4d95\",\n \"accent-c-ink\": \"#0f6f86\",\n \"accent-warm-ink\": \"#8a6b1c\",\n \"accent-cool-ink\": \"#2a5f96\",\n \"accent-coral-ink\": \"#b53f4a\",\n \"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Arctic — Cold white with glacier cyan.\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 arctic: ThemeConfig = {\n name: \"arctic\",\n colors: {\n primary: \"#0f6f86\",\n primaryHover: \"#0a5364\",\n background: \"#f9fbfc\",\n backgroundAlt: \"#eef3f6\",\n text: \"#0f1a1f\",\n textMuted: \"#5b6c75\",\n border: \"#dde7ec\",\n codeBackground: \"#0f1a1f\",\n codeBackgroundTop: \"#0f1a1f\",\n codeText: \"#e4eef2\",\n },\n darkColors: {\n primary: \"#6fd0e0\",\n primaryHover: \"#9ae0eb\",\n background: \"#0b1216\",\n backgroundAlt: \"#121b21\",\n text: \"#e4eef2\",\n textMuted: \"#7f929c\",\n border: \"#1d272d\",\n codeBackground: \"#070d10\",\n codeBackgroundTop: \"#070d10\",\n codeText: \"#e4eef2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2a5f96 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8a6b1c 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8a6b1c\",\n \"color-code-line-error\": \"color-mix(in srgb, #b53f4a 20%, transparent)\",\n \"color-code-line-error-border\": \"#b53f4a\",\n \"color-code-line-add\": \"color-mix(in srgb, #2f7259 16%, transparent)\",\n \"color-code-line-add-border\": \"#2f7259\",\n \"color-code-line-remove\": \"color-mix(in srgb, #b53f4a 14%, transparent)\",\n \"color-code-line-remove-border\": \"#b53f4a\",\n \"color-code-line-focus\": \"color-mix(in srgb, #0f6f86 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0f1a1f 92%, #e4eef2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #e4eef2 88%, #0f1a1f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #e4eef2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #e4eef2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #dde7ec 92%, transparent)\",\n \"color-backdrop\": \"rgba(87, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #eef3f6 62%, #f9fbfc)\",\n \"surface-line\": \"color-mix(in srgb, #dde7ec 72%, #f9fbfc)\",\n \"brand-violet\": \"#6d4d95\",\n \"brand-cyan\": \"#0f6f86\",\n \"brand-lime\": \"#2f7259\",\n \"brand-coral\": \"#b53f4a\",\n \"brand-navy\": \"color-mix(in srgb, #0f1a1f 70%, #f9fbfc)\",\n \"brand-violet-rgb\": \"109, 77, 149\",\n \"brand-cyan-rgb\": \"15, 111, 134\",\n \"brand-lime-rgb\": \"47, 114, 89\",\n \"brand-coral-rgb\": \"181, 63, 74\",\n \"accent-a\": \"#0f6f86\",\n \"accent-b\": \"#6d4d95\",\n \"accent-c\": \"#0f6f86\",\n \"accent-warm\": \"#8a6b1c\",\n \"accent-cool\": \"#2a5f96\",\n \"accent-a-ink\": \"#0f6f86\",\n \"accent-b-ink\": \"#6d4d95\",\n \"accent-c-ink\": \"#0f6f86\",\n \"accent-warm-ink\": \"#8a6b1c\",\n \"accent-cool-ink\": \"#2a5f96\",\n \"accent-coral-ink\": \"#b53f4a\",\n \"syntax-foreground\": \"#e4eef2\",\n \"syntax-background\": \"#0f1a1f\",\n \"syntax-token-comment\": \"color-mix(in srgb, #e4eef2 55%, #0f1a1f)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #e4eef2 72%, #0f1a1f)\",\n \"syntax-token-keyword\": \"#ae9ae0\",\n \"syntax-token-string\": \"#7ecaa5\",\n \"syntax-token-string-expression\": \"#7ecaa5\",\n \"syntax-token-constant\": \"#e0c184\",\n \"syntax-token-function\": \"#82b0e2\",\n \"syntax-token-parameter\": \"#ef8590\",\n \"syntax-token-link\": \"#6fd0e0\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #82b0e2 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e0c184 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e0c184\",\n \"color-code-line-error\": \"color-mix(in srgb, #ef8590 20%, transparent)\",\n \"color-code-line-error-border\": \"#ef8590\",\n \"color-code-line-add\": \"color-mix(in srgb, #7ecaa5 16%, transparent)\",\n \"color-code-line-add-border\": \"#7ecaa5\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ef8590 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ef8590\",\n \"color-code-line-focus\": \"color-mix(in srgb, #6fd0e0 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #070d10 92%, #e4eef2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #e4eef2 88%, #070d10)\",\n \"color-code-title-border\": \"color-mix(in srgb, #e4eef2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #e4eef2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #1d272d 92%, transparent)\",\n \"color-backdrop\": \"rgba(4, 6, 8, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #121b21 62%, #0b1216)\",\n \"surface-line\": \"color-mix(in srgb, #1d272d 72%, #0b1216)\",\n \"brand-violet\": \"#ae9ae0\",\n \"brand-cyan\": \"#6fd0e0\",\n \"brand-lime\": \"#7ecaa5\",\n \"brand-coral\": \"#ef8590\",\n \"brand-navy\": \"color-mix(in srgb, #e4eef2 70%, #0b1216)\",\n \"brand-violet-rgb\": \"174, 154, 224\",\n \"brand-cyan-rgb\": \"111, 208, 224\",\n \"brand-lime-rgb\": \"126, 202, 165\",\n \"brand-coral-rgb\": \"239, 133, 144\",\n \"accent-a\": \"#6fd0e0\",\n \"accent-b\": \"#ae9ae0\",\n \"accent-c\": \"#6fd0e0\",\n \"accent-warm\": \"#e0c184\",\n \"accent-cool\": \"#82b0e2\",\n \"accent-a-ink\": \"#6fd0e0\",\n \"accent-b-ink\": \"#ae9ae0\",\n \"accent-c-ink\": \"#6fd0e0\",\n \"accent-warm-ink\": \"#e0c184\",\n \"accent-cool-ink\": \"#82b0e2\",\n \"accent-coral-ink\": \"#ef8590\",\n \"syntax-foreground\": \"#e4eef2\",\n \"syntax-background\": \"#070d10\",\n \"syntax-token-comment\": \"color-mix(in srgb, #e4eef2 55%, #070d10)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #e4eef2 72%, #070d10)\",\n \"syntax-token-keyword\": \"#ae9ae0\",\n \"syntax-token-string\": \"#7ecaa5\",\n \"syntax-token-string-expression\": \"#7ecaa5\",\n \"syntax-token-constant\": \"#e0c184\",\n \"syntax-token-function\": \"#82b0e2\",\n \"syntax-token-parameter\": \"#ef8590\",\n \"syntax-token-link\": \"#6fd0e0\",\n },\n};\n\nexport default arctic;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,SAAsB;CACjC,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-arctic",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha.10",
|
|
4
4
|
"description": "Cold white with glacier cyan — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"arctic",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"provenance": true
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@types/node": "^26.
|
|
41
|
+
"@types/node": "^26.2.0",
|
|
42
42
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
43
43
|
"typescript": "^7.0.2",
|
|
44
|
-
"vite-plus": "0.2.
|
|
45
|
-
"@ox-content/vite-plugin": "
|
|
44
|
+
"vite-plus": "0.2.9",
|
|
45
|
+
"@ox-content/vite-plugin": "3.0.0-alpha.10"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@ox-content/vite-plugin": ">=
|
|
48
|
+
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependenciesMeta": {
|
|
51
51
|
"@ox-content/vite-plugin": {
|