@sellout/ui 0.0.29 → 0.0.31
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/build/components/Icon.d.ts +49 -45
- package/build/components/Icons.d.ts +47 -44
- package/build/index.d.ts +47 -44
- package/build/index.es.js +81 -78
- package/build/index.js +55 -52
- package/package.json +3 -3
- package/src/components/Icon.tsx +13 -13
- package/src/components/Icons.ts +164 -158
- package/utils/icon-library.csv +14 -11
package/build/index.js
CHANGED
|
@@ -9,10 +9,10 @@ var React__default = _interopDefault(React);
|
|
|
9
9
|
var styled = _interopDefault(require('styled-components'));
|
|
10
10
|
var Polished = require('polished');
|
|
11
11
|
var reactFontawesome = require('@fortawesome/react-fontawesome');
|
|
12
|
-
var freeSolidSvgIcons = require('@fortawesome/free-solid-svg-icons');
|
|
13
12
|
var proLightSvgIcons = require('@fortawesome/pro-light-svg-icons');
|
|
14
13
|
var proSolidSvgIcons = require('@fortawesome/pro-solid-svg-icons');
|
|
15
14
|
var proRegularSvgIcons = require('@fortawesome/pro-regular-svg-icons');
|
|
15
|
+
var freeSolidSvgIcons = require('@fortawesome/free-solid-svg-icons');
|
|
16
16
|
var freeRegularSvgIcons = require('@fortawesome/free-regular-svg-icons');
|
|
17
17
|
var AnimateHeight = _interopDefault(require('react-animate-height'));
|
|
18
18
|
var PriceUtil = require('@sellout/utils/.dist/price');
|
|
@@ -89,52 +89,12 @@ function Loader(_a) {
|
|
|
89
89
|
var templateObject_1;
|
|
90
90
|
|
|
91
91
|
var IconEnum = {
|
|
92
|
-
LeftArrowSolid: freeSolidSvgIcons.faArrowLeft,
|
|
93
|
-
AudienceSolid: freeSolidSvgIcons.faUserFriends,
|
|
94
|
-
BackArrow: freeSolidSvgIcons.faArrowLeft,
|
|
95
|
-
Bold: freeSolidSvgIcons.faBold,
|
|
96
|
-
BoxOfficeSolid: freeSolidSvgIcons.faCashRegister,
|
|
97
|
-
BullhornSolid: freeSolidSvgIcons.faBullhorn,
|
|
98
|
-
CalculatorSolid: freeSolidSvgIcons.faCalculator,
|
|
99
|
-
CalendarDaySolid: freeSolidSvgIcons.faCalendarDay,
|
|
100
|
-
Cancel: freeSolidSvgIcons.faTimes,
|
|
101
|
-
CancelCircle: freeSolidSvgIcons.faTimesCircle,
|
|
102
|
-
CaretDown: freeSolidSvgIcons.faCaretDown,
|
|
103
|
-
Cash: freeSolidSvgIcons.faMoneyBill,
|
|
104
|
-
CheckCircle: freeSolidSvgIcons.faCheckCircle,
|
|
105
|
-
CopySolid: freeSolidSvgIcons.faCopy,
|
|
106
|
-
CreditCardBack: freeSolidSvgIcons.faCreditCard,
|
|
107
|
-
CrownSolid: freeSolidSvgIcons.faCrown,
|
|
108
|
-
Cursor: freeSolidSvgIcons.faICursor,
|
|
109
|
-
DeleteSolid: freeSolidSvgIcons.faTrash,
|
|
110
|
-
EnvelopeSolid: freeSolidSvgIcons.faEnvelope,
|
|
111
|
-
EyeSolid: freeSolidSvgIcons.faEye,
|
|
112
|
-
HelpSolid: freeSolidSvgIcons.faQuestionCircle,
|
|
113
|
-
HomeSolid: freeSolidSvgIcons.faHome,
|
|
114
|
-
Italic: freeSolidSvgIcons.faItalic,
|
|
115
|
-
Menu: freeSolidSvgIcons.faBars,
|
|
116
|
-
MicrophoneSolid: freeSolidSvgIcons.faMicrophoneAlt,
|
|
117
|
-
MobileSolid: freeSolidSvgIcons.faMobileAlt,
|
|
118
|
-
Plus: freeSolidSvgIcons.faPlus,
|
|
119
|
-
PlusCircle: freeSolidSvgIcons.faPlusCircle,
|
|
120
|
-
PrintSolid: freeSolidSvgIcons.faPrint,
|
|
121
|
-
ReceiptSolid: freeSolidSvgIcons.faReceipt,
|
|
122
|
-
RightChevron: freeSolidSvgIcons.faChevronRight,
|
|
123
|
-
RightChevronCircle: freeSolidSvgIcons.faChevronCircleRight,
|
|
124
|
-
SearchSolid: freeSolidSvgIcons.faSearch,
|
|
125
|
-
Sort: freeSolidSvgIcons.faSort,
|
|
126
|
-
TicketSolid: freeSolidSvgIcons.faTicketAlt,
|
|
127
|
-
Underline: freeSolidSvgIcons.faUnderline,
|
|
128
|
-
UserCircle: freeSolidSvgIcons.faUserCircle,
|
|
129
|
-
UserSolid: freeSolidSvgIcons.faUser,
|
|
130
|
-
UsersSolid: freeSolidSvgIcons.faUsers,
|
|
131
|
-
VenueSolid: freeSolidSvgIcons.faLandmark,
|
|
132
|
-
Warning: freeSolidSvgIcons.faExclamationTriangle,
|
|
133
92
|
AnalyticsLight: proLightSvgIcons.faAnalytics,
|
|
134
93
|
BellLight: proLightSvgIcons.faBell,
|
|
135
94
|
BoxOfficeLight: proLightSvgIcons.faCashRegister,
|
|
136
95
|
BullHornLight: proLightSvgIcons.faBullhorn,
|
|
137
96
|
CalendarDayLight: proLightSvgIcons.faCalendarDay,
|
|
97
|
+
CalendarLight: proLightSvgIcons.faCalendarAlt,
|
|
138
98
|
CalendarStarLight: proLightSvgIcons.faCalendarStar,
|
|
139
99
|
CheckLight: proLightSvgIcons.faCheck,
|
|
140
100
|
EnvelopeLight: proLightSvgIcons.faEnvelope,
|
|
@@ -159,12 +119,13 @@ var IconEnum = {
|
|
|
159
119
|
CalendarStarSolid: proSolidSvgIcons.faCalendarStar,
|
|
160
120
|
CreditCardFront: proSolidSvgIcons.faCreditCardFront,
|
|
161
121
|
FeeSolid: proSolidSvgIcons.faUsdSquare,
|
|
162
|
-
KeySolid: proSolidSvgIcons.
|
|
122
|
+
KeySolid: proSolidSvgIcons.faKey,
|
|
163
123
|
LongRightArrow: proSolidSvgIcons.faLongArrowRight,
|
|
164
124
|
ReportSolid: proSolidSvgIcons.faFileChartLine,
|
|
165
125
|
SortBy: proSolidSvgIcons.faSortAlt,
|
|
166
126
|
UpgradeSolid: proSolidSvgIcons.faArrowAltSquareUp,
|
|
167
127
|
AudienceRegular: proRegularSvgIcons.faUserFriends,
|
|
128
|
+
BoldRegular: proRegularSvgIcons.faBold,
|
|
168
129
|
CalculatorRegular: proRegularSvgIcons.faCalculator,
|
|
169
130
|
CheckRegular: proRegularSvgIcons.faCheck,
|
|
170
131
|
Cheers: proRegularSvgIcons.faGlassCheers,
|
|
@@ -179,22 +140,64 @@ var IconEnum = {
|
|
|
179
140
|
FilterRegular: proRegularSvgIcons.faFilter,
|
|
180
141
|
GlobeRegular: proRegularSvgIcons.faGlobeAmericas,
|
|
181
142
|
GraphGrowth: proRegularSvgIcons.faChartLine,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
143
|
+
ItalicRegular: proRegularSvgIcons.faItalic,
|
|
144
|
+
KeyRegular: proRegularSvgIcons.faKey,
|
|
145
|
+
LeftChevronRegular: proRegularSvgIcons.faChevronLeft,
|
|
146
|
+
LinkRegular: proRegularSvgIcons.faLink,
|
|
185
147
|
PrintRegular: proRegularSvgIcons.faPrint,
|
|
186
148
|
ReportRegular: proRegularSvgIcons.faFileChartLine,
|
|
187
149
|
SearchRegular: proRegularSvgIcons.faSearch,
|
|
188
150
|
Settings: proRegularSvgIcons.faCog,
|
|
189
151
|
SignOut: proRegularSvgIcons.faSignOut,
|
|
190
152
|
TicketRegular: proRegularSvgIcons.faTicketAlt,
|
|
153
|
+
UnderlineRegular: proRegularSvgIcons.faUnderline,
|
|
191
154
|
UnlockRegular: proRegularSvgIcons.faUnlock,
|
|
192
155
|
UpArrow: proRegularSvgIcons.faArrowAltUp,
|
|
193
156
|
Update: proRegularSvgIcons.faMegaphone,
|
|
194
157
|
UpgradeRegular: proRegularSvgIcons.faArrowAltSquareUp,
|
|
195
158
|
Upload: proRegularSvgIcons.faUpload,
|
|
196
159
|
UsersRegular: proRegularSvgIcons.faUsers,
|
|
197
|
-
|
|
160
|
+
AudienceSolid: freeSolidSvgIcons.faUserFriends,
|
|
161
|
+
BackArrow: freeSolidSvgIcons.faArrowLeft,
|
|
162
|
+
BoxOfficeSolid: freeSolidSvgIcons.faCashRegister,
|
|
163
|
+
BullhornSolid: freeSolidSvgIcons.faBullhorn,
|
|
164
|
+
CalculatorSolid: freeSolidSvgIcons.faCalculator,
|
|
165
|
+
CalendarDaySolid: freeSolidSvgIcons.faCalendarDay,
|
|
166
|
+
Cancel: freeSolidSvgIcons.faTimes,
|
|
167
|
+
CancelCircle: freeSolidSvgIcons.faTimesCircle,
|
|
168
|
+
CaretDown: freeSolidSvgIcons.faCaretDown,
|
|
169
|
+
Cash: freeSolidSvgIcons.faMoneyBill,
|
|
170
|
+
CheckCircle: freeSolidSvgIcons.faCheckCircle,
|
|
171
|
+
CopySolid: freeSolidSvgIcons.faCopy,
|
|
172
|
+
CreditCardBack: freeSolidSvgIcons.faCreditCard,
|
|
173
|
+
CrownSolid: freeSolidSvgIcons.faCrown,
|
|
174
|
+
Cursor: freeSolidSvgIcons.faICursor,
|
|
175
|
+
DeleteSolid: freeSolidSvgIcons.faTrash,
|
|
176
|
+
EnvelopeSolid: freeSolidSvgIcons.faEnvelope,
|
|
177
|
+
EyeSolid: freeSolidSvgIcons.faEye,
|
|
178
|
+
HelpSolid: freeSolidSvgIcons.faQuestionCircle,
|
|
179
|
+
HomeSolid: freeSolidSvgIcons.faHome,
|
|
180
|
+
InfotipSolid: freeSolidSvgIcons.faInfoCircle,
|
|
181
|
+
LeftArrowSolid: freeSolidSvgIcons.faArrowLeft,
|
|
182
|
+
LeftChevronSolid: freeSolidSvgIcons.faChevronLeft,
|
|
183
|
+
Menu: freeSolidSvgIcons.faBars,
|
|
184
|
+
MicrophoneSolid: freeSolidSvgIcons.faMicrophoneAlt,
|
|
185
|
+
MobileSolid: freeSolidSvgIcons.faMobileAlt,
|
|
186
|
+
Plus: freeSolidSvgIcons.faPlus,
|
|
187
|
+
PlusCircle: freeSolidSvgIcons.faPlusCircle,
|
|
188
|
+
PrintSolid: freeSolidSvgIcons.faPrint,
|
|
189
|
+
ReceiptSolid: freeSolidSvgIcons.faReceipt,
|
|
190
|
+
RightChevronCircle: freeSolidSvgIcons.faChevronCircleRight,
|
|
191
|
+
RightChevronSolid: freeSolidSvgIcons.faChevronRight,
|
|
192
|
+
SearchSolid: freeSolidSvgIcons.faSearch,
|
|
193
|
+
Sort: freeSolidSvgIcons.faSort,
|
|
194
|
+
TicketSolid: freeSolidSvgIcons.faTicketAlt,
|
|
195
|
+
UserCircle: freeSolidSvgIcons.faUserCircle,
|
|
196
|
+
UserSolid: freeSolidSvgIcons.faUser,
|
|
197
|
+
UsersSolid: freeSolidSvgIcons.faUsers,
|
|
198
|
+
VenueSolid: freeSolidSvgIcons.faLandmark,
|
|
199
|
+
Warning: freeSolidSvgIcons.faExclamationTriangle,
|
|
200
|
+
CalendarRegular: freeRegularSvgIcons.faCalendarAlt,
|
|
198
201
|
Clock: freeRegularSvgIcons.faClock,
|
|
199
202
|
CopyRegular: freeRegularSvgIcons.faCopy,
|
|
200
203
|
Edit: freeRegularSvgIcons.faEdit,
|
|
@@ -205,17 +208,17 @@ var IconEnum = {
|
|
|
205
208
|
UserRegular: freeRegularSvgIcons.faUser,
|
|
206
209
|
};
|
|
207
210
|
|
|
208
|
-
var Container = styled.div(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject(["\n color: ", ";\n
|
|
211
|
+
var Container = styled.div(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject(["\n color: ", ";\n\n &:hover {\n color: ", ";\n }\n"], ["\n color: ", ";\n\n &:hover {\n color: ",
|
|
209
212
|
";\n }\n"])), function (props) { return props.color; }, function (props) {
|
|
210
|
-
if (props.color ===
|
|
213
|
+
if (props.color === "inherit")
|
|
211
214
|
return null;
|
|
212
215
|
return props.hoverColor;
|
|
213
216
|
});
|
|
214
217
|
var Icons = IconEnum;
|
|
215
218
|
function Icon(_a) {
|
|
216
|
-
var _b = _a.icon, icon = _b === void 0 ? Icons.AudienceRegular : _b, _c = _a.color, color = _c === void 0 ? exports.Colors.Orange : _c, _d = _a.hoverColor, hoverColor = _d === void 0 ? null : _d, onClick = _a.onClick, _e = _a.size, size = _e === void 0 ? 20 : _e, top = _a.top, left = _a.left, right = _a.right, _f = _a.position, position = _f === void 0 ?
|
|
217
|
-
var cursor = onClick ?
|
|
218
|
-
return (React__default.createElement(Container, { color: color, hoverColor: hoverColor },
|
|
219
|
+
var _b = _a.icon, icon = _b === void 0 ? Icons.AudienceRegular : _b, _c = _a.color, color = _c === void 0 ? exports.Colors.Orange : _c, _d = _a.hoverColor, hoverColor = _d === void 0 ? null : _d, onClick = _a.onClick, _e = _a.size, size = _e === void 0 ? 20 : _e, top = _a.top, left = _a.left, right = _a.right, _f = _a.position, position = _f === void 0 ? "relative" : _f, zIndex = _a.zIndex, margin = _a.margin, tip = _a.tip;
|
|
220
|
+
var cursor = onClick ? "pointer" : "";
|
|
221
|
+
return (React__default.createElement(Container, { color: color, hoverColor: hoverColor, "data-tip": tip },
|
|
219
222
|
React__default.createElement(reactFontawesome.FontAwesomeIcon, { icon: icon, onClick: onClick, style: {
|
|
220
223
|
top: top,
|
|
221
224
|
left: left,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellout/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.31",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"module": "build/index.es.js",
|
|
6
6
|
"jsnext:main": "build/index.es.js",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"@fortawesome/pro-regular-svg-icons": "^5.12.1",
|
|
47
47
|
"@fortawesome/pro-solid-svg-icons": "^5.12.1",
|
|
48
48
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
49
|
-
"@sellout/utils": "^0.0.
|
|
49
|
+
"@sellout/utils": "^0.0.31",
|
|
50
50
|
"csvtojson": "^2.0.10",
|
|
51
51
|
"polished": "^3.4.4",
|
|
52
52
|
"react-animate-height": "^2.0.20"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "e424148c90ea5d7d92e628e71feeddb544018e40",
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": "^16.13.0",
|
|
57
57
|
"react-dom": "^16.13.0",
|
package/src/components/Icon.tsx
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { FontAwesomeIcon } from
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
|
3
3
|
import { Colors } from "../Colors";
|
|
4
4
|
import { IconEnum } from "./Icons";
|
|
5
|
-
import styled from
|
|
6
|
-
|
|
5
|
+
import styled from "styled-components";
|
|
7
6
|
|
|
8
7
|
const Container = styled.div<any>`
|
|
9
|
-
color: ${props => props.color};
|
|
10
|
-
/* transition: all 0.2s; */
|
|
8
|
+
color: ${(props) => props.color};
|
|
11
9
|
|
|
12
10
|
&:hover {
|
|
13
|
-
color: ${props => {
|
|
14
|
-
if(props.color ===
|
|
15
|
-
|
|
11
|
+
color: ${(props) => {
|
|
12
|
+
if (props.color === "inherit") return null;
|
|
13
|
+
return props.hoverColor;
|
|
16
14
|
}};
|
|
17
15
|
}
|
|
18
16
|
`;
|
|
@@ -31,9 +29,10 @@ export type IconProps = {
|
|
|
31
29
|
right?: string | number | undefined;
|
|
32
30
|
zIndex?: number | void;
|
|
33
31
|
margin?: string | number | undefined;
|
|
32
|
+
tip?: string;
|
|
34
33
|
};
|
|
35
34
|
|
|
36
|
-
export default function Icon({
|
|
35
|
+
export default function Icon({
|
|
37
36
|
icon = Icons.AudienceRegular,
|
|
38
37
|
color = Colors.Orange,
|
|
39
38
|
hoverColor = null,
|
|
@@ -42,14 +41,15 @@ export default function Icon({
|
|
|
42
41
|
top,
|
|
43
42
|
left,
|
|
44
43
|
right,
|
|
45
|
-
position =
|
|
44
|
+
position = "relative" as any,
|
|
46
45
|
zIndex,
|
|
47
46
|
margin,
|
|
47
|
+
tip,
|
|
48
48
|
}: IconProps) {
|
|
49
|
-
const cursor: string = onClick ?
|
|
49
|
+
const cursor: string = onClick ? "pointer" : "";
|
|
50
50
|
|
|
51
51
|
return (
|
|
52
|
-
<Container color={color} hoverColor={hoverColor}>
|
|
52
|
+
<Container color={color} hoverColor={hoverColor} data-tip={tip}>
|
|
53
53
|
<FontAwesomeIcon
|
|
54
54
|
icon={icon as any}
|
|
55
55
|
onClick={onClick}
|
package/src/components/Icons.ts
CHANGED
|
@@ -1,165 +1,128 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import { faUnlock as
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
1
|
+
import { faAnalytics as AnalyticsLight } from "@fortawesome/pro-light-svg-icons";
|
|
2
|
+
import { faBell as BellLight } from "@fortawesome/pro-light-svg-icons";
|
|
3
|
+
import { faCashRegister as BoxOfficeLight } from "@fortawesome/pro-light-svg-icons";
|
|
4
|
+
import { faBullhorn as BullHornLight } from "@fortawesome/pro-light-svg-icons";
|
|
5
|
+
import { faCalendarDay as CalendarDayLight } from "@fortawesome/pro-light-svg-icons";
|
|
6
|
+
import { faCalendarAlt as CalendarLight } from "@fortawesome/pro-light-svg-icons";
|
|
7
|
+
import { faCalendarStar as CalendarStarLight } from "@fortawesome/pro-light-svg-icons";
|
|
8
|
+
import { faCheck as CheckLight } from "@fortawesome/pro-light-svg-icons";
|
|
9
|
+
import { faEnvelope as EnvelopeLight } from "@fortawesome/pro-light-svg-icons";
|
|
10
|
+
import { faFileExport as ExportLight } from "@fortawesome/pro-light-svg-icons";
|
|
11
|
+
import { faFilter as FilterLight } from "@fortawesome/pro-light-svg-icons";
|
|
12
|
+
import { faQuestionCircle as HelpLight } from "@fortawesome/pro-light-svg-icons";
|
|
13
|
+
import { faHome as HomeLight } from "@fortawesome/pro-light-svg-icons";
|
|
14
|
+
import { faLock as Lock } from "@fortawesome/pro-light-svg-icons";
|
|
15
|
+
import { faMapMarkerAlt as mapPinLight } from "@fortawesome/pro-light-svg-icons";
|
|
16
|
+
import { faMicrophoneAlt as MicrophoneLight } from "@fortawesome/pro-light-svg-icons";
|
|
17
|
+
import { faMinusCircle as MinusCircleLight } from "@fortawesome/pro-light-svg-icons";
|
|
18
|
+
import { faMobileAlt as MobileLight } from "@fortawesome/pro-light-svg-icons";
|
|
19
|
+
import { faPlusCircle as PlusCircleLight } from "@fortawesome/pro-light-svg-icons";
|
|
20
|
+
import { faReceipt as ReceiptLight } from "@fortawesome/pro-light-svg-icons";
|
|
21
|
+
import { faSearch as SearchLight } from "@fortawesome/pro-light-svg-icons";
|
|
22
|
+
import { faSortAlt as SortByLight } from "@fortawesome/pro-light-svg-icons";
|
|
23
|
+
import { faUnlock as UnlockLight } from "@fortawesome/pro-light-svg-icons";
|
|
24
|
+
import { faUser as UserLight } from "@fortawesome/pro-light-svg-icons";
|
|
25
|
+
import { faUsers as UsersLight } from "@fortawesome/pro-light-svg-icons";
|
|
26
|
+
import { faLandmark as VenueLight } from "@fortawesome/pro-light-svg-icons";
|
|
27
|
+
import { faAnalytics as AnalyticsSolid } from "@fortawesome/pro-solid-svg-icons";
|
|
28
|
+
import { faCalendarStar as CalendarStarSolid } from "@fortawesome/pro-solid-svg-icons";
|
|
29
|
+
import { faCreditCardFront as CreditCardFront } from "@fortawesome/pro-solid-svg-icons";
|
|
30
|
+
import { faUsdSquare as FeeSolid } from "@fortawesome/pro-solid-svg-icons";
|
|
31
|
+
import { faKey as KeySolid } from "@fortawesome/pro-solid-svg-icons";
|
|
32
|
+
import { faLongArrowRight as LongRightArrow } from "@fortawesome/pro-solid-svg-icons";
|
|
33
|
+
import { faFileChartLine as ReportSolid } from "@fortawesome/pro-solid-svg-icons";
|
|
34
|
+
import { faSortAlt as SortBy } from "@fortawesome/pro-solid-svg-icons";
|
|
35
|
+
import { faArrowAltSquareUp as UpgradeSolid } from "@fortawesome/pro-solid-svg-icons";
|
|
36
|
+
import { faUserFriends as AudienceRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
37
|
+
import { faBold as BoldRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
38
|
+
import { faCalculator as CalculatorRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
39
|
+
import { faCheck as CheckRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
40
|
+
import { faGlassCheers as Cheers } from "@fortawesome/pro-regular-svg-icons";
|
|
41
|
+
import { faClipboardList as Clipboard } from "@fortawesome/pro-regular-svg-icons";
|
|
42
|
+
import { faCrown as CrownRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
43
|
+
import { faTrash as DeleteRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
44
|
+
import { faDollarSign as Dollar } from "@fortawesome/pro-regular-svg-icons";
|
|
45
|
+
import { faArrowAltDown as DownArrow } from "@fortawesome/pro-regular-svg-icons";
|
|
46
|
+
import { faFileDownload as DownloadReport } from "@fortawesome/pro-regular-svg-icons";
|
|
47
|
+
import { faCode as Embed } from "@fortawesome/pro-regular-svg-icons";
|
|
48
|
+
import { faUsdSquare as FeeRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
49
|
+
import { faFilter as FilterRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
50
|
+
import { faGlobeAmericas as GlobeRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
51
|
+
import { faChartLine as GraphGrowth } from "@fortawesome/pro-regular-svg-icons";
|
|
52
|
+
import { faItalic as ItalicRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
53
|
+
import { faKey as KeyRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
54
|
+
import { faChevronLeft as LeftChevronRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
55
|
+
import { faLink as LinkRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
56
|
+
import { faPrint as PrintRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
57
|
+
import { faFileChartLine as ReportRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
58
|
+
import { faSearch as SearchRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
59
|
+
import { faCog as Settings } from "@fortawesome/pro-regular-svg-icons";
|
|
60
|
+
import { faSignOut as SignOut } from "@fortawesome/pro-regular-svg-icons";
|
|
61
|
+
import { faTicketAlt as TicketRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
62
|
+
import { faUnderline as UnderlineRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
63
|
+
import { faUnlock as UnlockRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
64
|
+
import { faArrowAltUp as UpArrow } from "@fortawesome/pro-regular-svg-icons";
|
|
65
|
+
import { faMegaphone as Update } from "@fortawesome/pro-regular-svg-icons";
|
|
66
|
+
import { faArrowAltSquareUp as UpgradeRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
67
|
+
import { faUpload as Upload } from "@fortawesome/pro-regular-svg-icons";
|
|
68
|
+
import { faUsers as UsersRegular } from "@fortawesome/pro-regular-svg-icons";
|
|
69
|
+
import { faUserFriends as AudienceSolid } from "@fortawesome/free-solid-svg-icons";
|
|
70
|
+
import { faArrowLeft as BackArrow } from "@fortawesome/free-solid-svg-icons";
|
|
71
|
+
import { faCashRegister as BoxOfficeSolid } from "@fortawesome/free-solid-svg-icons";
|
|
72
|
+
import { faBullhorn as BullhornSolid } from "@fortawesome/free-solid-svg-icons";
|
|
73
|
+
import { faCalculator as CalculatorSolid } from "@fortawesome/free-solid-svg-icons";
|
|
74
|
+
import { faCalendarDay as CalendarDaySolid } from "@fortawesome/free-solid-svg-icons";
|
|
75
|
+
import { faTimes as Cancel } from "@fortawesome/free-solid-svg-icons";
|
|
76
|
+
import { faTimesCircle as CancelCircle } from "@fortawesome/free-solid-svg-icons";
|
|
77
|
+
import { faCaretDown as CaretDown } from "@fortawesome/free-solid-svg-icons";
|
|
78
|
+
import { faMoneyBill as Cash } from "@fortawesome/free-solid-svg-icons";
|
|
79
|
+
import { faCheckCircle as CheckCircle } from "@fortawesome/free-solid-svg-icons";
|
|
80
|
+
import { faCopy as CopySolid } from "@fortawesome/free-solid-svg-icons";
|
|
81
|
+
import { faCreditCard as CreditCardBack } from "@fortawesome/free-solid-svg-icons";
|
|
82
|
+
import { faCrown as CrownSolid } from "@fortawesome/free-solid-svg-icons";
|
|
83
|
+
import { faICursor as Cursor } from "@fortawesome/free-solid-svg-icons";
|
|
84
|
+
import { faTrash as DeleteSolid } from "@fortawesome/free-solid-svg-icons";
|
|
85
|
+
import { faEnvelope as EnvelopeSolid } from "@fortawesome/free-solid-svg-icons";
|
|
86
|
+
import { faEye as EyeSolid } from "@fortawesome/free-solid-svg-icons";
|
|
87
|
+
import { faQuestionCircle as HelpSolid } from "@fortawesome/free-solid-svg-icons";
|
|
88
|
+
import { faHome as HomeSolid } from "@fortawesome/free-solid-svg-icons";
|
|
89
|
+
import { faInfoCircle as InfotipSolid } from "@fortawesome/free-solid-svg-icons";
|
|
90
|
+
import { faArrowLeft as LeftArrowSolid } from "@fortawesome/free-solid-svg-icons";
|
|
91
|
+
import { faChevronLeft as LeftChevronSolid } from "@fortawesome/free-solid-svg-icons";
|
|
92
|
+
import { faBars as Menu } from "@fortawesome/free-solid-svg-icons";
|
|
93
|
+
import { faMicrophoneAlt as MicrophoneSolid } from "@fortawesome/free-solid-svg-icons";
|
|
94
|
+
import { faMobileAlt as MobileSolid } from "@fortawesome/free-solid-svg-icons";
|
|
95
|
+
import { faPlus as Plus } from "@fortawesome/free-solid-svg-icons";
|
|
96
|
+
import { faPlusCircle as PlusCircle } from "@fortawesome/free-solid-svg-icons";
|
|
97
|
+
import { faPrint as PrintSolid } from "@fortawesome/free-solid-svg-icons";
|
|
98
|
+
import { faReceipt as ReceiptSolid } from "@fortawesome/free-solid-svg-icons";
|
|
99
|
+
import { faChevronCircleRight as RightChevronCircle } from "@fortawesome/free-solid-svg-icons";
|
|
100
|
+
import { faChevronRight as RightChevronSolid } from "@fortawesome/free-solid-svg-icons";
|
|
101
|
+
import { faSearch as SearchSolid } from "@fortawesome/free-solid-svg-icons";
|
|
102
|
+
import { faSort as Sort } from "@fortawesome/free-solid-svg-icons";
|
|
103
|
+
import { faTicketAlt as TicketSolid } from "@fortawesome/free-solid-svg-icons";
|
|
104
|
+
import { faUserCircle as UserCircle } from "@fortawesome/free-solid-svg-icons";
|
|
105
|
+
import { faUser as UserSolid } from "@fortawesome/free-solid-svg-icons";
|
|
106
|
+
import { faUsers as UsersSolid } from "@fortawesome/free-solid-svg-icons";
|
|
107
|
+
import { faLandmark as VenueSolid } from "@fortawesome/free-solid-svg-icons";
|
|
108
|
+
import { faExclamationTriangle as Warning } from "@fortawesome/free-solid-svg-icons";
|
|
109
|
+
import { faCalendarAlt as CalendarRegular } from "@fortawesome/free-regular-svg-icons";
|
|
110
|
+
import { faClock as Clock } from "@fortawesome/free-regular-svg-icons";
|
|
111
|
+
import { faCopy as CopyRegular } from "@fortawesome/free-regular-svg-icons";
|
|
112
|
+
import { faEdit as Edit } from "@fortawesome/free-regular-svg-icons";
|
|
113
|
+
import { faEye as EyeRegular } from "@fortawesome/free-regular-svg-icons";
|
|
114
|
+
import { faEyeSlash as EyeSlashRegular } from "@fortawesome/free-regular-svg-icons";
|
|
115
|
+
import { faLifeRing as Help } from "@fortawesome/free-regular-svg-icons";
|
|
116
|
+
import { faSadTear as SadTear } from "@fortawesome/free-regular-svg-icons";
|
|
117
|
+
import { faUser as UserRegular } from "@fortawesome/free-regular-svg-icons";
|
|
115
118
|
|
|
116
119
|
export const IconEnum = {
|
|
117
|
-
LeftArrowSolid,
|
|
118
|
-
AudienceSolid,
|
|
119
|
-
BackArrow,
|
|
120
|
-
Bold,
|
|
121
|
-
BoxOfficeSolid,
|
|
122
|
-
BullhornSolid,
|
|
123
|
-
CalculatorSolid,
|
|
124
|
-
CalendarDaySolid,
|
|
125
|
-
Cancel,
|
|
126
|
-
CancelCircle,
|
|
127
|
-
CaretDown,
|
|
128
|
-
Cash,
|
|
129
|
-
CheckCircle,
|
|
130
|
-
CopySolid,
|
|
131
|
-
CreditCardBack,
|
|
132
|
-
CrownSolid,
|
|
133
|
-
Cursor,
|
|
134
|
-
DeleteSolid,
|
|
135
|
-
EnvelopeSolid,
|
|
136
|
-
EyeSolid,
|
|
137
|
-
HelpSolid,
|
|
138
|
-
HomeSolid,
|
|
139
|
-
Italic,
|
|
140
|
-
Menu,
|
|
141
|
-
MicrophoneSolid,
|
|
142
|
-
MobileSolid,
|
|
143
|
-
Plus,
|
|
144
|
-
PlusCircle,
|
|
145
|
-
PrintSolid,
|
|
146
|
-
ReceiptSolid,
|
|
147
|
-
RightChevron,
|
|
148
|
-
RightChevronCircle,
|
|
149
|
-
SearchSolid,
|
|
150
|
-
Sort,
|
|
151
|
-
TicketSolid,
|
|
152
|
-
Underline,
|
|
153
|
-
UserCircle,
|
|
154
|
-
UserSolid,
|
|
155
|
-
UsersSolid,
|
|
156
|
-
VenueSolid,
|
|
157
|
-
Warning,
|
|
158
120
|
AnalyticsLight,
|
|
159
121
|
BellLight,
|
|
160
122
|
BoxOfficeLight,
|
|
161
123
|
BullHornLight,
|
|
162
124
|
CalendarDayLight,
|
|
125
|
+
CalendarLight,
|
|
163
126
|
CalendarStarLight,
|
|
164
127
|
CheckLight,
|
|
165
128
|
EnvelopeLight,
|
|
@@ -190,6 +153,7 @@ export const IconEnum = {
|
|
|
190
153
|
SortBy,
|
|
191
154
|
UpgradeSolid,
|
|
192
155
|
AudienceRegular,
|
|
156
|
+
BoldRegular,
|
|
193
157
|
CalculatorRegular,
|
|
194
158
|
CheckRegular,
|
|
195
159
|
Cheers,
|
|
@@ -204,22 +168,64 @@ export const IconEnum = {
|
|
|
204
168
|
FilterRegular,
|
|
205
169
|
GlobeRegular,
|
|
206
170
|
GraphGrowth,
|
|
171
|
+
ItalicRegular,
|
|
207
172
|
KeyRegular,
|
|
208
|
-
|
|
209
|
-
|
|
173
|
+
LeftChevronRegular,
|
|
174
|
+
LinkRegular,
|
|
210
175
|
PrintRegular,
|
|
211
176
|
ReportRegular,
|
|
212
177
|
SearchRegular,
|
|
213
178
|
Settings,
|
|
214
179
|
SignOut,
|
|
215
180
|
TicketRegular,
|
|
181
|
+
UnderlineRegular,
|
|
216
182
|
UnlockRegular,
|
|
217
183
|
UpArrow,
|
|
218
184
|
Update,
|
|
219
185
|
UpgradeRegular,
|
|
220
186
|
Upload,
|
|
221
187
|
UsersRegular,
|
|
222
|
-
|
|
188
|
+
AudienceSolid,
|
|
189
|
+
BackArrow,
|
|
190
|
+
BoxOfficeSolid,
|
|
191
|
+
BullhornSolid,
|
|
192
|
+
CalculatorSolid,
|
|
193
|
+
CalendarDaySolid,
|
|
194
|
+
Cancel,
|
|
195
|
+
CancelCircle,
|
|
196
|
+
CaretDown,
|
|
197
|
+
Cash,
|
|
198
|
+
CheckCircle,
|
|
199
|
+
CopySolid,
|
|
200
|
+
CreditCardBack,
|
|
201
|
+
CrownSolid,
|
|
202
|
+
Cursor,
|
|
203
|
+
DeleteSolid,
|
|
204
|
+
EnvelopeSolid,
|
|
205
|
+
EyeSolid,
|
|
206
|
+
HelpSolid,
|
|
207
|
+
HomeSolid,
|
|
208
|
+
InfotipSolid,
|
|
209
|
+
LeftArrowSolid,
|
|
210
|
+
LeftChevronSolid,
|
|
211
|
+
Menu,
|
|
212
|
+
MicrophoneSolid,
|
|
213
|
+
MobileSolid,
|
|
214
|
+
Plus,
|
|
215
|
+
PlusCircle,
|
|
216
|
+
PrintSolid,
|
|
217
|
+
ReceiptSolid,
|
|
218
|
+
RightChevronCircle,
|
|
219
|
+
RightChevronSolid,
|
|
220
|
+
SearchSolid,
|
|
221
|
+
Sort,
|
|
222
|
+
TicketSolid,
|
|
223
|
+
UserCircle,
|
|
224
|
+
UserSolid,
|
|
225
|
+
UsersSolid,
|
|
226
|
+
VenueSolid,
|
|
227
|
+
Warning,
|
|
228
|
+
CalendarRegular,
|
|
223
229
|
Clock,
|
|
224
230
|
CopyRegular,
|
|
225
231
|
Edit,
|