Skip to content

Commit

Permalink
Merge branch 'main' into 3322-introduce-invoker-commands-instead-of-j…
Browse files Browse the repository at this point in the history
…s-glue-code
  • Loading branch information
mfranzke authored Oct 18, 2024
2 parents 906dc83 + e32d1ca commit d2e93b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-configure-file { "MD013": false, "MD041":false } -->
<!-- markdownlint-disable MD033 MD010 -->

<img src="docs/images/header_image_0.guetzli.jpg" alt="" srcset="docs/images/header_image_0.guetzli.2x.jpg 2x, docs/images/header_image_0.guetzli.3x.jpg 3x"> <!-- width="830" height="276" //-->
<picture><source srcset="https://db-ui.github.io/images/db-ux-design-system-v3-header.avif" type="image/avif"><source srcset="https://db-ui.github.io/images/db-ux-design-system-v3-header.webp" type="image/webp"><img src="https://db-ui.github.io/images/db-ux-design-system-v3-header.jpg" alt=""></picture>

# DB UI Mono (Beta) 🚂💖

Expand Down
3 changes: 1 addition & 2 deletions packages/components/src/components/drawer/drawer.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { expect, test } from '@playwright/experimental-ct-react';
import AxeBuilder from '@axe-core/playwright';
import { expect, test } from '@playwright/experimental-ct-react';

import { DBDrawer } from './index';
// @ts-ignore - vue can only find it with .ts as file ending
import { TESTING_VIEWPORTS } from '../../shared/constants.ts';
import { DBButton } from '../button';

const comp: any = <DBDrawer open={true}>Test</DBDrawer>;

Expand Down
3 changes: 1 addition & 2 deletions showcases/angular-showcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@


"compilerOptions": {
...
"paths": {
"@angular/*": ["./node_modules/@angular/*"]
}
}
``
```
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
let-variantIndex="variantIndex"
>
<db-section
className="db-informational-bg-basic-level-2"
class="db-informational-bg-basic-level-2"
[spacing]="exampleProps?.spacing"
[width]="exampleProps?.width"
>
Expand Down

0 comments on commit d2e93b7

Please sign in to comment.