@selfcommunity/react-ui 0.7.13-alpha.1 → 0.7.13-alpha.2

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.
@@ -18,7 +18,7 @@ export interface CustomAdvProps extends VirtualScrollerItemProps {
18
18
  /**
19
19
  * Position of the ADV
20
20
  */
21
- position: SCCustomAdvPosition;
21
+ position?: SCCustomAdvPosition;
22
22
  /**
23
23
  * Category ids if the adv must be related to specific categories
24
24
  */
@@ -18,7 +18,7 @@ export interface CustomAdvProps extends VirtualScrollerItemProps {
18
18
  /**
19
19
  * Position of the ADV
20
20
  */
21
- position: SCCustomAdvPosition;
21
+ position?: SCCustomAdvPosition;
22
22
  /**
23
23
  * Category ids if the adv must be related to specific categories
24
24
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.7.13-alpha.1",
3
+ "version": "0.7.13-alpha.2",
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",
@@ -160,5 +160,5 @@
160
160
  "bugs": {
161
161
  "url": "https://github.com/selfcommunity/community-js/issues"
162
162
  },
163
- "gitHead": "744f9d3117cbb5d25d429be766b0b294bf9df27a"
163
+ "gitHead": "123f31b66331a1ea5ef88e2223edc280d0754973"
164
164
  }