diff --git a/.prettierrc.js b/.prettierrc.js new file mode 100644 index 0000000..0b97903 --- /dev/null +++ b/.prettierrc.js @@ -0,0 +1,8 @@ +module.exports = { + printWidth: 200, + tabWidth: 4, + useTabs: true, + singleQuote: true, + trailingComma: 'none', + arrowParens: 'avoid' +}; diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index d48a991..0000000 --- a/docs/index.html +++ /dev/null @@ -1 +0,0 @@ -PubRec UI
\ No newline at end of file diff --git a/docs/manifest.json b/docs/manifest.json deleted file mode 100644 index 1659535..0000000 --- a/docs/manifest.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "vendors.css": "/ui/static/css/vendors.70e37c5847ef8db6733c.css", - "vendors.js": "/ui/static/js/vendors.72683af1.js", - "docz-input-doc.js": "/ui/static/js/docz-input-doc.a127da2c.js", - "docz-grid-doc.js": "/ui/static/js/docz-grid-doc.706f856b.js", - "docz-div-doc.js": "/ui/static/js/docz-div-doc.0c3d18d0.js", - "docz-common-doc.js": "/ui/static/js/docz-common-doc.f86d5ec4.js", - "docz-button-doc.js": "/ui/static/js/docz-button-doc.e09140f6.js", - "runtime~app.js": "/ui/static/js/runtime~app.bbc8db3c.js", - "app.js": "/ui/static/js/app.21218d61.js", - "static/img/arrow-down.svg": "/ui/static/img/arrow-down.519d8e21.svg", - "index.html": "/ui/index.html" -} \ No newline at end of file diff --git a/docs/static/css/vendors.70e37c5847ef8db6733c.css b/docs/static/css/vendors.70e37c5847ef8db6733c.css deleted file mode 100644 index 7c8c168..0000000 --- a/docs/static/css/vendors.70e37c5847ef8db6733c.css +++ /dev/null @@ -1 +0,0 @@ -.css-poh2wl.active{font-size:1.2em}h2.e1e3q0160{margin-bottom:0}h2.e1e3q0160+p{margin:.4em 0 1.5em}h2#proptypes{margin-bottom:.5em}.css-11n4p73.e3o6hlv0 .ui-button{margin-right:1em}.css-kg8fgt .ui-grid-item{background:#fbede7;padding:.5em;border-radius:5px}.css-11n4p73 .stacked .ui-grid-item:first-child{margin-bottom:1em}.card-example+.css-11n4p73{background:#eee;padding:1em;margin-bottom:.5em;border-radius:0}body{--ui-button-font-family:"Lato";--ui-button-color:#56bf93;--ui-button-color-focus:#3ea479;--ui-button-color-active:#338663;--ui-button-secondary-color:#209dd2;--ui-button-secondary-color-focus:#197ca6;--ui-button-secondary-color-active:#146182;--ui-input-border-focus:2px solid #209dd2}.ui-button{display:inline-block;padding:var(--ui-button-padding,var(--ui-small,16px));border-radius:var(--ui-button-border-radius,0);outline:none;font-family:var(--ui-button-font-family,var(--ui-font-sans-serif,sans-serif));font-weight:var(--ui-button-font-weight,600);font-size:var(--ui-button-font-size,var(--ui-font-x-small,.9em));text-transform:var(--ui-button-text-transform,uppercase);letter-spacing:var(--ui-button-letter-spacing,.5px);transition:var(--ui-button-transition,.15s background-color,.15s border-color,.15s color);cursor:pointer}.ui-button.primary{border:var(--ui-button-border,1px solid transparent);background-color:var(--ui-button-color,var(--ui-color-gray-dark,#919191));border-color:var(--ui-button-color,var(--ui-color-gray-dark,#919191));color:var(--ui-button-color,var(--ui-color-gray-dark,#919191))}.ui-button.primary:active,.ui-button.primary:focus,.ui-button.primary:hover{background-color:var(--ui-button-color-focus,var(--ui-color-gray-darker,#3e3e3e));border-color:var(--ui-button-color-focus,var(--ui-color-gray-darker,#3e3e3e));color:var(--ui-button-font-color,var(--ui-color-white,#fff))}.ui-button.primary:active{background-color:var(--ui-button-color-active,var(--ui-color-gray-darkest,#222));border-color:var(--ui-button-color-active,var(--ui-color-gray-darkest,#222))}.ui-button.secondary{border:var(--ui-button-secondary-border,1px solid transparent);background-color:var(--ui-button-secondary-color,var(--ui-color-gray-dark,#919191));border-color:var(--ui-button-secondary-color,var(--ui-color-gray-dark,#919191));color:var(--ui-button-secondary-color,var(--ui-color-gray-dark,#919191))}.ui-button.secondary:active,.ui-button.secondary:focus,.ui-button.secondary:hover{background-color:var(--ui-button-secondary-color-focus,var(--ui-color-gray-darker,#3e3e3e));border-color:var(--ui-button-secondary-color-focus,var(--ui-color-gray-darker,#3e3e3e));color:var(--ui-button-secondary-font-color,var(--ui-color-white,#fff))}.ui-button.secondary:active{background-color:var(--ui-button-secondary-color-active,var(--ui-color-gray-darkest,#222));border-color:var(--ui-button-secondary-color-active,var(--ui-color-gray-darkest,#222))}.ui-button.standard{color:var(--ui-button-font-color,var(--ui-color-white,#fff))}.ui-button.standard.secondary{color:var(--ui-button-secondary-font-color,var(--ui-color-white,#fff))}.ui-button.bare,.ui-button.outline{background-color:transparent}.ui-button.bare{border-color:transparent}.ui-button.full{display:block;width:100%}.ui-button.mini{min-width:8em;padding:var(--ui-x-small)}.ui-button:disabled{opacity:.5;cursor:not-allowed}.ui-button.loading{cursor:progress}.ui-div.item{padding:var(--ui-x-small,8px) 0;border-bottom:1px solid var(--ui-section-item-border,var(--ui-color-gray-light,#e1e1e1))}.ui-div.card{background:var(--ui-section-card-background,var(--ui-color-white,#fff));border-radius:var(--ui-section-card-border-radius,5px);box-shadow:var(--ui-section-card-box-shadow,2px 2px 6px -2px rgba(0,0,0,.3))}.ui-div.card,.ui-div.card .subsection{padding:var(--ui-section-card-padding,var(--ui-small,1em))}.ui-div.card .subsection{margin-left:calc(var(--ui-section-card-padding, var(--ui-small, 1em)) * -1);margin-right:calc(var(--ui-section-card-padding, var(--ui-small, 1em)) * -1);border-bottom:1px solid var(--ui-section-card-section-border,var(--ui-color-gray-light,#e1e1e1))}.ui-div.card .subsection:first-of-type{margin-top:calc(var(--ui-section-card-padding, var(--ui-small, 1em)) * -1)}.ui-div.card .subsection:last-of-type{margin-bottom:calc(var(--ui-section-card-padding, var(--ui-small, 1em)) * -1);border-bottom:none}.ui-grid{display:flex;justify-content:space-between;flex-direction:row}.ui-grid.swap{flex-direction:row-reverse}.ui-grid.stacked{flex-direction:column}.ui-grid.stacked.swap{flex-direction:column-reverse}.ui-grid>*{max-width:100%;position:relative}.ui-grid .center-y{align-self:center}.ui-input-label{display:block;margin:var(--ui-input-label-margin,0 0 var(--ui-x-small));font-size:var(--ui-input-label-font-size,.8em);font-weight:var(--ui-input-label-font-weight,500)}.ui-input,.ui-input-label{font-family:var(--ui-input-font-family,var(--ui-font-sans-serif,sans-serif))}.ui-input{display:inline-block;width:100%;padding:var(--ui-input-padding,.75em var(--ui-x-small));max-width:var(--ui-input-max-width,390px);border:var(--ui-input-border,2px solid var(--ui-color-gray-medium));border-radius:var(--ui-input-border-radius,0);outline:none;font-weight:var(--ui-input-font-weight,500);font-size:var(--ui-input-font-size,var(--ui-font-x-small,.9em));text-transform:var(--ui-input-text-transform,capitalize);letter-spacing:var(--ui-input-letter-spacing,.5px);background:var(--ui-input-background,var(----ui-color-white))}.ui-input:focus{border:var(--ui-input-border-focus,2px solid var(--ui-color-gray-dark))}select.ui-input{-webkit-appearance:none;padding:var(--ui-input-select-padding,.75em var(--ui-large) .75em var(--ui-x-small));background:var(--ui-input-select-background,url(/ui/static/img/arrow-down.519d8e21.svg) no-repeat right .5em center);background-size:var(--ui-input-select-background-size,.75em)}[class^=ui-]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}:root{--ui-color-green:#3cb371;--ui-color-blue:#1e90ff;--ui-color-red:#b22222;--ui-color-pink:#f08080;--ui-color-orange:#ff8c00;--ui-color-yellow:gold;--ui-color-brown:tan;--ui-color-slate:#789;--ui-color-black:#000;--ui-color-white:#fff;--ui-color-gray-lightest:#f7f7f7;--ui-color-gray-lighter:#f3f3f3;--ui-color-gray-light:#e1e1e1;--ui-color-gray-medium:#b1b1b1;--ui-color-gray-dark:#919191;--ui-color-gray-darker:#3e3e3e;--ui-color-gray-darkest:#222;--ui-font-serif:serif;--ui-font-sans-serif:"Helvetica",Arial,sans-serif;--ui-font-xx-small:0.8em;--ui-font-x-small:0.9em;--ui-font-small:1em;--ui-font-medium:1.5em;--ui-font-large:2em;--ui-font-x-large:2.4em;--ui-font-xx-large:3em;--ui-xx-small:5.33333333px;--ui-x-small:8px;--ui-small:16px;--ui-medium:24px;--ui-large:32px;--ui-x-large:48px;--ui-xx-large:64px} \ No newline at end of file diff --git a/docs/static/img/arrow-down.519d8e21.svg b/docs/static/img/arrow-down.519d8e21.svg deleted file mode 100644 index 8ef0c49..0000000 --- a/docs/static/img/arrow-down.519d8e21.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - diff --git a/docs/static/js/app.21218d61.js b/docs/static/js/app.21218d61.js deleted file mode 100644 index 932f7e1..0000000 --- a/docs/static/js/app.21218d61.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{"./.docz/app/config.json":function(e){e.exports={title:"PubRec UI",description:"My awesome app using Docz",styles:{container:{width:1100},pre:{padding:["0.5em","0.5em"],border:"none",borderRadius:"5px !important",width:"100%",marginBottom:"2em !important",backgroundColor:"#f7f7f7"},code:{borderRadius:"4px"},playground:{padding:"0 0 10px",border:"none"}}}},"./.docz/app/entries.json":function(e){e.exports={"docz/Button.doc.mdx":{name:"Button",id:"01CHRPTEF08BP9GVT73NVM4CJM",filepath:"docz/Button.doc.mdx",slug:"docz-button-doc",route:"/docz-button-doc",order:0,menu:null,headings:[{depth:1,slug:"button",value:"Button"},{depth:3,slug:"standardized-button-styles-sizes-and-states",value:"Standardized button styles sizes and states"},{depth:2,slug:"styles",value:"Styles"},{depth:2,slug:"sizes",value:"Sizes"},{depth:2,slug:"states",value:"States"},{depth:2,slug:"secondary-buttons",value:"Secondary buttons"},{depth:2,slug:"proptypes",value:"Proptypes"}]},"docz/Common.doc.mdx":{name:"Common",id:"01CHRPTEF2JA04AMHTDJ81V1CQ",filepath:"docz/Common.doc.mdx",slug:"docz-common-doc",route:"/docz-common-doc",order:0,menu:null,headings:[{depth:1,slug:"common",value:"Common"},{depth:3,slug:"common-component-that-all-other-ui-elements-are-built-on-exposing-commonly-used-properties",value:"Common component that all other ui elements are built on exposing commonly used properties"},{depth:2,slug:"attributes",value:"Attributes"},{depth:2,slug:"styles",value:"Styles"},{depth:2,slug:"proptypes",value:"Proptypes"}]},"docz/Div.doc.mdx":{name:"Div",id:"01CHRPTEF29WZ6PG440R63PXT8",filepath:"docz/Div.doc.mdx",slug:"docz-div-doc",route:"/docz-div-doc",order:0,menu:null,headings:[{depth:1,slug:"div",value:"Div"},{depth:3,slug:"container-styles-and-properties",value:"Container styles and properties"},{depth:2,slug:"generic",value:"Generic"},{depth:2,slug:"items",value:"Items"},{depth:2,slug:"card",value:"Card"},{depth:2,slug:"card-subsection",value:"Card subsection"},{depth:2,slug:"proptypes",value:"Proptypes"}]},"docz/Grid.doc.mdx":{name:"Grid",id:"01CHRPTEF213TDGG75N9C4TVSW",filepath:"docz/Grid.doc.mdx",slug:"docz-grid-doc",route:"/docz-grid-doc",order:0,menu:null,headings:[{depth:1,slug:"grid",value:"Grid"},{depth:3,slug:"grid-system-using-flexbox",value:"Grid system using flexbox"},{depth:2,slug:"equal-width",value:"Equal width"},{depth:2,slug:"specific-widthcolumns",value:"Specific widthcolumns"},{depth:2,slug:"stacking",value:"Stacking"},{depth:2,slug:"swapping",value:"Swapping"},{depth:2,slug:"gutter-widths",value:"Gutter widths"},{depth:2,slug:"proptypes",value:"Proptypes"}]},"docz/Input.doc.mdx":{name:"Input",id:"01CHRPTEF23AHXTNAZQ1JEDBG9",filepath:"docz/Input.doc.mdx",slug:"docz-input-doc",route:"/docz-input-doc",order:0,menu:null,headings:[{depth:1,slug:"input",value:"Input"},{depth:3,slug:"standard-user-inputs",value:"Standard user inputs"},{depth:2,slug:"text-input",value:"Text input"},{depth:2,slug:"select-input",value:"Select input"},{depth:2,slug:"proptypes",value:"Proptypes"}]}}},"./.docz/app/index.jsx":function(e,o,t){"use strict";t.r(o);var d=t("./node_modules/react/index.js"),n=t.n(d),u=t("./node_modules/react-dom/index.js"),s=t.n(u),l={"docz/Button.doc.mdx":function(){return Promise.all([t.e(0),t.e(5)]).then(t.bind(null,"./docz/Button.doc.mdx"))},"docz/Common.doc.mdx":function(){return Promise.all([t.e(0),t.e(4)]).then(t.bind(null,"./docz/Common.doc.mdx"))},"docz/Div.doc.mdx":function(){return Promise.all([t.e(0),t.e(3)]).then(t.bind(null,"./docz/Div.doc.mdx"))},"docz/Grid.doc.mdx":function(){return Promise.all([t.e(0),t.e(2)]).then(t.bind(null,"./docz/Grid.doc.mdx"))},"docz/Input.doc.mdx":function(){return Promise.all([t.e(0),t.e(1)]).then(t.bind(null,"./docz/Input.doc.mdx"))}},i=t("./.docz/app/root.jsx"),r=[],c=[],a=function(){return c.forEach(function(e){return e&&e()})},p=document.querySelector("#root");(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i.a;r.forEach(function(e){return e&&e()}),s.a.render(n.a.createElement(e,{imports:l}),p,a)})(i.a)},"./.docz/app/root.jsx":function(e,o,t){"use strict";(function(e){var d=t("./node_modules/react/index.js"),n=t.n(d),u=t("./node_modules/react-hot-loader/index.js"),s=t("./node_modules/docz-theme-default/dist/index.m.js"),l=t("./.docz/app/config.json"),i=t("./.docz/app/entries.json"),r=function(e){var o=e.imports;return n.a.createElement(s.a,{config:l,entries:i,imports:o,hashRouter:!1})};o.a=Object(u.hot)(e)(r),r.__docgenInfo={description:"",methods:[]}}).call(this,t("./node_modules/docz-core/node_modules/webpack/buildin/harmony-module.js")(e))},8:function(e,o,t){t("./node_modules/babel-polyfill/lib/index.js"),e.exports=t("./.docz/app/index.jsx")}},[[8,6,0]],[0,5,4,3,2,1]]); \ No newline at end of file diff --git a/docs/static/js/docz-button-doc.e09140f6.js b/docs/static/js/docz-button-doc.e09140f6.js deleted file mode 100644 index 8a052f5..0000000 --- a/docs/static/js/docz-button-doc.e09140f6.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{"./docz/Button.doc.mdx":function(e,a,n){"use strict";n.r(a);var t=n("./node_modules/react/index.js"),o=n.n(t),r=n("./node_modules/@mdx-js/tag/dist/index.js"),s=(n("./docz/styles/theme.less"),n("./docz/styles/docz.less"),n("./node_modules/docz/dist/index.m.js")),c=n("./src/index.js");a.default=function(e){var a=e.components;return o.a.createElement(r.MDXTag,{name:"wrapper",components:a},"\n","\n",o.a.createElement(r.MDXTag,{name:"h1",components:a,props:{id:"button"}},o.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h1",props:{"aria-hidden":!0,href:"#button"}},o.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Button"),"\n",o.a.createElement(r.MDXTag,{name:"h3",components:a,props:{id:"standardized-button-styles-sizes-and-states"}},o.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h3",props:{"aria-hidden":!0,href:"#standardized-button-styles-sizes-and-states"}},o.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Standardized button styles, sizes, and states."),"\n",o.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"styles"}},o.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#styles"}},o.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Styles:"),"\n",o.a.createElement(r.MDXTag,{name:"p",components:a},"Visual style properties"),"\n",o.a.createElement(s.d,{__code:function(e){return e&&o.a.createElement(e.pre,{className:"react-prism language-jsx"},o.a.createElement("code",null,""))}},o.a.createElement(c.a,null,"Standard Button")),"\n",o.a.createElement(s.d,{__code:function(e){return e&&o.a.createElement(e.pre,{className:"react-prism language-jsx"},o.a.createElement("code",null,""))}},o.a.createElement(c.a,{outline:!0},"Outline Button")),"\n",o.a.createElement(s.d,{__code:function(e){return e&&o.a.createElement(e.pre,{className:"react-prism language-jsx"},o.a.createElement("code",null,""))}},o.a.createElement(c.a,{bare:!0},"Bare Button")),"\n",o.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"sizes"}},o.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#sizes"}},o.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Sizes:"),"\n",o.a.createElement(r.MDXTag,{name:"p",components:a},"Sizing properties"),"\n",o.a.createElement(s.d,{__code:function(e){return e&&o.a.createElement(e.pre,{className:"react-prism language-jsx"},o.a.createElement("code",null,""))}},o.a.createElement(c.a,{full:!0},"Full Width Button")),"\n",o.a.createElement(s.d,{__code:function(e){return e&&o.a.createElement(e.pre,{className:"react-prism language-jsx"},o.a.createElement("code",null,""))}},o.a.createElement(c.a,{mini:!0},"Mini Button")),"\n",o.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"states"}},o.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#states"}},o.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"States:"),"\n",o.a.createElement(r.MDXTag,{name:"p",components:a},"Button state properties"),"\n",o.a.createElement(s.d,{__code:function(e){return e&&o.a.createElement(e.pre,{className:"react-prism language-jsx"},o.a.createElement("code",null,""))}},o.a.createElement(c.a,{loading:!0},"Loading State")),"\n",o.a.createElement(s.d,{__code:function(e){return e&&o.a.createElement(e.pre,{className:"react-prism language-jsx"},o.a.createElement("code",null,""))}},o.a.createElement(c.a,{disabled:!0},"Disabled State")),"\n",o.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"secondary-buttons"}},o.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#secondary-buttons"}},o.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Secondary Buttons:"),"\n",o.a.createElement(r.MDXTag,{name:"p",components:a},"You can use the ",o.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"secondary")," flag on any kind of button to apply the secondary theme rules to it. Some examples:"),"\n",o.a.createElement(s.d,{__code:function(e){return e&&o.a.createElement(e.pre,{className:"react-prism language-jsx"},o.a.createElement("code",null,"\n\n\n"))}},o.a.createElement(c.a,{secondary:!0},"Secondary Button"),o.a.createElement(c.a,{outline:!0,secondary:!0},"Secondary Outline Button"),o.a.createElement(c.a,{bare:!0,secondary:!0},"Secondary Bare Button"),o.a.createElement(c.a,{mini:!0,secondary:!0},"Secondary Mini Button")),"\n",o.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"proptypes"}},o.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#proptypes"}},o.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"PropTypes:"),"\n",o.a.createElement(s.e,{of:c.a}))}}}]); \ No newline at end of file diff --git a/docs/static/js/docz-common-doc.f86d5ec4.js b/docs/static/js/docz-common-doc.f86d5ec4.js deleted file mode 100644 index c5e3b73..0000000 --- a/docs/static/js/docz-common-doc.f86d5ec4.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{"./docz/Common.doc.mdx":function(e,n,t){"use strict";t.r(n);var a=t("./node_modules/react/index.js"),i=t.n(a),o=t("./node_modules/@mdx-js/tag/dist/index.js"),r=(t("./docz/styles/theme.less"),t("./docz/styles/docz.less"),t("./node_modules/docz/dist/index.m.js")),s=t("./src/elements/Common/Common.js"),p=t("./node_modules/prop-types/index.js"),m=t.n(p),d=function(){return i.a.createElement("foo",null)};d.propTypes={padding:m.a.string,paddingTop:m.a.string,paddingBottom:m.a.string,paddingLeft:m.a.string,paddingRight:m.a.string,margin:m.a.string,marginTop:m.a.string,marginBottom:m.a.string,marginLeft:m.a.string,marginRight:m.a.string,block:m.a.bool,inline:m.a.bool,inlineBlock:m.a.bool,left:m.a.bool,right:m.a.bool,center:m.a.bool,floatRight:m.a.bool,floatLeft:m.a.bool};var l=d;d.__docgenInfo={description:"",methods:[],props:{padding:{type:{name:"string"},required:!1,description:"Padding, using named sizing variables"},paddingTop:{type:{name:"string"},required:!1,description:"Top padding, using named sizing variables"},paddingBottom:{type:{name:"string"},required:!1,description:"Bottom padding, using named sizing variables"},paddingLeft:{type:{name:"string"},required:!1,description:"Left padding, using named sizing variables"},paddingRight:{type:{name:"string"},required:!1,description:"Right padding, using named sizing variables"},margin:{type:{name:"string"},required:!1,description:"Margin, using named sizing variables"},marginTop:{type:{name:"string"},required:!1,description:"Top margin, using named sizing variables"},marginBottom:{type:{name:"string"},required:!1,description:"Botom margin, using named sizing variables"},marginLeft:{type:{name:"string"},required:!1,description:"Left margin, using named sizing variables"},marginRight:{type:{name:"string"},required:!1,description:"Right margin, using named sizing variables"},block:{type:{name:"bool"},required:!1,description:"Sets `display` to `block`"},inline:{type:{name:"bool"},required:!1,description:"Sets `display` to `inline`"},inlineBlock:{type:{name:"bool"},required:!1,description:"Sets `display` to `inline-block`"},left:{type:{name:"bool"},required:!1,description:"Sets `text-align` to `left`"},right:{type:{name:"bool"},required:!1,description:"Sets `text-align` to `right`"},center:{type:{name:"bool"},required:!1,description:"Sets `text-align` to `center`"},floatRight:{type:{name:"bool"},required:!1,description:"Sets `float` to `right`"},floatLeft:{type:{name:"bool"},required:!1,description:"Sets `float` to `left`"}}};var c=function(){return i.a.createElement("foo",null)};c.propTypes={id:m.a.string,disabled:m.a.bool,type:m.a.string,placeholder:m.a.string,onClick:m.a.func,onKeyDown:m.a.func,onFocus:m.a.func,onBlur:m.a.func,onChange:m.a.func,onSubmit:m.a.func,onScroll:m.a.func};var g=c;c.__docgenInfo={description:"",methods:[],props:{id:{type:{name:"string"},required:!1,description:"HTML ID attribute"},disabled:{type:{name:"bool"},required:!1,description:"Input disabled attribute"},type:{type:{name:"string"},required:!1,description:"Input type attribute"},placeholder:{type:{name:"string"},required:!1,description:"Input placeholder text"},onClick:{type:{name:"func"},required:!1,description:"Click handler"},onKeyDown:{type:{name:"func"},required:!1,description:"Key down handler"},onFocus:{type:{name:"func"},required:!1,description:"Input focus handler"},onBlur:{type:{name:"func"},required:!1,description:"Input lose focus handler"},onChange:{type:{name:"func"},required:!1,description:"Input change handler"},onSubmit:{type:{name:"func"},required:!1,description:"Form submit handler"},onScroll:{type:{name:"func"},required:!1,description:"Window scroll handler"}}};n.default=function(e){var n=e.components;return i.a.createElement(o.MDXTag,{name:"wrapper",components:n},"\n","\n",i.a.createElement(o.MDXTag,{name:"h1",components:n,props:{id:"common"}},i.a.createElement(o.MDXTag,{name:"a",components:n,parentName:"h1",props:{"aria-hidden":!0,href:"#common"}},i.a.createElement(o.MDXTag,{name:"span",components:n,parentName:"a",props:{className:"icon-link"}},"#")),"Common"),"\n",i.a.createElement(o.MDXTag,{name:"h3",components:n,props:{id:"common-component-that-all-other-ui-elements-are-built-on-exposing-commonly-used-properties"}},i.a.createElement(o.MDXTag,{name:"a",components:n,parentName:"h3",props:{"aria-hidden":!0,href:"#common-component-that-all-other-ui-elements-are-built-on-exposing-commonly-used-properties"}},i.a.createElement(o.MDXTag,{name:"span",components:n,parentName:"a",props:{className:"icon-link"}},"#")),"Common component that all other UI elements are built on, exposing commonly used properties."),"\n",i.a.createElement(o.MDXTag,{name:"p",components:n},i.a.createElement(o.MDXTag,{name:"strong",components:n,parentName:"p"},i.a.createElement(o.MDXTag,{name:"em",components:n,parentName:"strong"},"Note:"))," This is not meant to be used outside of the UI library itself."),"\n",i.a.createElement(o.MDXTag,{name:"h2",components:n,props:{id:"attributes"}},i.a.createElement(o.MDXTag,{name:"a",components:n,parentName:"h2",props:{"aria-hidden":!0,href:"#attributes"}},i.a.createElement(o.MDXTag,{name:"span",components:n,parentName:"a",props:{className:"icon-link"}},"#")),"Attributes:"),"\n",i.a.createElement(r.e,{of:g}),"\n",i.a.createElement(o.MDXTag,{name:"h2",components:n,props:{id:"styles"}},i.a.createElement(o.MDXTag,{name:"a",components:n,parentName:"h2",props:{"aria-hidden":!0,href:"#styles"}},i.a.createElement(o.MDXTag,{name:"span",components:n,parentName:"a",props:{className:"icon-link"}},"#")),"Styles:"),"\n",i.a.createElement(r.e,{of:l}),"\n",i.a.createElement(o.MDXTag,{name:"h2",components:n,props:{id:"proptypes"}},i.a.createElement(o.MDXTag,{name:"a",components:n,parentName:"h2",props:{"aria-hidden":!0,href:"#proptypes"}},i.a.createElement(o.MDXTag,{name:"span",components:n,parentName:"a",props:{className:"icon-link"}},"#")),"PropTypes:"),"\n",i.a.createElement(r.e,{of:s.a}))}}}]); \ No newline at end of file diff --git a/docs/static/js/docz-div-doc.0c3d18d0.js b/docs/static/js/docz-div-doc.0c3d18d0.js deleted file mode 100644 index 04e9e55..0000000 --- a/docs/static/js/docz-div-doc.0c3d18d0.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"./docz/Div.doc.mdx":function(e,a,n){"use strict";n.r(a);var t=n("./node_modules/react/index.js"),s=n.n(t),r=n("./node_modules/@mdx-js/tag/dist/index.js"),m=(n("./docz/styles/theme.less"),n("./docz/styles/docz.less"),n("./node_modules/docz/dist/index.m.js")),c=n("./src/index.js");a.default=function(e){var a=e.components;return s.a.createElement(r.MDXTag,{name:"wrapper",components:a},"\n","\n",s.a.createElement(r.MDXTag,{name:"h1",components:a,props:{id:"div"}},s.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h1",props:{"aria-hidden":!0,href:"#div"}},s.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Div"),"\n",s.a.createElement(r.MDXTag,{name:"h3",components:a,props:{id:"container-styles-and-properties"}},s.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h3",props:{"aria-hidden":!0,href:"#container-styles-and-properties"}},s.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Container styles and properties."),"\n",s.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"generic"}},s.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#generic"}},s.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Generic:"),"\n",s.a.createElement(r.MDXTag,{name:"p",components:a},"Use ",s.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"Div")," with no other props as a replacement for ",s.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"div")," in order to expose common UI properties to your containers."),"\n",s.a.createElement(m.d,{__code:function(e){return e&&s.a.createElement(e.pre,{className:"react-prism language-jsx"},s.a.createElement("code",null,"
This is a Div
"))}},s.a.createElement(c.b,null,"This is a Div")),"\n",s.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"items"}},s.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#items"}},s.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Items:"),"\n",s.a.createElement(r.MDXTag,{name:"p",components:a},"Use the ",s.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"item")," prop to create a distinct item within your container."),"\n",s.a.createElement(m.d,{__code:function(e){return e&&s.a.createElement(e.pre,{className:"react-prism language-jsx"},s.a.createElement("code",null,"
Div item #1
\n
Div item #2
\n
Div item #3
"))}},s.a.createElement(c.b,{item:!0},"Div item #1"),s.a.createElement(c.b,{item:!0},"Div item #2"),s.a.createElement(c.b,{item:!0},"Div item #3")),"\n",s.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"card"}},s.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#card"}},s.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Card:"),"\n",s.a.createElement(r.MDXTag,{name:"p",components:a},"Use the ",s.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"card")," prop to create a 3D card container."),"\n",s.a.createElement("div",{className:"card-example"}),"\n",s.a.createElement(m.d,{__code:function(e){return e&&s.a.createElement(e.pre,{className:"react-prism language-jsx"},s.a.createElement("code",null,"
This is a Div card
"))}},s.a.createElement(c.b,{card:!0},"This is a Div card")),"\n",s.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"card-subsection"}},s.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#card-subsection"}},s.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Card Subsection:"),"\n",s.a.createElement(r.MDXTag,{name:"p",components:a},"Use the ",s.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"subsection")," prop on elements under a ",s.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"card")," to create distinct sections within your card."),"\n",s.a.createElement("div",{className:"card-example"}),"\n",s.a.createElement(m.d,{__code:function(e){return e&&s.a.createElement(e.pre,{className:"react-prism language-jsx"},s.a.createElement("code",null,"
\n
This is a Div subsection
\n
This is a Div subsection
\n
This is a Div subsection
\n
"))}},s.a.createElement(c.b,{card:!0},s.a.createElement(c.b,{subsection:!0},"This is a Div subsection"),s.a.createElement(c.b,{subsection:!0},"This is a Div subsection"),s.a.createElement(c.b,{subsection:!0},"This is a Div subsection"))),"\n",s.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"proptypes"}},s.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#proptypes"}},s.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"PropTypes:"),"\n",s.a.createElement(m.e,{of:c.b}))}}}]); \ No newline at end of file diff --git a/docs/static/js/docz-grid-doc.706f856b.js b/docs/static/js/docz-grid-doc.706f856b.js deleted file mode 100644 index 800e05d..0000000 --- a/docs/static/js/docz-grid-doc.706f856b.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{"./docz/Grid.doc.mdx":function(e,a,t){"use strict";t.r(a);var n=t("./node_modules/react/index.js"),l=t.n(n),r=t("./node_modules/@mdx-js/tag/dist/index.js"),m=(t("./docz/styles/theme.less"),t("./docz/styles/docz.less"),t("./node_modules/docz/dist/index.m.js")),i=t("./src/index.js");a.default=function(e){var a=e.components;return l.a.createElement(r.MDXTag,{name:"wrapper",components:a},"\n","\n",l.a.createElement(r.MDXTag,{name:"h1",components:a,props:{id:"grid"}},l.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h1",props:{"aria-hidden":!0,href:"#grid"}},l.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Grid"),"\n",l.a.createElement(r.MDXTag,{name:"h3",components:a,props:{id:"grid-system-using-flexbox"}},l.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h3",props:{"aria-hidden":!0,href:"#grid-system-using-flexbox"}},l.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Grid system using flexbox."),"\n",l.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"equal-width"}},l.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#equal-width"}},l.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Equal Width:"),"\n",l.a.createElement(r.MDXTag,{name:"p",components:a},"Passing nothing into ",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},""),", you will get equal width columns based on the number of elements as its children."),"\n",l.a.createElement(m.d,{__code:function(e){return e&&l.a.createElement(e.pre,{className:"react-prism language-jsx"},l.a.createElement("code",null,"\n
col #1
\n
col #2
\n
\n\u200c\u200c\n\n
col #1
\n
col #2
\n
col #3
\n
\n\u200c\u200c\n\n
col #1
\n
col #2
\n
col #3
\n
col #4
\n
"))}},l.a.createElement(i.c,null,l.a.createElement(i.b,null,"col #1"),l.a.createElement(i.b,null,"col #2")),"\u200c\u200c",l.a.createElement(i.c,null,l.a.createElement(i.b,null,"col #1"),l.a.createElement(i.b,null,"col #2"),l.a.createElement(i.b,null,"col #3")),"\u200c\u200c",l.a.createElement(i.c,null,l.a.createElement(i.b,null,"col #1"),l.a.createElement(i.b,null,"col #2"),l.a.createElement(i.b,null,"col #3"),l.a.createElement(i.b,null,"col #4"))),"\n",l.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"specific-widthcolumns"}},l.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#specific-widthcolumns"}},l.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Specific Width/Columns:"),"\n",l.a.createElement(r.MDXTag,{name:"p",components:a},l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"")," takes 3 different arrays corresponding to different resolutions (",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"itemWidthsSmall"),", ",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"itemWidthsMedium"),", and ",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"itemWidthsLarge"),"), the elements of which are integers that act as columns. If you want columns to be equally sized at a specific resolution, simply leave out that resolution in question."),"\n",l.a.createElement(m.d,{__code:function(e){return e&&l.a.createElement(e.pre,{className:"react-prism language-jsx"},l.a.createElement("code",null,"\n
Large: 7 cols \u2014 Medium: 8 cols \u2014 Small: 9 cols
\n
Large: 5 cols \u2014 Medium: 4 cols \u2014 Small: 3 cols
\n
\n\u200c\n\n
Large: 8 cols \u2014 Medium: 3 cols \u2014 Small: 6 cols
\n
Large: 4 cols \u2014 Medium: 9 cols \u2014 Small: 6 cols
\n
\n\u200c\n\n
Large: 4 cols \u2014 Medium: 8 cols \u2014 Small: 6 cols
\n
Large: 8 cols \u2014 Medium: 4 cols \u2014 Small: 6 cols
\n
"))}},l.a.createElement(i.c,{itemWidthsLarge:[7,5],itemWidthsMedium:[8,4],itemWidthsSmall:[9,3]},l.a.createElement(i.b,null,"Large: 7 cols \u2014 Medium: 8 cols \u2014 Small: 9 cols"),l.a.createElement(i.b,null,"Large: 5 cols \u2014 Medium: 4 cols \u2014 Small: 3 cols")),"\u200c",l.a.createElement(i.c,{itemWidthsLarge:[8,4],itemWidthsMedium:[3,9]},l.a.createElement(i.b,null,"Large: 8 cols \u2014 Medium: 3 cols \u2014 Small: 6 cols"),l.a.createElement(i.b,null,"Large: 4 cols \u2014 Medium: 9 cols \u2014 Small: 6 cols")),"\u200c",l.a.createElement(i.c,{itemWidthsLarge:[4,8],itemWidthsMedium:[8,4]},l.a.createElement(i.b,null,"Large: 4 cols \u2014 Medium: 8 cols \u2014 Small: 6 cols"),l.a.createElement(i.b,null,"Large: 8 cols \u2014 Medium: 4 cols \u2014 Small: 6 cols"))),"\n",l.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"stacking"}},l.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#stacking"}},l.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Stacking:"),"\n",l.a.createElement(r.MDXTag,{name:"p",components:a},l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"stackSmall"),", ",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"stackMedium"),", and ",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"stackLarge")," will stack the elements top-to-bottom at full-width."),"\n",l.a.createElement(m.d,{__code:function(e){return e&&l.a.createElement(e.pre,{className:"react-prism language-jsx"},l.a.createElement("code",null,"\n
col #1
\n
col #2
\n
"))}},l.a.createElement(i.c,{stackSmall:!0,stackMedium:!0,stackLarge:!0},l.a.createElement(i.b,null,"col #1"),l.a.createElement(i.b,null,"col #2"))),"\n",l.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"swapping"}},l.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#swapping"}},l.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Swapping:"),"\n",l.a.createElement(r.MDXTag,{name:"p",components:a},l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"swapSmall"),", ",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"swapMedium"),", and ",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"swapLarge")," will reverse the order of elements at the specified resolution."),"\n",l.a.createElement(m.d,{__code:function(e){return e&&l.a.createElement(e.pre,{className:"react-prism language-jsx"},l.a.createElement("code",null,"\n
1st in source
\n
2nd in source
\n
"))}},l.a.createElement(i.c,{swapSmall:!0,swapMedium:!0,swapLarge:!0},l.a.createElement(i.b,null,"1st in source"),l.a.createElement(i.b,null,"2nd in source"))),"\n",l.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"gutter-widths"}},l.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#gutter-widths"}},l.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"Gutter Widths:"),"\n",l.a.createElement(r.MDXTag,{name:"p",components:a},l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"gutterSmall"),", ",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"gutterMedium"),", and ",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"gutterLarge")," takes a named spacing string and adjusts the gutter width accordingly. Defaults to ",l.a.createElement(r.MDXTag,{name:"inlineCode",components:a,parentName:"p"},"x-small"),"."),"\n",l.a.createElement(m.d,{__code:function(e){return e&&l.a.createElement(e.pre,{className:"react-prism language-jsx"},l.a.createElement("code",null,'\n
xx-small gutter
\n
xx-small gutter
\n
\n\u200c\n\n
x-small gutter
\n
x-small gutter
\n
\n\u200c\n\n
small gutter
\n
small gutter
\n
\n\u200c\n\n
medium gutter
\n
medium gutter
\n
\n\u200c\n\n
large gutter
\n
large gutter
\n
\n\u200c\n\n
x-large gutter
\n
x-large gutter
\n
\n\u200c\n\n
xx-large gutter
\n
xx-large gutter
\n
'))}},l.a.createElement(i.c,{gutterSmall:"xx-small",gutterMedium:"xx-small",gutterLarge:"xx-small"},l.a.createElement(i.b,null,"xx-small gutter"),l.a.createElement(i.b,null,"xx-small gutter")),"\u200c",l.a.createElement(i.c,{gutterSmall:"x-small",gutterMedium:"x-small",gutterLarge:"x-small"},l.a.createElement(i.b,null,"x-small gutter"),l.a.createElement(i.b,null,"x-small gutter")),"\u200c",l.a.createElement(i.c,{gutterSmall:"small",gutterMedium:"small",gutterLarge:"small"},l.a.createElement(i.b,null,"small gutter"),l.a.createElement(i.b,null,"small gutter")),"\u200c",l.a.createElement(i.c,{gutterSmall:"medium",gutterMedium:"medium",gutterLarge:"medium"},l.a.createElement(i.b,null,"medium gutter"),l.a.createElement(i.b,null,"medium gutter")),"\u200c",l.a.createElement(i.c,{gutterSmall:"large",gutterMedium:"large",gutterLarge:"large"},l.a.createElement(i.b,null,"large gutter"),l.a.createElement(i.b,null,"large gutter")),"\u200c",l.a.createElement(i.c,{gutterSmall:"x-large",gutterMedium:"x-large",gutterLarge:"x-large"},l.a.createElement(i.b,null,"x-large gutter"),l.a.createElement(i.b,null,"x-large gutter")),"\u200c",l.a.createElement(i.c,{gutterSmall:"xx-large",gutterMedium:"xx-large",gutterLarge:"xx-large"},l.a.createElement(i.b,null,"xx-large gutter"),l.a.createElement(i.b,null,"xx-large gutter"))),"\n",l.a.createElement(r.MDXTag,{name:"h2",components:a,props:{id:"proptypes"}},l.a.createElement(r.MDXTag,{name:"a",components:a,parentName:"h2",props:{"aria-hidden":!0,href:"#proptypes"}},l.a.createElement(r.MDXTag,{name:"span",components:a,parentName:"a",props:{className:"icon-link"}},"#")),"PropTypes:"),"\n",l.a.createElement(m.e,{of:i.c}))}}}]); \ No newline at end of file diff --git a/docs/static/js/docz-input-doc.a127da2c.js b/docs/static/js/docz-input-doc.a127da2c.js deleted file mode 100644 index 80bd9d8..0000000 --- a/docs/static/js/docz-input-doc.a127da2c.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"./docz/Input.doc.mdx":function(e,n,a){"use strict";a.r(n);var t=a("./node_modules/react/index.js"),p=a.n(t),s=a("./node_modules/@mdx-js/tag/dist/index.js"),o=(a("./docz/styles/theme.less"),a("./docz/styles/docz.less"),a("./node_modules/docz/dist/index.m.js")),r=a("./src/index.js");n.default=function(e){var n=e.components;return p.a.createElement(s.MDXTag,{name:"wrapper",components:n},"\n","\n",p.a.createElement(s.MDXTag,{name:"h1",components:n,props:{id:"input"}},p.a.createElement(s.MDXTag,{name:"a",components:n,parentName:"h1",props:{"aria-hidden":!0,href:"#input"}},p.a.createElement(s.MDXTag,{name:"span",components:n,parentName:"a",props:{className:"icon-link"}},"#")),"Input"),"\n",p.a.createElement(s.MDXTag,{name:"h3",components:n,props:{id:"standard-user-inputs"}},p.a.createElement(s.MDXTag,{name:"a",components:n,parentName:"h3",props:{"aria-hidden":!0,href:"#standard-user-inputs"}},p.a.createElement(s.MDXTag,{name:"span",components:n,parentName:"a",props:{className:"icon-link"}},"#")),"Standard user inputs."),"\n",p.a.createElement(s.MDXTag,{name:"h2",components:n,props:{id:"text-input"}},p.a.createElement(s.MDXTag,{name:"a",components:n,parentName:"h2",props:{"aria-hidden":!0,href:"#text-input"}},p.a.createElement(s.MDXTag,{name:"span",components:n,parentName:"a",props:{className:"icon-link"}},"#")),"Text Input:"),"\n",p.a.createElement(o.d,{__code:function(e){return e&&p.a.createElement(e.pre,{className:"react-prism language-jsx"},p.a.createElement("code",null,''))}},p.a.createElement(r.d,{type:"text",label:"Text Input",placeholder:"Text Input Example"})),"\n",p.a.createElement(s.MDXTag,{name:"h2",components:n,props:{id:"select-input"}},p.a.createElement(s.MDXTag,{name:"a",components:n,parentName:"h2",props:{"aria-hidden":!0,href:"#select-input"}},p.a.createElement(s.MDXTag,{name:"span",components:n,parentName:"a",props:{className:"icon-link"}},"#")),"Select Input:"),"\n",p.a.createElement(o.d,{__code:function(e){return e&&p.a.createElement(e.pre,{className:"react-prism language-jsx"},p.a.createElement("code",null,""))}},p.a.createElement(r.d,{type:"select",label:"Select Example",options:["Option #1","Option #2","Option #3"]})),"\n",p.a.createElement(s.MDXTag,{name:"h2",components:n,props:{id:"proptypes"}},p.a.createElement(s.MDXTag,{name:"a",components:n,parentName:"h2",props:{"aria-hidden":!0,href:"#proptypes"}},p.a.createElement(s.MDXTag,{name:"span",components:n,parentName:"a",props:{className:"icon-link"}},"#")),"PropTypes:"),"\n",p.a.createElement(o.e,{of:r.d}))}}}]); \ No newline at end of file diff --git a/docs/static/js/runtime~app.bbc8db3c.js b/docs/static/js/runtime~app.bbc8db3c.js deleted file mode 100644 index 34fcec8..0000000 --- a/docs/static/js/runtime~app.bbc8db3c.js +++ /dev/null @@ -1 +0,0 @@ -!function(e){function t(t){for(var n,u,c=t[0],a=t[1],f=t[2],d=0,s=[];d=0||Object.prototype.hasOwnProperty.call(e,n)&&(o[n]=e[n]);return o}(t,["components"]);return r.default.createElement(l,null,function(t){return r.default.createElement(e,n({components:o||t},s))})}};var c=function(e){var t=e.components,o=e.children;return r.default.createElement(a,{value:t},o)};c.propTypes={components:s.default.object.isRequired,children:s.default.element.isRequired},t.default=c},"./node_modules/@mdx-js/tag/dist/mdx-tag.js":function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=s(o("./node_modules/react/index.js")),r=(s(o("./node_modules/prop-types/index.js")),o("./node_modules/@mdx-js/tag/dist/mdx-provider.js"));function s(e){return e&&e.__esModule?e:{default:e}}var i={inlineCode:"code",wrapper:"div"};t.default=(0,r.withMDXComponents)(function(e){var t=e.name,o=e.parentName,r=e.props,s=void 0===r?{}:r,u=e.children,a=e.components,l=void 0===a?{}:a,c=e.Layout,d=l[o+"."+t]||l[t]||i[t]||t;return c?n.default.createElement(c,{components:l},n.default.createElement(d,s,u)):n.default.createElement(d,s,u)})},"./node_modules/babel-polyfill/lib/index.js":function(e,t,o){"use strict";(function(e){if(o("./node_modules/core-js/shim.js"),o("./node_modules/regenerator-runtime/runtime.js"),e._babelPolyfill)throw new Error("only one instance of babel-polyfill is allowed");e._babelPolyfill=!0}).call(this,o("./node_modules/docz-core/node_modules/webpack/buildin/global.js"))},"./node_modules/classnames/index.js":function(e,t,o){var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t2?arguments[2]:void 0,c=Math.min((void 0===l?i:r(l,i))-a,i-u),d=1;for(a0;)a in o?o[u]=o[a]:delete o[u],u+=d,a+=d;return o}},"./node_modules/core-js/modules/_array-fill.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_to-object.js"),r=o("./node_modules/core-js/modules/_to-absolute-index.js"),s=o("./node_modules/core-js/modules/_to-length.js");e.exports=function(e){for(var t=n(this),o=s(t.length),i=arguments.length,u=r(i>1?arguments[1]:void 0,o),a=i>2?arguments[2]:void 0,l=void 0===a?o:r(a,o);l>u;)t[u++]=e;return t}},"./node_modules/core-js/modules/_array-from-iterable.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_for-of.js");e.exports=function(e,t){var o=[];return n(e,!1,o.push,o,t),o}},"./node_modules/core-js/modules/_array-includes.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_to-iobject.js"),r=o("./node_modules/core-js/modules/_to-length.js"),s=o("./node_modules/core-js/modules/_to-absolute-index.js");e.exports=function(e){return function(t,o,i){var u,a=n(t),l=r(a.length),c=s(i,l);if(e&&o!=o){for(;l>c;)if((u=a[c++])!=u)return!0}else for(;l>c;c++)if((e||c in a)&&a[c]===o)return e||c||0;return!e&&-1}}},"./node_modules/core-js/modules/_array-methods.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_ctx.js"),r=o("./node_modules/core-js/modules/_iobject.js"),s=o("./node_modules/core-js/modules/_to-object.js"),i=o("./node_modules/core-js/modules/_to-length.js"),u=o("./node_modules/core-js/modules/_array-species-create.js");e.exports=function(e,t){var o=1==e,a=2==e,l=3==e,c=4==e,d=6==e,f=5==e||d,m=t||u;return function(t,u,p){for(var h,j,_=s(t),g=r(_),v=n(u,p,3),y=i(g.length),b=0,w=o?m(t,y):a?m(t,0):void 0;y>b;b++)if((f||b in g)&&(j=v(h=g[b],b,_),e))if(o)w[b]=j;else if(j)switch(e){case 3:return!0;case 5:return h;case 6:return b;case 2:w.push(h)}else if(c)return!1;return d?-1:l||c?c:w}}},"./node_modules/core-js/modules/_array-reduce.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_a-function.js"),r=o("./node_modules/core-js/modules/_to-object.js"),s=o("./node_modules/core-js/modules/_iobject.js"),i=o("./node_modules/core-js/modules/_to-length.js");e.exports=function(e,t,o,u,a){n(t);var l=r(e),c=s(l),d=i(l.length),f=a?d-1:0,m=a?-1:1;if(o<2)for(;;){if(f in c){u=c[f],f+=m;break}if(f+=m,a?f<0:d<=f)throw TypeError("Reduce of empty array with no initial value")}for(;a?f>=0:d>f;f+=m)f in c&&(u=t(u,c[f],f,l));return u}},"./node_modules/core-js/modules/_array-species-constructor.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_is-object.js"),r=o("./node_modules/core-js/modules/_is-array.js"),s=o("./node_modules/core-js/modules/_wks.js")("species");e.exports=function(e){var t;return r(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!r(t.prototype)||(t=void 0),n(t)&&null===(t=t[s])&&(t=void 0)),void 0===t?Array:t}},"./node_modules/core-js/modules/_array-species-create.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_array-species-constructor.js");e.exports=function(e,t){return new(n(e))(t)}},"./node_modules/core-js/modules/_bind.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_a-function.js"),r=o("./node_modules/core-js/modules/_is-object.js"),s=o("./node_modules/core-js/modules/_invoke.js"),i=[].slice,u={};e.exports=Function.bind||function(e){var t=n(this),o=i.call(arguments,1),a=function(){var n=o.concat(i.call(arguments));return this instanceof a?function(e,t,o){if(!(t in u)){for(var n=[],r=0;r1?arguments[1]:void 0,3);o=o?o.n:this._f;)for(n(o.v,o.k,this);o&&o.r;)o=o.p},has:function(e){return!!j(p(this,t),e)}}),f&&n(c.prototype,"size",{get:function(){return p(this,t)[h]}}),c},def:function(e,t,o){var n,r,s=j(e,t);return s?s.v=o:(e._l=s={i:r=m(t,!0),k:t,v:o,p:n=e._l,n:void 0,r:!1},e._f||(e._f=s),n&&(n.n=s),e[h]++,"F"!==r&&(e._i[r]=s)),e},getEntry:j,setStrong:function(e,t,o){l(e,t,function(e,o){this._t=p(e,t),this._k=o,this._l=void 0},function(){for(var e=this._k,t=this._l;t&&t.r;)t=t.p;return this._t&&(this._l=t=t?t.n:this._t._f)?c(0,"keys"==e?t.k:"values"==e?t.v:[t.k,t.v]):(this._t=void 0,c(1))},o?"entries":"values",!o,!0),d(t)}}},"./node_modules/core-js/modules/_collection-to-json.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_classof.js"),r=o("./node_modules/core-js/modules/_array-from-iterable.js");e.exports=function(e){return function(){if(n(this)!=e)throw TypeError(e+"#toJSON isn't generic");return r(this)}}},"./node_modules/core-js/modules/_collection-weak.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_redefine-all.js"),r=o("./node_modules/core-js/modules/_meta.js").getWeak,s=o("./node_modules/core-js/modules/_an-object.js"),i=o("./node_modules/core-js/modules/_is-object.js"),u=o("./node_modules/core-js/modules/_an-instance.js"),a=o("./node_modules/core-js/modules/_for-of.js"),l=o("./node_modules/core-js/modules/_array-methods.js"),c=o("./node_modules/core-js/modules/_has.js"),d=o("./node_modules/core-js/modules/_validate-collection.js"),f=l(5),m=l(6),p=0,h=function(e){return e._l||(e._l=new j)},j=function(){this.a=[]},_=function(e,t){return f(e.a,function(e){return e[0]===t})};j.prototype={get:function(e){var t=_(this,e);if(t)return t[1]},has:function(e){return!!_(this,e)},set:function(e,t){var o=_(this,e);o?o[1]=t:this.a.push([e,t])},delete:function(e){var t=m(this.a,function(t){return t[0]===e});return~t&&this.a.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,o,s){var l=e(function(e,n){u(e,l,t,"_i"),e._t=t,e._i=p++,e._l=void 0,void 0!=n&&a(n,o,e[s],e)});return n(l.prototype,{delete:function(e){if(!i(e))return!1;var o=r(e);return!0===o?h(d(this,t)).delete(e):o&&c(o,this._i)&&delete o[this._i]},has:function(e){if(!i(e))return!1;var o=r(e);return!0===o?h(d(this,t)).has(e):o&&c(o,this._i)}}),l},def:function(e,t,o){var n=r(s(t),!0);return!0===n?h(e).set(t,o):n[e._i]=o,e},ufstore:h}},"./node_modules/core-js/modules/_collection.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_global.js"),r=o("./node_modules/core-js/modules/_export.js"),s=o("./node_modules/core-js/modules/_redefine.js"),i=o("./node_modules/core-js/modules/_redefine-all.js"),u=o("./node_modules/core-js/modules/_meta.js"),a=o("./node_modules/core-js/modules/_for-of.js"),l=o("./node_modules/core-js/modules/_an-instance.js"),c=o("./node_modules/core-js/modules/_is-object.js"),d=o("./node_modules/core-js/modules/_fails.js"),f=o("./node_modules/core-js/modules/_iter-detect.js"),m=o("./node_modules/core-js/modules/_set-to-string-tag.js"),p=o("./node_modules/core-js/modules/_inherit-if-required.js");e.exports=function(e,t,o,h,j,_){var g=n[e],v=g,y=j?"set":"add",b=v&&v.prototype,w={},x=function(e){var t=b[e];s(b,e,"delete"==e?function(e){return!(_&&!c(e))&&t.call(this,0===e?0:e)}:"has"==e?function(e){return!(_&&!c(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return _&&!c(e)?void 0:t.call(this,0===e?0:e)}:"add"==e?function(e){return t.call(this,0===e?0:e),this}:function(e,o){return t.call(this,0===e?0:e,o),this})};if("function"==typeof v&&(_||b.forEach&&!d(function(){(new v).entries().next()}))){var k=new v,C=k[y](_?{}:-0,1)!=k,O=d(function(){k.has(1)}),E=f(function(e){new v(e)}),S=!_&&d(function(){for(var e=new v,t=5;t--;)e[y](t,t);return!e.has(-0)});E||((v=t(function(t,o){l(t,v,e);var n=p(new g,t,v);return void 0!=o&&a(o,j,n[y],n),n})).prototype=b,b.constructor=v),(O||S)&&(x("delete"),x("has"),j&&x("get")),(S||C)&&x(y),_&&b.clear&&delete b.clear}else v=h.getConstructor(t,e,j,y),i(v.prototype,o),u.NEED=!0;return m(v,e),w[e]=v,r(r.G+r.W+r.F*(v!=g),w),_||h.setStrong(v,e,j),v}},"./node_modules/core-js/modules/_core.js":function(e,t){var o=e.exports={version:"2.5.7"};"number"==typeof __e&&(__e=o)},"./node_modules/core-js/modules/_create-property.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_object-dp.js"),r=o("./node_modules/core-js/modules/_property-desc.js");e.exports=function(e,t,o){t in e?n.f(e,t,r(0,o)):e[t]=o}},"./node_modules/core-js/modules/_ctx.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_a-function.js");e.exports=function(e,t,o){if(n(e),void 0===t)return e;switch(o){case 1:return function(o){return e.call(t,o)};case 2:return function(o,n){return e.call(t,o,n)};case 3:return function(o,n,r){return e.call(t,o,n,r)}}return function(){return e.apply(t,arguments)}}},"./node_modules/core-js/modules/_date-to-iso-string.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_fails.js"),r=Date.prototype.getTime,s=Date.prototype.toISOString,i=function(e){return e>9?e:"0"+e};e.exports=n(function(){return"0385-07-25T07:06:39.999Z"!=s.call(new Date(-5e13-1))})||!n(function(){s.call(new Date(NaN))})?function(){if(!isFinite(r.call(this)))throw RangeError("Invalid time value");var e=this,t=e.getUTCFullYear(),o=e.getUTCMilliseconds(),n=t<0?"-":t>9999?"+":"";return n+("00000"+Math.abs(t)).slice(n?-6:-4)+"-"+i(e.getUTCMonth()+1)+"-"+i(e.getUTCDate())+"T"+i(e.getUTCHours())+":"+i(e.getUTCMinutes())+":"+i(e.getUTCSeconds())+"."+(o>99?o:"0"+i(o))+"Z"}:s},"./node_modules/core-js/modules/_date-to-primitive.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_an-object.js"),r=o("./node_modules/core-js/modules/_to-primitive.js");e.exports=function(e){if("string"!==e&&"number"!==e&&"default"!==e)throw TypeError("Incorrect hint");return r(n(this),"number"!=e)}},"./node_modules/core-js/modules/_defined.js":function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},"./node_modules/core-js/modules/_descriptors.js":function(e,t,o){e.exports=!o("./node_modules/core-js/modules/_fails.js")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},"./node_modules/core-js/modules/_dom-create.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_is-object.js"),r=o("./node_modules/core-js/modules/_global.js").document,s=n(r)&&n(r.createElement);e.exports=function(e){return s?r.createElement(e):{}}},"./node_modules/core-js/modules/_enum-bug-keys.js":function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},"./node_modules/core-js/modules/_enum-keys.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_object-keys.js"),r=o("./node_modules/core-js/modules/_object-gops.js"),s=o("./node_modules/core-js/modules/_object-pie.js");e.exports=function(e){var t=n(e),o=r.f;if(o)for(var i,u=o(e),a=s.f,l=0;u.length>l;)a.call(e,i=u[l++])&&t.push(i);return t}},"./node_modules/core-js/modules/_export.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_global.js"),r=o("./node_modules/core-js/modules/_core.js"),s=o("./node_modules/core-js/modules/_hide.js"),i=o("./node_modules/core-js/modules/_redefine.js"),u=o("./node_modules/core-js/modules/_ctx.js"),a=function(e,t,o){var l,c,d,f,m=e&a.F,p=e&a.G,h=e&a.S,j=e&a.P,_=e&a.B,g=p?n:h?n[t]||(n[t]={}):(n[t]||{}).prototype,v=p?r:r[t]||(r[t]={}),y=v.prototype||(v.prototype={});for(l in p&&(o=t),o)d=((c=!m&&g&&void 0!==g[l])?g:o)[l],f=_&&c?u(d,n):j&&"function"==typeof d?u(Function.call,d):d,g&&i(g,l,d,e&a.U),v[l]!=d&&s(v,l,f),j&&y[l]!=d&&(y[l]=d)};n.core=r,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,e.exports=a},"./node_modules/core-js/modules/_fails-is-regexp.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_wks.js")("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(o){try{return t[n]=!1,!"/./"[e](t)}catch(e){}}return!0}},"./node_modules/core-js/modules/_fails.js":function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},"./node_modules/core-js/modules/_fix-re-wks.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_hide.js"),r=o("./node_modules/core-js/modules/_redefine.js"),s=o("./node_modules/core-js/modules/_fails.js"),i=o("./node_modules/core-js/modules/_defined.js"),u=o("./node_modules/core-js/modules/_wks.js");e.exports=function(e,t,o){var a=u(e),l=o(i,a,""[e]),c=l[0],d=l[1];s(function(){var t={};return t[a]=function(){return 7},7!=""[e](t)})&&(r(String.prototype,e,c),n(RegExp.prototype,a,2==t?function(e,t){return d.call(e,this,t)}:function(e){return d.call(e,this)}))}},"./node_modules/core-js/modules/_flags.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_an-object.js");e.exports=function(){var e=n(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},"./node_modules/core-js/modules/_flatten-into-array.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_is-array.js"),r=o("./node_modules/core-js/modules/_is-object.js"),s=o("./node_modules/core-js/modules/_to-length.js"),i=o("./node_modules/core-js/modules/_ctx.js"),u=o("./node_modules/core-js/modules/_wks.js")("isConcatSpreadable");e.exports=function e(t,o,a,l,c,d,f,m){for(var p,h,j=c,_=0,g=!!f&&i(f,m,3);_0)j=e(t,o,p,s(p.length),j,d-1)-1;else{if(j>=9007199254740991)throw TypeError();t[j]=p}j++}_++}return j}},"./node_modules/core-js/modules/_for-of.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_ctx.js"),r=o("./node_modules/core-js/modules/_iter-call.js"),s=o("./node_modules/core-js/modules/_is-array-iter.js"),i=o("./node_modules/core-js/modules/_an-object.js"),u=o("./node_modules/core-js/modules/_to-length.js"),a=o("./node_modules/core-js/modules/core.get-iterator-method.js"),l={},c={};(t=e.exports=function(e,t,o,d,f){var m,p,h,j,_=f?function(){return e}:a(e),g=n(o,d,t?2:1),v=0;if("function"!=typeof _)throw TypeError(e+" is not iterable!");if(s(_)){for(m=u(e.length);m>v;v++)if((j=t?g(i(p=e[v])[0],p[1]):g(e[v]))===l||j===c)return j}else for(h=_.call(e);!(p=h.next()).done;)if((j=r(h,g,p.value,t))===l||j===c)return j}).BREAK=l,t.RETURN=c},"./node_modules/core-js/modules/_global.js":function(e,t){var o=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=o)},"./node_modules/core-js/modules/_has.js":function(e,t){var o={}.hasOwnProperty;e.exports=function(e,t){return o.call(e,t)}},"./node_modules/core-js/modules/_hide.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_object-dp.js"),r=o("./node_modules/core-js/modules/_property-desc.js");e.exports=o("./node_modules/core-js/modules/_descriptors.js")?function(e,t,o){return n.f(e,t,r(1,o))}:function(e,t,o){return e[t]=o,e}},"./node_modules/core-js/modules/_html.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_global.js").document;e.exports=n&&n.documentElement},"./node_modules/core-js/modules/_ie8-dom-define.js":function(e,t,o){e.exports=!o("./node_modules/core-js/modules/_descriptors.js")&&!o("./node_modules/core-js/modules/_fails.js")(function(){return 7!=Object.defineProperty(o("./node_modules/core-js/modules/_dom-create.js")("div"),"a",{get:function(){return 7}}).a})},"./node_modules/core-js/modules/_inherit-if-required.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_is-object.js"),r=o("./node_modules/core-js/modules/_set-proto.js").set;e.exports=function(e,t,o){var s,i=t.constructor;return i!==o&&"function"==typeof i&&(s=i.prototype)!==o.prototype&&n(s)&&r&&r(e,s),e}},"./node_modules/core-js/modules/_invoke.js":function(e,t){e.exports=function(e,t,o){var n=void 0===o;switch(t.length){case 0:return n?e():e.call(o);case 1:return n?e(t[0]):e.call(o,t[0]);case 2:return n?e(t[0],t[1]):e.call(o,t[0],t[1]);case 3:return n?e(t[0],t[1],t[2]):e.call(o,t[0],t[1],t[2]);case 4:return n?e(t[0],t[1],t[2],t[3]):e.call(o,t[0],t[1],t[2],t[3])}return e.apply(o,t)}},"./node_modules/core-js/modules/_iobject.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_cof.js");e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==n(e)?e.split(""):Object(e)}},"./node_modules/core-js/modules/_is-array-iter.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_iterators.js"),r=o("./node_modules/core-js/modules/_wks.js")("iterator"),s=Array.prototype;e.exports=function(e){return void 0!==e&&(n.Array===e||s[r]===e)}},"./node_modules/core-js/modules/_is-array.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_cof.js");e.exports=Array.isArray||function(e){return"Array"==n(e)}},"./node_modules/core-js/modules/_is-integer.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_is-object.js"),r=Math.floor;e.exports=function(e){return!n(e)&&isFinite(e)&&r(e)===e}},"./node_modules/core-js/modules/_is-object.js":function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},"./node_modules/core-js/modules/_is-regexp.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_is-object.js"),r=o("./node_modules/core-js/modules/_cof.js"),s=o("./node_modules/core-js/modules/_wks.js")("match");e.exports=function(e){var t;return n(e)&&(void 0!==(t=e[s])?!!t:"RegExp"==r(e))}},"./node_modules/core-js/modules/_iter-call.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_an-object.js");e.exports=function(e,t,o,r){try{return r?t(n(o)[0],o[1]):t(o)}catch(t){var s=e.return;throw void 0!==s&&n(s.call(e)),t}}},"./node_modules/core-js/modules/_iter-create.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_object-create.js"),r=o("./node_modules/core-js/modules/_property-desc.js"),s=o("./node_modules/core-js/modules/_set-to-string-tag.js"),i={};o("./node_modules/core-js/modules/_hide.js")(i,o("./node_modules/core-js/modules/_wks.js")("iterator"),function(){return this}),e.exports=function(e,t,o){e.prototype=n(i,{next:r(1,o)}),s(e,t+" Iterator")}},"./node_modules/core-js/modules/_iter-define.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_library.js"),r=o("./node_modules/core-js/modules/_export.js"),s=o("./node_modules/core-js/modules/_redefine.js"),i=o("./node_modules/core-js/modules/_hide.js"),u=o("./node_modules/core-js/modules/_iterators.js"),a=o("./node_modules/core-js/modules/_iter-create.js"),l=o("./node_modules/core-js/modules/_set-to-string-tag.js"),c=o("./node_modules/core-js/modules/_object-gpo.js"),d=o("./node_modules/core-js/modules/_wks.js")("iterator"),f=!([].keys&&"next"in[].keys()),m=function(){return this};e.exports=function(e,t,o,p,h,j,_){a(o,t,p);var g,v,y,b=function(e){if(!f&&e in C)return C[e];switch(e){case"keys":case"values":return function(){return new o(this,e)}}return function(){return new o(this,e)}},w=t+" Iterator",x="values"==h,k=!1,C=e.prototype,O=C[d]||C["@@iterator"]||h&&C[h],E=O||b(h),S=h?x?b("entries"):E:void 0,P="Array"==t&&C.entries||O;if(P&&(y=c(P.call(new e)))!==Object.prototype&&y.next&&(l(y,w,!0),n||"function"==typeof y[d]||i(y,d,m)),x&&O&&"values"!==O.name&&(k=!0,E=function(){return O.call(this)}),n&&!_||!f&&!k&&C[d]||i(C,d,E),u[t]=E,u[w]=m,h)if(g={values:x?E:b("values"),keys:j?E:b("keys"),entries:S},_)for(v in g)v in C||s(C,v,g[v]);else r(r.P+r.F*(f||k),t,g);return g}},"./node_modules/core-js/modules/_iter-detect.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_wks.js")("iterator"),r=!1;try{var s=[7][n]();s.return=function(){r=!0},Array.from(s,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!r)return!1;var o=!1;try{var s=[7],i=s[n]();i.next=function(){return{done:o=!0}},s[n]=function(){return i},e(s)}catch(e){}return o}},"./node_modules/core-js/modules/_iter-step.js":function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},"./node_modules/core-js/modules/_iterators.js":function(e,t){e.exports={}},"./node_modules/core-js/modules/_library.js":function(e,t){e.exports=!1},"./node_modules/core-js/modules/_math-expm1.js":function(e,t){var o=Math.expm1;e.exports=!o||o(10)>22025.465794806718||o(10)<22025.465794806718||-2e-17!=o(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:Math.exp(e)-1}:o},"./node_modules/core-js/modules/_math-fround.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_math-sign.js"),r=Math.pow,s=r(2,-52),i=r(2,-23),u=r(2,127)*(2-i),a=r(2,-126);e.exports=Math.fround||function(e){var t,o,r=Math.abs(e),l=n(e);return ru||o!=o?l*(1/0):l*o}},"./node_modules/core-js/modules/_math-log1p.js":function(e,t){e.exports=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:Math.log(1+e)}},"./node_modules/core-js/modules/_math-scale.js":function(e,t){e.exports=Math.scale||function(e,t,o,n,r){return 0===arguments.length||e!=e||t!=t||o!=o||n!=n||r!=r?NaN:e===1/0||e===-1/0?e:(e-t)*(r-n)/(o-t)+n}},"./node_modules/core-js/modules/_math-sign.js":function(e,t){e.exports=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1}},"./node_modules/core-js/modules/_meta.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_uid.js")("meta"),r=o("./node_modules/core-js/modules/_is-object.js"),s=o("./node_modules/core-js/modules/_has.js"),i=o("./node_modules/core-js/modules/_object-dp.js").f,u=0,a=Object.isExtensible||function(){return!0},l=!o("./node_modules/core-js/modules/_fails.js")(function(){return a(Object.preventExtensions({}))}),c=function(e){i(e,n,{value:{i:"O"+ ++u,w:{}}})},d=e.exports={KEY:n,NEED:!1,fastKey:function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!s(e,n)){if(!a(e))return"F";if(!t)return"E";c(e)}return e[n].i},getWeak:function(e,t){if(!s(e,n)){if(!a(e))return!0;if(!t)return!1;c(e)}return e[n].w},onFreeze:function(e){return l&&d.NEED&&a(e)&&!s(e,n)&&c(e),e}}},"./node_modules/core-js/modules/_metadata.js":function(e,t,o){var n=o("./node_modules/core-js/modules/es6.map.js"),r=o("./node_modules/core-js/modules/_export.js"),s=o("./node_modules/core-js/modules/_shared.js")("metadata"),i=s.store||(s.store=new(o("./node_modules/core-js/modules/es6.weak-map.js"))),u=function(e,t,o){var r=i.get(e);if(!r){if(!o)return;i.set(e,r=new n)}var s=r.get(t);if(!s){if(!o)return;r.set(t,s=new n)}return s};e.exports={store:i,map:u,has:function(e,t,o){var n=u(t,o,!1);return void 0!==n&&n.has(e)},get:function(e,t,o){var n=u(t,o,!1);return void 0===n?void 0:n.get(e)},set:function(e,t,o,n){u(o,n,!0).set(e,t)},keys:function(e,t){var o=u(e,t,!1),n=[];return o&&o.forEach(function(e,t){n.push(t)}),n},key:function(e){return void 0===e||"symbol"==typeof e?e:String(e)},exp:function(e){r(r.S,"Reflect",e)}}},"./node_modules/core-js/modules/_microtask.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_global.js"),r=o("./node_modules/core-js/modules/_task.js").set,s=n.MutationObserver||n.WebKitMutationObserver,i=n.process,u=n.Promise,a="process"==o("./node_modules/core-js/modules/_cof.js")(i);e.exports=function(){var e,t,o,l=function(){var n,r;for(a&&(n=i.domain)&&n.exit();e;){r=e.fn,e=e.next;try{r()}catch(n){throw e?o():t=void 0,n}}t=void 0,n&&n.enter()};if(a)o=function(){i.nextTick(l)};else if(!s||n.navigator&&n.navigator.standalone)if(u&&u.resolve){var c=u.resolve(void 0);o=function(){c.then(l)}}else o=function(){r.call(n,l)};else{var d=!0,f=document.createTextNode("");new s(l).observe(f,{characterData:!0}),o=function(){f.data=d=!d}}return function(n){var r={fn:n,next:void 0};t&&(t.next=r),e||(e=r,o()),t=r}}},"./node_modules/core-js/modules/_new-promise-capability.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_a-function.js");e.exports.f=function(e){return new function(e){var t,o;this.promise=new e(function(e,n){if(void 0!==t||void 0!==o)throw TypeError("Bad Promise constructor");t=e,o=n}),this.resolve=n(t),this.reject=n(o)}(e)}},"./node_modules/core-js/modules/_object-assign.js":function(e,t,o){"use strict";var n=o("./node_modules/core-js/modules/_object-keys.js"),r=o("./node_modules/core-js/modules/_object-gops.js"),s=o("./node_modules/core-js/modules/_object-pie.js"),i=o("./node_modules/core-js/modules/_to-object.js"),u=o("./node_modules/core-js/modules/_iobject.js"),a=Object.assign;e.exports=!a||o("./node_modules/core-js/modules/_fails.js")(function(){var e={},t={},o=Symbol(),n="abcdefghijklmnopqrst";return e[o]=7,n.split("").forEach(function(e){t[e]=e}),7!=a({},e)[o]||Object.keys(a({},t)).join("")!=n})?function(e,t){for(var o=i(e),a=arguments.length,l=1,c=r.f,d=s.f;a>l;)for(var f,m=u(arguments[l++]),p=c?n(m).concat(c(m)):n(m),h=p.length,j=0;h>j;)d.call(m,f=p[j++])&&(o[f]=m[f]);return o}:a},"./node_modules/core-js/modules/_object-create.js":function(e,t,o){var n=o("./node_modules/core-js/modules/_an-object.js"),r=o("./node_modules/core-js/modules/_object-dps.js"),s=o("./node_modules/core-js/modules/_enum-bug-keys.js"),i=o("./node_modules/core-js/modules/_shared-key.js")("IE_PROTO"),u=function(){},a=function(){var e,t=o("./node_modules/core-js/modules/_dom-create.js")("iframe"),n=s.length;for(t.style.display="none",o("./node_modules/core-js/modules/_html.js").appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("