@docxkit/theme-warm 0.3.0 → 0.4.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { DocxTheme } from "@docxkit/core";
2
-
3
2
  //#region src/index.d.ts
4
3
  /**
5
4
  * Warm theme — earthy tones with amber and terracotta accents.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docxkit/theme-warm",
3
3
  "type": "module",
4
- "version": "0.3.0",
4
+ "version": "0.4.0",
5
5
  "description": "Warm color theme — docx-kit theme",
6
6
  "keywords": [
7
7
  "docx",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "sideEffects": false,
36
36
  "peerDependencies": {
37
- "@docxkit/core": "0.3.0"
37
+ "@docxkit/core": "0.4.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsdown",