@digitalmeadow/control-panel 1.0.9 → 1.0.10

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/index.js CHANGED
@@ -352,6 +352,7 @@ const W = `
352
352
  width: var(--cp-swatch-size);
353
353
  height: var(--cp-swatch-size);
354
354
  border: 1px solid var(--cp-color-1);
355
+ border-radius: 50%;
355
356
  -webkit-appearance: none;
356
357
  }
357
358
  .cp-input-color::-webkit-color-swatch-wrapper {
@@ -352,6 +352,7 @@
352
352
  width: var(--cp-swatch-size);
353
353
  height: var(--cp-swatch-size);
354
354
  border: 1px solid var(--cp-color-1);
355
+ border-radius: 50%;
355
356
  -webkit-appearance: none;
356
357
  }
357
358
  .cp-input-color::-webkit-color-swatch-wrapper {
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../src/styles.ts"],"names":[],"mappings":"AAoZA,wBAAgB,YAAY,SAS3B"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../src/styles.ts"],"names":[],"mappings":"AAqZA,wBAAgB,YAAY,SAS3B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalmeadow/control-panel",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "description": "A minimalist, framework-agnostic control panel GUI",
6
6
  "author": "Digital Meadow <inbox@digitalmeadow.studio> (https://digitalmeadow.studio)",