@invopop/popui 0.0.73 → 0.0.74

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.
@@ -100,7 +100,7 @@ function handleClick(event) {
100
100
  <div class="relative">
101
101
  {#if shortcut}
102
102
  <ShortcutWrapper>
103
- <Icon src={resolvedIcon} theme={iconTheme} class="{iconStyles} h-4 w-4 z-10" />
103
+ <Icon src={resolvedIcon} theme={iconTheme} class="{iconStyles} h-3 w-3 z-10" />
104
104
  </ShortcutWrapper>
105
105
  {:else}
106
106
  <Icon src={resolvedIcon} theme={iconTheme} class="{iconStyles} h-4 w-4 z-10" />
@@ -1,6 +1,6 @@
1
1
  <div
2
- class="bg-white-5 rounded border border-white-10 inline-flex items-center justify-center"
3
- style="box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);"
2
+ class="h-4 w-4 bg-white-5 rounded border border-white-20 inline-flex items-center justify-center"
3
+ style="box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);"
4
4
  >
5
5
  <slot />
6
6
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.0.73",
4
+ "version": "0.0.74",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && npm run package",