@quidgest/ui 0.8.5 → 0.8.6

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/ui.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Quidgest Framework v0.8.5
2
+ * Quidgest Framework v0.8.6
3
3
  * (c) 2023 Quidgest - Consultores de Gestão, SA
4
4
  */
5
5
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@quidgest/ui",
3
3
  "private": false,
4
4
  "description": "Quidgest's UI framework",
5
- "version": "0.8.5",
5
+ "version": "0.8.6",
6
6
  "author": {
7
7
  "name": "Quidgest"
8
8
  },
@@ -101,7 +101,7 @@
101
101
  "build:css": "node build/css.mjs",
102
102
  "format": "prettier . --check",
103
103
  "format:fix": "prettier . --write",
104
- "lint": "eslint --max-warnings 0 --ext .ts,.vue .",
104
+ "lint": "eslint --max-warnings 0 --ext .js,.ts,.vue .",
105
105
  "lint:fix": "eslint src --ext .ts,.vue --fix",
106
106
  "lint:style": "stylelint \"**/*.scss\"",
107
107
  "test": "vitest",