@sellout/ui 0.0.20 → 0.0.22

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/Colors.d.ts CHANGED
@@ -15,5 +15,5 @@ export declare enum Colors {
15
15
  Grey4 = "#BDBDBD",
16
16
  Grey5 = "#E0E0E0",
17
17
  Grey6 = "#F2F2F2",
18
- Grey7 = "F8F8F8"
18
+ Grey7 = "#F8F8F8"
19
19
  }
@@ -1,21 +1,68 @@
1
1
  export declare const IconEnum: {
2
+ LeftArrowSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
3
+ AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
4
+ BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
5
+ Bold: import("@fortawesome/fontawesome-common-types").IconDefinition;
6
+ BoxOfficeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
7
+ BullhornSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
8
+ CalculatorSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
9
+ CalendarDaySolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
10
+ Cancel: import("@fortawesome/fontawesome-common-types").IconDefinition;
11
+ CancelCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
12
+ CaretDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
13
+ Cash: import("@fortawesome/fontawesome-common-types").IconDefinition;
14
+ CheckCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
15
+ CopySolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
16
+ CreditCardBack: import("@fortawesome/fontawesome-common-types").IconDefinition;
17
+ CrownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
18
+ Cursor: import("@fortawesome/fontawesome-common-types").IconDefinition;
19
+ DeleteSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
20
+ EnvelopeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
21
+ EyeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
22
+ HelpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
23
+ HomeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
24
+ Italic: import("@fortawesome/fontawesome-common-types").IconDefinition;
25
+ Menu: import("@fortawesome/fontawesome-common-types").IconDefinition;
26
+ MicrophoneSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
27
+ MobileSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
28
+ Plus: import("@fortawesome/fontawesome-common-types").IconDefinition;
29
+ PlusCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
30
+ PrintSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
31
+ ReceiptSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
32
+ RightChevron: import("@fortawesome/fontawesome-common-types").IconDefinition;
33
+ RightChevronCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
34
+ SearchSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
35
+ Sort: import("@fortawesome/fontawesome-common-types").IconDefinition;
36
+ TicketSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
37
+ Underline: import("@fortawesome/fontawesome-common-types").IconDefinition;
38
+ UserCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
39
+ UserSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
40
+ UsersSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
41
+ VenueSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
42
+ Warning: import("@fortawesome/fontawesome-common-types").IconDefinition;
2
43
  AnalyticsLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
3
44
  BellLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
4
45
  BoxOfficeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
5
46
  BullHornLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
6
47
  CalendarDayLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
7
48
  CalendarStarLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
49
+ CheckLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
50
+ EnvelopeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
8
51
  ExportLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
9
52
  FilterLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
10
53
  HelpLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
11
54
  HomeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
55
+ Lock: import("@fortawesome/fontawesome-common-types").IconDefinition;
12
56
  mapPinLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
13
57
  MicrophoneLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
14
58
  MinusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
59
+ MobileLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
15
60
  PlusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
16
61
  ReceiptLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
17
62
  SearchLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
18
63
  SortByLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
64
+ UnlockLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
65
+ UserLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
19
66
  UsersLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
20
67
  VenueLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
21
68
  AnalyticsSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
@@ -29,7 +76,7 @@ export declare const IconEnum: {
29
76
  UpgradeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
30
77
  AudienceRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
31
78
  CalculatorRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
32
- Check: import("@fortawesome/fontawesome-common-types").IconDefinition;
79
+ CheckRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
33
80
  Cheers: import("@fortawesome/fontawesome-common-types").IconDefinition;
34
81
  Clipboard: import("@fortawesome/fontawesome-common-types").IconDefinition;
35
82
  CrownRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
@@ -49,54 +96,14 @@ export declare const IconEnum: {
49
96
  ReportRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
50
97
  SearchRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
51
98
  Settings: import("@fortawesome/fontawesome-common-types").IconDefinition;
99
+ SignOut: import("@fortawesome/fontawesome-common-types").IconDefinition;
52
100
  TicketRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
53
- Unlock: import("@fortawesome/fontawesome-common-types").IconDefinition;
101
+ UnlockRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
54
102
  UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
55
103
  Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
56
104
  UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
57
105
  Upload: import("@fortawesome/fontawesome-common-types").IconDefinition;
58
106
  UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
59
- SignOut: import("@fortawesome/fontawesome-common-types").IconDefinition;
60
- AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
61
- BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
62
- Bold: import("@fortawesome/fontawesome-common-types").IconDefinition;
63
- BoxOfficeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
64
- BullhornSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
65
- CalculatorSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
66
- CalendarDaySolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
67
- Cancel: import("@fortawesome/fontawesome-common-types").IconDefinition;
68
- CancelCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
69
- CaretDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
70
- Cash: import("@fortawesome/fontawesome-common-types").IconDefinition;
71
- CheckCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
72
- CopySolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
73
- CreditCardBack: import("@fortawesome/fontawesome-common-types").IconDefinition;
74
- CrownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
75
- Cursor: import("@fortawesome/fontawesome-common-types").IconDefinition;
76
- DeleteSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
77
- EnvelopeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
78
- EyeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
79
- HelpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
80
- HomeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
81
- Italic: import("@fortawesome/fontawesome-common-types").IconDefinition;
82
- Menu: import("@fortawesome/fontawesome-common-types").IconDefinition;
83
- MicrophoneSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
84
- Mobile: import("@fortawesome/fontawesome-common-types").IconDefinition;
85
- Plus: import("@fortawesome/fontawesome-common-types").IconDefinition;
86
- PlusCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
87
- PrintSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
88
- ReceiptSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
89
- RightChevron: import("@fortawesome/fontawesome-common-types").IconDefinition;
90
- RightChevronCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
91
- SearchSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
92
- Sort: import("@fortawesome/fontawesome-common-types").IconDefinition;
93
- TicketSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
94
- Underline: import("@fortawesome/fontawesome-common-types").IconDefinition;
95
- UserCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
96
- UserSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
97
- UsersSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
98
- VenueSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
99
- Warning: import("@fortawesome/fontawesome-common-types").IconDefinition;
100
107
  Calendar: import("@fortawesome/fontawesome-common-types").IconDefinition;
101
108
  Clock: import("@fortawesome/fontawesome-common-types").IconDefinition;
102
109
  CopyRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
package/build/index.d.ts CHANGED
@@ -7,45 +7,21 @@ import Loader, { LoaderSizes } from "./components/Loader";
7
7
  import Product from "./components/Product";
8
8
  import makeEventHandler from './utils/makeEventHandler';
9
9
  declare const Icons: {
10
- AnalyticsLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
11
- BellLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
12
- BoxOfficeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
13
- BullHornLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
14
- CalendarDayLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
15
- CalendarStarLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
16
- ExportLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
17
- FilterLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
18
- HelpLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
19
- HomeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
20
- mapPinLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
21
- MicrophoneLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
22
- MinusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
23
- PlusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
24
- ReceiptLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
25
- SearchLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
26
- SortByLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
27
- UsersLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
28
- VenueLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
29
- AnalyticsSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
30
- CalendarStarSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
31
- CreditCardFront: import("@fortawesome/fontawesome-common-types").IconDefinition;
32
- FeeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
33
- KeySolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
34
- LongRightArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
35
- ReportSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
36
- SortBy: import("@fortawesome/fontawesome-common-types").IconDefinition;
37
- UpgradeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
38
10
  AudienceRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
11
+ BoxOfficeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
39
12
  CalculatorRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
13
+ CalendarStarRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
40
14
  Check: import("@fortawesome/fontawesome-common-types").IconDefinition;
41
15
  Cheers: import("@fortawesome/fontawesome-common-types").IconDefinition;
42
16
  Clipboard: import("@fortawesome/fontawesome-common-types").IconDefinition;
43
17
  CrownRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
18
+ DashboardRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
44
19
  DeleteRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
45
20
  Dollar: import("@fortawesome/fontawesome-common-types").IconDefinition;
46
21
  DownArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
47
22
  DownloadReport: import("@fortawesome/fontawesome-common-types").IconDefinition;
48
23
  Embed: import("@fortawesome/fontawesome-common-types").IconDefinition;
24
+ Export: import("@fortawesome/fontawesome-common-types").IconDefinition;
49
25
  FeeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
50
26
  FilterRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
51
27
  GlobeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
@@ -53,23 +29,23 @@ declare const Icons: {
53
29
  KeyRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
54
30
  LeftChevron: import("@fortawesome/fontawesome-common-types").IconDefinition;
55
31
  Link: import("@fortawesome/fontawesome-common-types").IconDefinition;
32
+ MicrophoneRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
56
33
  PrintRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
34
+ ReceiptRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
57
35
  ReportRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
58
36
  SearchRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
59
- Settings: import("@fortawesome/fontawesome-common-types").IconDefinition;
60
37
  TicketRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
61
38
  Unlock: import("@fortawesome/fontawesome-common-types").IconDefinition;
62
39
  UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
63
- Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
64
40
  UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
65
41
  Upload: import("@fortawesome/fontawesome-common-types").IconDefinition;
66
42
  UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
67
- SignOut: import("@fortawesome/fontawesome-common-types").IconDefinition;
43
+ VenueRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
68
44
  AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
69
45
  BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
70
46
  Bold: import("@fortawesome/fontawesome-common-types").IconDefinition;
71
47
  BoxOfficeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
72
- BullhornSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
48
+ Bullhorn: import("@fortawesome/fontawesome-common-types").IconDefinition;
73
49
  CalculatorSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
74
50
  CalendarDaySolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
75
51
  Cancel: import("@fortawesome/fontawesome-common-types").IconDefinition;
@@ -85,16 +61,12 @@ declare const Icons: {
85
61
  EnvelopeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
86
62
  EyeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
87
63
  HelpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
88
- HomeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
89
64
  Italic: import("@fortawesome/fontawesome-common-types").IconDefinition;
90
- Menu: import("@fortawesome/fontawesome-common-types").IconDefinition;
91
65
  MicrophoneSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
92
66
  Mobile: import("@fortawesome/fontawesome-common-types").IconDefinition;
93
- Plus: import("@fortawesome/fontawesome-common-types").IconDefinition;
94
67
  PlusCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
95
68
  PrintSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
96
69
  ReceiptSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
97
- RightChevron: import("@fortawesome/fontawesome-common-types").IconDefinition;
98
70
  RightChevronCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
99
71
  SearchSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
100
72
  Sort: import("@fortawesome/fontawesome-common-types").IconDefinition;
@@ -111,8 +83,21 @@ declare const Icons: {
111
83
  Edit: import("@fortawesome/fontawesome-common-types").IconDefinition;
112
84
  EyeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
113
85
  EyeSlashRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
114
- Help: import("@fortawesome/fontawesome-common-types").IconDefinition;
86
+ HelpRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
115
87
  SadTear: import("@fortawesome/fontawesome-common-types").IconDefinition;
116
88
  UserRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
89
+ CalendarDayLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
90
+ mapPinLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
91
+ MinusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
92
+ PlusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
93
+ CalendarStarSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
94
+ CreditCardFront: import("@fortawesome/fontawesome-common-types").IconDefinition;
95
+ DashboardSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
96
+ FeeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
97
+ KeySolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
98
+ LongRightArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
99
+ ReportSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
100
+ SortBy: import("@fortawesome/fontawesome-common-types").IconDefinition;
101
+ UpgradeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
117
102
  };
118
103
  export { Colors, Button, ButtonTypes, ButtonStates, Counter, Icon, Icons, Input, Loader, LoaderSizes, Product, makeEventHandler };
package/build/index.es.js CHANGED
@@ -2,11 +2,11 @@ import React, { Fragment, useState } from 'react';
2
2
  import styled from 'styled-components';
3
3
  import { lighten, darken } from 'polished';
4
4
  import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
5
- import { faAnalytics, faBell, faCashRegister, faBullhorn, faCalendarDay, faCalendarStar, faFileExport, faFilter, faQuestionCircle, faHome, faMapMarkerAlt, faMicrophoneAlt, faMinusCircle, faPlusCircle, faReceipt, faSearch, faSortAlt, faUsers, faLandmark } from '@fortawesome/pro-light-svg-icons';
5
+ import { faArrowLeft, faUserFriends, faBold, faCashRegister, faBullhorn, faCalculator, faCalendarDay, faTimes, faTimesCircle, faCaretDown, faMoneyBill, faCheckCircle, faCopy, faCreditCard, faCrown, faICursor, faTrash, faEnvelope, faEye, faQuestionCircle, faHome, faItalic, faBars, faMicrophoneAlt, faMobileAlt, faPlus, faPlusCircle, faPrint, faReceipt, faChevronRight, faChevronCircleRight, faSearch, faSort, faTicketAlt, faUnderline, faUserCircle, faUser, faUsers, faLandmark, faExclamationTriangle } from '@fortawesome/free-solid-svg-icons';
6
+ import { faAnalytics, faBell, faCashRegister as faCashRegister$1, faBullhorn as faBullhorn$1, faCalendarDay as faCalendarDay$1, faCalendarStar, faCheck, faEnvelope as faEnvelope$1, faFileExport, faFilter, faQuestionCircle as faQuestionCircle$1, faHome as faHome$1, faLock, faMapMarkerAlt, faMicrophoneAlt as faMicrophoneAlt$1, faMinusCircle, faMobileAlt as faMobileAlt$1, faPlusCircle as faPlusCircle$1, faReceipt as faReceipt$1, faSearch as faSearch$1, faSortAlt, faUnlock, faUser as faUser$1, faUsers as faUsers$1, faLandmark as faLandmark$1 } from '@fortawesome/pro-light-svg-icons';
6
7
  import { faAnalytics as faAnalytics$1, faCalendarStar as faCalendarStar$1, faCreditCardFront, faUsdSquare, faKeySkeleton, faLongArrowRight, faFileChartLine, faSortAlt as faSortAlt$1, faArrowAltSquareUp } from '@fortawesome/pro-solid-svg-icons';
7
- import { faUserFriends, faCalculator, faCheck, faGlassCheers, faClipboardList, faCrown, faTrash, faDollarSign, faArrowAltDown, faFileDownload, faCode, faUsdSquare as faUsdSquare$1, faFilter as faFilter$1, faGlobeAmericas, faChartLine, faKeySkeleton as faKeySkeleton$1, faChevronLeft, faLink, faPrint, faFileChartLine as faFileChartLine$1, faSearch as faSearch$1, faCog, faTicketAlt, faUnlock, faArrowAltUp, faMegaphone, faArrowAltSquareUp as faArrowAltSquareUp$1, faUpload, faUsers as faUsers$1, faSignOut } from '@fortawesome/pro-regular-svg-icons';
8
- import { faUserFriends as faUserFriends$1, faArrowLeft, faBold, faCashRegister as faCashRegister$1, faBullhorn as faBullhorn$1, faCalculator as faCalculator$1, faCalendarDay as faCalendarDay$1, faTimes, faTimesCircle, faCaretDown, faMoneyBill, faCheckCircle, faCopy, faCreditCard, faCrown as faCrown$1, faICursor, faTrash as faTrash$1, faEnvelope, faEye, faQuestionCircle as faQuestionCircle$1, faHome as faHome$1, faItalic, faBars, faMicrophoneAlt as faMicrophoneAlt$1, faMobileAlt, faPlus, faPlusCircle as faPlusCircle$1, faPrint as faPrint$1, faReceipt as faReceipt$1, faChevronRight, faChevronCircleRight, faSearch as faSearch$2, faSort, faTicketAlt as faTicketAlt$1, faUnderline, faUserCircle, faUser, faUsers as faUsers$2, faLandmark as faLandmark$1, faExclamationTriangle } from '@fortawesome/free-solid-svg-icons';
9
- import { faCalendarAlt, faClock, faCopy as faCopy$1, faEdit, faEye as faEye$1, faEyeSlash, faLifeRing, faSadTear, faUser as faUser$1 } from '@fortawesome/free-regular-svg-icons';
8
+ import { faUserFriends as faUserFriends$1, faCalculator as faCalculator$1, faCheck as faCheck$1, faGlassCheers, faClipboardList, faCrown as faCrown$1, faTrash as faTrash$1, faDollarSign, faArrowAltDown, faFileDownload, faCode, faUsdSquare as faUsdSquare$1, faFilter as faFilter$1, faGlobeAmericas, faChartLine, faKeySkeleton as faKeySkeleton$1, faChevronLeft, faLink, faPrint as faPrint$1, faFileChartLine as faFileChartLine$1, faSearch as faSearch$2, faCog, faSignOut, faTicketAlt as faTicketAlt$1, faUnlock as faUnlock$1, faArrowAltUp, faMegaphone, faArrowAltSquareUp as faArrowAltSquareUp$1, faUpload, faUsers as faUsers$2 } from '@fortawesome/pro-regular-svg-icons';
9
+ import { faCalendarAlt, faClock, faCopy as faCopy$1, faEdit, faEye as faEye$1, faEyeSlash, faLifeRing, faSadTear, faUser as faUser$2 } from '@fortawesome/free-regular-svg-icons';
10
10
  import AnimateHeight from 'react-animate-height';
11
11
  import { output } from '@sellout/utils/.dist/price';
12
12
 
@@ -28,7 +28,7 @@ var Colors;
28
28
  Colors["Grey4"] = "#BDBDBD";
29
29
  Colors["Grey5"] = "#E0E0E0";
30
30
  Colors["Grey6"] = "#F2F2F2";
31
- Colors["Grey7"] = "F8F8F8";
31
+ Colors["Grey7"] = "#F8F8F8";
32
32
  })(Colors || (Colors = {}));
33
33
 
34
34
  /*! *****************************************************************************
@@ -82,25 +82,72 @@ function Loader(_a) {
82
82
  var templateObject_1;
83
83
 
84
84
  var IconEnum = {
85
+ LeftArrowSolid: faArrowLeft,
86
+ AudienceSolid: faUserFriends,
87
+ BackArrow: faArrowLeft,
88
+ Bold: faBold,
89
+ BoxOfficeSolid: faCashRegister,
90
+ BullhornSolid: faBullhorn,
91
+ CalculatorSolid: faCalculator,
92
+ CalendarDaySolid: faCalendarDay,
93
+ Cancel: faTimes,
94
+ CancelCircle: faTimesCircle,
95
+ CaretDown: faCaretDown,
96
+ Cash: faMoneyBill,
97
+ CheckCircle: faCheckCircle,
98
+ CopySolid: faCopy,
99
+ CreditCardBack: faCreditCard,
100
+ CrownSolid: faCrown,
101
+ Cursor: faICursor,
102
+ DeleteSolid: faTrash,
103
+ EnvelopeSolid: faEnvelope,
104
+ EyeSolid: faEye,
105
+ HelpSolid: faQuestionCircle,
106
+ HomeSolid: faHome,
107
+ Italic: faItalic,
108
+ Menu: faBars,
109
+ MicrophoneSolid: faMicrophoneAlt,
110
+ MobileSolid: faMobileAlt,
111
+ Plus: faPlus,
112
+ PlusCircle: faPlusCircle,
113
+ PrintSolid: faPrint,
114
+ ReceiptSolid: faReceipt,
115
+ RightChevron: faChevronRight,
116
+ RightChevronCircle: faChevronCircleRight,
117
+ SearchSolid: faSearch,
118
+ Sort: faSort,
119
+ TicketSolid: faTicketAlt,
120
+ Underline: faUnderline,
121
+ UserCircle: faUserCircle,
122
+ UserSolid: faUser,
123
+ UsersSolid: faUsers,
124
+ VenueSolid: faLandmark,
125
+ Warning: faExclamationTriangle,
85
126
  AnalyticsLight: faAnalytics,
86
127
  BellLight: faBell,
87
- BoxOfficeLight: faCashRegister,
88
- BullHornLight: faBullhorn,
89
- CalendarDayLight: faCalendarDay,
128
+ BoxOfficeLight: faCashRegister$1,
129
+ BullHornLight: faBullhorn$1,
130
+ CalendarDayLight: faCalendarDay$1,
90
131
  CalendarStarLight: faCalendarStar,
132
+ CheckLight: faCheck,
133
+ EnvelopeLight: faEnvelope$1,
91
134
  ExportLight: faFileExport,
92
135
  FilterLight: faFilter,
93
- HelpLight: faQuestionCircle,
94
- HomeLight: faHome,
136
+ HelpLight: faQuestionCircle$1,
137
+ HomeLight: faHome$1,
138
+ Lock: faLock,
95
139
  mapPinLight: faMapMarkerAlt,
96
- MicrophoneLight: faMicrophoneAlt,
140
+ MicrophoneLight: faMicrophoneAlt$1,
97
141
  MinusCircleLight: faMinusCircle,
98
- PlusCircleLight: faPlusCircle,
99
- ReceiptLight: faReceipt,
100
- SearchLight: faSearch,
142
+ MobileLight: faMobileAlt$1,
143
+ PlusCircleLight: faPlusCircle$1,
144
+ ReceiptLight: faReceipt$1,
145
+ SearchLight: faSearch$1,
101
146
  SortByLight: faSortAlt,
102
- UsersLight: faUsers,
103
- VenueLight: faLandmark,
147
+ UnlockLight: faUnlock,
148
+ UserLight: faUser$1,
149
+ UsersLight: faUsers$1,
150
+ VenueLight: faLandmark$1,
104
151
  AnalyticsSolid: faAnalytics$1,
105
152
  CalendarStarSolid: faCalendarStar$1,
106
153
  CreditCardFront: faCreditCardFront,
@@ -110,13 +157,13 @@ var IconEnum = {
110
157
  ReportSolid: faFileChartLine,
111
158
  SortBy: faSortAlt$1,
112
159
  UpgradeSolid: faArrowAltSquareUp,
113
- AudienceRegular: faUserFriends,
114
- CalculatorRegular: faCalculator,
115
- Check: faCheck,
160
+ AudienceRegular: faUserFriends$1,
161
+ CalculatorRegular: faCalculator$1,
162
+ CheckRegular: faCheck$1,
116
163
  Cheers: faGlassCheers,
117
164
  Clipboard: faClipboardList,
118
- CrownRegular: faCrown,
119
- DeleteRegular: faTrash,
165
+ CrownRegular: faCrown$1,
166
+ DeleteRegular: faTrash$1,
120
167
  Dollar: faDollarSign,
121
168
  DownArrow: faArrowAltDown,
122
169
  DownloadReport: faFileDownload,
@@ -128,58 +175,18 @@ var IconEnum = {
128
175
  KeyRegular: faKeySkeleton$1,
129
176
  LeftChevron: faChevronLeft,
130
177
  Link: faLink,
131
- PrintRegular: faPrint,
178
+ PrintRegular: faPrint$1,
132
179
  ReportRegular: faFileChartLine$1,
133
- SearchRegular: faSearch$1,
180
+ SearchRegular: faSearch$2,
134
181
  Settings: faCog,
135
- TicketRegular: faTicketAlt,
136
- Unlock: faUnlock,
182
+ SignOut: faSignOut,
183
+ TicketRegular: faTicketAlt$1,
184
+ UnlockRegular: faUnlock$1,
137
185
  UpArrow: faArrowAltUp,
138
186
  Update: faMegaphone,
139
187
  UpgradeRegular: faArrowAltSquareUp$1,
140
188
  Upload: faUpload,
141
- UsersRegular: faUsers$1,
142
- SignOut: faSignOut,
143
- AudienceSolid: faUserFriends$1,
144
- BackArrow: faArrowLeft,
145
- Bold: faBold,
146
- BoxOfficeSolid: faCashRegister$1,
147
- BullhornSolid: faBullhorn$1,
148
- CalculatorSolid: faCalculator$1,
149
- CalendarDaySolid: faCalendarDay$1,
150
- Cancel: faTimes,
151
- CancelCircle: faTimesCircle,
152
- CaretDown: faCaretDown,
153
- Cash: faMoneyBill,
154
- CheckCircle: faCheckCircle,
155
- CopySolid: faCopy,
156
- CreditCardBack: faCreditCard,
157
- CrownSolid: faCrown$1,
158
- Cursor: faICursor,
159
- DeleteSolid: faTrash$1,
160
- EnvelopeSolid: faEnvelope,
161
- EyeSolid: faEye,
162
- HelpSolid: faQuestionCircle$1,
163
- HomeSolid: faHome$1,
164
- Italic: faItalic,
165
- Menu: faBars,
166
- MicrophoneSolid: faMicrophoneAlt$1,
167
- Mobile: faMobileAlt,
168
- Plus: faPlus,
169
- PlusCircle: faPlusCircle$1,
170
- PrintSolid: faPrint$1,
171
- ReceiptSolid: faReceipt$1,
172
- RightChevron: faChevronRight,
173
- RightChevronCircle: faChevronCircleRight,
174
- SearchSolid: faSearch$2,
175
- Sort: faSort,
176
- TicketSolid: faTicketAlt$1,
177
- Underline: faUnderline,
178
- UserCircle: faUserCircle,
179
- UserSolid: faUser,
180
- UsersSolid: faUsers$2,
181
- VenueSolid: faLandmark$1,
182
- Warning: faExclamationTriangle,
189
+ UsersRegular: faUsers$2,
183
190
  Calendar: faCalendarAlt,
184
191
  Clock: faClock,
185
192
  CopyRegular: faCopy$1,
@@ -188,7 +195,7 @@ var IconEnum = {
188
195
  EyeSlashRegular: faEyeSlash,
189
196
  Help: faLifeRing,
190
197
  SadTear: faSadTear,
191
- UserRegular: faUser$1,
198
+ UserRegular: faUser$2,
192
199
  };
193
200
 
194
201
  var Container = styled.div(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject(["\n color: ", ";\n /* transition: all 0.2s; */\n\n &:hover {\n color: ", ";\n }\n"], ["\n color: ", ";\n /* transition: all 0.2s; */\n\n &:hover {\n color: ",
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');
12
13
  var proLightSvgIcons = require('@fortawesome/pro-light-svg-icons');
13
14
  var proSolidSvgIcons = require('@fortawesome/pro-solid-svg-icons');
14
15
  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');
@@ -34,7 +34,7 @@ var PriceUtil = require('@sellout/utils/.dist/price');
34
34
  Colors["Grey4"] = "#BDBDBD";
35
35
  Colors["Grey5"] = "#E0E0E0";
36
36
  Colors["Grey6"] = "#F2F2F2";
37
- Colors["Grey7"] = "F8F8F8";
37
+ Colors["Grey7"] = "#F8F8F8";
38
38
  })(exports.Colors || (exports.Colors = {}));
39
39
 
40
40
  /*! *****************************************************************************
@@ -87,23 +87,70 @@ function Loader(_a) {
87
87
  var templateObject_1;
88
88
 
89
89
  var IconEnum = {
90
+ LeftArrowSolid: freeSolidSvgIcons.faArrowLeft,
91
+ AudienceSolid: freeSolidSvgIcons.faUserFriends,
92
+ BackArrow: freeSolidSvgIcons.faArrowLeft,
93
+ Bold: freeSolidSvgIcons.faBold,
94
+ BoxOfficeSolid: freeSolidSvgIcons.faCashRegister,
95
+ BullhornSolid: freeSolidSvgIcons.faBullhorn,
96
+ CalculatorSolid: freeSolidSvgIcons.faCalculator,
97
+ CalendarDaySolid: freeSolidSvgIcons.faCalendarDay,
98
+ Cancel: freeSolidSvgIcons.faTimes,
99
+ CancelCircle: freeSolidSvgIcons.faTimesCircle,
100
+ CaretDown: freeSolidSvgIcons.faCaretDown,
101
+ Cash: freeSolidSvgIcons.faMoneyBill,
102
+ CheckCircle: freeSolidSvgIcons.faCheckCircle,
103
+ CopySolid: freeSolidSvgIcons.faCopy,
104
+ CreditCardBack: freeSolidSvgIcons.faCreditCard,
105
+ CrownSolid: freeSolidSvgIcons.faCrown,
106
+ Cursor: freeSolidSvgIcons.faICursor,
107
+ DeleteSolid: freeSolidSvgIcons.faTrash,
108
+ EnvelopeSolid: freeSolidSvgIcons.faEnvelope,
109
+ EyeSolid: freeSolidSvgIcons.faEye,
110
+ HelpSolid: freeSolidSvgIcons.faQuestionCircle,
111
+ HomeSolid: freeSolidSvgIcons.faHome,
112
+ Italic: freeSolidSvgIcons.faItalic,
113
+ Menu: freeSolidSvgIcons.faBars,
114
+ MicrophoneSolid: freeSolidSvgIcons.faMicrophoneAlt,
115
+ MobileSolid: freeSolidSvgIcons.faMobileAlt,
116
+ Plus: freeSolidSvgIcons.faPlus,
117
+ PlusCircle: freeSolidSvgIcons.faPlusCircle,
118
+ PrintSolid: freeSolidSvgIcons.faPrint,
119
+ ReceiptSolid: freeSolidSvgIcons.faReceipt,
120
+ RightChevron: freeSolidSvgIcons.faChevronRight,
121
+ RightChevronCircle: freeSolidSvgIcons.faChevronCircleRight,
122
+ SearchSolid: freeSolidSvgIcons.faSearch,
123
+ Sort: freeSolidSvgIcons.faSort,
124
+ TicketSolid: freeSolidSvgIcons.faTicketAlt,
125
+ Underline: freeSolidSvgIcons.faUnderline,
126
+ UserCircle: freeSolidSvgIcons.faUserCircle,
127
+ UserSolid: freeSolidSvgIcons.faUser,
128
+ UsersSolid: freeSolidSvgIcons.faUsers,
129
+ VenueSolid: freeSolidSvgIcons.faLandmark,
130
+ Warning: freeSolidSvgIcons.faExclamationTriangle,
90
131
  AnalyticsLight: proLightSvgIcons.faAnalytics,
91
132
  BellLight: proLightSvgIcons.faBell,
92
133
  BoxOfficeLight: proLightSvgIcons.faCashRegister,
93
134
  BullHornLight: proLightSvgIcons.faBullhorn,
94
135
  CalendarDayLight: proLightSvgIcons.faCalendarDay,
95
136
  CalendarStarLight: proLightSvgIcons.faCalendarStar,
137
+ CheckLight: proLightSvgIcons.faCheck,
138
+ EnvelopeLight: proLightSvgIcons.faEnvelope,
96
139
  ExportLight: proLightSvgIcons.faFileExport,
97
140
  FilterLight: proLightSvgIcons.faFilter,
98
141
  HelpLight: proLightSvgIcons.faQuestionCircle,
99
142
  HomeLight: proLightSvgIcons.faHome,
143
+ Lock: proLightSvgIcons.faLock,
100
144
  mapPinLight: proLightSvgIcons.faMapMarkerAlt,
101
145
  MicrophoneLight: proLightSvgIcons.faMicrophoneAlt,
102
146
  MinusCircleLight: proLightSvgIcons.faMinusCircle,
147
+ MobileLight: proLightSvgIcons.faMobileAlt,
103
148
  PlusCircleLight: proLightSvgIcons.faPlusCircle,
104
149
  ReceiptLight: proLightSvgIcons.faReceipt,
105
150
  SearchLight: proLightSvgIcons.faSearch,
106
151
  SortByLight: proLightSvgIcons.faSortAlt,
152
+ UnlockLight: proLightSvgIcons.faUnlock,
153
+ UserLight: proLightSvgIcons.faUser,
107
154
  UsersLight: proLightSvgIcons.faUsers,
108
155
  VenueLight: proLightSvgIcons.faLandmark,
109
156
  AnalyticsSolid: proSolidSvgIcons.faAnalytics,
@@ -117,7 +164,7 @@ var IconEnum = {
117
164
  UpgradeSolid: proSolidSvgIcons.faArrowAltSquareUp,
118
165
  AudienceRegular: proRegularSvgIcons.faUserFriends,
119
166
  CalculatorRegular: proRegularSvgIcons.faCalculator,
120
- Check: proRegularSvgIcons.faCheck,
167
+ CheckRegular: proRegularSvgIcons.faCheck,
121
168
  Cheers: proRegularSvgIcons.faGlassCheers,
122
169
  Clipboard: proRegularSvgIcons.faClipboardList,
123
170
  CrownRegular: proRegularSvgIcons.faCrown,
@@ -137,54 +184,14 @@ var IconEnum = {
137
184
  ReportRegular: proRegularSvgIcons.faFileChartLine,
138
185
  SearchRegular: proRegularSvgIcons.faSearch,
139
186
  Settings: proRegularSvgIcons.faCog,
187
+ SignOut: proRegularSvgIcons.faSignOut,
140
188
  TicketRegular: proRegularSvgIcons.faTicketAlt,
141
- Unlock: proRegularSvgIcons.faUnlock,
189
+ UnlockRegular: proRegularSvgIcons.faUnlock,
142
190
  UpArrow: proRegularSvgIcons.faArrowAltUp,
143
191
  Update: proRegularSvgIcons.faMegaphone,
144
192
  UpgradeRegular: proRegularSvgIcons.faArrowAltSquareUp,
145
193
  Upload: proRegularSvgIcons.faUpload,
146
194
  UsersRegular: proRegularSvgIcons.faUsers,
147
- SignOut: proRegularSvgIcons.faSignOut,
148
- AudienceSolid: freeSolidSvgIcons.faUserFriends,
149
- BackArrow: freeSolidSvgIcons.faArrowLeft,
150
- Bold: freeSolidSvgIcons.faBold,
151
- BoxOfficeSolid: freeSolidSvgIcons.faCashRegister,
152
- BullhornSolid: freeSolidSvgIcons.faBullhorn,
153
- CalculatorSolid: freeSolidSvgIcons.faCalculator,
154
- CalendarDaySolid: freeSolidSvgIcons.faCalendarDay,
155
- Cancel: freeSolidSvgIcons.faTimes,
156
- CancelCircle: freeSolidSvgIcons.faTimesCircle,
157
- CaretDown: freeSolidSvgIcons.faCaretDown,
158
- Cash: freeSolidSvgIcons.faMoneyBill,
159
- CheckCircle: freeSolidSvgIcons.faCheckCircle,
160
- CopySolid: freeSolidSvgIcons.faCopy,
161
- CreditCardBack: freeSolidSvgIcons.faCreditCard,
162
- CrownSolid: freeSolidSvgIcons.faCrown,
163
- Cursor: freeSolidSvgIcons.faICursor,
164
- DeleteSolid: freeSolidSvgIcons.faTrash,
165
- EnvelopeSolid: freeSolidSvgIcons.faEnvelope,
166
- EyeSolid: freeSolidSvgIcons.faEye,
167
- HelpSolid: freeSolidSvgIcons.faQuestionCircle,
168
- HomeSolid: freeSolidSvgIcons.faHome,
169
- Italic: freeSolidSvgIcons.faItalic,
170
- Menu: freeSolidSvgIcons.faBars,
171
- MicrophoneSolid: freeSolidSvgIcons.faMicrophoneAlt,
172
- Mobile: freeSolidSvgIcons.faMobileAlt,
173
- Plus: freeSolidSvgIcons.faPlus,
174
- PlusCircle: freeSolidSvgIcons.faPlusCircle,
175
- PrintSolid: freeSolidSvgIcons.faPrint,
176
- ReceiptSolid: freeSolidSvgIcons.faReceipt,
177
- RightChevron: freeSolidSvgIcons.faChevronRight,
178
- RightChevronCircle: freeSolidSvgIcons.faChevronCircleRight,
179
- SearchSolid: freeSolidSvgIcons.faSearch,
180
- Sort: freeSolidSvgIcons.faSort,
181
- TicketSolid: freeSolidSvgIcons.faTicketAlt,
182
- Underline: freeSolidSvgIcons.faUnderline,
183
- UserCircle: freeSolidSvgIcons.faUserCircle,
184
- UserSolid: freeSolidSvgIcons.faUser,
185
- UsersSolid: freeSolidSvgIcons.faUsers,
186
- VenueSolid: freeSolidSvgIcons.faLandmark,
187
- Warning: freeSolidSvgIcons.faExclamationTriangle,
188
195
  Calendar: freeRegularSvgIcons.faCalendarAlt,
189
196
  Clock: freeRegularSvgIcons.faClock,
190
197
  CopyRegular: freeRegularSvgIcons.faCopy,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/ui",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
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.20",
49
+ "@sellout/utils": "^0.0.22",
50
50
  "csvtojson": "^2.0.10",
51
51
  "polished": "^3.4.4",
52
52
  "react-animate-height": "^2.0.20"
53
53
  },
54
- "gitHead": "50a5423ac8f4c2e1f2be7c4e851e5b75a317a193",
54
+ "gitHead": "791f2fbe1be79c43924a04f3ebdead6b24da43db",
55
55
  "peerDependencies": {
56
56
  "react": "^16.13.0",
57
57
  "react-dom": "^16.13.0",
package/src/Colors.ts CHANGED
@@ -15,5 +15,5 @@ export enum Colors {
15
15
  Grey4 = "#BDBDBD",
16
16
  Grey5 = "#E0E0E0",
17
17
  Grey6 = "#F2F2F2",
18
- Grey7 = 'F8F8F8',
18
+ Grey7 = '#F8F8F8',
19
19
  }
@@ -1,20 +1,67 @@
1
+ import { faArrowLeft as LeftArrowSolid} from '@fortawesome/free-solid-svg-icons'
2
+ import { faUserFriends as AudienceSolid} from '@fortawesome/free-solid-svg-icons'
3
+ import { faArrowLeft as BackArrow} from '@fortawesome/free-solid-svg-icons'
4
+ import { faBold as Bold} from '@fortawesome/free-solid-svg-icons'
5
+ import { faCashRegister as BoxOfficeSolid} from '@fortawesome/free-solid-svg-icons'
6
+ import { faBullhorn as BullhornSolid} from '@fortawesome/free-solid-svg-icons'
7
+ import { faCalculator as CalculatorSolid} from '@fortawesome/free-solid-svg-icons'
8
+ import { faCalendarDay as CalendarDaySolid} from '@fortawesome/free-solid-svg-icons'
9
+ import { faTimes as Cancel} from '@fortawesome/free-solid-svg-icons'
10
+ import { faTimesCircle as CancelCircle} from '@fortawesome/free-solid-svg-icons'
11
+ import { faCaretDown as CaretDown} from '@fortawesome/free-solid-svg-icons'
12
+ import { faMoneyBill as Cash} from '@fortawesome/free-solid-svg-icons'
13
+ import { faCheckCircle as CheckCircle} from '@fortawesome/free-solid-svg-icons'
14
+ import { faCopy as CopySolid} from '@fortawesome/free-solid-svg-icons'
15
+ import { faCreditCard as CreditCardBack} from '@fortawesome/free-solid-svg-icons'
16
+ import { faCrown as CrownSolid} from '@fortawesome/free-solid-svg-icons'
17
+ import { faICursor as Cursor} from '@fortawesome/free-solid-svg-icons'
18
+ import { faTrash as DeleteSolid} from '@fortawesome/free-solid-svg-icons'
19
+ import { faEnvelope as EnvelopeSolid} from '@fortawesome/free-solid-svg-icons'
20
+ import { faEye as EyeSolid} from '@fortawesome/free-solid-svg-icons'
21
+ import { faQuestionCircle as HelpSolid} from '@fortawesome/free-solid-svg-icons'
22
+ import { faHome as HomeSolid} from '@fortawesome/free-solid-svg-icons'
23
+ import { faItalic as Italic} from '@fortawesome/free-solid-svg-icons'
24
+ import { faBars as Menu} from '@fortawesome/free-solid-svg-icons'
25
+ import { faMicrophoneAlt as MicrophoneSolid} from '@fortawesome/free-solid-svg-icons'
26
+ import { faMobileAlt as MobileSolid} from '@fortawesome/free-solid-svg-icons'
27
+ import { faPlus as Plus} from '@fortawesome/free-solid-svg-icons'
28
+ import { faPlusCircle as PlusCircle} from '@fortawesome/free-solid-svg-icons'
29
+ import { faPrint as PrintSolid} from '@fortawesome/free-solid-svg-icons'
30
+ import { faReceipt as ReceiptSolid} from '@fortawesome/free-solid-svg-icons'
31
+ import { faChevronRight as RightChevron} from '@fortawesome/free-solid-svg-icons'
32
+ import { faChevronCircleRight as RightChevronCircle} from '@fortawesome/free-solid-svg-icons'
33
+ import { faSearch as SearchSolid} from '@fortawesome/free-solid-svg-icons'
34
+ import { faSort as Sort} from '@fortawesome/free-solid-svg-icons'
35
+ import { faTicketAlt as TicketSolid} from '@fortawesome/free-solid-svg-icons'
36
+ import { faUnderline as Underline} from '@fortawesome/free-solid-svg-icons'
37
+ import { faUserCircle as UserCircle} from '@fortawesome/free-solid-svg-icons'
38
+ import { faUser as UserSolid} from '@fortawesome/free-solid-svg-icons'
39
+ import { faUsers as UsersSolid} from '@fortawesome/free-solid-svg-icons'
40
+ import { faLandmark as VenueSolid} from '@fortawesome/free-solid-svg-icons'
41
+ import { faExclamationTriangle as Warning} from '@fortawesome/free-solid-svg-icons'
1
42
  import { faAnalytics as AnalyticsLight} from '@fortawesome/pro-light-svg-icons'
2
43
  import { faBell as BellLight} from '@fortawesome/pro-light-svg-icons'
3
44
  import { faCashRegister as BoxOfficeLight} from '@fortawesome/pro-light-svg-icons'
4
45
  import { faBullhorn as BullHornLight} from '@fortawesome/pro-light-svg-icons'
5
46
  import { faCalendarDay as CalendarDayLight} from '@fortawesome/pro-light-svg-icons'
6
47
  import { faCalendarStar as CalendarStarLight} from '@fortawesome/pro-light-svg-icons'
48
+ import { faCheck as CheckLight} from '@fortawesome/pro-light-svg-icons'
49
+ import { faEnvelope as EnvelopeLight} from '@fortawesome/pro-light-svg-icons'
7
50
  import { faFileExport as ExportLight} from '@fortawesome/pro-light-svg-icons'
8
51
  import { faFilter as FilterLight} from '@fortawesome/pro-light-svg-icons'
9
52
  import { faQuestionCircle as HelpLight} from '@fortawesome/pro-light-svg-icons'
10
53
  import { faHome as HomeLight} from '@fortawesome/pro-light-svg-icons'
54
+ import { faLock as Lock} from '@fortawesome/pro-light-svg-icons'
11
55
  import { faMapMarkerAlt as mapPinLight} from '@fortawesome/pro-light-svg-icons'
12
56
  import { faMicrophoneAlt as MicrophoneLight} from '@fortawesome/pro-light-svg-icons'
13
57
  import { faMinusCircle as MinusCircleLight} from '@fortawesome/pro-light-svg-icons'
58
+ import { faMobileAlt as MobileLight} from '@fortawesome/pro-light-svg-icons'
14
59
  import { faPlusCircle as PlusCircleLight} from '@fortawesome/pro-light-svg-icons'
15
60
  import { faReceipt as ReceiptLight} from '@fortawesome/pro-light-svg-icons'
16
61
  import { faSearch as SearchLight} from '@fortawesome/pro-light-svg-icons'
17
62
  import { faSortAlt as SortByLight} from '@fortawesome/pro-light-svg-icons'
63
+ import { faUnlock as UnlockLight} from '@fortawesome/pro-light-svg-icons'
64
+ import { faUser as UserLight} from '@fortawesome/pro-light-svg-icons'
18
65
  import { faUsers as UsersLight} from '@fortawesome/pro-light-svg-icons'
19
66
  import { faLandmark as VenueLight} from '@fortawesome/pro-light-svg-icons'
20
67
  import { faAnalytics as AnalyticsSolid} from '@fortawesome/pro-solid-svg-icons'
@@ -28,7 +75,7 @@ import { faSortAlt as SortBy} from '@fortawesome/pro-solid-svg-icons'
28
75
  import { faArrowAltSquareUp as UpgradeSolid} from '@fortawesome/pro-solid-svg-icons'
29
76
  import { faUserFriends as AudienceRegular} from '@fortawesome/pro-regular-svg-icons'
30
77
  import { faCalculator as CalculatorRegular} from '@fortawesome/pro-regular-svg-icons'
31
- import { faCheck as Check} from '@fortawesome/pro-regular-svg-icons'
78
+ import { faCheck as CheckRegular} from '@fortawesome/pro-regular-svg-icons'
32
79
  import { faGlassCheers as Cheers} from '@fortawesome/pro-regular-svg-icons'
33
80
  import { faClipboardList as Clipboard} from '@fortawesome/pro-regular-svg-icons'
34
81
  import { faCrown as CrownRegular} from '@fortawesome/pro-regular-svg-icons'
@@ -48,54 +95,14 @@ import { faPrint as PrintRegular} from '@fortawesome/pro-regular-svg-icons'
48
95
  import { faFileChartLine as ReportRegular} from '@fortawesome/pro-regular-svg-icons'
49
96
  import { faSearch as SearchRegular} from '@fortawesome/pro-regular-svg-icons'
50
97
  import { faCog as Settings} from '@fortawesome/pro-regular-svg-icons'
98
+ import { faSignOut as SignOut} from '@fortawesome/pro-regular-svg-icons'
51
99
  import { faTicketAlt as TicketRegular} from '@fortawesome/pro-regular-svg-icons'
52
- import { faUnlock as Unlock} from '@fortawesome/pro-regular-svg-icons'
100
+ import { faUnlock as UnlockRegular} from '@fortawesome/pro-regular-svg-icons'
53
101
  import { faArrowAltUp as UpArrow} from '@fortawesome/pro-regular-svg-icons'
54
102
  import { faMegaphone as Update} from '@fortawesome/pro-regular-svg-icons'
55
103
  import { faArrowAltSquareUp as UpgradeRegular} from '@fortawesome/pro-regular-svg-icons'
56
104
  import { faUpload as Upload} from '@fortawesome/pro-regular-svg-icons'
57
105
  import { faUsers as UsersRegular} from '@fortawesome/pro-regular-svg-icons'
58
- import { faSignOut as SignOut} from '@fortawesome/pro-regular-svg-icons'
59
- import { faUserFriends as AudienceSolid} from '@fortawesome/free-solid-svg-icons'
60
- import { faArrowLeft as BackArrow} from '@fortawesome/free-solid-svg-icons'
61
- import { faBold as Bold} from '@fortawesome/free-solid-svg-icons'
62
- import { faCashRegister as BoxOfficeSolid} from '@fortawesome/free-solid-svg-icons'
63
- import { faBullhorn as BullhornSolid} from '@fortawesome/free-solid-svg-icons'
64
- import { faCalculator as CalculatorSolid} from '@fortawesome/free-solid-svg-icons'
65
- import { faCalendarDay as CalendarDaySolid} from '@fortawesome/free-solid-svg-icons'
66
- import { faTimes as Cancel} from '@fortawesome/free-solid-svg-icons'
67
- import { faTimesCircle as CancelCircle} from '@fortawesome/free-solid-svg-icons'
68
- import { faCaretDown as CaretDown} from '@fortawesome/free-solid-svg-icons'
69
- import { faMoneyBill as Cash} from '@fortawesome/free-solid-svg-icons'
70
- import { faCheckCircle as CheckCircle} from '@fortawesome/free-solid-svg-icons'
71
- import { faCopy as CopySolid} from '@fortawesome/free-solid-svg-icons'
72
- import { faCreditCard as CreditCardBack} from '@fortawesome/free-solid-svg-icons'
73
- import { faCrown as CrownSolid} from '@fortawesome/free-solid-svg-icons'
74
- import { faICursor as Cursor} from '@fortawesome/free-solid-svg-icons'
75
- import { faTrash as DeleteSolid} from '@fortawesome/free-solid-svg-icons'
76
- import { faEnvelope as EnvelopeSolid} from '@fortawesome/free-solid-svg-icons'
77
- import { faEye as EyeSolid} from '@fortawesome/free-solid-svg-icons'
78
- import { faQuestionCircle as HelpSolid} from '@fortawesome/free-solid-svg-icons'
79
- import { faHome as HomeSolid} from '@fortawesome/free-solid-svg-icons'
80
- import { faItalic as Italic} from '@fortawesome/free-solid-svg-icons'
81
- import { faBars as Menu} from '@fortawesome/free-solid-svg-icons'
82
- import { faMicrophoneAlt as MicrophoneSolid} from '@fortawesome/free-solid-svg-icons'
83
- import { faMobileAlt as Mobile} from '@fortawesome/free-solid-svg-icons'
84
- import { faPlus as Plus} from '@fortawesome/free-solid-svg-icons'
85
- import { faPlusCircle as PlusCircle} from '@fortawesome/free-solid-svg-icons'
86
- import { faPrint as PrintSolid} from '@fortawesome/free-solid-svg-icons'
87
- import { faReceipt as ReceiptSolid} from '@fortawesome/free-solid-svg-icons'
88
- import { faChevronRight as RightChevron} from '@fortawesome/free-solid-svg-icons'
89
- import { faChevronCircleRight as RightChevronCircle} from '@fortawesome/free-solid-svg-icons'
90
- import { faSearch as SearchSolid} from '@fortawesome/free-solid-svg-icons'
91
- import { faSort as Sort} from '@fortawesome/free-solid-svg-icons'
92
- import { faTicketAlt as TicketSolid} from '@fortawesome/free-solid-svg-icons'
93
- import { faUnderline as Underline} from '@fortawesome/free-solid-svg-icons'
94
- import { faUserCircle as UserCircle} from '@fortawesome/free-solid-svg-icons'
95
- import { faUser as UserSolid} from '@fortawesome/free-solid-svg-icons'
96
- import { faUsers as UsersSolid} from '@fortawesome/free-solid-svg-icons'
97
- import { faLandmark as VenueSolid} from '@fortawesome/free-solid-svg-icons'
98
- import { faExclamationTriangle as Warning} from '@fortawesome/free-solid-svg-icons'
99
106
  import { faCalendarAlt as Calendar} from '@fortawesome/free-regular-svg-icons'
100
107
  import { faClock as Clock} from '@fortawesome/free-regular-svg-icons'
101
108
  import { faCopy as CopyRegular} from '@fortawesome/free-regular-svg-icons'
@@ -107,23 +114,70 @@ import { faSadTear as SadTear} from '@fortawesome/free-regular-svg-icons'
107
114
  import { faUser as UserRegular} from '@fortawesome/free-regular-svg-icons'
108
115
 
109
116
  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,
110
158
  AnalyticsLight,
111
159
  BellLight,
112
160
  BoxOfficeLight,
113
161
  BullHornLight,
114
162
  CalendarDayLight,
115
163
  CalendarStarLight,
164
+ CheckLight,
165
+ EnvelopeLight,
116
166
  ExportLight,
117
167
  FilterLight,
118
168
  HelpLight,
119
169
  HomeLight,
170
+ Lock,
120
171
  mapPinLight,
121
172
  MicrophoneLight,
122
173
  MinusCircleLight,
174
+ MobileLight,
123
175
  PlusCircleLight,
124
176
  ReceiptLight,
125
177
  SearchLight,
126
178
  SortByLight,
179
+ UnlockLight,
180
+ UserLight,
127
181
  UsersLight,
128
182
  VenueLight,
129
183
  AnalyticsSolid,
@@ -137,7 +191,7 @@ export const IconEnum = {
137
191
  UpgradeSolid,
138
192
  AudienceRegular,
139
193
  CalculatorRegular,
140
- Check,
194
+ CheckRegular,
141
195
  Cheers,
142
196
  Clipboard,
143
197
  CrownRegular,
@@ -157,54 +211,14 @@ export const IconEnum = {
157
211
  ReportRegular,
158
212
  SearchRegular,
159
213
  Settings,
214
+ SignOut,
160
215
  TicketRegular,
161
- Unlock,
216
+ UnlockRegular,
162
217
  UpArrow,
163
218
  Update,
164
219
  UpgradeRegular,
165
220
  Upload,
166
221
  UsersRegular,
167
- SignOut,
168
- AudienceSolid,
169
- BackArrow,
170
- Bold,
171
- BoxOfficeSolid,
172
- BullhornSolid,
173
- CalculatorSolid,
174
- CalendarDaySolid,
175
- Cancel,
176
- CancelCircle,
177
- CaretDown,
178
- Cash,
179
- CheckCircle,
180
- CopySolid,
181
- CreditCardBack,
182
- CrownSolid,
183
- Cursor,
184
- DeleteSolid,
185
- EnvelopeSolid,
186
- EyeSolid,
187
- HelpSolid,
188
- HomeSolid,
189
- Italic,
190
- Menu,
191
- MicrophoneSolid,
192
- Mobile,
193
- Plus,
194
- PlusCircle,
195
- PrintSolid,
196
- ReceiptSolid,
197
- RightChevron,
198
- RightChevronCircle,
199
- SearchSolid,
200
- Sort,
201
- TicketSolid,
202
- Underline,
203
- UserCircle,
204
- UserSolid,
205
- UsersSolid,
206
- VenueSolid,
207
- Warning,
208
222
  Calendar,
209
223
  Clock,
210
224
  CopyRegular,
@@ -1,10 +1,11 @@
1
1
  Icon,Name,Library,Weight,FA Name
2
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-left-solid.svg,LeftArrowSolid,Free,Solid,faArrowLeft
2
3
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-amex-brands.svg,Amex,Brands,,faCcAmex
3
4
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/analytics-light.svg,AnalyticsLight,Pro,Light,faAnalytics
4
5
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/analytics-solid.svg,AnalyticsSolid,Pro,Solid,faAnalytics
5
6
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-friends-regular.svg,AudienceRegular,Pro,Regular,faUserFriends
6
7
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-friends-solid.svg,AudienceSolid,Free,Solid,faUserFriends
7
- FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-left-solid.svg,BackArrow,Free,Solid,faArrowLeft
8
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-left-solid%201.svg,BackArrow,Free,Solid,faArrowLeft
8
9
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/bell-light.svg,BellLight,Pro,Light,faBell
9
10
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/bold-solid.svg,Bold,Free,Solid,faBold
10
11
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cash-register-light.svg,BoxOfficeLight,Pro,Light,faCashRegister
@@ -22,8 +23,9 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/times-solid.svg,Cancel,
22
23
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/times-circle-solid.svg,CancelCircle,Free,Solid,faTimesCircle
23
24
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/caret-down-solid.svg,CaretDown,Free,Solid,faCaretDown
24
25
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/money-bill-solid.svg,Cash,Free,Solid,faMoneyBill
25
- FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/check-regular.svg,Check,Pro,Regular,faCheck
26
26
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/check-circle-solid.svg,CheckCircle,Free,Solid,faCheckCircle
27
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/check-light.svg,CheckLight,Pro,Light,faCheck
28
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/check-regular.svg,CheckRegular,Pro,Regular,faCheck
27
29
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/glass-cheers-regular.svg,Cheers,Pro,Regular,faGlassCheers
28
30
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/clipboard-list-regular.svg,Clipboard,Pro,Regular,faClipboardList
29
31
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/clock-regular.svg,Clock,Free,Regular,faClock
@@ -42,6 +44,7 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-down-regular.
42
44
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/file-download-regular.svg,DownloadReport,Pro,Regular,faFileDownload
43
45
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/edit-regular.svg,Edit,Free,Regular,faEdit
44
46
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/code-regular_(1).svg,Embed,Pro,Regular,faCode
47
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/envelope-light.svg,EnvelopeLight,Pro,Light,faEnvelope
45
48
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/envelope-solid.svg,EnvelopeSolid,Free,Solid,faEnvelope
46
49
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/file-export-light.svg,ExportLight,Pro,Light,faFileExport
47
50
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/eye-regular.svg,EyeRegular,Free,Regular,faEye
@@ -63,6 +66,7 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/key-skeleton-regular.sv
63
66
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/key-skeleton-solid.svg,KeySolid,Pro,Solid,faKeySkeleton
64
67
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/chevron-left-regular.svg,LeftChevron,Pro,Regular,faChevronLeft
65
68
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/link-regular.svg,Link,Pro,Regular,faLink
69
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/lock-light.svg,Lock,Pro,Light,faLock
66
70
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/long-arrow-right-solid.svg,LongRightArrow,Pro,Solid,faLongArrowRight
67
71
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/map-marker-alt-light.svg,mapPinLight,Pro,Light,faMapMarkerAlt
68
72
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-mastercard-brands.svg,Mastercard,Brands,,faCcMastercard
@@ -70,7 +74,8 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/bars-solid.svg,Menu,Fre
70
74
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/microphone-alt-light.svg,MicrophoneLight,Pro,Light,faMicrophoneAlt
71
75
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/microphone-alt-solid.svg,MicrophoneSolid,Free,Solid,faMicrophoneAlt
72
76
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/minus-circle-light.svg,MinusCircleLight,Pro,Light,faMinusCircle
73
- FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/mobile-alt-solid.svg,Mobile,Free,Solid,faMobileAlt
77
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/mobile-alt-light.svg,MobileLight,Pro,Light,faMobileAlt
78
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/mobile-alt-solid.svg,MobileSolid,Free,Solid,faMobileAlt
74
79
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/plus-solid.svg,Plus,Free,Solid,faPlus
75
80
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/plus-circle-solid.svg,PlusCircle,Free,Solid,faPlusCircle
76
81
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/plus-circle-light.svg,PlusCircleLight,Pro,Light,faPlusCircle
@@ -87,19 +92,22 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/search-light.svg,Search
87
92
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/search-regular.svg,SearchRegular,Pro,Regular,faSearch
88
93
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/search-solid.svg,SearchSolid,Free,Solid,faSearch
89
94
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cog-regular.svg,Settings,Pro,Regular,faCog
95
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sign-out-regular.svg,SignOut,Pro,Regular,faSignOut
90
96
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-solid.svg,Sort,Free,Solid,faSort
91
97
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-alt-solid.svg,SortBy,Pro,Solid,faSortAlt
92
98
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-alt-light.svg,SortByLight,Pro,Light,faSortAlt
93
99
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/ticket-alt-regular.svg,TicketRegular,Pro,Regular,faTicketAlt
94
100
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/ticket-alt-solid.svg,TicketSolid,Free,Solid,faTicketAlt
95
101
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/underline-solid.svg,Underline,Free,Solid,faUnderline
96
- FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/unlock-regular.svg,Unlock,Pro,Regular,faUnlock
102
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/unlock-light.svg,UnlockLight,Pro,Light,faUnlock
103
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/unlock-regular.svg,UnlockRegular,Pro,Regular,faUnlock
97
104
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-up-regular.svg,UpArrow,Pro,Regular,faArrowAltUp
98
105
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/megaphone-regular.svg,Update,Pro,Regular,faMegaphone
99
106
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-square-up-regular.svg,UpgradeRegular,Pro,Regular,faArrowAltSquareUp
100
107
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-square-up-solid.svg,UpgradeSolid,Pro,Solid,faArrowAltSquareUp
101
108
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/upload-regular.svg,Upload,Pro,Regular,faUpload
102
109
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-circle-solid.svg,UserCircle,Free,Solid,faUserCircle
110
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-light.svg,UserLight,Pro,Light,faUser
103
111
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-regular.svg,UserRegular,Free,Regular,faUser
104
112
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/users-light.svg,UsersLight,Pro,Light,faUsers
105
113
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-solid.svg,UserSolid,Free,Solid,faUser
@@ -108,5 +116,4 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/users-solid.svg,UsersSo
108
116
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/landmark-light.svg,VenueLight,Pro,Light,faLandmark
109
117
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/landmark-solid.svg,VenueSolid,Free,Solid,faLandmark
110
118
  FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-visa-brands.svg,Visa,Brands,,faCcVisa
111
- FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/exclamation-triangle-solid.svg,Warning,Free,Solid,faExclamationTriangle
112
- FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sign-out-regular.svg,SignOut,Pro,Regular,faSignOut
119
+ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/exclamation-triangle-solid.svg,Warning,Free,Solid,faExclamationTriangle