@cruk/cruk-react-components 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -3
- package/lib/cjs/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/lib/cjs/node_modules/@babel/runtime/helpers/esm/defineProperty.js.map +1 -1
- package/lib/cjs/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -1
- package/lib/cjs/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +1 -1
- package/lib/cjs/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +2 -0
- package/lib/cjs/node_modules/@babel/runtime/helpers/esm/toPrimitive.js.map +1 -0
- package/lib/cjs/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +2 -0
- package/lib/cjs/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js.map +1 -0
- package/lib/cjs/node_modules/@babel/runtime/helpers/esm/typeof.js +2 -0
- package/lib/cjs/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
- package/lib/cjs/node_modules/@fortawesome/free-solid-svg-icons/index.mjs.js +2 -0
- package/lib/cjs/node_modules/@fortawesome/free-solid-svg-icons/index.mjs.js.map +1 -0
- package/lib/cjs/node_modules/focus-lock/dist/es2015/focusMerge.js +1 -1
- package/lib/cjs/node_modules/focus-lock/dist/es2015/focusMerge.js.map +1 -1
- package/lib/cjs/node_modules/focus-lock/dist/es2015/solver.js +1 -1
- package/lib/cjs/node_modules/focus-lock/dist/es2015/solver.js.map +1 -1
- package/lib/cjs/node_modules/focus-lock/dist/es2015/utils/DOMutils.js +1 -1
- package/lib/cjs/node_modules/focus-lock/dist/es2015/utils/DOMutils.js.map +1 -1
- package/lib/cjs/node_modules/focus-lock/dist/es2015/utils/auto-focus.js +2 -0
- package/lib/cjs/node_modules/focus-lock/dist/es2015/utils/auto-focus.js.map +1 -0
- package/lib/cjs/node_modules/react-focus-lock/dist/es2015/Lock.js +1 -1
- package/lib/cjs/node_modules/react-focus-lock/dist/es2015/Lock.js.map +1 -1
- package/lib/cjs/node_modules/react-focus-lock/dist/es2015/medium.js.map +1 -1
- package/lib/cjs/node_modules/react-intersection-observer/react-intersection-observer.modern.mjs.js.map +1 -1
- package/lib/cjs/node_modules/tslib/tslib.es6.js.map +1 -1
- package/lib/cjs/src/components/AddressLookup/index.js +1 -1
- package/lib/cjs/src/components/Avatar/README.md.js +1 -1
- package/lib/cjs/src/components/Avatar/README.md.js.map +1 -1
- package/lib/cjs/src/components/Button/styles.js +1 -1
- package/lib/cjs/src/components/Carousel/Dots.js +1 -1
- package/lib/cjs/src/components/Checkbox/index.js +1 -1
- package/lib/cjs/src/components/Checkbox/styles.js +1 -1
- package/lib/cjs/src/components/Collapse/index.js +1 -1
- package/lib/cjs/src/components/Header/index.js +1 -1
- package/lib/cjs/src/components/Header/styles.js +1 -1
- package/lib/cjs/src/components/Link/index.js +1 -1
- package/lib/cjs/src/components/Modal/index.js +1 -1
- package/lib/cjs/src/components/ProgressBar/styles.js +1 -1
- package/lib/cjs/src/components/Radio/styles.js +1 -1
- package/lib/cjs/src/components/Select/styles.js +1 -1
- package/lib/cjs/src/components/TextField/styles.js +1 -1
- package/lib/components/AddressLookup/index.d.ts +27 -2
- package/lib/components/Avatar/index.d.ts +1 -1
- package/lib/components/Avatar/styles.d.ts +1 -1
- package/lib/components/Badge/index.d.ts +1 -1
- package/lib/components/Badge/styles.d.ts +1 -1
- package/lib/components/Box/index.d.ts +1 -1
- package/lib/components/Button/index.d.ts +20 -2
- package/lib/components/Button/styles.d.ts +1 -1
- package/lib/components/Carousel/Dots.d.ts +1 -1
- package/lib/components/Carousel/index.d.ts +1 -1
- package/lib/components/Carousel/styles.d.ts +4 -4
- package/lib/components/Checkbox/index.d.ts +9 -2
- package/lib/components/Checkbox/styles.d.ts +1 -1
- package/lib/components/Collapse/index.d.ts +1 -1
- package/lib/components/Collapse/styles.d.ts +11 -1
- package/lib/components/DateField/index.d.ts +1 -1
- package/lib/components/Divider.d.ts +1 -1
- package/lib/components/ErrorText/index.d.ts +1 -1
- package/lib/components/Footer/index.d.ts +1 -1
- package/lib/components/Header/index.d.ts +1 -1
- package/lib/components/Header/styles.d.ts +15 -8
- package/lib/components/Heading/index.d.ts +1 -1
- package/lib/components/Icon/index.d.ts +2 -1
- package/lib/components/IconFa/index.d.ts +2 -1
- package/lib/components/InfoBox/index.d.ts +1 -1
- package/lib/components/LabelWrapper/index.d.ts +1 -1
- package/lib/components/LegendWrapper/index.d.ts +1 -1
- package/lib/components/LegendWrapper/styles.d.ts +1 -1
- package/lib/components/Link/index.d.ts +22 -2
- package/lib/components/Loader/index.d.ts +1 -0
- package/lib/components/Modal/index.d.ts +1 -1
- package/lib/components/Modal/styles.d.ts +12 -2
- package/lib/components/Pagination/index.d.ts +1 -1
- package/lib/components/Pagination/styles.d.ts +1 -1
- package/lib/components/PopOver/index.d.ts +1 -1
- package/lib/components/ProgressBar/index.d.ts +1 -1
- package/lib/components/ProgressBar/styles.d.ts +4 -4
- package/lib/components/Radio/index.d.ts +9 -2
- package/lib/components/Radio/styles.d.ts +3 -3
- package/lib/components/RadioConsent/index.d.ts +1 -1
- package/lib/components/RadioConsent/styles.d.ts +7 -2
- package/lib/components/Select/index.d.ts +1 -1
- package/lib/components/Select/styles.d.ts +1 -1
- package/lib/components/Spacing/index.d.ts +1 -1
- package/lib/components/Step/index.d.ts +1 -1
- package/lib/components/Step/styles.d.ts +2 -2
- package/lib/components/TestWrapper.d.ts +2 -2
- package/lib/components/Text/index.d.ts +1 -1
- package/lib/components/Text/styles.d.ts +1 -1
- package/lib/components/TextAreaField/index.d.ts +1 -1
- package/lib/components/TextAreaField/styles.d.ts +1 -1
- package/lib/components/TextField/index.d.ts +1 -1
- package/lib/components/TextField/styles.d.ts +2 -2
- package/lib/components/ThemeCheatSheet.d.ts +3 -1
- package/lib/components/Totaliser/index.d.ts +1 -1
- package/lib/components/Totaliser/styles.d.ts +2 -1
- package/lib/components/UserBlock/index.d.ts +1 -1
- package/lib/es/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/lib/es/node_modules/@babel/runtime/helpers/esm/defineProperty.js.map +1 -1
- package/lib/es/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -1
- package/lib/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +1 -1
- package/lib/es/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +2 -0
- package/lib/es/node_modules/@babel/runtime/helpers/esm/toPrimitive.js.map +1 -0
- package/lib/es/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +2 -0
- package/lib/es/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js.map +1 -0
- package/lib/es/node_modules/@babel/runtime/helpers/esm/typeof.js +2 -0
- package/lib/es/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
- package/lib/es/node_modules/@fortawesome/free-solid-svg-icons/index.mjs.js +2 -0
- package/lib/es/node_modules/@fortawesome/free-solid-svg-icons/index.mjs.js.map +1 -0
- package/lib/es/node_modules/focus-lock/dist/es2015/focusMerge.js +1 -1
- package/lib/es/node_modules/focus-lock/dist/es2015/focusMerge.js.map +1 -1
- package/lib/es/node_modules/focus-lock/dist/es2015/solver.js +1 -1
- package/lib/es/node_modules/focus-lock/dist/es2015/solver.js.map +1 -1
- package/lib/es/node_modules/focus-lock/dist/es2015/utils/DOMutils.js +1 -1
- package/lib/es/node_modules/focus-lock/dist/es2015/utils/DOMutils.js.map +1 -1
- package/lib/es/node_modules/focus-lock/dist/es2015/utils/auto-focus.js +2 -0
- package/lib/es/node_modules/focus-lock/dist/es2015/utils/auto-focus.js.map +1 -0
- package/lib/es/node_modules/react-focus-lock/dist/es2015/Lock.js +1 -1
- package/lib/es/node_modules/react-focus-lock/dist/es2015/Lock.js.map +1 -1
- package/lib/es/node_modules/react-focus-lock/dist/es2015/medium.js.map +1 -1
- package/lib/es/node_modules/react-intersection-observer/react-intersection-observer.modern.mjs.js.map +1 -1
- package/lib/es/node_modules/tslib/tslib.es6.js.map +1 -1
- package/lib/es/src/components/AddressLookup/index.js +1 -1
- package/lib/es/src/components/Avatar/README.md.js +1 -1
- package/lib/es/src/components/Avatar/README.md.js.map +1 -1
- package/lib/es/src/components/Button/styles.js +1 -1
- package/lib/es/src/components/Carousel/Dots.js +1 -1
- package/lib/es/src/components/Checkbox/index.js +1 -1
- package/lib/es/src/components/Checkbox/styles.js +1 -1
- package/lib/es/src/components/Collapse/index.js +1 -1
- package/lib/es/src/components/Header/index.js +1 -1
- package/lib/es/src/components/Header/styles.js +1 -1
- package/lib/es/src/components/Link/index.js +1 -1
- package/lib/es/src/components/Modal/index.js +1 -1
- package/lib/es/src/components/ProgressBar/styles.js +1 -1
- package/lib/es/src/components/Radio/styles.js +1 -1
- package/lib/es/src/components/Select/styles.js +1 -1
- package/lib/es/src/components/TextField/styles.js +1 -1
- package/lib/hocs/MdxProvider.d.ts +1 -1
- package/lib/types.d.ts +21 -21
- package/package.json +25 -26
- package/lib/cjs/node_modules/@fortawesome/free-solid-svg-icons/index.es.js +0 -8
- package/lib/cjs/node_modules/@fortawesome/free-solid-svg-icons/index.es.js.map +0 -1
- package/lib/es/node_modules/@fortawesome/free-solid-svg-icons/index.es.js +0 -7
- 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
|
-
|
|
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
|
-
|
|
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})
|
|
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":["
|
|
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
|
|
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
|
|
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 @@
|
|
|
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
|