@coorpacademy/components 11.20.2 → 11.20.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/{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 +4 -4
- 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,74 +0,0 @@
|
|
|
1
|
-
@value colors: "../../variables/colors.css";
|
|
2
|
-
@value cm_grey_800: from colors;
|
|
3
|
-
@value cm_grey_400: from colors;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
.container {
|
|
7
|
-
display: flex;
|
|
8
|
-
flex-direction: column;
|
|
9
|
-
height: 100%;
|
|
10
|
-
justify-content: center;
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
text-align: center;
|
|
13
|
-
width: 100%;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.loaderWrapper {
|
|
17
|
-
position: relative;
|
|
18
|
-
width: 100%;
|
|
19
|
-
display: flex;
|
|
20
|
-
flex-direction: column;
|
|
21
|
-
justify-content: center;
|
|
22
|
-
align-items: center;
|
|
23
|
-
border-radius: 7px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.loader {
|
|
27
|
-
margin-bottom: 8px;
|
|
28
|
-
height: 32px;
|
|
29
|
-
width: 32px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.text {
|
|
33
|
-
font-family: 'Gilroy';
|
|
34
|
-
margin: 0 auto 0 auto;
|
|
35
|
-
}
|
|
36
|
-
.mainText {
|
|
37
|
-
composes: text;
|
|
38
|
-
color: cm_grey_800;
|
|
39
|
-
font-weight: 600;
|
|
40
|
-
font-size: 24px;
|
|
41
|
-
line-height: 32px;
|
|
42
|
-
padding-top: 36px;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.subText {
|
|
46
|
-
composes: text;
|
|
47
|
-
color: cm_grey_400;
|
|
48
|
-
font-weight: 400;
|
|
49
|
-
font-size: 16px;
|
|
50
|
-
line-height: 24px;
|
|
51
|
-
padding-top: 4px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.progressionValue {
|
|
55
|
-
color: cm_grey_400;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.buttonContainer {
|
|
59
|
-
display: flex;
|
|
60
|
-
justify-content: center;
|
|
61
|
-
padding-top: 32px;
|
|
62
|
-
width: 100%;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.leftButtonLink {
|
|
66
|
-
width: 152px;
|
|
67
|
-
height: 44px;
|
|
68
|
-
margin-left: 0;
|
|
69
|
-
}
|
|
70
|
-
.rightButtonLink {
|
|
71
|
-
width: 152px;
|
|
72
|
-
height: 44px;
|
|
73
|
-
margin-left: 20px;
|
|
74
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/uploading-file-progress/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,OAAO,MAAM,oBAAoB,CAAC;AAEzC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BrB,CAAC;AAEF,oBAAY,0BAA0B,GAAG;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAC9D,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,CAAC"}
|
|
@@ -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"}
|