@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 CHANGED
@@ -8974,14 +8974,12 @@ breakpoint-mobile {
8974
8974
  --theme-ocean-color-shadow: #000A5040;
8975
8975
  }
8976
8976
 
8977
- @media (prefers-color-scheme: dark) {
8978
- :root {
8979
- --theme-ocean-color-primary: #2864B9;
8980
- --theme-ocean-color-secondary: #1E4B96;
8981
- --theme-ocean-color-background: #1E283C;
8982
- --theme-ocean-color-contrast: #CDE1FF;
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
- @media (prefers-color-scheme: dark) {
9005
- :root {
9006
- --theme-park-color-primary: #509b50;
9007
- --theme-park-color-secondary: #2d8c2d;
9008
- --theme-park-color-background: #233223;
9009
- --theme-park-color-contrast: #e6ffdc;
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
- @media (prefers-color-scheme: dark) {
9032
- :root {
9033
- --theme-path-color-primary: #6e6a64;
9034
- --theme-path-color-secondary: #5f5a55;
9035
- --theme-path-color-background: #232328;
9036
- --theme-path-color-contrast: #d2cdc8;
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
- @media (prefers-color-scheme: dark) {
9059
- :root {
9060
- --theme-pool-color-primary: #1eaa8c;
9061
- --theme-pool-color-secondary: #0a966e;
9062
- --theme-pool-color-background: #1e2d28;
9063
- --theme-pool-color-contrast: #0a3228;
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
- @media (prefers-color-scheme: dark) {
9086
- :root {
9087
- --theme-royal-color-primary: #783cc8;
9088
- --theme-royal-color-secondary: #460a96;
9089
- --theme-royal-color-background: #1e1e46;
9090
- --theme-royal-color-contrast: #ebe1ff;
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
- @media (prefers-color-scheme: dark) {
9113
- :root[data-theme="street"] {
9114
- --theme-street-color-primary: #82be00;
9115
- --theme-street-color-secondary: #64a000;
9116
- --theme-street-color-background: #3c4137;
9117
- --theme-street-color-contrast: #1e320a;
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
  /* * */