@maestro_io/maestro-web-sdk 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/SvgIcon/Icon.d.ts +12 -14
- package/dist/maestro-web-sdk.umd.js +1 -1
- package/dist/maestro-web-sdk.umd.js.map +1 -1
- package/package.json +3 -6
- package/dist/1.maestro-web-sdk.umd.js +0 -2
- package/dist/1.maestro-web-sdk.umd.js.map +0 -1
- package/dist/2.maestro-web-sdk.umd.js +0 -2
- package/dist/2.maestro-web-sdk.umd.js.map +0 -1
- package/dist/3.maestro-web-sdk.umd.js +0 -2
- package/dist/3.maestro-web-sdk.umd.js.map +0 -1
- package/dist/4.maestro-web-sdk.umd.js +0 -2
- package/dist/4.maestro-web-sdk.umd.js.map +0 -1
- package/dist/5.maestro-web-sdk.umd.js +0 -2
- package/dist/5.maestro-web-sdk.umd.js.map +0 -1
- package/dist/6.maestro-web-sdk.umd.js +0 -2
- package/dist/6.maestro-web-sdk.umd.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maestro_io/maestro-web-sdk",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.2",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/maestro-web-sdk.umd.js",
|
|
@@ -70,15 +70,12 @@
|
|
|
70
70
|
"typescript": "^4",
|
|
71
71
|
"webpack": "4",
|
|
72
72
|
"webpack-cli": "3.3.12",
|
|
73
|
-
"webpack-dev-server": "3.11.2"
|
|
74
|
-
"@babel/core": "^7.0.0"
|
|
73
|
+
"webpack-dev-server": "3.11.2"
|
|
75
74
|
},
|
|
76
75
|
"dependencies": {
|
|
77
76
|
"axios": "^1.8.2",
|
|
78
77
|
"axios-retry": "^4.5.0",
|
|
79
|
-
"prop-types": "15"
|
|
80
|
-
},
|
|
81
|
-
"peerDependencies": {
|
|
78
|
+
"prop-types": "15",
|
|
82
79
|
"react": "^15.0.0",
|
|
83
80
|
"react-dom": "^15.0.0"
|
|
84
81
|
},
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(this.webpackJsonpMaestroWebSDK=this.webpackJsonpMaestroWebSDK||[]).push([[1],{27:function(e,t,s){"use strict";s.r(t);var r=s(0),n=s.n(r);class o extends n.a.Component{constructor(e){super(e)}render(){return n.a.createElement("svg",{width:this.props.width,height:this.props.height,viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n.a.createElement("path",{d:"M26.4393 4.5H6.61944L3.34766 31.5C3.34766 31.5 19.7066 31.5 22.7432 31.5C23.3056 31.5 23.8679 31.4591 24.4251 31.3773C26.0406 31.1268 28.7193 30.3445 29.8491 27.6808C30.3501 26.4947 30.7387 23.1919 30.8665 22.3023C31.1783 20.1345 30.0178 18.8819 28.8625 18.1508C28.6069 17.9923 28.6733 17.6038 28.9647 17.5322C30.1814 17.2203 31.3266 16.571 31.6435 15.1906C31.8633 14.2192 32.0781 12.0872 32.2263 10.9011C32.9113 5.92643 29.568 4.5 26.4393 4.5ZM24.1542 19.792H15.8213L15.6117 21.5047H23.9497L23.4589 25.4773H10.1468L11.2715 16.3154H24.5836L24.1593 19.7869L24.1542 19.792ZM24.7779 14.7202H11.4658L11.9821 10.5227H25.2942L24.783 14.7202H24.7779Z",fill:"#9DA0A6"}))}}t.default=o}}]);
|
|
2
|
-
//# sourceMappingURL=1.maestro-web-sdk.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack://MaestroWebSDK/./src/components/atoms/SvgIcon/BetsIcon.tsx"],"names":["BetsIcon","React","Component","constructor","props","super","render","createElement","width","this","height","viewBox","fill","xmlns","d"],"mappings":"+GAAA,2BAEA,MAAMA,UAAiBC,IAAMC,UAC3BC,YAAYC,GACVC,MAAMD,GAGRE,SACE,OACEL,IAAAM,cAAA,OACEC,MAAOC,KAAKL,MAAMI,MAClBE,OAAQD,KAAKL,MAAMM,OACnBC,QAAQ,YACRC,KAAK,OACLC,MAAM,8BAENZ,IAAAM,cAAA,QACEO,EAAE,soBACFF,KAAK,cAOAZ","file":"1.maestro-web-sdk.umd.js","sourcesContent":["import React from 'react';\nimport { IconProps } from './Icon';\nclass BetsIcon extends React.Component<IconProps> {\n constructor(props: IconProps) {\n super(props);\n }\n\n render() {\n return (\n <svg\n width={this.props.width}\n height={this.props.height}\n viewBox=\"0 0 36 36\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M26.4393 4.5H6.61944L3.34766 31.5C3.34766 31.5 19.7066 31.5 22.7432 31.5C23.3056 31.5 23.8679 31.4591 24.4251 31.3773C26.0406 31.1268 28.7193 30.3445 29.8491 27.6808C30.3501 26.4947 30.7387 23.1919 30.8665 22.3023C31.1783 20.1345 30.0178 18.8819 28.8625 18.1508C28.6069 17.9923 28.6733 17.6038 28.9647 17.5322C30.1814 17.2203 31.3266 16.571 31.6435 15.1906C31.8633 14.2192 32.0781 12.0872 32.2263 10.9011C32.9113 5.92643 29.568 4.5 26.4393 4.5ZM24.1542 19.792H15.8213L15.6117 21.5047H23.9497L23.4589 25.4773H10.1468L11.2715 16.3154H24.5836L24.1593 19.7869L24.1542 19.792ZM24.7779 14.7202H11.4658L11.9821 10.5227H25.2942L24.783 14.7202H24.7779Z\"\n fill=\"#9DA0A6\"\n />\n </svg>\n );\n }\n}\n\nexport default BetsIcon;\n"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(this.webpackJsonpMaestroWebSDK=this.webpackJsonpMaestroWebSDK||[]).push([[2],{29:function(e,t,s){"use strict";s.r(t);var n=s(0),i=s.n(n);class l extends i.a.Component{render(){return i.a.createElement("svg",{width:this.props.width,height:this.props.height,viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.96879 29.0297C11.6061 31.2694 14.6822 32.9334 18.0001 33.9152C21.3179 32.9334 24.394 31.2694 27.0313 29.0297C29.6686 26.7899 31.8089 24.0239 33.3151 20.9089C31.6987 16.1971 30.9721 11.2259 31.1722 6.24861C26.9818 4.51945 22.5273 3.51728 18.0001 3.28516C13.4728 3.51728 9.01831 4.51945 4.82788 6.24861C5.02804 11.2259 4.30143 16.1971 2.68506 20.9089C4.19119 24.0239 6.33149 26.7899 8.96879 29.0297ZM11.7503 14.7153L12.2646 10.5164H25.5772L25.0616 14.7153H11.7503ZM23.7355 25.4753H10.423L11.5486 16.3157H24.8599L24.4349 19.7871H16.1048L15.8917 21.4998H24.2282L23.7355 25.4753Z",fill:"#9DA0A6"}))}}t.default=l}}]);
|
|
2
|
-
//# sourceMappingURL=2.maestro-web-sdk.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack://MaestroWebSDK/./src/components/atoms/SvgIcon/FantasyIcon.tsx"],"names":["FantasyIcon","React","Component","render","createElement","width","this","props","height","viewBox","fill","xmlns","fillRule","clipRule","d"],"mappings":"+GAAA,2BAGA,MAAMA,UAAoBC,IAAMC,UAC9BC,SACE,OACEF,IAAAG,cAAA,OACEC,MAAOC,KAAKC,MAAMF,MAClBG,OAAQF,KAAKC,MAAMC,OACnBC,QAAQ,YACRC,KAAK,OACLC,MAAM,8BAENV,IAAAG,cAAA,QACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,okBACFJ,KAAK,cAOAV","file":"2.maestro-web-sdk.umd.js","sourcesContent":["import React from 'react';\nimport { IconProps } from './Icon';\n\nclass FantasyIcon extends React.Component<IconProps, {}> {\n render() {\n return (\n <svg\n width={this.props.width}\n height={this.props.height}\n viewBox=\"0 0 36 36\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.96879 29.0297C11.6061 31.2694 14.6822 32.9334 18.0001 33.9152C21.3179 32.9334 24.394 31.2694 27.0313 29.0297C29.6686 26.7899 31.8089 24.0239 33.3151 20.9089C31.6987 16.1971 30.9721 11.2259 31.1722 6.24861C26.9818 4.51945 22.5273 3.51728 18.0001 3.28516C13.4728 3.51728 9.01831 4.51945 4.82788 6.24861C5.02804 11.2259 4.30143 16.1971 2.68506 20.9089C4.19119 24.0239 6.33149 26.7899 8.96879 29.0297ZM11.7503 14.7153L12.2646 10.5164H25.5772L25.0616 14.7153H11.7503ZM23.7355 25.4753H10.423L11.5486 16.3157H24.8599L24.4349 19.7871H16.1048L15.8917 21.4998H24.2282L23.7355 25.4753Z\"\n fill=\"#9DA0A6\"\n />\n </svg>\n );\n }\n}\n\nexport default FantasyIcon;\n"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(this.webpackJsonpMaestroWebSDK=this.webpackJsonpMaestroWebSDK||[]).push([[3],{25:function(e,t,a){"use strict";a.r(t);var s=a(0),h=a.n(s);class i extends h.a.Component{render(){return h.a.createElement("svg",{width:this.props.width,height:this.props.height,viewBox:"0 0 30 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},h.a.createElement("path",{d:"M27.375 4.75H2.625V7H27.375V4.75Z",fill:"white"}),h.a.createElement("path",{d:"M25.125 0.25H4.875V2.5H25.125V0.25Z",fill:"white"}),h.a.createElement("path",{d:"M0.375 9.25V31.75H29.625V9.25H0.375ZM11.625 26.125V14.875L20.625 20.5L11.625 26.125Z",fill:"white"}))}}t.default=i}}]);
|
|
2
|
-
//# sourceMappingURL=3.maestro-web-sdk.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack://MaestroWebSDK/./src/components/atoms/SvgIcon/KeyPlaysIcon.tsx"],"names":["KeyPlaysIcon","React","Component","render","createElement","width","this","props","height","viewBox","fill","xmlns","d"],"mappings":"+GAAA,2BAGA,MAAMA,UAAqBC,IAAMC,UAC/BC,SACE,OACEF,IAAAG,cAAA,OACEC,MAAOC,KAAKC,MAAMF,MAClBG,OAAQF,KAAKC,MAAMC,OACnBC,QAAQ,YACRC,KAAK,OACLC,MAAM,8BAENV,IAAAG,cAAA,QAAMQ,EAAE,oCAAoCF,KAAK,UACjDT,IAAAG,cAAA,QAAMQ,EAAE,sCAAsCF,KAAK,UACnDT,IAAAG,cAAA,QACEQ,EAAE,uFACFF,KAAK,YAOAV","file":"3.maestro-web-sdk.umd.js","sourcesContent":["import React from 'react';\nimport { IconProps } from './Icon';\n\nclass KeyPlaysIcon extends React.Component<IconProps, {}> {\n render() {\n return (\n <svg\n width={this.props.width}\n height={this.props.height}\n viewBox=\"0 0 30 32\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M27.375 4.75H2.625V7H27.375V4.75Z\" fill=\"white\" />\n <path d=\"M25.125 0.25H4.875V2.5H25.125V0.25Z\" fill=\"white\" />\n <path\n d=\"M0.375 9.25V31.75H29.625V9.25H0.375ZM11.625 26.125V14.875L20.625 20.5L11.625 26.125Z\"\n fill=\"white\"\n />\n </svg>\n );\n }\n}\n\nexport default KeyPlaysIcon;\n"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(this.webpackJsonpMaestroWebSDK=this.webpackJsonpMaestroWebSDK||[]).push([[4],{26:function(e,t,s){"use strict";s.r(t);var n=s(0),i=s.n(n);class h extends i.a.Component{render(){return i.a.createElement("svg",{width:this.props.width,height:this.props.height,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.1891 8.29879C18.6116 8.5331 18.9367 8.80345 19.162 9.10985C19.3873 9.41624 19.5 9.71863 19.5 10.019C19.5 10.3194 19.396 10.6158 19.1837 10.9102C18.9713 11.2026 18.6463 11.4669 18.2108 11.7012L10.9111 15.6724L3.58975 19.6035C3.15207 19.8378 2.74256 19.9679 2.36122 19.994C1.98204 20.02 1.65703 19.9619 1.38836 19.8177C1.12185 19.6735 0.905177 19.4453 0.742673 19.1328C0.582335 18.8204 0.5 18.4419 0.5 17.9994V2.00062C0.5 1.55805 0.573669 1.17956 0.721006 0.867153C0.87051 0.554748 1.09152 0.326452 1.38836 0.182265C1.6852 0.0380777 2.02104 -0.0199976 2.39372 0.00603615C2.76639 0.0340725 3.16507 0.164241 3.58975 0.398545L10.9111 4.36769L18.1891 8.29879Z",fill:"white"}))}}t.default=h}}]);
|
|
2
|
-
//# sourceMappingURL=4.maestro-web-sdk.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack://MaestroWebSDK/./src/components/atoms/SvgIcon/PlayIcon.tsx"],"names":["PlayIcon","React","Component","render","createElement","width","this","props","height","viewBox","fill","xmlns","fillRule","clipRule","d"],"mappings":"+GAAA,2BAGA,MAAMA,UAAiBC,IAAMC,UAC3BC,SACE,OACEF,IAAAG,cAAA,OACEC,MAAOC,KAAKC,MAAMF,MAClBG,OAAQF,KAAKC,MAAMC,OACnBC,QAAQ,YACRC,KAAK,OACLC,MAAM,8BAENV,IAAAG,cAAA,QACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,opBACFJ,KAAK,YAOAV","file":"4.maestro-web-sdk.umd.js","sourcesContent":["import React from 'react';\nimport { IconProps } from './Icon';\n\nclass PlayIcon extends React.Component<IconProps, {}> {\n render() {\n return (\n <svg\n width={this.props.width}\n height={this.props.height}\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18.1891 8.29879C18.6116 8.5331 18.9367 8.80345 19.162 9.10985C19.3873 9.41624 19.5 9.71863 19.5 10.019C19.5 10.3194 19.396 10.6158 19.1837 10.9102C18.9713 11.2026 18.6463 11.4669 18.2108 11.7012L10.9111 15.6724L3.58975 19.6035C3.15207 19.8378 2.74256 19.9679 2.36122 19.994C1.98204 20.02 1.65703 19.9619 1.38836 19.8177C1.12185 19.6735 0.905177 19.4453 0.742673 19.1328C0.582335 18.8204 0.5 18.4419 0.5 17.9994V2.00062C0.5 1.55805 0.573669 1.17956 0.721006 0.867153C0.87051 0.554748 1.09152 0.326452 1.38836 0.182265C1.6852 0.0380777 2.02104 -0.0199976 2.39372 0.00603615C2.76639 0.0340725 3.16507 0.164241 3.58975 0.398545L10.9111 4.36769L18.1891 8.29879Z\"\n fill=\"white\"\n />\n </svg>\n );\n }\n}\n\nexport default PlayIcon;\n"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(this.webpackJsonpMaestroWebSDK=this.webpackJsonpMaestroWebSDK||[]).push([[5],{28:function(e,t,l){"use strict";l.r(t);var i=l(0),a=l.n(i);class n extends a.a.Component{render(){return a.a.createElement("svg",{width:this.props.width,height:this.props.height,viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a.a.createElement("g",{clipPath:"url(#clip0_538_5831)"},a.a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5925 1.7998V32.6941H10.4849V14.8588H3.671V32.6941H0.899902V34.7641H35.099V32.6941H32.3603V8.0125H25.514V32.6941H21.4397V1.7998H14.5925Z",fill:"#9DA0A6"})),a.a.createElement("defs",null,a.a.createElement("clipPath",{id:"clip0_538_5831"},a.a.createElement("rect",{width:"36",height:"36",fill:"white"}))))}}t.default=n}}]);
|
|
2
|
-
//# sourceMappingURL=5.maestro-web-sdk.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack://MaestroWebSDK/./src/components/atoms/SvgIcon/StatsIcon.tsx"],"names":["StatsIcon","React","Component","render","createElement","width","this","props","height","viewBox","fill","xmlns","clipPath","fillRule","clipRule","d","id"],"mappings":"+GAAA,2BAGA,MAAMA,UAAkBC,IAAMC,UAC5BC,SACE,OACEF,IAAAG,cAAA,OACEC,MAAOC,KAAKC,MAAMF,MAClBG,OAAQF,KAAKC,MAAMC,OACnBC,QAAQ,YACRC,KAAK,OACLC,MAAM,8BAENV,IAAAG,cAAA,KAAGQ,SAAS,wBACVX,IAAAG,cAAA,QACES,SAAS,UACTC,SAAS,UACTC,EAAE,8IACFL,KAAK,aAGTT,IAAAG,cAAA,YACEH,IAAAG,cAAA,YAAUY,GAAG,kBACXf,IAAAG,cAAA,QAAMC,MAAM,KAAKG,OAAO,KAAKE,KAAK,cAQ/BV","file":"5.maestro-web-sdk.umd.js","sourcesContent":["import React from 'react';\nimport { IconProps } from './Icon';\n\nclass StatsIcon extends React.Component<IconProps, {}> {\n render() {\n return (\n <svg\n width={this.props.width}\n height={this.props.height}\n viewBox=\"0 0 36 36\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <g clipPath=\"url(#clip0_538_5831)\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5925 1.7998V32.6941H10.4849V14.8588H3.671V32.6941H0.899902V34.7641H35.099V32.6941H32.3603V8.0125H25.514V32.6941H21.4397V1.7998H14.5925Z\"\n fill=\"#9DA0A6\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_538_5831\">\n <rect width=\"36\" height=\"36\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n );\n }\n}\n\nexport default StatsIcon;\n"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(this.webpackJsonpMaestroWebSDK=this.webpackJsonpMaestroWebSDK||[]).push([[6],{30:function(e,t,s){"use strict";s.r(t);var n=s(0),i=s.n(n);class l extends i.a.Component{render(){return i.a.createElement("svg",{width:this.props.width,height:this.props.height,viewBox:"0 0 22 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0022 0.75L21.8012 19.4545H0.203125L11.0022 0.75ZM11.7522 13.5V7.5H10.2522V13.5H11.7522ZM11.8022 14.95H10.2022V16.55H11.8022V14.95Z",fill:"#F58B00"}))}}t.default=l}}]);
|
|
2
|
-
//# sourceMappingURL=6.maestro-web-sdk.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack://MaestroWebSDK/./src/components/atoms/SvgIcon/WarningIcon.tsx"],"names":["WarningIcon","React","Component","render","createElement","width","this","props","height","viewBox","fill","xmlns","fillRule","clipRule","d"],"mappings":"+GAAA,2BAGA,MAAMA,UAAoBC,IAAMC,UAC9BC,SACE,OACEF,IAAAG,cAAA,OACEC,MAAOC,KAAKC,MAAMF,MAClBG,OAAQF,KAAKC,MAAMC,OACnBC,QAAQ,YACRC,KAAK,OACLC,MAAM,8BAENV,IAAAG,cAAA,QACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,yIACFJ,KAAK,cAOAV","file":"6.maestro-web-sdk.umd.js","sourcesContent":["import React from 'react';\nimport { IconProps } from './Icon';\n\nclass WarningIcon extends React.Component<IconProps, {}> {\n render() {\n return (\n <svg\n width={this.props.width}\n height={this.props.height}\n viewBox=\"0 0 22 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0022 0.75L21.8012 19.4545H0.203125L11.0022 0.75ZM11.7522 13.5V7.5H10.2522V13.5H11.7522ZM11.8022 14.95H10.2022V16.55H11.8022V14.95Z\"\n fill=\"#F58B00\"\n />\n </svg>\n );\n }\n}\n\nexport default WarningIcon;\n"],"sourceRoot":""}
|