@smui/menu
Advanced tools
Comparing version 5.0.0-beta.1 to 5.0.0-beta.3
@@ -6,2 +6,23 @@ # Change Log | ||
# [5.0.0-beta.3](https://github.com/hperrin/svelte-material-ui/compare/v5.0.0-beta.2...v5.0.0-beta.3) (2021-09-17) | ||
### Bug Fixes | ||
* include extensions in import paths ([3c06e33](https://github.com/hperrin/svelte-material-ui/commit/3c06e33eac7cea142af604e96ce38916755817b5)) | ||
### Features | ||
* remove bare endpoints ([09ad6aa](https://github.com/hperrin/svelte-material-ui/commit/09ad6aa5807923900a57c6179ee248b08f1a1575)) | ||
### BREAKING CHANGES | ||
* Bare endpoints in packages have been removed. You don't need them. | ||
# [5.0.0-beta.1](https://github.com/hperrin/svelte-material-ui/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-09-14) | ||
@@ -8,0 +29,0 @@ |
@@ -1,9 +0,9 @@ | ||
import type { MenuComponentDev } from './Menu.types'; | ||
export * from './Menu.types'; | ||
import type { SelectionGroupComponentDev } from './SelectionGroup.types'; | ||
export * from './SelectionGroup.types'; | ||
import type { MenuComponentDev } from './Menu.types.js'; | ||
export * from './Menu.types.js'; | ||
import type { SelectionGroupComponentDev } from './SelectionGroup.types.js'; | ||
export * from './SelectionGroup.types.js'; | ||
declare const SelectionGroup: typeof SelectionGroupComponentDev; | ||
import SelectionGroupIcon from './SelectionGroupIcon'; | ||
import SelectionGroupIcon from './SelectionGroupIcon.js'; | ||
declare const _default: typeof MenuComponentDev; | ||
export default _default; | ||
export { SelectionGroup, SelectionGroupIcon }; |
import Menu from './Menu.svelte'; | ||
export * from './Menu.types'; | ||
export * from './Menu.types.js'; | ||
import SelectionGroupComponent from './SelectionGroup.svelte'; | ||
export * from './SelectionGroup.types'; | ||
export * from './SelectionGroup.types.js'; | ||
const SelectionGroup = SelectionGroupComponent; | ||
import SelectionGroupIcon from './SelectionGroupIcon'; | ||
import SelectionGroupIcon from './SelectionGroupIcon.js'; | ||
export default Menu; | ||
export { SelectionGroup, SelectionGroupIcon }; | ||
//# sourceMappingURL=index.js.map |
10
index.ts
import Menu from './Menu.svelte'; | ||
import type { MenuComponentDev } from './Menu.types'; | ||
export * from './Menu.types'; | ||
import type { MenuComponentDev } from './Menu.types.js'; | ||
export * from './Menu.types.js'; | ||
import SelectionGroupComponent from './SelectionGroup.svelte'; | ||
import type { SelectionGroupComponentDev } from './SelectionGroup.types'; | ||
export * from './SelectionGroup.types'; | ||
import type { SelectionGroupComponentDev } from './SelectionGroup.types.js'; | ||
export * from './SelectionGroup.types.js'; | ||
const SelectionGroup = SelectionGroupComponent as typeof SelectionGroupComponentDev; | ||
import SelectionGroupIcon from './SelectionGroupIcon'; | ||
import SelectionGroupIcon from './SelectionGroupIcon.js'; | ||
@@ -11,0 +11,0 @@ export default Menu as typeof MenuComponentDev; |
{ | ||
"name": "@smui/menu", | ||
"version": "5.0.0-beta.1", | ||
"version": "5.0.0-beta.3", | ||
"description": "Svelte Material UI - Menu", | ||
@@ -40,5 +40,5 @@ "type": "module", | ||
"@material/menu": "^11.0.0", | ||
"@smui/common": "^5.0.0-beta.1", | ||
"@smui/list": "^5.0.0-beta.1", | ||
"@smui/menu-surface": "^5.0.0-beta.1", | ||
"@smui/common": "^5.0.0-beta.3", | ||
"@smui/list": "^5.0.0-beta.3", | ||
"@smui/menu-surface": "^5.0.0-beta.3", | ||
"svelte2tsx": "^0.4.6" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "d3dd658904e6955c1e0b3d57a849fb645d93e8a1" | ||
"gitHead": "0d98b57c3cf0724263b80dcbbf83c598ba9949f4" | ||
} |
import './_index.scss'; | ||
export * from './index'; | ||
export { default } from './index'; | ||
export * from './index.js'; | ||
export { default } from './index.js'; |
import './_index.scss'; | ||
export * from './index'; | ||
export { default } from './index'; | ||
export * from './index.js'; | ||
export { default } from './index.js'; | ||
//# sourceMappingURL=styled.js.map |
import './_index.scss'; | ||
export * from './index'; | ||
export { default } from './index'; | ||
export * from './index.js'; | ||
export { default } from './index.js'; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43325
31
312
Updated@smui/common@^5.0.0-beta.3
Updated@smui/list@^5.0.0-beta.3