@smui/list
Advanced tools
Comparing version 5.0.0-beta.3 to 5.0.0-beta.4
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.0.0-beta.4](https://github.com/hperrin/svelte-material-ui/compare/v5.0.0-beta.3...v5.0.0-beta.4) (2021-09-17) | ||
### Bug Fixes | ||
* use index.js endpoint within elements and internal for common package imports ([cf76ed2](https://github.com/hperrin/svelte-material-ui/commit/cf76ed29ccad3c1e555f1456b22ffe91b8ca5cc2)) | ||
# [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) | ||
@@ -8,0 +19,0 @@ |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { Div } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { Div } from '@smui/common/elements/index.js'; | ||
export default classAdderBuilder({ | ||
@@ -4,0 +4,0 @@ class: 'mdc-deprecated-list-group', |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { Div } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { Div } from '@smui/common/elements/index.js'; | ||
@@ -4,0 +4,0 @@ export default classAdderBuilder({ |
/// <reference types="svelte2tsx/svelte-jsx" /> | ||
import type { SMUIComponent } from '@smui/common'; | ||
import type Component from './Item.svelte'; | ||
import type { LiComponentDev as LiElementComponentDev } from '@smui/common/elements'; | ||
import type { LiComponentDev as LiElementComponentDev } from '@smui/common/elements/index.js'; | ||
export declare class ItemComponentDev<C extends SMUIComponent = LiElementComponentDev> extends Component { | ||
@@ -6,0 +6,0 @@ /** |
import type { SMUIComponent } from '@smui/common'; | ||
import type Component from './Item.svelte'; | ||
import type { LiComponentDev as LiElementComponentDev } from '@smui/common/elements'; | ||
import type { LiComponentDev as LiElementComponentDev } from '@smui/common/elements/index.js'; | ||
@@ -5,0 +5,0 @@ export declare class ItemComponentDev< |
/// <reference types="svelte2tsx/svelte-jsx" /> | ||
import type { SMUIComponent } from '@smui/common'; | ||
import type Component from './List.svelte'; | ||
import type { UlComponentDev as UlElementComponentDev } from '@smui/common/elements'; | ||
import type { UlComponentDev as UlElementComponentDev } from '@smui/common/elements/index.js'; | ||
export declare class ListComponentDev<C extends SMUIComponent = UlElementComponentDev> extends Component { | ||
@@ -6,0 +6,0 @@ /** |
import type { SMUIComponent } from '@smui/common'; | ||
import type Component from './List.svelte'; | ||
import type { UlComponentDev as UlElementComponentDev } from '@smui/common/elements'; | ||
import type { UlComponentDev as UlElementComponentDev } from '@smui/common/elements/index.js'; | ||
@@ -5,0 +5,0 @@ export declare class ListComponentDev< |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { Span } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { Span } from '@smui/common/elements/index.js'; | ||
export default classAdderBuilder({ | ||
@@ -4,0 +4,0 @@ class: 'mdc-deprecated-list-item__meta', |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { Span } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { Span } from '@smui/common/elements/index.js'; | ||
@@ -4,0 +4,0 @@ export default classAdderBuilder({ |
{ | ||
"name": "@smui/list", | ||
"version": "5.0.0-beta.3", | ||
"version": "5.0.0-beta.4", | ||
"description": "Svelte Material UI - List", | ||
@@ -41,4 +41,4 @@ "type": "module", | ||
"@material/list": "^11.0.0", | ||
"@smui/common": "^5.0.0-beta.3", | ||
"@smui/ripple": "^5.0.0-beta.3", | ||
"@smui/common": "^5.0.0-beta.4", | ||
"@smui/ripple": "^5.0.0-beta.4", | ||
"svelte2tsx": "^0.4.6" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "0d98b57c3cf0724263b80dcbbf83c598ba9949f4" | ||
"gitHead": "50fd56d7adde70f599a4657d23773463b53fe615" | ||
} |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { Span } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { Span } from '@smui/common/elements/index.js'; | ||
export default classAdderBuilder({ | ||
@@ -4,0 +4,0 @@ class: 'mdc-deprecated-list-item__primary-text', |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { Span } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { Span } from '@smui/common/elements/index.js'; | ||
@@ -4,0 +4,0 @@ export default classAdderBuilder({ |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { Span } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { Span } from '@smui/common/elements/index.js'; | ||
export default classAdderBuilder({ | ||
@@ -4,0 +4,0 @@ class: 'mdc-deprecated-list-item__secondary-text', |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { Span } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { Span } from '@smui/common/elements/index.js'; | ||
@@ -4,0 +4,0 @@ export default classAdderBuilder({ |
/// <reference types="svelte2tsx/svelte-jsx" /> | ||
import type { SMUIComponent } from '@smui/common'; | ||
import type Component from './Separator.svelte'; | ||
import type { LiComponentDev as LiElementComponentDev } from '@smui/common/elements'; | ||
import type { LiComponentDev as LiElementComponentDev } from '@smui/common/elements/index.js'; | ||
export declare class SeparatorComponentDev<C extends SMUIComponent = LiElementComponentDev> extends Component { | ||
@@ -6,0 +6,0 @@ /** |
import type { SMUIComponent } from '@smui/common'; | ||
import type Component from './Separator.svelte'; | ||
import type { LiComponentDev as LiElementComponentDev } from '@smui/common/elements'; | ||
import type { LiComponentDev as LiElementComponentDev } from '@smui/common/elements/index.js'; | ||
@@ -5,0 +5,0 @@ export declare class SeparatorComponentDev< |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { H3 } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { H3 } from '@smui/common/elements/index.js'; | ||
export default classAdderBuilder({ | ||
@@ -4,0 +4,0 @@ class: 'mdc-deprecated-list-group__subheader', |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { H3 } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { H3 } from '@smui/common/elements/index.js'; | ||
@@ -4,0 +4,0 @@ export default classAdderBuilder({ |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { Span } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { Span } from '@smui/common/elements/index.js'; | ||
export default classAdderBuilder({ | ||
@@ -4,0 +4,0 @@ class: 'mdc-deprecated-list-item__text', |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { Span } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { Span } from '@smui/common/elements/index.js'; | ||
@@ -4,0 +4,0 @@ export default classAdderBuilder({ |
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
187221
Updated@smui/common@^5.0.0-beta.4
Updated@smui/ripple@^5.0.0-beta.4