-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #603 from etn-ccis/dev
Publish 8.1.0
- Loading branch information
Showing
18 changed files
with
133 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: 2.1 | ||
orbs: | ||
codecov: codecov/codecov@1.1.3 | ||
codecov: codecov/codecov@3.2.2 | ||
gh: circleci/[email protected] | ||
browser-tools: circleci/[email protected] | ||
jobs: | ||
|
@@ -62,7 +62,7 @@ jobs: | |
at: . | ||
- codecov/upload: | ||
file: './coverage/lcov.info' | ||
token: dc22e69d-e76e-4c9c-92a4-92432b1033d4 | ||
token: CODECOV_TOKEN | ||
|
||
# Builds the Showcase md using @brightlayer-ui/angular-components persisted in /dist folder. | ||
build_showcase: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Add brightlayer-ui label to any root file changes on fork pull requests | ||
brightlayer-ui: | ||
- '*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: "Fork PR Labeler" | ||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
triage: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v4 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule showcase
updated
19 files
+2 −2 | .circleci/config.yml | |
+30 −0 | .github/ISSUE_TEMPLATE/bug-report.md | |
+16 −0 | .github/ISSUE_TEMPLATE/feature-request.md | |
+23 −0 | .github/PULL_REQUEST_TEMPLATE.md | |
+10 −9 | .github/dependabot.yml | |
+3 −0 | .github/labeler.yml | |
+2 −1 | .github/pr-labeler.yml | |
+14 −0 | .github/workflows/laberler.yml | |
+5 −4 | .github/workflows/pr-comment.yml | |
+9 −3 | .github/workflows/pr-labeler.yml | |
+2 −1 | CODEOWNERS | |
+4 −4 | README.md | |
+4 −10 | angular.json | |
+67 −68 | package.json | |
+0 −6 | src/app/app.component.scss | |
+1 −1 | src/app/app.component.ts | |
+14 −0 | src/app/pages/mat/inputs/inputs.component.html | |
+103 −1 | src/styles.scss | |
+355 −357 | yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.blui-hero-banner { | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
.blui-hero-banner-content { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.