-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into improve-colorpicker-accessibility
- Loading branch information
Showing
83 changed files
with
4,613 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@shopware-ag/meteor-component-library": major | ||
--- | ||
|
||
Removed locale control from mt-theme-provider. | ||
|
||
Controlling the local will still happen via vue-i18n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@shopware-ag/meteor-component-library": patch | ||
--- | ||
|
||
Fixes a issue in the mt-modal that the toggling does not work when it is triggered outside the modal. | ||
Fixes a issue in the mt-modal that it does not work inside transformed elements. This was fixed by moving the modal to the body element using the native Teleport feature of Vue 3. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@shopware-ag/meteor-component-library": major | ||
--- | ||
|
||
# Add new Text Editor component | ||
|
||
This change introduces a new Text Editor component to the Meteor Component Library. | ||
|
||
# Updated i18n configuration | ||
|
||
We change the 'legacy' mode of i18n to 'false' in the Meteor Component Library configuration to use the new i18n composable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { createI18n } from "vue-i18n"; | ||
|
||
export default defineNuxtPlugin(({ vueApp }) => { | ||
const i18n = createI18n({ | ||
legacy: false, | ||
globalInjection: true, | ||
locale: "en", | ||
}); | ||
|
||
vueApp.use(i18n); | ||
}); |
Binary file modified
BIN
-435 Bytes
(99%)
...-app/tests/smoke.spec.ts-snapshots/renders-an-example-page-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+43 KB
...ests-form-mt-colorpicker--visual-test-open-colorpicker-with-apply-mode-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.34 KB
(93%)
...ts-form-mt-select--visual-test-ensure-correct-multi-selection-wrapping-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.2 KB
...__/interaction-tests-form-mt-text-editor--visual-test-render-code-view-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.6 KB
...eraction-tests-form-mt-text-editor--visual-test-render-disabled-editor-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.3 KB
...ts-form-mt-text-editor--visual-test-render-editor-inline-mode-selected-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.3 KB
...ction-tests-form-mt-text-editor--visual-test-render-editor-inline-mode-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.5 KB
...ots__/interaction-tests-form-mt-text-editor--visual-test-render-editor-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.4 KB
...hots__/interaction-tests-form-mt-text-editor--visual-test-render-error-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.9 KB
.../interaction-tests-form-mt-text-editor--visual-test-render-placeholder-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.6 KB
...raction-tests-form-mt-text-editor--visual-test-show-contextual-buttons-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.73 KB
(96%)
...napshots__/interaction-tests-layout-mt-card--visual-test-extended-page-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.52 KB
(97%)
...-layout-mt-card--visual-test-extended-page-with-opened-context-actions-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.95 KB
(96%)
...raction-tests-layout-mt-card--visual-test-extended-page-without-avatar-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.73 KB
(96%)
...ests-layout-mt-card--visual-test-extended-page-without-context-actions-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.77 KB
(96%)
...raction-tests-layout-mt-card--visual-test-extended-page-without-footer-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.72 KB
(96%)
...n-tests-layout-mt-card--visual-test-extended-page-without-header-right-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.62 KB
(96%)
...teraction-tests-layout-mt-card--visual-test-extended-page-without-tabs-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.55 KB
(96%)
...action-tests-layout-mt-card--visual-test-extended-page-without-toolbar-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.49 KB
(96%)
...snapshots__/interaction-tests-layout-mt-card--visual-test-minimal-page-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.79 KB
(96%)
...tion-tests-layout-mt-card--visual-test-minimal-page-with-custom-footer-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-621 Bytes
(98%)
...tests-layout-mt-card--visual-test-minimal-page-with-linked-inheritance-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-669 Bytes
(98%)
...sts-layout-mt-card--visual-test-minimal-page-with-unlinked-inheritance-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+189 Bytes
(100%)
...s__/interaction-tests-layout-mt-empty-state--visual-test-extended-page-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-342 Bytes
(98%)
...ts-navigation-mt-tabs--visual-test-render-tabs-with-context-menu-badge-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+66.5 KB
...ots__/interaction-tests-overlay-mt-modal--visual-test-teleport-feature-snap.png
Oops, something went wrong.
Binary file modified
BIN
-71 Bytes
(100%)
...ots__/interaction-tests-overlay-mt-popover--visual-test-render-popover-snap.png
Oops, something went wrong.
Binary file modified
BIN
-198 Bytes
(99%)
...interaction-tests-overlay-mt-popover--visual-test-render-without-float-snap.png
Oops, something went wrong.
Binary file modified
BIN
-237 Bytes
(100%)
...s-table-and-list-mt-data-table--visual-test-add-filter-via-filter-menu-snap.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(100%)
...s-table-and-list-mt-data-table--visual-test-add-filter-via-icon-button-snap.png
Oops, something went wrong.
Binary file modified
BIN
-207 Bytes
(100%)
...able-and-list-mt-data-table--visual-test-remove-filter-via-filter-menu-snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.34 KB
(97%)
...st-mt-data-table--visual-test-render-table-with-an-image-in-cell-table-snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.14 KB
(98%)
...-hide-the-last-column-with-via-disable-context-menu-and-settings-table-snap.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.