@thinkpixellab-public/px-vue 3.0.104 → 3.0.105

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.
@@ -85,13 +85,14 @@ export default {
85
85
  this.setColor(this.color);
86
86
  }
87
87
 
88
- if (this.format) {
89
- if (!TINY_FORMATS.includes(this.format)) {
90
- console.warn(
91
- `[PxBaseColor] Invalid format: "${this.format}". See comments in PxBaseColor.vue`,
92
- );
93
- }
94
- }
88
+ // TODO: default is hsva, but that isn't in the TINY_FORMATS list
89
+ // if (this.format) {
90
+ // if (!TINY_FORMATS.includes(this.format)) {
91
+ // console.warn(
92
+ // `[PxBaseColor] Invalid format: "${this.format}". See comments in PxBaseColor.vue`,
93
+ // );
94
+ // }
95
+ // }
95
96
  },
96
97
  methods: {
97
98
  setColor(strOrHsva) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "3.0.104",
3
+ "version": "3.0.105",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",