@maz-ui/themes 4.1.2 → 4.1.3

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maz-ui/themes",
3
3
  "type": "module",
4
- "version": "4.1.2",
4
+ "version": "4.1.3",
5
5
  "description": "Theme system for Maz-UI with TypeScript support and CSS variables",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -91,7 +91,7 @@
91
91
  "vue": "^3.5.0"
92
92
  },
93
93
  "dependencies": {
94
- "@maz-ui/utils": "4.1.2"
94
+ "@maz-ui/utils": "4.1.3"
95
95
  },
96
96
  "devDependencies": {
97
97
  "glob": "^11.0.3",
@@ -102,5 +102,5 @@
102
102
  "lint-staged": {
103
103
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"
104
104
  },
105
- "gitHead": "7be37c69c61b31f83699a61039b407ff196facc4"
105
+ "gitHead": "09f62e1bb3a3faaaa1dc48ea6434f8da80a23d76"
106
106
  }