orcs-design-system 3.2.4 → 3.2.6
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/es/GlobalStyles.js +1 -31
- package/es/SystemThemeProvider.js +11 -5
- package/es/assets/Colour/Colour.stories.js +211 -0
- package/es/assets/Colour/index.js +3 -3
- package/es/components/ActionsMenu/ActionsMenu.stories.js +260 -233
- package/es/components/ActionsMenu/index.js +144 -229
- package/es/components/Avatar/Avatar.stories.js +212 -196
- package/es/components/Avatar/index.js +280 -307
- package/es/components/Badge/Badge.stories.js +71 -46
- package/es/components/Badge/index.js +71 -74
- package/es/components/Box/Box.stories.js +51 -35
- package/es/components/Box/index.js +33 -34
- package/es/components/Button/Button.stories.js +161 -145
- package/es/components/Button/ButtonLink.stories.js +152 -139
- package/es/components/Button/index.js +79 -99
- package/es/components/ButtonGroup/ButtonGroup.stories.js +43 -42
- package/es/components/ButtonGroup/ButtonGroupItem.stories.js +11 -13
- package/es/components/ButtonGroup/index.js +103 -99
- package/es/components/Card/Card.stories.js +94 -62
- package/es/components/Card/index.js +50 -71
- package/es/components/Checkbox/Checkbox.stories.js +37 -43
- package/es/components/Checkbox/index.js +61 -76
- package/es/components/DatePicker/DatePicker.stories.js +86 -118
- package/es/components/DatePicker/index.js +71 -187
- package/es/components/Divider/Divider.stories.js +39 -42
- package/es/components/Divider/index.js +21 -27
- package/es/components/Expandable/Expandable.stories.js +46 -36
- package/es/components/Expandable/index.js +55 -82
- package/es/components/Flex/Flex.stories.js +19 -5
- package/es/components/Flex/FlexItem.stories.js +10 -9
- package/es/components/Flex/index.js +34 -27
- package/es/components/Grid/Grid.stories.js +129 -55
- package/es/components/Grid/index.js +25 -24
- package/es/components/Header/Header.stories.js +101 -92
- package/es/components/Header/index.js +433 -436
- package/es/components/HeaderSimple/HeaderSimple.stories.js +23 -27
- package/es/components/HeaderSimple/index.js +73 -68
- package/es/components/Icon/Icon.stories.js +58 -57
- package/es/components/Icon/index.js +48 -46
- package/es/components/Loading/Loading.stories.js +32 -39
- package/es/components/Loading/index.js +44 -51
- package/es/components/Modal/Modal.stories.js +172 -153
- package/es/components/Modal/index.js +126 -134
- package/es/components/Notification/Notification.stories.js +59 -58
- package/es/components/Notification/index.js +123 -133
- package/es/components/Popover/Popover.stories.js +134 -102
- package/es/components/Popover/index.js +65 -111
- package/es/components/ProgressBar/ProgressBar.stories.js +36 -39
- package/es/components/ProgressBar/index.js +29 -34
- package/es/components/RadioButton/RadioButton.stories.js +32 -37
- package/es/components/RadioButton/index.js +170 -184
- package/es/components/Range/Range.stories.js +19 -19
- package/es/components/Range/index.js +35 -45
- package/es/components/Select/Select.stories.js +107 -128
- package/es/components/Select/index.js +324 -336
- package/es/components/SideNav/NavItem.js +112 -122
- package/es/components/SideNav/SideNav.stories.js +84 -57
- package/es/components/SideNav/index.js +161 -185
- package/es/components/Sidebar/Sidebar.stories.js +50 -33
- package/es/components/Sidebar/index.js +152 -155
- package/es/components/Spacer/Spacer.stories.js +35 -32
- package/es/components/Spacer/index.js +20 -20
- package/es/components/StatusDot/StatusDot.stories.js +103 -90
- package/es/components/StatusDot/index.js +36 -38
- package/es/components/StyledLink/StyledLink.stories.js +68 -69
- package/es/components/StyledLink/index.js +47 -48
- package/es/components/Table/Table.stories.js +118 -112
- package/es/components/Table/getExpandColumnConfig.js +67 -62
- package/es/components/Table/index.js +24 -27
- package/es/components/Table/muiStyleOverrides.js +10 -8
- package/es/components/Tabs/Tab.stories.js +55 -38
- package/es/components/Tabs/TabsContainer.stories.js +30 -22
- package/es/components/Tabs/index.js +95 -92
- package/es/components/Tag/Tag.stories.js +250 -220
- package/es/components/Tag/index.js +118 -190
- package/es/components/TextArea/TextArea.stories.js +76 -89
- package/es/components/TextArea/index.js +117 -115
- package/es/components/TextInput/TextInput.stories.js +41 -61
- package/es/components/TextInput/index.js +127 -171
- package/es/components/Toggle/Toggle.stories.js +63 -62
- package/es/components/Toggle/index.js +43 -77
- package/es/components/TreeNav/TreeNav.stories.js +7 -8
- package/es/components/TreeNav/index.js +72 -69
- package/es/components/Typography/Typography.stories.js +174 -0
- package/es/components/Typography/index.js +252 -308
- package/es/components.test.js +1 -1
- package/es/hooks/isVisible.js +6 -10
- package/es/hooks/keepInView.js +27 -32
- package/es/hooks/keypress.js +14 -14
- package/es/hooks/useInputFocus.js +5 -5
- package/es/hooks/usePrevious.js +3 -3
- package/es/systemThemeCollapsed.js +53 -53
- package/es/systemtheme.js +53 -53
- package/es/utils/selectUtil.js +1 -1
- package/es/utils/selectUtil.test.js +6 -6
- package/package.json +29 -38
|
@@ -1,338 +1,368 @@
|
|
|
1
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
1
|
import React, { useState } from "react";
|
|
3
2
|
import Tag from ".";
|
|
4
3
|
import Flex from "../Flex";
|
|
5
4
|
import Spacer from "../Spacer";
|
|
5
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
6
|
export default {
|
|
7
7
|
title: "Components/Tag",
|
|
8
8
|
component: Tag,
|
|
9
|
-
decorators: [
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}]
|
|
14
|
-
};
|
|
15
|
-
export var defaultTag = function defaultTag() {
|
|
16
|
-
return /*#__PURE__*/React.createElement(Tag, null, "Default Tag");
|
|
9
|
+
decorators: [storyFn => /*#__PURE__*/_jsx(Flex, {
|
|
10
|
+
flexWrap: "wrap",
|
|
11
|
+
children: storyFn()
|
|
12
|
+
})]
|
|
17
13
|
};
|
|
14
|
+
export const defaultTag = () => /*#__PURE__*/_jsx(Tag, {
|
|
15
|
+
children: "Default Tag"
|
|
16
|
+
});
|
|
18
17
|
defaultTag.storyName = "Default";
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
return setSelectedB(!selectedB);
|
|
39
|
-
}
|
|
40
|
-
}, "software engineering"), /*#__PURE__*/React.createElement(Tag, null, "product design"), /*#__PURE__*/React.createElement(Tag, null, "digital transformation"));
|
|
18
|
+
export const Selected = () => {
|
|
19
|
+
const [selectedA, setSelectedA] = useState(true);
|
|
20
|
+
const [selectedB, setSelectedB] = useState(true);
|
|
21
|
+
return /*#__PURE__*/_jsxs(Spacer, {
|
|
22
|
+
m: "2px",
|
|
23
|
+
children: [/*#__PURE__*/_jsx(Tag, {
|
|
24
|
+
selected: selectedA,
|
|
25
|
+
onClick: () => setSelectedA(!selectedA),
|
|
26
|
+
children: "devops"
|
|
27
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
28
|
+
selected: selectedB,
|
|
29
|
+
onClick: () => setSelectedB(!selectedB),
|
|
30
|
+
children: "software engineering"
|
|
31
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
32
|
+
children: "product design"
|
|
33
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
34
|
+
children: "digital transformation"
|
|
35
|
+
})]
|
|
36
|
+
});
|
|
41
37
|
};
|
|
42
|
-
export
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}, /*#__PURE__*/React.createElement(Tag, {
|
|
38
|
+
export const showInfo = () => /*#__PURE__*/_jsxs(Spacer, {
|
|
39
|
+
m: "2px",
|
|
40
|
+
children: [/*#__PURE__*/_jsx(Tag, {
|
|
46
41
|
selected: true,
|
|
47
42
|
showInfo: true,
|
|
48
|
-
tagType: "Skill"
|
|
49
|
-
|
|
43
|
+
tagType: "Skill",
|
|
44
|
+
children: "devops"
|
|
45
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
50
46
|
selected: true,
|
|
51
47
|
showInfo: true,
|
|
52
|
-
tagType: "Skill"
|
|
53
|
-
|
|
48
|
+
tagType: "Skill",
|
|
49
|
+
children: "software engineering"
|
|
50
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
54
51
|
showInfo: true,
|
|
55
|
-
tagType: "Skill"
|
|
56
|
-
|
|
52
|
+
tagType: "Skill",
|
|
53
|
+
children: "product design"
|
|
54
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
57
55
|
showInfo: true,
|
|
58
|
-
tagType: "Skill"
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
56
|
+
tagType: "Skill",
|
|
57
|
+
children: "digital transformation"
|
|
58
|
+
})]
|
|
59
|
+
});
|
|
60
|
+
export const showEdit = () => /*#__PURE__*/_jsxs(Spacer, {
|
|
61
|
+
m: "2px",
|
|
62
|
+
children: [/*#__PURE__*/_jsx(Tag, {
|
|
65
63
|
selected: true,
|
|
66
|
-
showEdit: true
|
|
67
|
-
|
|
64
|
+
showEdit: true,
|
|
65
|
+
children: "devops"
|
|
66
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
68
67
|
selected: true,
|
|
69
|
-
showEdit: true
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
},
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
68
|
+
showEdit: true,
|
|
69
|
+
children: "software engineering"
|
|
70
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
71
|
+
showEdit: true,
|
|
72
|
+
children: "product design"
|
|
73
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
74
|
+
showEdit: true,
|
|
75
|
+
children: "digital transformation"
|
|
76
|
+
})]
|
|
77
|
+
});
|
|
78
|
+
export const showRemove = () => /*#__PURE__*/_jsxs(Spacer, {
|
|
79
|
+
m: "2px",
|
|
80
|
+
children: [/*#__PURE__*/_jsx(Tag, {
|
|
80
81
|
selected: true,
|
|
81
|
-
showRemove: true
|
|
82
|
-
|
|
82
|
+
showRemove: true,
|
|
83
|
+
children: "devops"
|
|
84
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
83
85
|
selected: true,
|
|
84
|
-
showRemove: true
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
},
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
86
|
+
showRemove: true,
|
|
87
|
+
children: "software engineering"
|
|
88
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
89
|
+
showRemove: true,
|
|
90
|
+
children: "product design"
|
|
91
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
92
|
+
showRemove: true,
|
|
93
|
+
children: "digital transformation"
|
|
94
|
+
})]
|
|
95
|
+
});
|
|
96
|
+
export const showEditAndRemove = () => /*#__PURE__*/_jsxs(Spacer, {
|
|
97
|
+
m: "2px",
|
|
98
|
+
children: [/*#__PURE__*/_jsx(Tag, {
|
|
95
99
|
selected: true,
|
|
96
100
|
showEdit: true,
|
|
97
101
|
showRemove: true,
|
|
98
|
-
onSelect:
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
},
|
|
104
|
-
onRemove: function onRemove() {
|
|
105
|
-
return console.log("remove");
|
|
106
|
-
}
|
|
107
|
-
}, "devops"), /*#__PURE__*/React.createElement(Tag, {
|
|
102
|
+
onSelect: () => console.log("select"),
|
|
103
|
+
onEdit: () => console.log("edit"),
|
|
104
|
+
onRemove: () => console.log("remove"),
|
|
105
|
+
children: "devops"
|
|
106
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
108
107
|
selected: true,
|
|
109
108
|
showEdit: true,
|
|
110
|
-
showRemove: true
|
|
111
|
-
|
|
109
|
+
showRemove: true,
|
|
110
|
+
children: "software engineering"
|
|
111
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
112
112
|
showEdit: true,
|
|
113
113
|
showRemove: true,
|
|
114
|
-
onSelect:
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
},
|
|
120
|
-
onRemove: function onRemove() {
|
|
121
|
-
return console.log("remove");
|
|
122
|
-
}
|
|
123
|
-
}, "product design"), /*#__PURE__*/React.createElement(Tag, {
|
|
114
|
+
onSelect: () => console.log("select"),
|
|
115
|
+
onEdit: () => console.log("edit"),
|
|
116
|
+
onRemove: () => console.log("remove"),
|
|
117
|
+
children: "product design"
|
|
118
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
124
119
|
showEdit: true,
|
|
125
|
-
showRemove: true
|
|
126
|
-
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
disabled: true
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}, "software engineering"), /*#__PURE__*/React.createElement(Tag, {
|
|
120
|
+
showRemove: true,
|
|
121
|
+
children: "digital transformation"
|
|
122
|
+
})]
|
|
123
|
+
});
|
|
124
|
+
export const disabled = () => /*#__PURE__*/_jsxs(Spacer, {
|
|
125
|
+
m: "2px",
|
|
126
|
+
children: [/*#__PURE__*/_jsx(Tag, {
|
|
127
|
+
disabled: true,
|
|
128
|
+
children: "devops"
|
|
129
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
136
130
|
disabled: true,
|
|
137
|
-
|
|
138
|
-
}
|
|
131
|
+
children: "software engineering"
|
|
132
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
139
133
|
disabled: true,
|
|
140
134
|
isPending: true,
|
|
141
|
-
|
|
142
|
-
},
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
135
|
+
children: "digital transformation"
|
|
136
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
137
|
+
disabled: true,
|
|
138
|
+
isPending: true,
|
|
139
|
+
tagType: "skill",
|
|
140
|
+
children: "product design"
|
|
141
|
+
})]
|
|
142
|
+
});
|
|
143
|
+
export const strikethrough = () => /*#__PURE__*/_jsxs(Spacer, {
|
|
144
|
+
m: "2px",
|
|
145
|
+
children: [/*#__PURE__*/_jsx(Tag, {
|
|
152
146
|
showStrikeThrough: true,
|
|
153
|
-
|
|
154
|
-
}
|
|
147
|
+
children: "devops"
|
|
148
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
149
|
+
showStrikeThrough: true,
|
|
150
|
+
children: "software engineering"
|
|
151
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
152
|
+
showStrikeThrough: true,
|
|
153
|
+
tagType: "skill",
|
|
154
|
+
children: "product design"
|
|
155
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
155
156
|
showStrikeThrough: true,
|
|
156
157
|
disabled: true,
|
|
157
|
-
tagType: "skill"
|
|
158
|
-
}, "digital transformation"));
|
|
159
|
-
};
|
|
160
|
-
export var withTagType = function withTagType() {
|
|
161
|
-
return /*#__PURE__*/React.createElement(Spacer, {
|
|
162
|
-
m: "2px"
|
|
163
|
-
}, /*#__PURE__*/React.createElement(Tag, {
|
|
164
|
-
tagType: "skill"
|
|
165
|
-
}, "devops"), /*#__PURE__*/React.createElement(Tag, {
|
|
166
158
|
tagType: "skill",
|
|
167
|
-
|
|
168
|
-
}
|
|
159
|
+
children: "digital transformation"
|
|
160
|
+
})]
|
|
161
|
+
});
|
|
162
|
+
export const withTagType = () => /*#__PURE__*/_jsxs(Spacer, {
|
|
163
|
+
m: "2px",
|
|
164
|
+
children: [/*#__PURE__*/_jsx(Tag, {
|
|
165
|
+
tagType: "skill",
|
|
166
|
+
children: "devops"
|
|
167
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
168
|
+
tagType: "skill",
|
|
169
|
+
showRemove: true,
|
|
170
|
+
children: "devops"
|
|
171
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
169
172
|
tagType: "skill",
|
|
170
|
-
showEdit: true
|
|
171
|
-
|
|
173
|
+
showEdit: true,
|
|
174
|
+
children: "devops"
|
|
175
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
172
176
|
tagType: "skill",
|
|
173
177
|
showRemove: true,
|
|
174
|
-
showEdit: true
|
|
175
|
-
|
|
178
|
+
showEdit: true,
|
|
179
|
+
children: "devops"
|
|
180
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
176
181
|
selected: true,
|
|
177
|
-
tagType: "skill"
|
|
178
|
-
|
|
182
|
+
tagType: "skill",
|
|
183
|
+
children: "javascript"
|
|
184
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
179
185
|
selected: true,
|
|
180
186
|
showRemove: true,
|
|
181
|
-
tagType: "skill"
|
|
182
|
-
|
|
187
|
+
tagType: "skill",
|
|
188
|
+
children: "javascript"
|
|
189
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
183
190
|
selected: true,
|
|
184
191
|
showEdit: true,
|
|
185
|
-
tagType: "skill"
|
|
186
|
-
|
|
192
|
+
tagType: "skill",
|
|
193
|
+
children: "javascript"
|
|
194
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
187
195
|
selected: true,
|
|
188
196
|
showRemove: true,
|
|
189
197
|
showEdit: true,
|
|
190
|
-
tagType: "skill"
|
|
191
|
-
|
|
198
|
+
tagType: "skill",
|
|
199
|
+
children: "javascript"
|
|
200
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
192
201
|
disabled: true,
|
|
193
|
-
tagType: "skill"
|
|
194
|
-
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
};
|
|
203
|
-
export
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
m: "2px"
|
|
213
|
-
}, /*#__PURE__*/React.createElement(Tag, {
|
|
202
|
+
tagType: "skill",
|
|
203
|
+
children: "product design"
|
|
204
|
+
})]
|
|
205
|
+
});
|
|
206
|
+
export const smallVariant = () => /*#__PURE__*/_jsx(Tag, {
|
|
207
|
+
selected: true,
|
|
208
|
+
tagType: "specialist",
|
|
209
|
+
small: true,
|
|
210
|
+
children: "Agile Coach"
|
|
211
|
+
});
|
|
212
|
+
export const highlightedVariant = () => /*#__PURE__*/_jsx(Tag, {
|
|
213
|
+
selected: true,
|
|
214
|
+
highlighted: true,
|
|
215
|
+
tagType: "specialist",
|
|
216
|
+
children: "Agile Coach"
|
|
217
|
+
});
|
|
218
|
+
export const personTag = () => /*#__PURE__*/_jsxs(Spacer, {
|
|
219
|
+
m: "2px",
|
|
220
|
+
children: [/*#__PURE__*/_jsx(Tag, {
|
|
214
221
|
disabled: true,
|
|
215
222
|
personEntity: {
|
|
216
223
|
avatarSrc: "https://api.dicebear.com/7.x/personas/svg?seed=maxi"
|
|
217
|
-
}
|
|
218
|
-
|
|
224
|
+
},
|
|
225
|
+
children: "Maximillian Dubois"
|
|
226
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
219
227
|
disabled: true,
|
|
220
228
|
personEntity: {
|
|
221
229
|
initials: "MD"
|
|
222
|
-
}
|
|
223
|
-
|
|
230
|
+
},
|
|
231
|
+
children: "Maximillian Dubois"
|
|
232
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
224
233
|
disabled: true,
|
|
225
|
-
personEntity: true
|
|
226
|
-
|
|
234
|
+
personEntity: true,
|
|
235
|
+
children: "Maximillian Dubois"
|
|
236
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
227
237
|
personEntity: {
|
|
228
238
|
avatarSrc: "https://api.dicebear.com/7.x/personas/svg?seed=maxi"
|
|
229
|
-
}
|
|
230
|
-
|
|
239
|
+
},
|
|
240
|
+
children: "Maximillian Dubois"
|
|
241
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
231
242
|
personEntity: {
|
|
232
243
|
initials: "MD"
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
244
|
+
},
|
|
245
|
+
children: "Maximillian Dubois"
|
|
246
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
247
|
+
personEntity: true,
|
|
248
|
+
children: "Maximillian Dubois"
|
|
249
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
237
250
|
selected: true,
|
|
238
251
|
personEntity: {
|
|
239
252
|
avatarSrc: "https://api.dicebear.com/7.x/personas/svg?seed=maxi"
|
|
240
|
-
}
|
|
241
|
-
|
|
253
|
+
},
|
|
254
|
+
children: "Maximillian Dubois"
|
|
255
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
242
256
|
selected: true,
|
|
243
257
|
personEntity: {
|
|
244
258
|
initials: "MD"
|
|
245
|
-
}
|
|
246
|
-
|
|
259
|
+
},
|
|
260
|
+
children: "Maximillian Dubois"
|
|
261
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
247
262
|
selected: true,
|
|
248
|
-
personEntity: true
|
|
249
|
-
|
|
263
|
+
personEntity: true,
|
|
264
|
+
children: "Maximillian Dubois"
|
|
265
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
250
266
|
selected: true,
|
|
251
267
|
highlighted: true,
|
|
252
268
|
personEntity: {
|
|
253
269
|
avatarSrc: "https://api.dicebear.com/7.x/personas/svg?seed=maxi"
|
|
254
|
-
}
|
|
255
|
-
|
|
270
|
+
},
|
|
271
|
+
children: "Maximillian Dubois"
|
|
272
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
256
273
|
selected: true,
|
|
257
274
|
highlighted: true,
|
|
258
275
|
personEntity: {
|
|
259
276
|
initials: "MD"
|
|
260
|
-
}
|
|
261
|
-
|
|
277
|
+
},
|
|
278
|
+
children: "Maximillian Dubois"
|
|
279
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
262
280
|
selected: true,
|
|
263
281
|
highlighted: true,
|
|
264
|
-
personEntity: true
|
|
265
|
-
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
282
|
+
personEntity: true,
|
|
283
|
+
children: "Maximillian Dubois"
|
|
284
|
+
})]
|
|
285
|
+
});
|
|
286
|
+
export const personTagSmall = () => /*#__PURE__*/_jsxs(Spacer, {
|
|
287
|
+
m: "2px",
|
|
288
|
+
children: [/*#__PURE__*/_jsx(Tag, {
|
|
271
289
|
small: true,
|
|
272
290
|
disabled: true,
|
|
273
291
|
personEntity: {
|
|
274
292
|
avatarSrc: "https://api.dicebear.com/7.x/personas/svg?seed=maxi"
|
|
275
|
-
}
|
|
276
|
-
|
|
293
|
+
},
|
|
294
|
+
children: "Maximillian Dubois"
|
|
295
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
277
296
|
small: true,
|
|
278
297
|
disabled: true,
|
|
279
298
|
personEntity: {
|
|
280
299
|
initials: "MD"
|
|
281
|
-
}
|
|
282
|
-
|
|
300
|
+
},
|
|
301
|
+
children: "Maximillian Dubois"
|
|
302
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
283
303
|
small: true,
|
|
284
304
|
disabled: true,
|
|
285
|
-
personEntity: true
|
|
286
|
-
|
|
305
|
+
personEntity: true,
|
|
306
|
+
children: "Maximillian Dubois"
|
|
307
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
287
308
|
small: true,
|
|
288
309
|
personEntity: {
|
|
289
310
|
avatarSrc: "https://api.dicebear.com/7.x/personas/svg?seed=maxi"
|
|
290
|
-
}
|
|
291
|
-
|
|
311
|
+
},
|
|
312
|
+
children: "Maximillian Dubois"
|
|
313
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
292
314
|
small: true,
|
|
293
315
|
personEntity: {
|
|
294
316
|
initials: "MD"
|
|
295
|
-
}
|
|
296
|
-
|
|
317
|
+
},
|
|
318
|
+
children: "Maximillian Dubois"
|
|
319
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
297
320
|
small: true,
|
|
298
|
-
personEntity: true
|
|
299
|
-
|
|
321
|
+
personEntity: true,
|
|
322
|
+
children: "Maximillian Dubois"
|
|
323
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
300
324
|
small: true,
|
|
301
325
|
selected: true,
|
|
302
326
|
personEntity: {
|
|
303
327
|
avatarSrc: "https://api.dicebear.com/7.x/personas/svg?seed=maxi"
|
|
304
|
-
}
|
|
305
|
-
|
|
328
|
+
},
|
|
329
|
+
children: "Maximillian Dubois"
|
|
330
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
306
331
|
small: true,
|
|
307
332
|
selected: true,
|
|
308
333
|
personEntity: {
|
|
309
334
|
initials: "MD"
|
|
310
|
-
}
|
|
311
|
-
|
|
335
|
+
},
|
|
336
|
+
children: "Maximillian Dubois"
|
|
337
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
312
338
|
small: true,
|
|
313
339
|
selected: true,
|
|
314
|
-
personEntity: true
|
|
315
|
-
|
|
340
|
+
personEntity: true,
|
|
341
|
+
children: "Maximillian Dubois"
|
|
342
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
316
343
|
small: true,
|
|
317
344
|
selected: true,
|
|
318
345
|
highlighted: true,
|
|
319
346
|
personEntity: {
|
|
320
347
|
avatarSrc: "https://api.dicebear.com/7.x/personas/svg?seed=maxi"
|
|
321
|
-
}
|
|
322
|
-
|
|
348
|
+
},
|
|
349
|
+
children: "Maximillian Dubois"
|
|
350
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
323
351
|
small: true,
|
|
324
352
|
selected: true,
|
|
325
353
|
highlighted: true,
|
|
326
354
|
personEntity: {
|
|
327
355
|
initials: "MD"
|
|
328
|
-
}
|
|
329
|
-
|
|
356
|
+
},
|
|
357
|
+
children: "Maximillian Dubois"
|
|
358
|
+
}), /*#__PURE__*/_jsx(Tag, {
|
|
330
359
|
small: true,
|
|
331
360
|
selected: true,
|
|
332
361
|
highlighted: true,
|
|
333
|
-
personEntity: true
|
|
334
|
-
|
|
335
|
-
}
|
|
362
|
+
personEntity: true,
|
|
363
|
+
children: "Maximillian Dubois"
|
|
364
|
+
})]
|
|
365
|
+
});
|
|
336
366
|
defaultTag.__docgenInfo = {
|
|
337
367
|
"description": "",
|
|
338
368
|
"methods": [],
|