@newtonschool/grauity 0.1.10 → 1.0.0
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/README.md +7 -0
- package/dist/fonts/grauity-icons.eot +0 -0
- package/dist/fonts/grauity-icons.ttf +0 -0
- package/dist/fonts/grauity-icons.woff +0 -0
- package/dist/fonts/grauity-icons.woff2 +0 -0
- package/dist/index.d.ts +280 -29
- package/dist/index.d.ts.map +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.cjs.map +1 -1
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/dist/module.css +1 -1
- package/dist/module.css.map +1 -1
- package/dist/module.mjs +1 -1
- package/dist/module.mjs.map +1 -1
- package/dist/stories/elements/MultiSelectDropdown/index.stories.d.ts +11 -0
- package/dist/stories/elements/MultiSelectDropdown/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/SelectDropdown/index.stories.d.ts +11 -0
- package/dist/stories/elements/SelectDropdown/index.stories.d.ts.map +1 -0
- package/dist/ui/core/icons/iconTags.d.ts +279 -28
- package/dist/ui/core/icons/iconTags.d.ts.map +1 -1
- package/dist/ui/core/icons/iconTypes.d.ts +281 -30
- package/dist/ui/core/icons/iconTypes.d.ts.map +1 -1
- package/dist/ui/elements/Button/Button.d.ts.map +1 -1
- package/dist/ui/elements/Icon/Icon.styles.d.ts.map +1 -1
- package/dist/ui/elements/MultiSelectDropdown/DropdownListItem.d.ts +4 -0
- package/dist/ui/elements/MultiSelectDropdown/DropdownListItem.d.ts.map +1 -0
- package/dist/ui/elements/MultiSelectDropdown/MultiSelectDropdown.d.ts +5 -0
- package/dist/ui/elements/MultiSelectDropdown/MultiSelectDropdown.d.ts.map +1 -0
- package/dist/ui/elements/MultiSelectDropdown/MultiSelectDropdown.styles.d.ts +14 -0
- package/dist/ui/elements/MultiSelectDropdown/MultiSelectDropdown.styles.d.ts.map +1 -0
- package/dist/ui/elements/MultiSelectDropdown/MultiSelectDropdown.test.d.ts +2 -0
- package/dist/ui/elements/MultiSelectDropdown/MultiSelectDropdown.test.d.ts.map +1 -0
- package/dist/ui/elements/MultiSelectDropdown/index.d.ts +3 -0
- package/dist/ui/elements/MultiSelectDropdown/index.d.ts.map +1 -0
- package/dist/ui/elements/MultiSelectDropdown/types.d.ts +70 -0
- package/dist/ui/elements/MultiSelectDropdown/types.d.ts.map +1 -0
- package/dist/ui/elements/SelectDropdown/SelectDropdown.d.ts +5 -0
- package/dist/ui/elements/SelectDropdown/SelectDropdown.d.ts.map +1 -0
- package/dist/ui/elements/SelectDropdown/SelectDropdown.styles.d.ts +10 -0
- package/dist/ui/elements/SelectDropdown/SelectDropdown.styles.d.ts.map +1 -0
- package/dist/ui/elements/SelectDropdown/SelectDropdown.test.d.ts +2 -0
- package/dist/ui/elements/SelectDropdown/SelectDropdown.test.d.ts.map +1 -0
- package/dist/ui/elements/SelectDropdown/index.d.ts +3 -0
- package/dist/ui/elements/SelectDropdown/index.d.ts.map +1 -0
- package/dist/ui/elements/SelectDropdown/types.d.ts +59 -0
- package/dist/ui/elements/SelectDropdown/types.d.ts.map +1 -0
- package/package.json +7 -2
- package/ui/.gitkeep +0 -0
- package/ui/README.md +0 -3
- package/ui/core/README.md +0 -4
- package/ui/core/colors/colorTypes.ts +0 -3
- package/ui/core/colors/index.ts +0 -25
- package/ui/core/icons/iconTags.ts +0 -596
- package/ui/core/icons/iconTypes.ts +0 -435
- package/ui/core/icons/index.ts +0 -3
- package/ui/core/index.ts +0 -14
- package/ui/core/miscellaneous-choices/index.ts +0 -24
- package/ui/core/miscellaneous-choices/miscellaneousTypes.ts +0 -3
- package/ui/core/sizes/index.ts +0 -29
- package/ui/core/sizes/sizeTypes.ts +0 -26
- package/ui/css/animations.scss +0 -8
- package/ui/css/fonts.scss +0 -9
- package/ui/css/index.scss +0 -3
- package/ui/css/reset.scss +0 -512
- package/ui/elements/Alert/Alert.styles.ts +0 -66
- package/ui/elements/Alert/Alert.test.tsx +0 -81
- package/ui/elements/Alert/Alert.tsx +0 -153
- package/ui/elements/Alert/constants.ts +0 -169
- package/ui/elements/Alert/index.ts +0 -6
- package/ui/elements/Alert/types.ts +0 -150
- package/ui/elements/Alert/utils.ts +0 -0
- package/ui/elements/AlertBanner/AlertBanner.styles.ts +0 -35
- package/ui/elements/AlertBanner/AlertBanner.test.tsx +0 -70
- package/ui/elements/AlertBanner/AlertBanner.tsx +0 -137
- package/ui/elements/AlertBanner/constants.ts +0 -179
- package/ui/elements/AlertBanner/index.ts +0 -6
- package/ui/elements/AlertBanner/types.ts +0 -133
- package/ui/elements/AlertBanner/utils.ts +0 -52
- package/ui/elements/Button/Button.styles.ts +0 -88
- package/ui/elements/Button/Button.test.tsx +0 -78
- package/ui/elements/Button/Button.tsx +0 -134
- package/ui/elements/Button/ButtonGroup.styles.ts +0 -7
- package/ui/elements/Button/ButtonGroup.tsx +0 -21
- package/ui/elements/Button/IconButton.test.tsx +0 -39
- package/ui/elements/Button/IconButton.tsx +0 -118
- package/ui/elements/Button/constants.ts +0 -304
- package/ui/elements/Button/index.ts +0 -8
- package/ui/elements/Button/types.ts +0 -282
- package/ui/elements/Button/utils.ts +0 -0
- package/ui/elements/Icon/Icon.styles.ts +0 -98
- package/ui/elements/Icon/Icon.tsx +0 -139
- package/ui/elements/Icon/index.ts +0 -2
- package/ui/elements/Icon/types.ts +0 -96
- package/ui/elements/Modal/ConfirmationDialog/index.test.tsx +0 -116
- package/ui/elements/Modal/ConfirmationDialog/index.tsx +0 -151
- package/ui/elements/Modal/Modal.styles.ts +0 -230
- package/ui/elements/Modal/Modal.test.tsx +0 -117
- package/ui/elements/Modal/Modal.tsx +0 -179
- package/ui/elements/Modal/MultiStepModal/index.test.tsx +0 -116
- package/ui/elements/Modal/MultiStepModal/index.tsx +0 -184
- package/ui/elements/Modal/constants.ts +0 -0
- package/ui/elements/Modal/index.ts +0 -4
- package/ui/elements/Modal/types.ts +0 -379
- package/ui/elements/Modal/utils.tsx +0 -0
- package/ui/elements/Table/Table.styles.ts +0 -178
- package/ui/elements/Table/Table.test.tsx +0 -72
- package/ui/elements/Table/Table.tsx +0 -118
- package/ui/elements/Table/constants.ts +0 -0
- package/ui/elements/Table/index.ts +0 -2
- package/ui/elements/Table/types.ts +0 -270
- package/ui/elements/Table/utils.ts +0 -0
- package/ui/elements/Typography/Typography.styles.ts +0 -29
- package/ui/elements/Typography/Typography.tsx +0 -70
- package/ui/elements/Typography/constants.ts +0 -292
- package/ui/elements/Typography/index.ts +0 -9
- package/ui/elements/Typography/types.ts +0 -116
- package/ui/elements/Typography/utils.ts +0 -11
- package/ui/fonts/Switzer-Variable.ttf +0 -0
- package/ui/fonts/grauity-icons.eot +0 -0
- package/ui/fonts/grauity-icons.ttf +0 -0
- package/ui/fonts/grauity-icons.woff +0 -0
- package/ui/fonts/grauity-icons.woff2 +0 -0
- package/ui/helpers/README.md +0 -3
- package/ui/helpers/classNameBuilders.ts +0 -48
- package/ui/helpers/index.ts +0 -7
- package/ui/index.ts +0 -48
- package/ui/init/GrauityInit.tsx +0 -85
- package/ui/init/index.ts +0 -2
- package/ui/themes/GlobalStyle.ts +0 -273
- package/ui/themes/ThemeContext.tsx +0 -140
- package/ui/themes/constants.ts +0 -8
- package/ui/themes/darkThemeConstants.ts +0 -73
- package/ui/themes/lightThemeConstants.ts +0 -73
- package/ui/themes/tokens.ts +0 -0
- package/ui/themes/types.ts +0 -77
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { MultiSelectDropdownProps } from 'ui/elements/MultiSelectDropdown';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: React.ForwardRefExoticComponent<MultiSelectDropdownProps & React.RefAttributes<HTMLSelectElement>>;
|
|
7
|
+
decorators: ((Story: StoryFn) => JSX.Element)[];
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Component: any;
|
|
11
|
+
//# sourceMappingURL=index.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/MultiSelectDropdown/index.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAA4B,EACxB,wBAAwB,EAC3B,MAAM,iCAAiC,CAAC;;;;yBAMzB,OAAO;;AAJvB,wBAUE;AA4BF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { SelectDropdownProps } from 'ui/elements/SelectDropdown';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: React.ForwardRefExoticComponent<SelectDropdownProps & React.RefAttributes<HTMLSelectElement>>;
|
|
7
|
+
decorators: ((Story: StoryFn) => JSX.Element)[];
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Component: any;
|
|
11
|
+
//# sourceMappingURL=index.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../stories/elements/SelectDropdown/index.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAuB,EACnB,mBAAmB,EACtB,MAAM,4BAA4B,CAAC;;;;yBAMpB,OAAO;;AAJvB,wBAUE;AAyBF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -1,146 +1,397 @@
|
|
|
1
1
|
export declare const ICON_TAGS: {
|
|
2
|
+
"exclamation-circle-filled": string[];
|
|
2
3
|
"exclamation-circle": string[];
|
|
4
|
+
"exclamation-triangle-filled": string[];
|
|
3
5
|
"exclamation-triangle": string[];
|
|
6
|
+
"info-circle-filled": string[];
|
|
4
7
|
"info-circle": string[];
|
|
8
|
+
"question-circle-filled": string[];
|
|
5
9
|
"question-circle": string[];
|
|
10
|
+
"code-alt-filled": string[];
|
|
6
11
|
"code-alt": string[];
|
|
12
|
+
"code-filled": string[];
|
|
7
13
|
code: string[];
|
|
14
|
+
"project-filled": string[];
|
|
15
|
+
project: string[];
|
|
16
|
+
"terminal-filled": string[];
|
|
8
17
|
terminal: string[];
|
|
18
|
+
"desktop-filled": string[];
|
|
9
19
|
desktop: string[];
|
|
20
|
+
"gamepad-filled": string[];
|
|
10
21
|
gamepad: string[];
|
|
22
|
+
"lamp-filled": string[];
|
|
11
23
|
lamp: string[];
|
|
24
|
+
"laptop-filled": string[];
|
|
12
25
|
laptop: string[];
|
|
26
|
+
"mobile-filled": string[];
|
|
13
27
|
mobile: string[];
|
|
28
|
+
"archive-filled": string[];
|
|
14
29
|
archive: string[];
|
|
15
|
-
"bookmark-
|
|
30
|
+
"bookmark-filled": string[];
|
|
16
31
|
bookmark: string[];
|
|
32
|
+
"file-alt-filled": string[];
|
|
17
33
|
"file-alt": string[];
|
|
34
|
+
"file-filled": string[];
|
|
18
35
|
file: string[];
|
|
36
|
+
"folder-filled": string[];
|
|
37
|
+
"folder-open-filled": string[];
|
|
19
38
|
"folder-open": string[];
|
|
20
39
|
folder: string[];
|
|
21
|
-
"label-
|
|
40
|
+
"label-filled": string[];
|
|
22
41
|
label: string[];
|
|
42
|
+
"note-filled": string[];
|
|
23
43
|
note: string[];
|
|
44
|
+
"pen-filled": string[];
|
|
24
45
|
pen: string[];
|
|
46
|
+
"pin-filled": string[];
|
|
25
47
|
pin: string[];
|
|
26
|
-
"
|
|
48
|
+
"headphone-filled": string[];
|
|
49
|
+
"headphone-mic-filled": string[];
|
|
50
|
+
"headphone-mic": string[];
|
|
51
|
+
headphone: string[];
|
|
52
|
+
"mic-filled": string[];
|
|
27
53
|
mic: string[];
|
|
28
|
-
"
|
|
54
|
+
"micmute-filled": string[];
|
|
55
|
+
micmute: string[];
|
|
56
|
+
"pause-circle-filled": string[];
|
|
29
57
|
"pause-circle": string[];
|
|
58
|
+
"pause-filled": string[];
|
|
30
59
|
pause: string[];
|
|
31
|
-
"play-circle-
|
|
60
|
+
"play-circle-filled": string[];
|
|
32
61
|
"play-circle": string[];
|
|
62
|
+
"play-filled": string[];
|
|
63
|
+
"play-rectangle-filled": string[];
|
|
64
|
+
"play-rectangle": string[];
|
|
33
65
|
play: string[];
|
|
66
|
+
"video-filled": string[];
|
|
67
|
+
"video-off-filled": string[];
|
|
34
68
|
"video-off": string[];
|
|
35
69
|
video: string[];
|
|
70
|
+
"volume-maximum-filled": string[];
|
|
36
71
|
"volume-maximum": string[];
|
|
72
|
+
"volume-minimum-filled": string[];
|
|
37
73
|
"volume-minimum": string[];
|
|
74
|
+
"volume-mute-filled": string[];
|
|
38
75
|
"volume-mute": string[];
|
|
39
|
-
"
|
|
76
|
+
"comment-filled": string[];
|
|
77
|
+
comment: string[];
|
|
78
|
+
"connector-filled": string[];
|
|
79
|
+
connector: string[];
|
|
80
|
+
"doubt-alt2-filled": string[];
|
|
81
|
+
"doubt-alt2": string[];
|
|
82
|
+
"doubt-filled": string[];
|
|
83
|
+
"doubt-message-filled": string[];
|
|
84
|
+
"doubt-message": string[];
|
|
85
|
+
doubt: string[];
|
|
86
|
+
"hearing-filled": string[];
|
|
87
|
+
hearing: string[];
|
|
88
|
+
"heart-filled": string[];
|
|
40
89
|
heart: string[];
|
|
41
|
-
"lock-
|
|
90
|
+
"lock-filled": string[];
|
|
91
|
+
"lock-open-filled": string[];
|
|
42
92
|
"lock-open": string[];
|
|
43
|
-
|
|
44
|
-
"message-
|
|
45
|
-
"message-
|
|
46
|
-
"message-
|
|
93
|
+
lock: string[];
|
|
94
|
+
"message-filled": string[];
|
|
95
|
+
"message-info-filled": string[];
|
|
96
|
+
"message-info": string[];
|
|
97
|
+
message: string[];
|
|
98
|
+
"milestone-filled": string[];
|
|
47
99
|
milestone: string[];
|
|
48
|
-
|
|
100
|
+
"scholar-hat-filled": string[];
|
|
101
|
+
"scholar-hat": string[];
|
|
102
|
+
"smiley-bad-filled": string[];
|
|
103
|
+
"smiley-bad": string[];
|
|
104
|
+
"smiley-filled": string[];
|
|
105
|
+
"smiley-happy-filled": string[];
|
|
106
|
+
"smiley-happy": string[];
|
|
107
|
+
"smiley-neutral-filled": string[];
|
|
108
|
+
"smiley-neutral": string[];
|
|
109
|
+
"smiley-sad-filled": string[];
|
|
110
|
+
"smiley-sad": string[];
|
|
111
|
+
"smiley-very-bad-filled": string[];
|
|
112
|
+
"smiley-very-bad": string[];
|
|
113
|
+
"smiley-very-happy-filled": string[];
|
|
114
|
+
"smiley-very-happy": string[];
|
|
49
115
|
smiley: string[];
|
|
50
|
-
"spark-
|
|
116
|
+
"spark-filled": string[];
|
|
51
117
|
spark: string[];
|
|
118
|
+
"sparkle-filled": string[];
|
|
52
119
|
sparkle: string[];
|
|
120
|
+
"target-filled": string[];
|
|
53
121
|
target: string[];
|
|
122
|
+
"check-badge-filled": string[];
|
|
54
123
|
"check-badge": string[];
|
|
124
|
+
"crown-filled": string[];
|
|
55
125
|
crown: string[];
|
|
126
|
+
"flag-filled": string[];
|
|
56
127
|
flag: string[];
|
|
128
|
+
"gift-filled": string[];
|
|
57
129
|
gift: string[];
|
|
130
|
+
"leaderboard-filled": string[];
|
|
131
|
+
leaderboard: string[];
|
|
132
|
+
"medal-filled": string[];
|
|
58
133
|
medal: string[];
|
|
59
|
-
"star-
|
|
60
|
-
"star-half-fill": string[];
|
|
134
|
+
"star-filled": string[];
|
|
61
135
|
star: string[];
|
|
136
|
+
"trophy-filled": string[];
|
|
62
137
|
trophy: string[];
|
|
138
|
+
"arrow-double-filled": string[];
|
|
63
139
|
"arrow-double": string[];
|
|
140
|
+
"arrow-down-filled": string[];
|
|
141
|
+
"arrow-down-left-filled": string[];
|
|
142
|
+
"arrow-down-left": string[];
|
|
143
|
+
"arrow-down-right-filled": string[];
|
|
144
|
+
"arrow-down-right": string[];
|
|
64
145
|
"arrow-down": string[];
|
|
146
|
+
"arrow-left-filled": string[];
|
|
65
147
|
"arrow-left": string[];
|
|
148
|
+
"arrow-right-filled": string[];
|
|
66
149
|
"arrow-right": string[];
|
|
150
|
+
"arrow-up-filled": string[];
|
|
151
|
+
"arrow-up-left-filled": string[];
|
|
152
|
+
"arrow-up-left": string[];
|
|
153
|
+
"arrow-up-right-filled": string[];
|
|
154
|
+
"arrow-up-right": string[];
|
|
67
155
|
"arrow-up": string[];
|
|
156
|
+
"ban-filled": string[];
|
|
157
|
+
ban: string[];
|
|
158
|
+
"bin-filled": string[];
|
|
68
159
|
bin: string[];
|
|
160
|
+
"book-alt-filled": string[];
|
|
161
|
+
"book-alt": string[];
|
|
162
|
+
"book-alt2-filled": string[];
|
|
163
|
+
"book-alt2": string[];
|
|
164
|
+
"book-alt3-filled": string[];
|
|
165
|
+
"book-alt3": string[];
|
|
166
|
+
"book-filled": string[];
|
|
167
|
+
book: string[];
|
|
168
|
+
"briefcase-alt2-filled": string[];
|
|
169
|
+
"briefcase-alt2": string[];
|
|
170
|
+
"briefcase-filled": string[];
|
|
171
|
+
briefcase: string[];
|
|
172
|
+
"broadcast-filled": string[];
|
|
173
|
+
broadcast: string[];
|
|
174
|
+
"bug-filled": string[];
|
|
175
|
+
bug: string[];
|
|
176
|
+
"bulb-filled": string[];
|
|
177
|
+
bulb: string[];
|
|
178
|
+
"call-end-filled": string[];
|
|
69
179
|
"call-end": string[];
|
|
180
|
+
"call-start-filled": string[];
|
|
70
181
|
"call-start": string[];
|
|
182
|
+
"camera-filled": string[];
|
|
183
|
+
camera: string[];
|
|
184
|
+
"caret-double-filled": string[];
|
|
71
185
|
"caret-double": string[];
|
|
186
|
+
"caret-down-filled": string[];
|
|
72
187
|
"caret-down": string[];
|
|
188
|
+
"caret-left-filled": string[];
|
|
73
189
|
"caret-left": string[];
|
|
190
|
+
"caret-right-filled": string[];
|
|
74
191
|
"caret-right": string[];
|
|
192
|
+
"caret-up-filled": string[];
|
|
75
193
|
"caret-up": string[];
|
|
76
|
-
"check-circle-
|
|
194
|
+
"check-circle-filled": string[];
|
|
77
195
|
"check-circle": string[];
|
|
78
|
-
"check-
|
|
196
|
+
"check-filled": string[];
|
|
197
|
+
"check-square-filled": string[];
|
|
79
198
|
"check-square": string[];
|
|
80
199
|
check: string[];
|
|
81
|
-
"chevron-double-
|
|
82
|
-
"chevron-double
|
|
83
|
-
"chevron-
|
|
84
|
-
"chevron-double-up": string[];
|
|
200
|
+
"chevron-down-double-filled": string[];
|
|
201
|
+
"chevron-down-double": string[];
|
|
202
|
+
"chevron-down-filled": string[];
|
|
85
203
|
"chevron-down": string[];
|
|
204
|
+
"chevron-left-double-filled": string[];
|
|
205
|
+
"chevron-left-double": string[];
|
|
206
|
+
"chevron-left-filled": string[];
|
|
86
207
|
"chevron-left": string[];
|
|
208
|
+
"chevron-right-double-filled": string[];
|
|
209
|
+
"chevron-right-double": string[];
|
|
210
|
+
"chevron-right-filled": string[];
|
|
87
211
|
"chevron-right": string[];
|
|
212
|
+
"chevron-up-double-filled": string[];
|
|
213
|
+
"chevron-up-double": string[];
|
|
214
|
+
"chevron-up-filled": string[];
|
|
88
215
|
"chevron-up": string[];
|
|
216
|
+
"circle-filled": string[];
|
|
89
217
|
circle: string[];
|
|
90
|
-
"
|
|
218
|
+
"clock-alarm-filled": string[];
|
|
219
|
+
"clock-alarm": string[];
|
|
220
|
+
"close-circle-filled": string[];
|
|
91
221
|
"close-circle": string[];
|
|
92
|
-
"close-
|
|
222
|
+
"close-filled": string[];
|
|
223
|
+
"close-square-filled": string[];
|
|
93
224
|
"close-square": string[];
|
|
94
225
|
close: string[];
|
|
226
|
+
"compass-filled": string[];
|
|
227
|
+
compass: string[];
|
|
228
|
+
"diamond-filled": string[];
|
|
229
|
+
diamond: string[];
|
|
230
|
+
"double-check-filled": string[];
|
|
231
|
+
"double-check": string[];
|
|
232
|
+
"download-filled": string[];
|
|
95
233
|
download: string[];
|
|
234
|
+
"email-alt-filled": string[];
|
|
235
|
+
"email-alt": string[];
|
|
236
|
+
"email-filled": string[];
|
|
237
|
+
email: string[];
|
|
238
|
+
"filter-filled": string[];
|
|
239
|
+
filter: string[];
|
|
240
|
+
"floppy-filled": string[];
|
|
241
|
+
floppy: string[];
|
|
242
|
+
"forward-filled": string[];
|
|
96
243
|
forward: string[];
|
|
244
|
+
"gear-filled": string[];
|
|
245
|
+
gear: string[];
|
|
246
|
+
"git-commit-filled": string[];
|
|
247
|
+
"git-commit": string[];
|
|
248
|
+
"globe-filled": string[];
|
|
249
|
+
globe: string[];
|
|
250
|
+
"grip-hortizontal-filled": string[];
|
|
97
251
|
"grip-hortizontal": string[];
|
|
252
|
+
"grip-vertical-filled": string[];
|
|
98
253
|
"grip-vertical": string[];
|
|
254
|
+
"growth-down-filled": string[];
|
|
99
255
|
"growth-down": string[];
|
|
256
|
+
"growth-up-filled": string[];
|
|
100
257
|
"growth-up": string[];
|
|
258
|
+
"help-filled": string[];
|
|
259
|
+
help: string[];
|
|
260
|
+
"hold-filled": string[];
|
|
261
|
+
hold: string[];
|
|
262
|
+
"home-filled": string[];
|
|
101
263
|
home: string[];
|
|
264
|
+
"hourglass-filled": string[];
|
|
265
|
+
hourglass: string[];
|
|
266
|
+
"kebab-horizontal-filled": string[];
|
|
102
267
|
"kebab-horizontal": string[];
|
|
268
|
+
"kebab-vertical-filled": string[];
|
|
103
269
|
"kebab-vertical": string[];
|
|
270
|
+
"link-filled": string[];
|
|
104
271
|
link: string[];
|
|
272
|
+
"list-checked-filled": string[];
|
|
273
|
+
"list-checked": string[];
|
|
274
|
+
"list-filled": string[];
|
|
105
275
|
list: string[];
|
|
276
|
+
"load-filled": string[];
|
|
106
277
|
load: string[];
|
|
278
|
+
"loudspeaker-filled": string[];
|
|
279
|
+
loudspeaker: string[];
|
|
280
|
+
"map-pin-alt1-filled": string[];
|
|
281
|
+
"map-pin-alt1": string[];
|
|
282
|
+
"map-pin-alt2-filled": string[];
|
|
283
|
+
"map-pin-alt2": string[];
|
|
284
|
+
"map-pin-filled": string[];
|
|
285
|
+
"map-pin": string[];
|
|
286
|
+
"maximize-filled": string[];
|
|
107
287
|
maximize: string[];
|
|
288
|
+
"menu-alt2-filled": string[];
|
|
289
|
+
"menu-alt2": string[];
|
|
290
|
+
"menu-filled": string[];
|
|
291
|
+
"menu-grid-filled": string[];
|
|
108
292
|
"menu-grid": string[];
|
|
109
293
|
menu: string[];
|
|
294
|
+
"microchip-filled": string[];
|
|
295
|
+
microchip: string[];
|
|
296
|
+
"minimize-filled": string[];
|
|
110
297
|
minimize: string[];
|
|
111
|
-
"minus-circle-
|
|
298
|
+
"minus-circle-filled": string[];
|
|
112
299
|
"minus-circle": string[];
|
|
113
|
-
"minus-square-
|
|
300
|
+
"minus-square-filled": string[];
|
|
114
301
|
"minus-square": string[];
|
|
302
|
+
"moon-filled": string[];
|
|
115
303
|
moon: string[];
|
|
304
|
+
"new-tab-filled": string[];
|
|
116
305
|
"new-tab": string[];
|
|
117
|
-
"
|
|
306
|
+
"paper-clip-filled": string[];
|
|
307
|
+
"paper-clip": string[];
|
|
308
|
+
"plus-circle-filled": string[];
|
|
118
309
|
"plus-circle": string[];
|
|
119
|
-
"plus-
|
|
310
|
+
"plus-filled": string[];
|
|
311
|
+
"plus-square-filled": string[];
|
|
120
312
|
"plus-square": string[];
|
|
121
313
|
plus: string[];
|
|
314
|
+
"printer-filled": string[];
|
|
315
|
+
printer: string[];
|
|
316
|
+
"quiz-filled": string[];
|
|
317
|
+
quiz: string[];
|
|
318
|
+
"refresh-filled": string[];
|
|
122
319
|
refresh: string[];
|
|
320
|
+
"remove-filled": string[];
|
|
321
|
+
remove: string[];
|
|
322
|
+
"reply-filled": string[];
|
|
123
323
|
reply: string[];
|
|
324
|
+
"screenshare-start-filled": string[];
|
|
124
325
|
"screenshare-start": string[];
|
|
326
|
+
"screenshare-stop-filled": string[];
|
|
125
327
|
"screenshare-stop": string[];
|
|
328
|
+
"search-filled": string[];
|
|
126
329
|
search: string[];
|
|
127
|
-
|
|
330
|
+
"share-filled": string[];
|
|
331
|
+
share: string[];
|
|
332
|
+
"shield-alert-filled": string[];
|
|
333
|
+
"shield-alert": string[];
|
|
334
|
+
"shield-check-filled": string[];
|
|
335
|
+
"shield-check": string[];
|
|
336
|
+
"shield-filled": string[];
|
|
337
|
+
"shield-lock-filled": string[];
|
|
338
|
+
"shield-lock": string[];
|
|
339
|
+
"shield-x-filled": string[];
|
|
340
|
+
"shield-x": string[];
|
|
341
|
+
shield: string[];
|
|
342
|
+
"sidebar-left-filled": string[];
|
|
343
|
+
"sidebar-left": string[];
|
|
344
|
+
"sidebar-right-filled": string[];
|
|
345
|
+
"sidebar-right": string[];
|
|
346
|
+
"signin-filled": string[];
|
|
128
347
|
signin: string[];
|
|
348
|
+
"signout-filled": string[];
|
|
129
349
|
signout: string[];
|
|
350
|
+
"slider-filled": string[];
|
|
351
|
+
slider: string[];
|
|
352
|
+
"square-filled": string[];
|
|
130
353
|
square: string[];
|
|
354
|
+
"sticky-note-filled": string[];
|
|
355
|
+
"sticky-note": string[];
|
|
356
|
+
"study-plan-filled": string[];
|
|
357
|
+
"study-plan": string[];
|
|
358
|
+
"sun-filled": string[];
|
|
131
359
|
sun: string[];
|
|
360
|
+
"thumbs-down-filled": string[];
|
|
361
|
+
"thumbs-down": string[];
|
|
362
|
+
"thumbs-up-filled": string[];
|
|
363
|
+
"thumbs-up": string[];
|
|
364
|
+
"thunder-filled": string[];
|
|
365
|
+
thunder: string[];
|
|
366
|
+
"upload-filled": string[];
|
|
132
367
|
upload: string[];
|
|
368
|
+
"wrench-filled": string[];
|
|
369
|
+
wrench: string[];
|
|
370
|
+
"bell-filled": string[];
|
|
133
371
|
bell: string[];
|
|
372
|
+
"calender-check-filled": string[];
|
|
134
373
|
"calender-check": string[];
|
|
374
|
+
"calender-filled": string[];
|
|
375
|
+
"calender-plus-filled": string[];
|
|
135
376
|
"calender-plus": string[];
|
|
136
377
|
calender: string[];
|
|
378
|
+
"clock-filled": string[];
|
|
137
379
|
clock: string[];
|
|
380
|
+
"rewatch-filled": string[];
|
|
138
381
|
rewatch: string[];
|
|
382
|
+
"stopwatch-filled": string[];
|
|
139
383
|
stopwatch: string[];
|
|
384
|
+
"bot-filled": string[];
|
|
140
385
|
bot: string[];
|
|
386
|
+
"person-check-filled": string[];
|
|
141
387
|
"person-check": string[];
|
|
388
|
+
"person-filled": string[];
|
|
389
|
+
"person-plus-filled": string[];
|
|
142
390
|
"person-plus": string[];
|
|
143
391
|
person: string[];
|
|
392
|
+
"user-speak-filled": string[];
|
|
393
|
+
"user-speak": string[];
|
|
394
|
+
"users-filled": string[];
|
|
144
395
|
users: string[];
|
|
145
396
|
};
|
|
146
397
|
export declare const TAG_ICONS: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iconTags.d.ts","sourceRoot":"","sources":["../../../../ui/core/icons/iconTags.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"iconTags.d.ts","sourceRoot":"","sources":["../../../../ui/core/icons/iconTags.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+pCrB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;CA+ZrB,CAAC"}
|