@clickview/online 0.13.0 → 0.14.0-rc.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.
@@ -13,15 +13,6 @@ License: MIT
13
13
 
14
14
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
15
15
 
16
- /** @license React v0.17.0
17
- * scheduler.production.min.js
18
- *
19
- * Copyright (c) Facebook, Inc. and its affiliates.
20
- *
21
- * This source code is licensed under the MIT license found in the
22
- * LICENSE file in the root directory of this source tree.
23
- */
24
-
25
16
  /** @license React v16.13.1
26
17
  * react-is.production.min.js
27
18
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/online",
3
- "version": "0.13.0",
3
+ "version": "0.14.0-rc.1",
4
4
  "description": "Online",
5
5
  "main": "dist/online-app.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,12 +22,11 @@
22
22
  "devDependencies": {
23
23
  "@clickview/eslint-config": "1.1.1",
24
24
  "@types/linkifyjs": "2.1.3",
25
- "@types/react-sortable-hoc": "0.7.1",
26
25
  "@types/react-transition-group": "4.2.3",
27
26
  "@types/yup": "0.26.24"
28
27
  },
29
28
  "dependencies": {
30
- "@clickview/styles": "1.13.0",
29
+ "@clickview/styles": "1.14.0-rc.1",
31
30
  "intersection-observer": "0.11.0",
32
31
  "yup": "0.27.0"
33
32
  },
@@ -7,14 +7,13 @@ const externalModules = {
7
7
  /**
8
8
  * Shared Dependencies
9
9
  */
10
- 'FontAwesome': [ /^@fortawesome\/fontawesome$/i, /^fontawesome$/i ],
11
- 'ReactBootstrap': [ /^react-bootstrap$/i, /^reactbootstrap$/i ],
12
- 'SortableHOC': [ /^react-sortable-hoc$/i, /^sortablehoc$/i ],
13
- 'ReactTransitionGroup': [ /^react-transition-group$/i, /^reacttransitiongroup$/i ],
14
- 'ReactIntersectionObserver': [ /^react-intersection-observer$/i, /^reactintersectionobserver$/i ],
15
- 'Autosuggest': [ /^react-autosuggest$/i, /^autosuggest$/i ],
16
- 'Backbone.Validation': [ /^backbone-validation$/i, /^backbone\.validation$/i ],
17
- 'Bloodhound': /^bloodhound$/i,
10
+ 'FontAwesome': [ /^@fortawesome\/fontawesome$/i, /^fontawesome$/i ],
11
+ 'ReactBootstrap': [ /^react-bootstrap$/i, /^reactbootstrap$/i ],
12
+ 'ReactTransitionGroup': [ /^react-transition-group$/i, /^reacttransitiongroup$/i ],
13
+ 'ReactIntersectionObserver': [ /^react-intersection-observer$/i, /^reactintersectionobserver$/i ],
14
+ 'Autosuggest': [ /^react-autosuggest$/i, /^autosuggest$/i ],
15
+ 'Backbone.Validation': [ /^backbone-validation$/i, /^backbone\.validation$/i ],
16
+ 'Bloodhound': /^bloodhound$/i,
18
17
 
19
18
  /**
20
19
  * Common Dependencies
@@ -61,6 +61,7 @@ declare namespace currentUser {
61
61
  declare function completeOnboarding(): void;
62
62
  declare function mustCompleteOnboarding(): boolean;
63
63
  declare function getBulkOnboardingPreferencesState(): import('libs/shared/enums/BulkOnboardingPreferencesState').BulkOnboardingPreferencesState;
64
+ declare function getMaxMasterRating(): number;
64
65
  }
65
66
  }
66
67