@selfcommunity/react-core 0.4.48 → 0.4.49-alpha.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.
@@ -274,9 +274,9 @@ exports.DATA_TYPES = {
274
274
  [exports.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_TEXT]: stringType,
275
275
  [exports.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_URL]: stringType,
276
276
  [exports.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_IMAGE]: stringType,
277
- [exports.CONFIGURATIONS_GROUPS_ONLY_STAFF_ENABLED]: stringType,
278
- [exports.CONFIGURATIONS_GROUPS_VISIBILITY_ENABLED]: stringType,
279
- [exports.CONFIGURATIONS_GROUPS_PRIVATE_ENABLED]: stringType,
277
+ [exports.CONFIGURATIONS_GROUPS_ONLY_STAFF_ENABLED]: booleanType,
278
+ [exports.CONFIGURATIONS_GROUPS_VISIBILITY_ENABLED]: booleanType,
279
+ [exports.CONFIGURATIONS_GROUPS_PRIVATE_ENABLED]: booleanType,
280
280
  [exports.PROVIDERS_APP_URL_ON_APP_STORE]: stringType,
281
281
  [exports.PROVIDERS_APP_URL_ON_GOOGLE_PLAY]: stringType,
282
282
  [exports.PROVIDERS_FACEBOOK_SIGNIN_ENABLED]: stringType,
@@ -266,9 +266,9 @@ export const DATA_TYPES = {
266
266
  [CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_TEXT]: stringType,
267
267
  [CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_URL]: stringType,
268
268
  [CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_IMAGE]: stringType,
269
- [CONFIGURATIONS_GROUPS_ONLY_STAFF_ENABLED]: stringType,
270
- [CONFIGURATIONS_GROUPS_VISIBILITY_ENABLED]: stringType,
271
- [CONFIGURATIONS_GROUPS_PRIVATE_ENABLED]: stringType,
269
+ [CONFIGURATIONS_GROUPS_ONLY_STAFF_ENABLED]: booleanType,
270
+ [CONFIGURATIONS_GROUPS_VISIBILITY_ENABLED]: booleanType,
271
+ [CONFIGURATIONS_GROUPS_PRIVATE_ENABLED]: booleanType,
272
272
  [PROVIDERS_APP_URL_ON_APP_STORE]: stringType,
273
273
  [PROVIDERS_APP_URL_ON_GOOGLE_PLAY]: stringType,
274
274
  [PROVIDERS_FACEBOOK_SIGNIN_ENABLED]: stringType,