Skip to content

Commit

Permalink
Deploying to master from @ 5b76184 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rogatty committed Jul 15, 2022
1 parent 7ba45e2 commit 6cefb7d
Show file tree
Hide file tree
Showing 10 changed files with 1,194 additions and 329 deletions.
13 changes: 13 additions & 0 deletions dist/components/Banner/Banner.consts.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export declare const BANNER_COLORS: {
readonly DEFAULT: "default";
readonly NEUTRAL: "neutral";
readonly INFO: "info";
readonly SUCCESS: "success";
readonly WARNING: "warning";
readonly FAIL: "fail";
readonly DANGER: "danger";
};
export declare const BANNER_LAYOUTS: {
readonly HORIZONTAL: "horizontal";
readonly VERTICAL: "vertical";
};
473 changes: 473 additions & 0 deletions dist/components/Banner/Banner.vue.d.ts

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/components/Banner/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Banner from './Banner.vue';
export default Banner;
export * from './Banner.consts';
511 changes: 349 additions & 162 deletions dist/design-system.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/design-system.common.js.map

Large diffs are not rendered by default.

511 changes: 349 additions & 162 deletions dist/design-system.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/design-system.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/design-system.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/design-system.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export * from './components/Badges/Badge';
export * from './components/Badges/Badge/Badge.consts';
export { default as BadgeScore } from './components/Badges/BadgeScore';
export * from './components/Badges/BadgeScore/BadgeScore.consts';
export { default as Banner } from './components/Banner';
export * from './components/Banner/Banner.consts';
export { default as Button } from './components/Buttons/Button';
export * from './components/Buttons/Button/Button.consts';
export { default as Card } from './components/Cards/Card/';
Expand Down

0 comments on commit 6cefb7d

Please sign in to comment.