@tmlmobilidade/ui 20250827.2159.39 → 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/BaseProvider/index.js +1 -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/index.css
CHANGED
@@ -8974,14 +8974,12 @@ breakpoint-mobile {
|
|
8974
8974
|
--theme-ocean-color-shadow: #000A5040;
|
8975
8975
|
}
|
8976
8976
|
|
8977
|
-
|
8978
|
-
:
|
8979
|
-
|
8980
|
-
|
8981
|
-
|
8982
|
-
|
8983
|
-
--theme-ocean-color-shadow: #00083D40;
|
8984
|
-
}
|
8977
|
+
:root[data-mode="dark"] {
|
8978
|
+
--theme-ocean-color-primary: #2864B9;
|
8979
|
+
--theme-ocean-color-secondary: #1E4B96;
|
8980
|
+
--theme-ocean-color-background: #1E283C;
|
8981
|
+
--theme-ocean-color-contrast: #CDE1FF;
|
8982
|
+
--theme-ocean-color-shadow: #00083D40;
|
8985
8983
|
}
|
8986
8984
|
|
8987
8985
|
/* * */
|
@@ -9001,14 +8999,12 @@ breakpoint-mobile {
|
|
9001
8999
|
--theme-park-color-shadow: #1e3c1e40;
|
9002
9000
|
}
|
9003
9001
|
|
9004
|
-
|
9005
|
-
:
|
9006
|
-
|
9007
|
-
|
9008
|
-
|
9009
|
-
|
9010
|
-
--theme-park-color-shadow: #1e3c1e40;
|
9011
|
-
}
|
9002
|
+
:root[data-mode="dark"] {
|
9003
|
+
--theme-park-color-primary: #509b50;
|
9004
|
+
--theme-park-color-secondary: #2d8c2d;
|
9005
|
+
--theme-park-color-background: #233223;
|
9006
|
+
--theme-park-color-contrast: #e6ffdc;
|
9007
|
+
--theme-park-color-shadow: #1e3c1e40;
|
9012
9008
|
}
|
9013
9009
|
|
9014
9010
|
/* * */
|
@@ -9028,14 +9024,12 @@ breakpoint-mobile {
|
|
9028
9024
|
--theme-path-color-shadow: #32322d40;
|
9029
9025
|
}
|
9030
9026
|
|
9031
|
-
|
9032
|
-
:
|
9033
|
-
|
9034
|
-
|
9035
|
-
|
9036
|
-
|
9037
|
-
--theme-path-color-shadow: #32322d40;
|
9038
|
-
}
|
9027
|
+
:root[data-mode="dark"] {
|
9028
|
+
--theme-path-color-primary: #6e6a64;
|
9029
|
+
--theme-path-color-secondary: #5f5a55;
|
9030
|
+
--theme-path-color-background: #232328;
|
9031
|
+
--theme-path-color-contrast: #d2cdc8;
|
9032
|
+
--theme-path-color-shadow: #32322d40;
|
9039
9033
|
}
|
9040
9034
|
|
9041
9035
|
/* * */
|
@@ -9055,14 +9049,12 @@ breakpoint-mobile {
|
|
9055
9049
|
--theme-pool-color-shadow: #0a643c40;
|
9056
9050
|
}
|
9057
9051
|
|
9058
|
-
|
9059
|
-
:
|
9060
|
-
|
9061
|
-
|
9062
|
-
|
9063
|
-
|
9064
|
-
--theme-pool-color-shadow: #05231440;
|
9065
|
-
}
|
9052
|
+
:root[data-mode="dark"] {
|
9053
|
+
--theme-pool-color-primary: #1eaa8c;
|
9054
|
+
--theme-pool-color-secondary: #0a966e;
|
9055
|
+
--theme-pool-color-background: #1e2d28;
|
9056
|
+
--theme-pool-color-contrast: #0a3228;
|
9057
|
+
--theme-pool-color-shadow: #05231440;
|
9066
9058
|
}
|
9067
9059
|
|
9068
9060
|
/* * */
|
@@ -9082,14 +9074,12 @@ breakpoint-mobile {
|
|
9082
9074
|
--theme-royal-color-shadow: #1e0a4640;
|
9083
9075
|
}
|
9084
9076
|
|
9085
|
-
|
9086
|
-
:
|
9087
|
-
|
9088
|
-
|
9089
|
-
|
9090
|
-
|
9091
|
-
--theme-royal-color-shadow: #1e0a4640;
|
9092
|
-
}
|
9077
|
+
:root[data-mode="dark"] {
|
9078
|
+
--theme-royal-color-primary: #783cc8;
|
9079
|
+
--theme-royal-color-secondary: #460a96;
|
9080
|
+
--theme-royal-color-background: #1e1e46;
|
9081
|
+
--theme-royal-color-contrast: #ebe1ff;
|
9082
|
+
--theme-royal-color-shadow: #1e0a4640;
|
9093
9083
|
}
|
9094
9084
|
|
9095
9085
|
/* * */
|
@@ -9109,14 +9099,12 @@ breakpoint-mobile {
|
|
9109
9099
|
--theme-street-color-shadow: #283c1440;
|
9110
9100
|
}
|
9111
9101
|
|
9112
|
-
|
9113
|
-
|
9114
|
-
|
9115
|
-
|
9116
|
-
|
9117
|
-
|
9118
|
-
--theme-street-color-shadow: #283c1440;
|
9119
|
-
}
|
9102
|
+
:root[data-mode="dark"] {
|
9103
|
+
--theme-street-color-primary: #82be00;
|
9104
|
+
--theme-street-color-secondary: #64a000;
|
9105
|
+
--theme-street-color-background: #3c4137;
|
9106
|
+
--theme-street-color-contrast: #1e320a;
|
9107
|
+
--theme-street-color-shadow: #283c1440;
|
9120
9108
|
}
|
9121
9109
|
|
9122
9110
|
/* * */
|