Skip to content

Commit

Permalink
Merge pull request #19181 from storybookjs/tom/sb-512-angular-14
Browse files Browse the repository at this point in the history
Angular: Add angular 14 sandbox template
  • Loading branch information
ndelangen authored Oct 13, 2022
2 parents c83449f + 6f9452d commit 93570f5
Show file tree
Hide file tree
Showing 131 changed files with 502 additions and 1,820 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 16
parallelism: 17
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -324,7 +324,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 11
parallelism: 9
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -339,7 +339,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 16
parallelism: 17
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -358,7 +358,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 16
parallelism: 15
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -373,7 +373,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 16
parallelism: 17
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -388,7 +388,7 @@ jobs:
executor:
class: medium+
name: sb_playwright
parallelism: 16
parallelism: 17
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand Down
4 changes: 2 additions & 2 deletions code/addons/a11y/template/stories/parameters.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Options = {

export const Config = {
args: {
contents:
content:
'<button style="color: rgb(255, 255, 255); background-color: rgb(76, 175, 80);">Click me!</button>',
},
parameters: {
Expand All @@ -45,7 +45,7 @@ export const Config = {

export const Targetted = {
args: {
contents: '<button class="custom-target">Click Me!</button>',
content: '<button class="custom-target">Click Me!</button>',
},
parameters: {
a11y: {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 93570f5

Please sign in to comment.