@smui/paper
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: 'smui-paper__content', |
@@ -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({ |
{ | ||
"name": "@smui/paper", | ||
"version": "5.0.0-beta.3", | ||
"version": "5.0.0-beta.4", | ||
"description": "Svelte Material UI - Paper", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
"@material/typography": "^11.0.0", | ||
"@smui/common": "^5.0.0-beta.3", | ||
"@smui/common": "^5.0.0-beta.4", | ||
"svelte2tsx": "^0.4.6" | ||
@@ -53,3 +53,3 @@ }, | ||
}, | ||
"gitHead": "0d98b57c3cf0724263b80dcbbf83c598ba9949f4" | ||
"gitHead": "50fd56d7adde70f599a4657d23773463b53fe615" | ||
} |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { H6 } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { H6 } from '@smui/common/elements/index.js'; | ||
export default classAdderBuilder({ | ||
@@ -4,0 +4,0 @@ class: 'smui-paper__subtitle', |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { H6 } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { H6 } from '@smui/common/elements/index.js'; | ||
@@ -4,0 +4,0 @@ export default classAdderBuilder({ |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { H5 } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { H5 } from '@smui/common/elements/index.js'; | ||
export default classAdderBuilder({ | ||
@@ -4,0 +4,0 @@ class: 'smui-paper__title', |
@@ -1,3 +0,3 @@ | ||
import { classAdderBuilder } from '@smui/common/internal'; | ||
import { H5 } from '@smui/common/elements'; | ||
import { classAdderBuilder } from '@smui/common/internal/index.js'; | ||
import { H5 } 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
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
54977
Updated@smui/common@^5.0.0-beta.4