@maz-ui/themes 4.1.7-beta.7 → 4.1.7

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 +4 -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.7-beta.7",
4
+ "version": "4.1.7",
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",
@@ -18,6 +18,7 @@
18
18
  "typescript",
19
19
  "maz-ui"
20
20
  ],
21
+ "sideEffects": false,
21
22
  "publishConfig": {
22
23
  "access": "public"
23
24
  },
@@ -90,7 +91,7 @@
90
91
  "vue": "^3.5.0"
91
92
  },
92
93
  "dependencies": {
93
- "@maz-ui/utils": "4.1.7-beta.7"
94
+ "@maz-ui/utils": "4.1.7"
94
95
  },
95
96
  "devDependencies": {
96
97
  "glob": "^11.0.3",
@@ -100,5 +101,5 @@
100
101
  "lint-staged": {
101
102
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"
102
103
  },
103
- "gitHead": "6d8e11363dec28194b583bf21edf8e9436095ff6"
104
+ "gitHead": "e40beabe5a0c9bcc7ccad56258058e12e9aa5336"
104
105
  }