@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.
- package/es/atom/drag-and-drop/style.css +14 -9
- package/es/atom/image-upload/index.d.ts +6 -1
- package/es/atom/image-upload/index.d.ts.map +1 -1
- package/es/atom/image-upload/index.js +24 -4
- package/es/atom/image-upload/index.js.map +1 -1
- package/es/atom/image-upload/style.css +7 -0
- package/es/atom/review-presentation/index.d.ts.map +1 -1
- package/es/atom/review-presentation/index.js +62 -12
- package/es/atom/review-presentation/index.js.map +1 -1
- package/es/atom/review-presentation/style.css +67 -7
- 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 +14 -5
- package/es/atom/title/index.js.map +1 -1
- package/es/atom/title/style.css +6 -0
- package/es/molecule/brand-form-group/index.d.ts +5 -0
- package/es/molecule/brand-form-group/index.d.ts.map +1 -1
- package/es/molecule/brand-form-group/index.js +4 -1
- package/es/molecule/brand-form-group/index.js.map +1 -1
- package/es/molecule/brand-form-group/style.css +9 -10
- package/es/molecule/drag-and-drop-wrapper/index.d.ts +2 -0
- package/es/molecule/setup-slide/index.d.ts +2 -0
- package/es/molecule/setup-slider/index.d.ts +2 -0
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
- package/es/organism/brand-form/index.d.ts +5 -0
- package/es/organism/rewards-form/index.d.ts +3 -0
- package/es/organism/wizard-contents/index.d.ts +8 -0
- package/es/template/activity/engine-stars.css +33 -16
- package/es/template/activity/engine-stars.d.ts +17 -15
- package/es/template/activity/engine-stars.d.ts.map +1 -1
- package/es/template/activity/engine-stars.js +115 -128
- package/es/template/activity/engine-stars.js.map +1 -1
- package/es/template/activity/index.d.ts +0 -1
- package/es/template/activity/index.d.ts.map +1 -1
- package/es/template/activity/index.js +9 -18
- package/es/template/activity/index.js.map +1 -1
- package/es/template/activity/progression-item.js +1 -1
- package/es/template/activity/progression-item.js.map +1 -1
- package/es/template/activity/stars-summary.d.ts +0 -1
- package/es/template/activity/stars-summary.d.ts.map +1 -1
- package/es/template/activity/stars-summary.js +5 -10
- package/es/template/activity/stars-summary.js.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +13 -0
- package/lib/atom/drag-and-drop/style.css +14 -9
- package/lib/atom/image-upload/index.d.ts +6 -1
- package/lib/atom/image-upload/index.d.ts.map +1 -1
- package/lib/atom/image-upload/index.js +25 -4
- package/lib/atom/image-upload/index.js.map +1 -1
- package/lib/atom/image-upload/style.css +7 -0
- package/lib/atom/review-presentation/index.d.ts.map +1 -1
- package/lib/atom/review-presentation/index.js +66 -13
- package/lib/atom/review-presentation/index.js.map +1 -1
- package/lib/atom/review-presentation/style.css +67 -7
- 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 +14 -5
- package/lib/atom/title/index.js.map +1 -1
- package/lib/atom/title/style.css +6 -0
- package/lib/molecule/brand-form-group/index.d.ts +5 -0
- package/lib/molecule/brand-form-group/index.d.ts.map +1 -1
- package/lib/molecule/brand-form-group/index.js +4 -1
- package/lib/molecule/brand-form-group/index.js.map +1 -1
- package/lib/molecule/brand-form-group/style.css +9 -10
- package/lib/molecule/drag-and-drop-wrapper/index.d.ts +2 -0
- package/lib/molecule/setup-slide/index.d.ts +2 -0
- package/lib/molecule/setup-slider/index.d.ts +2 -0
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
- package/lib/organism/brand-form/index.d.ts +5 -0
- package/lib/organism/rewards-form/index.d.ts +3 -0
- package/lib/organism/wizard-contents/index.d.ts +8 -0
- package/lib/template/activity/engine-stars.css +33 -16
- package/lib/template/activity/engine-stars.d.ts +17 -15
- package/lib/template/activity/engine-stars.d.ts.map +1 -1
- package/lib/template/activity/engine-stars.js +116 -135
- package/lib/template/activity/engine-stars.js.map +1 -1
- package/lib/template/activity/index.d.ts +0 -1
- package/lib/template/activity/index.d.ts.map +1 -1
- package/lib/template/activity/index.js +9 -21
- package/lib/template/activity/index.js.map +1 -1
- package/lib/template/activity/progression-item.js +1 -1
- package/lib/template/activity/progression-item.js.map +1 -1
- package/lib/template/activity/stars-summary.d.ts +0 -1
- package/lib/template/activity/stars-summary.d.ts.map +1 -1
- package/lib/template/activity/stars-summary.js +5 -10
- package/lib/template/activity/stars-summary.js.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +13 -0
- package/locales/en/global.json +0 -1
- package/package.json +3 -4
- package/es/atom/tooltip/index.d.ts +0 -22
- package/es/atom/tooltip/index.d.ts.map +0 -1
- package/es/atom/tooltip/index.js +0 -117
- package/es/atom/tooltip/index.js.map +0 -1
- package/es/atom/tooltip/style.css +0 -96
- package/lib/atom/tooltip/index.d.ts +0 -22
- package/lib/atom/tooltip/index.d.ts.map +0 -1
- package/lib/atom/tooltip/index.js +0 -137
- package/lib/atom/tooltip/index.js.map +0 -1
- 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
|
-
}
|