@sellout/ui 0.0.49 → 0.0.51
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 +1 -1
- package/build/index.d.ts +4 -1
- package/build/index.es.js +2 -1
- package/build/index.js +2 -1
- package/package.json +3 -3
- package/src/Colors.ts +2 -1
package/build/Colors.d.ts
CHANGED
package/build/index.d.ts
CHANGED
|
@@ -64,6 +64,7 @@ declare const Icons: {
|
|
|
64
64
|
KeyRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
65
65
|
LeftChevronRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
66
66
|
LinkRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
67
|
+
OListRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
67
68
|
PrintRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
68
69
|
ReportRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
69
70
|
SearchRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -71,12 +72,14 @@ declare const Icons: {
|
|
|
71
72
|
SignOut: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
72
73
|
SyncRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
73
74
|
TicketRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
75
|
+
UListRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
74
76
|
UnderlineRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
75
77
|
UnlockRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
76
78
|
UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
77
79
|
Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
78
80
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
79
81
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
82
|
+
GiftRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
80
83
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
81
84
|
BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
82
85
|
BoxOfficeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -111,8 +114,8 @@ declare const Icons: {
|
|
|
111
114
|
RightChevronSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
112
115
|
SearchSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
113
116
|
Sort: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
114
|
-
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
115
117
|
ThumbsDownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
118
|
+
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
116
119
|
TicketSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
117
120
|
UserCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
118
121
|
UserSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
package/build/index.es.js
CHANGED
|
@@ -15,7 +15,8 @@ var Colors;
|
|
|
15
15
|
Colors["White"] = "#FFFFFF";
|
|
16
16
|
Colors["Black"] = "#000000";
|
|
17
17
|
Colors["Yellow"] = "#FFBA49";
|
|
18
|
-
|
|
18
|
+
// Green = "#419D78",
|
|
19
|
+
Colors["Green"] = "#42BB83";
|
|
19
20
|
Colors["OffWhite"] = "#FCFCFC";
|
|
20
21
|
Colors["LightBlue"] = "#39159C";
|
|
21
22
|
Colors["Blue"] = "#2D0E84";
|
package/build/index.js
CHANGED
|
@@ -21,7 +21,8 @@ var PriceUtil = require('@sellout/utils/.dist/price');
|
|
|
21
21
|
Colors["White"] = "#FFFFFF";
|
|
22
22
|
Colors["Black"] = "#000000";
|
|
23
23
|
Colors["Yellow"] = "#FFBA49";
|
|
24
|
-
|
|
24
|
+
// Green = "#419D78",
|
|
25
|
+
Colors["Green"] = "#42BB83";
|
|
25
26
|
Colors["OffWhite"] = "#FCFCFC";
|
|
26
27
|
Colors["LightBlue"] = "#39159C";
|
|
27
28
|
Colors["Blue"] = "#2D0E84";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellout/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.51",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"module": "build/index.es.js",
|
|
6
6
|
"jsnext:main": "build/index.es.js",
|
|
@@ -46,13 +46,13 @@
|
|
|
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.51",
|
|
50
50
|
"@types/escape-html": "^1.0.0",
|
|
51
51
|
"csvtojson": "^2.0.10",
|
|
52
52
|
"polished": "^3.4.4",
|
|
53
53
|
"react-animate-height": "^2.0.20"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "536c0d73b584f85b6c493fa529f9a55515181e5d",
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"react": "^16.13.0",
|
|
58
58
|
"react-dom": "^16.13.0",
|