@mittwald/flow-react-components 0.1.0-alpha.150 → 0.1.0-alpha.151

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.
Files changed (24) hide show
  1. package/dist/Icons.js +100 -82
  2. package/dist/styles.css +1 -1
  3. package/dist/types/components/Icon/components/icons/IconCalendar.d.ts +5 -0
  4. package/dist/types/components/Icon/components/icons/IconCamera.d.ts +5 -0
  5. package/dist/types/components/Icon/components/icons/IconChangelog.d.ts +5 -0
  6. package/dist/types/components/Icon/components/icons/IconClock.d.ts +5 -0
  7. package/dist/types/components/Icon/components/icons/IconContractPosition.d.ts +5 -0
  8. package/dist/types/components/Icon/components/icons/IconCredit.d.ts +5 -0
  9. package/dist/types/components/Icon/components/icons/IconEdit.d.ts +5 -0
  10. package/dist/types/components/Icon/components/icons/IconExtension.d.ts +5 -0
  11. package/dist/types/components/Icon/components/icons/IconInvoice.d.ts +5 -0
  12. package/dist/types/components/Icon/components/icons/IconLock.d.ts +5 -0
  13. package/dist/types/components/Icon/components/icons/IconLockOpen.d.ts +5 -0
  14. package/dist/types/components/Icon/components/icons/IconMaximize.d.ts +5 -0
  15. package/dist/types/components/Icon/components/icons/IconMinimize.d.ts +5 -0
  16. package/dist/types/components/Icon/components/icons/IconNumber.d.ts +5 -0
  17. package/dist/types/components/Icon/components/icons/IconOrder.d.ts +5 -0
  18. package/dist/types/components/Icon/components/icons/IconPerformance.d.ts +5 -0
  19. package/dist/types/components/Icon/components/icons/IconStar.d.ts +5 -0
  20. package/dist/types/components/Icon/components/icons/IconStarFilled.d.ts +5 -0
  21. package/dist/types/components/Icon/components/icons/IconTicket.d.ts +5 -0
  22. package/dist/types/components/Icon/components/icons/IconUser.d.ts +5 -0
  23. package/dist/types/components/Icon/components/icons/index.d.ts +20 -2
  24. package/package.json +4 -4
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconCalendar: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconCalendar;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconCamera: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconCamera;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconChangelog: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconChangelog;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconClock: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconClock;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconContractPosition: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconContractPosition;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconCredit: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconCredit;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconEdit: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconEdit;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconExtension: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconExtension;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconInvoice: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconInvoice;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconLock: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconLock;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconLockOpen: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconLockOpen;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconMaximize: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconMaximize;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconMinimize: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconMinimize;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconNumber: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconNumber;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconOrder: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconOrder;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconPerformance: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconPerformance;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconStar: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconStar;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconStarFilled: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconStarFilled;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconTicket: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconTicket;
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+
4
+ export declare const IconUser: FC<Omit<ComponentProps<typeof Icon>, "children">>;
5
+ export default IconUser;
@@ -1,6 +1,8 @@
1
1
  export { IconApp } from './IconApp';
2
2
  export { IconBackLink } from './IconBackLink';
3
3
  export { IconBackup } from './IconBackup';
4
+ export { IconCamera } from './IconCamera';
5
+ export { IconChangelog } from './IconChangelog';
4
6
  export { IconCheck } from './IconCheck';
5
7
  export { IconCheckboxChecked } from './IconCheckboxChecked';
6
8
  export { IconCheckboxEmpty } from './IconCheckboxEmpty';
@@ -12,16 +14,20 @@ export { IconChevronUp } from './IconChevronUp';
12
14
  export { IconClose } from './IconClose';
13
15
  export { IconCode } from './IconCode';
14
16
  export { IconContextMenu } from './IconContextMenu';
17
+ export { IconContractPosition } from './IconContractPosition';
15
18
  export { IconCopy } from './IconCopy';
19
+ export { IconCredit } from './IconCredit';
16
20
  export { IconCronjob } from './IconCronjob';
17
21
  export { IconCustomer } from './IconCustomer';
18
22
  export { IconDanger } from './IconDanger';
19
23
  export { IconDashboard } from './IconDashboard';
20
24
  export { IconDatabase } from './IconDatabase';
21
- export { IconDate } from './IconDate';
25
+ export { IconCalendar } from './IconCalendar';
22
26
  export { IconDelete } from './IconDelete';
23
27
  export { IconDomain } from './IconDomain';
28
+ export { IconEdit } from './IconEdit';
24
29
  export { IconEmail } from './IconEmail';
30
+ export { IconExtension } from './IconExtension';
25
31
  export { IconExternalLink } from './IconExternalLink';
26
32
  export { IconFailed } from './IconFailed';
27
33
  export { IconFilter } from './IconFilter';
@@ -29,13 +35,21 @@ export { IconHide } from './IconHide';
29
35
  export { IconHome } from './IconHome';
30
36
  export { IconInfo } from './IconInfo';
31
37
  export { IconInbox } from './IconInbox';
38
+ export { IconInvoice } from './IconInvoice';
32
39
  export { IconListView } from './IconListView';
40
+ export { IconLock } from './IconLock';
41
+ export { IconLockOpen } from './IconLockOpen';
33
42
  export { IconLogout } from './IconLogout';
43
+ export { IconMaximize } from './IconMaximize';
34
44
  export { IconMember } from './IconMember';
35
45
  export { IconMenu } from './IconMenu';
46
+ export { IconMinimize } from './IconMinimize';
36
47
  export { IconMinus } from './IconMinus';
37
48
  export { IconNotification } from './IconNotification';
49
+ export { IconNumber } from './IconNumber';
50
+ export { IconOrder } from './IconOrder';
38
51
  export { IconPending } from './IconPending';
52
+ export { IconPerformance } from './IconPerformance';
39
53
  export { IconPlus } from './IconPlus';
40
54
  export { IconProject } from './IconProject';
41
55
  export { IconRandom } from './IconRandom';
@@ -52,12 +66,16 @@ export { IconSorting } from './IconSorting';
52
66
  export { IconSpamProtectionOff } from './IconSpamProtectionOff';
53
67
  export { IconSpamProtectionOn } from './IconSpamProtectionOn';
54
68
  export { IconSshSftp } from './IconSshSftp';
69
+ export { IconStar } from './IconStar';
70
+ export { IconStarFilled } from './IconStarFilled';
55
71
  export { IconSubdomain } from './IconSubdomain';
56
72
  export { IconSucceeded } from './IconSucceeded';
57
73
  export { IconSuccess } from './IconSuccess';
58
74
  export { IconSupport } from './IconSupport';
59
75
  export { IconTerminate } from './IconTerminate';
76
+ export { IconTicket } from './IconTicket';
60
77
  export { IconTileView } from './IconTileView';
61
- export { IconTime } from './IconTime';
78
+ export { IconClock } from './IconClock';
79
+ export { IconUser } from './IconUser';
62
80
  export { IconWarning } from './IconWarning';
63
81
  export { IconMittwald } from './IconMittwald';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.150",
3
+ "version": "0.1.0-alpha.151",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -280,7 +280,7 @@
280
280
  "dependencies": {
281
281
  "@chakra-ui/live-region": "^2.1.0",
282
282
  "@internationalized/string-compiler": "^3.2.4",
283
- "@mittwald/react-tunnel": "^0.1.0-alpha.150",
283
+ "@mittwald/react-tunnel": "^0.1.0-alpha.151",
284
284
  "@mittwald/react-use-promise": "^2.3.13",
285
285
  "@react-aria/utils": "^3.24.1",
286
286
  "@react-types/shared": "^3.23.1",
@@ -307,7 +307,7 @@
307
307
  },
308
308
  "devDependencies": {
309
309
  "@faker-js/faker": "^8.4.1",
310
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.150",
310
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.151",
311
311
  "@mittwald/react-use-promise": "^2.3.13",
312
312
  "@nx/storybook": "^19.3.0",
313
313
  "@storybook/addon-a11y": "^8.1.10",
@@ -383,5 +383,5 @@
383
383
  "optional": true
384
384
  }
385
385
  },
386
- "gitHead": "b45b447865dc70052c0d6b85c99f689ca6d1fdf0"
386
+ "gitHead": "95a3878e209be59b87bb67ffd6498d95f86aea4d"
387
387
  }