@webjet/react-icons 0.0.5 → 0.0.7
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/README.md +23 -1
- package/common/cross-bold.js +1 -1
- package/common/filter.js +1 -1
- package/common/list-sort.js +2 -0
- package/common/list-sort.js.LICENSE.txt +14 -0
- package/common/locked.js +1 -1
- package/common/tag.js +1 -1
- package/common/unlocked.js +1 -1
- package/common/user-rating-alt.js +2 -0
- package/common/user-rating-alt.js.LICENSE.txt +14 -0
- package/common/user-rating.js +2 -0
- package/common/user-rating.js.LICENSE.txt +14 -0
- package/package.json +1 -1
- package/widget/map-pin.js +1 -1
package/README.md
CHANGED
|
@@ -17,4 +17,26 @@
|
|
|
17
17
|
</svg>
|
|
18
18
|
```
|
|
19
19
|
6. Bring the file into figma. Atm The file is very big, and we want to reduce the size to be 16x16 OR 32x32 pixels only. Please adjust this using figma so the icon fit into the viewBox nicely.
|
|
20
|
-
7. After finish adjusting the icon, please export file as SVG using figma
|
|
20
|
+
7. After finish adjusting the icon, please export file as SVG using figma
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## How to export svg icon from figma and add into SVG Icon Library
|
|
24
|
+
1. In icon figma file, select 16x16 icon you want to download.
|
|
25
|
+
2. Open Export tab, select option 'SVG' from dropdown and click the Export button at the right hand side.
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
3. Open downloaded SVG file using Visual Code, it will have something like below:
|
|
29
|
+
```
|
|
30
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
31
|
+
<path d="..." fill="black"/>
|
|
32
|
+
</svg>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
4. Remove change `width` and `height` to be `1em`, change svg fill to be `#646464` and remove `fill="black"` from the end of `<path>`. It should look like this.
|
|
36
|
+
```
|
|
37
|
+
<svg width="1em" height="1em" viewBox="0 0 16 16" fill="#646464" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="..." />
|
|
39
|
+
</svg>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
5. Add this file under /src/icons/[category] folder.
|
package/common/cross-bold.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see cross-bold.js.LICENSE.txt */
|
|
2
|
-
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,f,c=n(e),
|
|
2
|
+
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,f,c=n(e),l=1;l<arguments.length;l++){for(var u in a=Object(arguments[l]))r.call(a,u)&&(c[u]=a[u]);if(t){f=t(a);for(var p=0;p<f.length;p++)o.call(a,f[p])&&(c[f[p]]=a[f[p]])}}return c}},408:function(e,t,r){var o=r(418),n="function"==typeof Symbol&&Symbol.for,i=n?Symbol.for("react.element"):60103;n&&Symbol.for("react.portal"),n&&Symbol.for("react.fragment"),n&&Symbol.for("react.strict_mode"),n&&Symbol.for("react.profiler"),n&&Symbol.for("react.provider"),n&&Symbol.for("react.context"),n&&Symbol.for("react.forward_ref"),n&&Symbol.for("react.suspense"),n&&Symbol.for("react.memo"),n&&Symbol.for("react.lazy"),"function"==typeof Symbol&&Symbol.iterator;function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var f={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},c={};function l(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}function u(){}function p(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}l.prototype.isReactComponent={},l.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(a(85));this.updater.enqueueSetState(this,e,t,"setState")},l.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},u.prototype=l.prototype;var s=p.prototype=new u;s.constructor=p,o(s,l.prototype),s.isPureReactComponent=!0;var y=null,d=Object.prototype.hasOwnProperty,b={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},a=null,f=null;if(null!=t)for(o in void 0!==t.ref&&(f=t.ref),void 0!==t.key&&(a=""+t.key),t)d.call(t,o)&&!b.hasOwnProperty(o)&&(n[o]=t[o]);var c=arguments.length-2;if(1===c)n.children=r;else if(1<c){for(var l=Array(c),u=0;u<c;u++)l[u]=arguments[u+2];n.children=l}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===n[o]&&(n[o]=c[o]);return{$$typeof:i,type:e,key:a,ref:f,props:n,_owner:y}}},294:function(e,t,r){e.exports=r(408)}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,r),i.exports}r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};!function(){r.r(o);var e,t=r(294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},n.apply(this,arguments)}o.default=function(r){return t.createElement("svg",n({width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M14.021 3.786a1.281 1.281 0 0 0-1.811-1.811L8 6.189l-4.214-4.21A1.281 1.281 0 0 0 1.975 3.79L6.189 8l-4.21 4.214a1.281 1.281 0 0 0 1.811 1.811L8 9.811l4.214 4.21a1.282 1.282 0 0 0 1.811-1.811L9.811 8l4.21-4.214Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
|
package/common/filter.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see filter.js.LICENSE.txt */
|
|
2
|
-
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,a){for(var
|
|
2
|
+
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,a){for(var i,f,c=n(e),u=1;u<arguments.length;u++){for(var l in i=Object(arguments[u]))r.call(i,l)&&(c[l]=i[l]);if(t){f=t(i);for(var p=0;p<f.length;p++)o.call(i,f[p])&&(c[f[p]]=i[f[p]])}}return c}},408:function(e,t,r){var o=r(418),n="function"==typeof Symbol&&Symbol.for,a=n?Symbol.for("react.element"):60103;n&&Symbol.for("react.portal"),n&&Symbol.for("react.fragment"),n&&Symbol.for("react.strict_mode"),n&&Symbol.for("react.profiler"),n&&Symbol.for("react.provider"),n&&Symbol.for("react.context"),n&&Symbol.for("react.forward_ref"),n&&Symbol.for("react.suspense"),n&&Symbol.for("react.memo"),n&&Symbol.for("react.lazy"),"function"==typeof Symbol&&Symbol.iterator;function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var f={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},c={};function u(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}function l(){}function p(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}u.prototype.isReactComponent={},u.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(i(85));this.updater.enqueueSetState(this,e,t,"setState")},u.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},l.prototype=u.prototype;var s=p.prototype=new l;s.constructor=p,o(s,u.prototype),s.isPureReactComponent=!0;var y=null,d=Object.prototype.hasOwnProperty,m={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},i=null,f=null;if(null!=t)for(o in void 0!==t.ref&&(f=t.ref),void 0!==t.key&&(i=""+t.key),t)d.call(t,o)&&!m.hasOwnProperty(o)&&(n[o]=t[o]);var c=arguments.length-2;if(1===c)n.children=r;else if(1<c){for(var u=Array(c),l=0;l<c;l++)u[l]=arguments[l+2];n.children=u}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===n[o]&&(n[o]=c[o]);return{$$typeof:a,type:e,key:i,ref:f,props:n,_owner:y}}},294:function(e,t,r){e.exports=r(408)}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var a=t[o]={exports:{}};return e[o](a,a.exports,r),a.exports}r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};!function(){r.r(o);var e,t=r(294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},n.apply(this,arguments)}o.default=function(r){return t.createElement("svg",n({width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M4 9.6a.8.8 0 1 1 .002 1.598A.8.8 0 0 1 4 9.6Zm2.262 0a2.4 2.4 0 1 0 0 1.6H13.6a.8.8 0 1 0 0-1.6H6.262Zm4.938-4a.8.8 0 1 1 1.598-.002.8.8 0 0 1-1.598.002Zm-1.463-.8H2.4a.8.8 0 1 0 0 1.6h7.337a2.4 2.4 0 1 0 0-1.6Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see list-sort.js.LICENSE.txt */
|
|
2
|
+
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,a){for(var i,f,c=n(e),u=1;u<arguments.length;u++){for(var l in i=Object(arguments[u]))r.call(i,l)&&(c[l]=i[l]);if(t){f=t(i);for(var p=0;p<f.length;p++)o.call(i,f[p])&&(c[f[p]]=i[f[p]])}}return c}},408:function(e,t,r){var o=r(418),n="function"==typeof Symbol&&Symbol.for,a=n?Symbol.for("react.element"):60103;n&&Symbol.for("react.portal"),n&&Symbol.for("react.fragment"),n&&Symbol.for("react.strict_mode"),n&&Symbol.for("react.profiler"),n&&Symbol.for("react.provider"),n&&Symbol.for("react.context"),n&&Symbol.for("react.forward_ref"),n&&Symbol.for("react.suspense"),n&&Symbol.for("react.memo"),n&&Symbol.for("react.lazy"),"function"==typeof Symbol&&Symbol.iterator;function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var f={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},c={};function u(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}function l(){}function p(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}u.prototype.isReactComponent={},u.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(i(85));this.updater.enqueueSetState(this,e,t,"setState")},u.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},l.prototype=u.prototype;var s=p.prototype=new l;s.constructor=p,o(s,u.prototype),s.isPureReactComponent=!0;var y=null,d=Object.prototype.hasOwnProperty,m={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},i=null,f=null;if(null!=t)for(o in void 0!==t.ref&&(f=t.ref),void 0!==t.key&&(i=""+t.key),t)d.call(t,o)&&!m.hasOwnProperty(o)&&(n[o]=t[o]);var c=arguments.length-2;if(1===c)n.children=r;else if(1<c){for(var u=Array(c),l=0;l<c;l++)u[l]=arguments[l+2];n.children=u}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===n[o]&&(n[o]=c[o]);return{$$typeof:a,type:e,key:i,ref:f,props:n,_owner:y}}},294:function(e,t,r){e.exports=r(408)}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var a=t[o]={exports:{}};return e[o](a,a.exports,r),a.exports}r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};!function(){r.r(o);var e,t=r(294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},n.apply(this,arguments)}o.default=function(r){return t.createElement("svg",n({width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M1.6 3.314c0-.505.409-.914.914-.914h10.972a.913.913 0 1 1 0 1.829H2.514a.913.913 0 0 1-.914-.915Zm0 4.572c0-.506.409-.915.914-.915H9.83a.913.913 0 1 1 0 1.829H2.514a.913.913 0 0 1-.914-.914Zm5.486 4.571a.913.913 0 0 1-.915.914H2.514a.913.913 0 1 1 0-1.828h3.657c.506 0 .915.408.915.914Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/** @license React v16.14.0
|
|
8
|
+
* react.production.min.js
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
|
+
*
|
|
12
|
+
* This source code is licensed under the MIT license found in the
|
|
13
|
+
* LICENSE file in the root directory of this source tree.
|
|
14
|
+
*/
|
package/common/locked.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see locked.js.LICENSE.txt */
|
|
2
|
-
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,f,c=n(e),
|
|
2
|
+
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,f,c=n(e),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))r.call(a,l)&&(c[l]=a[l]);if(t){f=t(a);for(var p=0;p<f.length;p++)o.call(a,f[p])&&(c[f[p]]=a[f[p]])}}return c}},408:function(e,t,r){var o=r(418),n="function"==typeof Symbol&&Symbol.for,i=n?Symbol.for("react.element"):60103;n&&Symbol.for("react.portal"),n&&Symbol.for("react.fragment"),n&&Symbol.for("react.strict_mode"),n&&Symbol.for("react.profiler"),n&&Symbol.for("react.provider"),n&&Symbol.for("react.context"),n&&Symbol.for("react.forward_ref"),n&&Symbol.for("react.suspense"),n&&Symbol.for("react.memo"),n&&Symbol.for("react.lazy"),"function"==typeof Symbol&&Symbol.iterator;function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var f={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},c={};function u(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}function l(){}function p(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}u.prototype.isReactComponent={},u.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(a(85));this.updater.enqueueSetState(this,e,t,"setState")},u.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},l.prototype=u.prototype;var s=p.prototype=new l;s.constructor=p,o(s,u.prototype),s.isPureReactComponent=!0;var y=null,d=Object.prototype.hasOwnProperty,b={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},a=null,f=null;if(null!=t)for(o in void 0!==t.ref&&(f=t.ref),void 0!==t.key&&(a=""+t.key),t)d.call(t,o)&&!b.hasOwnProperty(o)&&(n[o]=t[o]);var c=arguments.length-2;if(1===c)n.children=r;else if(1<c){for(var u=Array(c),l=0;l<c;l++)u[l]=arguments[l+2];n.children=u}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===n[o]&&(n[o]=c[o]);return{$$typeof:i,type:e,key:a,ref:f,props:n,_owner:y}}},294:function(e,t,r){e.exports=r(408)}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,r),i.exports}r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};!function(){r.r(o);var e,t=r(294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},n.apply(this,arguments)}o.default=function(r){return t.createElement("svg",n({width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M6 5.2v1.2h4V5.2a2 2 0 1 0-4 0ZM4.4 6.4V5.2a3.6 3.6 0 0 1 7.2 0v1.2h.4c.883 0 1.6.717 1.6 1.6v4.8c0 .882-.717 1.6-1.6 1.6H4c-.882 0-1.6-.718-1.6-1.6V8c0-.883.718-1.6 1.6-1.6h.4Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
|
package/common/tag.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see tag.js.LICENSE.txt */
|
|
2
|
-
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,c
|
|
2
|
+
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,f,c=n(e),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))r.call(a,l)&&(c[l]=a[l]);if(t){f=t(a);for(var p=0;p<f.length;p++)o.call(a,f[p])&&(c[f[p]]=a[f[p]])}}return c}},408:function(e,t,r){var o=r(418),n="function"==typeof Symbol&&Symbol.for,i=n?Symbol.for("react.element"):60103;n&&Symbol.for("react.portal"),n&&Symbol.for("react.fragment"),n&&Symbol.for("react.strict_mode"),n&&Symbol.for("react.profiler"),n&&Symbol.for("react.provider"),n&&Symbol.for("react.context"),n&&Symbol.for("react.forward_ref"),n&&Symbol.for("react.suspense"),n&&Symbol.for("react.memo"),n&&Symbol.for("react.lazy"),"function"==typeof Symbol&&Symbol.iterator;function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var f={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},c={};function u(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}function l(){}function p(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}u.prototype.isReactComponent={},u.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(a(85));this.updater.enqueueSetState(this,e,t,"setState")},u.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},l.prototype=u.prototype;var s=p.prototype=new l;s.constructor=p,o(s,u.prototype),s.isPureReactComponent=!0;var y=null,d=Object.prototype.hasOwnProperty,b={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},a=null,f=null;if(null!=t)for(o in void 0!==t.ref&&(f=t.ref),void 0!==t.key&&(a=""+t.key),t)d.call(t,o)&&!b.hasOwnProperty(o)&&(n[o]=t[o]);var c=arguments.length-2;if(1===c)n.children=r;else if(1<c){for(var u=Array(c),l=0;l<c;l++)u[l]=arguments[l+2];n.children=u}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===n[o]&&(n[o]=c[o]);return{$$typeof:i,type:e,key:a,ref:f,props:n,_owner:y}}},294:function(e,t,r){e.exports=r(408)}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,r),i.exports}r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};!function(){r.r(o);var e,t=r(294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},n.apply(this,arguments)}o.default=function(r){return t.createElement("svg",n({width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M14.4 3.002v4.374c0 .497-.196.974-.547 1.326l-5.15 5.15a1.872 1.872 0 0 1-2.648 0L2.149 9.944a1.872 1.872 0 0 1 0-2.648l5.15-5.15A1.873 1.873 0 0 1 8.623 1.6h4.371A1.4 1.4 0 0 1 14.4 3.002ZM11.123 5.81a.935.935 0 1 0 0-1.873.935.935 0 1 0 0 1.873Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
|
package/common/unlocked.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see unlocked.js.LICENSE.txt */
|
|
2
|
-
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,f,c=n(e),
|
|
2
|
+
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,f,c=n(e),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))r.call(a,l)&&(c[l]=a[l]);if(t){f=t(a);for(var p=0;p<f.length;p++)o.call(a,f[p])&&(c[f[p]]=a[f[p]])}}return c}},408:function(e,t,r){var o=r(418),n="function"==typeof Symbol&&Symbol.for,i=n?Symbol.for("react.element"):60103;n&&Symbol.for("react.portal"),n&&Symbol.for("react.fragment"),n&&Symbol.for("react.strict_mode"),n&&Symbol.for("react.profiler"),n&&Symbol.for("react.provider"),n&&Symbol.for("react.context"),n&&Symbol.for("react.forward_ref"),n&&Symbol.for("react.suspense"),n&&Symbol.for("react.memo"),n&&Symbol.for("react.lazy"),"function"==typeof Symbol&&Symbol.iterator;function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var f={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},c={};function u(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}function l(){}function p(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}u.prototype.isReactComponent={},u.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(a(85));this.updater.enqueueSetState(this,e,t,"setState")},u.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},l.prototype=u.prototype;var s=p.prototype=new l;s.constructor=p,o(s,u.prototype),s.isPureReactComponent=!0;var y=null,d=Object.prototype.hasOwnProperty,b={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},a=null,f=null;if(null!=t)for(o in void 0!==t.ref&&(f=t.ref),void 0!==t.key&&(a=""+t.key),t)d.call(t,o)&&!b.hasOwnProperty(o)&&(n[o]=t[o]);var c=arguments.length-2;if(1===c)n.children=r;else if(1<c){for(var u=Array(c),l=0;l<c;l++)u[l]=arguments[l+2];n.children=u}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===n[o]&&(n[o]=c[o]);return{$$typeof:i,type:e,key:a,ref:f,props:n,_owner:y}}},294:function(e,t,r){e.exports=r(408)}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,r),i.exports}r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};!function(){r.r(o);var e,t=r(294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},n.apply(this,arguments)}o.default=function(r){return t.createElement("svg",n({width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M6 5.2a2 2 0 0 1 3.808-.857.799.799 0 1 0 1.444-.685A3.6 3.6 0 0 0 4.4 5.2v1.2H4c-.882 0-1.6.717-1.6 1.6v4.8c0 .882.718 1.6 1.6 1.6h8c.883 0 1.6-.718 1.6-1.6V8c0-.883-.717-1.6-1.6-1.6H6V5.2Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see user-rating-alt.js.LICENSE.txt */
|
|
2
|
+
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,c,f=n(e),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))r.call(a,l)&&(f[l]=a[l]);if(t){c=t(a);for(var p=0;p<c.length;p++)o.call(a,c[p])&&(f[c[p]]=a[c[p]])}}return f}},408:function(e,t,r){var o=r(418),n="function"==typeof Symbol&&Symbol.for,i=n?Symbol.for("react.element"):60103;n&&Symbol.for("react.portal"),n&&Symbol.for("react.fragment"),n&&Symbol.for("react.strict_mode"),n&&Symbol.for("react.profiler"),n&&Symbol.for("react.provider"),n&&Symbol.for("react.context"),n&&Symbol.for("react.forward_ref"),n&&Symbol.for("react.suspense"),n&&Symbol.for("react.memo"),n&&Symbol.for("react.lazy"),"function"==typeof Symbol&&Symbol.iterator;function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var c={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},f={};function u(e,t,r){this.props=e,this.context=t,this.refs=f,this.updater=r||c}function l(){}function p(e,t,r){this.props=e,this.context=t,this.refs=f,this.updater=r||c}u.prototype.isReactComponent={},u.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(a(85));this.updater.enqueueSetState(this,e,t,"setState")},u.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},l.prototype=u.prototype;var s=p.prototype=new l;s.constructor=p,o(s,u.prototype),s.isPureReactComponent=!0;var y=null,d=Object.prototype.hasOwnProperty,b={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},a=null,c=null;if(null!=t)for(o in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(a=""+t.key),t)d.call(t,o)&&!b.hasOwnProperty(o)&&(n[o]=t[o]);var f=arguments.length-2;if(1===f)n.children=r;else if(1<f){for(var u=Array(f),l=0;l<f;l++)u[l]=arguments[l+2];n.children=u}if(e&&e.defaultProps)for(o in f=e.defaultProps)void 0===n[o]&&(n[o]=f[o]);return{$$typeof:i,type:e,key:a,ref:c,props:n,_owner:y}}},294:function(e,t,r){e.exports=r(408)}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,r),i.exports}r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};!function(){r.r(o);var e,t=r(294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},n.apply(this,arguments)}o.default=function(r){return t.createElement("svg",n({width:"1em",height:"1em",viewBox:"0 0 32 32",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M0 16c0-2.167.423-4.238 1.268-6.214s1.982-3.679 3.41-5.107C6.109 3.25 7.81 2.113 9.787 1.268A15.64 15.64 0 0 1 16 0c2.167 0 4.238.423 6.214 1.268 1.977.845 3.679 1.982 5.107 3.41 1.429 1.43 2.566 3.132 3.411 5.108A15.64 15.64 0 0 1 32 16a15.64 15.64 0 0 1-1.268 6.214c-.845 1.977-1.982 3.679-3.41 5.107-1.43 1.429-3.131 2.566-5.108 3.411A15.64 15.64 0 0 1 16 32a15.64 15.64 0 0 1-6.214-1.268c-1.976-.845-3.679-1.982-5.107-3.41-1.429-1.43-2.566-3.131-3.411-5.108A15.64 15.64 0 0 1 0 16Zm3 0c0 1.762.342 3.446 1.027 5.054.684 1.607 1.607 2.99 2.768 4.151 1.16 1.161 2.544 2.084 4.151 2.768A12.766 12.766 0 0 0 16 29c1.762 0 3.446-.342 5.054-1.027 1.607-.684 2.99-1.607 4.151-2.768 1.161-1.16 2.084-2.544 2.768-4.151A12.766 12.766 0 0 0 29 16c0-1.762-.342-3.446-1.027-5.054-.684-1.607-1.607-2.99-2.768-4.151-1.16-1.161-2.544-2.084-4.151-2.768A12.766 12.766 0 0 0 16 3c-1.762 0-3.446.342-5.054 1.027-1.607.684-2.99 1.607-4.151 2.768-1.161 1.16-2.084 2.544-2.768 4.151A12.766 12.766 0 0 0 3 16Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/** @license React v16.14.0
|
|
8
|
+
* react.production.min.js
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
|
+
*
|
|
12
|
+
* This source code is licensed under the MIT license found in the
|
|
13
|
+
* LICENSE file in the root directory of this source tree.
|
|
14
|
+
*/
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see user-rating.js.LICENSE.txt */
|
|
2
|
+
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,c,f=n(e),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))r.call(a,l)&&(f[l]=a[l]);if(t){c=t(a);for(var p=0;p<c.length;p++)o.call(a,c[p])&&(f[c[p]]=a[c[p]])}}return f}},408:function(e,t,r){var o=r(418),n="function"==typeof Symbol&&Symbol.for,i=n?Symbol.for("react.element"):60103;n&&Symbol.for("react.portal"),n&&Symbol.for("react.fragment"),n&&Symbol.for("react.strict_mode"),n&&Symbol.for("react.profiler"),n&&Symbol.for("react.provider"),n&&Symbol.for("react.context"),n&&Symbol.for("react.forward_ref"),n&&Symbol.for("react.suspense"),n&&Symbol.for("react.memo"),n&&Symbol.for("react.lazy"),"function"==typeof Symbol&&Symbol.iterator;function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var c={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},f={};function u(e,t,r){this.props=e,this.context=t,this.refs=f,this.updater=r||c}function l(){}function p(e,t,r){this.props=e,this.context=t,this.refs=f,this.updater=r||c}u.prototype.isReactComponent={},u.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(a(85));this.updater.enqueueSetState(this,e,t,"setState")},u.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},l.prototype=u.prototype;var s=p.prototype=new l;s.constructor=p,o(s,u.prototype),s.isPureReactComponent=!0;var y=null,d=Object.prototype.hasOwnProperty,m={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},a=null,c=null;if(null!=t)for(o in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(a=""+t.key),t)d.call(t,o)&&!m.hasOwnProperty(o)&&(n[o]=t[o]);var f=arguments.length-2;if(1===f)n.children=r;else if(1<f){for(var u=Array(f),l=0;l<f;l++)u[l]=arguments[l+2];n.children=u}if(e&&e.defaultProps)for(o in f=e.defaultProps)void 0===n[o]&&(n[o]=f[o]);return{$$typeof:i,type:e,key:a,ref:c,props:n,_owner:y}}},294:function(e,t,r){e.exports=r(408)}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,r),i.exports}r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};!function(){r.r(o);var e,t=r(294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},n.apply(this,arguments)}o.default=function(r){return t.createElement("svg",n({width:"1em",height:"1em",viewBox:"0 0 32 32",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M0 16c0-2.167.423-4.238 1.268-6.214s1.982-3.679 3.41-5.107C6.109 3.25 7.81 2.113 9.787 1.268A15.64 15.64 0 0 1 16 0c2.167 0 4.238.423 6.214 1.268 1.977.845 3.679 1.982 5.107 3.41 1.429 1.43 2.566 3.132 3.411 5.108A15.64 15.64 0 0 1 32 16c0 2.179-.423 4.256-1.268 6.232s-1.982 3.676-3.41 5.098c-1.43 1.423-3.131 2.557-5.108 3.402A15.64 15.64 0 0 1 16 32a15.64 15.64 0 0 1-6.214-1.268c-1.976-.845-3.679-1.979-5.107-3.402-1.429-1.422-2.566-3.122-3.411-5.098A15.684 15.684 0 0 1 0 16Zm3 0c0 1.762.342 3.446 1.027 5.054.684 1.607 1.607 2.99 2.768 4.151 1.16 1.161 2.544 2.084 4.151 2.768A12.766 12.766 0 0 0 16 29c1.762 0 3.446-.342 5.054-1.027 1.607-.684 2.99-1.607 4.151-2.768 1.161-1.16 2.084-2.544 2.768-4.151A12.766 12.766 0 0 0 29 16c0-1.762-.342-3.446-1.027-5.054-.684-1.607-1.607-2.99-2.768-4.151-1.16-1.161-2.544-2.084-4.151-2.768A12.766 12.766 0 0 0 16 3c-1.762 0-3.446.342-5.054 1.027-1.607.684-2.99 1.607-4.151 2.768-1.161 1.16-2.084 2.544-2.768 4.151A12.766 12.766 0 0 0 3 16Zm1.571 0c0-1.548.304-3.027.911-4.438.607-1.41 1.42-2.624 2.438-3.642 1.018-1.018 2.232-1.83 3.643-2.438A11.11 11.11 0 0 1 16 4.572c2.071 0 3.985.511 5.741 1.535a11.341 11.341 0 0 1 4.16 4.16C26.92 12.018 27.43 13.93 27.43 16c0 1.548-.301 3.027-.902 4.438-.601 1.41-1.414 2.628-2.438 3.651-1.023 1.024-2.24 1.837-3.651 2.438-1.411.601-2.89.902-4.438.902-2.071 0-3.982-.51-5.732-1.527a11.341 11.341 0 0 1-4.16-4.16C5.082 19.984 4.57 18.071 4.57 16Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/** @license React v16.14.0
|
|
8
|
+
* react.production.min.js
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
|
+
*
|
|
12
|
+
* This source code is licensed under the MIT license found in the
|
|
13
|
+
* LICENSE file in the root directory of this source tree.
|
|
14
|
+
*/
|
package/package.json
CHANGED
package/widget/map-pin.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see map-pin.js.LICENSE.txt */
|
|
2
|
-
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,
|
|
2
|
+
!function(){"use strict";var e={418:function(e){var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,f,c=n(e),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))r.call(a,l)&&(c[l]=a[l]);if(t){f=t(a);for(var p=0;p<f.length;p++)o.call(a,f[p])&&(c[f[p]]=a[f[p]])}}return c}},408:function(e,t,r){var o=r(418),n="function"==typeof Symbol&&Symbol.for,i=n?Symbol.for("react.element"):60103;n&&Symbol.for("react.portal"),n&&Symbol.for("react.fragment"),n&&Symbol.for("react.strict_mode"),n&&Symbol.for("react.profiler"),n&&Symbol.for("react.provider"),n&&Symbol.for("react.context"),n&&Symbol.for("react.forward_ref"),n&&Symbol.for("react.suspense"),n&&Symbol.for("react.memo"),n&&Symbol.for("react.lazy"),"function"==typeof Symbol&&Symbol.iterator;function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var f={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},c={};function u(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}function l(){}function p(e,t,r){this.props=e,this.context=t,this.refs=c,this.updater=r||f}u.prototype.isReactComponent={},u.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(a(85));this.updater.enqueueSetState(this,e,t,"setState")},u.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},l.prototype=u.prototype;var s=p.prototype=new l;s.constructor=p,o(s,u.prototype),s.isPureReactComponent=!0;var y=null,d=Object.prototype.hasOwnProperty,b={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},a=null,f=null;if(null!=t)for(o in void 0!==t.ref&&(f=t.ref),void 0!==t.key&&(a=""+t.key),t)d.call(t,o)&&!b.hasOwnProperty(o)&&(n[o]=t[o]);var c=arguments.length-2;if(1===c)n.children=r;else if(1<c){for(var u=Array(c),l=0;l<c;l++)u[l]=arguments[l+2];n.children=u}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===n[o]&&(n[o]=c[o]);return{$$typeof:i,type:e,key:a,ref:f,props:n,_owner:y}}},294:function(e,t,r){e.exports=r(408)}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,r),i.exports}r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};!function(){r.r(o);var e,t=r(294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},n.apply(this,arguments)}o.default=function(r){return t.createElement("svg",n({width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M8.607 14.112c1.285-1.609 4.218-5.509 4.218-7.7A4.814 4.814 0 0 0 8.012 1.6 4.814 4.814 0 0 0 3.2 6.412c0 2.191 2.933 6.091 4.218 7.7a.757.757 0 0 0 1.189 0Zm-.595-6.095a1.606 1.606 0 0 1 0-3.208c.885 0 1.605.719 1.605 1.603 0 .885-.72 1.605-1.605 1.605Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
|