@coorpacademy/components 11.20.2 → 11.20.3
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/{lib/molecule/uploading-file-progress → es/molecule/bulk-infos}/index.d.ts +7 -7
- package/es/molecule/bulk-infos/index.d.ts.map +1 -0
- package/es/molecule/bulk-infos/index.js +46 -0
- package/es/molecule/bulk-infos/index.js.map +1 -0
- package/es/molecule/{empty-state-dashboard → bulk-infos}/style.css +19 -2
- package/es/molecule/{uploading-file-progress → bulk-infos}/types.d.ts +10 -9
- package/es/molecule/bulk-infos/types.d.ts.map +1 -0
- package/es/molecule/{uploading-file-progress → bulk-infos}/types.js +3 -3
- package/es/molecule/bulk-infos/types.js.map +1 -0
- package/es/organism/wizard-contents/index.d.ts +28 -0
- package/es/organism/wizard-contents/index.d.ts.map +1 -1
- package/es/organism/wizard-contents/index.js +9 -3
- package/es/organism/wizard-contents/index.js.map +1 -1
- package/es/organism/wizard-contents/style.css +1 -0
- package/es/template/back-office/brand-update/index.d.ts +3 -20
- package/es/template/back-office/brand-update/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.js +7 -13
- package/es/template/back-office/brand-update/index.js.map +1 -1
- package/{es/molecule/uploading-file-progress → lib/molecule/bulk-infos}/index.d.ts +7 -7
- package/lib/molecule/bulk-infos/index.d.ts.map +1 -0
- package/lib/molecule/{uploading-file-progress → bulk-infos}/index.js +27 -20
- package/lib/molecule/bulk-infos/index.js.map +1 -0
- package/lib/molecule/{empty-state-dashboard → bulk-infos}/style.css +19 -2
- package/lib/molecule/{uploading-file-progress → bulk-infos}/types.d.ts +10 -9
- package/lib/molecule/bulk-infos/types.d.ts.map +1 -0
- package/lib/molecule/{uploading-file-progress → bulk-infos}/types.js +3 -3
- package/lib/molecule/bulk-infos/types.js.map +1 -0
- package/lib/organism/wizard-contents/index.d.ts +28 -0
- package/lib/organism/wizard-contents/index.d.ts.map +1 -1
- package/lib/organism/wizard-contents/index.js +10 -3
- package/lib/organism/wizard-contents/index.js.map +1 -1
- package/lib/organism/wizard-contents/style.css +1 -0
- package/lib/template/back-office/brand-update/index.d.ts +3 -20
- package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.js +8 -15
- package/lib/template/back-office/brand-update/index.js.map +1 -1
- package/package.json +2 -2
- package/es/molecule/empty-state-dashboard/index.d.ts +0 -23
- package/es/molecule/empty-state-dashboard/index.d.ts.map +0 -1
- package/es/molecule/empty-state-dashboard/index.js +0 -31
- package/es/molecule/empty-state-dashboard/index.js.map +0 -1
- package/es/molecule/empty-state-dashboard/types.d.ts +0 -27
- package/es/molecule/empty-state-dashboard/types.d.ts.map +0 -1
- package/es/molecule/empty-state-dashboard/types.js +0 -19
- package/es/molecule/empty-state-dashboard/types.js.map +0 -1
- package/es/molecule/uploading-file-progress/index.d.ts.map +0 -1
- package/es/molecule/uploading-file-progress/index.js +0 -39
- package/es/molecule/uploading-file-progress/index.js.map +0 -1
- package/es/molecule/uploading-file-progress/style.css +0 -74
- package/es/molecule/uploading-file-progress/types.d.ts.map +0 -1
- package/es/molecule/uploading-file-progress/types.js.map +0 -1
- package/lib/molecule/empty-state-dashboard/index.d.ts +0 -23
- package/lib/molecule/empty-state-dashboard/index.d.ts.map +0 -1
- package/lib/molecule/empty-state-dashboard/index.js +0 -42
- package/lib/molecule/empty-state-dashboard/index.js.map +0 -1
- package/lib/molecule/empty-state-dashboard/types.d.ts +0 -27
- package/lib/molecule/empty-state-dashboard/types.d.ts.map +0 -1
- package/lib/molecule/empty-state-dashboard/types.js +0 -29
- package/lib/molecule/empty-state-dashboard/types.js.map +0 -1
- package/lib/molecule/uploading-file-progress/index.d.ts.map +0 -1
- package/lib/molecule/uploading-file-progress/index.js.map +0 -1
- package/lib/molecule/uploading-file-progress/style.css +0 -74
- package/lib/molecule/uploading-file-progress/types.d.ts.map +0 -1
- package/lib/molecule/uploading-file-progress/types.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","names":["propTypes","mainText","PropTypes","string","subText","imageUrl","Picture","src","progressionValue","number","leftButtonLink","shape","type","label","ariaLabel","dataName","icon","position","onClick","func","rightButtonLink"],"sources":["../../../src/molecule/uploading-file-progress/types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\nimport {ButtonLinkProps} from '../../atom/button-link/types';\nimport Picture from '../../atom/picture';\n\nexport const propTypes = {\n mainText: PropTypes.string,\n subText: PropTypes.string,\n imageUrl: Picture.propTypes.src,\n progressionValue: PropTypes.number,\n leftButtonLink: PropTypes.shape({\n type: PropTypes.string,\n label: PropTypes.string,\n ariaLabel: PropTypes.string,\n dataName: PropTypes.string,\n icon: PropTypes.shape({\n position: PropTypes.string,\n type: PropTypes.string\n }),\n onClick: PropTypes.func\n }),\n rightButtonLink: PropTypes.shape({\n type: PropTypes.string,\n label: PropTypes.string,\n ariaLabel: PropTypes.string,\n dataName: PropTypes.string,\n icon: PropTypes.shape({\n position: PropTypes.string,\n type: PropTypes.string\n }),\n onClick: PropTypes.func\n })\n};\n\nexport type UploadingFileProgressProps = {\n mainText?: string;\n subText?: string;\n imageUrl?: PropTypes.InferProps<typeof Picture.propTypes.src>;\n progressionValue?: number;\n leftButtonLink?: ButtonLinkProps;\n rightButtonLink?: ButtonLinkProps;\n};\n"],"mappings":";;;;;AAAA;;AAEA;;;;AAEO,MAAMA,SAAS,GAAG;EACvBC,QAAQ,EAAEC,kBAAA,CAAUC,MADG;EAEvBC,OAAO,EAAEF,kBAAA,CAAUC,MAFI;EAGvBE,QAAQ,EAAEC,gBAAA,CAAQN,SAAR,CAAkBO,GAHL;EAIvBC,gBAAgB,EAAEN,kBAAA,CAAUO,MAJL;EAKvBC,cAAc,EAAER,kBAAA,CAAUS,KAAV,CAAgB;IAC9BC,IAAI,EAAEV,kBAAA,CAAUC,MADc;IAE9BU,KAAK,EAAEX,kBAAA,CAAUC,MAFa;IAG9BW,SAAS,EAAEZ,kBAAA,CAAUC,MAHS;IAI9BY,QAAQ,EAAEb,kBAAA,CAAUC,MAJU;IAK9Ba,IAAI,EAAEd,kBAAA,CAAUS,KAAV,CAAgB;MACpBM,QAAQ,EAAEf,kBAAA,CAAUC,MADA;MAEpBS,IAAI,EAAEV,kBAAA,CAAUC;IAFI,CAAhB,CALwB;IAS9Be,OAAO,EAAEhB,kBAAA,CAAUiB;EATW,CAAhB,CALO;EAgBvBC,eAAe,EAAElB,kBAAA,CAAUS,KAAV,CAAgB;IAC/BC,IAAI,EAAEV,kBAAA,CAAUC,MADe;IAE/BU,KAAK,EAAEX,kBAAA,CAAUC,MAFc;IAG/BW,SAAS,EAAEZ,kBAAA,CAAUC,MAHU;IAI/BY,QAAQ,EAAEb,kBAAA,CAAUC,MAJW;IAK/Ba,IAAI,EAAEd,kBAAA,CAAUS,KAAV,CAAgB;MACpBM,QAAQ,EAAEf,kBAAA,CAAUC,MADA;MAEpBS,IAAI,EAAEV,kBAAA,CAAUC;IAFI,CAAhB,CALyB;IAS/Be,OAAO,EAAEhB,kBAAA,CAAUiB;EATY,CAAhB;AAhBM,CAAlB"}
|