@onpe/ui 1.2.91 → 1.2.93
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/components/ErrorHandling/NotRecommended/index.d.ts +0 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components.css +1 -1
- package/dist/components.esm.css +1 -1
- package/dist/components.esm.js +1 -1
- package/dist/components.js +1 -1
- package/dist/icons/Actions/IconWarningNotRecommended/index.d.ts +0 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -783,7 +783,7 @@ body.onpe-modal-open {
|
|
|
783
783
|
.onpe-not-recommended-icon {
|
|
784
784
|
width: 40px;
|
|
785
785
|
height: 35px;
|
|
786
|
-
color: var(--onpe-ui-
|
|
786
|
+
color: var(--onpe-ui-black); /* text-brand-black - usando dark-gray como equivalente */
|
|
787
787
|
}
|
|
788
788
|
|
|
789
789
|
.onpe-not-recommended-message {
|
package/dist/index.esm.css
CHANGED
|
@@ -783,7 +783,7 @@ body.onpe-modal-open {
|
|
|
783
783
|
.onpe-not-recommended-icon {
|
|
784
784
|
width: 40px;
|
|
785
785
|
height: 35px;
|
|
786
|
-
color: var(--onpe-ui-
|
|
786
|
+
color: var(--onpe-ui-black); /* text-brand-black - usando dark-gray como equivalente */
|
|
787
787
|
}
|
|
788
788
|
|
|
789
789
|
.onpe-not-recommended-message {
|