@flipdish/portal-library 3.4.0 → 3.6.0

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 (77) hide show
  1. package/dist/components/atoms/AvatarGroup/index.cjs.js +2 -0
  2. package/dist/components/atoms/AvatarGroup/index.cjs.js.map +1 -0
  3. package/dist/components/atoms/AvatarGroup/index.d.ts +2 -0
  4. package/dist/components/atoms/AvatarGroup/index.js +2 -0
  5. package/dist/components/atoms/AvatarGroup/index.js.map +1 -0
  6. package/dist/components/atoms/Checkbox/index.cjs.js +2 -0
  7. package/dist/components/atoms/Checkbox/index.cjs.js.map +1 -0
  8. package/dist/components/atoms/Checkbox/index.d.ts +2 -0
  9. package/dist/components/atoms/Checkbox/index.js +2 -0
  10. package/dist/components/atoms/Checkbox/index.js.map +1 -0
  11. package/dist/components/atoms/Collapse/index.cjs.js +2 -0
  12. package/dist/components/atoms/Collapse/index.cjs.js.map +1 -0
  13. package/dist/components/atoms/Collapse/index.d.ts +2 -0
  14. package/dist/components/atoms/Collapse/index.js +2 -0
  15. package/dist/components/atoms/Collapse/index.js.map +1 -0
  16. package/dist/components/atoms/FormHelperText/index.cjs.js +2 -0
  17. package/dist/components/atoms/FormHelperText/index.cjs.js.map +1 -0
  18. package/dist/components/atoms/FormHelperText/index.d.ts +2 -0
  19. package/dist/components/atoms/FormHelperText/index.js +2 -0
  20. package/dist/components/atoms/FormHelperText/index.js.map +1 -0
  21. package/dist/components/atoms/Radio/index.cjs.js +2 -0
  22. package/dist/components/atoms/Radio/index.cjs.js.map +1 -0
  23. package/dist/components/atoms/Radio/index.d.ts +2 -0
  24. package/dist/components/atoms/Radio/index.js +2 -0
  25. package/dist/components/atoms/Radio/index.js.map +1 -0
  26. package/dist/components/atoms/Select/index.cjs.js +2 -0
  27. package/dist/components/atoms/Select/index.cjs.js.map +1 -0
  28. package/dist/components/atoms/Select/index.d.ts +2 -0
  29. package/dist/components/atoms/Select/index.js +2 -0
  30. package/dist/components/atoms/Select/index.js.map +1 -0
  31. package/dist/components/atoms/TextField/index.cjs.js +2 -0
  32. package/dist/components/atoms/TextField/index.cjs.js.map +1 -0
  33. package/dist/components/atoms/TextField/index.d.ts +2 -0
  34. package/dist/components/atoms/TextField/index.js +2 -0
  35. package/dist/components/atoms/TextField/index.js.map +1 -0
  36. package/dist/components/molecules/Autocomplete/index.cjs.js +2 -0
  37. package/dist/components/molecules/Autocomplete/index.cjs.js.map +1 -0
  38. package/dist/components/molecules/Autocomplete/index.d.ts +2 -0
  39. package/dist/components/molecules/Autocomplete/index.js +2 -0
  40. package/dist/components/molecules/Autocomplete/index.js.map +1 -0
  41. package/dist/components/molecules/FormControlLabel/index.cjs.js +2 -0
  42. package/dist/components/molecules/FormControlLabel/index.cjs.js.map +1 -0
  43. package/dist/components/molecules/FormControlLabel/index.d.ts +2 -0
  44. package/dist/components/molecules/FormControlLabel/index.js +2 -0
  45. package/dist/components/molecules/FormControlLabel/index.js.map +1 -0
  46. package/dist/components/molecules/FormGroup/index.cjs.js +2 -0
  47. package/dist/components/molecules/FormGroup/index.cjs.js.map +1 -0
  48. package/dist/components/molecules/FormGroup/index.d.ts +2 -0
  49. package/dist/components/molecules/FormGroup/index.js +2 -0
  50. package/dist/components/molecules/FormGroup/index.js.map +1 -0
  51. package/dist/components/molecules/RadioGroup/index.cjs.js +2 -0
  52. package/dist/components/molecules/RadioGroup/index.cjs.js.map +1 -0
  53. package/dist/components/molecules/RadioGroup/index.d.ts +2 -0
  54. package/dist/components/molecules/RadioGroup/index.js +2 -0
  55. package/dist/components/molecules/RadioGroup/index.js.map +1 -0
  56. package/dist/components/utilities/useTheme/index.cjs.js +2 -0
  57. package/dist/components/utilities/useTheme/index.cjs.js.map +1 -0
  58. package/dist/components/utilities/useTheme/index.d.ts +2 -0
  59. package/dist/components/utilities/useTheme/index.js +2 -0
  60. package/dist/components/utilities/useTheme/index.js.map +1 -0
  61. package/dist/icons/Google/google.svg.cjs.js +1 -1
  62. package/dist/icons/Google/google.svg.cjs.js.map +1 -1
  63. package/dist/icons/Google/google.svg.js +1 -1
  64. package/dist/icons/Google/google.svg.js.map +1 -1
  65. package/dist/icons/GoogleBrand/google-brand.svg.cjs.js +1 -1
  66. package/dist/icons/GoogleBrand/google-brand.svg.cjs.js.map +1 -1
  67. package/dist/icons/GoogleBrand/google-brand.svg.js +1 -1
  68. package/dist/icons/GoogleBrand/google-brand.svg.js.map +1 -1
  69. package/dist/themes/ThemeProvider.cjs.js.map +1 -1
  70. package/dist/themes/ThemeProvider.d.ts +2 -2
  71. package/dist/themes/ThemeProvider.js.map +1 -1
  72. package/dist/themes/theme.cjs.js +2 -0
  73. package/dist/themes/theme.cjs.js.map +1 -0
  74. package/dist/themes/theme.d.ts +322 -0
  75. package/dist/themes/theme.js +2 -0
  76. package/dist/themes/theme.js.map +1 -0
  77. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ "use strict";var r=require("@mui/material/AvatarGroup");module.exports=r;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import AvatarGroup from '@mui/material/AvatarGroup';
2
+ export { default } from '@mui/material/AvatarGroup';
@@ -0,0 +1,2 @@
1
+ import r from"@mui/material/AvatarGroup";export{default}from"@mui/material/AvatarGroup";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var e=require("@mui/material/Checkbox");module.exports=e;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import Checkbox from '@mui/material/Checkbox';
2
+ export { default } from '@mui/material/Checkbox';
@@ -0,0 +1,2 @@
1
+ import m from"@mui/material/Checkbox";export{default}from"@mui/material/Checkbox";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var e=require("@mui/material/Collapse");module.exports=e;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import Collapse from '@mui/material/Collapse';
2
+ export { default } from '@mui/material/Collapse';
@@ -0,0 +1,2 @@
1
+ import a from"@mui/material/Collapse";export{default}from"@mui/material/Collapse";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var e=require("@mui/material/FormHelperText");module.exports=e;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import FormHelperText from '@mui/material/FormHelperText';
2
+ export { default } from '@mui/material/FormHelperText';
@@ -0,0 +1,2 @@
1
+ import e from"@mui/material/FormHelperText";export{default}from"@mui/material/FormHelperText";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var e=require("@mui/material/Radio");module.exports=e;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import Radio from '@mui/material/Radio';
2
+ export { default } from '@mui/material/Radio';
@@ -0,0 +1,2 @@
1
+ import a from"@mui/material/Radio";export{default}from"@mui/material/Radio";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var e=require("@mui/material/Select");module.exports=e;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import Select from '@mui/material/Select';
2
+ export { default } from '@mui/material/Select';
@@ -0,0 +1,2 @@
1
+ import e from"@mui/material/Select";export{default}from"@mui/material/Select";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var e=require("@mui/material/TextField");module.exports=e;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import TextField from '@mui/material/TextField';
2
+ export { default } from '@mui/material/TextField';
@@ -0,0 +1,2 @@
1
+ import e from"@mui/material/TextField";export{default}from"@mui/material/TextField";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var e=require("@mui/material/Autocomplete");module.exports=e;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import Autocomplete from '@mui/material/Autocomplete';
2
+ export { default } from '@mui/material/Autocomplete';
@@ -0,0 +1,2 @@
1
+ import m from"@mui/material/Autocomplete";export{default}from"@mui/material/Autocomplete";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var r=require("@mui/material/FormControlLabel");module.exports=r;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import FormControlLabel from '@mui/material/FormControlLabel';
2
+ export { default } from '@mui/material/FormControlLabel';
@@ -0,0 +1,2 @@
1
+ import o from"@mui/material/FormControlLabel";export{default}from"@mui/material/FormControlLabel";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var r=require("@mui/material/FormGroup");module.exports=r;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import FormGroup from '@mui/material/FormGroup';
2
+ export { default } from '@mui/material/FormGroup';
@@ -0,0 +1,2 @@
1
+ import r from"@mui/material/FormGroup";export{default}from"@mui/material/FormGroup";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var r=require("@mui/material/RadioGroup");module.exports=r;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import RadioGroup from '@mui/material/RadioGroup';
2
+ export { default } from '@mui/material/RadioGroup';
@@ -0,0 +1,2 @@
1
+ import o from"@mui/material/RadioGroup";export{default}from"@mui/material/RadioGroup";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";var e=require("@mui/material/styles/useTheme");module.exports=e;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import useTheme from '@mui/material/styles/useTheme';
2
+ export { default } from '@mui/material/styles/useTheme';
@@ -0,0 +1,2 @@
1
+ import e from"@mui/material/styles/useTheme";export{default}from"@mui/material/styles/useTheme";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +1,2 @@
1
- "use strict";function e(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(null,arguments)}exports.ReactComponent=function(e){return r.createElement("svg",n({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),t||(t=r.createElement("g",{id:"Google"},r.createElement("path",{id:"Icon",d:"M10.3998 9.1V11.8333H16.9331C16.7331 13.3667 16.2223 14.4892 15.4439 15.2775C14.4881 16.2333 12.9998 17.2775 10.3998 17.2775C6.37728 17.2775 3.23312 14.0333 3.23312 10.0108C3.23312 5.98833 6.37728 2.74417 10.3998 2.74417C12.5664 2.74417 14.1556 3.6 15.3223 4.7L17.2448 2.7775C15.6223 1.2 13.4439 0 10.3998 0C4.88895 0 0.255615 4.48917 0.255615 10C0.255615 15.5108 4.88895 20 10.3998 20C13.3773 20 15.6223 19.0225 17.3773 17.2C19.1773 15.4 19.7439 12.8558 19.7439 10.8108C19.7439 10.1775 19.6998 9.58833 19.5998 9.1H10.3998Z",fill:"currentColor",fillOpacity:1}))))};
1
+ "use strict";function e(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(null,arguments)}exports.ReactComponent=function(e){return r.createElement("svg",n({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),t||(t=r.createElement("path",{d:"M12.3998 11.1V13.8333H18.9331C18.7331 15.3667 18.2223 16.4892 17.4439 17.2775C16.4881 18.2333 14.9998 19.2775 12.3998 19.2775C8.37728 19.2775 5.23312 16.0333 5.23312 12.0108C5.23312 7.98833 8.37728 4.74417 12.3998 4.74417C14.5664 4.74417 16.1556 5.6 17.3223 6.7L19.2448 4.7775C17.6223 3.2 15.4439 2 12.3998 2C6.88895 2 2.25562 6.48917 2.25562 12C2.25562 17.5108 6.88895 22 12.3998 22C15.3773 22 17.6223 21.0225 19.3773 19.2C21.1773 17.4 21.7439 14.8558 21.7439 12.8108C21.7439 12.1775 21.6998 11.5883 21.5998 11.1H12.3998Z",fill:"black",fillOpacity:.45})))};
2
2
  //# sourceMappingURL=google.svg.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"google.svg.cjs.js","sources":["../../../src/icons/Google/google.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Cg%20id%3D%22Google%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Icon%22%20d%3D%22M10.3998%209.1V11.8333H16.9331C16.7331%2013.3667%2016.2223%2014.4892%2015.4439%2015.2775C14.4881%2016.2333%2012.9998%2017.2775%2010.3998%2017.2775C6.37728%2017.2775%203.23312%2014.0333%203.23312%2010.0108C3.23312%205.98833%206.37728%202.74417%2010.3998%202.74417C12.5664%202.74417%2014.1556%203.6%2015.3223%204.7L17.2448%202.7775C15.6223%201.2%2013.4439%200%2010.3998%200C4.88895%200%200.255615%204.48917%200.255615%2010C0.255615%2015.5108%204.88895%2020%2010.3998%2020C13.3773%2020%2015.6223%2019.0225%2017.3773%2017.2C19.1773%2015.4%2019.7439%2012.8558%2019.7439%2010.8108C19.7439%2010.1775%2019.6998%209.58833%2019.5998%209.1H10.3998Z%22%20fill%3D%22currentColor%22%20fill-opacity%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E\""],"names":["_g","_extends","Object","assign","bind","n","e","arguments","length","t","r","hasOwnProperty","call","apply","props","React","createElement","fill","xmlns","viewBox","id","d","fillOpacity"],"mappings":"oRAAIA,wBACJ,SAASC,IAAa,OAAOA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAK,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAAIF,UAAUD,GAAI,IAAK,IAAII,KAAKD,GAAG,CAAG,GAAEE,eAAeC,KAAKH,EAAGC,KAAOL,EAAEK,GAAKD,EAAEC,GAAM,CAAC,OAAOL,GAAMJ,EAASY,MAAM,KAAMN,UAAW,wBAElQ,SAAmBO,GACjC,OAAoBC,EAAMC,cAAc,MAAOf,EAAS,CACtDgB,KAAM,OACNC,MAAO,6BACPC,QAAS,aACRL,GAAQd,IAAOA,EAAkBe,EAAMC,cAAc,IAAK,CAC3DI,GAAI,UACUL,EAAMC,cAAc,OAAQ,CAC1CI,GAAI,OACJC,EAAG,8gBACHJ,KAAM,eACNK,YAAa,MAEjB"}
1
+ {"version":3,"file":"google.svg.cjs.js","sources":["../../../src/icons/Google/google.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Cpath%20d%3D%22M12.3998%2011.1V13.8333H18.9331C18.7331%2015.3667%2018.2223%2016.4892%2017.4439%2017.2775C16.4881%2018.2333%2014.9998%2019.2775%2012.3998%2019.2775C8.37728%2019.2775%205.23312%2016.0333%205.23312%2012.0108C5.23312%207.98833%208.37728%204.74417%2012.3998%204.74417C14.5664%204.74417%2016.1556%205.6%2017.3223%206.7L19.2448%204.7775C17.6223%203.2%2015.4439%202%2012.3998%202C6.88895%202%202.25562%206.48917%202.25562%2012C2.25562%2017.5108%206.88895%2022%2012.3998%2022C15.3773%2022%2017.6223%2021.0225%2019.3773%2019.2C21.1773%2017.4%2021.7439%2014.8558%2021.7439%2012.8108C21.7439%2012.1775%2021.6998%2011.5883%2021.5998%2011.1H12.3998Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.45%22%2F%3E%3C%2Fsvg%3E\""],"names":["_path","_extends","Object","assign","bind","n","e","arguments","length","t","r","hasOwnProperty","call","apply","props","React","createElement","fill","xmlns","viewBox","d","fillOpacity"],"mappings":"oRAAIA,wBACJ,SAASC,IAAa,OAAOA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAK,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAAIF,UAAUD,GAAI,IAAK,IAAII,KAAKD,GAAG,CAAG,GAAEE,eAAeC,KAAKH,EAAGC,KAAOL,EAAEK,GAAKD,EAAEC,GAAM,CAAC,OAAOL,GAAMJ,EAASY,MAAM,KAAMN,UAAW,wBAElQ,SAAmBO,GACjC,OAAoBC,EAAMC,cAAc,MAAOf,EAAS,CACtDgB,KAAM,OACNC,MAAO,6BACPC,QAAS,aACRL,GAAQd,IAAUA,EAAqBe,EAAMC,cAAc,OAAQ,CACpEI,EAAG,6gBACHH,KAAM,QACNI,YAAa,OAEjB"}
@@ -1,2 +1,2 @@
1
- import*as e from"react";var n;function r(){return r=Object.assign?Object.assign.bind():function(e){for(var n=1;n<arguments.length;n++){var r=arguments[n];for(var t in r)({}).hasOwnProperty.call(r,t)&&(e[t]=r[t])}return e},r.apply(null,arguments)}var t=function(t){return e.createElement("svg",r({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},t),n||(n=e.createElement("g",{id:"Google"},e.createElement("path",{id:"Icon",d:"M10.3998 9.1V11.8333H16.9331C16.7331 13.3667 16.2223 14.4892 15.4439 15.2775C14.4881 16.2333 12.9998 17.2775 10.3998 17.2775C6.37728 17.2775 3.23312 14.0333 3.23312 10.0108C3.23312 5.98833 6.37728 2.74417 10.3998 2.74417C12.5664 2.74417 14.1556 3.6 15.3223 4.7L17.2448 2.7775C15.6223 1.2 13.4439 0 10.3998 0C4.88895 0 0.255615 4.48917 0.255615 10C0.255615 15.5108 4.88895 20 10.3998 20C13.3773 20 15.6223 19.0225 17.3773 17.2C19.1773 15.4 19.7439 12.8558 19.7439 10.8108C19.7439 10.1775 19.6998 9.58833 19.5998 9.1H10.3998Z",fill:"currentColor",fillOpacity:1}))))};export{t as ReactComponent};
1
+ import*as n from"react";var t;function r(){return r=Object.assign?Object.assign.bind():function(n){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var e in r)({}).hasOwnProperty.call(r,e)&&(n[e]=r[e])}return n},r.apply(null,arguments)}var e=function(e){return n.createElement("svg",r({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),t||(t=n.createElement("path",{d:"M12.3998 11.1V13.8333H18.9331C18.7331 15.3667 18.2223 16.4892 17.4439 17.2775C16.4881 18.2333 14.9998 19.2775 12.3998 19.2775C8.37728 19.2775 5.23312 16.0333 5.23312 12.0108C5.23312 7.98833 8.37728 4.74417 12.3998 4.74417C14.5664 4.74417 16.1556 5.6 17.3223 6.7L19.2448 4.7775C17.6223 3.2 15.4439 2 12.3998 2C6.88895 2 2.25562 6.48917 2.25562 12C2.25562 17.5108 6.88895 22 12.3998 22C15.3773 22 17.6223 21.0225 19.3773 19.2C21.1773 17.4 21.7439 14.8558 21.7439 12.8108C21.7439 12.1775 21.6998 11.5883 21.5998 11.1H12.3998Z",fill:"black",fillOpacity:.45})))};export{e as ReactComponent};
2
2
  //# sourceMappingURL=google.svg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"google.svg.js","sources":["../../../src/icons/Google/google.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Cg%20id%3D%22Google%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Icon%22%20d%3D%22M10.3998%209.1V11.8333H16.9331C16.7331%2013.3667%2016.2223%2014.4892%2015.4439%2015.2775C14.4881%2016.2333%2012.9998%2017.2775%2010.3998%2017.2775C6.37728%2017.2775%203.23312%2014.0333%203.23312%2010.0108C3.23312%205.98833%206.37728%202.74417%2010.3998%202.74417C12.5664%202.74417%2014.1556%203.6%2015.3223%204.7L17.2448%202.7775C15.6223%201.2%2013.4439%200%2010.3998%200C4.88895%200%200.255615%204.48917%200.255615%2010C0.255615%2015.5108%204.88895%2020%2010.3998%2020C13.3773%2020%2015.6223%2019.0225%2017.3773%2017.2C19.1773%2015.4%2019.7439%2012.8558%2019.7439%2010.8108C19.7439%2010.1775%2019.6998%209.58833%2019.5998%209.1H10.3998Z%22%20fill%3D%22currentColor%22%20fill-opacity%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E\""],"names":["_g","_extends","Object","assign","bind","n","e","arguments","length","t","r","hasOwnProperty","call","apply","SvgGoogle","props","React","createElement","fill","xmlns","viewBox","id","d","fillOpacity"],"mappings":"wBAAA,IAAIA,EACJ,SAASC,IAAa,OAAOA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAK,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAAIF,UAAUD,GAAI,IAAK,IAAII,KAAKD,GAAG,CAAG,GAAEE,eAAeC,KAAKH,EAAGC,KAAOL,EAAEK,GAAKD,EAAEC,GAAM,CAAC,OAAOL,GAAMJ,EAASY,MAAM,KAAMN,UAAW,CAE/Q,IAACO,EAAY,SAAmBC,GACjC,OAAoBC,EAAMC,cAAc,MAAOhB,EAAS,CACtDiB,KAAM,OACNC,MAAO,6BACPC,QAAS,aACRL,GAAQf,IAAOA,EAAkBgB,EAAMC,cAAc,IAAK,CAC3DI,GAAI,UACUL,EAAMC,cAAc,OAAQ,CAC1CI,GAAI,OACJC,EAAG,8gBACHJ,KAAM,eACNK,YAAa,MAEjB"}
1
+ {"version":3,"file":"google.svg.js","sources":["../../../src/icons/Google/google.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Cpath%20d%3D%22M12.3998%2011.1V13.8333H18.9331C18.7331%2015.3667%2018.2223%2016.4892%2017.4439%2017.2775C16.4881%2018.2333%2014.9998%2019.2775%2012.3998%2019.2775C8.37728%2019.2775%205.23312%2016.0333%205.23312%2012.0108C5.23312%207.98833%208.37728%204.74417%2012.3998%204.74417C14.5664%204.74417%2016.1556%205.6%2017.3223%206.7L19.2448%204.7775C17.6223%203.2%2015.4439%202%2012.3998%202C6.88895%202%202.25562%206.48917%202.25562%2012C2.25562%2017.5108%206.88895%2022%2012.3998%2022C15.3773%2022%2017.6223%2021.0225%2019.3773%2019.2C21.1773%2017.4%2021.7439%2014.8558%2021.7439%2012.8108C21.7439%2012.1775%2021.6998%2011.5883%2021.5998%2011.1H12.3998Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.45%22%2F%3E%3C%2Fsvg%3E\""],"names":["_path","_extends","Object","assign","bind","n","e","arguments","length","t","r","hasOwnProperty","call","apply","SvgGoogle","props","React","createElement","fill","xmlns","viewBox","d","fillOpacity"],"mappings":"wBAAA,IAAIA,EACJ,SAASC,IAAa,OAAOA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAK,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAAIF,UAAUD,GAAI,IAAK,IAAII,KAAKD,GAAG,CAAG,GAAEE,eAAeC,KAAKH,EAAGC,KAAOL,EAAEK,GAAKD,EAAEC,GAAM,CAAC,OAAOL,GAAMJ,EAASY,MAAM,KAAMN,UAAW,CAE/Q,IAACO,EAAY,SAAmBC,GACjC,OAAoBC,EAAMC,cAAc,MAAOhB,EAAS,CACtDiB,KAAM,OACNC,MAAO,6BACPC,QAAS,aACRL,GAAQf,IAAUA,EAAqBgB,EAAMC,cAAc,OAAQ,CACpEI,EAAG,6gBACHH,KAAM,QACNI,YAAa,OAEjB"}
@@ -1,2 +1,2 @@
1
- "use strict";function e(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(null,arguments)}exports.ReactComponent=function(e){return r.createElement("svg",n({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),t||(t=r.createElement("g",{id:"google-brand"},r.createElement("g",{id:"Icon"},r.createElement("path",{d:"M19.8002 10.2222C19.8002 9.4 19.7335 8.8 19.5891 8.17779H10.2002V11.8889H15.7113C15.6002 12.8111 15.0002 14.2 13.6668 15.1333L13.6481 15.2575L16.6167 17.5573L16.8224 17.5778C18.7113 15.8333 19.8002 13.2666 19.8002 10.2222Z",fill:"#4285F4"}),r.createElement("path",{d:"M10.2001 20C12.9 20 15.1668 19.1111 16.8224 17.5778L13.6668 15.1333C12.8224 15.7222 11.6889 16.1333 10.2001 16.1333C7.55566 16.1333 5.31123 14.3889 4.51115 11.9778L4.39389 11.9877L1.30709 14.3766L1.26673 14.4889C2.91115 17.7555 6.28893 20 10.2001 20Z",fill:"#34A853"}),r.createElement("path",{d:"M4.51115 11.9778C4.30002 11.3556 4.17798 10.6889 4.17798 10C4.17798 9.31106 4.30017 8.64443 4.50017 8.02221L4.49457 7.8897L1.3691 5.46243L1.26684 5.51106C0.589089 6.86664 0.200195 8.38889 0.200195 10C0.200195 11.6111 0.588978 13.1333 1.26673 14.4889L4.51115 11.9778Z",fill:"#FBBC05"}),r.createElement("path",{d:"M10.2001 3.86664C12.0778 3.86664 13.3445 4.67774 14.0667 5.35557L16.8889 2.6C15.1557 0.988894 12.9 0 10.2001 0C6.28893 0 2.91126 2.24443 1.26684 5.51106L4.50017 8.02221C5.31136 5.61111 7.55566 3.86664 10.2001 3.86664Z",fill:"#EB4335"})))))};
1
+ "use strict";function e(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var t,r,n,a,l=e(require("react"));function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c.apply(null,arguments)}exports.ReactComponent=function(e){return l.createElement("svg",c({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),t||(t=l.createElement("path",{d:"M21.8002 12.2222C21.8002 11.4 21.7335 10.8 21.5891 10.1778H12.2002V13.8889H17.7113C17.6002 14.8111 17.0002 16.2 15.6668 17.1333L15.6481 17.2575L18.6167 19.5573L18.8224 19.5778C20.7113 17.8333 21.8002 15.2666 21.8002 12.2222Z",fill:"#4285F4"})),r||(r=l.createElement("path",{d:"M12.2001 22C14.9 22 17.1668 21.1111 18.8224 19.5778L15.6668 17.1333C14.8224 17.7222 13.6889 18.1333 12.2001 18.1333C9.55566 18.1333 7.31123 16.3889 6.51115 13.9778L6.39389 13.9877L3.30709 16.3766L3.26673 16.4889C4.91115 19.7555 8.28893 22 12.2001 22Z",fill:"#34A853"})),n||(n=l.createElement("path",{d:"M6.51115 13.9778C6.30002 13.3556 6.17798 12.6889 6.17798 12C6.17798 11.3111 6.30017 10.6444 6.50017 10.0222L6.49457 9.8897L3.3691 7.46243L3.26684 7.51106C2.58909 8.86664 2.2002 10.3889 2.2002 12C2.2002 13.6111 2.58898 15.1333 3.26673 16.4889L6.51115 13.9778Z",fill:"#FBBC05"})),a||(a=l.createElement("path",{d:"M12.2001 5.86664C14.0778 5.86664 15.3445 6.67774 16.0667 7.35557L18.8889 4.6C17.1557 2.98889 14.9 2 12.2001 2C8.28893 2 4.91126 4.24443 3.26684 7.51106L6.50017 10.0222C7.31136 7.61111 9.55566 5.86664 12.2001 5.86664Z",fill:"#EB4335"})))};
2
2
  //# sourceMappingURL=google-brand.svg.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"google-brand.svg.cjs.js","sources":["../../../src/icons/GoogleBrand/google-brand.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Cg%20id%3D%22google-brand%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.8002%2010.2222C19.8002%209.4%2019.7335%208.8%2019.5891%208.17779H10.2002V11.8889H15.7113C15.6002%2012.8111%2015.0002%2014.2%2013.6668%2015.1333L13.6481%2015.2575L16.6167%2017.5573L16.8224%2017.5778C18.7113%2015.8333%2019.8002%2013.2666%2019.8002%2010.2222Z%22%20fill%3D%22%234285F4%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.2001%2020C12.9%2020%2015.1668%2019.1111%2016.8224%2017.5778L13.6668%2015.1333C12.8224%2015.7222%2011.6889%2016.1333%2010.2001%2016.1333C7.55566%2016.1333%205.31123%2014.3889%204.51115%2011.9778L4.39389%2011.9877L1.30709%2014.3766L1.26673%2014.4889C2.91115%2017.7555%206.28893%2020%2010.2001%2020Z%22%20fill%3D%22%2334A853%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.51115%2011.9778C4.30002%2011.3556%204.17798%2010.6889%204.17798%2010C4.17798%209.31106%204.30017%208.64443%204.50017%208.02221L4.49457%207.8897L1.3691%205.46243L1.26684%205.51106C0.589089%206.86664%200.200195%208.38889%200.200195%2010C0.200195%2011.6111%200.588978%2013.1333%201.26673%2014.4889L4.51115%2011.9778Z%22%20fill%3D%22%23FBBC05%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.2001%203.86664C12.0778%203.86664%2013.3445%204.67774%2014.0667%205.35557L16.8889%202.6C15.1557%200.988894%2012.9%200%2010.2001%200C6.28893%200%202.91126%202.24443%201.26684%205.51106L4.50017%208.02221C5.31136%205.61111%207.55566%203.86664%2010.2001%203.86664Z%22%20fill%3D%22%23EB4335%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E\""],"names":["_g","_extends","Object","assign","bind","n","e","arguments","length","t","r","hasOwnProperty","call","apply","props","React","createElement","fill","xmlns","viewBox","id","d"],"mappings":"oRAAIA,wBACJ,SAASC,IAAa,OAAOA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAK,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAAIF,UAAUD,GAAI,IAAK,IAAII,KAAKD,GAAG,CAAG,GAAEE,eAAeC,KAAKH,EAAGC,KAAOL,EAAEK,GAAKD,EAAEC,GAAM,CAAC,OAAOL,GAAMJ,EAASY,MAAM,KAAMN,UAAW,wBAE7P,SAAwBO,GAC3C,OAAoBC,EAAMC,cAAc,MAAOf,EAAS,CACtDgB,KAAM,OACNC,MAAO,6BACPC,QAAS,aACRL,GAAQd,IAAOA,EAAkBe,EAAMC,cAAc,IAAK,CAC3DI,GAAI,gBACUL,EAAMC,cAAc,IAAK,CACvCI,GAAI,QACUL,EAAMC,cAAc,OAAQ,CAC1CK,EAAG,iOACHJ,KAAM,YACSF,EAAMC,cAAc,OAAQ,CAC3CK,EAAG,6PACHJ,KAAM,YACSF,EAAMC,cAAc,OAAQ,CAC3CK,EAAG,6QACHJ,KAAM,YACSF,EAAMC,cAAc,OAAQ,CAC3CK,EAAG,4NACHJ,KAAM,eAEV"}
1
+ {"version":3,"file":"google-brand.svg.cjs.js","sources":["../../../src/icons/GoogleBrand/google-brand.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Cpath%20d%3D%22M21.8002%2012.2222C21.8002%2011.4%2021.7335%2010.8%2021.5891%2010.1778H12.2002V13.8889H17.7113C17.6002%2014.8111%2017.0002%2016.2%2015.6668%2017.1333L15.6481%2017.2575L18.6167%2019.5573L18.8224%2019.5778C20.7113%2017.8333%2021.8002%2015.2666%2021.8002%2012.2222Z%22%20fill%3D%22%234285F4%22%2F%3E%20%20%20%20%3Cpath%20d%3D%22M12.2001%2022C14.9%2022%2017.1668%2021.1111%2018.8224%2019.5778L15.6668%2017.1333C14.8224%2017.7222%2013.6889%2018.1333%2012.2001%2018.1333C9.55566%2018.1333%207.31123%2016.3889%206.51115%2013.9778L6.39389%2013.9877L3.30709%2016.3766L3.26673%2016.4889C4.91115%2019.7555%208.28893%2022%2012.2001%2022Z%22%20fill%3D%22%2334A853%22%2F%3E%20%20%20%20%3Cpath%20d%3D%22M6.51115%2013.9778C6.30002%2013.3556%206.17798%2012.6889%206.17798%2012C6.17798%2011.3111%206.30017%2010.6444%206.50017%2010.0222L6.49457%209.8897L3.3691%207.46243L3.26684%207.51106C2.58909%208.86664%202.2002%2010.3889%202.2002%2012C2.2002%2013.6111%202.58898%2015.1333%203.26673%2016.4889L6.51115%2013.9778Z%22%20fill%3D%22%23FBBC05%22%2F%3E%20%20%20%20%3Cpath%20d%3D%22M12.2001%205.86664C14.0778%205.86664%2015.3445%206.67774%2016.0667%207.35557L18.8889%204.6C17.1557%202.98889%2014.9%202%2012.2001%202C8.28893%202%204.91126%204.24443%203.26684%207.51106L6.50017%2010.0222C7.31136%207.61111%209.55566%205.86664%2012.2001%205.86664Z%22%20fill%3D%22%23EB4335%22%2F%3E%3C%2Fsvg%3E\""],"names":["_path","_path2","_path3","_path4","_extends","Object","assign","bind","n","e","arguments","length","t","r","hasOwnProperty","call","apply","props","React","createElement","fill","xmlns","viewBox","d"],"mappings":"oRAAIA,EAAOC,EAAQC,EAAQC,wBAC3B,SAASC,IAAa,OAAOA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAK,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAAIF,UAAUD,GAAI,IAAK,IAAII,KAAKD,GAAG,CAAG,GAAEE,eAAeC,KAAKH,EAAGC,KAAOL,EAAEK,GAAKD,EAAEC,GAAM,CAAC,OAAOL,GAAMJ,EAASY,MAAM,KAAMN,UAAW,wBAE7P,SAAwBO,GAC3C,OAAoBC,EAAMC,cAAc,MAAOf,EAAS,CACtDgB,KAAM,OACNC,MAAO,6BACPC,QAAS,aACRL,GAAQjB,IAAUA,EAAqBkB,EAAMC,cAAc,OAAQ,CACpEI,EAAG,mOACHH,KAAM,aACHnB,IAAWA,EAAsBiB,EAAMC,cAAc,OAAQ,CAChEI,EAAG,6PACHH,KAAM,aACHlB,IAAWA,EAAsBgB,EAAMC,cAAc,OAAQ,CAChEI,EAAG,qQACHH,KAAM,aACHjB,IAAWA,EAAsBe,EAAMC,cAAc,OAAQ,CAChEI,EAAG,2NACHH,KAAM,aAEV"}
@@ -1,2 +1,2 @@
1
- import*as e from"react";var t;function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},n.apply(null,arguments)}var r=function(r){return e.createElement("svg",n({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},r),t||(t=e.createElement("g",{id:"google-brand"},e.createElement("g",{id:"Icon"},e.createElement("path",{d:"M19.8002 10.2222C19.8002 9.4 19.7335 8.8 19.5891 8.17779H10.2002V11.8889H15.7113C15.6002 12.8111 15.0002 14.2 13.6668 15.1333L13.6481 15.2575L16.6167 17.5573L16.8224 17.5778C18.7113 15.8333 19.8002 13.2666 19.8002 10.2222Z",fill:"#4285F4"}),e.createElement("path",{d:"M10.2001 20C12.9 20 15.1668 19.1111 16.8224 17.5778L13.6668 15.1333C12.8224 15.7222 11.6889 16.1333 10.2001 16.1333C7.55566 16.1333 5.31123 14.3889 4.51115 11.9778L4.39389 11.9877L1.30709 14.3766L1.26673 14.4889C2.91115 17.7555 6.28893 20 10.2001 20Z",fill:"#34A853"}),e.createElement("path",{d:"M4.51115 11.9778C4.30002 11.3556 4.17798 10.6889 4.17798 10C4.17798 9.31106 4.30017 8.64443 4.50017 8.02221L4.49457 7.8897L1.3691 5.46243L1.26684 5.51106C0.589089 6.86664 0.200195 8.38889 0.200195 10C0.200195 11.6111 0.588978 13.1333 1.26673 14.4889L4.51115 11.9778Z",fill:"#FBBC05"}),e.createElement("path",{d:"M10.2001 3.86664C12.0778 3.86664 13.3445 4.67774 14.0667 5.35557L16.8889 2.6C15.1557 0.988894 12.9 0 10.2001 0C6.28893 0 2.91126 2.24443 1.26684 5.51106L4.50017 8.02221C5.31136 5.61111 7.55566 3.86664 10.2001 3.86664Z",fill:"#EB4335"})))))};export{r as ReactComponent};
1
+ import*as e from"react";var t,n,r,a;function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},l.apply(null,arguments)}var C=function(C){return e.createElement("svg",l({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},C),t||(t=e.createElement("path",{d:"M21.8002 12.2222C21.8002 11.4 21.7335 10.8 21.5891 10.1778H12.2002V13.8889H17.7113C17.6002 14.8111 17.0002 16.2 15.6668 17.1333L15.6481 17.2575L18.6167 19.5573L18.8224 19.5778C20.7113 17.8333 21.8002 15.2666 21.8002 12.2222Z",fill:"#4285F4"})),n||(n=e.createElement("path",{d:"M12.2001 22C14.9 22 17.1668 21.1111 18.8224 19.5778L15.6668 17.1333C14.8224 17.7222 13.6889 18.1333 12.2001 18.1333C9.55566 18.1333 7.31123 16.3889 6.51115 13.9778L6.39389 13.9877L3.30709 16.3766L3.26673 16.4889C4.91115 19.7555 8.28893 22 12.2001 22Z",fill:"#34A853"})),r||(r=e.createElement("path",{d:"M6.51115 13.9778C6.30002 13.3556 6.17798 12.6889 6.17798 12C6.17798 11.3111 6.30017 10.6444 6.50017 10.0222L6.49457 9.8897L3.3691 7.46243L3.26684 7.51106C2.58909 8.86664 2.2002 10.3889 2.2002 12C2.2002 13.6111 2.58898 15.1333 3.26673 16.4889L6.51115 13.9778Z",fill:"#FBBC05"})),a||(a=e.createElement("path",{d:"M12.2001 5.86664C14.0778 5.86664 15.3445 6.67774 16.0667 7.35557L18.8889 4.6C17.1557 2.98889 14.9 2 12.2001 2C8.28893 2 4.91126 4.24443 3.26684 7.51106L6.50017 10.0222C7.31136 7.61111 9.55566 5.86664 12.2001 5.86664Z",fill:"#EB4335"})))};export{C as ReactComponent};
2
2
  //# sourceMappingURL=google-brand.svg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"google-brand.svg.js","sources":["../../../src/icons/GoogleBrand/google-brand.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Cg%20id%3D%22google-brand%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.8002%2010.2222C19.8002%209.4%2019.7335%208.8%2019.5891%208.17779H10.2002V11.8889H15.7113C15.6002%2012.8111%2015.0002%2014.2%2013.6668%2015.1333L13.6481%2015.2575L16.6167%2017.5573L16.8224%2017.5778C18.7113%2015.8333%2019.8002%2013.2666%2019.8002%2010.2222Z%22%20fill%3D%22%234285F4%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.2001%2020C12.9%2020%2015.1668%2019.1111%2016.8224%2017.5778L13.6668%2015.1333C12.8224%2015.7222%2011.6889%2016.1333%2010.2001%2016.1333C7.55566%2016.1333%205.31123%2014.3889%204.51115%2011.9778L4.39389%2011.9877L1.30709%2014.3766L1.26673%2014.4889C2.91115%2017.7555%206.28893%2020%2010.2001%2020Z%22%20fill%3D%22%2334A853%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.51115%2011.9778C4.30002%2011.3556%204.17798%2010.6889%204.17798%2010C4.17798%209.31106%204.30017%208.64443%204.50017%208.02221L4.49457%207.8897L1.3691%205.46243L1.26684%205.51106C0.589089%206.86664%200.200195%208.38889%200.200195%2010C0.200195%2011.6111%200.588978%2013.1333%201.26673%2014.4889L4.51115%2011.9778Z%22%20fill%3D%22%23FBBC05%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.2001%203.86664C12.0778%203.86664%2013.3445%204.67774%2014.0667%205.35557L16.8889%202.6C15.1557%200.988894%2012.9%200%2010.2001%200C6.28893%200%202.91126%202.24443%201.26684%205.51106L4.50017%208.02221C5.31136%205.61111%207.55566%203.86664%2010.2001%203.86664Z%22%20fill%3D%22%23EB4335%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E\""],"names":["_g","_extends","Object","assign","bind","n","e","arguments","length","t","r","hasOwnProperty","call","apply","SvgGoogleBrand","props","React","createElement","fill","xmlns","viewBox","id","d"],"mappings":"wBAAA,IAAIA,EACJ,SAASC,IAAa,OAAOA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAK,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAAIF,UAAUD,GAAI,IAAK,IAAII,KAAKD,GAAG,CAAG,GAAEE,eAAeC,KAAKH,EAAGC,KAAOL,EAAEK,GAAKD,EAAEC,GAAM,CAAC,OAAOL,GAAMJ,EAASY,MAAM,KAAMN,UAAW,CAE/Q,IAACO,EAAiB,SAAwBC,GAC3C,OAAoBC,EAAMC,cAAc,MAAOhB,EAAS,CACtDiB,KAAM,OACNC,MAAO,6BACPC,QAAS,aACRL,GAAQf,IAAOA,EAAkBgB,EAAMC,cAAc,IAAK,CAC3DI,GAAI,gBACUL,EAAMC,cAAc,IAAK,CACvCI,GAAI,QACUL,EAAMC,cAAc,OAAQ,CAC1CK,EAAG,iOACHJ,KAAM,YACSF,EAAMC,cAAc,OAAQ,CAC3CK,EAAG,6PACHJ,KAAM,YACSF,EAAMC,cAAc,OAAQ,CAC3CK,EAAG,6QACHJ,KAAM,YACSF,EAAMC,cAAc,OAAQ,CAC3CK,EAAG,4NACHJ,KAAM,eAEV"}
1
+ {"version":3,"file":"google-brand.svg.js","sources":["../../../src/icons/GoogleBrand/google-brand.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Cpath%20d%3D%22M21.8002%2012.2222C21.8002%2011.4%2021.7335%2010.8%2021.5891%2010.1778H12.2002V13.8889H17.7113C17.6002%2014.8111%2017.0002%2016.2%2015.6668%2017.1333L15.6481%2017.2575L18.6167%2019.5573L18.8224%2019.5778C20.7113%2017.8333%2021.8002%2015.2666%2021.8002%2012.2222Z%22%20fill%3D%22%234285F4%22%2F%3E%20%20%20%20%3Cpath%20d%3D%22M12.2001%2022C14.9%2022%2017.1668%2021.1111%2018.8224%2019.5778L15.6668%2017.1333C14.8224%2017.7222%2013.6889%2018.1333%2012.2001%2018.1333C9.55566%2018.1333%207.31123%2016.3889%206.51115%2013.9778L6.39389%2013.9877L3.30709%2016.3766L3.26673%2016.4889C4.91115%2019.7555%208.28893%2022%2012.2001%2022Z%22%20fill%3D%22%2334A853%22%2F%3E%20%20%20%20%3Cpath%20d%3D%22M6.51115%2013.9778C6.30002%2013.3556%206.17798%2012.6889%206.17798%2012C6.17798%2011.3111%206.30017%2010.6444%206.50017%2010.0222L6.49457%209.8897L3.3691%207.46243L3.26684%207.51106C2.58909%208.86664%202.2002%2010.3889%202.2002%2012C2.2002%2013.6111%202.58898%2015.1333%203.26673%2016.4889L6.51115%2013.9778Z%22%20fill%3D%22%23FBBC05%22%2F%3E%20%20%20%20%3Cpath%20d%3D%22M12.2001%205.86664C14.0778%205.86664%2015.3445%206.67774%2016.0667%207.35557L18.8889%204.6C17.1557%202.98889%2014.9%202%2012.2001%202C8.28893%202%204.91126%204.24443%203.26684%207.51106L6.50017%2010.0222C7.31136%207.61111%209.55566%205.86664%2012.2001%205.86664Z%22%20fill%3D%22%23EB4335%22%2F%3E%3C%2Fsvg%3E\""],"names":["_path","_path2","_path3","_path4","_extends","Object","assign","bind","n","e","arguments","length","t","r","hasOwnProperty","call","apply","SvgGoogleBrand","props","React","createElement","fill","xmlns","viewBox","d"],"mappings":"wBAAA,IAAIA,EAAOC,EAAQC,EAAQC,EAC3B,SAASC,IAAa,OAAOA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAK,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAAIF,UAAUD,GAAI,IAAK,IAAII,KAAKD,GAAG,CAAG,GAAEE,eAAeC,KAAKH,EAAGC,KAAOL,EAAEK,GAAKD,EAAEC,GAAM,CAAC,OAAOL,GAAMJ,EAASY,MAAM,KAAMN,UAAW,CAE/Q,IAACO,EAAiB,SAAwBC,GAC3C,OAAoBC,EAAMC,cAAc,MAAOhB,EAAS,CACtDiB,KAAM,OACNC,MAAO,6BACPC,QAAS,aACRL,GAAQlB,IAAUA,EAAqBmB,EAAMC,cAAc,OAAQ,CACpEI,EAAG,mOACHH,KAAM,aACHpB,IAAWA,EAAsBkB,EAAMC,cAAc,OAAQ,CAChEI,EAAG,6PACHH,KAAM,aACHnB,IAAWA,EAAsBiB,EAAMC,cAAc,OAAQ,CAChEI,EAAG,qQACHH,KAAM,aACHlB,IAAWA,EAAsBgB,EAAMC,cAAc,OAAQ,CAChEI,EAAG,2NACHH,KAAM,aAEV"}
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeProvider.cjs.js","sources":["../../src/themes/ThemeProvider.tsx"],"sourcesContent":["import CssBaseline from '@mui/material/CssBaseline';\nimport { ThemeProvider as MuiThemeProvider } from '@mui/material/styles';\n\nimport { darkTheme, lightTheme } from './flipdishPublicTheme';\n\ninterface ThemeProviderProps {\n children: React.ReactNode;\n themeModeOverride?: 'dark' | 'light';\n}\n\nconst ThemeProvider = ({ children, themeModeOverride }: ThemeProviderProps) => {\n const theme = themeModeOverride === 'dark' ? darkTheme : lightTheme;\n\n return (\n <MuiThemeProvider theme={theme}>\n <CssBaseline />\n {children}\n </MuiThemeProvider>\n );\n};\n\nexport default ThemeProvider;\n"],"names":["children","themeModeOverride","theme","darkTheme","lightTheme","_jsxs","MuiThemeProvider","_jsx","CssBaseline"],"mappings":"kLAUsB,EAAGA,WAAUC,wBACjC,MAAMC,EAA8B,SAAtBD,EAA+BE,EAASA,UAAGC,EAAUA,WAEnE,OACEC,OAACC,EAAAA,cAAgB,CAACJ,MAAOA,EACvBF,SAAA,CAAAO,EAAAA,IAACC,EAAc,CAAA,GACdR,IACgB"}
1
+ {"version":3,"file":"ThemeProvider.cjs.js","sources":["../../src/themes/ThemeProvider.tsx"],"sourcesContent":["import CssBaseline from '@mui/material/CssBaseline';\nimport { ThemeProvider as MuiThemeProvider } from '@mui/material/styles';\n\nimport './theme';\n\nimport { darkTheme, lightTheme } from './flipdishPublicTheme';\n\ninterface ThemeProviderProps {\n children: React.ReactNode;\n themeModeOverride?: 'dark' | 'light';\n}\n\nconst ThemeProvider = ({ children, themeModeOverride }: ThemeProviderProps): JSX.Element => {\n const theme = themeModeOverride === 'dark' ? darkTheme : lightTheme;\n\n return (\n <MuiThemeProvider theme={theme}>\n <CssBaseline />\n {children}\n </MuiThemeProvider>\n );\n};\n\nexport default ThemeProvider;\n"],"names":["children","themeModeOverride","theme","darkTheme","lightTheme","_jsxs","MuiThemeProvider","_jsx","CssBaseline"],"mappings":"kLAYsB,EAAGA,WAAUC,wBACjC,MAAMC,EAA8B,SAAtBD,EAA+BE,EAASA,UAAGC,EAAUA,WAEnE,OACEC,OAACC,EAAAA,cAAgB,CAACJ,MAAOA,EACvBF,SAAA,CAAAO,EAAAA,IAACC,EAAc,CAAA,GACdR,IACgB"}
@@ -1,9 +1,9 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import './theme.js';
2
2
 
3
3
  interface ThemeProviderProps {
4
4
  children: React.ReactNode;
5
5
  themeModeOverride?: 'dark' | 'light';
6
6
  }
7
- declare const ThemeProvider: ({ children, themeModeOverride }: ThemeProviderProps) => react_jsx_runtime.JSX.Element;
7
+ declare const ThemeProvider: ({ children, themeModeOverride }: ThemeProviderProps) => JSX.Element;
8
8
 
9
9
  export { ThemeProvider as default };
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeProvider.js","sources":["../../src/themes/ThemeProvider.tsx"],"sourcesContent":["import CssBaseline from '@mui/material/CssBaseline';\nimport { ThemeProvider as MuiThemeProvider } from '@mui/material/styles';\n\nimport { darkTheme, lightTheme } from './flipdishPublicTheme';\n\ninterface ThemeProviderProps {\n children: React.ReactNode;\n themeModeOverride?: 'dark' | 'light';\n}\n\nconst ThemeProvider = ({ children, themeModeOverride }: ThemeProviderProps) => {\n const theme = themeModeOverride === 'dark' ? darkTheme : lightTheme;\n\n return (\n <MuiThemeProvider theme={theme}>\n <CssBaseline />\n {children}\n </MuiThemeProvider>\n );\n};\n\nexport default ThemeProvider;\n"],"names":["ThemeProvider","children","themeModeOverride","_jsxs","MuiThemeProvider","theme","darkTheme","lightTheme","_jsx","CssBaseline"],"mappings":"qNAUM,MAAAA,EAAgB,EAAGC,WAAUC,uBAI/BC,EAACC,EAAgB,CAACC,MAHgB,SAAtBH,EAA+BI,EAAYC,EAIrDN,SAAA,CAAAO,EAACC,EAAc,CAAA,GACdR"}
1
+ {"version":3,"file":"ThemeProvider.js","sources":["../../src/themes/ThemeProvider.tsx"],"sourcesContent":["import CssBaseline from '@mui/material/CssBaseline';\nimport { ThemeProvider as MuiThemeProvider } from '@mui/material/styles';\n\nimport './theme';\n\nimport { darkTheme, lightTheme } from './flipdishPublicTheme';\n\ninterface ThemeProviderProps {\n children: React.ReactNode;\n themeModeOverride?: 'dark' | 'light';\n}\n\nconst ThemeProvider = ({ children, themeModeOverride }: ThemeProviderProps): JSX.Element => {\n const theme = themeModeOverride === 'dark' ? darkTheme : lightTheme;\n\n return (\n <MuiThemeProvider theme={theme}>\n <CssBaseline />\n {children}\n </MuiThemeProvider>\n );\n};\n\nexport default ThemeProvider;\n"],"names":["ThemeProvider","children","themeModeOverride","_jsxs","MuiThemeProvider","theme","darkTheme","lightTheme","_jsx","CssBaseline"],"mappings":"qNAYM,MAAAA,EAAgB,EAAGC,WAAUC,uBAI/BC,EAACC,EAAgB,CAACC,MAHgB,SAAtBH,EAA+BI,EAAYC,EAIrDN,SAAA,CAAAO,EAACC,EAAc,CAAA,GACdR"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=theme.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,322 @@
1
+ import { Breakpoint } from '@mui/material/styles';
2
+ import { RadiusToken } from './tokens/radius/radius.js';
3
+
4
+ declare module '@mui/material/styles' {
5
+ interface Palette {
6
+ semantic: {
7
+ text: {
8
+ 'text-strong': string;
9
+ 'text-weak': string;
10
+ 'text-primary': string;
11
+ 'text-disabled': string;
12
+ 'text-error': string;
13
+ 'text-warning': string;
14
+ 'text-success': string;
15
+ 'text-information': string;
16
+ 'text-inverse-strong': string;
17
+ 'text-inverse-weak': string;
18
+ 'text-inverse-disabled': string;
19
+ };
20
+ stroke: {
21
+ 'stroke-strong': string;
22
+ 'stroke-weak': string;
23
+ 'stroke-selected': string;
24
+ 'stroke-focus': string;
25
+ 'stroke-disabled': string;
26
+ 'stroke-primary-strong': string;
27
+ 'stroke-primary-weak': string;
28
+ 'stroke-secondary': string;
29
+ 'stroke-tertiary': string;
30
+ 'stroke-error-strong': string;
31
+ 'stroke-error-weak': string;
32
+ 'stroke-warning-strong': string;
33
+ 'stroke-warning-weak': string;
34
+ 'stroke-success-strong': string;
35
+ 'stroke-success-weak': string;
36
+ 'stroke-information-strong': string;
37
+ 'stroke-information-weak': string;
38
+ 'stroke-inverse-strong': string;
39
+ 'stroke-inverse-weak': string;
40
+ 'stroke-inverse-disabled': string;
41
+ };
42
+ icon: {
43
+ 'icon-strong': string;
44
+ 'icon-primary': string;
45
+ 'icon-disabled': string;
46
+ 'icon-error': string;
47
+ 'icon-warning': string;
48
+ 'icon-success': string;
49
+ 'icon-information': string;
50
+ 'icon-inverse': string;
51
+ 'icon-inverse-strong': string;
52
+ 'icon-inverse-disabled': string;
53
+ };
54
+ fill: {
55
+ 'fill-strong': string;
56
+ 'fill-weak': string;
57
+ 'fill-weaker': string;
58
+ 'fill-hover': string;
59
+ 'fill-press': string;
60
+ 'fill-selected': string;
61
+ 'fill-disabled': string;
62
+ 'fill-overlay': string;
63
+ 'fill-primary-strong': string;
64
+ 'fill-primary-weak': string;
65
+ 'fill-secondary': string;
66
+ 'fill-tertiary': string;
67
+ 'fill-error-strong': string;
68
+ 'fill-error-weak': string;
69
+ 'fill-warning-strong': string;
70
+ 'fill-warning-weak': string;
71
+ 'fill-success-strong': string;
72
+ 'fill-success-weak': string;
73
+ 'fill-information-strong': string;
74
+ 'fill-information-weak': string;
75
+ 'fill-inverse-strong': string;
76
+ 'fill-inverse-weak': string;
77
+ 'fill-inverse-hover': string;
78
+ 'fill-inverse-press': string;
79
+ 'fill-inverse-disabled': string;
80
+ 'fill-flipdishlogo': string;
81
+ 'fill-black': string;
82
+ 'fill-white': string;
83
+ 'fill-yellow': string;
84
+ 'fill-lightgrey': string;
85
+ 'fill-lime': string;
86
+ 'fill-pink': string;
87
+ };
88
+ background: {
89
+ 'background-base': string;
90
+ 'background-raised': string;
91
+ 'background-overlay': string;
92
+ 'background-sunken': string;
93
+ 'background-alternate': string;
94
+ 'background-primary': string;
95
+ 'background-secondary': string;
96
+ 'background-tertiary': string;
97
+ 'background-inverse': string;
98
+ };
99
+ shadow: {
100
+ 'shadow-strong': string;
101
+ 'shadow-weak': string;
102
+ };
103
+ };
104
+ }
105
+ interface PaletteOptions {
106
+ semantic?: {
107
+ text?: {
108
+ 'text-strong'?: string;
109
+ 'text-weak'?: string;
110
+ 'text-primary'?: string;
111
+ 'text-disabled'?: string;
112
+ 'text-error'?: string;
113
+ 'text-warning'?: string;
114
+ 'text-success'?: string;
115
+ 'text-information'?: string;
116
+ 'text-inverse-strong'?: string;
117
+ 'text-inverse-weak'?: string;
118
+ 'text-inverse-disabled'?: string;
119
+ };
120
+ stroke?: {
121
+ 'stroke-strong'?: string;
122
+ 'stroke-weak'?: string;
123
+ 'stroke-selected'?: string;
124
+ 'stroke-focus'?: string;
125
+ 'stroke-disabled'?: string;
126
+ 'stroke-primary-strong'?: string;
127
+ 'stroke-primary-weak'?: string;
128
+ 'stroke-secondary'?: string;
129
+ 'stroke-tertiary'?: string;
130
+ 'stroke-error-strong'?: string;
131
+ 'stroke-error-weak'?: string;
132
+ 'stroke-warning-strong'?: string;
133
+ 'stroke-warning-weak'?: string;
134
+ 'stroke-success-strong'?: string;
135
+ 'stroke-success-weak'?: string;
136
+ 'stroke-information-strong'?: string;
137
+ 'stroke-information-weak'?: string;
138
+ 'stroke-inverse-strong'?: string;
139
+ 'stroke-inverse-weak'?: string;
140
+ 'stroke-inverse-disabled'?: string;
141
+ };
142
+ icon?: {
143
+ 'icon-strong'?: string;
144
+ 'icon-primary'?: string;
145
+ 'icon-disabled'?: string;
146
+ 'icon-error'?: string;
147
+ 'icon-warning'?: string;
148
+ 'icon-success'?: string;
149
+ 'icon-information'?: string;
150
+ 'icon-inverse': string;
151
+ 'icon-inverse-strong'?: string;
152
+ 'icon-inverse-disabled'?: string;
153
+ };
154
+ fill?: {
155
+ 'fill-strong'?: string;
156
+ 'fill-weak'?: string;
157
+ 'fill-weaker'?: string;
158
+ 'fill-hover'?: string;
159
+ 'fill-press'?: string;
160
+ 'fill-selected'?: string;
161
+ 'fill-disabled'?: string;
162
+ 'fill-overlay'?: string;
163
+ 'fill-primary-strong'?: string;
164
+ 'fill-primary-weak'?: string;
165
+ 'fill-secondary'?: string;
166
+ 'fill-tertiary'?: string;
167
+ 'fill-error-strong'?: string;
168
+ 'fill-error-weak'?: string;
169
+ 'fill-warning-strong'?: string;
170
+ 'fill-warning-weak'?: string;
171
+ 'fill-success-strong'?: string;
172
+ 'fill-success-weak'?: string;
173
+ 'fill-information-strong'?: string;
174
+ 'fill-information-weak'?: string;
175
+ 'fill-inverse-strong'?: string;
176
+ 'fill-inverse-weak'?: string;
177
+ 'fill-inverse-hover'?: string;
178
+ 'fill-inverse-press'?: string;
179
+ 'fill-inverse-disabled'?: string;
180
+ 'fill-flipdishlogo'?: string;
181
+ 'fill-black'?: string;
182
+ 'fill-white'?: string;
183
+ 'fill-yellow'?: string;
184
+ 'fill-lightgrey'?: string;
185
+ 'fill-lime'?: string;
186
+ 'fill-pink'?: string;
187
+ };
188
+ background?: {
189
+ 'background-base'?: string;
190
+ 'background-raised'?: string;
191
+ 'background-overlay'?: string;
192
+ 'background-sunken'?: string;
193
+ 'background-alternate'?: string;
194
+ 'background-primary'?: string;
195
+ 'background-secondary'?: string;
196
+ 'background-tertiary'?: string;
197
+ 'background-inverse'?: string;
198
+ };
199
+ shadow?: {
200
+ 'shadow-strong'?: string;
201
+ 'shadow-weak'?: string;
202
+ };
203
+ };
204
+ }
205
+ interface Theme {
206
+ breakpoints: {
207
+ up: (key: Breakpoint | number) => string;
208
+ down: (key: Breakpoint | number) => string;
209
+ only: (key: Breakpoint | number) => string;
210
+ };
211
+ radius?: Record<RadiusToken, string>;
212
+ }
213
+ interface BreakpointOverrides {
214
+ base: true;
215
+ mobile: true;
216
+ tablet: true;
217
+ laptop: true;
218
+ desktop: true;
219
+ widescreen: true;
220
+ xs: false;
221
+ sm: false;
222
+ md: false;
223
+ lg: false;
224
+ xl: false;
225
+ xxl: false;
226
+ }
227
+ interface ThemeOptions {
228
+ radius?: Record<RadiusToken, string>;
229
+ }
230
+ interface TypographyVariants {
231
+ d1Strong: React.CSSProperties;
232
+ d1Weak: React.CSSProperties;
233
+ d2Strong: React.CSSProperties;
234
+ d2Weak: React.CSSProperties;
235
+ d3Strong: React.CSSProperties;
236
+ d3Weak: React.CSSProperties;
237
+ d3WeakAlternate: React.CSSProperties;
238
+ d4Strong: React.CSSProperties;
239
+ d4Weak: React.CSSProperties;
240
+ d4WeakAlternate: React.CSSProperties;
241
+ h1Strong: React.CSSProperties;
242
+ h1Weak: React.CSSProperties;
243
+ h1WeakAlternate: React.CSSProperties;
244
+ h2Strong: React.CSSProperties;
245
+ h2Weak: React.CSSProperties;
246
+ h3Strong: React.CSSProperties;
247
+ h3Weak: React.CSSProperties;
248
+ h4Strong: React.CSSProperties;
249
+ h4Weak: React.CSSProperties;
250
+ h4StrongUnderlined: React.CSSProperties;
251
+ b1Strong: React.CSSProperties;
252
+ b1Weak: React.CSSProperties;
253
+ b1StrongUnderlined: React.CSSProperties;
254
+ b1WeakUnderlined: React.CSSProperties;
255
+ captionStrong: React.CSSProperties;
256
+ captionWeak: React.CSSProperties;
257
+ captionStrongUnderlined: React.CSSProperties;
258
+ captionWeakUnderlined: React.CSSProperties;
259
+ }
260
+ interface TypographyVariantsOptions {
261
+ d1Strong?: React.CSSProperties;
262
+ d1Weak?: React.CSSProperties;
263
+ d2Strong?: React.CSSProperties;
264
+ d2Weak?: React.CSSProperties;
265
+ d3Strong?: React.CSSProperties;
266
+ d3Weak?: React.CSSProperties;
267
+ d3WeakAlternate?: React.CSSProperties;
268
+ d4Strong?: React.CSSProperties;
269
+ d4Weak?: React.CSSProperties;
270
+ d4WeakAlternate?: React.CSSProperties;
271
+ h1Strong?: React.CSSProperties;
272
+ h1Weak?: React.CSSProperties;
273
+ h1WeakAlternate?: React.CSSProperties;
274
+ h2Strong?: React.CSSProperties;
275
+ h2Weak?: React.CSSProperties;
276
+ h3Strong?: React.CSSProperties;
277
+ h3Weak?: React.CSSProperties;
278
+ h4Strong?: React.CSSProperties;
279
+ h4Weak?: React.CSSProperties;
280
+ h4StrongUnderlined?: React.CSSProperties;
281
+ b1Strong?: React.CSSProperties;
282
+ b1Weak?: React.CSSProperties;
283
+ b1StrongUnderlined?: React.CSSProperties;
284
+ b1WeakUnderlined?: React.CSSProperties;
285
+ captionStrong?: React.CSSProperties;
286
+ captionWeak?: React.CSSProperties;
287
+ captionStrongUnderlined?: React.CSSProperties;
288
+ captionWeakUnderlined?: React.CSSProperties;
289
+ }
290
+ }
291
+ declare module '@mui/material/Typography' {
292
+ interface TypographyPropsVariantOverrides {
293
+ d1Strong: true;
294
+ d1Weak: true;
295
+ d2Strong: true;
296
+ d2Weak: true;
297
+ d3Strong: true;
298
+ d3Weak: true;
299
+ d3WeakAlternate: true;
300
+ d4Strong: true;
301
+ d4Weak: true;
302
+ d4WeakAlternate: true;
303
+ h1Strong: true;
304
+ h1Weak: true;
305
+ h1WeakAlternate: true;
306
+ h2Strong: true;
307
+ h2Weak: true;
308
+ h3Strong: true;
309
+ h3Weak: true;
310
+ h4Strong: true;
311
+ h4Weak: true;
312
+ h4StrongUnderlined: true;
313
+ b1Strong: true;
314
+ b1Weak: true;
315
+ b1StrongUnderlined: true;
316
+ b1WeakUnderlined: true;
317
+ captionStrong: true;
318
+ captionWeak: true;
319
+ captionStrongUnderlined: true;
320
+ captionWeakUnderlined: true;
321
+ }
322
+ }
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=theme.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flipdish/portal-library",
3
- "version": "3.4.0",
3
+ "version": "3.6.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],