@coorpacademy/components 11.16.5-alpha.5 → 11.17.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.
- package/es/atom/image-upload/style.css +2 -0
- package/es/atom/radio-with-title/index.d.ts +1 -0
- package/es/atom/radio-with-title/index.d.ts.map +1 -1
- package/es/atom/radio-with-title/index.js +7 -1
- package/es/atom/radio-with-title/index.js.map +1 -1
- package/es/atom/radio-with-title/types.d.ts +1 -0
- package/es/atom/radio-with-title/types.d.ts.map +1 -1
- package/es/atom/title/index.d.ts +1 -0
- package/es/atom/title/index.d.ts.map +1 -1
- package/es/atom/title/index.js +24 -6
- package/es/atom/title/index.js.map +1 -1
- package/es/atom/title/style.css +31 -4
- package/es/molecule/brand-form-group/index.d.ts +567 -1
- package/es/molecule/brand-form-group/index.d.ts.map +1 -1
- package/es/molecule/brand-form-group/index.js +9 -8
- package/es/molecule/brand-form-group/index.js.map +1 -1
- package/es/molecule/brand-form-group/style.css +4 -0
- package/es/molecule/select-multiple/index.js +1 -1
- package/es/molecule/select-multiple/index.js.map +1 -1
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +1 -0
- package/es/molecule/title-radio-wrapper/index.d.ts +18 -17
- package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/es/molecule/title-radio-wrapper/style.css +1 -1
- package/es/molecule/title-radio-wrapper/types.d.ts +18 -17
- package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/es/organism/brand-form/index.d.ts +567 -1
- package/es/organism/brand-form/index.d.ts.map +1 -1
- package/es/organism/brand-form/index.js +4 -3
- package/es/organism/brand-form/index.js.map +1 -1
- package/es/organism/brand-form/style.css +5 -0
- package/es/organism/rewards-form/index.d.ts +1 -0
- package/es/organism/select-opponents/index.d.ts +70 -0
- package/es/organism/select-opponents/index.d.ts.map +1 -0
- package/es/organism/select-opponents/index.js +27 -0
- package/es/organism/select-opponents/index.js.map +1 -0
- package/es/organism/{select-population → select-opponents}/style.css +1 -0
- package/es/organism/select-opponents/types.d.ts +70 -0
- package/es/organism/select-opponents/types.d.ts.map +1 -0
- package/es/organism/select-opponents/types.js +7 -0
- package/es/organism/select-opponents/types.js.map +1 -0
- package/es/organism/title-and-input/index.d.ts +117 -0
- package/es/organism/title-and-input/index.d.ts.map +1 -0
- package/es/organism/title-and-input/index.js +43 -0
- package/es/organism/title-and-input/index.js.map +1 -0
- package/es/organism/title-and-input/style.css +9 -0
- package/es/organism/title-and-input/types.d.ts +127 -0
- package/es/organism/title-and-input/types.d.ts.map +1 -0
- package/es/organism/title-and-input/types.js +12 -0
- package/es/organism/title-and-input/types.js.map +1 -0
- package/es/organism/wizard-contents/index.d.ts +568 -1
- package/es/template/back-office/brand-update/index.d.ts +567 -1
- package/lib/atom/image-upload/style.css +2 -0
- package/lib/atom/radio-with-title/index.d.ts +1 -0
- package/lib/atom/radio-with-title/index.d.ts.map +1 -1
- package/lib/atom/radio-with-title/index.js +6 -1
- package/lib/atom/radio-with-title/index.js.map +1 -1
- package/lib/atom/radio-with-title/types.d.ts +1 -0
- package/lib/atom/radio-with-title/types.d.ts.map +1 -1
- package/lib/atom/title/index.d.ts +1 -0
- package/lib/atom/title/index.d.ts.map +1 -1
- package/lib/atom/title/index.js +24 -6
- package/lib/atom/title/index.js.map +1 -1
- package/lib/atom/title/style.css +31 -4
- package/lib/molecule/brand-form-group/index.d.ts +567 -1
- package/lib/molecule/brand-form-group/index.d.ts.map +1 -1
- package/lib/molecule/brand-form-group/index.js +10 -9
- package/lib/molecule/brand-form-group/index.js.map +1 -1
- package/lib/molecule/brand-form-group/style.css +4 -0
- package/lib/molecule/select-multiple/index.js +1 -1
- package/lib/molecule/select-multiple/index.js.map +1 -1
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +1 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts +18 -17
- package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/title-radio-wrapper/style.css +1 -1
- package/lib/molecule/title-radio-wrapper/types.d.ts +18 -17
- package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/lib/organism/brand-form/index.d.ts +567 -1
- package/lib/organism/brand-form/index.d.ts.map +1 -1
- package/lib/organism/brand-form/index.js +4 -3
- package/lib/organism/brand-form/index.js.map +1 -1
- package/lib/organism/brand-form/style.css +5 -0
- package/lib/organism/rewards-form/index.d.ts +1 -0
- package/lib/organism/select-opponents/index.d.ts +70 -0
- package/lib/organism/select-opponents/index.d.ts.map +1 -0
- package/lib/organism/{select-population → select-opponents}/index.js +15 -5
- package/lib/organism/select-opponents/index.js.map +1 -0
- package/lib/organism/{select-population → select-opponents}/style.css +1 -0
- package/lib/organism/select-opponents/types.d.ts +70 -0
- package/lib/organism/select-opponents/types.d.ts.map +1 -0
- package/lib/organism/select-opponents/types.js +18 -0
- package/lib/organism/select-opponents/types.js.map +1 -0
- package/lib/organism/title-and-input/index.d.ts +117 -0
- package/lib/organism/title-and-input/index.d.ts.map +1 -0
- package/lib/organism/title-and-input/index.js +57 -0
- package/lib/organism/title-and-input/index.js.map +1 -0
- package/lib/organism/title-and-input/style.css +9 -0
- package/lib/organism/title-and-input/types.d.ts +127 -0
- package/lib/organism/title-and-input/types.d.ts.map +1 -0
- package/lib/organism/title-and-input/types.js +25 -0
- package/lib/organism/title-and-input/types.js.map +1 -0
- package/lib/organism/wizard-contents/index.d.ts +568 -1
- package/lib/template/back-office/brand-update/index.d.ts +567 -1
- package/package.json +2 -2
- package/es/organism/select-population/index.d.ts +0 -5
- package/es/organism/select-population/index.d.ts.map +0 -1
- package/es/organism/select-population/index.js +0 -20
- package/es/organism/select-population/index.js.map +0 -1
- package/es/organism/select-population/types.d.ts +0 -5
- package/es/organism/select-population/types.d.ts.map +0 -1
- package/es/organism/select-population/types.js +0 -2
- package/es/organism/select-population/types.js.map +0 -1
- package/lib/organism/select-population/index.d.ts +0 -5
- package/lib/organism/select-population/index.d.ts.map +0 -1
- package/lib/organism/select-population/index.js.map +0 -1
- package/lib/organism/select-population/types.d.ts +0 -5
- package/lib/organism/select-population/types.d.ts.map +0 -1
- package/lib/organism/select-population/types.js +0 -2
- package/lib/organism/select-population/types.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","names":[],"sources":["../../../src/organism/select-population/types.ts"],"sourcesContent":["import {TitleRadioWrapperProps} from '../../molecule/title-radio-wrapper/types';\n\nexport type SelectPopulationProps = {\n items: TitleRadioWrapperProps[];\n};\n"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-population/index.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAC,qBAAqB,EAAC,MAAM,SAAS,CAAC;AAG9C,QAAA,MAAM,gBAAgB,UAAW,qBAAqB,gBAarD,CAAC;AACF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["SelectPopulation","props","items","style","container","map","item","key"],"sources":["../../../src/organism/select-population/index.tsx"],"sourcesContent":["import React from 'react';\nimport TitleRadioWrapper from '../../molecule/title-radio-wrapper';\nimport {TitleRadioWrapperProps} from '../../molecule/title-radio-wrapper/types';\nimport {SelectPopulationProps} from './types';\nimport style from './style.css';\n\nconst SelectPopulation = (props: SelectPopulationProps) => {\n const {items} = props;\n return (\n <ul className={style.container}>\n {items.map((item: TitleRadioWrapperProps, key: number) => {\n return (\n <li key={key} className={style.item}>\n <TitleRadioWrapper {...item} />\n </li>\n );\n })}\n </ul>\n );\n};\nexport default SelectPopulation;\n"],"mappings":";;;;;AAAA;;AACA;;AAGA;;;;AAEA,MAAMA,gBAAgB,GAAIC,KAAD,IAAkC;EACzD,MAAM;IAACC;EAAD,IAAUD,KAAhB;EACA,oBACE;IAAI,SAAS,EAAEE,cAAA,CAAMC;EAArB,GACGF,KAAK,CAACG,GAAN,CAAU,CAACC,IAAD,EAA+BC,GAA/B,KAA+C;IACxD,oBACE;MAAI,GAAG,EAAEA,GAAT;MAAc,SAAS,EAAEJ,cAAA,CAAMG;IAA/B,gBACE,6BAAC,0BAAD,EAAuBA,IAAvB,CADF,CADF;EAKD,CANA,CADH,CADF;AAWD,CAbD;;eAceN,gB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-population/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,0CAA0C,CAAC;AAEhF,oBAAY,qBAAqB,GAAG;IAClC,KAAK,EAAE,sBAAsB,EAAE,CAAC;CACjC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","names":[],"sources":["../../../src/organism/select-population/types.ts"],"sourcesContent":["import {TitleRadioWrapperProps} from '../../molecule/title-radio-wrapper/types';\n\nexport type SelectPopulationProps = {\n items: TitleRadioWrapperProps[];\n};\n"],"mappings":""}
|