@sellout/ui 0.0.103 → 0.0.104
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.
|
@@ -19,6 +19,7 @@ export declare const Icons: {
|
|
|
19
19
|
CheckLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
20
20
|
ClipboardLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
21
21
|
CopyLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
22
|
+
CreditCardFrontLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
22
23
|
EditLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
23
24
|
EnvelopeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
24
25
|
EnvelopeOpenRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -115,6 +116,7 @@ export declare const Icons: {
|
|
|
115
116
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
116
117
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
117
118
|
VerticalEllipsisRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
119
|
+
WarningRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
118
120
|
AngleDownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
119
121
|
AngleUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
120
122
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -175,14 +177,17 @@ export declare const Icons: {
|
|
|
175
177
|
VenueSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
176
178
|
Warning: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
177
179
|
CalendarRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
180
|
+
ChatRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
178
181
|
Clock: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
179
182
|
CopyRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
180
183
|
Edit: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
181
184
|
EyeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
182
185
|
EyeSlashRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
183
186
|
Help: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
187
|
+
HelpRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
184
188
|
SadTear: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
185
189
|
UserRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
190
|
+
CreditCardBackLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
186
191
|
};
|
|
187
192
|
export declare type IconProps = {
|
|
188
193
|
icon: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellout/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.104",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"module": "build/index.es.js",
|
|
6
6
|
"files": [
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@hapi/joi": "^17.1.1",
|
|
57
57
|
"@react-pdf/primitives": "^2.0.0-beta.11",
|
|
58
58
|
"@react-pdf/renderer": "^2.0.0-beta.14",
|
|
59
|
-
"@sellout/models": "^0.0.
|
|
60
|
-
"@sellout/utils": "^0.0.
|
|
59
|
+
"@sellout/models": "^0.0.104",
|
|
60
|
+
"@sellout/utils": "^0.0.104",
|
|
61
61
|
"@types/escape-html": "^1.0.0",
|
|
62
62
|
"@types/hapi__joi": "^16.0.12",
|
|
63
63
|
"@types/react-pdf": "^4.0.6",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"rollup-plugin-url": "^3.0.1",
|
|
71
71
|
"shortid": "^2.2.15"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "9408866a768d7f332dce7d2bfbc07b8057ff78f3",
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"react": "^16.13.0",
|
|
76
76
|
"react-dom": "^16.13.0",
|