@tmlmobilidade/ui 20250828.27.52 → 20250828.1000.31
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 +6 -6
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +6 -6
- package/dist/styles.css +6 -6
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -11032,18 +11032,18 @@ figure {
|
|
11032
11032
|
|
11033
11033
|
|
11034
11034
|
/* STATUS / SUCCESS */
|
11035
|
-
--color-status-success-primary: #
|
11036
|
-
--color-status-success-contrast: #
|
11035
|
+
--color-status-success-primary: #329150;
|
11036
|
+
--color-status-success-contrast: #052314;
|
11037
11037
|
--color-status-success-shadow: #d20f1f40;
|
11038
11038
|
|
11039
11039
|
/* STATUS / WARNING */
|
11040
|
-
--color-status-warning-primary: #
|
11041
|
-
--color-status-warning-contrast: #
|
11040
|
+
--color-status-warning-primary: #be781e;
|
11041
|
+
--color-status-warning-contrast: #2d1e05;
|
11042
11042
|
--color-status-warning-shadow: #d20f1f40;
|
11043
11043
|
|
11044
11044
|
/* STATUS / DANGER */
|
11045
|
-
--color-status-danger-primary: #
|
11046
|
-
--color-status-danger-contrast: #
|
11045
|
+
--color-status-danger-primary: #c83c3c;
|
11046
|
+
--color-status-danger-contrast: #2d0505;
|
11047
11047
|
--color-status-danger-shadow: #d20f1f40;
|
11048
11048
|
|
11049
11049
|
}
|