@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.
Files changed (118) hide show
  1. package/es/atom/image-upload/style.css +2 -0
  2. package/es/atom/radio-with-title/index.d.ts +1 -0
  3. package/es/atom/radio-with-title/index.d.ts.map +1 -1
  4. package/es/atom/radio-with-title/index.js +7 -1
  5. package/es/atom/radio-with-title/index.js.map +1 -1
  6. package/es/atom/radio-with-title/types.d.ts +1 -0
  7. package/es/atom/radio-with-title/types.d.ts.map +1 -1
  8. package/es/atom/title/index.d.ts +1 -0
  9. package/es/atom/title/index.d.ts.map +1 -1
  10. package/es/atom/title/index.js +24 -6
  11. package/es/atom/title/index.js.map +1 -1
  12. package/es/atom/title/style.css +31 -4
  13. package/es/molecule/brand-form-group/index.d.ts +567 -1
  14. package/es/molecule/brand-form-group/index.d.ts.map +1 -1
  15. package/es/molecule/brand-form-group/index.js +9 -8
  16. package/es/molecule/brand-form-group/index.js.map +1 -1
  17. package/es/molecule/brand-form-group/style.css +4 -0
  18. package/es/molecule/select-multiple/index.js +1 -1
  19. package/es/molecule/select-multiple/index.js.map +1 -1
  20. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +1 -0
  21. package/es/molecule/title-radio-wrapper/index.d.ts +18 -17
  22. package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  23. package/es/molecule/title-radio-wrapper/style.css +1 -1
  24. package/es/molecule/title-radio-wrapper/types.d.ts +18 -17
  25. package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  26. package/es/organism/brand-form/index.d.ts +567 -1
  27. package/es/organism/brand-form/index.d.ts.map +1 -1
  28. package/es/organism/brand-form/index.js +4 -3
  29. package/es/organism/brand-form/index.js.map +1 -1
  30. package/es/organism/brand-form/style.css +5 -0
  31. package/es/organism/rewards-form/index.d.ts +1 -0
  32. package/es/organism/select-opponents/index.d.ts +70 -0
  33. package/es/organism/select-opponents/index.d.ts.map +1 -0
  34. package/es/organism/select-opponents/index.js +27 -0
  35. package/es/organism/select-opponents/index.js.map +1 -0
  36. package/es/organism/{select-population → select-opponents}/style.css +1 -0
  37. package/es/organism/select-opponents/types.d.ts +70 -0
  38. package/es/organism/select-opponents/types.d.ts.map +1 -0
  39. package/es/organism/select-opponents/types.js +7 -0
  40. package/es/organism/select-opponents/types.js.map +1 -0
  41. package/es/organism/title-and-input/index.d.ts +117 -0
  42. package/es/organism/title-and-input/index.d.ts.map +1 -0
  43. package/es/organism/title-and-input/index.js +43 -0
  44. package/es/organism/title-and-input/index.js.map +1 -0
  45. package/es/organism/title-and-input/style.css +9 -0
  46. package/es/organism/title-and-input/types.d.ts +127 -0
  47. package/es/organism/title-and-input/types.d.ts.map +1 -0
  48. package/es/organism/title-and-input/types.js +12 -0
  49. package/es/organism/title-and-input/types.js.map +1 -0
  50. package/es/organism/wizard-contents/index.d.ts +568 -1
  51. package/es/template/back-office/brand-update/index.d.ts +567 -1
  52. package/lib/atom/image-upload/style.css +2 -0
  53. package/lib/atom/radio-with-title/index.d.ts +1 -0
  54. package/lib/atom/radio-with-title/index.d.ts.map +1 -1
  55. package/lib/atom/radio-with-title/index.js +6 -1
  56. package/lib/atom/radio-with-title/index.js.map +1 -1
  57. package/lib/atom/radio-with-title/types.d.ts +1 -0
  58. package/lib/atom/radio-with-title/types.d.ts.map +1 -1
  59. package/lib/atom/title/index.d.ts +1 -0
  60. package/lib/atom/title/index.d.ts.map +1 -1
  61. package/lib/atom/title/index.js +24 -6
  62. package/lib/atom/title/index.js.map +1 -1
  63. package/lib/atom/title/style.css +31 -4
  64. package/lib/molecule/brand-form-group/index.d.ts +567 -1
  65. package/lib/molecule/brand-form-group/index.d.ts.map +1 -1
  66. package/lib/molecule/brand-form-group/index.js +10 -9
  67. package/lib/molecule/brand-form-group/index.js.map +1 -1
  68. package/lib/molecule/brand-form-group/style.css +4 -0
  69. package/lib/molecule/select-multiple/index.js +1 -1
  70. package/lib/molecule/select-multiple/index.js.map +1 -1
  71. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +1 -0
  72. package/lib/molecule/title-radio-wrapper/index.d.ts +18 -17
  73. package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  74. package/lib/molecule/title-radio-wrapper/style.css +1 -1
  75. package/lib/molecule/title-radio-wrapper/types.d.ts +18 -17
  76. package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  77. package/lib/organism/brand-form/index.d.ts +567 -1
  78. package/lib/organism/brand-form/index.d.ts.map +1 -1
  79. package/lib/organism/brand-form/index.js +4 -3
  80. package/lib/organism/brand-form/index.js.map +1 -1
  81. package/lib/organism/brand-form/style.css +5 -0
  82. package/lib/organism/rewards-form/index.d.ts +1 -0
  83. package/lib/organism/select-opponents/index.d.ts +70 -0
  84. package/lib/organism/select-opponents/index.d.ts.map +1 -0
  85. package/lib/organism/{select-population → select-opponents}/index.js +15 -5
  86. package/lib/organism/select-opponents/index.js.map +1 -0
  87. package/lib/organism/{select-population → select-opponents}/style.css +1 -0
  88. package/lib/organism/select-opponents/types.d.ts +70 -0
  89. package/lib/organism/select-opponents/types.d.ts.map +1 -0
  90. package/lib/organism/select-opponents/types.js +18 -0
  91. package/lib/organism/select-opponents/types.js.map +1 -0
  92. package/lib/organism/title-and-input/index.d.ts +117 -0
  93. package/lib/organism/title-and-input/index.d.ts.map +1 -0
  94. package/lib/organism/title-and-input/index.js +57 -0
  95. package/lib/organism/title-and-input/index.js.map +1 -0
  96. package/lib/organism/title-and-input/style.css +9 -0
  97. package/lib/organism/title-and-input/types.d.ts +127 -0
  98. package/lib/organism/title-and-input/types.d.ts.map +1 -0
  99. package/lib/organism/title-and-input/types.js +25 -0
  100. package/lib/organism/title-and-input/types.js.map +1 -0
  101. package/lib/organism/wizard-contents/index.d.ts +568 -1
  102. package/lib/template/back-office/brand-update/index.d.ts +567 -1
  103. package/package.json +2 -2
  104. package/es/organism/select-population/index.d.ts +0 -5
  105. package/es/organism/select-population/index.d.ts.map +0 -1
  106. package/es/organism/select-population/index.js +0 -20
  107. package/es/organism/select-population/index.js.map +0 -1
  108. package/es/organism/select-population/types.d.ts +0 -5
  109. package/es/organism/select-population/types.d.ts.map +0 -1
  110. package/es/organism/select-population/types.js +0 -2
  111. package/es/organism/select-population/types.js.map +0 -1
  112. package/lib/organism/select-population/index.d.ts +0 -5
  113. package/lib/organism/select-population/index.d.ts.map +0 -1
  114. package/lib/organism/select-population/index.js.map +0 -1
  115. package/lib/organism/select-population/types.d.ts +0 -5
  116. package/lib/organism/select-population/types.d.ts.map +0 -1
  117. package/lib/organism/select-population/types.js +0 -2
  118. 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,5 +0,0 @@
1
- /// <reference types="react" />
2
- import { SelectPopulationProps } from './types';
3
- declare const SelectPopulation: (props: SelectPopulationProps) => JSX.Element;
4
- export default SelectPopulation;
5
- //# sourceMappingURL=index.d.ts.map
@@ -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,5 +0,0 @@
1
- import { TitleRadioWrapperProps } from '../../molecule/title-radio-wrapper/types';
2
- export declare type SelectPopulationProps = {
3
- items: TitleRadioWrapperProps[];
4
- };
5
- //# sourceMappingURL=types.d.ts.map
@@ -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,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=types.js.map
@@ -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":""}