plataforma-fundacao-componentes 2.25.2 → 2.25.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/dist/index.css +5 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/dist/libraries/EtiquetasThemes.d.ts +2 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -7914,6 +7914,7 @@ var EtiquetasStyle;
|
|
|
7914
7914
|
EtiquetasStyle["OutlineDark"] = "outline-dark";
|
|
7915
7915
|
EtiquetasStyle["OutlineBlue"] = "outline-blue";
|
|
7916
7916
|
EtiquetasStyle["OutlineWarningDark"] = "outline-warning-dark";
|
|
7917
|
+
EtiquetasStyle["Yellow"] = "yellow";
|
|
7917
7918
|
})(EtiquetasStyle || (EtiquetasStyle = {}));
|
|
7918
7919
|
|
|
7919
7920
|
var rootClassName$21 = 'component-etiqueta';
|