Skip to content

Commit

Permalink
Merge branch 'main' into 9183-add-theme-package
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Jul 20, 2021
2 parents f1855b3 + b8859ab commit 3f5df5d
Show file tree
Hide file tree
Showing 196 changed files with 21,206 additions and 13,149 deletions.
570 changes: 570 additions & 0 deletions e2e/icons-react/__snapshots__/PublicAPI-test.js.snap

Large diffs are not rendered by default.

570 changes: 570 additions & 0 deletions e2e/icons-vue/__snapshots__/PublicAPI-test.js.snap

Large diffs are not rendered by default.

570 changes: 570 additions & 0 deletions e2e/icons/__snapshots__/PublicAPI-test.js.snap

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions packages/carbon-react/.storybook/Welcome/Welcome.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* LICENSE file in the root directory of this source tree.
*/

/* eslint-disable no-console */

import React from 'react';
import { Welcome as Intro } from './Welcome';
import mdx from './Welcome.mdx';
Expand Down
3 changes: 3 additions & 0 deletions packages/carbon-react/.storybook/Welcome/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
}

.welcome__container {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
padding: 3rem;
Expand Down
Loading

0 comments on commit 3f5df5d

Please sign in to comment.