@coorpacademy/components 11.9.2-alpha.1 → 11.9.2

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 (98) hide show
  1. package/es/atom/drag-and-drop/style.css +14 -9
  2. package/es/atom/image-upload/index.d.ts +6 -1
  3. package/es/atom/image-upload/index.d.ts.map +1 -1
  4. package/es/atom/image-upload/index.js +24 -4
  5. package/es/atom/image-upload/index.js.map +1 -1
  6. package/es/atom/image-upload/style.css +7 -0
  7. package/es/atom/review-presentation/index.d.ts.map +1 -1
  8. package/es/atom/review-presentation/index.js +62 -12
  9. package/es/atom/review-presentation/index.js.map +1 -1
  10. package/es/atom/review-presentation/style.css +67 -7
  11. package/es/atom/title/index.d.ts +1 -0
  12. package/es/atom/title/index.d.ts.map +1 -1
  13. package/es/atom/title/index.js +14 -5
  14. package/es/atom/title/index.js.map +1 -1
  15. package/es/atom/title/style.css +6 -0
  16. package/es/molecule/brand-form-group/index.d.ts +5 -0
  17. package/es/molecule/brand-form-group/index.d.ts.map +1 -1
  18. package/es/molecule/brand-form-group/index.js +4 -1
  19. package/es/molecule/brand-form-group/index.js.map +1 -1
  20. package/es/molecule/brand-form-group/style.css +9 -10
  21. package/es/molecule/drag-and-drop-wrapper/index.d.ts +2 -0
  22. package/es/molecule/setup-slide/index.d.ts +2 -0
  23. package/es/molecule/setup-slider/index.d.ts +2 -0
  24. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
  25. package/es/organism/brand-form/index.d.ts +5 -0
  26. package/es/organism/rewards-form/index.d.ts +3 -0
  27. package/es/organism/wizard-contents/index.d.ts +8 -0
  28. package/es/template/activity/engine-stars.css +33 -16
  29. package/es/template/activity/engine-stars.d.ts +17 -15
  30. package/es/template/activity/engine-stars.d.ts.map +1 -1
  31. package/es/template/activity/engine-stars.js +115 -128
  32. package/es/template/activity/engine-stars.js.map +1 -1
  33. package/es/template/activity/index.d.ts +0 -1
  34. package/es/template/activity/index.d.ts.map +1 -1
  35. package/es/template/activity/index.js +9 -18
  36. package/es/template/activity/index.js.map +1 -1
  37. package/es/template/activity/progression-item.js +1 -1
  38. package/es/template/activity/progression-item.js.map +1 -1
  39. package/es/template/activity/stars-summary.d.ts +0 -1
  40. package/es/template/activity/stars-summary.d.ts.map +1 -1
  41. package/es/template/activity/stars-summary.js +5 -10
  42. package/es/template/activity/stars-summary.js.map +1 -1
  43. package/es/template/back-office/brand-update/index.d.ts +13 -0
  44. package/lib/atom/drag-and-drop/style.css +14 -9
  45. package/lib/atom/image-upload/index.d.ts +6 -1
  46. package/lib/atom/image-upload/index.d.ts.map +1 -1
  47. package/lib/atom/image-upload/index.js +25 -4
  48. package/lib/atom/image-upload/index.js.map +1 -1
  49. package/lib/atom/image-upload/style.css +7 -0
  50. package/lib/atom/review-presentation/index.d.ts.map +1 -1
  51. package/lib/atom/review-presentation/index.js +66 -13
  52. package/lib/atom/review-presentation/index.js.map +1 -1
  53. package/lib/atom/review-presentation/style.css +67 -7
  54. package/lib/atom/title/index.d.ts +1 -0
  55. package/lib/atom/title/index.d.ts.map +1 -1
  56. package/lib/atom/title/index.js +14 -5
  57. package/lib/atom/title/index.js.map +1 -1
  58. package/lib/atom/title/style.css +6 -0
  59. package/lib/molecule/brand-form-group/index.d.ts +5 -0
  60. package/lib/molecule/brand-form-group/index.d.ts.map +1 -1
  61. package/lib/molecule/brand-form-group/index.js +4 -1
  62. package/lib/molecule/brand-form-group/index.js.map +1 -1
  63. package/lib/molecule/brand-form-group/style.css +9 -10
  64. package/lib/molecule/drag-and-drop-wrapper/index.d.ts +2 -0
  65. package/lib/molecule/setup-slide/index.d.ts +2 -0
  66. package/lib/molecule/setup-slider/index.d.ts +2 -0
  67. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
  68. package/lib/organism/brand-form/index.d.ts +5 -0
  69. package/lib/organism/rewards-form/index.d.ts +3 -0
  70. package/lib/organism/wizard-contents/index.d.ts +8 -0
  71. package/lib/template/activity/engine-stars.css +33 -16
  72. package/lib/template/activity/engine-stars.d.ts +17 -15
  73. package/lib/template/activity/engine-stars.d.ts.map +1 -1
  74. package/lib/template/activity/engine-stars.js +116 -135
  75. package/lib/template/activity/engine-stars.js.map +1 -1
  76. package/lib/template/activity/index.d.ts +0 -1
  77. package/lib/template/activity/index.d.ts.map +1 -1
  78. package/lib/template/activity/index.js +9 -21
  79. package/lib/template/activity/index.js.map +1 -1
  80. package/lib/template/activity/progression-item.js +1 -1
  81. package/lib/template/activity/progression-item.js.map +1 -1
  82. package/lib/template/activity/stars-summary.d.ts +0 -1
  83. package/lib/template/activity/stars-summary.d.ts.map +1 -1
  84. package/lib/template/activity/stars-summary.js +5 -10
  85. package/lib/template/activity/stars-summary.js.map +1 -1
  86. package/lib/template/back-office/brand-update/index.d.ts +13 -0
  87. package/locales/en/global.json +0 -1
  88. package/package.json +3 -4
  89. package/es/atom/tooltip/index.d.ts +0 -22
  90. package/es/atom/tooltip/index.d.ts.map +0 -1
  91. package/es/atom/tooltip/index.js +0 -117
  92. package/es/atom/tooltip/index.js.map +0 -1
  93. package/es/atom/tooltip/style.css +0 -96
  94. package/lib/atom/tooltip/index.d.ts +0 -22
  95. package/lib/atom/tooltip/index.d.ts.map +0 -1
  96. package/lib/atom/tooltip/index.js +0 -137
  97. package/lib/atom/tooltip/index.js.map +0 -1
  98. package/lib/atom/tooltip/style.css +0 -96
@@ -1,96 +0,0 @@
1
- @value colors: "../../variables/colors.css";
2
- @value cm_blue_900 from colors;
3
- @value cm_grey_75 from colors;
4
- @value cm_grey_500 from colors;
5
- @value cm_grey_700 from colors;
6
-
7
- .textBase {
8
- font-family: "Gilroy";
9
- font-style: normal;
10
- color: cm_blue_900;
11
- user-select: none;
12
- }
13
-
14
- .tooltipContainer {
15
- overflow: visible;
16
- position: relative;
17
- z-index: 10;
18
- display: flex;
19
- justify-content: center;
20
- justify-self: center;
21
- }
22
-
23
- .tooltipIconContainer {
24
- display: flex;
25
- justify-content: flex-end;
26
- border: none;
27
- background: cm_grey_75;
28
- height: 25px;
29
- align-items: center;
30
- }
31
-
32
- .toolTip {
33
- transition: opacity 0.8s;
34
- position: absolute;
35
- border-radius: 7px;
36
- background-color: cm_grey_700;
37
- right: -75px;
38
- bottom: 32px;
39
- height: auto;
40
- width: 200px;
41
- }
42
-
43
- .toolTip::before {
44
- content: '';
45
- display: inline-block;
46
- visibility: inherit;
47
- opacity: inherit;
48
- width: 15px;
49
- height: 15px;
50
- transform: rotate(-45deg);
51
- background-color: cm_grey_700;
52
- position: inherit;
53
- border-radius: 2px;
54
- bottom: -5px;
55
- right: 40%;
56
- }
57
-
58
- .tooltipContent {
59
- composes: textBase;
60
- font-weight: 500;
61
- font-size: 14px;
62
- display: inline-block;
63
- border-radius: 3px;
64
- word-wrap: break-word;
65
- color: white;
66
- padding: 8px 14px;
67
- text-align: center;
68
- }
69
-
70
- .informationIcon {
71
- color: cm_grey_500;
72
- }
73
-
74
- /* ----------------------- ReactToolTip exclusive classes ------------------------- */
75
- .toolTipReact {
76
- pointer-events: all !important;
77
- background-color: cm_grey_700;
78
- border-radius: 7px !important;
79
- visibility: visible !important;
80
- opacity: 1 !important;
81
- left: 5px;
82
- }
83
-
84
- /* for keyboard navigation, the position can't be obtained from the mouse */
85
- [class*="__react_component_tooltip"]:not(.toolTipReact) {
86
- border-radius: 7px !important;
87
- top: 97px!important;
88
- left: 628px!important;
89
- visibility: visible !important;
90
- opacity: 1!important;
91
- }
92
-
93
- /* same reason, arrow can't be placed effectively */
94
- [class*="__react_component_tooltip"]:not(.toolTipReact)::after {
95
- content: none !important;
96
- }