Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into folder-tree_selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
sycombs committed Feb 16, 2024
2 parents c65caab + 4c62c76 commit e8e502b
Show file tree
Hide file tree
Showing 107 changed files with 764 additions and 737 deletions.
34 changes: 1 addition & 33 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,42 +51,10 @@ jobs:
# https://github.com/danger/danger-js/issues/557#issuecomment-664851950
DANGER_DISABLE_TRANSPILATION: true

wdio:
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
form-factor: [tiny, small, medium, large, huge, enormous]
theme: [default, lowlight, fusion]

steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Setup Project
uses: ./.github/actions/setup
- name: Compile Project Default
run: |
npm run compile:default -- --output-path build/default
if: matrix.theme == 'default'
- name: Compile Project Lowlight
run: |
npm run compile:lowlight -- --output-path build/lowlight
if: matrix.theme == 'lowlight'
- name: Compile Project Fusion
run: |
npm run compile:fusion -- --output-path build/fusion
if: matrix.theme == 'fusion'
- name: Run WDIO Tests for form factor ${{ matrix.form-factor }} and ${{ matrix.theme }}
env:
SITE: build/${{ matrix.theme }}
FORM_FACTOR: ${{ matrix.form-factor }}
run: npm run wdio:${{ matrix.theme }}

release-and-deploy:
runs-on: ubuntu-latest

needs: [build, wdio]
needs: [build]
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout Project
Expand Down
486 changes: 243 additions & 243 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions packages/terra-abstract-modal/.npmignore

This file was deleted.

2 changes: 2 additions & 0 deletions packages/terra-abstract-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.46.0 - (February 16, 2024)

* Added
* Added FocusOn to confine focus within the modal popup.

Expand Down
13 changes: 11 additions & 2 deletions packages/terra-abstract-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-abstract-modal",
"main": "lib/AbstractModal.js",
"version": "3.45.0",
"version": "3.46.0",
"description": "The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,5 +53,14 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3247,7 +3247,7 @@ exports[`should mount an open modal with shouldTrapFocus set to true 1`] = `
"assignSyncMedium": [Function],
"options": Object {
"async": true,
"ssr": false,
"ssr": true,
},
"read": [Function],
"useMedium": [Function],
Expand Down Expand Up @@ -3310,7 +3310,7 @@ exports[`should mount an open modal with shouldTrapFocus set to true 1`] = `
"assignSyncMedium": [Function],
"options": Object {
"async": true,
"ssr": false,
"ssr": true,
},
"read": [Function],
"useMedium": [Function],
Expand Down
9 changes: 0 additions & 9 deletions packages/terra-aggregator/.npmignore

This file was deleted.

10 changes: 9 additions & 1 deletion packages/terra-aggregator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,13 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-application-header-layout/.npmignore

This file was deleted.

11 changes: 10 additions & 1 deletion packages/terra-application-header-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,14 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-application-layout/.npmignore

This file was deleted.

5 changes: 5 additions & 0 deletions packages/terra-application-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.81.0 - (February 16, 2024)

* Changed
* Minor dependency version bump.

## 5.80.0 - (January 22, 2024)

* Changed
Expand Down
15 changes: 12 additions & 3 deletions packages/terra-application-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-application-layout",
"main": "lib/ApplicationLayout.js",
"version": "5.80.0",
"version": "5.81.0",
"description": "The Terra Application Layout is a responsive, themeable layout for building applications.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"terra-application-utility": "^2.55.0",
"terra-breakpoints": "^2.19.0",
"terra-icon": "^3.19.0",
"terra-modal-manager": "^6.70.0",
"terra-modal-manager": "^6.71.0",
"terra-navigation-layout": "^5.40.0",
"terra-navigation-side-menu": "^2.49.0",
"terra-popup": "^6.74.0",
Expand All @@ -64,5 +64,14 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-application-links/.npmignore

This file was deleted.

11 changes: 10 additions & 1 deletion packages/terra-application-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,14 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-application-menu-layout/.npmignore

This file was deleted.

10 changes: 9 additions & 1 deletion packages/terra-application-menu-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,13 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-application-name/.npmignore

This file was deleted.

10 changes: 9 additions & 1 deletion packages/terra-application-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,13 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-application-navigation/.npmignore

This file was deleted.

11 changes: 10 additions & 1 deletion packages/terra-application-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,14 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-application-utility/.npmignore

This file was deleted.

11 changes: 10 additions & 1 deletion packages/terra-application-utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,14 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-brand-footer/.npmignore

This file was deleted.

10 changes: 9 additions & 1 deletion packages/terra-brand-footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,13 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-collapsible-menu-view/.npmignore

This file was deleted.

11 changes: 10 additions & 1 deletion packages/terra-collapsible-menu-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,14 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
Loading

0 comments on commit e8e502b

Please sign in to comment.