@woosmap/ui 4.246.4 → 4.247.1
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/package.json
CHANGED
|
@@ -39,6 +39,7 @@ import { ReactComponent as Ecommerce } from '../../icons/e-commerce.svg';
|
|
|
39
39
|
import { ReactComponent as ElectricCharge } from '../../icons/electric-charge.svg';
|
|
40
40
|
import { ReactComponent as Elephant } from '../../icons/elephant.svg';
|
|
41
41
|
import { ReactComponent as EmailContact } from '../../icons/email-contact.svg';
|
|
42
|
+
import { ReactComponent as Email } from '../../icons/email.svg';
|
|
42
43
|
import { ReactComponent as Equalizer } from '../../icons/equalizer.svg';
|
|
43
44
|
import { ReactComponent as Escalator } from '../../icons/escalator.svg';
|
|
44
45
|
import { ReactComponent as Funnel } from '../../icons/funnel.svg';
|
|
@@ -281,6 +282,7 @@ const WebsiteIcons = {
|
|
|
281
282
|
'electric-charge': ElectricCharge,
|
|
282
283
|
elephant: Elephant,
|
|
283
284
|
'email-contact': EmailContact,
|
|
285
|
+
email: Email,
|
|
284
286
|
equalizer: Equalizer,
|
|
285
287
|
escalator: Escalator,
|
|
286
288
|
funnel: Funnel,
|
|
@@ -111,7 +111,7 @@ Label.propTypes = {
|
|
|
111
111
|
'datasets',
|
|
112
112
|
undefined,
|
|
113
113
|
]),
|
|
114
|
-
plan: PropTypes.oneOf(['free', 'standard', 'enterprise', 'enterprise--free', undefined]),
|
|
114
|
+
plan: PropTypes.oneOf(['free', 'standard', 'enterprise', 'enterprise--free', 'enterprise_payg', undefined]),
|
|
115
115
|
size: PropTypes.oneOf(['small', 'mini', 'nano', undefined]),
|
|
116
116
|
privilege: PropTypes.oneOf(['superuser', 'staff', 'owner', 'co-owner', undefined]),
|
|
117
117
|
round: PropTypes.bool,
|