@ox-content/theme-color-flexoki 3.0.0-beta.2 → 3.0.0-beta.3
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 +2 -2
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 flexoki = {
|
|
16
16
|
name: "flexoki",
|
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 flexoki: 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 flexoki: 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 flexoki = {
|
|
12
12
|
name: "flexoki",
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/flexoki.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Flexoki — Ink and paper, tuned for e-ink-like calm.\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 flexoki: ThemeConfig = {\n name: \"flexoki\",\n colors: {\n primary: \"#237e76\",\n primaryHover: \"#1c6c66\",\n background: \"#fffcf0\",\n backgroundAlt: \"#f2f0e5\",\n text: \"#100f0f\",\n textMuted: \"#6f6e69\",\n border: \"#e6e4d9\",\n codeBackground: \"#f2f0e5\",\n codeBackgroundTop: \"#f2f0e5\",\n codeText: \"#100f0f\",\n },\n darkColors: {\n primary: \"#3aa99f\",\n primaryHover: \"#5abdb3\",\n background: \"#100f0f\",\n backgroundAlt: \"#1c1b1a\",\n text: \"#fffcf0\",\n textMuted: \"#878580\",\n border: \"#282726\",\n codeBackground: \"#1c1b1a\",\n codeBackgroundTop: \"#1c1b1a\",\n codeText: \"#fffcf0\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #205ea6 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ad8301 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ad8301\",\n \"color-code-line-error\": \"color-mix(in srgb, #af3029 20%, transparent)\",\n \"color-code-line-error-border\": \"#af3029\",\n \"color-code-line-add\": \"color-mix(in srgb, #66800b 16%, transparent)\",\n \"color-code-line-add-border\": \"#66800b\",\n \"color-code-line-remove\": \"color-mix(in srgb, #af3029 14%, transparent)\",\n \"color-code-line-remove-border\": \"#af3029\",\n \"color-code-line-focus\": \"color-mix(in srgb, #237e76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f2f0e5 92%, #100f0f)\",\n \"color-code-title-text\": \"color-mix(in srgb, #100f0f 88%, #f2f0e5)\",\n \"color-code-title-border\": \"color-mix(in srgb, #100f0f 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #100f0f 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e6e4d9 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 88, 84, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2f0e5 62%, #fffcf0)\",\n \"surface-line\": \"color-mix(in srgb, #e6e4d9 72%, #fffcf0)\",\n \"brand-violet\": \"#a02f6f\",\n \"brand-cyan\": \"#24837b\",\n \"brand-lime\": \"#66800b\",\n \"brand-coral\": \"#af3029\",\n \"brand-navy\": \"color-mix(in srgb, #100f0f 70%, #fffcf0)\",\n \"brand-violet-rgb\": \"160, 47, 111\",\n \"brand-cyan-rgb\": \"36, 131, 123\",\n \"brand-lime-rgb\": \"102, 128, 11\",\n \"brand-coral-rgb\": \"175, 48, 41\",\n \"accent-a\": \"#237e76\",\n \"accent-b\": \"#a02f6f\",\n \"accent-c\": \"#24837b\",\n \"accent-warm\": \"#ad8301\",\n \"accent-cool\": \"#205ea6\",\n \"accent-a-ink\": \"#237e76\",\n \"accent-b-ink\": \"#a02f6f\",\n \"accent-c-ink\": \"#237e76\",\n \"accent-warm-ink\": \"#916e01\",\n \"accent-cool-ink\": \"#205ea6\",\n \"accent-coral-ink\": \"#af3029\",\n \"syntax-foreground\": \"#100f0f\",\n \"syntax-background\": \"#f2f0e5\",\n \"syntax-token-comment\": \"color-mix(in srgb, #100f0f 55%, #f2f0e5)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #100f0f 72%, #f2f0e5)\",\n \"syntax-token-keyword\": \"#a02f6f\",\n \"syntax-token-string\": \"#66800b\",\n \"syntax-token-string-expression\": \"#66800b\",\n \"syntax-token-constant\": \"#ad8301\",\n \"syntax-token-function\": \"#205ea6\",\n \"syntax-token-parameter\": \"#af3029\",\n \"syntax-token-link\": \"#24837b\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #4385be 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d0a215 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d0a215\",\n \"color-code-line-error\": \"color-mix(in srgb, #d14d41 20%, transparent)\",\n \"color-code-line-error-border\": \"#d14d41\",\n \"color-code-line-add\": \"color-mix(in srgb, #879a39 16%, transparent)\",\n \"color-code-line-add-border\": \"#879a39\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d14d41 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d14d41\",\n \"color-code-line-focus\": \"color-mix(in srgb, #3aa99f 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1c1b1a 92%, #fffcf0)\",\n \"color-code-title-text\": \"color-mix(in srgb, #fffcf0 88%, #1c1b1a)\",\n \"color-code-title-border\": \"color-mix(in srgb, #fffcf0 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #fffcf0 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #282726 92%, transparent)\",\n \"color-backdrop\": \"rgba(6, 5, 5, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1c1b1a 62%, #100f0f)\",\n \"surface-line\": \"color-mix(in srgb, #282726 72%, #100f0f)\",\n \"brand-violet\": \"#ce5d97\",\n \"brand-cyan\": \"#3aa99f\",\n \"brand-lime\": \"#879a39\",\n \"brand-coral\": \"#d14d41\",\n \"brand-navy\": \"color-mix(in srgb, #fffcf0 70%, #100f0f)\",\n \"brand-violet-rgb\": \"206, 93, 151\",\n \"brand-cyan-rgb\": \"58, 169, 159\",\n \"brand-lime-rgb\": \"135, 154, 57\",\n \"brand-coral-rgb\": \"209, 77, 65\",\n \"accent-a\": \"#3aa99f\",\n \"accent-b\": \"#ce5d97\",\n \"accent-c\": \"#3aa99f\",\n \"accent-warm\": \"#d0a215\",\n \"accent-cool\": \"#4385be\",\n \"accent-a-ink\": \"#3aa99f\",\n \"accent-b-ink\": \"#ce5d97\",\n \"accent-c-ink\": \"#3aa99f\",\n \"accent-warm-ink\": \"#d0a215\",\n \"accent-cool-ink\": \"#4385be\",\n \"accent-coral-ink\": \"#d35449\",\n \"syntax-foreground\": \"#fffcf0\",\n \"syntax-background\": \"#1c1b1a\",\n \"syntax-token-comment\": \"color-mix(in srgb, #fffcf0 55%, #1c1b1a)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #fffcf0 72%, #1c1b1a)\",\n \"syntax-token-keyword\": \"#ce5d97\",\n \"syntax-token-string\": \"#879a39\",\n \"syntax-token-string-expression\": \"#879a39\",\n \"syntax-token-constant\": \"#d0a215\",\n \"syntax-token-function\": \"#4385be\",\n \"syntax-token-parameter\": \"#d14d41\",\n \"syntax-token-link\": \"#3aa99f\",\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/flexoki.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Flexoki — Ink and paper, tuned for e-ink-like calm.\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 flexoki: ThemeConfig = {\n name: \"flexoki\",\n colors: {\n primary: \"#237e76\",\n primaryHover: \"#1c6c66\",\n background: \"#fffcf0\",\n backgroundAlt: \"#f2f0e5\",\n text: \"#100f0f\",\n textMuted: \"#6f6e69\",\n border: \"#e6e4d9\",\n codeBackground: \"#f2f0e5\",\n codeBackgroundTop: \"#f2f0e5\",\n codeText: \"#100f0f\",\n },\n darkColors: {\n primary: \"#3aa99f\",\n primaryHover: \"#5abdb3\",\n background: \"#100f0f\",\n backgroundAlt: \"#1c1b1a\",\n text: \"#fffcf0\",\n textMuted: \"#878580\",\n border: \"#282726\",\n codeBackground: \"#1c1b1a\",\n codeBackgroundTop: \"#1c1b1a\",\n codeText: \"#fffcf0\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #205ea6 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ad8301 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ad8301\",\n \"color-code-line-error\": \"color-mix(in srgb, #af3029 20%, transparent)\",\n \"color-code-line-error-border\": \"#af3029\",\n \"color-code-line-add\": \"color-mix(in srgb, #66800b 16%, transparent)\",\n \"color-code-line-add-border\": \"#66800b\",\n \"color-code-line-remove\": \"color-mix(in srgb, #af3029 14%, transparent)\",\n \"color-code-line-remove-border\": \"#af3029\",\n \"color-code-line-focus\": \"color-mix(in srgb, #237e76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f2f0e5 92%, #100f0f)\",\n \"color-code-title-text\": \"color-mix(in srgb, #100f0f 88%, #f2f0e5)\",\n \"color-code-title-border\": \"color-mix(in srgb, #100f0f 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #100f0f 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e6e4d9 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 88, 84, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2f0e5 62%, #fffcf0)\",\n \"surface-line\": \"color-mix(in srgb, #e6e4d9 72%, #fffcf0)\",\n \"brand-violet\": \"#a02f6f\",\n \"brand-cyan\": \"#24837b\",\n \"brand-lime\": \"#66800b\",\n \"brand-coral\": \"#af3029\",\n \"brand-navy\": \"color-mix(in srgb, #100f0f 70%, #fffcf0)\",\n \"brand-violet-rgb\": \"160, 47, 111\",\n \"brand-cyan-rgb\": \"36, 131, 123\",\n \"brand-lime-rgb\": \"102, 128, 11\",\n \"brand-coral-rgb\": \"175, 48, 41\",\n \"accent-a\": \"#237e76\",\n \"accent-b\": \"#a02f6f\",\n \"accent-c\": \"#24837b\",\n \"accent-warm\": \"#ad8301\",\n \"accent-cool\": \"#205ea6\",\n \"accent-a-ink\": \"#237e76\",\n \"accent-b-ink\": \"#a02f6f\",\n \"accent-c-ink\": \"#237e76\",\n \"accent-warm-ink\": \"#916e01\",\n \"accent-cool-ink\": \"#205ea6\",\n \"accent-coral-ink\": \"#af3029\",\n \"syntax-foreground\": \"#100f0f\",\n \"syntax-background\": \"#f2f0e5\",\n \"syntax-token-comment\": \"color-mix(in srgb, #100f0f 55%, #f2f0e5)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #100f0f 72%, #f2f0e5)\",\n \"syntax-token-keyword\": \"#a02f6f\",\n \"syntax-token-string\": \"#66800b\",\n \"syntax-token-string-expression\": \"#66800b\",\n \"syntax-token-constant\": \"#ad8301\",\n \"syntax-token-function\": \"#205ea6\",\n \"syntax-token-parameter\": \"#af3029\",\n \"syntax-token-link\": \"#24837b\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #4385be 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d0a215 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d0a215\",\n \"color-code-line-error\": \"color-mix(in srgb, #d14d41 20%, transparent)\",\n \"color-code-line-error-border\": \"#d14d41\",\n \"color-code-line-add\": \"color-mix(in srgb, #879a39 16%, transparent)\",\n \"color-code-line-add-border\": \"#879a39\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d14d41 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d14d41\",\n \"color-code-line-focus\": \"color-mix(in srgb, #3aa99f 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1c1b1a 92%, #fffcf0)\",\n \"color-code-title-text\": \"color-mix(in srgb, #fffcf0 88%, #1c1b1a)\",\n \"color-code-title-border\": \"color-mix(in srgb, #fffcf0 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #fffcf0 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #282726 92%, transparent)\",\n \"color-backdrop\": \"rgba(6, 5, 5, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1c1b1a 62%, #100f0f)\",\n \"surface-line\": \"color-mix(in srgb, #282726 72%, #100f0f)\",\n \"brand-violet\": \"#ce5d97\",\n \"brand-cyan\": \"#3aa99f\",\n \"brand-lime\": \"#879a39\",\n \"brand-coral\": \"#d14d41\",\n \"brand-navy\": \"color-mix(in srgb, #fffcf0 70%, #100f0f)\",\n \"brand-violet-rgb\": \"206, 93, 151\",\n \"brand-cyan-rgb\": \"58, 169, 159\",\n \"brand-lime-rgb\": \"135, 154, 57\",\n \"brand-coral-rgb\": \"209, 77, 65\",\n \"accent-a\": \"#3aa99f\",\n \"accent-b\": \"#ce5d97\",\n \"accent-c\": \"#3aa99f\",\n \"accent-warm\": \"#d0a215\",\n \"accent-cool\": \"#4385be\",\n \"accent-a-ink\": \"#3aa99f\",\n \"accent-b-ink\": \"#ce5d97\",\n \"accent-c-ink\": \"#3aa99f\",\n \"accent-warm-ink\": \"#d0a215\",\n \"accent-cool-ink\": \"#4385be\",\n \"accent-coral-ink\": \"#d35449\",\n \"syntax-foreground\": \"#fffcf0\",\n \"syntax-background\": \"#1c1b1a\",\n \"syntax-token-comment\": \"color-mix(in srgb, #fffcf0 55%, #1c1b1a)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #fffcf0 72%, #1c1b1a)\",\n \"syntax-token-keyword\": \"#ce5d97\",\n \"syntax-token-string\": \"#879a39\",\n \"syntax-token-string-expression\": \"#879a39\",\n \"syntax-token-constant\": \"#d0a215\",\n \"syntax-token-function\": \"#4385be\",\n \"syntax-token-parameter\": \"#d14d41\",\n \"syntax-token-link\": \"#3aa99f\",\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-flexoki",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.3",
|
|
4
4
|
"description": "Ink and paper, tuned for e-ink-like calm — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-scheme",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"provenance": true
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@ox-content/vite-plugin": "3.0.0-beta.
|
|
41
|
+
"@ox-content/vite-plugin": "3.0.0-beta.3",
|
|
42
42
|
"@types/node": "^26.2.0",
|
|
43
43
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
44
44
|
"typescript": "^7.0.2",
|