@invopop/popui 0.1.52 → 0.1.54

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.
@@ -225,6 +225,7 @@
225
225
  {#snippet iconContent()}
226
226
  {#if shortcut}
227
227
  <ShortcutWrapper
228
+ size="md"
228
229
  theme={['dark', 'primary', 'danger'].includes(variant) ? 'navigation' : 'light'}
229
230
  >
230
231
  {@render iconElement()}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.1.52",
4
+ "version": "0.1.54",
5
5
  "repository": {
6
6
  "url": "https://github.com/invopop/popui"
7
7
  },
@@ -85,7 +85,7 @@
85
85
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.5",
86
86
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
87
87
  "@floating-ui/core": "^1.5.1",
88
- "@invopop/ui-icons": "^0.0.84",
88
+ "@invopop/ui-icons": "^0.0.85",
89
89
  "@steeze-ui/heroicons": "^2.2.3",
90
90
  "@steeze-ui/svelte-icon": "^1.6.2",
91
91
  "@tailwindcss/vite": "^4.1.12",