Comparing version 0.0.26 to 0.0.27
# Smelte changelog | ||
# 0.0.27 | ||
* Add alias plugin | ||
* Remove postcss nesting | ||
# 0.0.26 | ||
@@ -4,0 +8,0 @@ * Passing escaped props to text fields and buttons |
{ | ||
"name": "smelte", | ||
"description": "UI framework for Svelte using Tailwind CSS", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"scripts": { | ||
@@ -54,3 +54,2 @@ "dev": "sapper dev -p 7777", | ||
"postcss-input-range": "^4.0.0", | ||
"postcss-nesting": "^7.0.0", | ||
"postcss-url": "^8.0.0", | ||
@@ -62,2 +61,3 @@ "pre-commit": "^1.2.2", | ||
"rollup": "^1.0.0", | ||
"rollup-plugin-alias": "^1.5.2", | ||
"rollup-plugin-analyzer": "^3.1.1", | ||
@@ -64,0 +64,0 @@ "rollup-plugin-babel": "^4.0.2", |
@@ -19,6 +19,7 @@ import Button from "./components/Button"; | ||
import Snackbar from "./components/Snackbar"; | ||
import Tabs from "./components/Tabs"; | ||
import { TabButton, Tab, Tabs } from "./components/Tabs"; | ||
import TextField from "./components/TextField"; | ||
import DataTable from "./components/DataTable"; | ||
import Switch from "./components/Switch"; | ||
import Tooltip from "./components/Tooltip"; | ||
@@ -45,7 +46,10 @@ export { Scrim, Ripple, Spacer } from "./components/Util"; | ||
Snackbar, | ||
Tab, | ||
Tabs, | ||
TabButton, | ||
TextField, | ||
AppBar, | ||
DataTable, | ||
Switch | ||
Switch, | ||
Tooltip | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3312
1023944