Comparing version 0.1.8 to 0.1.9
# Smelte changelog | ||
# 0.1.8 | ||
* Fix ripple on fab buttons and chips on mobile | ||
# 0.1.7 | ||
@@ -4,0 +7,0 @@ * Fix ripple div not getting removed after animation |
{ | ||
"name": "smelte", | ||
"description": "UI framework for Svelte using Tailwind CSS", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "dev": "sapper dev -p 7777", |
@@ -15,4 +15,2 @@ // Thanks Lagden! https://svelte.dev/repl/61d9178d2b9944f2aa2bfe31612ab09f?version=3.6.7 | ||
circle.style.width = circle.style.height = `${d}px`; | ||
target.appendChild(circle); | ||
const rect = target.getBoundingClientRect(); | ||
@@ -36,2 +34,4 @@ | ||
circle.classList.add("ripple"); | ||
target.appendChild(circle); | ||
}; | ||
@@ -38,0 +38,0 @@ } |
@@ -6,3 +6,3 @@ import { writable } from "svelte/store"; | ||
export const persistent = writable(true); | ||
export const elevation = writable(false); | ||
export const elevation = writable(true); | ||
export const showNav = writable(true); | ||
@@ -9,0 +9,0 @@ export const showNavMobile = writable(false); |
Sorry, the diff of this file is not supported yet
681090