ui-svelte 0.2.8 → 0.2.9

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.
@@ -22,7 +22,6 @@
22
22
  @apply bg-transparent border-transparent shadow-none;
23
23
  }
24
24
 
25
- /* Floating mode - when not scrolled */
26
25
  &.is-floating-enabled {
27
26
  @apply left-1/2 -translate-x-1/2;
28
27
  }
@@ -32,10 +31,9 @@
32
31
  @apply bg-background/90 backdrop-blur-md;
33
32
  }
34
33
 
35
- /* When scrolled - full width sticky */
36
34
  &.is-floating-enabled:not(.is-floating) {
37
35
  @apply mt-0 w-full rounded-none;
38
- @apply bg-background/80 backdrop-blur-md border-b border-outline;
36
+ @apply bg-background/80 backdrop-blur-md border-b border-muted;
39
37
  }
40
38
 
41
39
  .appbar-content {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-svelte",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "author": {
5
5
  "name": "SappsDev",
6
6
  "email": "info@sappsdev.com"