Skip to content

Commit 575ce73

Browse files
committed
Merge remote-tracking branch 'origin/main' into web-components-breadcrumb
2 parents dd6dba8 + bd039b5 commit 575ce73

File tree

1,154 files changed

+13246
-9714
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,154 files changed

+13246
-9714
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy Pages
44
on:
55
push:
66
branches:
7-
- aura
7+
- main
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -28,8 +28,6 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31-
with:
32-
ref: aura
3331

3432
- name: Setup Node
3533
uses: actions/setup-node@v4

api-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-docs",
3-
"version": "25.0.0-alpha16",
3+
"version": "25.0.0-alpha20",
44
"private": true,
55
"description": "Documentation site for Vaadin web components API",
66
"license": "Apache-2.0",

dev/app-layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
div[slot~='navbar'] {
2121
font-size: 1.125rem;
2222
margin: 0;
23-
color: var(--vaadin-color);
23+
color: var(--vaadin-text-color);
2424
font-weight: 600;
2525
}
2626

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

dev/assets/lucide-icons/cog.svg

Lines changed: 17 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

dev/assets/lucide-icons/folder.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)