@smui/select
Advanced tools
Comparing version
@@ -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,4 +0,4 @@ | ||
import type { HelperTextComponentDev } from './HelperText.types'; | ||
export * from './HelperText.types'; | ||
import type { HelperTextComponentDev } from './HelperText.types.js'; | ||
export * from './HelperText.types.js'; | ||
declare const _default: typeof HelperTextComponentDev; | ||
export default _default; |
import HelperText from './HelperText.svelte'; | ||
export * from './HelperText.types'; | ||
export * from './HelperText.types.js'; | ||
export default HelperText; | ||
//# sourceMappingURL=index.js.map |
import HelperText from './HelperText.svelte'; | ||
import type { HelperTextComponentDev } from './HelperText.types'; | ||
export * from './HelperText.types'; | ||
import type { HelperTextComponentDev } from './HelperText.types.js'; | ||
export * from './HelperText.types.js'; | ||
export default HelperText as typeof HelperTextComponentDev; |
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'; |
@@ -1,4 +0,4 @@ | ||
import type { IconComponentDev } from './Icon.types'; | ||
export * from './Icon.types'; | ||
import type { IconComponentDev } from './Icon.types.js'; | ||
export * from './Icon.types.js'; | ||
declare const _default: typeof IconComponentDev; | ||
export default _default; |
import Icon from './Icon.svelte'; | ||
export * from './Icon.types'; | ||
export * from './Icon.types.js'; | ||
export default Icon; | ||
//# sourceMappingURL=index.js.map |
import Icon from './Icon.svelte'; | ||
import type { IconComponentDev } from './Icon.types'; | ||
export * from './Icon.types'; | ||
import type { IconComponentDev } from './Icon.types.js'; | ||
export * from './Icon.types.js'; | ||
export default Icon as typeof IconComponentDev; |
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'; |
@@ -1,5 +0,5 @@ | ||
import type { SelectComponentDev } from './Select.types'; | ||
export * from './Select.types'; | ||
import type { OptionComponentDev } from './Option.types'; | ||
export * from './Option.types'; | ||
import type { SelectComponentDev } from './Select.types.js'; | ||
export * from './Select.types.js'; | ||
import type { OptionComponentDev } from './Option.types.js'; | ||
export * from './Option.types.js'; | ||
declare const Option: typeof OptionComponentDev; | ||
@@ -6,0 +6,0 @@ declare const _default: typeof SelectComponentDev; |
import Select from './Select.svelte'; | ||
export * from './Select.types'; | ||
export * from './Select.types.js'; | ||
import OptionComponent from './Option.svelte'; | ||
export * from './Option.types'; | ||
export * from './Option.types.js'; | ||
const Option = OptionComponent; | ||
@@ -6,0 +6,0 @@ export default Select; |
import Select from './Select.svelte'; | ||
import type { SelectComponentDev } from './Select.types'; | ||
export * from './Select.types'; | ||
import type { SelectComponentDev } from './Select.types.js'; | ||
export * from './Select.types.js'; | ||
import OptionComponent from './Option.svelte'; | ||
import type { OptionComponentDev } from './Option.types'; | ||
export * from './Option.types'; | ||
import type { OptionComponentDev } from './Option.types.js'; | ||
export * from './Option.types.js'; | ||
const Option = OptionComponent as typeof OptionComponentDev; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@smui/select", | ||
"version": "5.0.0-beta.1", | ||
"version": "5.0.0-beta.3", | ||
"description": "Svelte Material UI - Select", | ||
@@ -43,10 +43,10 @@ "type": "module", | ||
"@material/theme": "^11.0.0", | ||
"@smui/common": "^5.0.0-beta.1", | ||
"@smui/floating-label": "^5.0.0-beta.1", | ||
"@smui/line-ripple": "^5.0.0-beta.1", | ||
"@smui/list": "^5.0.0-beta.1", | ||
"@smui/menu": "^5.0.0-beta.1", | ||
"@smui/menu-surface": "^5.0.0-beta.1", | ||
"@smui/notched-outline": "^5.0.0-beta.1", | ||
"@smui/ripple": "^5.0.0-beta.1", | ||
"@smui/common": "^5.0.0-beta.3", | ||
"@smui/floating-label": "^5.0.0-beta.3", | ||
"@smui/line-ripple": "^5.0.0-beta.3", | ||
"@smui/list": "^5.0.0-beta.3", | ||
"@smui/menu": "^5.0.0-beta.3", | ||
"@smui/menu-surface": "^5.0.0-beta.3", | ||
"@smui/notched-outline": "^5.0.0-beta.3", | ||
"@smui/ripple": "^5.0.0-beta.3", | ||
"svelte2tsx": "^0.4.6" | ||
@@ -60,3 +60,3 @@ }, | ||
}, | ||
"gitHead": "d3dd658904e6955c1e0b3d57a849fb645d93e8a1" | ||
"gitHead": "0d98b57c3cf0724263b80dcbbf83c598ba9949f4" | ||
} |
@@ -8,3 +8,3 @@ /// <reference types="svelte2tsx/svelte-jsx" /> | ||
import type Component from './Select.svelte'; | ||
import type { HelperTextComponentDev } from './helper-text/HelperText.types'; | ||
import type { HelperTextComponentDev } from './helper-text/HelperText.types.js'; | ||
export declare class SelectComponentDev extends Component { | ||
@@ -11,0 +11,0 @@ /** |
@@ -7,3 +7,3 @@ import type { FloatingLabelComponentDev } from '@smui/floating-label'; | ||
import type Component from './Select.svelte'; | ||
import type { HelperTextComponentDev } from './helper-text/HelperText.types'; | ||
import type { HelperTextComponentDev } from './helper-text/HelperText.types.js'; | ||
@@ -10,0 +10,0 @@ export declare class SelectComponentDev extends Component { |
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
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
561658
-0.08%63
-16%14241
-0.13%