@tmlmobilidade/ui 20250827.2153.11 → 20250827.2247.39
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 +36 -48
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +19 -3
- package/dist/index.js +1 -1
- package/dist/src/components/AppProvider/index.js +1 -17
- package/dist/src/components/AppProvider/index.js.map +1 -1
- package/dist/src/components/BaseProvider/index.js +11 -1
- package/dist/src/components/BaseProvider/index.js.map +1 -1
- package/dist/src/components/layout/AppWrapperOptions/index.js +13 -10
- package/dist/src/components/layout/AppWrapperOptions/index.js.map +1 -1
- package/dist/src/contexts/Theme.context.js +36 -6
- package/dist/src/contexts/Theme.context.js.map +1 -1
- package/dist/styles-no-reset.css +36 -48
- package/dist/styles.css +36 -48
- package/package.json +1 -1
package/dist/styles.css
CHANGED
@@ -9029,14 +9029,12 @@ breakpoint-mobile {
|
|
9029
9029
|
--theme-ocean-color-shadow: #000A5040;
|
9030
9030
|
}
|
9031
9031
|
|
9032
|
-
|
9033
|
-
:
|
9034
|
-
|
9035
|
-
|
9036
|
-
|
9037
|
-
|
9038
|
-
--theme-ocean-color-shadow: #00083D40;
|
9039
|
-
}
|
9032
|
+
:root[data-mode="dark"] {
|
9033
|
+
--theme-ocean-color-primary: #2864B9;
|
9034
|
+
--theme-ocean-color-secondary: #1E4B96;
|
9035
|
+
--theme-ocean-color-background: #1E283C;
|
9036
|
+
--theme-ocean-color-contrast: #CDE1FF;
|
9037
|
+
--theme-ocean-color-shadow: #00083D40;
|
9040
9038
|
}
|
9041
9039
|
|
9042
9040
|
/* * */
|
@@ -9056,14 +9054,12 @@ breakpoint-mobile {
|
|
9056
9054
|
--theme-park-color-shadow: #1e3c1e40;
|
9057
9055
|
}
|
9058
9056
|
|
9059
|
-
|
9060
|
-
:
|
9061
|
-
|
9062
|
-
|
9063
|
-
|
9064
|
-
|
9065
|
-
--theme-park-color-shadow: #1e3c1e40;
|
9066
|
-
}
|
9057
|
+
:root[data-mode="dark"] {
|
9058
|
+
--theme-park-color-primary: #509b50;
|
9059
|
+
--theme-park-color-secondary: #2d8c2d;
|
9060
|
+
--theme-park-color-background: #233223;
|
9061
|
+
--theme-park-color-contrast: #e6ffdc;
|
9062
|
+
--theme-park-color-shadow: #1e3c1e40;
|
9067
9063
|
}
|
9068
9064
|
|
9069
9065
|
/* * */
|
@@ -9083,14 +9079,12 @@ breakpoint-mobile {
|
|
9083
9079
|
--theme-path-color-shadow: #32322d40;
|
9084
9080
|
}
|
9085
9081
|
|
9086
|
-
|
9087
|
-
:
|
9088
|
-
|
9089
|
-
|
9090
|
-
|
9091
|
-
|
9092
|
-
--theme-path-color-shadow: #32322d40;
|
9093
|
-
}
|
9082
|
+
:root[data-mode="dark"] {
|
9083
|
+
--theme-path-color-primary: #6e6a64;
|
9084
|
+
--theme-path-color-secondary: #5f5a55;
|
9085
|
+
--theme-path-color-background: #232328;
|
9086
|
+
--theme-path-color-contrast: #d2cdc8;
|
9087
|
+
--theme-path-color-shadow: #32322d40;
|
9094
9088
|
}
|
9095
9089
|
|
9096
9090
|
/* * */
|
@@ -9110,14 +9104,12 @@ breakpoint-mobile {
|
|
9110
9104
|
--theme-pool-color-shadow: #0a643c40;
|
9111
9105
|
}
|
9112
9106
|
|
9113
|
-
|
9114
|
-
:
|
9115
|
-
|
9116
|
-
|
9117
|
-
|
9118
|
-
|
9119
|
-
--theme-pool-color-shadow: #05231440;
|
9120
|
-
}
|
9107
|
+
:root[data-mode="dark"] {
|
9108
|
+
--theme-pool-color-primary: #1eaa8c;
|
9109
|
+
--theme-pool-color-secondary: #0a966e;
|
9110
|
+
--theme-pool-color-background: #1e2d28;
|
9111
|
+
--theme-pool-color-contrast: #0a3228;
|
9112
|
+
--theme-pool-color-shadow: #05231440;
|
9121
9113
|
}
|
9122
9114
|
|
9123
9115
|
/* * */
|
@@ -9137,14 +9129,12 @@ breakpoint-mobile {
|
|
9137
9129
|
--theme-royal-color-shadow: #1e0a4640;
|
9138
9130
|
}
|
9139
9131
|
|
9140
|
-
|
9141
|
-
:
|
9142
|
-
|
9143
|
-
|
9144
|
-
|
9145
|
-
|
9146
|
-
--theme-royal-color-shadow: #1e0a4640;
|
9147
|
-
}
|
9132
|
+
:root[data-mode="dark"] {
|
9133
|
+
--theme-royal-color-primary: #783cc8;
|
9134
|
+
--theme-royal-color-secondary: #460a96;
|
9135
|
+
--theme-royal-color-background: #1e1e46;
|
9136
|
+
--theme-royal-color-contrast: #ebe1ff;
|
9137
|
+
--theme-royal-color-shadow: #1e0a4640;
|
9148
9138
|
}
|
9149
9139
|
|
9150
9140
|
/* * */
|
@@ -9164,14 +9154,12 @@ breakpoint-mobile {
|
|
9164
9154
|
--theme-street-color-shadow: #283c1440;
|
9165
9155
|
}
|
9166
9156
|
|
9167
|
-
|
9168
|
-
|
9169
|
-
|
9170
|
-
|
9171
|
-
|
9172
|
-
|
9173
|
-
--theme-street-color-shadow: #283c1440;
|
9174
|
-
}
|
9157
|
+
:root[data-mode="dark"] {
|
9158
|
+
--theme-street-color-primary: #82be00;
|
9159
|
+
--theme-street-color-secondary: #64a000;
|
9160
|
+
--theme-street-color-background: #3c4137;
|
9161
|
+
--theme-street-color-contrast: #1e320a;
|
9162
|
+
--theme-street-color-shadow: #283c1440;
|
9175
9163
|
}
|
9176
9164
|
|
9177
9165
|
/* * */
|
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": "20250827.
|
4
|
+
"version": "20250827.2247.39",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|