easycomponentstools 1.0.0-dev.1.1 → 1.0.0-dev.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easycomponentstools",
3
3
  "private": false,
4
- "version": "1.0.0-dev.1.1",
4
+ "version": "1.0.0-dev.3",
5
5
  "type": "module",
6
6
  "description": "Easy Vue Components",
7
7
  "keywords": [
@@ -10,6 +10,6 @@ export type colorsDTO = {
10
10
  export type pluginsPropertiesDTO = {
11
11
  colors: colorsDTO
12
12
  fontFamily: string
13
- locale: 'el' | 'en'
13
+ locale: string
14
14
  timeZone: string
15
15
  }