Skip to content

Commit

Permalink
fix: Remove Masonry and Macy libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-fx committed Dec 1, 2023
1 parent abb7d7d commit dbc9e02
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 224 deletions.
1 change: 0 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"dayjs": "^1.10.7",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
"macy": "^2.5.1",
"namor": "^2.0.3",
"prop-types": "^15.7.2",
"react-beautiful-dnd": "^13.1.0",
Expand Down
88 changes: 0 additions & 88 deletions packages/components/src/layout/Masonry/Masonry.js

This file was deleted.

69 changes: 0 additions & 69 deletions packages/components/src/layout/Masonry/Masonry.mdx

This file was deleted.

50 changes: 0 additions & 50 deletions packages/components/src/layout/Masonry/Masonry.stories.js

This file was deleted.

13 changes: 0 additions & 13 deletions packages/components/src/layout/Masonry/Masonry.styles.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/components/src/layout/Masonry/index.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/components/src/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export * from './ContextContainer';
export * from './ContentLegible';
export * from './PageContainer';
export * from './PageHeader';
export * from './Masonry';
export * from './Divider';
export * from './Stack';
export * from './Paper';
Expand Down
2 changes: 1 addition & 1 deletion scripts/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function main() {
console.log(' --- RUN THE FOLLOWING COMMAND IN YOUR PROJECT ---');
console.log();

console.log(`yarn link @bubbles-ui/${result.join(' @bubbles-ui/')}`);
console.log(`yarn link @bubbles-ui/${result.join(' @bubbles-ui/')}`);
console.log();
console.log();
}
Expand Down

0 comments on commit dbc9e02

Please sign in to comment.