@wizco/fenixds-core 1.5.1 → 1.5.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/package.json +1 -1
- package/styles/core.css +3 -2
- package/styles/scss/forms.scss +2 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wizco/fenixds-core",
|
|
3
3
|
"description": "Fenix design system é um produto da Wiz com ativos de design e código de front-end para ajudar as equipes na criação dos seus produtos.",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"author": "Raul Melo Fernandez",
|
package/styles/core.css
CHANGED
|
@@ -1057,13 +1057,14 @@ a.btn {
|
|
|
1057
1057
|
right: 19px;
|
|
1058
1058
|
transform: translateY(-50%);
|
|
1059
1059
|
width: min-content;
|
|
1060
|
-
height:
|
|
1060
|
+
height: min-content;
|
|
1061
1061
|
border-left: 6px solid transparent;
|
|
1062
1062
|
border-right: 6px solid transparent;
|
|
1063
1063
|
border-top: 6px solid var(--wco-color-primary-600);
|
|
1064
1064
|
background-size: 30px;
|
|
1065
1065
|
background-position: center;
|
|
1066
|
-
background-repeat: no-repeat;
|
|
1066
|
+
background-repeat: no-repeat;
|
|
1067
|
+
pointer-events: none; }
|
|
1067
1068
|
.wco-form-field:has(select + i):after,
|
|
1068
1069
|
.form-field:has(select + i):after {
|
|
1069
1070
|
display: none; }
|
package/styles/scss/forms.scss
CHANGED
|
@@ -310,13 +310,14 @@
|
|
|
310
310
|
right: 19px;
|
|
311
311
|
transform: translateY(-50%);
|
|
312
312
|
width: min-content;
|
|
313
|
-
height:
|
|
313
|
+
height: min-content;
|
|
314
314
|
border-left: 6px solid transparent;
|
|
315
315
|
border-right: 6px solid transparent;
|
|
316
316
|
border-top: 6px solid var(--wco-color-primary-600);
|
|
317
317
|
background-size: 30px;
|
|
318
318
|
background-position: center;
|
|
319
319
|
background-repeat: no-repeat;
|
|
320
|
+
pointer-events: none;
|
|
320
321
|
}
|
|
321
322
|
|
|
322
323
|
}
|