@ox-content/theme-color-poimandres 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 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 poimandres: ThemeConfig;
12
+ export declare const poimandres: ThemeConfig;
13
13
  //#endregion
14
- export { poimandres as default, poimandres };
14
+ export { poimandres as default };
15
15
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/poimandres.ts"],"mappings":";;;;;;;;;;;cAWa,YAAY"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/poimandres.ts"],"mappings":";;;;;;;;;;;qBAWa,YAAY"}
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 poimandres: ThemeConfig;
12
+ export declare const poimandres: ThemeConfig;
13
13
  //#endregion
14
- export { poimandres as default, poimandres };
14
+ export { poimandres as default };
15
15
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/poimandres.ts"],"mappings":";;;;;;;;;;;cAWa,YAAY"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/poimandres.ts"],"mappings":";;;;;;;;;;;qBAWa,YAAY"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ox-content/theme-color-poimandres",
3
- "version": "3.2.7",
3
+ "version": "3.2.9",
4
4
  "description": "Poimandres, cool teal on deep navy — 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.7",
42
- "@types/node": "^26.2.0",
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.0"
45
+ "vite-plus": "0.3.2"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@ox-content/vite-plugin": ">=3.0.0-alpha.1"