@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.
- package/dist/Icons.js +100 -82
- package/dist/styles.css +1 -1
- package/dist/types/components/Icon/components/icons/IconCalendar.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconCamera.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconChangelog.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconClock.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconContractPosition.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconCredit.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconEdit.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconExtension.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconInvoice.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconLock.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconLockOpen.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconMaximize.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconMinimize.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconNumber.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconOrder.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconPerformance.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconStar.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconStarFilled.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconTicket.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconUser.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +20 -2
- package/package.json +4 -4
|
@@ -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 {
|
|
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 {
|
|
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.
|
|
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.
|
|
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.
|
|
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": "
|
|
386
|
+
"gitHead": "95a3878e209be59b87bb67ffd6498d95f86aea4d"
|
|
387
387
|
}
|