Skip to content

Commit

Permalink
fix(elements): add back in missing exports (#7635)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Jan 22, 2021
1 parent aebf79e commit 3a393bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Array [
"code01",
"code02",
"colors",
"container",
"container01",
"container02",
"container03",
Expand Down Expand Up @@ -89,6 +90,7 @@ Array [
"field01",
"field02",
"fluid",
"fluidSpacing",
"fluidSpacing01",
"fluidSpacing02",
"fluidSpacing03",
Expand Down Expand Up @@ -142,6 +144,7 @@ Array [
"icon01",
"icon02",
"icon03",
"iconSize",
"iconSize01",
"iconSize02",
"interactive01",
Expand All @@ -158,6 +161,7 @@ Array [
"inverseSupport03",
"inverseSupport04",
"label01",
"layout",
"layout01",
"layout02",
"layout03",
Expand Down Expand Up @@ -226,6 +230,7 @@ Array [
"selectedUI",
"skeleton01",
"skeleton02",
"spacing",
"spacing01",
"spacing02",
"spacing03",
Expand Down
5 changes: 5 additions & 0 deletions packages/elements/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,13 @@ export {
breakpointUp,
breakpointDown,
breakpoint,
container,
fluidSpacing,
iconSize,
miniUnit,
miniUnits,
layout,
spacing,
} from '@carbon/layout';
export * from '@carbon/themes';
export * from '@carbon/motion';

0 comments on commit 3a393bf

Please sign in to comment.