@up42/up-components 0.11.1 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -59,6 +59,7 @@ export { default as ArrowBack } from '@mui/icons-material/ArrowBack';
|
|
|
59
59
|
export { default as ArrowDownward } from '@mui/icons-material/ArrowDownward';
|
|
60
60
|
export { default as ArrowForward } from '@mui/icons-material/ArrowForward';
|
|
61
61
|
export { default as ArrowUpward } from '@mui/icons-material/ArrowUpward';
|
|
62
|
+
export { default as ArrowBackIos } from '@mui/icons-material/ArrowBackIos';
|
|
62
63
|
export { default as AutoStoriesOutlined } from '@mui/icons-material/AutoStoriesOutlined';
|
|
63
64
|
export { default as Balance } from '@mui/icons-material/Balance';
|
|
64
65
|
export { default as Brightness1 } from '@mui/icons-material/Brightness1';
|
package/dist/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ import ArrowBack from '@mui/icons-material/ArrowBack';
|
|
|
16
16
|
import ArrowDownward from '@mui/icons-material/ArrowDownward';
|
|
17
17
|
import ArrowForward from '@mui/icons-material/ArrowForward';
|
|
18
18
|
import ArrowUpward from '@mui/icons-material/ArrowUpward';
|
|
19
|
+
import ArrowBackIos from '@mui/icons-material/ArrowBackIos';
|
|
19
20
|
import AutoStoriesOutlined from '@mui/icons-material/AutoStoriesOutlined';
|
|
20
21
|
import Balance from '@mui/icons-material/Balance';
|
|
21
22
|
import Brightness1 from '@mui/icons-material/Brightness1';
|
|
@@ -1701,6 +1702,7 @@ declare const icons_ArrowBack: typeof ArrowBack;
|
|
|
1701
1702
|
declare const icons_ArrowDownward: typeof ArrowDownward;
|
|
1702
1703
|
declare const icons_ArrowForward: typeof ArrowForward;
|
|
1703
1704
|
declare const icons_ArrowUpward: typeof ArrowUpward;
|
|
1705
|
+
declare const icons_ArrowBackIos: typeof ArrowBackIos;
|
|
1704
1706
|
declare const icons_AutoStoriesOutlined: typeof AutoStoriesOutlined;
|
|
1705
1707
|
declare const icons_Balance: typeof Balance;
|
|
1706
1708
|
declare const icons_Brightness1: typeof Brightness1;
|
|
@@ -1785,6 +1787,7 @@ declare namespace icons {
|
|
|
1785
1787
|
icons_ArrowDownward as ArrowDownward,
|
|
1786
1788
|
icons_ArrowForward as ArrowForward,
|
|
1787
1789
|
icons_ArrowUpward as ArrowUpward,
|
|
1790
|
+
icons_ArrowBackIos as ArrowBackIos,
|
|
1788
1791
|
icons_AutoStoriesOutlined as AutoStoriesOutlined,
|
|
1789
1792
|
icons_Balance as Balance,
|
|
1790
1793
|
icons_Brightness1 as Brightness1,
|