@wizco/fenixds-core 1.2.0 → 1.2.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 +2 -1
- package/styles/scss/tags.scss +1 -0
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.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"author": "Raul Melo Fernandez",
|
package/styles/core.css
CHANGED
|
@@ -1501,7 +1501,8 @@ label.form-check, .form-check {
|
|
|
1501
1501
|
text-align: center;
|
|
1502
1502
|
font-family: var(--wco-font-family);
|
|
1503
1503
|
line-height: 150%;
|
|
1504
|
-
letter-spacing: 0.35px;
|
|
1504
|
+
letter-spacing: 0.35px;
|
|
1505
|
+
text-wrap: nowrap; }
|
|
1505
1506
|
.wco-tag span,
|
|
1506
1507
|
.wco-tag i {
|
|
1507
1508
|
--wco-tag-icon-size: var(--wco-icon-size-small);
|