@farm-investimentos/front-mfe-components 12.1.2 → 12.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farm-investimentos/front-mfe-components",
3
- "version": "12.1.2",
3
+ "version": "12.1.3",
4
4
  "author": "farm investimentos",
5
5
  "private": false,
6
6
  "main": "./dist/front-mfe-components.common.js",
@@ -1,29 +1,30 @@
1
1
  .farm-dialog-header__close {
2
- position: absolute;
3
- margin-top: 0;
4
- font-size: 16px;
2
+ position: absolute;
3
+ margin-top: 0;
4
+ font-size: 16px;
5
5
 
6
- transition: all 0.4s;
6
+ transition: all 0.4s;
7
7
 
8
- &:hover {
9
- opacity: 0.8;
10
- }
8
+ &:hover {
9
+ opacity: 0.8;
10
+ }
11
11
  }
12
12
 
13
13
  header {
14
- font-size: 12px;
15
- padding: 6px 16px;
16
- background-color: #fff;
17
- font-weight: 700;
18
- color: var(--farm-primary-base);
19
- border-bottom: 1px solid var(--farm-stroke-divider);
20
- display: flex;
21
- justify-content: flex-start;
22
- align-items: center;
14
+ font-size: 12px;
15
+ padding: 6px 16px;
16
+ background-color: #fff;
17
+ font-weight: 700;
18
+ color: var(--farm-primary-base);
19
+ border-bottom: 1px solid var(--farm-stroke-divider);
20
+ display: flex;
21
+ justify-content: flex-start;
22
+ align-items: center;
23
+ height: 48px;
23
24
 
24
- >.farm-typography.farm-caption {
25
- align-items: center;
26
- width: 100%;
27
- margin-bottom: 0;
28
- }
29
- }
25
+ > .farm-typography.farm-caption {
26
+ align-items: center;
27
+ width: 100%;
28
+ margin-bottom: 0;
29
+ }
30
+ }
@@ -7,15 +7,12 @@
7
7
  }
8
8
 
9
9
  .farm-tooltip__popup {
10
- background-color: themeColor('primary');
10
+ background-color: rgba(themeColor('primary'), 0.95);
11
11
 
12
12
  @each $color in $colors {
13
13
  @each $color in $theme-colors-list {
14
-
15
14
  &.farm-tooltip--#{$color} {
16
-
17
- background-color: themeColor($color);
18
-
15
+ background-color: rgba(themeColor($color), 0.95);
19
16
  }
20
17
  }
21
18
  }
@@ -25,17 +22,16 @@
25
22
  visibility: hidden;
26
23
  opacity: 0;
27
24
  transition: visibility 0.3s linear, opacity 0.3s linear;
28
- color: white;
29
- font-size: 14px;
30
- border-radius: 4px;
31
- padding: 8px 12px;
32
25
  position: absolute;
33
26
  width: 160px;
34
- background-color: themeColor('primary');
35
27
  contain: content;
36
-
37
- display: block;
28
+ color: white;
29
+ background-color: themeColor('primary');
30
+ border-radius: 4px;
38
31
  font-family: 'Montserrat', sans-serif !important;
32
+ font-size: 14px;
33
+ padding: 8px 12px;
34
+ display: block;
39
35
 
40
36
  &--visible {
41
37
  opacity: 1;
@@ -86,7 +86,7 @@ export const Visibility = () => ({
86
86
  </div>`,
87
87
  });
88
88
 
89
- export const TooltipTest = () => ({
89
+ export const InsideCard = () => ({
90
90
  template: `<div style="padding-left: 80px; padding-top: 80px;">
91
91
  <farm-card style="padding: 32px">
92
92
  <farm-tooltip>