@mittwald/flow-react-components 0.1.0-alpha.84 → 0.1.0-alpha.86
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 +78 -73
- package/dist/InlineAlert.js +1 -1
- package/dist/StatusBadge.js +1 -1
- package/dist/StatusIcon-BMyHmLNg.js +49 -0
- package/dist/StatusIcon.js +1 -1
- package/dist/Tabs.js +48 -46
- package/dist/styles.css +1 -1
- package/dist/types/components/Icon/components/icons/IconInbox.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconSave.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconShare.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconSpamProtectionOff.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconSpamProtectionOn.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +5 -0
- package/package.json +4 -4
- package/dist/StatusIcon-DYuGj4gU.js +0 -38
|
@@ -28,6 +28,7 @@ export { IconFilter } from './IconFilter';
|
|
|
28
28
|
export { IconHide } from './IconHide';
|
|
29
29
|
export { IconHome } from './IconHome';
|
|
30
30
|
export { IconInfo } from './IconInfo';
|
|
31
|
+
export { IconInbox } from './IconInbox';
|
|
31
32
|
export { IconListView } from './IconListView';
|
|
32
33
|
export { IconLogout } from './IconLogout';
|
|
33
34
|
export { IconMember } from './IconMember';
|
|
@@ -39,12 +40,16 @@ export { IconProject } from './IconProject';
|
|
|
39
40
|
export { IconRandom } from './IconRandom';
|
|
40
41
|
export { IconRadioOff } from './IconRadioOff';
|
|
41
42
|
export { IconRadioOn } from './IconRadioOn';
|
|
43
|
+
export { IconSave } from './IconSave';
|
|
42
44
|
export { IconSearch } from './IconSearch';
|
|
43
45
|
export { IconSearchEngine } from './IconSearchEngine';
|
|
44
46
|
export { IconServer } from './IconServer';
|
|
45
47
|
export { IconSettings } from './IconSettings';
|
|
48
|
+
export { IconShare } from './IconShare';
|
|
46
49
|
export { IconShow } from './IconShow';
|
|
47
50
|
export { IconSorting } from './IconSorting';
|
|
51
|
+
export { IconSpamProtectionOff } from './IconSpamProtectionOff';
|
|
52
|
+
export { IconSpamProtectionOn } from './IconSpamProtectionOn';
|
|
48
53
|
export { IconSshSftp } from './IconSshSftp';
|
|
49
54
|
export { IconSubdomain } from './IconSubdomain';
|
|
50
55
|
export { IconSucceeded } from './IconSucceeded';
|
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.86",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
},
|
|
236
236
|
"dependencies": {
|
|
237
237
|
"@chakra-ui/live-region": "^2.1.0",
|
|
238
|
-
"@mittwald/react-tunnel": "^0.1.0-alpha.
|
|
238
|
+
"@mittwald/react-tunnel": "^0.1.0-alpha.86",
|
|
239
239
|
"@mittwald/react-use-promise": "^2.3.13",
|
|
240
240
|
"@react-aria/utils": "^3.23.2",
|
|
241
241
|
"@react-types/shared": "^3.22.1",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
},
|
|
260
260
|
"devDependencies": {
|
|
261
261
|
"@faker-js/faker": "^8.4.1",
|
|
262
|
-
"@mittwald/flow-design-tokens": "^0.1.0-alpha.
|
|
262
|
+
"@mittwald/flow-design-tokens": "^0.1.0-alpha.86",
|
|
263
263
|
"@mittwald/react-use-promise": "^2.3.13",
|
|
264
264
|
"@nx/storybook": "^18.3.1",
|
|
265
265
|
"@storybook/addon-a11y": "^8.0.8",
|
|
@@ -334,5 +334,5 @@
|
|
|
334
334
|
"optional": true
|
|
335
335
|
}
|
|
336
336
|
},
|
|
337
|
-
"gitHead": "
|
|
337
|
+
"gitHead": "c728a72aeacb535fb265fd20a24391a73d327897"
|
|
338
338
|
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use client"
|
|
2
|
-
/* */
|
|
3
|
-
import o from "react";
|
|
4
|
-
import "@tabler/icons-react";
|
|
5
|
-
import "./Icon-DwHDa4pA.js";
|
|
6
|
-
import { I as c } from "./IconDanger-MdCt1mDP.js";
|
|
7
|
-
import { I as e, a as i, b as m } from "./IconWarning-Dbq3oj5j.js";
|
|
8
|
-
import { useLocalizedStringFormatter as u } from "react-aria";
|
|
9
|
-
import { C as I } from "./ClearPropsContext-CeCMjUK9.js";
|
|
10
|
-
import "./propsContext-CauylOgH.js";
|
|
11
|
-
import "@react-aria/utils";
|
|
12
|
-
import "remeda";
|
|
13
|
-
import "dot-prop";
|
|
14
|
-
const f = {
|
|
15
|
-
"de-DE": {
|
|
16
|
-
"statusIcon.danger": "Fehler",
|
|
17
|
-
"statusIcon.info": "Information",
|
|
18
|
-
"statusIcon.success": "Erfolgreich",
|
|
19
|
-
"statusIcon.warning": "Warnung"
|
|
20
|
-
},
|
|
21
|
-
"en-EN": {
|
|
22
|
-
"statusIcon.danger": "Error",
|
|
23
|
-
"statusIcon.info": "Information",
|
|
24
|
-
"statusIcon.success": "Successful",
|
|
25
|
-
"statusIcon.warning": "Warning"
|
|
26
|
-
}
|
|
27
|
-
}, g = {
|
|
28
|
-
danger: c,
|
|
29
|
-
info: e,
|
|
30
|
-
success: i,
|
|
31
|
-
warning: m
|
|
32
|
-
}, D = (n) => {
|
|
33
|
-
const { status: t = "info", ...r } = n, s = u(f).format(`statusIcon.${t}`), a = g[t];
|
|
34
|
-
return /* @__PURE__ */ o.createElement(I, null, /* @__PURE__ */ o.createElement(a, { "aria-label": s, ...r }));
|
|
35
|
-
};
|
|
36
|
-
export {
|
|
37
|
-
D as S
|
|
38
|
-
};
|