@webjet/react-icons 0.0.6 → 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 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
+ ![image](https://user-images.githubusercontent.com/16181202/196594830-75f27f19-00f5-4c97-828f-fdf4e1de11cd.png)
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.
@@ -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),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:"M3 11.333 6.333 8 3 4.667 4.667 3 8 6.333 11.333 3 13 4.667 9.667 8 13 11.333 11.333 13 8 9.667 4.667 13 3 11.333Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
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 c,i,f=n(e),u=1;u<arguments.length;u++){for(var l in c=Object(arguments[u]))r.call(c,l)&&(f[l]=c[l]);if(t){i=t(c);for(var p=0;p<i.length;p++)o.call(c,i[p])&&(f[i[p]]=c[i[p]])}}return f}},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 c(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 i={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||i}function l(){}function p(e,t,r){this.props=e,this.context=t,this.refs=f,this.updater=r||i}u.prototype.isReactComponent={},u.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(c(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,h=Object.prototype.hasOwnProperty,d={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},c=null,i=null;if(null!=t)for(o in void 0!==t.ref&&(i=t.ref),void 0!==t.key&&(c=""+t.key),t)h.call(t,o)&&!d.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:a,type:e,key:c,ref:i,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:"M2.094 12.111A.333.333 0 0 1 2 11.878a.3.3 0 0 1 .094-.223c.07-.061.15-.091.24-.091h5.29a1.53 1.53 0 0 1 .585-.923c.32-.25.685-.375 1.095-.375.41 0 .772.125 1.086.375.32.243.518.55.594.923h2.682c.09 0 .167.03.23.09.07.062.104.136.104.224a.317.317 0 0 1-.104.233.317.317 0 0 1-.23.091h-2.682a1.557 1.557 0 0 1-.594.933 1.72 1.72 0 0 1-1.086.365c-.41 0-.775-.122-1.095-.365a1.573 1.573 0 0 1-.585-.933h-5.29c-.09 0-.17-.03-.24-.09Zm0-3.873A.3.3 0 0 1 2 8.015c0-.088.031-.162.094-.223a.335.335 0 0 1 .24-.101h2.463a1.53 1.53 0 0 1 .584-.923c.32-.25.685-.375 1.096-.375.41 0 .772.125 1.085.375.313.244.511.551.595.923h5.51c.09 0 .166.03.229.091.07.06.104.139.104.233a.285.285 0 0 1-.104.223.317.317 0 0 1-.23.091h-5.51a1.623 1.623 0 0 1-.594.933 1.719 1.719 0 0 1-1.085.365c-.41 0-.776-.121-1.096-.365a1.573 1.573 0 0 1-.584-.933H2.334c-.09 0-.17-.03-.24-.09Zm0-3.893A.333.333 0 0 1 2 4.112a.3.3 0 0 1 .094-.223c.07-.06.15-.091.24-.091h5.29a1.53 1.53 0 0 1 .585-.923c.32-.25.685-.375 1.095-.375.41 0 .772.125 1.086.375.32.243.518.551.594.923h2.682c.09 0 .167.03.23.09.07.062.104.136.104.224a.316.316 0 0 1-.104.233.317.317 0 0 1-.23.091h-2.682a1.554 1.554 0 0 1-.594.923 1.72 1.72 0 0 1-1.086.365c-.41 0-.775-.122-1.095-.365a1.53 1.53 0 0 1-.585-.923h-5.29c-.09 0-.17-.03-.24-.09Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
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),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",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.002 0C5.61 0 3.67 2.007 3.67 4.483v2.171H3a1 1 0 0 0-1 1V15a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7.654a1 1 0 0 0-1-1h-.664v-2.17C12.336 2.006 10.396 0 8.002 0Zm2.334 6.654v-2.17c0-1.334-1.045-2.415-2.334-2.415-1.288 0-2.333 1.081-2.333 2.414v2.171h4.667Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
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,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 16 16",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M.39 8.502 7.941.96C8.21.693 8.568.466 9.02.28 9.469.093 9.88 0 10.255 0h4.393c.366 0 .683.134.95.401a1.3 1.3 0 0 1 .402.951v4.393c0 .373-.093.785-.28 1.236-.187.45-.414.806-.681 1.066l-7.55 7.562c-.261.26-.578.391-.952.391-.366 0-.686-.13-.96-.39L.39 10.412A1.291 1.291 0 0 1 0 9.463c0-.366.13-.687.39-.961Zm11.275-4.166c.264.263.583.396.955.396.373 0 .692-.133.956-.396.264-.265.396-.584.396-.956a1.3 1.3 0 0 0-.396-.956 1.302 1.302 0 0 0-.956-.396c-.372 0-.692.132-.955.396a1.3 1.3 0 0 0-.396.956c0 .372.131.691.396.956Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
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})}();
@@ -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),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",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.67 4.483C3.67 2.007 5.61 0 8.003 0c2.1 0 3.852 1.546 4.249 3.598.066.338-.212.628-.556.628h-.83c-.309 0-.559-.236-.656-.528-.315-.948-1.184-1.629-2.207-1.629-1.288 0-2.333 1.081-2.333 2.414v2.171H13a1 1 0 0 1 1 1V15a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.654a1 1 0 0 1 1-1h.67v-2.17Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
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})}();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webjet/react-icons",
3
3
  "sideEffects": false,
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "description": "React Icons",
6
6
  "scripts": {
7
7
  "start": "webpack serve --env env=library --port 9020 --open",
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,a){for(var i,c,f=n(e),u=1;u<arguments.length;u++){for(var l in i=Object(arguments[u]))r.call(i,l)&&(f[l]=i[l]);if(t){c=t(i);for(var p=0;p<c.length;p++)o.call(i,c[p])&&(f[c[p]]=i[c[p]])}}return f}},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 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(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,b={key:!0,ref:!0,__self:!0,__source:!0};t.createElement=function(e,t,r){var o,n={},i=null,c=null;if(null!=t)for(o in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(i=""+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:a,type:e,key:i,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 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 32 32",fill:"#646464",xmlns:"http://www.w3.org/2000/svg"},r),e||(e=t.createElement("path",{d:"M4 11.906c0-1.552.328-3.06.984-4.523a12.584 12.584 0 0 1 2.61-3.813C8.677 2.492 9.956 1.628 11.43.977A11.198 11.198 0 0 1 16 0c1.563 0 3.08.326 4.555.977a12.761 12.761 0 0 1 3.843 2.586c1.089 1.072 1.961 2.343 2.618 3.812.656 1.469.984 2.98.984 4.531 0 .959-.221 2.068-.664 3.328a23.155 23.155 0 0 1-1.719 3.75 61.72 61.72 0 0 1-2.336 3.782 56.753 56.753 0 0 1-2.562 3.554 185.265 185.265 0 0 1-2.336 2.922 50.477 50.477 0 0 1-1.727 2.024L16 32c-.167-.177-.393-.43-.68-.758-.286-.328-.846-.99-1.68-1.984a88.898 88.898 0 0 1-2.382-2.969 77.223 77.223 0 0 1-2.516-3.508 50.453 50.453 0 0 1-2.383-3.828 24.581 24.581 0 0 1-1.68-3.703C4.228 13.98 4 12.865 4 11.906ZM10 12c0 1.656.586 3.07 1.758 4.242C12.93 17.414 14.344 18 16 18c1.656 0 3.07-.586 4.242-1.758C21.414 15.07 22 13.656 22 12c0-1.656-.586-3.07-1.758-4.242C19.07 6.586 17.656 6 16 6c-1.656 0-3.07.586-4.242 1.758C10.586 8.93 10 10.344 10 12Z"})))}}(),exports.default=o.default,Object.defineProperty(exports,"__esModule",{value:!0})}();
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})}();