@tmlmobilidade/ui 20250828.27.52 → 20250828.1159.48
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/styles-no-reset.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
|
}
|
package/dist/styles.css
CHANGED
@@ -11091,18 +11091,18 @@ figure {
|
|
11091
11091
|
|
11092
11092
|
|
11093
11093
|
/* STATUS / SUCCESS */
|
11094
|
-
--color-status-success-primary: #
|
11095
|
-
--color-status-success-contrast: #
|
11094
|
+
--color-status-success-primary: #329150;
|
11095
|
+
--color-status-success-contrast: #052314;
|
11096
11096
|
--color-status-success-shadow: #d20f1f40;
|
11097
11097
|
|
11098
11098
|
/* STATUS / WARNING */
|
11099
|
-
--color-status-warning-primary: #
|
11100
|
-
--color-status-warning-contrast: #
|
11099
|
+
--color-status-warning-primary: #be781e;
|
11100
|
+
--color-status-warning-contrast: #2d1e05;
|
11101
11101
|
--color-status-warning-shadow: #d20f1f40;
|
11102
11102
|
|
11103
11103
|
/* STATUS / DANGER */
|
11104
|
-
--color-status-danger-primary: #
|
11105
|
-
--color-status-danger-contrast: #
|
11104
|
+
--color-status-danger-primary: #c83c3c;
|
11105
|
+
--color-status-danger-contrast: #2d0505;
|
11106
11106
|
--color-status-danger-shadow: #d20f1f40;
|
11107
11107
|
|
11108
11108
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tmlmobilidade/ui",
|
3
3
|
"description": "UI components for Transportes Metropolitanos de Lisboa (TML) web applications.",
|
4
|
-
"version": "20250828.
|
4
|
+
"version": "20250828.1159.48",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|