@selfcommunity/react-ui 0.7.0-alpha.329 → 0.7.0-alpha.330

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.7.0-alpha.329",
3
+ "version": "0.7.0-alpha.330",
4
4
  "description": "React UI Components to integrate a Community created with SelfCommunity.",
5
5
  "author": "SelfCommunity <https://www.selfcommunity.com>",
6
6
  "homepage": "https://www.selfcommunity.com",
@@ -104,6 +104,7 @@
104
104
  "react-sortablejs": "^6.1.4",
105
105
  "react-waypoint": "^10.3.0",
106
106
  "resize-observer-polyfill": "^1.5.1",
107
+ "seamless-scroll-polyfill": "^2.3.4",
107
108
  "sortablejs": "^1.15.0",
108
109
  "spark-md5": "~3.0.2",
109
110
  "throttle-debounce": "^2.1.0",
@@ -159,5 +160,5 @@
159
160
  "bugs": {
160
161
  "url": "https://github.com/selfcommunity/community-js/issues"
161
162
  },
162
- "gitHead": "0df987b5485085cbb1ba69f704ddf2e429784084"
163
+ "gitHead": "f63c90ad2154127833e51e5c322190242092bfcf"
163
164
  }
@@ -1,22 +0,0 @@
1
- /*!
2
- Copyright (c) 2018 Jed Watson.
3
- Licensed under the MIT License (MIT), see
4
- http://jedwatson.github.io/classnames
5
- */
6
-
7
- /*! (c) 2023 - present: Quentral Srl | https://github.com/selfcommunity/community-js/blob/master/LICENSE.md */
8
-
9
- /*! *****************************************************************************
10
- Copyright (c) Microsoft Corporation.
11
-
12
- Permission to use, copy, modify, and/or distribute this software for any
13
- purpose with or without fee is hereby granted.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
16
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
17
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
18
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
19
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
20
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21
- PERFORMANCE OF THIS SOFTWARE.
22
- ***************************************************************************** */