@invopop/popui 0.1.82 → 0.1.83

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.
@@ -10,8 +10,10 @@
10
10
  'size-5 rounded-md': size === 'md',
11
11
  'bg-background-default-secondary border-border-default-secondary shadow-shortcut text-foreground-default-secondary':
12
12
  theme === 'light',
13
- 'bg-background-inverse-secondary border-border-inverse-secondary shadow-[0px_1px_0px_rgba(255,255,255,0.20)] text-foreground-inverse-secondary':
14
- theme === 'navigation'
13
+ 'border-border-inverse-secondary shadow-shortcut-inverse text-foreground-inverse-secondary':
14
+ theme === 'navigation' && size === 'sm',
15
+ 'bg-[rgba(255,255,255,0.05)] border-[rgba(255,255,255,0.1)] shadow-[0px_1px_0px_0px_rgba(255,255,255,0.15)] text-foreground-inverse-secondary':
16
+ theme === 'navigation' && size === 'md'
15
17
  })
16
18
  )
17
19
  </script>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.1.82",
4
+ "version": "0.1.83",
5
5
  "repository": {
6
6
  "url": "https://github.com/invopop/popui"
7
7
  },