@smui/list
Advanced tools
Comparing version 3.1.0 to 4.0.0
29
bare.js
@@ -1,27 +0,2 @@ | ||
import List from './List.svelte'; | ||
import Item from './Item.svelte'; | ||
import Text from './Text.js'; | ||
import PrimaryText from './PrimaryText.js'; | ||
import SecondaryText from './SecondaryText.js'; | ||
import Graphic from './Graphic.svelte'; | ||
import Meta from './Meta.js'; | ||
import Label from './Label.svelte'; | ||
import Group from './Group.js'; | ||
import Subheader from './Subheader.js'; | ||
import Separator from './Separator.svelte'; | ||
export default List; | ||
export { | ||
Item, | ||
Text, | ||
PrimaryText, | ||
SecondaryText, | ||
Graphic, | ||
Meta, | ||
Label, | ||
Group, | ||
Subheader, | ||
Separator, | ||
}; | ||
export * from './index.js'; | ||
export { default } from './index.js'; |
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.1.0...v4.0.0) (2021-04-24) | ||
### Features | ||
* remove style importing from index files, no more /bare ([2ab900a](https://github.com/hperrin/svelte-material-ui/commit/2ab900a4a2b9705b3844121f7a987c272171c7c5)) | ||
# [3.1.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.3...v3.1.0) (2021-04-22) | ||
@@ -8,0 +19,0 @@ |
30
index.js
@@ -1,3 +0,27 @@ | ||
import './_index.scss'; | ||
export * from './bare.js'; | ||
export { default } from './bare.js'; | ||
import List from './List.svelte'; | ||
import Item from './Item.svelte'; | ||
import Text from './Text.js'; | ||
import PrimaryText from './PrimaryText.js'; | ||
import SecondaryText from './SecondaryText.js'; | ||
import Graphic from './Graphic.svelte'; | ||
import Meta from './Meta.js'; | ||
import Label from './Label.svelte'; | ||
import Group from './Group.js'; | ||
import Subheader from './Subheader.js'; | ||
import Separator from './Separator.svelte'; | ||
export default List; | ||
export { | ||
Item, | ||
Text, | ||
PrimaryText, | ||
SecondaryText, | ||
Graphic, | ||
Meta, | ||
Label, | ||
Group, | ||
Subheader, | ||
Separator, | ||
}; |
{ | ||
"name": "@smui/list", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "Svelte Material UI - List", | ||
@@ -36,4 +36,4 @@ "type": "module", | ||
"@material/list": "^11.0.0", | ||
"@smui/common": "^3.1.0", | ||
"@smui/ripple": "^3.1.0" | ||
"@smui/common": "^4.0.0", | ||
"@smui/ripple": "^4.0.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "d67e50ef816785bd88a6eed400e0b5eb7ea49841" | ||
"gitHead": "2d9baa6fc5fea4c23813adc07956211a6f51caa7" | ||
} |
Sorry, the diff of this file is not supported yet
162697
22
3172
+ Added@smui/common@4.2.0(transitive)
+ Added@smui/ripple@4.2.0(transitive)
- Removed@smui/common@3.1.0(transitive)
- Removed@smui/ripple@3.1.0(transitive)
Updated@smui/common@^4.0.0
Updated@smui/ripple@^4.0.0