@selfcommunity/react-ui 0.7.50-events.52 → 0.7.50-events.53

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.
@@ -76,6 +76,11 @@ function Events(inProps) {
76
76
  props: inProps,
77
77
  name: constants_1.PREFIX
78
78
  });
79
+ // TODO:
80
+ /**
81
+ * Add as prop API Endpoint
82
+ * endpoint: EndpointType;
83
+ */
79
84
  const { endpointQueryParams = { limit: 8, offset: Pagination_1.DEFAULT_PAGINATION_OFFSET }, className, EventComponentProps = { elevation: 0, square: true }, EventSkeletonComponentProps = { elevation: 0, square: true }, showFilters = false, filters, general = true } = props, rest = tslib_1.__rest(props, ["endpointQueryParams", "className", "EventComponentProps", "EventSkeletonComponentProps", "showFilters", "filters", "general"]);
80
85
  // STATE
81
86
  const [events, setEvents] = (0, react_1.useState)([]);
@@ -74,6 +74,11 @@ export default function Events(inProps) {
74
74
  props: inProps,
75
75
  name: PREFIX
76
76
  });
77
+ // TODO:
78
+ /**
79
+ * Add as prop API Endpoint
80
+ * endpoint: EndpointType;
81
+ */
77
82
  const { endpointQueryParams = { limit: 8, offset: DEFAULT_PAGINATION_OFFSET }, className, EventComponentProps = { elevation: 0, square: true }, EventSkeletonComponentProps = { elevation: 0, square: true }, showFilters = false, filters, general = true } = props, rest = __rest(props, ["endpointQueryParams", "className", "EventComponentProps", "EventSkeletonComponentProps", "showFilters", "filters", "general"]);
78
83
  // STATE
79
84
  const [events, setEvents] = useState([]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.7.50-events.52+13c096075",
3
+ "version": "0.7.50-events.53+d49d07503",
4
4
  "description": "React UI Components to integrate a Community created with SelfCommunity Platform.",
5
5
  "author": "SelfCommunity <https://www.selfcommunity.com>",
6
6
  "homepage": "https://www.selfcommunity.com",
@@ -91,11 +91,11 @@
91
91
  "@rpldy/upload-drop-zone": "^1.7.1",
92
92
  "@rpldy/upload-preview": "^1.7.1",
93
93
  "@rpldy/uploady": "^1.7.1",
94
- "@selfcommunity/api-services": "0.4.50-events.52+13c096075",
95
- "@selfcommunity/react-core": "0.4.50-events.52+13c096075",
96
- "@selfcommunity/react-i18n": "0.5.50-events.52+13c096075",
97
- "@selfcommunity/types": "0.5.50-events.52+13c096075",
98
- "@selfcommunity/utils": "0.2.50-events.52+13c096075",
94
+ "@selfcommunity/api-services": "0.4.50-events.53+d49d07503",
95
+ "@selfcommunity/react-core": "0.4.50-events.53+d49d07503",
96
+ "@selfcommunity/react-i18n": "0.5.50-events.53+d49d07503",
97
+ "@selfcommunity/types": "0.5.50-events.53+d49d07503",
98
+ "@selfcommunity/utils": "0.2.50-events.53+d49d07503",
99
99
  "@types/classnames": "^2.3.1",
100
100
  "@types/sortablejs": "1",
101
101
  "autosuggest-highlight": "^3.3.4",
@@ -178,5 +178,5 @@
178
178
  "bugs": {
179
179
  "url": "https://github.com/selfcommunity/community-js/issues"
180
180
  },
181
- "gitHead": "13c0960753954e8756a32c4307f4a24a3cf60761"
181
+ "gitHead": "d49d0750380d9fd099845da10458081131b1ec68"
182
182
  }