@sellout/ui 0.0.56 → 0.0.58
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.
|
@@ -14,7 +14,7 @@ export declare const IconEnum: {
|
|
|
14
14
|
HelpLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
15
15
|
HomeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
16
16
|
Lock: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
17
|
-
|
|
17
|
+
MapPinLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
18
18
|
MicrophoneLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
19
19
|
MinusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
20
20
|
MobileLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
package/build/index.es.js
CHANGED
|
@@ -101,7 +101,7 @@ var IconEnum = {
|
|
|
101
101
|
HelpLight: faQuestionCircle,
|
|
102
102
|
HomeLight: faHome,
|
|
103
103
|
Lock: faLock,
|
|
104
|
-
|
|
104
|
+
MapPinLight: faMapMarkerAlt,
|
|
105
105
|
MicrophoneLight: faMicrophoneAlt,
|
|
106
106
|
MinusCircleLight: faMinusCircle,
|
|
107
107
|
MobileLight: faMobileAlt,
|
package/build/index.js
CHANGED
|
@@ -106,7 +106,7 @@ var IconEnum = {
|
|
|
106
106
|
HelpLight: proLightSvgIcons.faQuestionCircle,
|
|
107
107
|
HomeLight: proLightSvgIcons.faHome,
|
|
108
108
|
Lock: proLightSvgIcons.faLock,
|
|
109
|
-
|
|
109
|
+
MapPinLight: proLightSvgIcons.faMapMarkerAlt,
|
|
110
110
|
MicrophoneLight: proLightSvgIcons.faMicrophoneAlt,
|
|
111
111
|
MinusCircleLight: proLightSvgIcons.faMinusCircle,
|
|
112
112
|
MobileLight: proLightSvgIcons.faMobileAlt,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellout/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.58",
|
|
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.58",
|
|
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": "58e1bf5687fb317ee8488daefe132a73ec553d88",
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"react": "^16.13.0",
|
|
58
58
|
"react-dom": "^16.13.0",
|
package/src/components/Icon.tsx
CHANGED
package/src/components/Icons.ts
CHANGED
|
@@ -13,7 +13,7 @@ import { faFilter as FilterLight} from '@fortawesome/pro-light-svg-icons';
|
|
|
13
13
|
import { faQuestionCircle as HelpLight} from '@fortawesome/pro-light-svg-icons';
|
|
14
14
|
import { faHome as HomeLight} from '@fortawesome/pro-light-svg-icons';
|
|
15
15
|
import { faLock as Lock} from '@fortawesome/pro-light-svg-icons';
|
|
16
|
-
import { faMapMarkerAlt as
|
|
16
|
+
import { faMapMarkerAlt as MapPinLight} from '@fortawesome/pro-light-svg-icons';
|
|
17
17
|
import { faMicrophoneAlt as MicrophoneLight} from '@fortawesome/pro-light-svg-icons';
|
|
18
18
|
import { faMinusCircle as MinusCircleLight} from '@fortawesome/pro-light-svg-icons';
|
|
19
19
|
import { faMobileAlt as MobileLight} from '@fortawesome/pro-light-svg-icons';
|
|
@@ -139,7 +139,7 @@ export const IconEnum = {
|
|
|
139
139
|
HelpLight,
|
|
140
140
|
HomeLight,
|
|
141
141
|
Lock,
|
|
142
|
-
|
|
142
|
+
MapPinLight,
|
|
143
143
|
MicrophoneLight,
|
|
144
144
|
MinusCircleLight,
|
|
145
145
|
MobileLight,
|
package/utils/icon-library.csv
CHANGED
|
@@ -72,7 +72,7 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/chevron-left-solid.svg,
|
|
|
72
72
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/link-regular.svg,LinkRegular,Pro,Regular,faLink
|
|
73
73
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/lock-light.svg,Lock,Pro,Light,faLock
|
|
74
74
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/long-arrow-right-solid.svg,LongRightArrow,Pro,Solid,faLongArrowRight
|
|
75
|
-
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/map-marker-alt-light.svg,
|
|
75
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/map-marker-alt-light.svg,MapPinLight,Pro,Light,faMapMarkerAlt
|
|
76
76
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-mastercard-brands.svg,Mastercard,Brands,,faCcMastercard
|
|
77
77
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/bars-solid.svg,Menu,Free,Solid,faBars
|
|
78
78
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/microphone-alt-light.svg,MicrophoneLight,Pro,Light,faMicrophoneAlt
|