@actinc/dls
Advanced tools
Changelog
[v5.2.0] - July 22, 2021
@material-ui/core
-> ^4.12.1
)<SessionStorageKeySharer />
utility component which allows a
newly-opened tab to obtain a key:value pair from the Session Storage of another
tab.
Changelog
[v5.1.0] - June 15, 2021
<FormSelect />
component to allow options to be disabled.
(Pull Request)Changelog
[v5.0.0] - June 07, 2021
<Button />
and <Link />
.<Link />
component, as the MUI Link
component does not accept a to
prop.COLORS
and DIMS
constants. All DLS components are now powered
by the theme engine.<DataTablePrimary />
to <DataTable />
<LoadingPrimary />
to <Loading />
<TableContainerPrimary />
to <TableContainer />
<FormInputPrimary />
<FormSelectPrimary />
<InputLabelPrimary />
<InputPrimary />
<SelectPrimary />
<SelectSecondary />
Changelog
[v4.1.0] - May 25, 2021
<AppBarNavigation />
component, courtesy of @stefansolyom.