@wizco/fenixds-core 1.6.1 → 1.6.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 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.6.1",
4
+ "version": "1.6.2",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "author": "Raul Melo Fernandez",
package/styles/core.css CHANGED
@@ -360,7 +360,7 @@
360
360
  font-size: var(--wco-font-size-xxs); } }
361
361
 
362
362
  .display-p {
363
- font-size: var(---wco-font-size-xs);
363
+ font-size: var(--wco-font-size-xs);
364
364
  line-height: var(--wco-font-lineheight-500); }
365
365
 
366
366
  .display-caption {
@@ -74,7 +74,7 @@
74
74
  }
75
75
 
76
76
  .display-p {
77
- font-size: var(---wco-font-size-xs);
77
+ font-size: var(--wco-font-size-xs);
78
78
  line-height: var(--wco-font-lineheight-500);
79
79
  }
80
80