@ox-content/theme-color-melange 3.0.0-beta.0 → 3.0.0-beta.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 +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -9,8 +9,8 @@ Object.defineProperties(exports, {
|
|
|
9
9
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
10
10
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
11
11
|
*
|
|
12
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
13
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
12
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
13
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
14
14
|
*/
|
|
15
15
|
const melange = {
|
|
16
16
|
name: "melange",
|
package/dist/index.d.cts
CHANGED
|
@@ -6,8 +6,8 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
6
6
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
7
7
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
8
8
|
*
|
|
9
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
9
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
11
11
|
*/
|
|
12
12
|
declare const melange: ThemeConfig;
|
|
13
13
|
//#endregion
|
package/dist/index.d.mts
CHANGED
|
@@ -6,8 +6,8 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
6
6
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
7
7
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
8
8
|
*
|
|
9
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
9
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
11
11
|
*/
|
|
12
12
|
declare const melange: ThemeConfig;
|
|
13
13
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
6
6
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
7
7
|
*
|
|
8
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
9
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
8
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
9
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
10
10
|
*/
|
|
11
11
|
const melange = {
|
|
12
12
|
name: "melange",
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/melange.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Melange — Muted earth tones, warm and unhurried.\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 melange: ThemeConfig = {\n name: \"melange\",\n colors: {\n primary: \"#7d5c39\",\n primaryHover: \"#63482c\",\n background: \"#f1f1f1\",\n backgroundAlt: \"#e9e1db\",\n text: \"#54433a\",\n textMuted: \"#7d6658\",\n border: \"#d9cdc3\",\n codeBackground: \"#e9e1db\",\n codeBackgroundTop: \"#e9e1db\",\n codeText: \"#54433a\",\n },\n darkColors: {\n primary: \"#ebc06d\",\n primaryHover: \"#f2d192\",\n background: \"#292522\",\n backgroundAlt: \"#34302c\",\n text: \"#ece1d7\",\n textMuted: \"#a08e7a\",\n border: \"#403a35\",\n codeBackground: \"#211f1c\",\n codeBackgroundTop: \"#211f1c\",\n codeText: \"#ece1d7\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #5a6b8a 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8a6f2a 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8a6f2a\",\n \"color-code-line-error\": \"color-mix(in srgb, #a8503a 20%, transparent)\",\n \"color-code-line-error-border\": \"#a8503a\",\n \"color-code-line-add\": \"color-mix(in srgb, #5c6f3f 16%, transparent)\",\n \"color-code-line-add-border\": \"#5c6f3f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #a8503a 14%, transparent)\",\n \"color-code-line-remove-border\": \"#a8503a\",\n \"color-code-line-focus\": \"color-mix(in srgb, #7d5c39 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #e9e1db 92%, #54433a)\",\n \"color-code-title-text\": \"color-mix(in srgb, #54433a 88%, #e9e1db)\",\n \"color-code-title-border\": \"color-mix(in srgb, #54433a 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #54433a 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d9cdc3 92%, transparent)\",\n \"color-backdrop\": \"rgba(84, 84, 84, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #e9e1db 62%, #f1f1f1)\",\n \"surface-line\": \"color-mix(in srgb, #d9cdc3 72%, #f1f1f1)\",\n \"brand-violet\": \"#8a5570\",\n \"brand-cyan\": \"#4f7068\",\n \"brand-lime\": \"#5c6f3f\",\n \"brand-coral\": \"#a8503a\",\n \"brand-navy\": \"color-mix(in srgb, #54433a 70%, #f1f1f1)\",\n \"brand-violet-rgb\": \"138, 85, 112\",\n \"brand-cyan-rgb\": \"79, 112, 104\",\n \"brand-lime-rgb\": \"92, 111, 63\",\n \"brand-coral-rgb\": \"168, 80, 58\",\n \"accent-a\": \"#7d5c39\",\n \"accent-b\": \"#8a5570\",\n \"accent-c\": \"#4f7068\",\n \"accent-warm\": \"#8a6f2a\",\n \"accent-cool\": \"#5a6b8a\",\n \"accent-a-ink\": \"#7d5c39\",\n \"accent-b-ink\": \"#8a5570\",\n \"accent-c-ink\": \"#4f7068\",\n \"accent-warm-ink\": \"#846b28\",\n \"accent-cool-ink\": \"#5a6b8a\",\n \"accent-coral-ink\": \"#a8503a\",\n \"syntax-foreground\": \"#54433a\",\n \"syntax-background\": \"#e9e1db\",\n \"syntax-token-comment\": \"color-mix(in srgb, #54433a 55%, #e9e1db)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #54433a 72%, #e9e1db)\",\n \"syntax-token-keyword\": \"#8a5570\",\n \"syntax-token-string\": \"#5c6f3f\",\n \"syntax-token-string-expression\": \"#5c6f3f\",\n \"syntax-token-constant\": \"#8a6f2a\",\n \"syntax-token-function\": \"#5a6b8a\",\n \"syntax-token-parameter\": \"#a8503a\",\n \"syntax-token-link\": \"#4f7068\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #a3a9ce 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ebc06d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ebc06d\",\n \"color-code-line-error\": \"color-mix(in srgb, #d47766 20%, transparent)\",\n \"color-code-line-error-border\": \"#d47766\",\n \"color-code-line-add\": \"color-mix(in srgb, #85b695 16%, transparent)\",\n \"color-code-line-add-border\": \"#85b695\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d47766 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d47766\",\n \"color-code-line-focus\": \"color-mix(in srgb, #ebc06d 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #211f1c 92%, #ece1d7)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ece1d7 88%, #211f1c)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ece1d7 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ece1d7 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #403a35 92%, transparent)\",\n \"color-backdrop\": \"rgba(14, 13, 12, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #34302c 62%, #292522)\",\n \"surface-line\": \"color-mix(in srgb, #403a35 72%, #292522)\",\n \"brand-violet\": \"#cf9bc2\",\n \"brand-cyan\": \"#89b3b6\",\n \"brand-lime\": \"#85b695\",\n \"brand-coral\": \"#d47766\",\n \"brand-navy\": \"color-mix(in srgb, #ece1d7 70%, #292522)\",\n \"brand-violet-rgb\": \"207, 155, 194\",\n \"brand-cyan-rgb\": \"137, 179, 182\",\n \"brand-lime-rgb\": \"133, 182, 149\",\n \"brand-coral-rgb\": \"212, 119, 102\",\n \"accent-a\": \"#ebc06d\",\n \"accent-b\": \"#cf9bc2\",\n \"accent-c\": \"#89b3b6\",\n \"accent-warm\": \"#ebc06d\",\n \"accent-cool\": \"#a3a9ce\",\n \"accent-a-ink\": \"#ebc06d\",\n \"accent-b-ink\": \"#cf9bc2\",\n \"accent-c-ink\": \"#89b3b6\",\n \"accent-warm-ink\": \"#ebc06d\",\n \"accent-cool-ink\": \"#a3a9ce\",\n \"accent-coral-ink\": \"#d47766\",\n \"syntax-foreground\": \"#ece1d7\",\n \"syntax-background\": \"#211f1c\",\n \"syntax-token-comment\": \"color-mix(in srgb, #ece1d7 55%, #211f1c)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #ece1d7 72%, #211f1c)\",\n \"syntax-token-keyword\": \"#cf9bc2\",\n \"syntax-token-string\": \"#85b695\",\n \"syntax-token-string-expression\": \"#85b695\",\n \"syntax-token-constant\": \"#ebc06d\",\n \"syntax-token-function\": \"#a3a9ce\",\n \"syntax-token-parameter\": \"#d47766\",\n \"syntax-token-link\": \"#89b3b6\",\n },\n};\n"],"mappings":";;;;;;;;;;AAWA,MAAa,UAAuB;CAClC,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"}
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/melange.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Melange — Muted earth tones, warm and unhurried.\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 `tools/scripts/theme-colors/palettes.json`; edit that file and run\n * `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const melange: ThemeConfig = {\n name: \"melange\",\n colors: {\n primary: \"#7d5c39\",\n primaryHover: \"#63482c\",\n background: \"#f1f1f1\",\n backgroundAlt: \"#e9e1db\",\n text: \"#54433a\",\n textMuted: \"#7d6658\",\n border: \"#d9cdc3\",\n codeBackground: \"#e9e1db\",\n codeBackgroundTop: \"#e9e1db\",\n codeText: \"#54433a\",\n },\n darkColors: {\n primary: \"#ebc06d\",\n primaryHover: \"#f2d192\",\n background: \"#292522\",\n backgroundAlt: \"#34302c\",\n text: \"#ece1d7\",\n textMuted: \"#a08e7a\",\n border: \"#403a35\",\n codeBackground: \"#211f1c\",\n codeBackgroundTop: \"#211f1c\",\n codeText: \"#ece1d7\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #5a6b8a 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8a6f2a 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8a6f2a\",\n \"color-code-line-error\": \"color-mix(in srgb, #a8503a 20%, transparent)\",\n \"color-code-line-error-border\": \"#a8503a\",\n \"color-code-line-add\": \"color-mix(in srgb, #5c6f3f 16%, transparent)\",\n \"color-code-line-add-border\": \"#5c6f3f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #a8503a 14%, transparent)\",\n \"color-code-line-remove-border\": \"#a8503a\",\n \"color-code-line-focus\": \"color-mix(in srgb, #7d5c39 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #e9e1db 92%, #54433a)\",\n \"color-code-title-text\": \"color-mix(in srgb, #54433a 88%, #e9e1db)\",\n \"color-code-title-border\": \"color-mix(in srgb, #54433a 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #54433a 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d9cdc3 92%, transparent)\",\n \"color-backdrop\": \"rgba(84, 84, 84, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #e9e1db 62%, #f1f1f1)\",\n \"surface-line\": \"color-mix(in srgb, #d9cdc3 72%, #f1f1f1)\",\n \"brand-violet\": \"#8a5570\",\n \"brand-cyan\": \"#4f7068\",\n \"brand-lime\": \"#5c6f3f\",\n \"brand-coral\": \"#a8503a\",\n \"brand-navy\": \"color-mix(in srgb, #54433a 70%, #f1f1f1)\",\n \"brand-violet-rgb\": \"138, 85, 112\",\n \"brand-cyan-rgb\": \"79, 112, 104\",\n \"brand-lime-rgb\": \"92, 111, 63\",\n \"brand-coral-rgb\": \"168, 80, 58\",\n \"accent-a\": \"#7d5c39\",\n \"accent-b\": \"#8a5570\",\n \"accent-c\": \"#4f7068\",\n \"accent-warm\": \"#8a6f2a\",\n \"accent-cool\": \"#5a6b8a\",\n \"accent-a-ink\": \"#7d5c39\",\n \"accent-b-ink\": \"#8a5570\",\n \"accent-c-ink\": \"#4f7068\",\n \"accent-warm-ink\": \"#846b28\",\n \"accent-cool-ink\": \"#5a6b8a\",\n \"accent-coral-ink\": \"#a8503a\",\n \"syntax-foreground\": \"#54433a\",\n \"syntax-background\": \"#e9e1db\",\n \"syntax-token-comment\": \"color-mix(in srgb, #54433a 55%, #e9e1db)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #54433a 72%, #e9e1db)\",\n \"syntax-token-keyword\": \"#8a5570\",\n \"syntax-token-string\": \"#5c6f3f\",\n \"syntax-token-string-expression\": \"#5c6f3f\",\n \"syntax-token-constant\": \"#8a6f2a\",\n \"syntax-token-function\": \"#5a6b8a\",\n \"syntax-token-parameter\": \"#a8503a\",\n \"syntax-token-link\": \"#4f7068\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #a3a9ce 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ebc06d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ebc06d\",\n \"color-code-line-error\": \"color-mix(in srgb, #d47766 20%, transparent)\",\n \"color-code-line-error-border\": \"#d47766\",\n \"color-code-line-add\": \"color-mix(in srgb, #85b695 16%, transparent)\",\n \"color-code-line-add-border\": \"#85b695\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d47766 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d47766\",\n \"color-code-line-focus\": \"color-mix(in srgb, #ebc06d 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #211f1c 92%, #ece1d7)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ece1d7 88%, #211f1c)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ece1d7 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ece1d7 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #403a35 92%, transparent)\",\n \"color-backdrop\": \"rgba(14, 13, 12, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #34302c 62%, #292522)\",\n \"surface-line\": \"color-mix(in srgb, #403a35 72%, #292522)\",\n \"brand-violet\": \"#cf9bc2\",\n \"brand-cyan\": \"#89b3b6\",\n \"brand-lime\": \"#85b695\",\n \"brand-coral\": \"#d47766\",\n \"brand-navy\": \"color-mix(in srgb, #ece1d7 70%, #292522)\",\n \"brand-violet-rgb\": \"207, 155, 194\",\n \"brand-cyan-rgb\": \"137, 179, 182\",\n \"brand-lime-rgb\": \"133, 182, 149\",\n \"brand-coral-rgb\": \"212, 119, 102\",\n \"accent-a\": \"#ebc06d\",\n \"accent-b\": \"#cf9bc2\",\n \"accent-c\": \"#89b3b6\",\n \"accent-warm\": \"#ebc06d\",\n \"accent-cool\": \"#a3a9ce\",\n \"accent-a-ink\": \"#ebc06d\",\n \"accent-b-ink\": \"#cf9bc2\",\n \"accent-c-ink\": \"#89b3b6\",\n \"accent-warm-ink\": \"#ebc06d\",\n \"accent-cool-ink\": \"#a3a9ce\",\n \"accent-coral-ink\": \"#d47766\",\n \"syntax-foreground\": \"#ece1d7\",\n \"syntax-background\": \"#211f1c\",\n \"syntax-token-comment\": \"color-mix(in srgb, #ece1d7 55%, #211f1c)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #ece1d7 72%, #211f1c)\",\n \"syntax-token-keyword\": \"#cf9bc2\",\n \"syntax-token-string\": \"#85b695\",\n \"syntax-token-string-expression\": \"#85b695\",\n \"syntax-token-constant\": \"#ebc06d\",\n \"syntax-token-function\": \"#a3a9ce\",\n \"syntax-token-parameter\": \"#d47766\",\n \"syntax-token-link\": \"#89b3b6\",\n },\n};\n"],"mappings":";;;;;;;;;;AAWA,MAAa,UAAuB;CAClC,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-melange",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.10",
|
|
4
4
|
"description": "Muted earth tones, warm and unhurried — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-scheme",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"provenance": true
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
+
"@ox-content/vite-plugin": "3.0.0-beta.10",
|
|
41
42
|
"@types/node": "^26.2.0",
|
|
42
43
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
43
44
|
"typescript": "^7.0.2",
|
|
44
|
-
"vite-plus": "0.
|
|
45
|
-
"@ox-content/vite-plugin": "3.0.0-beta.0"
|
|
45
|
+
"vite-plus": "0.3.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|