Skip to content

Commit

Permalink
Deploying to master from @ c08820d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rogatty committed May 16, 2022
1 parent a8cc046 commit e04afb9
Show file tree
Hide file tree
Showing 9 changed files with 130 additions and 107 deletions.
1 change: 1 addition & 0 deletions dist/components/Icon/Icon.consts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export declare const ICONS: {
readonly FA_LOCK_KEYHOLE: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MAGNIFYING_GLASS: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MEDAL: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MEMO_CIRCLE_INFO: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MINUS: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MONEY_BILL1: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MUSIC: import("@fortawesome/fontawesome-common-types").IconDefinition;
Expand Down
5 changes: 5 additions & 0 deletions dist/components/SectionHeader/SectionHeader.vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ declare const _default: {
type: BooleanConstructor;
default: boolean;
};
hideSlotWhenCollapsed: {
type: BooleanConstructor;
default: boolean;
};
iconLeft: {
type: () => IconItem;
default: null;
Expand All @@ -77,6 +81,7 @@ declare const _default: {
};
computed: {
chevronRotation(): number | null;
showSlot(): boolean;
sizeClass(): string;
};
created(): void;
Expand Down
110 changes: 59 additions & 51 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.

110 changes: 59 additions & 51 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.

1 change: 1 addition & 0 deletions dist/icons/fontawesome.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export declare const FONTAWESOME_ICONS: {
readonly FA_LOCK_KEYHOLE: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MAGNIFYING_GLASS: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MEDAL: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MEMO_CIRCLE_INFO: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MINUS: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MONEY_BILL1: import("@fortawesome/fontawesome-common-types").IconDefinition;
readonly FA_MUSIC: import("@fortawesome/fontawesome-common-types").IconDefinition;
Expand Down

0 comments on commit e04afb9

Please sign in to comment.