@mittwald/flow-react-components 0.2.0-alpha.77 → 0.2.0-alpha.78
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.
|
@@ -4,16 +4,16 @@ const align = "flow--align";
|
|
|
4
4
|
const avatar = "flow--align--avatar";
|
|
5
5
|
const text = "flow--align--text";
|
|
6
6
|
const button = "flow--align--button";
|
|
7
|
-
const copyButton = "flow--align--copy-button";
|
|
8
7
|
const contextualHelpTriggerButton = "flow--align--contextual-help-trigger-button";
|
|
8
|
+
const copyButton = "flow--align--copy-button";
|
|
9
9
|
const icon = "flow--align--icon";
|
|
10
10
|
const styles = {
|
|
11
11
|
align: align,
|
|
12
12
|
avatar: avatar,
|
|
13
13
|
text: text,
|
|
14
14
|
button: button,
|
|
15
|
-
copyButton: copyButton,
|
|
16
15
|
contextualHelpTriggerButton: contextualHelpTriggerButton,
|
|
16
|
+
copyButton: copyButton,
|
|
17
17
|
icon: icon
|
|
18
18
|
};
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.78",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@chakra-ui/live-region": "^2.1.0",
|
|
54
54
|
"@internationalized/string-compiler": "^3.2.6",
|
|
55
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
55
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.78",
|
|
56
56
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
57
57
|
"@react-aria/form": "^3.0.12",
|
|
58
58
|
"@react-aria/utils": "^3.27.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@faker-js/faker": "^9.5.0",
|
|
92
92
|
"@internationalized/date": "^3.7.0",
|
|
93
93
|
"@mfalkenberg/remote-dom-react": "^1.2.2",
|
|
94
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
94
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.78",
|
|
95
95
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
96
96
|
"@mittwald/typescript-config": "",
|
|
97
97
|
"@nx/storybook": "^20.4.5",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"optional": true
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "610e684130a0ce61b79131e62d1036a6a86437d0"
|
|
172
172
|
}
|