Skip to content

Commit

Permalink
Merge branch 'master' into fix-5557
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeyhrt authored Mar 20, 2020
2 parents 2b219b5 + 478a4a8 commit ac44e74
Show file tree
Hide file tree
Showing 21 changed files with 187 additions and 173 deletions.
4 changes: 2 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@

# Release team should be notified of Public API changes in the following
# packages
/packages/react/__tests__/PublicAPI-test.js @carbon-design-system/developers-system @carbon-design-system/release
/packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap @carbon-design-system/developers-system @carbon-design-system/release
/packages/react/__tests__/PublicAPI-test.js @carbon-design-system/release @carbon-design-system/developers-system
/packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap @carbon-design-system/release @carbon-design-system/developers-system
3 changes: 3 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -11930,6 +11930,7 @@ $expressive-heading-05: (
breakpoints: (
md: (
font-size: carbon--type-scale(9),
font-weight: carbon--font-weight('light'),
line-height: 122%,
),
lg: (
Expand All @@ -11942,6 +11943,7 @@ $expressive-heading-05: (
),
max: (
font-size: carbon--type-scale(13),
line-height: carbon--rem(70px),
),
),
);
Expand Down Expand Up @@ -11978,6 +11980,7 @@ $expressive-heading-06: (
),
max: (
font-size: carbon--type-scale(13),
line-height: carbon--rem(70px),
),
),
);
Expand Down
3 changes: 0 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
"babel-core": "7.0.0-bridge.0",
"freshy": ">= 1.0.3"
},
"peerDependencies": {
"@carbon/icons": "^10.9.0"
},
"dependencies": {
"flatpickr": "4.6.1",
"lodash.debounce": "^4.0.8",
Expand Down
3 changes: 3 additions & 0 deletions packages/elements/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -11223,6 +11223,7 @@ $expressive-heading-05: (
breakpoints: (
md: (
font-size: carbon--type-scale(9),
font-weight: carbon--font-weight('light'),
line-height: 122%,
),
lg: (
Expand All @@ -11235,6 +11236,7 @@ $expressive-heading-05: (
),
max: (
font-size: carbon--type-scale(13),
line-height: carbon--rem(70px),
),
),
);
Expand Down Expand Up @@ -11271,6 +11273,7 @@ $expressive-heading-06: (
),
max: (
font-size: carbon--type-scale(13),
line-height: carbon--rem(70px),
),
),
);
Expand Down
Loading

0 comments on commit ac44e74

Please sign in to comment.