@farm-investimentos/front-mfe-components 11.4.3 → 11.4.4

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": "11.4.3",
3
+ "version": "11.4.4",
4
4
  "author": "farm investimentos",
5
5
  "private": false,
6
6
  "main": "./dist/front-mfe-components.common.js",
@@ -27,6 +27,10 @@
27
27
 
28
28
  color: var(--farm-text-primary);
29
29
 
30
+ &--lighten {
31
+ color: var(--farm-text-secondary);
32
+ }
33
+
30
34
  @each $k in $theme-colors-list {
31
35
  &#{'[color=' + $k + ']'} {
32
36
  color: var(--farm-#{$k}-base);
@@ -108,7 +108,7 @@ export const Colors = () => ({
108
108
  export const ColorsLighten = () => ({
109
109
  data() {
110
110
  return {
111
- colors: [ ...colors, 'white'],
111
+ colors: ['default', ...colors, 'white'],
112
112
  };
113
113
  },
114
114
  template: `<div>