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.css
CHANGED
|
@@ -3588,6 +3588,11 @@ max-width 100% 540px 720px 960px 1140px
|
|
|
3588
3588
|
color: #765f00;
|
|
3589
3589
|
border-color: #765f00; }
|
|
3590
3590
|
|
|
3591
|
+
.component-etiqueta.yellow {
|
|
3592
|
+
background-color: #ffeb98;
|
|
3593
|
+
color: #765f00;
|
|
3594
|
+
border-color: #ffeb98; }
|
|
3595
|
+
|
|
3591
3596
|
:export {
|
|
3592
3597
|
widthXs: 575.98px;
|
|
3593
3598
|
widthSm: 767.98px;
|
package/dist/index.js
CHANGED
|
@@ -7907,6 +7907,7 @@ var Etapas$1 = React$1.memo(Etapas);
|
|
|
7907
7907
|
EtiquetasStyle["OutlineDark"] = "outline-dark";
|
|
7908
7908
|
EtiquetasStyle["OutlineBlue"] = "outline-blue";
|
|
7909
7909
|
EtiquetasStyle["OutlineWarningDark"] = "outline-warning-dark";
|
|
7910
|
+
EtiquetasStyle["Yellow"] = "yellow";
|
|
7910
7911
|
})(exports.EtiquetasStyle || (exports.EtiquetasStyle = {}));
|
|
7911
7912
|
|
|
7912
7913
|
var rootClassName$21 = 'component-etiqueta';
|