@veeqo/ui 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/.nvmrc +1 -0
  2. package/.prettierrc +6 -0
  3. package/.storybook/main.ts +21 -0
  4. package/.storybook/preview.ts +9 -0
  5. package/.vscode/settings.json +11 -0
  6. package/lib/components/Loader/Grid.d.ts +10 -0
  7. package/lib/components/Loader/Loader.d.ts +3 -0
  8. package/lib/components/Loader/TailSpin.d.ts +10 -0
  9. package/lib/components/Loader/ThreeDots.d.ts +10 -0
  10. package/lib/components/Loader/index.d.ts +1 -0
  11. package/lib/components/Loader/loaderTypes.d.ts +8 -0
  12. package/lib/components/Stack/Alignments.d.ts +9 -0
  13. package/lib/components/Stack/Stack.d.ts +6 -0
  14. package/lib/components/Stack/index.d.ts +1 -0
  15. package/lib/components/Stack/types.d.ts +38 -0
  16. package/lib/components/index.d.ts +2 -0
  17. package/lib/index.d.ts +520 -0
  18. package/lib/index.esm.js +2 -0
  19. package/lib/index.esm.js.map +1 -0
  20. package/lib/index.js +2 -0
  21. package/lib/index.js.map +1 -0
  22. package/lib/theme/index.d.ts +454 -0
  23. package/lib/theme/modules/breakpoints.d.ts +7 -0
  24. package/lib/theme/modules/colors.d.ts +116 -0
  25. package/lib/theme/modules/layers.d.ts +6 -0
  26. package/lib/theme/modules/radius.d.ts +7 -0
  27. package/lib/theme/modules/shadows.d.ts +6 -0
  28. package/lib/theme/modules/sizes.d.ts +20 -0
  29. package/lib/theme/modules/text.d.ts +315 -0
  30. package/lib/theme/storybook/components.d.ts +2 -0
  31. package/package.json +52 -0
  32. package/rollup.config.mjs +49 -0
  33. package/src/components/Loader/Docs.mdx +26 -0
  34. package/src/components/Loader/Grid.tsx +113 -0
  35. package/src/components/Loader/Loader.stories.tsx +62 -0
  36. package/src/components/Loader/Loader.tsx +28 -0
  37. package/src/components/Loader/TailSpin.tsx +54 -0
  38. package/src/components/Loader/ThreeDots.tsx +90 -0
  39. package/src/components/Loader/__snapshots__/Loader.test.tsx.snap +73 -0
  40. package/src/components/Loader/index.ts +1 -0
  41. package/src/components/Loader/loaderTypes.ts +9 -0
  42. package/src/components/Stack/Alignments.ts +10 -0
  43. package/src/components/Stack/Docs.mdx +28 -0
  44. package/src/components/Stack/Stack.stories.tsx +112 -0
  45. package/src/components/Stack/Stack.tsx +61 -0
  46. package/src/components/Stack/__snapshots__/Stack.test.tsx.snap +45 -0
  47. package/src/components/Stack/index.ts +1 -0
  48. package/src/components/Stack/types.ts +73 -0
  49. package/src/components/index.ts +2 -0
  50. package/src/index.ts +2 -0
  51. package/src/theme/index.ts +18 -0
  52. package/src/theme/modules/breakpoints.ts +7 -0
  53. package/src/theme/modules/colors.ts +116 -0
  54. package/src/theme/modules/layers.ts +6 -0
  55. package/src/theme/modules/radius.ts +7 -0
  56. package/src/theme/modules/shadows.ts +6 -0
  57. package/src/theme/modules/sizes.ts +52 -0
  58. package/src/theme/modules/text.ts +319 -0
  59. package/src/theme/storybook/ColorDocs.mdx +130 -0
  60. package/src/theme/storybook/RadiusDocs.mdx +39 -0
  61. package/src/theme/storybook/ShadowDocs.mdx +37 -0
  62. package/src/theme/storybook/SizesDocs.mdx +104 -0
  63. package/src/theme/storybook/components.tsx +19 -0
  64. package/tsconfig.json +23 -0
@@ -0,0 +1,2 @@
1
+ import e from"react";import t from"styled-components";var n,a=function(t){var n=t.width,a=t.height,i=t.className,l=t.color,o=t.label;return e.createElement("svg",{width:n,height:a,className:i,viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg","aria-label":o},e.createElement("defs",null,e.createElement("linearGradient",{x1:"8.042%",y1:"0%",x2:"65.682%",y2:"23.865%",id:"a"},e.createElement("stop",{stopColor:l,stopOpacity:"0",offset:"0%"}),e.createElement("stop",{stopColor:l,stopOpacity:".631",offset:"63.146%"}),e.createElement("stop",{stopColor:l,offset:"100%"}))),e.createElement("g",{fill:"none",fillRule:"evenodd"},e.createElement("g",{transform:"translate(1 1)"},e.createElement("path",{d:"M36 18c0-9.94-8.06-18-18-18",id:"Oval-2",stroke:l,strokeWidth:"2"},e.createElement("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"0.9s",repeatCount:"indefinite"})),e.createElement("circle",{fill:"#fff",cx:"36",cy:"18",r:"1"},e.createElement("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"0.9s",repeatCount:"indefinite"})))))},i=function(t){var n=t.width,a=t.height,i=t.className,l=t.color,o=t.label;return e.createElement("svg",{width:n,height:a,className:i,viewBox:"0 0 105 105",fill:l,"aria-label":o},e.createElement("circle",{cx:"12.5",cy:"12.5",r:"12.5"},e.createElement("animate",{attributeName:"fill-opacity",begin:"0s",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),e.createElement("circle",{cx:"12.5",cy:"52.5",r:"12.5"},e.createElement("animate",{attributeName:"fill-opacity",begin:"100ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),e.createElement("circle",{cx:"52.5",cy:"12.5",r:"12.5"},e.createElement("animate",{attributeName:"fill-opacity",begin:"300ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),e.createElement("circle",{cx:"52.5",cy:"52.5",r:"12.5"},e.createElement("animate",{attributeName:"fill-opacity",begin:"600ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),e.createElement("circle",{cx:"92.5",cy:"12.5",r:"12.5"},e.createElement("animate",{attributeName:"fill-opacity",begin:"800ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),e.createElement("circle",{cx:"92.5",cy:"52.5",r:"12.5"},e.createElement("animate",{attributeName:"fill-opacity",begin:"400ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),e.createElement("circle",{cx:"12.5",cy:"92.5",r:"12.5"},e.createElement("animate",{attributeName:"fill-opacity",begin:"700ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),e.createElement("circle",{cx:"52.5",cy:"92.5",r:"12.5"},e.createElement("animate",{attributeName:"fill-opacity",begin:"500ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),e.createElement("circle",{cx:"92.5",cy:"92.5",r:"12.5"},e.createElement("animate",{attributeName:"fill-opacity",begin:"200ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})))},l=function(t){var n=t.width,a=t.height,i=t.className,l=t.color,o=t.label;return e.createElement("svg",{width:n,height:a,className:i,viewBox:"0 0 120 30",xmlns:"http://www.w3.org/2000/svg",fill:l,"aria-label":o},e.createElement("circle",{cx:"15",cy:"15",r:"15"},e.createElement("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),e.createElement("animate",{attributeName:"fillOpacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})),e.createElement("circle",{cx:"60",cy:"15",r:"9",attributeName:"fillOpacity",from:"1",to:"0.3"},e.createElement("animate",{attributeName:"r",from:"9",to:"9",begin:"0s",dur:"0.8s",values:"9;15;9",calcMode:"linear",repeatCount:"indefinite"}),e.createElement("animate",{attributeName:"fillOpacity",from:"0.5",to:"0.5",begin:"0s",dur:"0.8s",values:".5;1;.5",calcMode:"linear",repeatCount:"indefinite"})),e.createElement("circle",{cx:"105",cy:"15",r:"15"},e.createElement("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),e.createElement("animate",{attributeName:"fillOpacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})))},o=function(t){var n=t.className,o=t.height,r=void 0===o?24:o,c=t.width,m=void 0===c?24:c,s=t.color,f=void 0===s?"#588CB0":s,g=t.type;switch(void 0===g?"TailSpin":g){case"Grid":return e.createElement(i,{className:n,height:r,width:m,color:f});case"ThreeDots":return e.createElement(l,{className:n,height:r,width:m,color:f});default:return e.createElement(a,{className:n,height:r,width:m,color:f})}},r=function(){return r=Object.assign||function(e){for(var t,n=1,a=arguments.length;n<a;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},r.apply(this,arguments)};"function"==typeof SuppressedError&&SuppressedError,function(e){e.start="flex-start",e.center="center",e.end="flex-end",e.stretch="stretch",e.between="space-between",e.around="space-around"}(n||(n={}));var c,m,s,f=n,g={brand:{blue:{lightest:"#E4F0F9",light:"#93C6E8",base:"#4CA1D9",dark:"#3878A2",darkest:"#1A384B"},peach:{lightest:"#FDECE9",light:"#F8B2A9",base:"#F48070",dark:"#B65F53",darkest:"#562D27"}},neutral:{ink:{lightest:"#959FA8",light:"#637381",base:"#37424D",dark:"#1B2126"},grey:{lightest:"#FAFAFB",light:"#F2F3F5",base:"#DFE3E8",dark:"#CDD1D5"},greyBlue:{lightest:"#AAC5D8",light:"#558BB1",base:"#406885",dark:"#1E313E"}},secondary:{red:{lightest:"#FDEEEE",light:"#F7BCBC",base:"#EB5757",dark:"#A53D3D",darkest:"#5E2323"},yellow:{lightest:"#FFF6D9",light:"#FFE999",base:"#FFC900",dark:"#BF9600",darkest:"#594600"},green:{lightest:"#E9F7EF",light:"#BEE7CF",base:"#27AE60",dark:"#1B7A43",darkest:"#104626"},lime:{lightest:"#F6FAEB",light:"#DBEBAE",base:"#A5CD35",dark:"#7B9927",darkest:"#394712"},teal:{lightest:"#E5F8F5",light:"#99E5D7",base:"#00BD9A",dark:"#00715C",darkest:"#00392E"},aqua:{lightest:"#EEFAFE",light:"#BBEBFA",base:"#56CCF2",dark:"#3C8FA9",darkest:"#225261"},purple:{lightest:"#F6EFFC",light:"#D9C0F1",base:"#A162DD",dark:"#694090",darkest:"#38224D"},blue:{lightest:"#D9EBF8",light:"#80BCE8",base:"#0079D1",dark:"#005A9C",darkest:"#003053"},pink:{lightest:"#FFF1FC",light:"#FFC7F3",base:"#FFA3EB",dark:"#BF7AB0",darkest:"#593852"},orange:{lightest:"#FEF5ED",light:"#FAD6B7",base:"#F2994A",dark:"#9D6330",darkest:"#613D1E"}},system:{scrollbar:{thumb:"rgba(99, 115, 129, .5)",background:"transparent"}}};!function(e){e.sm="0px 1px 3px rgba(55, 66, 77, 0.15)",e.base="0px 4px 6px rgba(27, 33, 38, 0.2)",e.md="0px 10px 15px rgba(27, 33, 38, 0.2)",e.lg="0px 20px 25px rgba(27, 33, 38, 0.2)"}(c||(c={})),function(e){e.none="none",e.line="line",e.xs="xs",e.sm="sm",e.base="base",e.md="md",e.lg="lg",e.xl="xl",e.xxl="xxl"}(s||(s={}));var p,d,h,y=function(e){for(var t=e.increment,n=e.unit,a=e.count,i={},l=0;l<=a;l++){var o=l*t;i[l]="".concat(o).concat(n)}return i}({increment:.25,unit:"rem",count:20}),u=((m={})[s.none]="0",m[s.line]="1px",m[s.xs]=y[1],m[s.sm]=y[2],m[s.base]=y[4],m[s.md]=y[6],m[s.lg]=y[8],m[s.xl]=y[12],m[s.xxl]=y[16],m),x=r(r({},u),y),b={fontFamily:"Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"},F={headingXXL:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"40px",lineHeight:"56px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.022rem"},headingXL:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"28px",lineHeight:"40px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.02rem"},headingLarge:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"24px",lineHeight:"32px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.019rem"},headingMedium:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"20px",lineHeight:"28px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.017rem"},headingSmall:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"16px",lineHeight:"20px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.011rem"},headingTable:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"0"},subheadingLarge:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"20px",lineHeight:"28px",color:g.neutral.ink.light,textDecoration:"none",letterSpacing:"-0.017rem"},subheadingMedium:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"16px",lineHeight:"24px",color:g.neutral.ink.light,textDecoration:"none",letterSpacing:"-0.011rem"},subheadingSmall:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:g.neutral.ink.light,textDecoration:"none",letterSpacing:"0"},subheadingSmallBold:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"0"},body:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"14px",lineHeight:"20px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.006rem"},bodySmall:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"0"},bodyBold:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"14px",lineHeight:"20px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.006rem"},bodyBoldDark:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"14px",lineHeight:"20px",color:g.neutral.ink.dark,textDecoration:"none",letterSpacing:"0"},bodySmallBold:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"0"},button:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"16px",lineHeight:"24px",color:g.secondary.blue.base,textDecoration:"none",letterSpacing:"-0.011rem"},buttonSmall:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"14px",lineHeight:"20px",color:g.secondary.blue.base,textDecoration:"none",letterSpacing:"-0.006rem"},linkLarge:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"20px",lineHeight:"28px",color:g.secondary.blue.base,textDecoration:"underline",letterSpacing:"-0.017rem"},linkMedium:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"16px",lineHeight:"24px",color:g.secondary.blue.base,textDecoration:"underline",letterSpacing:"-0.011rem"},link:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"14px",lineHeight:"20px",color:g.secondary.blue.base,textDecoration:"underline",letterSpacing:"-0.006rem"},linkSmall:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:g.secondary.blue.base,textDecoration:"underline",letterSpacing:"0"},inputLabel:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"14px",lineHeight:"20px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.006rem"},inputLabelSmall:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:g.neutral.ink.base,textDecoration:"none",letterSpacing:"0"},hintText:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:g.neutral.ink.light,textDecoration:"none",letterSpacing:"0"},placeholder:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"14px",lineHeight:"20px",color:g.neutral.ink.lightest,textDecoration:"none",letterSpacing:"-0.006rem"},placeholderSmall:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:g.neutral.ink.lightest,textDecoration:"none",letterSpacing:"0"},placeholderCode:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"14px",lineHeight:"20px",color:g.neutral.ink.lightest,textDecoration:"none",letterSpacing:"0.5rem"},placeholderCodeSmall:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:g.neutral.ink.lightest,textDecoration:"none",letterSpacing:"0.375rem"},error:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"14px",lineHeight:"20px",color:g.secondary.red.base,textDecoration:"none",letterSpacing:"-0.006rem"},errorSmall:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:g.secondary.red.base,textDecoration:"none",letterSpacing:"0"},successSmall:{fontFamily:b.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:g.secondary.green.base,textDecoration:"none",letterSpacing:"0"}},S=r(r({},b),{breakpoints:{mobile:"640px",tablet:"720px",lgTablet:"960px",desktop:"1280px",lgDesktop:"1440px"},colors:g,layers:{base:0,popup:1e3,modal:2e3,tooltip:3e3},radius:{sm:"0.125rem",base:"0.25rem",md:"0.5rem",lg:"0.75rem",full:"50%"},shadows:c,sizes:x,text:F}),E=t.div(h||(p=["\n display: flex;\n\n ","\n"],d=["\n display: flex;\n\n ","\n"],Object.defineProperty?Object.defineProperty(p,"raw",{value:d}):p.raw=d,h=p),(function(e){console.log("props",e.alignX,e.alignY);var t,n,a,i,l=e.direction,o=void 0===l?"vertical":l,r=e.alignX,c=void 0===r?"start":r,m=e.alignY,s=void 0===m?"start":m,g=e.spacing,p=void 0===g?"base":g,d="",h="";return"vertical"===o?(t=c&&f[c],n=s&&f[s],d=S.sizes[p],a="column"):(t=s&&f[s],n=c&&f[c],h=S.sizes[p],a="row"),("vertical"===o&&"stretch"===s||"horizontal"===o&&"stretch"===c)&&(i=1),"\n align-items: ".concat(t,";\n justify-content: ").concat(n,";\n flex-direction: ").concat(a,";\n\n & > * {\n flex: ").concat(i,";\n }\n\n & > * + * {\n margin-top: ").concat(d,";\n margin-left: ").concat(h,";\n }\n ")}));export{o as Loader,E as Stack,S as theme};
2
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../src/components/Loader/TailSpin.tsx","../src/components/Stack/Alignments.ts","../src/components/Loader/Grid.tsx","../src/components/Loader/ThreeDots.tsx","../src/components/Loader/Loader.tsx","../node_modules/tslib/tslib.es6.js","../src/theme/modules/shadows.ts","../src/theme/modules/sizes.ts","../src/theme/modules/colors.ts","../src/components/Stack/Stack.tsx","../src/theme/modules/text.ts","../src/theme/index.ts","../src/theme/modules/breakpoints.ts","../src/theme/modules/layers.ts","../src/theme/modules/radius.ts"],"sourcesContent":["import React from 'react';\nvar TailSpin = function (_a) {\n var width = _a.width, height = _a.height, className = _a.className, color = _a.color, label = _a.label;\n return (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 38 38\", xmlns: \"http://www.w3.org/2000/svg\", \"aria-label\": label },\n React.createElement(\"defs\", null,\n React.createElement(\"linearGradient\", { x1: \"8.042%\", y1: \"0%\", x2: \"65.682%\", y2: \"23.865%\", id: \"a\" },\n React.createElement(\"stop\", { stopColor: color, stopOpacity: \"0\", offset: \"0%\" }),\n React.createElement(\"stop\", { stopColor: color, stopOpacity: \".631\", offset: \"63.146%\" }),\n React.createElement(\"stop\", { stopColor: color, offset: \"100%\" }))),\n React.createElement(\"g\", { fill: \"none\", fillRule: \"evenodd\" },\n React.createElement(\"g\", { transform: \"translate(1 1)\" },\n React.createElement(\"path\", { d: \"M36 18c0-9.94-8.06-18-18-18\", id: \"Oval-2\", stroke: color, strokeWidth: \"2\" },\n React.createElement(\"animateTransform\", { attributeName: \"transform\", type: \"rotate\", from: \"0 18 18\", to: \"360 18 18\", dur: \"0.9s\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { fill: \"#fff\", cx: \"36\", cy: \"18\", r: \"1\" },\n React.createElement(\"animateTransform\", { attributeName: \"transform\", type: \"rotate\", from: \"0 18 18\", to: \"360 18 18\", dur: \"0.9s\", repeatCount: \"indefinite\" }))))));\n};\nexport default TailSpin;\n//# sourceMappingURL=TailSpin.js.map","var Alignments;\n(function (Alignments) {\n Alignments[\"start\"] = \"flex-start\";\n Alignments[\"center\"] = \"center\";\n Alignments[\"end\"] = \"flex-end\";\n Alignments[\"stretch\"] = \"stretch\";\n Alignments[\"between\"] = \"space-between\";\n Alignments[\"around\"] = \"space-around\";\n})(Alignments || (Alignments = {}));\nexport default Alignments;\n//# sourceMappingURL=Alignments.js.map","import React from 'react';\nvar Grid = function (_a) {\n var width = _a.width, height = _a.height, className = _a.className, color = _a.color, label = _a.label;\n return (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 105 105\", fill: color, \"aria-label\": label },\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"0s\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"100ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"300ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"600ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"800ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"400ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"700ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"500ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"200ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" }))));\n};\nexport default Grid;\n//# sourceMappingURL=Grid.js.map","import React from 'react';\nvar ThreeDots = function (_a) {\n var width = _a.width, height = _a.height, className = _a.className, color = _a.color, label = _a.label;\n return (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 120 30\", xmlns: \"http://www.w3.org/2000/svg\", fill: color, \"aria-label\": label },\n React.createElement(\"circle\", { cx: \"15\", cy: \"15\", r: \"15\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"15\", to: \"15\", begin: \"0s\", dur: \"0.8s\", values: \"15;9;15\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"1\", to: \"1\", begin: \"0s\", dur: \"0.8s\", values: \"1;.5;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"60\", cy: \"15\", r: \"9\", attributeName: \"fillOpacity\", from: \"1\", to: \"0.3\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"9\", to: \"9\", begin: \"0s\", dur: \"0.8s\", values: \"9;15;9\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"0.5\", to: \"0.5\", begin: \"0s\", dur: \"0.8s\", values: \".5;1;.5\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"105\", cy: \"15\", r: \"15\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"15\", to: \"15\", begin: \"0s\", dur: \"0.8s\", values: \"15;9;15\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"1\", to: \"1\", begin: \"0s\", dur: \"0.8s\", values: \"1;.5;1\", calcMode: \"linear\", repeatCount: \"indefinite\" }))));\n};\nexport default ThreeDots;\n//# sourceMappingURL=ThreeDots.js.map","import React from 'react';\nimport TailSpin from './TailSpin';\nimport Grid from './Grid';\nimport ThreeDots from './ThreeDots';\nexport var Loader = function (_a) {\n var className = _a.className, _b = _a.height, height = _b === void 0 ? 24 : _b, _c = _a.width, width = _c === void 0 ? 24 : _c, _d = _a.color, color = _d === void 0 ? '#588CB0' : _d, _e = _a.type, type = _e === void 0 ? 'TailSpin' : _e;\n switch (type) {\n case 'Grid': {\n return React.createElement(Grid, { className: className, height: height, width: width, color: color });\n }\n case 'ThreeDots': {\n return React.createElement(ThreeDots, { className: className, height: height, width: width, color: color });\n }\n default:\n case 'TailSpin': {\n return React.createElement(TailSpin, { className: className, height: height, width: width, color: color });\n }\n }\n};\n//# sourceMappingURL=Loader.js.map","/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n function next() {\r\n while (env.stack.length) {\r\n var rec = env.stack.pop();\r\n try {\r\n var result = rec.dispose && rec.dispose.call(rec.value);\r\n if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n};\r\n","export var shadows;\n(function (shadows) {\n shadows[\"sm\"] = \"0px 1px 3px rgba(55, 66, 77, 0.15)\";\n shadows[\"base\"] = \"0px 4px 6px rgba(27, 33, 38, 0.2)\";\n shadows[\"md\"] = \"0px 10px 15px rgba(27, 33, 38, 0.2)\";\n shadows[\"lg\"] = \"0px 20px 25px rgba(27, 33, 38, 0.2)\";\n})(shadows || (shadows = {}));\n//# sourceMappingURL=shadows.js.map","var _a;\nimport { __assign } from \"tslib\";\nvar SizeAlias;\n(function (SizeAlias) {\n SizeAlias[\"none\"] = \"none\";\n SizeAlias[\"line\"] = \"line\";\n SizeAlias[\"xs\"] = \"xs\";\n SizeAlias[\"sm\"] = \"sm\";\n SizeAlias[\"base\"] = \"base\";\n SizeAlias[\"md\"] = \"md\";\n SizeAlias[\"lg\"] = \"lg\";\n SizeAlias[\"xl\"] = \"xl\";\n SizeAlias[\"xxl\"] = \"xxl\";\n})(SizeAlias || (SizeAlias = {}));\nfunction buildSizeScale(_a) {\n var increment = _a.increment, unit = _a.unit, count = _a.count;\n var sizes = {};\n /* eslint-disable-next-line no-plusplus */\n for (var i = 0; i <= count; i++) {\n var value = i * increment;\n sizes[i] = \"\".concat(value).concat(unit);\n }\n return sizes;\n}\nexport var sizeScale = buildSizeScale({ increment: 0.25, unit: 'rem', count: 20 });\nexport var sizeAliases = (_a = {},\n _a[SizeAlias.none] = '0',\n _a[SizeAlias.line] = '1px',\n _a[SizeAlias.xs] = sizeScale[1],\n _a[SizeAlias.sm] = sizeScale[2],\n _a[SizeAlias.base] = sizeScale[4],\n _a[SizeAlias.md] = sizeScale[6],\n _a[SizeAlias.lg] = sizeScale[8],\n _a[SizeAlias.xl] = sizeScale[12],\n _a[SizeAlias.xxl] = sizeScale[16],\n _a);\nexport var sizes = __assign(__assign({}, sizeAliases), sizeScale);\n//# sourceMappingURL=sizes.js.map","export var colors = {\n brand: {\n blue: {\n lightest: '#E4F0F9',\n light: '#93C6E8',\n base: '#4CA1D9',\n dark: '#3878A2',\n darkest: '#1A384B',\n },\n peach: {\n lightest: '#FDECE9',\n light: '#F8B2A9',\n base: '#F48070',\n dark: '#B65F53',\n darkest: '#562D27',\n },\n },\n neutral: {\n ink: {\n lightest: '#959FA8',\n light: '#637381',\n base: '#37424D',\n dark: '#1B2126',\n },\n grey: {\n lightest: '#FAFAFB',\n light: '#F2F3F5',\n base: '#DFE3E8',\n dark: '#CDD1D5',\n },\n greyBlue: {\n lightest: '#AAC5D8',\n light: '#558BB1',\n base: '#406885',\n dark: '#1E313E',\n },\n },\n secondary: {\n red: {\n lightest: '#FDEEEE',\n light: '#F7BCBC',\n base: '#EB5757',\n dark: '#A53D3D',\n darkest: '#5E2323',\n },\n yellow: {\n lightest: '#FFF6D9',\n light: '#FFE999',\n base: '#FFC900',\n dark: '#BF9600',\n darkest: '#594600',\n },\n green: {\n lightest: '#E9F7EF',\n light: '#BEE7CF',\n base: '#27AE60',\n dark: '#1B7A43',\n darkest: '#104626',\n },\n lime: {\n lightest: '#F6FAEB',\n light: '#DBEBAE',\n base: '#A5CD35',\n dark: '#7B9927',\n darkest: '#394712',\n },\n teal: {\n lightest: '#E5F8F5',\n light: '#99E5D7',\n base: '#00BD9A',\n dark: '#00715C',\n darkest: '#00392E',\n },\n aqua: {\n lightest: '#EEFAFE',\n light: '#BBEBFA',\n base: '#56CCF2',\n dark: '#3C8FA9',\n darkest: '#225261',\n },\n purple: {\n lightest: '#F6EFFC',\n light: '#D9C0F1',\n base: '#A162DD',\n dark: '#694090',\n darkest: '#38224D',\n },\n blue: {\n lightest: '#D9EBF8',\n light: '#80BCE8',\n base: '#0079D1',\n dark: '#005A9C',\n darkest: '#003053',\n },\n pink: {\n lightest: '#FFF1FC',\n light: '#FFC7F3',\n base: '#FFA3EB',\n dark: '#BF7AB0',\n darkest: '#593852',\n },\n orange: {\n lightest: '#FEF5ED',\n light: '#FAD6B7',\n base: '#F2994A',\n dark: '#9D6330',\n darkest: '#613D1E',\n },\n },\n system: {\n scrollbar: {\n thumb: 'rgba(99, 115, 129, .5)',\n background: 'transparent',\n },\n },\n};\n//# sourceMappingURL=colors.js.map","import { __makeTemplateObject } from \"tslib\";\nimport styled from 'styled-components';\nimport Alignments from './Alignments';\nimport { theme } from '../../theme';\n/**\n * Layout component.\n */\nexport var Stack = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n display: flex;\\n\\n \", \"\\n\"], [\"\\n display: flex;\\n\\n \", \"\\n\"])), function (props) {\n console.log('props', props.alignX, props.alignY);\n var _a = props.direction, direction = _a === void 0 ? 'vertical' : _a, _b = props.alignX, alignX = _b === void 0 ? 'start' : _b, _c = props.alignY, alignY = _c === void 0 ? 'start' : _c, _d = props.spacing, spacing = _d === void 0 ? 'base' : _d;\n var alignItems;\n var justifyContent;\n var flexDirection;\n var itemFlex;\n var marginTop = '';\n var marginLeft = '';\n if (direction === 'vertical') {\n alignItems = alignX && Alignments[alignX];\n justifyContent = alignY && Alignments[alignY];\n marginTop = theme.sizes[spacing];\n flexDirection = 'column';\n }\n else {\n alignItems = alignY && Alignments[alignY];\n justifyContent = alignX && Alignments[alignX];\n marginLeft = theme.sizes[spacing];\n flexDirection = 'row';\n }\n // These options result in 'justify-content: stretch' which doesn't exist,\n // so instead we set the flex of child elements\n if ((direction === 'vertical' && alignY === 'stretch') ||\n (direction === 'horizontal' && alignX === 'stretch')) {\n itemFlex = 1;\n }\n return \"\\n align-items: \".concat(alignItems, \";\\n justify-content: \").concat(justifyContent, \";\\n flex-direction: \").concat(flexDirection, \";\\n\\n & > * {\\n flex: \").concat(itemFlex, \";\\n }\\n\\n & > * + * {\\n margin-top: \").concat(marginTop, \";\\n margin-left: \").concat(marginLeft, \";\\n }\\n \");\n});\nvar templateObject_1;\n//# sourceMappingURL=Stack.js.map","import { colors } from './colors';\nexport var common = {\n fontFamily: 'Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol',\n};\nexport var text = {\n headingXXL: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '40px',\n lineHeight: '56px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.022rem',\n },\n headingXL: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '28px',\n lineHeight: '40px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.02rem',\n },\n headingLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '24px',\n lineHeight: '32px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.019rem',\n },\n headingMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.017rem',\n },\n headingSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '16px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n headingTable: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n subheadingLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '-0.017rem',\n },\n subheadingMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n subheadingSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n subheadingSmallBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n body: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n bodySmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n bodyBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n bodyBoldDark: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.dark,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n bodySmallBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n button: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.secondary.blue.base,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n buttonSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.blue.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n linkLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.017rem',\n },\n linkMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.011rem',\n },\n link: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.006rem',\n },\n linkSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '0',\n },\n inputLabel: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n inputLabelSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n hintText: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n placeholder: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n placeholderSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n placeholderCode: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0.5rem',\n },\n placeholderCodeSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0.375rem',\n },\n error: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.red.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n errorSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.red.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n successSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.green.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n};\n//# sourceMappingURL=text.js.map","import { __assign } from \"tslib\";\nimport { colors } from './modules/colors';\nimport { breakpoints } from './modules/breakpoints';\nimport { layers } from './modules/layers';\nimport { radius } from './modules/radius';\nimport { shadows } from './modules/shadows';\nimport { sizes } from './modules/sizes';\nimport { text, common } from './modules/text';\nexport var theme = __assign(__assign({}, common), { breakpoints: breakpoints, colors: colors, layers: layers, radius: radius, shadows: shadows, sizes: sizes, text: text });\n//# sourceMappingURL=index.js.map","export var breakpoints = {\n mobile: '640px',\n tablet: '720px',\n lgTablet: '960px',\n desktop: '1280px',\n lgDesktop: '1440px',\n};\n//# sourceMappingURL=breakpoints.js.map","export var layers = {\n base: 0,\n popup: 1000,\n modal: 2000,\n tooltip: 3000,\n};\n//# sourceMappingURL=layers.js.map","export var radius = {\n sm: '0.125rem',\n base: '0.25rem',\n md: '0.5rem',\n lg: '0.75rem',\n full: '50%',\n};\n//# sourceMappingURL=radius.js.map"],"names":["Alignments","TailSpin","_a","width","height","className","color","label","React","createElement","viewBox","xmlns","x1","y1","x2","y2","id","stopColor","stopOpacity","offset","fill","fillRule","transform","d","stroke","strokeWidth","attributeName","type","from","to","dur","repeatCount","cx","cy","r","Grid","begin","values","calcMode","ThreeDots","Loader","_b","_c","_d","_e","__assign","Object","assign","t","s","i","n","arguments","length","p","prototype","hasOwnProperty","call","apply","this","SuppressedError","shadows","SizeAlias","Alignments$1","colors","brand","blue","lightest","light","base","dark","darkest","peach","neutral","ink","grey","greyBlue","secondary","red","yellow","green","lime","teal","aqua","purple","pink","orange","system","scrollbar","thumb","background","cooked","raw","templateObject_1","sizeScale","increment","unit","count","sizes","value","concat","buildSizeScale","sizeAliases","none","line","xs","sm","md","lg","xl","xxl","common","fontFamily","text","headingXXL","fontStyle","fontWeight","fontSize","lineHeight","textDecoration","letterSpacing","headingXL","headingLarge","headingMedium","headingSmall","headingTable","subheadingLarge","subheadingMedium","subheadingSmall","subheadingSmallBold","body","bodySmall","bodyBold","bodyBoldDark","bodySmallBold","button","buttonSmall","linkLarge","linkMedium","link","linkSmall","inputLabel","inputLabelSmall","hintText","placeholder","placeholderSmall","placeholderCode","placeholderCodeSmall","error","errorSmall","successSmall","theme","breakpoints","mobile","tablet","lgTablet","desktop","lgDesktop","layers","popup","modal","tooltip","radius","full","Stack","styled","div","defineProperty","props","console","log","alignX","alignY","alignItems","justifyContent","flexDirection","itemFlex","direction","spacing","marginTop","marginLeft"],"mappings":"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","x_google_ignoreList":[5]}
package/lib/index.js ADDED
@@ -0,0 +1,2 @@
1
+ "use strict";var e,t=require("react"),n=require("styled-components"),a=function(e){var n=e.width,a=e.height,i=e.className,l=e.color,o=e.label;return t.createElement("svg",{width:n,height:a,className:i,viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg","aria-label":o},t.createElement("defs",null,t.createElement("linearGradient",{x1:"8.042%",y1:"0%",x2:"65.682%",y2:"23.865%",id:"a"},t.createElement("stop",{stopColor:l,stopOpacity:"0",offset:"0%"}),t.createElement("stop",{stopColor:l,stopOpacity:".631",offset:"63.146%"}),t.createElement("stop",{stopColor:l,offset:"100%"}))),t.createElement("g",{fill:"none",fillRule:"evenodd"},t.createElement("g",{transform:"translate(1 1)"},t.createElement("path",{d:"M36 18c0-9.94-8.06-18-18-18",id:"Oval-2",stroke:l,strokeWidth:"2"},t.createElement("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"0.9s",repeatCount:"indefinite"})),t.createElement("circle",{fill:"#fff",cx:"36",cy:"18",r:"1"},t.createElement("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"0.9s",repeatCount:"indefinite"})))))},i=function(e){var n=e.width,a=e.height,i=e.className,l=e.color,o=e.label;return t.createElement("svg",{width:n,height:a,className:i,viewBox:"0 0 105 105",fill:l,"aria-label":o},t.createElement("circle",{cx:"12.5",cy:"12.5",r:"12.5"},t.createElement("animate",{attributeName:"fill-opacity",begin:"0s",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),t.createElement("circle",{cx:"12.5",cy:"52.5",r:"12.5"},t.createElement("animate",{attributeName:"fill-opacity",begin:"100ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),t.createElement("circle",{cx:"52.5",cy:"12.5",r:"12.5"},t.createElement("animate",{attributeName:"fill-opacity",begin:"300ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),t.createElement("circle",{cx:"52.5",cy:"52.5",r:"12.5"},t.createElement("animate",{attributeName:"fill-opacity",begin:"600ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),t.createElement("circle",{cx:"92.5",cy:"12.5",r:"12.5"},t.createElement("animate",{attributeName:"fill-opacity",begin:"800ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),t.createElement("circle",{cx:"92.5",cy:"52.5",r:"12.5"},t.createElement("animate",{attributeName:"fill-opacity",begin:"400ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),t.createElement("circle",{cx:"12.5",cy:"92.5",r:"12.5"},t.createElement("animate",{attributeName:"fill-opacity",begin:"700ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),t.createElement("circle",{cx:"52.5",cy:"92.5",r:"12.5"},t.createElement("animate",{attributeName:"fill-opacity",begin:"500ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})),t.createElement("circle",{cx:"92.5",cy:"92.5",r:"12.5"},t.createElement("animate",{attributeName:"fill-opacity",begin:"200ms",dur:"1s",values:"1;.2;1",calcMode:"linear",repeatCount:"indefinite"})))},l=function(e){var n=e.width,a=e.height,i=e.className,l=e.color,o=e.label;return t.createElement("svg",{width:n,height:a,className:i,viewBox:"0 0 120 30",xmlns:"http://www.w3.org/2000/svg",fill:l,"aria-label":o},t.createElement("circle",{cx:"15",cy:"15",r:"15"},t.createElement("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),t.createElement("animate",{attributeName:"fillOpacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})),t.createElement("circle",{cx:"60",cy:"15",r:"9",attributeName:"fillOpacity",from:"1",to:"0.3"},t.createElement("animate",{attributeName:"r",from:"9",to:"9",begin:"0s",dur:"0.8s",values:"9;15;9",calcMode:"linear",repeatCount:"indefinite"}),t.createElement("animate",{attributeName:"fillOpacity",from:"0.5",to:"0.5",begin:"0s",dur:"0.8s",values:".5;1;.5",calcMode:"linear",repeatCount:"indefinite"})),t.createElement("circle",{cx:"105",cy:"15",r:"15"},t.createElement("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),t.createElement("animate",{attributeName:"fillOpacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})))},o=function(){return o=Object.assign||function(e){for(var t,n=1,a=arguments.length;n<a;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};"function"==typeof SuppressedError&&SuppressedError,function(e){e.start="flex-start",e.center="center",e.end="flex-end",e.stretch="stretch",e.between="space-between",e.around="space-around"}(e||(e={}));var r,c,m,s=e,f={brand:{blue:{lightest:"#E4F0F9",light:"#93C6E8",base:"#4CA1D9",dark:"#3878A2",darkest:"#1A384B"},peach:{lightest:"#FDECE9",light:"#F8B2A9",base:"#F48070",dark:"#B65F53",darkest:"#562D27"}},neutral:{ink:{lightest:"#959FA8",light:"#637381",base:"#37424D",dark:"#1B2126"},grey:{lightest:"#FAFAFB",light:"#F2F3F5",base:"#DFE3E8",dark:"#CDD1D5"},greyBlue:{lightest:"#AAC5D8",light:"#558BB1",base:"#406885",dark:"#1E313E"}},secondary:{red:{lightest:"#FDEEEE",light:"#F7BCBC",base:"#EB5757",dark:"#A53D3D",darkest:"#5E2323"},yellow:{lightest:"#FFF6D9",light:"#FFE999",base:"#FFC900",dark:"#BF9600",darkest:"#594600"},green:{lightest:"#E9F7EF",light:"#BEE7CF",base:"#27AE60",dark:"#1B7A43",darkest:"#104626"},lime:{lightest:"#F6FAEB",light:"#DBEBAE",base:"#A5CD35",dark:"#7B9927",darkest:"#394712"},teal:{lightest:"#E5F8F5",light:"#99E5D7",base:"#00BD9A",dark:"#00715C",darkest:"#00392E"},aqua:{lightest:"#EEFAFE",light:"#BBEBFA",base:"#56CCF2",dark:"#3C8FA9",darkest:"#225261"},purple:{lightest:"#F6EFFC",light:"#D9C0F1",base:"#A162DD",dark:"#694090",darkest:"#38224D"},blue:{lightest:"#D9EBF8",light:"#80BCE8",base:"#0079D1",dark:"#005A9C",darkest:"#003053"},pink:{lightest:"#FFF1FC",light:"#FFC7F3",base:"#FFA3EB",dark:"#BF7AB0",darkest:"#593852"},orange:{lightest:"#FEF5ED",light:"#FAD6B7",base:"#F2994A",dark:"#9D6330",darkest:"#613D1E"}},system:{scrollbar:{thumb:"rgba(99, 115, 129, .5)",background:"transparent"}}};!function(e){e.sm="0px 1px 3px rgba(55, 66, 77, 0.15)",e.base="0px 4px 6px rgba(27, 33, 38, 0.2)",e.md="0px 10px 15px rgba(27, 33, 38, 0.2)",e.lg="0px 20px 25px rgba(27, 33, 38, 0.2)"}(r||(r={})),function(e){e.none="none",e.line="line",e.xs="xs",e.sm="sm",e.base="base",e.md="md",e.lg="lg",e.xl="xl",e.xxl="xxl"}(m||(m={}));var g,p,d,h=function(e){for(var t=e.increment,n=e.unit,a=e.count,i={},l=0;l<=a;l++){var o=l*t;i[l]="".concat(o).concat(n)}return i}({increment:.25,unit:"rem",count:20}),u=((c={})[m.none]="0",c[m.line]="1px",c[m.xs]=h[1],c[m.sm]=h[2],c[m.base]=h[4],c[m.md]=h[6],c[m.lg]=h[8],c[m.xl]=h[12],c[m.xxl]=h[16],c),y=o(o({},u),h),x={fontFamily:"Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"},b={headingXXL:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"40px",lineHeight:"56px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.022rem"},headingXL:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"28px",lineHeight:"40px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.02rem"},headingLarge:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"24px",lineHeight:"32px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.019rem"},headingMedium:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"20px",lineHeight:"28px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.017rem"},headingSmall:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"16px",lineHeight:"20px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.011rem"},headingTable:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"0"},subheadingLarge:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"20px",lineHeight:"28px",color:f.neutral.ink.light,textDecoration:"none",letterSpacing:"-0.017rem"},subheadingMedium:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"16px",lineHeight:"24px",color:f.neutral.ink.light,textDecoration:"none",letterSpacing:"-0.011rem"},subheadingSmall:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:f.neutral.ink.light,textDecoration:"none",letterSpacing:"0"},subheadingSmallBold:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"0"},body:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"14px",lineHeight:"20px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.006rem"},bodySmall:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"0"},bodyBold:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"14px",lineHeight:"20px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.006rem"},bodyBoldDark:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"14px",lineHeight:"20px",color:f.neutral.ink.dark,textDecoration:"none",letterSpacing:"0"},bodySmallBold:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"0"},button:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"16px",lineHeight:"24px",color:f.secondary.blue.base,textDecoration:"none",letterSpacing:"-0.011rem"},buttonSmall:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"14px",lineHeight:"20px",color:f.secondary.blue.base,textDecoration:"none",letterSpacing:"-0.006rem"},linkLarge:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"20px",lineHeight:"28px",color:f.secondary.blue.base,textDecoration:"underline",letterSpacing:"-0.017rem"},linkMedium:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"16px",lineHeight:"24px",color:f.secondary.blue.base,textDecoration:"underline",letterSpacing:"-0.011rem"},link:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"14px",lineHeight:"20px",color:f.secondary.blue.base,textDecoration:"underline",letterSpacing:"-0.006rem"},linkSmall:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:f.secondary.blue.base,textDecoration:"underline",letterSpacing:"0"},inputLabel:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"14px",lineHeight:"20px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"-0.006rem"},inputLabelSmall:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:f.neutral.ink.base,textDecoration:"none",letterSpacing:"0"},hintText:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:f.neutral.ink.light,textDecoration:"none",letterSpacing:"0"},placeholder:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"14px",lineHeight:"20px",color:f.neutral.ink.lightest,textDecoration:"none",letterSpacing:"-0.006rem"},placeholderSmall:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:f.neutral.ink.lightest,textDecoration:"none",letterSpacing:"0"},placeholderCode:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"14px",lineHeight:"20px",color:f.neutral.ink.lightest,textDecoration:"none",letterSpacing:"0.5rem"},placeholderCodeSmall:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:"normal",fontSize:"12px",lineHeight:"16px",color:f.neutral.ink.lightest,textDecoration:"none",letterSpacing:"0.375rem"},error:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"14px",lineHeight:"20px",color:f.secondary.red.base,textDecoration:"none",letterSpacing:"-0.006rem"},errorSmall:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:f.secondary.red.base,textDecoration:"none",letterSpacing:"0"},successSmall:{fontFamily:x.fontFamily,fontStyle:"normal",fontWeight:600,fontSize:"12px",lineHeight:"16px",color:f.secondary.green.base,textDecoration:"none",letterSpacing:"0"}},F=o(o({},x),{breakpoints:{mobile:"640px",tablet:"720px",lgTablet:"960px",desktop:"1280px",lgDesktop:"1440px"},colors:f,layers:{base:0,popup:1e3,modal:2e3,tooltip:3e3},radius:{sm:"0.125rem",base:"0.25rem",md:"0.5rem",lg:"0.75rem",full:"50%"},shadows:r,sizes:y,text:b}),S=n.div(d||(g=["\n display: flex;\n\n ","\n"],p=["\n display: flex;\n\n ","\n"],Object.defineProperty?Object.defineProperty(g,"raw",{value:p}):g.raw=p,d=g),(function(e){console.log("props",e.alignX,e.alignY);var t,n,a,i,l=e.direction,o=void 0===l?"vertical":l,r=e.alignX,c=void 0===r?"start":r,m=e.alignY,f=void 0===m?"start":m,g=e.spacing,p=void 0===g?"base":g,d="",h="";return"vertical"===o?(t=c&&s[c],n=f&&s[f],d=F.sizes[p],a="column"):(t=f&&s[f],n=c&&s[c],h=F.sizes[p],a="row"),("vertical"===o&&"stretch"===f||"horizontal"===o&&"stretch"===c)&&(i=1),"\n align-items: ".concat(t,";\n justify-content: ").concat(n,";\n flex-direction: ").concat(a,";\n\n & > * {\n flex: ").concat(i,";\n }\n\n & > * + * {\n margin-top: ").concat(d,";\n margin-left: ").concat(h,";\n }\n ")}));exports.Loader=function(e){var n=e.className,o=e.height,r=void 0===o?24:o,c=e.width,m=void 0===c?24:c,s=e.color,f=void 0===s?"#588CB0":s,g=e.type;switch(void 0===g?"TailSpin":g){case"Grid":return t.createElement(i,{className:n,height:r,width:m,color:f});case"ThreeDots":return t.createElement(l,{className:n,height:r,width:m,color:f});default:return t.createElement(a,{className:n,height:r,width:m,color:f})}},exports.Stack=S,exports.theme=F;
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../src/components/Stack/Alignments.ts","../src/components/Loader/TailSpin.tsx","../src/components/Loader/Grid.tsx","../src/components/Loader/ThreeDots.tsx","../node_modules/tslib/tslib.es6.js","../src/theme/modules/shadows.ts","../src/theme/modules/sizes.ts","../src/theme/modules/colors.ts","../src/components/Stack/Stack.tsx","../src/theme/modules/text.ts","../src/theme/index.ts","../src/theme/modules/breakpoints.ts","../src/theme/modules/layers.ts","../src/theme/modules/radius.ts","../src/components/Loader/Loader.tsx"],"sourcesContent":["var Alignments;\n(function (Alignments) {\n Alignments[\"start\"] = \"flex-start\";\n Alignments[\"center\"] = \"center\";\n Alignments[\"end\"] = \"flex-end\";\n Alignments[\"stretch\"] = \"stretch\";\n Alignments[\"between\"] = \"space-between\";\n Alignments[\"around\"] = \"space-around\";\n})(Alignments || (Alignments = {}));\nexport default Alignments;\n//# sourceMappingURL=Alignments.js.map","import React from 'react';\nvar TailSpin = function (_a) {\n var width = _a.width, height = _a.height, className = _a.className, color = _a.color, label = _a.label;\n return (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 38 38\", xmlns: \"http://www.w3.org/2000/svg\", \"aria-label\": label },\n React.createElement(\"defs\", null,\n React.createElement(\"linearGradient\", { x1: \"8.042%\", y1: \"0%\", x2: \"65.682%\", y2: \"23.865%\", id: \"a\" },\n React.createElement(\"stop\", { stopColor: color, stopOpacity: \"0\", offset: \"0%\" }),\n React.createElement(\"stop\", { stopColor: color, stopOpacity: \".631\", offset: \"63.146%\" }),\n React.createElement(\"stop\", { stopColor: color, offset: \"100%\" }))),\n React.createElement(\"g\", { fill: \"none\", fillRule: \"evenodd\" },\n React.createElement(\"g\", { transform: \"translate(1 1)\" },\n React.createElement(\"path\", { d: \"M36 18c0-9.94-8.06-18-18-18\", id: \"Oval-2\", stroke: color, strokeWidth: \"2\" },\n React.createElement(\"animateTransform\", { attributeName: \"transform\", type: \"rotate\", from: \"0 18 18\", to: \"360 18 18\", dur: \"0.9s\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { fill: \"#fff\", cx: \"36\", cy: \"18\", r: \"1\" },\n React.createElement(\"animateTransform\", { attributeName: \"transform\", type: \"rotate\", from: \"0 18 18\", to: \"360 18 18\", dur: \"0.9s\", repeatCount: \"indefinite\" }))))));\n};\nexport default TailSpin;\n//# sourceMappingURL=TailSpin.js.map","import React from 'react';\nvar Grid = function (_a) {\n var width = _a.width, height = _a.height, className = _a.className, color = _a.color, label = _a.label;\n return (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 105 105\", fill: color, \"aria-label\": label },\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"0s\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"100ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"300ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"600ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"800ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"400ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"700ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"500ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"200ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" }))));\n};\nexport default Grid;\n//# sourceMappingURL=Grid.js.map","import React from 'react';\nvar ThreeDots = function (_a) {\n var width = _a.width, height = _a.height, className = _a.className, color = _a.color, label = _a.label;\n return (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 120 30\", xmlns: \"http://www.w3.org/2000/svg\", fill: color, \"aria-label\": label },\n React.createElement(\"circle\", { cx: \"15\", cy: \"15\", r: \"15\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"15\", to: \"15\", begin: \"0s\", dur: \"0.8s\", values: \"15;9;15\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"1\", to: \"1\", begin: \"0s\", dur: \"0.8s\", values: \"1;.5;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"60\", cy: \"15\", r: \"9\", attributeName: \"fillOpacity\", from: \"1\", to: \"0.3\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"9\", to: \"9\", begin: \"0s\", dur: \"0.8s\", values: \"9;15;9\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"0.5\", to: \"0.5\", begin: \"0s\", dur: \"0.8s\", values: \".5;1;.5\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"105\", cy: \"15\", r: \"15\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"15\", to: \"15\", begin: \"0s\", dur: \"0.8s\", values: \"15;9;15\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"1\", to: \"1\", begin: \"0s\", dur: \"0.8s\", values: \"1;.5;1\", calcMode: \"linear\", repeatCount: \"indefinite\" }))));\n};\nexport default ThreeDots;\n//# sourceMappingURL=ThreeDots.js.map","/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n function next() {\r\n while (env.stack.length) {\r\n var rec = env.stack.pop();\r\n try {\r\n var result = rec.dispose && rec.dispose.call(rec.value);\r\n if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n};\r\n","export var shadows;\n(function (shadows) {\n shadows[\"sm\"] = \"0px 1px 3px rgba(55, 66, 77, 0.15)\";\n shadows[\"base\"] = \"0px 4px 6px rgba(27, 33, 38, 0.2)\";\n shadows[\"md\"] = \"0px 10px 15px rgba(27, 33, 38, 0.2)\";\n shadows[\"lg\"] = \"0px 20px 25px rgba(27, 33, 38, 0.2)\";\n})(shadows || (shadows = {}));\n//# sourceMappingURL=shadows.js.map","var _a;\nimport { __assign } from \"tslib\";\nvar SizeAlias;\n(function (SizeAlias) {\n SizeAlias[\"none\"] = \"none\";\n SizeAlias[\"line\"] = \"line\";\n SizeAlias[\"xs\"] = \"xs\";\n SizeAlias[\"sm\"] = \"sm\";\n SizeAlias[\"base\"] = \"base\";\n SizeAlias[\"md\"] = \"md\";\n SizeAlias[\"lg\"] = \"lg\";\n SizeAlias[\"xl\"] = \"xl\";\n SizeAlias[\"xxl\"] = \"xxl\";\n})(SizeAlias || (SizeAlias = {}));\nfunction buildSizeScale(_a) {\n var increment = _a.increment, unit = _a.unit, count = _a.count;\n var sizes = {};\n /* eslint-disable-next-line no-plusplus */\n for (var i = 0; i <= count; i++) {\n var value = i * increment;\n sizes[i] = \"\".concat(value).concat(unit);\n }\n return sizes;\n}\nexport var sizeScale = buildSizeScale({ increment: 0.25, unit: 'rem', count: 20 });\nexport var sizeAliases = (_a = {},\n _a[SizeAlias.none] = '0',\n _a[SizeAlias.line] = '1px',\n _a[SizeAlias.xs] = sizeScale[1],\n _a[SizeAlias.sm] = sizeScale[2],\n _a[SizeAlias.base] = sizeScale[4],\n _a[SizeAlias.md] = sizeScale[6],\n _a[SizeAlias.lg] = sizeScale[8],\n _a[SizeAlias.xl] = sizeScale[12],\n _a[SizeAlias.xxl] = sizeScale[16],\n _a);\nexport var sizes = __assign(__assign({}, sizeAliases), sizeScale);\n//# sourceMappingURL=sizes.js.map","export var colors = {\n brand: {\n blue: {\n lightest: '#E4F0F9',\n light: '#93C6E8',\n base: '#4CA1D9',\n dark: '#3878A2',\n darkest: '#1A384B',\n },\n peach: {\n lightest: '#FDECE9',\n light: '#F8B2A9',\n base: '#F48070',\n dark: '#B65F53',\n darkest: '#562D27',\n },\n },\n neutral: {\n ink: {\n lightest: '#959FA8',\n light: '#637381',\n base: '#37424D',\n dark: '#1B2126',\n },\n grey: {\n lightest: '#FAFAFB',\n light: '#F2F3F5',\n base: '#DFE3E8',\n dark: '#CDD1D5',\n },\n greyBlue: {\n lightest: '#AAC5D8',\n light: '#558BB1',\n base: '#406885',\n dark: '#1E313E',\n },\n },\n secondary: {\n red: {\n lightest: '#FDEEEE',\n light: '#F7BCBC',\n base: '#EB5757',\n dark: '#A53D3D',\n darkest: '#5E2323',\n },\n yellow: {\n lightest: '#FFF6D9',\n light: '#FFE999',\n base: '#FFC900',\n dark: '#BF9600',\n darkest: '#594600',\n },\n green: {\n lightest: '#E9F7EF',\n light: '#BEE7CF',\n base: '#27AE60',\n dark: '#1B7A43',\n darkest: '#104626',\n },\n lime: {\n lightest: '#F6FAEB',\n light: '#DBEBAE',\n base: '#A5CD35',\n dark: '#7B9927',\n darkest: '#394712',\n },\n teal: {\n lightest: '#E5F8F5',\n light: '#99E5D7',\n base: '#00BD9A',\n dark: '#00715C',\n darkest: '#00392E',\n },\n aqua: {\n lightest: '#EEFAFE',\n light: '#BBEBFA',\n base: '#56CCF2',\n dark: '#3C8FA9',\n darkest: '#225261',\n },\n purple: {\n lightest: '#F6EFFC',\n light: '#D9C0F1',\n base: '#A162DD',\n dark: '#694090',\n darkest: '#38224D',\n },\n blue: {\n lightest: '#D9EBF8',\n light: '#80BCE8',\n base: '#0079D1',\n dark: '#005A9C',\n darkest: '#003053',\n },\n pink: {\n lightest: '#FFF1FC',\n light: '#FFC7F3',\n base: '#FFA3EB',\n dark: '#BF7AB0',\n darkest: '#593852',\n },\n orange: {\n lightest: '#FEF5ED',\n light: '#FAD6B7',\n base: '#F2994A',\n dark: '#9D6330',\n darkest: '#613D1E',\n },\n },\n system: {\n scrollbar: {\n thumb: 'rgba(99, 115, 129, .5)',\n background: 'transparent',\n },\n },\n};\n//# sourceMappingURL=colors.js.map","import { __makeTemplateObject } from \"tslib\";\nimport styled from 'styled-components';\nimport Alignments from './Alignments';\nimport { theme } from '../../theme';\n/**\n * Layout component.\n */\nexport var Stack = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n display: flex;\\n\\n \", \"\\n\"], [\"\\n display: flex;\\n\\n \", \"\\n\"])), function (props) {\n console.log('props', props.alignX, props.alignY);\n var _a = props.direction, direction = _a === void 0 ? 'vertical' : _a, _b = props.alignX, alignX = _b === void 0 ? 'start' : _b, _c = props.alignY, alignY = _c === void 0 ? 'start' : _c, _d = props.spacing, spacing = _d === void 0 ? 'base' : _d;\n var alignItems;\n var justifyContent;\n var flexDirection;\n var itemFlex;\n var marginTop = '';\n var marginLeft = '';\n if (direction === 'vertical') {\n alignItems = alignX && Alignments[alignX];\n justifyContent = alignY && Alignments[alignY];\n marginTop = theme.sizes[spacing];\n flexDirection = 'column';\n }\n else {\n alignItems = alignY && Alignments[alignY];\n justifyContent = alignX && Alignments[alignX];\n marginLeft = theme.sizes[spacing];\n flexDirection = 'row';\n }\n // These options result in 'justify-content: stretch' which doesn't exist,\n // so instead we set the flex of child elements\n if ((direction === 'vertical' && alignY === 'stretch') ||\n (direction === 'horizontal' && alignX === 'stretch')) {\n itemFlex = 1;\n }\n return \"\\n align-items: \".concat(alignItems, \";\\n justify-content: \").concat(justifyContent, \";\\n flex-direction: \").concat(flexDirection, \";\\n\\n & > * {\\n flex: \").concat(itemFlex, \";\\n }\\n\\n & > * + * {\\n margin-top: \").concat(marginTop, \";\\n margin-left: \").concat(marginLeft, \";\\n }\\n \");\n});\nvar templateObject_1;\n//# sourceMappingURL=Stack.js.map","import { colors } from './colors';\nexport var common = {\n fontFamily: 'Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol',\n};\nexport var text = {\n headingXXL: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '40px',\n lineHeight: '56px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.022rem',\n },\n headingXL: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '28px',\n lineHeight: '40px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.02rem',\n },\n headingLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '24px',\n lineHeight: '32px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.019rem',\n },\n headingMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.017rem',\n },\n headingSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '16px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n headingTable: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n subheadingLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '-0.017rem',\n },\n subheadingMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n subheadingSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n subheadingSmallBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n body: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n bodySmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n bodyBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n bodyBoldDark: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.dark,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n bodySmallBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n button: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.secondary.blue.base,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n buttonSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.blue.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n linkLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.017rem',\n },\n linkMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.011rem',\n },\n link: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.006rem',\n },\n linkSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '0',\n },\n inputLabel: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n inputLabelSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n hintText: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n placeholder: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n placeholderSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n placeholderCode: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0.5rem',\n },\n placeholderCodeSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0.375rem',\n },\n error: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.red.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n errorSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.red.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n successSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.green.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n};\n//# sourceMappingURL=text.js.map","import { __assign } from \"tslib\";\nimport { colors } from './modules/colors';\nimport { breakpoints } from './modules/breakpoints';\nimport { layers } from './modules/layers';\nimport { radius } from './modules/radius';\nimport { shadows } from './modules/shadows';\nimport { sizes } from './modules/sizes';\nimport { text, common } from './modules/text';\nexport var theme = __assign(__assign({}, common), { breakpoints: breakpoints, colors: colors, layers: layers, radius: radius, shadows: shadows, sizes: sizes, text: text });\n//# sourceMappingURL=index.js.map","export var breakpoints = {\n mobile: '640px',\n tablet: '720px',\n lgTablet: '960px',\n desktop: '1280px',\n lgDesktop: '1440px',\n};\n//# sourceMappingURL=breakpoints.js.map","export var layers = {\n base: 0,\n popup: 1000,\n modal: 2000,\n tooltip: 3000,\n};\n//# sourceMappingURL=layers.js.map","export var radius = {\n sm: '0.125rem',\n base: '0.25rem',\n md: '0.5rem',\n lg: '0.75rem',\n full: '50%',\n};\n//# sourceMappingURL=radius.js.map","import React from 'react';\nimport TailSpin from './TailSpin';\nimport Grid from './Grid';\nimport ThreeDots from './ThreeDots';\nexport var Loader = function (_a) {\n var className = _a.className, _b = _a.height, height = _b === void 0 ? 24 : _b, _c = _a.width, width = _c === void 0 ? 24 : _c, _d = _a.color, color = _d === void 0 ? '#588CB0' : _d, _e = _a.type, type = _e === void 0 ? 'TailSpin' : _e;\n switch (type) {\n case 'Grid': {\n return React.createElement(Grid, { className: className, height: height, width: width, color: color });\n }\n case 'ThreeDots': {\n return React.createElement(ThreeDots, { className: className, height: height, width: width, color: color });\n }\n default:\n case 'TailSpin': {\n return React.createElement(TailSpin, { className: className, height: height, width: width, color: color });\n }\n }\n};\n//# sourceMappingURL=Loader.js.map"],"names":["Alignments","TailSpin","_a","width","height","className","color","label","React","createElement","viewBox","xmlns","x1","y1","x2","y2","id","stopColor","stopOpacity","offset","fill","fillRule","transform","d","stroke","strokeWidth","attributeName","type","from","to","dur","repeatCount","cx","cy","r","Grid","begin","values","calcMode","ThreeDots","__assign","Object","assign","t","s","i","n","arguments","length","p","prototype","hasOwnProperty","call","apply","this","SuppressedError","shadows","SizeAlias","Alignments$1","colors","brand","blue","lightest","light","base","dark","darkest","peach","neutral","ink","grey","greyBlue","secondary","red","yellow","green","lime","teal","aqua","purple","pink","orange","system","scrollbar","thumb","background","cooked","raw","templateObject_1","sizeScale","increment","unit","count","sizes","value","concat","buildSizeScale","sizeAliases","none","line","xs","sm","md","lg","xl","xxl","common","fontFamily","text","headingXXL","fontStyle","fontWeight","fontSize","lineHeight","textDecoration","letterSpacing","headingXL","headingLarge","headingMedium","headingSmall","headingTable","subheadingLarge","subheadingMedium","subheadingSmall","subheadingSmallBold","body","bodySmall","bodyBold","bodyBoldDark","bodySmallBold","button","buttonSmall","linkLarge","linkMedium","link","linkSmall","inputLabel","inputLabelSmall","hintText","placeholder","placeholderSmall","placeholderCode","placeholderCodeSmall","error","errorSmall","successSmall","theme","breakpoints","mobile","tablet","lgTablet","desktop","lgDesktop","layers","popup","modal","tooltip","radius","full","Stack","styled","div","defineProperty","props","console","log","alignX","alignY","alignItems","justifyContent","flexDirection","itemFlex","direction","_b","_c","_d","spacing","marginTop","marginLeft","_e"],"mappings":"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","x_google_ignoreList":[4]}