@sellout/ui 0.0.103 → 0.0.105
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { Colors } from "../Colors";
|
|
2
3
|
export declare const Icons: {
|
|
3
4
|
Amex: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -19,6 +20,7 @@ export declare const Icons: {
|
|
|
19
20
|
CheckLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
20
21
|
ClipboardLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
21
22
|
CopyLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
23
|
+
CreditCardFrontLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
22
24
|
EditLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
23
25
|
EnvelopeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
24
26
|
EnvelopeOpenRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -115,6 +117,7 @@ export declare const Icons: {
|
|
|
115
117
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
116
118
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
117
119
|
VerticalEllipsisRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
120
|
+
WarningRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
118
121
|
AngleDownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
119
122
|
AngleUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
120
123
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -175,14 +178,17 @@ export declare const Icons: {
|
|
|
175
178
|
VenueSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
176
179
|
Warning: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
177
180
|
CalendarRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
181
|
+
ChatRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
178
182
|
Clock: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
179
183
|
CopyRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
180
184
|
Edit: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
181
185
|
EyeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
182
186
|
EyeSlashRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
183
187
|
Help: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
188
|
+
HelpRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
184
189
|
SadTear: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
185
190
|
UserRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
191
|
+
CreditCardBackLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
186
192
|
};
|
|
187
193
|
export declare type IconProps = {
|
|
188
194
|
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.105",
|
|
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.105",
|
|
60
|
+
"@sellout/utils": "^0.0.105",
|
|
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": "d28d8f57adf2e063ea2ec0cc82029e63f468d04e",
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"react": "^16.13.0",
|
|
76
76
|
"react-dom": "^16.13.0",
|