@ox-content/theme-atlas 3.2.8 → 3.2.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.d.cts +2 -2
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.mts.map +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -10,7 +10,7 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
10
10
|
* theme: [atlas, tokyoNight]
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
|
-
declare const atlas: ThemeConfig;
|
|
13
|
+
export declare const atlas: ThemeConfig;
|
|
14
14
|
//#endregion
|
|
15
|
-
export { atlas
|
|
15
|
+
export { atlas as default };
|
|
16
16
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;;qBAca,OAAO"}
|
package/dist/index.d.mts
CHANGED
|
@@ -10,7 +10,7 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
10
10
|
* theme: [atlas, tokyoNight]
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
|
-
declare const atlas: ThemeConfig;
|
|
13
|
+
export declare const atlas: ThemeConfig;
|
|
14
14
|
//#endregion
|
|
15
|
-
export { atlas
|
|
15
|
+
export { atlas as default };
|
|
16
16
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;;qBAca,OAAO"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ox-content/theme-atlas",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.10",
|
|
4
4
|
"description": "A survey sheet — contour bands, a keyed legend sidebar and registration marks — an Ox Content skin that composes with any @ox-content/theme-color-* scheme",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cartography",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"provenance": true
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@ox-content/vite-plugin": "3.2.
|
|
45
|
-
"@types/node": "^26.
|
|
44
|
+
"@ox-content/vite-plugin": "3.2.10",
|
|
45
|
+
"@types/node": "^26.6.1",
|
|
46
46
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
47
47
|
"typescript": "^7.0.2",
|
|
48
|
-
"vite-plus": "0.3.
|
|
48
|
+
"vite-plus": "0.3.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|