-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/stepper-to-standalone' into step…
…per-to-standalone # Conflicts: # projects/demo/src/modules/components/stepper/examples/1/index.ts # projects/demo/src/modules/components/stepper/examples/2/index.ts # projects/demo/src/modules/components/stepper/examples/3/index.ts # projects/demo/src/modules/components/stepper/stepper.component.ts
- Loading branch information
Showing
86 changed files
with
324 additions
and
1,290 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- run: npx tsc --project tsconfig.spec.json | ||
- run: npx nx run-many -t test --output-style=stream --nxBail | ||
- run: tree -L 2 ./coverage -P 'lcov.info' | ||
- uses: codecov/[email protected].0 | ||
- uses: codecov/[email protected].1 | ||
with: | ||
directory: ./coverage/ | ||
flags: summary | ||
|
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 |
---|---|---|
|
@@ -181,6 +181,8 @@ | |
|
||
.t-group, | ||
.t-checkbox { | ||
display: flex; | ||
align-items: center; | ||
margin-left: 0.75rem; | ||
} | ||
|
||
|
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
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
46 changes: 0 additions & 46 deletions
46
projects/core/components/primitive-checkbox/checkbox.options.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
projects/core/components/primitive-checkbox/primitive-checkbox.component.ts
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
projects/core/components/primitive-checkbox/primitive-checkbox.module.ts
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
projects/core/components/primitive-checkbox/primitive-checkbox.style.less
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
projects/core/components/primitive-checkbox/primitive-checkbox.template.html
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
projects/demo-playwright/tests/kit/checkbox/checkbox.spec.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.