@ox-content/theme-color-horizon 3.2.7 → 3.2.9
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.d.cts +3 -3
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.mts.map +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
9
9
|
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
10
|
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
11
11
|
*/
|
|
12
|
-
declare const horizon: ThemeConfig;
|
|
12
|
+
export declare const horizon: ThemeConfig;
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/horizonBright.d.ts
|
|
15
15
|
/**
|
|
@@ -21,7 +21,7 @@ declare const horizon: ThemeConfig;
|
|
|
21
21
|
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
22
22
|
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
23
23
|
*/
|
|
24
|
-
declare const horizonBright: ThemeConfig;
|
|
24
|
+
export declare const horizonBright: ThemeConfig;
|
|
25
25
|
//#endregion
|
|
26
|
-
export { horizon as default
|
|
26
|
+
export { horizon as default };
|
|
27
27
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/horizon.ts","../src/horizonBright.ts"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/horizon.ts","../src/horizonBright.ts"],"mappings":";;;;;;;;;;;qBAWa,SAAS;;;;;;;;;;;;qBCAT,eAAe"}
|
package/dist/index.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
9
9
|
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
10
|
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
11
11
|
*/
|
|
12
|
-
declare const horizon: ThemeConfig;
|
|
12
|
+
export declare const horizon: ThemeConfig;
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/horizonBright.d.ts
|
|
15
15
|
/**
|
|
@@ -21,7 +21,7 @@ declare const horizon: ThemeConfig;
|
|
|
21
21
|
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
22
22
|
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
23
23
|
*/
|
|
24
|
-
declare const horizonBright: ThemeConfig;
|
|
24
|
+
export declare const horizonBright: ThemeConfig;
|
|
25
25
|
//#endregion
|
|
26
|
-
export { horizon as default
|
|
26
|
+
export { horizon as default };
|
|
27
27
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/horizon.ts","../src/horizonBright.ts"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/horizon.ts","../src/horizonBright.ts"],"mappings":";;;;;;;;;;;qBAWa,SAAS;;;;;;;;;;;;qBCAT,eAAe"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ox-content/theme-color-horizon",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.9",
|
|
4
4
|
"description": "Warm coral and plum at dusk — 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.2.
|
|
42
|
-
"@types/node": "^26.
|
|
41
|
+
"@ox-content/vite-plugin": "3.2.9",
|
|
42
|
+
"@types/node": "^26.6.1",
|
|
43
43
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
44
44
|
"typescript": "^7.0.2",
|
|
45
|
-
"vite-plus": "0.3.
|
|
45
|
+
"vite-plus": "0.3.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|