Skip to content

Commit

Permalink
Build & Release v1.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
robuddybot committed Sep 6, 2024
1 parent 893fcd3 commit abb0ced
Show file tree
Hide file tree
Showing 19 changed files with 566 additions and 532 deletions.
15 changes: 0 additions & 15 deletions dist/Section.module-CLVHJ4yA.js

This file was deleted.

18 changes: 18 additions & 0 deletions dist/Section.module-qhQWhlUX.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import './assets/Section.css';const t = "_section_10c68_17", _ = "_title_10c68_28", n = "_titleText_10c68_34", o = "_buttons_10c68_40", c = "_rest_10c68_47", e = "_content_10c68_51", s = "_fitted_10c68_55", l = "_fill_10c68_59", i = "_scrollable_10c68_73", r = "_scrollableHorizontal_10c68_90", a = "_section__flex_10c68_125", b = "_content__noTopPadding_10c68_135", d = "_content__stretchContents_10c68_139", f = {
section: t,
title: _,
titleText: n,
buttons: o,
rest: c,
content: e,
fitted: s,
fill: l,
scrollable: i,
scrollableHorizontal: r,
section__flex: a,
content__noTopPadding: b,
content__stretchContents: d
};
export {
f as s
};
2 changes: 1 addition & 1 deletion dist/assets/Section.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/components/Button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ type Props = Partial<{
iconPosition: string;
/** Icon rotation */
iconRotation: number;
/** Icon size */
iconSize: number;
/** Makes the icon spin */
iconSpin: BooleanLike;
/** Called when element is clicked */
Expand Down
Loading

0 comments on commit abb0ced

Please sign in to comment.