-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bal-date): Year and Month functionality off (#1298)
* Create PR for #1297 * fix(date): Disabled years or months in the selection list cannot be selected anymore * fix(carousel): movement for large controls variant on mobile is optimized * chore: format files --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gery Hirschfeld <[email protected]>
- Loading branch information
1 parent
48125d1
commit 5b133aa
Showing
8 changed files
with
115 additions
and
14 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,5 @@ | ||
--- | ||
'@baloise/design-system-components': patch | ||
--- | ||
|
||
Disabled years or months in the selection list cannot be selected anymore. |
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,5 @@ | ||
--- | ||
'@baloise/design-system-components': patch | ||
--- | ||
|
||
Carousel movement for large controls variant on mobile is optimized. |
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
59 changes: 59 additions & 0 deletions
59
packages/components/src/components/bal-carousel/test/bal-carousel.partner.html
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,59 @@ | ||
<!DOCTYPE html> | ||
<html dir="ltr" lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
|
||
<link rel="stylesheet" href="/assets/baloise-design-system.css" /> | ||
<script type="module" src="/build/design-system-components.esm.js"></script> | ||
<script nomodule src="/build/design-system-components.js"></script> | ||
</head> | ||
|
||
<body> | ||
<bal-app> | ||
<main class="container is-compact py-medium"> | ||
<section class="my-normal"> | ||
<bal-heading>Product</bal-heading> | ||
<bal-carousel interface="product" steps="2" items-per-view="auto" controls="large" border> | ||
<bal-carousel-item | ||
color="green" | ||
label="0 Auto" | ||
src="https://design.baloise.dev/assets/puzzle-green-d84dff8b.svg" | ||
></bal-carousel-item> | ||
<bal-carousel-item | ||
color="yellow" | ||
label="1 Haushalt" | ||
src="https://design.baloise.dev/assets/puzzle-green-d84dff8b.svg" | ||
></bal-carousel-item> | ||
<bal-carousel-item | ||
color="purple" | ||
label="2 Hypothek" | ||
src="https://design.baloise.dev/assets/puzzle-green-d84dff8b.svg" | ||
></bal-carousel-item> | ||
<bal-carousel-item color="red" label="3 Pensionsplanung" src="/assets/images/brand/bars.svg"> | ||
</bal-carousel-item> | ||
<bal-carousel-item color="green" label="4 Anlegen" src="/assets/images/brand/plant.svg"></bal-carousel-item> | ||
<bal-carousel-item | ||
color="yellow" | ||
label="5 Finanzplanung Finanzplanung Finanzplanung Finanzplanung Finanzplanung" | ||
src="https://design.baloise.dev/assets/puzzle-green-d84dff8b.svg" | ||
></bal-carousel-item> | ||
<bal-carousel-item | ||
color="purple" | ||
label="6 E-Banking" | ||
src="https://design.baloise.dev/assets/puzzle-green-d84dff8b.svg" | ||
> | ||
</bal-carousel-item> | ||
<bal-carousel-item color="red" label="7 Sparen" src="/assets/images/brand/pig.svg"></bal-carousel-item> | ||
<bal-carousel-item color="green" label="8 YouGo" src="/assets/images/brand/diamond.svg"></bal-carousel-item> | ||
<bal-carousel-item color="yellow" label="9 Alle Gegenstände" src="/assets/images/brand/items.svg"> | ||
</bal-carousel-item> | ||
<bal-carousel-item color="purple" label="10 Motorrad & Roller" src="/assets/images/brand/roller.svg"> | ||
</bal-carousel-item> | ||
</bal-carousel> | ||
</section> | ||
</main> | ||
</bal-app> | ||
</body> | ||
</html> |
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