Skip to content

Commit

Permalink
Merge pull request #449 from airgap-it/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AndreasGassmann authored Feb 16, 2023
2 parents dadc8c2 + dfe8c9b commit f64700e
Show file tree
Hide file tree
Showing 21 changed files with 125 additions and 11,904 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Node 14
- name: Node 16
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Prepare
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Node 14
- name: Node 16
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Prepare
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-demo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Node 14
- name: Node 16
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Prepare
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
7 changes: 0 additions & 7 deletions assets/alert/alert.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@
padding: 24px;
}

@media (min-height: 700px) {
.beacon-modal__wrapper {
top: 50%;
transform: translateY(-50%);
}
}

.theme__light .beacon-modal__base,
.theme__light .beacon-modal__close__wrapper {
background: #fff;
Expand Down
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"useWorkspaces": true,
"packages": [
"packages/*"
],
"version": "3.3.3"
"version": "3.3.4"
}
Loading

0 comments on commit f64700e

Please sign in to comment.