@everchron/ec-shards 0.8.18 → 0.8.21

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "0.8.18",
3
+ "version": "0.8.21",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -24,7 +24,7 @@
24
24
  /** Sets the selected color value. Must be a HEX value that exists in the swatches (data) list. */
25
25
  selected: {
26
26
  type: String,
27
- validator: v => ['#F9DF00', '#F3A100', '#B7EA80', '#48E4C2', '#489DFF', '#B877F0', '#FD78FD', '#C59465', '#858E9F', '#227FD3', '#5DAF00', '#A4927A', '#95989C', '#D78B21', '#EE5452', 'null', null].includes(v)
27
+ validator: v => ['#F9DF00', '#F3A100', '#B7EA80', '#48E4C2', '#489DFF', '#B877F0', '#FD78FD', '#858E9F', '#227FD3', '#C59465', '#5DAF00', '#A4927A', '#95989C', '#D78B21', '#EE5452', 'null', null].includes(v)
28
28
  }
29
29
  },
30
30
 
@@ -35,17 +35,17 @@
35
35
  { title: 'Orange', color: '#F3A100' },
36
36
  { title: 'Lime', color: '#B7EA80' },
37
37
  { title: 'Cyan', color: '#48E4C2' },
38
- { title: 'Blue', color: '#489DFF' },
38
+ { title: 'Sky Blue', color: '#489DFF' },
39
39
  { title: 'Indigo', color: '#B877F0' },
40
40
  { title: 'Pink', color: '#FD78FD' },
41
- { title: 'Red', color: '#EE5452' },
42
41
  { title: 'Brown', color: '#C59465' },
43
- { title: 'Grey', color: '#858E9F' },
42
+ { title: 'Gray', color: '#858E9F' },
43
+ { title: 'Red', color: '#EE5452' },
44
44
  { title: 'Dark Blue', color: '#227FD3' },
45
- { title: 'Grass', color: '#5DAF00' },
45
+ { title: 'Green', color: '#5DAF00' },
46
46
  { title: 'Brass', color: '#A4927A' },
47
47
  { title: 'Silver', color: '#95989C' },
48
- { title: 'Gold', color: '#D78B21' },
48
+ { title: 'Gold', color: '#D78B21' }
49
49
  ],
50
50
  selectedColor: this.selected,
51
51
  selectedTitle: ''