Skip to content

Commit

Permalink
Merge branch 'develop' into 6251--feature-shortkey-ermglichen-bei-too…
Browse files Browse the repository at this point in the history
…ltips
  • Loading branch information
AlexanderSchmidtCE committed Oct 29, 2024
2 parents 7ec5b86 + 9770927 commit 8bb05de
Show file tree
Hide file tree
Showing 286 changed files with 1,160 additions and 932 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"packages/tools/visual-tests"
],
"useNx": true,
"version": "2.1.9-rc.0"
"version": "2.1.9"
}
2 changes: 1 addition & 1 deletion packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v15",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v16",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v17/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v17",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v18/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v18",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/hydrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/hydrate",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/preact",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/react-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/react-standalone",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/react",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/solid",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/vue",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/components",
"version": "2.1.9-rc.0",
"version": "2.1.9",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import '../@shared/mixins';
@import '../style';
@import '../host-display-block';

Expand All @@ -18,7 +19,7 @@

.close {
/* Visible with forced colors */
outline: transparent solid 1px;
outline: transparent solid rem(1);
}
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import '../@shared/mixins';
@import '../style';
@import '../host-display-block';

Expand Down Expand Up @@ -33,9 +34,9 @@

.table:has(.focus-element:focus) {
/* @see https://remysharp.com/til/css/focus-ring-default-styles */
outline: 5px auto Highlight;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: 2px;
outline: rem(5) auto Highlight;
outline: rem(5) auto -webkit-focus-ring-color;
outline-offset: rem(2);
}

.table-sort-button .button {
Expand Down Expand Up @@ -120,14 +121,14 @@
align-items: center;
justify-content: center;
background-color: rgb(255, 255, 255);
border-width: 2px;
border-width: rem(2);
line-height: 1.5;
transition: all 0.5s ease 0s;
}

input[type='radio'] {
display: flex;
border-width: 2px;
border-width: rem(2);
border-radius: 100%;
height: 1.5em;
min-height: 1.5em;
Expand Down
8 changes: 4 additions & 4 deletions packages/components/src/components/a11y.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/*
* Minimum size of interactive elements.
*/
--a11y-min-size: 44px;
--a11y-min-size: #{rem(44)};
/*
* No element should be used without a background and font color whose contrast ratio has
* not been checked. By initially setting the background color to white and the font color
Expand Down Expand Up @@ -40,7 +40,7 @@
}

/*
* All interactive elements should have a minimum size of 44px.
* All interactive elements should have a minimum size of rem(44).
*/
/* input:not([type='checkbox'], [type='radio'], [type='range']), */
/* option, */
Expand Down Expand Up @@ -88,9 +88,9 @@
.visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
height: rem(1);
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
width: rem(1);
}
8 changes: 4 additions & 4 deletions packages/components/src/components/accordion/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../@shared/mixins';
@use '../style';
@use '../host-display-block';
@use '../../functional-components/Collapsible/collapsible.scss';
@import '../@shared/mixins';
@import '../style';
@import '../host-display-block';
@import '../../functional-components/Collapsible/collapsible';

@layer kol-component {
:host {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/alert/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../@shared/mixins';
@import '../@shared/kol-alert-mixin.scss';
@import '../@shared/kol-alert-mixin';
@import '../style';

@layer kol-component {
Expand Down
8 changes: 4 additions & 4 deletions packages/components/src/components/avatar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
border-radius: 50%;
overflow: hidden;
/* Visible with forced colors */
outline: transparent solid 1px;
outline: transparent solid rem(1);
/*theme?*/
width: 100px;
height: 100px;
width: rem(100);
height: rem(100);
}

.image {
Expand All @@ -30,6 +30,6 @@
justify-content: center;
/*theme?*/
background-color: #d3d3d3;
font-size: 40px;
font-size: rem(40);
}
}
2 changes: 1 addition & 1 deletion packages/components/src/components/badge/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
display: inline-flex;
place-items: center;
/* Visible with forced colors */
outline: transparent solid 1px;
outline: transparent solid rem(1);
}

:host > span > .kol-button-wc button {
Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/components/button.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '@shared/mixins';
@import 'style';
@import './@shared/mixins';
@import './style';

@layer kol-component {
:host {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/card/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
height: 100%;
position: relative;
/* Visible with forced colors */
outline: transparent solid 1px;
outline: transparent solid rem(1);
}

.close {
Expand Down
8 changes: 4 additions & 4 deletions packages/components/src/components/details/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../@shared/mixins';
@use '../style';
@use '../host-display-block';
@use '../../functional-components/Collapsible/collapsible.scss';
@import '../@shared/mixins';
@import '../style';
@import '../host-display-block';
@import '../../functional-components/Collapsible/collapsible';

@layer kol-component {
:host {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/form/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../@shared/mixins';
@import '../input-line';
@import '../@shared/kol-alert-mixin.scss';
@import '../@shared/kol-alert-mixin';
@import '../link';

@include kol-alert-styles;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
}

& .checkbox-input-element {
width: 22px;
height: 22px;
width: rem(22);
height: rem(22);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

input {
border-style: solid;
border-width: 2px;
border-width: rem(2);
line-height: 1.5;
}

Expand Down
10 changes: 5 additions & 5 deletions packages/components/src/components/input-checkbox/style.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import '../input';
@import 'common';
@import 'button';
@import 'checkbox';
@import 'switch';
@import '../@shared/kol-alert-mixin.scss';
@import './common';
@import './button';
@import './checkbox';
@import './switch';
@import '../@shared/kol-alert-mixin';

@include kol-alert-styles;
6 changes: 3 additions & 3 deletions packages/components/src/components/input-checkbox/switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
.switch input[type='checkbox']::before {
background-color: #000;
height: 1.2em;
left: calc(0.25em - 2px);
top: calc(0.25em - 2px);
left: calc(0.25em - rem(2));
top: calc(0.25em - rem(2));
position: absolute;
transition: 0.5s;
width: 1.2em;
Expand All @@ -39,7 +39,7 @@
position: absolute;
z-index: 1;
top: 50%;
left: 4px;
left: rem(4);
transform: translate(0, -50%);
transition: 0.5s;
color: #000;
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/input-color/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../@shared/mixins';
@import '../input-line';
@import '../@shared/kol-alert-mixin.scss';
@import '../@shared/kol-alert-mixin';

@include kol-alert-styles;

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/input-date/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../@shared/mixins';
@import '../input-line';
@import '../@shared/kol-alert-mixin.scss';
@import '../@shared/kol-alert-mixin';

@include kol-alert-styles;

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/input-email/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../@shared/mixins';
@import '../input-line';
@import '../@shared/kol-alert-mixin.scss';
@import '../@shared/kol-alert-mixin';

@include kol-alert-styles;

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/input-file/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../@shared/mixins';
@import '../input-line';
@import '../@shared/kol-alert-mixin.scss';
@import '../@shared/kol-alert-mixin';

@include kol-alert-styles;

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/input-line.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'input';
@import './input';

@layer kol-component {
.kol-input {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/input-number/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../@shared/mixins';
@import '../input-line';
@import '../@shared/kol-alert-mixin.scss';
@import '../@shared/kol-alert-mixin';

@include kol-alert-styles;

Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/components/input-password/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../@shared/mixins';
@import '../input-line';
@import '../@shared/kol-alert-mixin.scss';
@import '../@shared/kol-alert-mixin';

@include kol-alert-styles;

Expand All @@ -15,6 +15,6 @@
}

.kol-tooltip-wc {
--kol-tooltip-width: rem(160);
--kol-tooltip-width: #{rem(160)};
}
}
4 changes: 2 additions & 2 deletions packages/components/src/components/input-radio/style.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@import '../@shared/mixins';
@import '../input';
@import '../@shared/kol-alert-mixin.scss';
@import '../@shared/kol-alert-mixin';

@include kol-alert-styles;

@layer kol-component {
:host {
--border-width: 2px;
--border-width: #{rem(2)};
--input-size: 1.5em;
font-size: rem(16);
}
Expand Down
Loading

0 comments on commit 8bb05de

Please sign in to comment.