@duskmoon-dev/core 1.19.1 → 1.19.2

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/README.md CHANGED
@@ -442,4 +442,4 @@ See [specs/004-oklch-color-system/quickstart.md](./specs/004-oklch-color-system/
442
442
 
443
443
  MIT
444
444
 
445
- <!-- release 34185365594 -->
445
+ <!-- release 34858431649 -->
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @duskmoon-dev/core v1.19.1
2
+ * @duskmoon-dev/core v1.19.2
3
3
  * Built-in DuskMoonUI themes
4
4
  * https://github.com/duskmoon-dev/duskmoonui
5
5
  * @license MIT
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @duskmoon-dev/core v1.19.1
3
- * @duskmoon-dev/css-art v1.19.1
2
+ * @duskmoon-dev/core v1.19.2
3
+ * @duskmoon-dev/css-art v1.19.2
4
4
  * Complete standalone DuskMoonUI styles
5
5
  * https://github.com/duskmoon-dev/duskmoonui
6
6
  * @license MIT
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @duskmoon-dev/core v1.19.1
3
- * @duskmoon-dev/css-art v1.19.1
2
+ * @duskmoon-dev/core v1.19.2
3
+ * @duskmoon-dev/css-art v1.19.2
4
4
  * Standalone Tailwind CSS v4 plugin bundle
5
5
  * https://github.com/duskmoon-dev/duskmoonui
6
6
  * @license MIT
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @duskmoon-dev/core v1.19.1
3
- * @duskmoon-dev/css-art v1.19.1
2
+ * @duskmoon-dev/core v1.19.2
3
+ * @duskmoon-dev/css-art v1.19.2
4
4
  * Standalone Tailwind CSS v4 plugin bundle
5
5
  * https://github.com/duskmoon-dev/duskmoonui
6
6
  * @license MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duskmoon-dev/core",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "description": "DuskMoonUI - Tailwind CSS v4 plugin with Material Design 3 color system and component styles",
5
5
  "type": "module",
6
6
  "main": "./dist/index.css",