@cloudparker/moldex.js 0.0.57 → 0.0.58

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.
@@ -64,7 +64,7 @@
64
64
  aria-describedby="comments-description"
65
65
  name={name || id}
66
66
  type="checkbox"
67
- class="h-6 w-6 appearance-none rounded bg-base-200 dark:bg-base-700 dark:checked:bg-primary checked:bg-primary outline-primary border-base-300 dark:border-base-600 {className}"
67
+ class="h-6 w-6 appearance-none cursor-pointer rounded color-primary hover:color-primary-500 bg-base-200 dark:bg-base-700 dark:checked:bg-primary checked:bg-primary outline-primary border-base-300 dark:border-base-600 {className}"
68
68
  onchange={(ev) => handleChange(ev)}
69
69
  />
70
70
  {#if position == 'left'}
@@ -387,7 +387,7 @@
387
387
  title={displayItemsTitle || ''}
388
388
  />
389
389
  {#if isPlaced}
390
- <button id="backdrop" class="fixed inset-0 z-10" onclick={handleBackdropClick} tabindex="-1"
390
+ <button id="backdrop" class="fixed inset-0 z-10" onclick={handleBackdropClick} tabindex="-1" aria-label="backdrop"
391
391
  ></button>
392
392
  <!-- svelte-ignore a11y_interactive_supports_focus -->
393
393
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudparker/moldex.js",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "author": "cloudparker.com",
5
5
  "license": "MIT",
6
6
  "keywords": [