@cruk/cruk-react-components 1.2.2 → 1.2.5

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 (147) hide show
  1. package/README.md +17 -3
  2. package/lib/cjs/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
  3. package/lib/cjs/node_modules/@babel/runtime/helpers/esm/defineProperty.js.map +1 -1
  4. package/lib/cjs/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -1
  5. package/lib/cjs/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +1 -1
  6. package/lib/cjs/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +2 -0
  7. package/lib/cjs/node_modules/@babel/runtime/helpers/esm/toPrimitive.js.map +1 -0
  8. package/lib/cjs/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +2 -0
  9. package/lib/cjs/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js.map +1 -0
  10. package/lib/cjs/node_modules/@babel/runtime/helpers/esm/typeof.js +2 -0
  11. package/lib/cjs/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
  12. package/lib/cjs/node_modules/@fortawesome/free-solid-svg-icons/index.mjs.js +2 -0
  13. package/lib/cjs/node_modules/@fortawesome/free-solid-svg-icons/index.mjs.js.map +1 -0
  14. package/lib/cjs/node_modules/focus-lock/dist/es2015/focusMerge.js +1 -1
  15. package/lib/cjs/node_modules/focus-lock/dist/es2015/focusMerge.js.map +1 -1
  16. package/lib/cjs/node_modules/focus-lock/dist/es2015/solver.js +1 -1
  17. package/lib/cjs/node_modules/focus-lock/dist/es2015/solver.js.map +1 -1
  18. package/lib/cjs/node_modules/focus-lock/dist/es2015/utils/DOMutils.js +1 -1
  19. package/lib/cjs/node_modules/focus-lock/dist/es2015/utils/DOMutils.js.map +1 -1
  20. package/lib/cjs/node_modules/focus-lock/dist/es2015/utils/auto-focus.js +2 -0
  21. package/lib/cjs/node_modules/focus-lock/dist/es2015/utils/auto-focus.js.map +1 -0
  22. package/lib/cjs/node_modules/react-focus-lock/dist/es2015/Lock.js +1 -1
  23. package/lib/cjs/node_modules/react-focus-lock/dist/es2015/Lock.js.map +1 -1
  24. package/lib/cjs/node_modules/react-focus-lock/dist/es2015/medium.js.map +1 -1
  25. package/lib/cjs/node_modules/react-intersection-observer/react-intersection-observer.modern.mjs.js.map +1 -1
  26. package/lib/cjs/node_modules/tslib/tslib.es6.js.map +1 -1
  27. package/lib/cjs/src/components/AddressLookup/index.js +1 -1
  28. package/lib/cjs/src/components/Avatar/README.md.js +1 -1
  29. package/lib/cjs/src/components/Avatar/README.md.js.map +1 -1
  30. package/lib/cjs/src/components/Button/styles.js +1 -1
  31. package/lib/cjs/src/components/Carousel/Dots.js +1 -1
  32. package/lib/cjs/src/components/Checkbox/index.js +1 -1
  33. package/lib/cjs/src/components/Checkbox/styles.js +1 -1
  34. package/lib/cjs/src/components/Collapse/index.js +1 -1
  35. package/lib/cjs/src/components/Header/index.js +1 -1
  36. package/lib/cjs/src/components/Header/styles.js +1 -1
  37. package/lib/cjs/src/components/Link/index.js +1 -1
  38. package/lib/cjs/src/components/Modal/index.js +1 -1
  39. package/lib/cjs/src/components/ProgressBar/styles.js +1 -1
  40. package/lib/cjs/src/components/Radio/styles.js +1 -1
  41. package/lib/cjs/src/components/Select/styles.js +1 -1
  42. package/lib/cjs/src/components/TextField/styles.js +1 -1
  43. package/lib/components/AddressLookup/index.d.ts +27 -2
  44. package/lib/components/Avatar/index.d.ts +1 -1
  45. package/lib/components/Avatar/styles.d.ts +1 -1
  46. package/lib/components/Badge/index.d.ts +1 -1
  47. package/lib/components/Badge/styles.d.ts +1 -1
  48. package/lib/components/Box/index.d.ts +1 -1
  49. package/lib/components/Button/index.d.ts +20 -2
  50. package/lib/components/Button/styles.d.ts +1 -1
  51. package/lib/components/Carousel/Dots.d.ts +1 -1
  52. package/lib/components/Carousel/index.d.ts +1 -1
  53. package/lib/components/Carousel/styles.d.ts +4 -4
  54. package/lib/components/Checkbox/index.d.ts +9 -2
  55. package/lib/components/Checkbox/styles.d.ts +1 -1
  56. package/lib/components/Collapse/index.d.ts +1 -1
  57. package/lib/components/Collapse/styles.d.ts +11 -1
  58. package/lib/components/DateField/index.d.ts +1 -1
  59. package/lib/components/Divider.d.ts +1 -1
  60. package/lib/components/ErrorText/index.d.ts +1 -1
  61. package/lib/components/Footer/index.d.ts +1 -1
  62. package/lib/components/Header/index.d.ts +1 -1
  63. package/lib/components/Header/styles.d.ts +15 -8
  64. package/lib/components/Heading/index.d.ts +1 -1
  65. package/lib/components/Icon/index.d.ts +2 -1
  66. package/lib/components/IconFa/index.d.ts +2 -1
  67. package/lib/components/InfoBox/index.d.ts +1 -1
  68. package/lib/components/LabelWrapper/index.d.ts +1 -1
  69. package/lib/components/LegendWrapper/index.d.ts +1 -1
  70. package/lib/components/LegendWrapper/styles.d.ts +1 -1
  71. package/lib/components/Link/index.d.ts +22 -2
  72. package/lib/components/Loader/index.d.ts +1 -0
  73. package/lib/components/Modal/index.d.ts +1 -1
  74. package/lib/components/Modal/styles.d.ts +12 -2
  75. package/lib/components/Pagination/index.d.ts +1 -1
  76. package/lib/components/Pagination/styles.d.ts +1 -1
  77. package/lib/components/PopOver/index.d.ts +1 -1
  78. package/lib/components/ProgressBar/index.d.ts +1 -1
  79. package/lib/components/ProgressBar/styles.d.ts +4 -4
  80. package/lib/components/Radio/index.d.ts +9 -2
  81. package/lib/components/Radio/styles.d.ts +3 -3
  82. package/lib/components/RadioConsent/index.d.ts +1 -1
  83. package/lib/components/RadioConsent/styles.d.ts +7 -2
  84. package/lib/components/Select/index.d.ts +1 -1
  85. package/lib/components/Select/styles.d.ts +1 -1
  86. package/lib/components/Spacing/index.d.ts +1 -1
  87. package/lib/components/Step/index.d.ts +1 -1
  88. package/lib/components/Step/styles.d.ts +2 -2
  89. package/lib/components/TestWrapper.d.ts +2 -2
  90. package/lib/components/Text/index.d.ts +1 -1
  91. package/lib/components/Text/styles.d.ts +1 -1
  92. package/lib/components/TextAreaField/index.d.ts +1 -1
  93. package/lib/components/TextAreaField/styles.d.ts +1 -1
  94. package/lib/components/TextField/index.d.ts +1 -1
  95. package/lib/components/TextField/styles.d.ts +2 -2
  96. package/lib/components/ThemeCheatSheet.d.ts +3 -1
  97. package/lib/components/Totaliser/index.d.ts +1 -1
  98. package/lib/components/Totaliser/styles.d.ts +2 -1
  99. package/lib/components/UserBlock/index.d.ts +1 -1
  100. package/lib/es/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
  101. package/lib/es/node_modules/@babel/runtime/helpers/esm/defineProperty.js.map +1 -1
  102. package/lib/es/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -1
  103. package/lib/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +1 -1
  104. package/lib/es/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +2 -0
  105. package/lib/es/node_modules/@babel/runtime/helpers/esm/toPrimitive.js.map +1 -0
  106. package/lib/es/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +2 -0
  107. package/lib/es/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js.map +1 -0
  108. package/lib/es/node_modules/@babel/runtime/helpers/esm/typeof.js +2 -0
  109. package/lib/es/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
  110. package/lib/es/node_modules/@fortawesome/free-solid-svg-icons/index.mjs.js +2 -0
  111. package/lib/es/node_modules/@fortawesome/free-solid-svg-icons/index.mjs.js.map +1 -0
  112. package/lib/es/node_modules/focus-lock/dist/es2015/focusMerge.js +1 -1
  113. package/lib/es/node_modules/focus-lock/dist/es2015/focusMerge.js.map +1 -1
  114. package/lib/es/node_modules/focus-lock/dist/es2015/solver.js +1 -1
  115. package/lib/es/node_modules/focus-lock/dist/es2015/solver.js.map +1 -1
  116. package/lib/es/node_modules/focus-lock/dist/es2015/utils/DOMutils.js +1 -1
  117. package/lib/es/node_modules/focus-lock/dist/es2015/utils/DOMutils.js.map +1 -1
  118. package/lib/es/node_modules/focus-lock/dist/es2015/utils/auto-focus.js +2 -0
  119. package/lib/es/node_modules/focus-lock/dist/es2015/utils/auto-focus.js.map +1 -0
  120. package/lib/es/node_modules/react-focus-lock/dist/es2015/Lock.js +1 -1
  121. package/lib/es/node_modules/react-focus-lock/dist/es2015/Lock.js.map +1 -1
  122. package/lib/es/node_modules/react-focus-lock/dist/es2015/medium.js.map +1 -1
  123. package/lib/es/node_modules/react-intersection-observer/react-intersection-observer.modern.mjs.js.map +1 -1
  124. package/lib/es/node_modules/tslib/tslib.es6.js.map +1 -1
  125. package/lib/es/src/components/AddressLookup/index.js +1 -1
  126. package/lib/es/src/components/Avatar/README.md.js +1 -1
  127. package/lib/es/src/components/Avatar/README.md.js.map +1 -1
  128. package/lib/es/src/components/Button/styles.js +1 -1
  129. package/lib/es/src/components/Carousel/Dots.js +1 -1
  130. package/lib/es/src/components/Checkbox/index.js +1 -1
  131. package/lib/es/src/components/Checkbox/styles.js +1 -1
  132. package/lib/es/src/components/Collapse/index.js +1 -1
  133. package/lib/es/src/components/Header/index.js +1 -1
  134. package/lib/es/src/components/Header/styles.js +1 -1
  135. package/lib/es/src/components/Link/index.js +1 -1
  136. package/lib/es/src/components/Modal/index.js +1 -1
  137. package/lib/es/src/components/ProgressBar/styles.js +1 -1
  138. package/lib/es/src/components/Radio/styles.js +1 -1
  139. package/lib/es/src/components/Select/styles.js +1 -1
  140. package/lib/es/src/components/TextField/styles.js +1 -1
  141. package/lib/hocs/MdxProvider.d.ts +1 -1
  142. package/lib/types.d.ts +21 -21
  143. package/package.json +25 -26
  144. package/lib/cjs/node_modules/@fortawesome/free-solid-svg-icons/index.es.js +0 -8
  145. package/lib/cjs/node_modules/@fortawesome/free-solid-svg-icons/index.es.js.map +0 -1
  146. package/lib/es/node_modules/@fortawesome/free-solid-svg-icons/index.es.js +0 -7
  147. package/lib/es/node_modules/@fortawesome/free-solid-svg-icons/index.es.js.map +0 -1
package/README.md CHANGED
@@ -47,13 +47,26 @@ Clone this repository
47
47
  git clone git@github.com:CRUKorg/cruk-react-components.git
48
48
  ```
49
49
 
50
- Start local development environment 💥
50
+ Development is done through storybook
51
+
52
+ ```sh
53
+ npm run storybook
54
+ ```
55
+
56
+ you may need to run
57
+
58
+ ```sh
59
+ npm run build-storybook
60
+ ```
61
+
62
+ The docsite still works if you run
51
63
 
52
64
  ```sh
53
65
  npm run dev
54
66
  ```
55
67
 
56
68
  Then view the docs site at: http://127.0.0.1:8080/
69
+ However this isn't as well maintained as the storybook stories and will soon be deprecated
57
70
 
58
71
  ## Testing
59
72
 
@@ -61,6 +74,7 @@ Jest: Unit testing,
61
74
  Cypress: Component function, accessibility and image snapshot tests (Image snapshot test are run in headless mode only they will be skipped in interactive mode).
62
75
 
63
76
  Run all tests Jest and Cypress including image snapshots
77
+ Make sure you have the docker desktop app running in the background
64
78
 
65
79
  ```sh
66
80
  npm run test
@@ -75,10 +89,10 @@ npm run test:update
75
89
  Run Cypress interactive testing suite (functional and accessibility tests)
76
90
 
77
91
  ```sh
78
- npm run cypress
92
+ npx cypress open --component
79
93
  ```
80
94
 
81
- Run Cypress headlessly including image snapshots
95
+ Run Cypress headlessly including image snapshots, docker desktop app will need to be running in the background for any headless activities
82
96
 
83
97
  ```sh
84
98
  npm run cypress-headless
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=function(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./toPropertyKey.js");exports.default=function(r,t,u){return(t=e.default(t))in r?Object.defineProperty(r,t,{value:u,enumerable:!0,configurable:!0,writable:!0}):r[t]=u,r};
2
2
  //# sourceMappingURL=defineProperty.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"defineProperty.js","sources":["../../../../../../../node_modules/@babel/runtime/helpers/esm/defineProperty.js"],"sourcesContent":["export default function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}"],"names":["obj","key","value","Object","defineProperty","enumerable","configurable","writable"],"mappings":"oFAAe,SAAyBA,EAAKC,EAAKC,GAYhD,OAXID,KAAOD,EACTG,OAAOC,eAAeJ,EAAKC,EAAK,CAC9BC,MAAOA,EACPG,YAAY,EACZC,cAAc,EACdC,UAAU,IAGZP,EAAIC,GAAOC,EAGNF,CACT"}
1
+ {"version":3,"file":"defineProperty.js","sources":["../../../../../../../node_modules/@babel/runtime/helpers/esm/defineProperty.js"],"sourcesContent":["import toPropertyKey from \"./toPropertyKey.js\";\nexport default function _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}"],"names":["obj","key","value","toPropertyKey","Object","defineProperty","enumerable","configurable","writable"],"mappings":"wHACe,SAAyBA,EAAKC,EAAKC,GAYhD,OAXAD,EAAME,EAAAA,QAAcF,MACTD,EACTI,OAAOC,eAAeL,EAAKC,EAAK,CAC9BC,MAAOA,EACPI,YAAY,EACZC,cAAc,EACdC,UAAU,IAGZR,EAAIC,GAAOC,EAENF,CACT"}
@@ -1 +1 @@
1
- {"version":3,"file":"extends.js","sources":["../../../../../../../node_modules/@babel/runtime/helpers/esm/extends.js"],"sourcesContent":["export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n return _extends.apply(this, arguments);\n}"],"names":["_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this"],"mappings":"aAAe,SAASA,IActB,OAbAA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAC1D,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CACzC,IAAIG,EAASF,UAAUD,GAEvB,IAAK,IAAII,KAAOD,EACVP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAC/CL,EAAOK,GAAOD,EAAOC,GAG1B,CAED,OAAOL,CACX,EACSJ,EAASa,MAAMC,KAAMR,UAC9B"}
1
+ {"version":3,"file":"extends.js","sources":["../../../../../../../node_modules/@babel/runtime/helpers/esm/extends.js"],"sourcesContent":["export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}"],"names":["_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this"],"mappings":"aAAe,SAASA,IAYtB,OAXAA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAC1D,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CACzC,IAAIG,EAASF,UAAUD,GACvB,IAAK,IAAII,KAAOD,EACVP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAC/CL,EAAOK,GAAOD,EAAOC,GAG1B,CACD,OAAOL,CACX,EACSJ,EAASa,MAAMC,KAAMR,UAC9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"objectWithoutPropertiesLoose.js","sources":["../../../../../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"],"sourcesContent":["export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}"],"names":["source","excluded","key","i","target","sourceKeys","Object","keys","length","indexOf"],"mappings":"oFAAe,SAAuCA,EAAQC,GAC5D,GAAc,MAAVD,EAAgB,MAAO,GAC3B,IAEIE,EAAKC,EAFLC,EAAS,CAAA,EACTC,EAAaC,OAAOC,KAAKP,GAG7B,IAAKG,EAAI,EAAGA,EAAIE,EAAWG,OAAQL,IACjCD,EAAMG,EAAWF,GACbF,EAASQ,QAAQP,IAAQ,IAC7BE,EAAOF,GAAOF,EAAOE,IAGvB,OAAOE,CACT"}
1
+ {"version":3,"file":"objectWithoutPropertiesLoose.js","sources":["../../../../../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"],"sourcesContent":["export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n return target;\n}"],"names":["source","excluded","key","i","target","sourceKeys","Object","keys","length","indexOf"],"mappings":"oFAAe,SAAuCA,EAAQC,GAC5D,GAAc,MAAVD,EAAgB,MAAO,GAC3B,IAEIE,EAAKC,EAFLC,EAAS,CAAA,EACTC,EAAaC,OAAOC,KAAKP,GAE7B,IAAKG,EAAI,EAAGA,EAAIE,EAAWG,OAAQL,IACjCD,EAAMG,EAAWF,GACbF,EAASQ,QAAQP,IAAQ,IAC7BE,EAAOF,GAAOF,EAAOE,IAEvB,OAAOE,CACT"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./typeof.js");exports.default=function(r,t){if("object"!==e.default(r)||null===r)return r;var i=r[Symbol.toPrimitive];if(void 0!==i){var u=i.call(r,t||"default");if("object"!==e.default(u))return u;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(r)};
2
+ //# sourceMappingURL=toPrimitive.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toPrimitive.js","sources":["../../../../../../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js"],"sourcesContent":["import _typeof from \"./typeof.js\";\nexport default function _toPrimitive(input, hint) {\n if (_typeof(input) !== \"object\" || input === null) return input;\n var prim = input[Symbol.toPrimitive];\n if (prim !== undefined) {\n var res = prim.call(input, hint || \"default\");\n if (_typeof(res) !== \"object\") return res;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (hint === \"string\" ? String : Number)(input);\n}"],"names":["input","hint","_typeof","prim","Symbol","toPrimitive","undefined","res","call","TypeError","String","Number"],"mappings":"iHACe,SAAsBA,EAAOC,GAC1C,GAAuB,WAAnBC,EAAAA,QAAQF,IAAiC,OAAVA,EAAgB,OAAOA,EAC1D,IAAIG,EAAOH,EAAMI,OAAOC,aACxB,QAAaC,IAATH,EAAoB,CACtB,IAAII,EAAMJ,EAAKK,KAAKR,EAAOC,GAAQ,WACnC,GAAqB,WAAjBC,EAAO,QAACK,GAAmB,OAAOA,EACtC,MAAM,IAAIE,UAAU,+CACrB,CACD,OAAiB,WAATR,EAAoBS,OAASC,QAAQX,EAC/C"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./typeof.js"),r=require("./toPrimitive.js");exports.default=function(t){var i=r.default(t,"string");return"symbol"===e.default(i)?i:String(i)};
2
+ //# sourceMappingURL=toPropertyKey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toPropertyKey.js","sources":["../../../../../../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js"],"sourcesContent":["import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function _toPropertyKey(arg) {\n var key = toPrimitive(arg, \"string\");\n return _typeof(key) === \"symbol\" ? key : String(key);\n}"],"names":["arg","key","toPrimitive","_typeof","String"],"mappings":"+IAEe,SAAwBA,GACrC,IAAIC,EAAMC,EAAAA,QAAYF,EAAK,UAC3B,MAAwB,WAAjBG,EAAAA,QAAQF,GAAoBA,EAAMG,OAAOH,EAClD"}
@@ -0,0 +1,2 @@
1
+ "use strict";function o(t){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},o(t)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=o;
2
+ //# sourceMappingURL=typeof.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typeof.js","sources":["../../../../../../../node_modules/@babel/runtime/helpers/esm/typeof.js"],"sourcesContent":["export default function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, _typeof(obj);\n}"],"names":["_typeof","obj","Symbol","iterator","constructor","prototype"],"mappings":"aAAe,SAASA,EAAQC,GAG9B,OAAOD,EAAU,mBAAqBE,QAAU,iBAAmBA,OAAOC,SAAW,SAAUF,GAC7F,cAAcA,CACf,EAAG,SAAUA,GACZ,OAAOA,GAAO,mBAAqBC,QAAUD,EAAIG,cAAgBF,QAAUD,IAAQC,OAAOG,UAAY,gBAAkBJ,CAC5H,EAAKD,EAAQC,EACb"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e={prefix:"fas",iconName:"xmark",icon:[320,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z"]},c=e;exports.faCaretLeft={prefix:"fas",iconName:"caret-left",icon:[256,512,[],"f0d9","M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"]},exports.faCaretRight={prefix:"fas",iconName:"caret-right",icon:[256,512,[],"f0da","M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"]},exports.faCheck={prefix:"fas",iconName:"check",icon:[512,512,[10003,10004],"f00c","M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"]},exports.faChevronDown={prefix:"fas",iconName:"chevron-down",icon:[512,512,[],"f078","M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"]},exports.faChevronRight={prefix:"fas",iconName:"chevron-right",icon:[384,512,[9002],"f054","M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"]},exports.faClose=c,exports.faXmark=e;
2
+ //# sourceMappingURL=index.mjs.js.map