Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit eb28d14

Browse files
committed
refactor: units input as type number with 0.0 values allowed
1 parent d506315 commit eb28d14

File tree

11 files changed

+224
-133
lines changed

11 files changed

+224
-133
lines changed

dist/components/atoms/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Checkbox from './Checkbox';
33
import LoginOption from './LoginOption';
44
import Logo from './Logo';
55
import LogoNavbar from './LogoNavbar';
6+
import StyledNavTab from './StyledNavTab';
67
import Typography from './Typography';
78
export * from './modal';
8-
export { Button, Checkbox, LoginOption, Logo, LogoNavbar, Typography, };
9+
export { Button, Checkbox, LoginOption, Logo, LogoNavbar, Typography, StyledNavTab, };

dist/components/molecules/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import FooterColumn from './FooterColumn';
88
import LabeledCheckbox from './LabeledCheckbox';
99
import ModalDialogue from './ModalDialogue';
1010
import RangeSliderWithInputs from './RangeSliderWithInputs';
11+
import StyledTabs from './StyledTabs';
1112
import SwitchTabs from './SwitchTabs';
1213
import UnitsInput from './UnitsInput';
13-
export { Accordion, Account, AccountModal, CopyTextTooltip, FAQSection, FilterCheckboxCard, FooterColumn, LabeledCheckbox, ModalDialogue, RangeSliderWithInputs, SwitchTabs, UnitsInput, };
14+
export { Accordion, Account, AccountModal, CopyTextTooltip, FAQSection, FilterCheckboxCard, FooterColumn, LabeledCheckbox, ModalDialogue, RangeSliderWithInputs, StyledTabs, SwitchTabs, UnitsInput, };

0 commit comments

Comments
 (0)