@tmlmobilidade/ui 20251001.1537.11 → 20251001.1613.56
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 +294 -43
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +294 -43
- package/dist/styles.css +294 -43
- package/package.json +14 -14
package/dist/styles.css
CHANGED
@@ -2933,12 +2933,14 @@ fieldset:disabled .mantine-active:active {
|
|
2933
2933
|
--mantine-color-white: #fff;
|
2934
2934
|
--mantine-color-black: #000;
|
2935
2935
|
--mantine-line-height: 1.55;
|
2936
|
-
--mantine-font-family:
|
2937
|
-
|
2938
|
-
|
2939
|
-
|
2940
|
-
|
2941
|
-
|
2936
|
+
--mantine-font-family:
|
2937
|
+
-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif,
|
2938
|
+
Apple Color Emoji, Segoe UI Emoji;
|
2939
|
+
--mantine-font-family-monospace:
|
2940
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
2941
|
+
--mantine-font-family-headings:
|
2942
|
+
-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif,
|
2943
|
+
Apple Color Emoji, Segoe UI Emoji;
|
2942
2944
|
--mantine-heading-font-weight: 700;
|
2943
2945
|
--mantine-heading-text-wrap: wrap;
|
2944
2946
|
--mantine-radius-default: calc(0.25rem * var(--mantine-scale));
|
@@ -2967,30 +2969,35 @@ fieldset:disabled .mantine-active:active {
|
|
2967
2969
|
--mantine-line-height-md: 1.55;
|
2968
2970
|
--mantine-line-height-lg: 1.6;
|
2969
2971
|
--mantine-line-height-xl: 1.65;
|
2970
|
-
--mantine-shadow-xs:
|
2971
|
-
|
2972
|
+
--mantine-shadow-xs:
|
2973
|
+
0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale))
|
2974
|
+
rgba(0, 0, 0, 0.05),
|
2972
2975
|
0 calc(0.0625rem * var(--mantine-scale)) calc(0.125rem * var(--mantine-scale))
|
2973
2976
|
rgba(0, 0, 0, 0.1);
|
2974
|
-
--mantine-shadow-sm:
|
2975
|
-
|
2977
|
+
--mantine-shadow-sm:
|
2978
|
+
0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale))
|
2979
|
+
rgba(0, 0, 0, 0.05),
|
2976
2980
|
rgba(0, 0, 0, 0.05) 0 calc(0.625rem * var(--mantine-scale))
|
2977
2981
|
calc(0.9375rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale)),
|
2978
2982
|
rgba(0, 0, 0, 0.04) 0 calc(0.4375rem * var(--mantine-scale))
|
2979
2983
|
calc(0.4375rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale));
|
2980
|
-
--mantine-shadow-md:
|
2981
|
-
|
2984
|
+
--mantine-shadow-md:
|
2985
|
+
0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale))
|
2986
|
+
rgba(0, 0, 0, 0.05),
|
2982
2987
|
rgba(0, 0, 0, 0.05) 0 calc(1.25rem * var(--mantine-scale))
|
2983
2988
|
calc(1.5625rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale)),
|
2984
2989
|
rgba(0, 0, 0, 0.04) 0 calc(0.625rem * var(--mantine-scale))
|
2985
2990
|
calc(0.625rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale));
|
2986
|
-
--mantine-shadow-lg:
|
2987
|
-
|
2991
|
+
--mantine-shadow-lg:
|
2992
|
+
0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale))
|
2993
|
+
rgba(0, 0, 0, 0.05),
|
2988
2994
|
rgba(0, 0, 0, 0.05) 0 calc(1.75rem * var(--mantine-scale))
|
2989
2995
|
calc(1.4375rem * var(--mantine-scale)) calc(-0.4375rem * var(--mantine-scale)),
|
2990
2996
|
rgba(0, 0, 0, 0.04) 0 calc(0.75rem * var(--mantine-scale)) calc(0.75rem * var(--mantine-scale))
|
2991
2997
|
calc(-0.4375rem * var(--mantine-scale));
|
2992
|
-
--mantine-shadow-xl:
|
2993
|
-
|
2998
|
+
--mantine-shadow-xl:
|
2999
|
+
0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale))
|
3000
|
+
rgba(0, 0, 0, 0.05),
|
2994
3001
|
rgba(0, 0, 0, 0.05) 0 calc(2.25rem * var(--mantine-scale)) calc(1.75rem * var(--mantine-scale))
|
2995
3002
|
calc(-0.4375rem * var(--mantine-scale)),
|
2996
3003
|
rgba(0, 0, 0, 0.04) 0 calc(1.0625rem * var(--mantine-scale))
|
@@ -3457,36 +3464,36 @@ fieldset:disabled .mantine-active:active {
|
|
3457
3464
|
}
|
3458
3465
|
|
3459
3466
|
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='y']):where(
|
3460
|
-
|
3461
|
-
|
3462
|
-
|
3463
|
-
|
3467
|
+
[data-offset-scrollbars='xy'],
|
3468
|
+
[data-offset-scrollbars='y'],
|
3469
|
+
[data-offset-scrollbars='present']
|
3470
|
+
):where([data-vertical-hidden]) {
|
3464
3471
|
padding-inline-end: 0;
|
3465
3472
|
padding-inline-start: 0;
|
3466
3473
|
}
|
3467
3474
|
|
3468
3475
|
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='y']):where(
|
3469
|
-
|
3470
|
-
|
3471
|
-
|
3472
|
-
|
3476
|
+
[data-offset-scrollbars='xy'],
|
3477
|
+
[data-offset-scrollbars='y'],
|
3478
|
+
[data-offset-scrollbars='present']
|
3479
|
+
):not([data-vertical-hidden]) {
|
3473
3480
|
padding-inline-end: var(--scrollarea-scrollbar-size);
|
3474
3481
|
padding-inline-start: unset;
|
3475
3482
|
}
|
3476
3483
|
|
3477
3484
|
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='x']):where(
|
3478
|
-
|
3479
|
-
|
3480
|
-
|
3481
|
-
|
3485
|
+
[data-offset-scrollbars='xy'],
|
3486
|
+
[data-offset-scrollbars='x'],
|
3487
|
+
[data-offset-scrollbars='present']
|
3488
|
+
):where([data-horizontal-hidden]) {
|
3482
3489
|
padding-bottom: 0;
|
3483
3490
|
}
|
3484
3491
|
|
3485
3492
|
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='x']):where(
|
3486
|
-
|
3487
|
-
|
3488
|
-
|
3489
|
-
|
3493
|
+
[data-offset-scrollbars='xy'],
|
3494
|
+
[data-offset-scrollbars='x'],
|
3495
|
+
[data-offset-scrollbars='present']
|
3496
|
+
):not([data-horizontal-hidden]) {
|
3490
3497
|
padding-bottom: var(--scrollarea-scrollbar-size);
|
3491
3498
|
}
|
3492
3499
|
|
@@ -4246,6 +4253,26 @@ fieldset:disabled .mantine-active:active {
|
|
4246
4253
|
--input-padding-inline-end: var(--input-right-section-size);
|
4247
4254
|
}
|
4248
4255
|
|
4256
|
+
.m_6c018570[data-size='xs'] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]) {
|
4257
|
+
--input-padding-inline-end: calc(2.5625rem * var(--mantine-scale));
|
4258
|
+
}
|
4259
|
+
|
4260
|
+
.m_6c018570[data-size='sm'] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]) {
|
4261
|
+
--input-padding-inline-end: calc(3.125rem * var(--mantine-scale));
|
4262
|
+
}
|
4263
|
+
|
4264
|
+
.m_6c018570[data-size='md'] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]) {
|
4265
|
+
--input-padding-inline-end: calc(3.75rem * var(--mantine-scale));
|
4266
|
+
}
|
4267
|
+
|
4268
|
+
.m_6c018570[data-size='lg'] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]) {
|
4269
|
+
--input-padding-inline-end: calc(4.5rem * var(--mantine-scale));
|
4270
|
+
}
|
4271
|
+
|
4272
|
+
.m_6c018570[data-size='xl'] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]) {
|
4273
|
+
--input-padding-inline-end: calc(5.5625rem * var(--mantine-scale));
|
4274
|
+
}
|
4275
|
+
|
4249
4276
|
[data-mantine-color-scheme='light'] .m_6c018570[data-variant='default'] {
|
4250
4277
|
--input-bd: var(--mantine-color-gray-4);
|
4251
4278
|
--input-bg: var(--mantine-color-white);
|
@@ -4410,6 +4437,26 @@ fieldset:disabled .mantine-active:active {
|
|
4410
4437
|
--section-border-radius: var(--right-section-border-radius);
|
4411
4438
|
}
|
4412
4439
|
|
4440
|
+
.m_6c018570[data-size='xs'] .m_82577fc2[data-position='right']:has([data-combined-clear-section]) {
|
4441
|
+
--section-size: calc(2.5625rem * var(--mantine-scale));
|
4442
|
+
}
|
4443
|
+
|
4444
|
+
.m_6c018570[data-size='sm'] .m_82577fc2[data-position='right']:has([data-combined-clear-section]) {
|
4445
|
+
--section-size: calc(3.125rem * var(--mantine-scale));
|
4446
|
+
}
|
4447
|
+
|
4448
|
+
.m_6c018570[data-size='md'] .m_82577fc2[data-position='right']:has([data-combined-clear-section]) {
|
4449
|
+
--section-size: calc(3.75rem * var(--mantine-scale));
|
4450
|
+
}
|
4451
|
+
|
4452
|
+
.m_6c018570[data-size='lg'] .m_82577fc2[data-position='right']:has([data-combined-clear-section]) {
|
4453
|
+
--section-size: calc(4.5rem * var(--mantine-scale));
|
4454
|
+
}
|
4455
|
+
|
4456
|
+
.m_6c018570[data-size='xl'] .m_82577fc2[data-position='right']:has([data-combined-clear-section]) {
|
4457
|
+
--section-size: calc(5.5625rem * var(--mantine-scale));
|
4458
|
+
}
|
4459
|
+
|
4413
4460
|
.m_82577fc2[data-position='left'] {
|
4414
4461
|
--section-pointer-events: var(--input-left-section-pointer-events);
|
4415
4462
|
--section-start: var(--left-section-start);
|
@@ -4433,7 +4480,7 @@ fieldset:disabled .mantine-active:active {
|
|
4433
4480
|
.m_8fdc1311 {
|
4434
4481
|
display: inline-block;
|
4435
4482
|
font-weight: 500;
|
4436
|
-
|
4483
|
+
overflow-wrap: break-word;
|
4437
4484
|
cursor: default;
|
4438
4485
|
-webkit-tap-highlight-color: transparent;
|
4439
4486
|
font-size: var(--input-label-size, var(--mantine-font-size-sm));
|
@@ -4492,7 +4539,7 @@ fieldset:disabled .mantine-active:active {
|
|
4492
4539
|
}
|
4493
4540
|
|
4494
4541
|
.m_df78851f {
|
4495
|
-
|
4542
|
+
overflow-wrap: break-word;
|
4496
4543
|
}
|
4497
4544
|
|
4498
4545
|
.m_4ba554d4 {
|
@@ -5151,7 +5198,7 @@ fieldset:disabled .mantine-active:active {
|
|
5151
5198
|
background-color: transparent;
|
5152
5199
|
color: inherit;
|
5153
5200
|
cursor: pointer;
|
5154
|
-
|
5201
|
+
overflow-wrap: break-word;
|
5155
5202
|
}
|
5156
5203
|
|
5157
5204
|
.m_92253aa5:where([data-combobox-selected]) {
|
@@ -5750,9 +5797,9 @@ fieldset:disabled .m_8ee546b8,
|
|
5750
5797
|
}
|
5751
5798
|
|
5752
5799
|
.m_347db0ec:where(
|
5753
|
-
|
5754
|
-
|
5755
|
-
|
5800
|
+
[data-with-left-section][data-with-right-section],
|
5801
|
+
[data-variant='dot'][data-with-right-section]
|
5802
|
+
) {
|
5756
5803
|
grid-template-columns: auto 1fr auto;
|
5757
5804
|
}
|
5758
5805
|
|
@@ -6561,7 +6608,8 @@ fieldset:disabled .m_8ee546b8,
|
|
6561
6608
|
0 calc(0.25rem * var(--mantine-scale)),
|
6562
6609
|
calc(0.25rem * var(--mantine-scale)) calc(-0.25rem * var(--mantine-scale)),
|
6563
6610
|
calc(-0.25rem * var(--mantine-scale)) 0;
|
6564
|
-
background-image:
|
6611
|
+
background-image:
|
6612
|
+
linear-gradient(45deg, var(--alpha-overlay-color) 25%, transparent 25%),
|
6565
6613
|
linear-gradient(-45deg, var(--alpha-overlay-color) 25%, transparent 25%),
|
6566
6614
|
linear-gradient(45deg, transparent 75%, var(--alpha-overlay-color) 75%),
|
6567
6615
|
linear-gradient(-45deg, var(--alpha-overlay-bg) 75%, var(--alpha-overlay-color) 75%);
|
@@ -6664,6 +6712,10 @@ fieldset:disabled .m_8ee546b8,
|
|
6664
6712
|
flex-wrap: wrap;
|
6665
6713
|
}
|
6666
6714
|
|
6715
|
+
.m_5711e686:only-child {
|
6716
|
+
margin-top: 0;
|
6717
|
+
}
|
6718
|
+
|
6667
6719
|
.m_202a296e {
|
6668
6720
|
--cp-thumb-size-xs: calc(0.5rem * var(--mantine-scale));
|
6669
6721
|
--cp-thumb-size-sm: calc(0.75rem * var(--mantine-scale));
|
@@ -7115,20 +7167,22 @@ fieldset:disabled .m_8ee546b8,
|
|
7115
7167
|
.m_abbac491 {
|
7116
7168
|
--list-fz: var(--mantine-font-size-md);
|
7117
7169
|
--list-lh: var(--mantine-line-height-md);
|
7170
|
+
--list-marker-gap: var(--mantine-spacing-lg);
|
7118
7171
|
|
7119
|
-
list-style-position:
|
7172
|
+
list-style-position: outside;
|
7120
7173
|
font-size: var(--list-fz);
|
7121
7174
|
line-height: var(--list-lh);
|
7122
7175
|
margin: 0;
|
7123
7176
|
padding: 0;
|
7177
|
+
padding-inline-start: var(--list-marker-gap);
|
7124
7178
|
}
|
7125
7179
|
|
7126
7180
|
.m_abbac491:where([data-with-padding]) {
|
7127
|
-
padding-inline-start: var(--mantine-spacing-md);
|
7181
|
+
padding-inline-start: calc(var(--list-marker-gap) + var(--mantine-spacing-md));
|
7128
7182
|
}
|
7129
7183
|
|
7130
7184
|
.m_abb6bec2 {
|
7131
|
-
white-space:
|
7185
|
+
white-space: normal;
|
7132
7186
|
line-height: var(--list-lh);
|
7133
7187
|
}
|
7134
7188
|
|
@@ -8005,6 +8059,16 @@ fieldset:disabled .m_8ee546b8,
|
|
8005
8059
|
}
|
8006
8060
|
}
|
8007
8061
|
|
8062
|
+
@keyframes m_e0fb7a86 {
|
8063
|
+
0% {
|
8064
|
+
background-position: 0 0;
|
8065
|
+
}
|
8066
|
+
|
8067
|
+
100% {
|
8068
|
+
background-position: 0 calc(2.5rem * var(--mantine-scale));
|
8069
|
+
}
|
8070
|
+
}
|
8071
|
+
|
8008
8072
|
.m_db6d6462 {
|
8009
8073
|
--progress-radius: var(--mantine-radius-default);
|
8010
8074
|
--progress-size: var(--progress-size-md);
|
@@ -8030,10 +8094,16 @@ fieldset:disabled .m_8ee546b8,
|
|
8030
8094
|
background-color: var(--mantine-color-dark-4);
|
8031
8095
|
}
|
8032
8096
|
|
8097
|
+
.m_db6d6462:where([data-orientation='vertical']) {
|
8098
|
+
height: auto;
|
8099
|
+
width: var(--progress-size);
|
8100
|
+
flex-direction: column-reverse;
|
8101
|
+
}
|
8102
|
+
|
8033
8103
|
.m_2242eb65 {
|
8034
8104
|
background-color: var(--progress-section-color);
|
8035
8105
|
height: 100%;
|
8036
|
-
width: var(--progress-section-
|
8106
|
+
width: var(--progress-section-size);
|
8037
8107
|
display: flex;
|
8038
8108
|
align-items: center;
|
8039
8109
|
justify-content: center;
|
@@ -8071,6 +8141,41 @@ fieldset:disabled .m_8ee546b8,
|
|
8071
8141
|
border-end-start-radius: var(--progress-radius);
|
8072
8142
|
}
|
8073
8143
|
|
8144
|
+
.m_db6d6462:where([data-orientation='vertical']) .m_2242eb65 {
|
8145
|
+
width: 100%;
|
8146
|
+
height: var(--progress-section-size);
|
8147
|
+
transition: height var(--progress-transition-duration, 100ms) ease;
|
8148
|
+
}
|
8149
|
+
|
8150
|
+
.m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where([data-striped]) {
|
8151
|
+
background-image: linear-gradient(
|
8152
|
+
135deg,
|
8153
|
+
rgba(255, 255, 255, 0.15) 25%,
|
8154
|
+
transparent 25%,
|
8155
|
+
transparent 50%,
|
8156
|
+
rgba(255, 255, 255, 0.15) 50%,
|
8157
|
+
rgba(255, 255, 255, 0.15) 75%,
|
8158
|
+
transparent 75%,
|
8159
|
+
transparent
|
8160
|
+
);
|
8161
|
+
}
|
8162
|
+
|
8163
|
+
.m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where([data-animated]) {
|
8164
|
+
animation: m_e0fb7a86 1s linear infinite;
|
8165
|
+
}
|
8166
|
+
|
8167
|
+
.m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where(:last-of-type) {
|
8168
|
+
border-radius: 0;
|
8169
|
+
border-start-start-radius: var(--progress-radius);
|
8170
|
+
border-start-end-radius: var(--progress-radius);
|
8171
|
+
}
|
8172
|
+
|
8173
|
+
.m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where(:first-of-type) {
|
8174
|
+
border-radius: 0;
|
8175
|
+
border-end-start-radius: var(--progress-radius);
|
8176
|
+
border-end-end-radius: var(--progress-radius);
|
8177
|
+
}
|
8178
|
+
|
8074
8179
|
.m_91e40b74 {
|
8075
8180
|
color: var(--progress-label-color, var(--mantine-color-white));
|
8076
8181
|
font-weight: bold;
|
@@ -8083,6 +8188,10 @@ fieldset:disabled .m_8ee546b8,
|
|
8083
8188
|
padding-inline: calc(0.25rem * var(--mantine-scale));
|
8084
8189
|
}
|
8085
8190
|
|
8191
|
+
.m_db6d6462:where([data-orientation='vertical']) .m_91e40b74 {
|
8192
|
+
writing-mode: vertical-rl;
|
8193
|
+
}
|
8194
|
+
|
8086
8195
|
.m_9dc8ae12 {
|
8087
8196
|
--card-radius: var(--mantine-radius-default);
|
8088
8197
|
|
@@ -11167,6 +11276,148 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
11167
11276
|
opacity: 0.5;
|
11168
11277
|
cursor: not-allowed;
|
11169
11278
|
}
|
11279
|
+
|
11280
|
+
.m_2a0c4eda {
|
11281
|
+
width: fit-content;
|
11282
|
+
display: flex;
|
11283
|
+
align-items: center;
|
11284
|
+
font-size: var(--mini-calendar-font-size);
|
11285
|
+
}
|
11286
|
+
|
11287
|
+
.m_2a05be4f {
|
11288
|
+
display: flex;
|
11289
|
+
font-size: inherit;
|
11290
|
+
}
|
11291
|
+
|
11292
|
+
.m_99d16a4 {
|
11293
|
+
display: flex;
|
11294
|
+
min-width: 3em;
|
11295
|
+
gap: 0.5em;
|
11296
|
+
font-size: inherit;
|
11297
|
+
flex-direction: column;
|
11298
|
+
align-items: center;
|
11299
|
+
line-height: 1;
|
11300
|
+
padding: 0.75em;
|
11301
|
+
border-radius: var(--mantine-radius-default);
|
11302
|
+
}
|
11303
|
+
|
11304
|
+
.m_99d16a4:where([data-selected]) {
|
11305
|
+
color: var(--mantine-primary-color-contrast);
|
11306
|
+
background-color: var(--mantine-primary-color-filled);
|
11307
|
+
}
|
11308
|
+
|
11309
|
+
@media (hover: hover) {
|
11310
|
+
.m_99d16a4:where([data-selected]):hover:where(:not([data-disabled], [data-static])) {
|
11311
|
+
background-color: var(--mantine-primary-color-filled-hover);
|
11312
|
+
}
|
11313
|
+
}
|
11314
|
+
|
11315
|
+
@media (hover: none) {
|
11316
|
+
.m_99d16a4:where([data-selected]):active:where(:not([data-disabled], [data-static])) {
|
11317
|
+
background-color: var(--mantine-primary-color-filled-hover);
|
11318
|
+
}
|
11319
|
+
}
|
11320
|
+
|
11321
|
+
.m_99d16a4:where([data-disabled]) {
|
11322
|
+
opacity: 0.3;
|
11323
|
+
cursor: not-allowed;
|
11324
|
+
}
|
11325
|
+
|
11326
|
+
@media (hover: hover) {
|
11327
|
+
:where([data-mantine-color-scheme='light']) .m_99d16a4:hover:where(:not([data-disabled], [data-selected])) {
|
11328
|
+
background-color: var(--mantine-color-gray-1);
|
11329
|
+
}
|
11330
|
+
}
|
11331
|
+
|
11332
|
+
@media (hover: none) {
|
11333
|
+
:where([data-mantine-color-scheme='light']) .m_99d16a4:active:where(:not([data-disabled], [data-selected])) {
|
11334
|
+
background-color: var(--mantine-color-gray-1);
|
11335
|
+
}
|
11336
|
+
}
|
11337
|
+
|
11338
|
+
@media (hover: hover) {
|
11339
|
+
:where([data-mantine-color-scheme='dark']) .m_99d16a4:hover:where(:not([data-disabled], [data-selected])) {
|
11340
|
+
background-color: var(--mantine-color-dark-5);
|
11341
|
+
}
|
11342
|
+
}
|
11343
|
+
|
11344
|
+
@media (hover: none) {
|
11345
|
+
:where([data-mantine-color-scheme='dark']) .m_99d16a4:active:where(:not([data-disabled], [data-selected])) {
|
11346
|
+
background-color: var(--mantine-color-dark-5);
|
11347
|
+
}
|
11348
|
+
}
|
11349
|
+
|
11350
|
+
.m_176ca23c {
|
11351
|
+
font-size: 0.75em;
|
11352
|
+
font-weight: 500;
|
11353
|
+
opacity: 0.65;
|
11354
|
+
}
|
11355
|
+
|
11356
|
+
.m_d830530d {
|
11357
|
+
font-size: 0.9em;
|
11358
|
+
font-weight: 500;
|
11359
|
+
}
|
11360
|
+
|
11361
|
+
.m_14c23465 {
|
11362
|
+
align-self: stretch;
|
11363
|
+
font-size: inherit;
|
11364
|
+
width: 2em;
|
11365
|
+
border-radius: var(--mantine-radius-default);
|
11366
|
+
display: flex;
|
11367
|
+
align-items: center;
|
11368
|
+
justify-content: center;
|
11369
|
+
color: var(--mantine-color-bright);
|
11370
|
+
}
|
11371
|
+
|
11372
|
+
.m_14c23465:where([data-disabled]) {
|
11373
|
+
opacity: 0.3;
|
11374
|
+
cursor: not-allowed;
|
11375
|
+
}
|
11376
|
+
|
11377
|
+
.m_14c23465 [data-chevron] {
|
11378
|
+
font-size: inherit;
|
11379
|
+
width: 60%;
|
11380
|
+
}
|
11381
|
+
|
11382
|
+
.m_14c23465[data-direction='previous'] [data-chevron] {
|
11383
|
+
transform: rotate(90deg);
|
11384
|
+
}
|
11385
|
+
|
11386
|
+
[dir="rtl"] .m_14c23465[data-direction='previous'] [data-chevron] {
|
11387
|
+
transform: rotate(-90deg);
|
11388
|
+
}
|
11389
|
+
|
11390
|
+
.m_14c23465[data-direction='next'] [data-chevron] {
|
11391
|
+
transform: rotate(-90deg);
|
11392
|
+
}
|
11393
|
+
|
11394
|
+
[dir="rtl"] .m_14c23465[data-direction='next'] [data-chevron] {
|
11395
|
+
transform: rotate(90deg);
|
11396
|
+
}
|
11397
|
+
|
11398
|
+
@media (hover: hover) {
|
11399
|
+
:where([data-mantine-color-scheme='light']) .m_14c23465:hover:where(:not([data-disabled])) {
|
11400
|
+
background-color: var(--mantine-color-gray-1);
|
11401
|
+
}
|
11402
|
+
}
|
11403
|
+
|
11404
|
+
@media (hover: none) {
|
11405
|
+
:where([data-mantine-color-scheme='light']) .m_14c23465:active:where(:not([data-disabled])) {
|
11406
|
+
background-color: var(--mantine-color-gray-1);
|
11407
|
+
}
|
11408
|
+
}
|
11409
|
+
|
11410
|
+
@media (hover: hover) {
|
11411
|
+
:where([data-mantine-color-scheme='dark']) .m_14c23465:hover:where(:not([data-disabled])) {
|
11412
|
+
background-color: var(--mantine-color-dark-5);
|
11413
|
+
}
|
11414
|
+
}
|
11415
|
+
|
11416
|
+
@media (hover: none) {
|
11417
|
+
:where([data-mantine-color-scheme='dark']) .m_14c23465:active:where(:not([data-disabled])) {
|
11418
|
+
background-color: var(--mantine-color-dark-5);
|
11419
|
+
}
|
11420
|
+
}
|
11170
11421
|
}
|
11171
11422
|
@layer mantine {.m_b37d9ac7 {
|
11172
11423
|
width: calc(100% - var(--mantine-spacing-md) * 2);
|
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": "20251001.
|
4
|
+
"version": "20251001.1613.56",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|
@@ -42,14 +42,14 @@
|
|
42
42
|
"path": false
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"@carrismetropolitana/api-types": "^
|
46
|
-
"@mantine/core": "8.2
|
47
|
-
"@mantine/dates": "8.2
|
48
|
-
"@mantine/form": "8.2
|
49
|
-
"@mantine/hooks": "8.2
|
50
|
-
"@mantine/modals": "8.2
|
51
|
-
"@mantine/notifications": "8.2
|
52
|
-
"@tabler/icons-react": "3.
|
45
|
+
"@carrismetropolitana/api-types": "^20251001.1550.12",
|
46
|
+
"@mantine/core": "8.3.2",
|
47
|
+
"@mantine/dates": "8.3.2",
|
48
|
+
"@mantine/form": "8.3.2",
|
49
|
+
"@mantine/hooks": "8.3.2",
|
50
|
+
"@mantine/modals": "8.3.2",
|
51
|
+
"@mantine/notifications": "8.3.2",
|
52
|
+
"@tabler/icons-react": "3.35.0",
|
53
53
|
"@tmlmobilidade/lib": "*",
|
54
54
|
"@tmlmobilidade/types": "*",
|
55
55
|
"@tmlmobilidade/utils": "*",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"clsx": "2.1.1",
|
58
58
|
"luxon": "3.7.2",
|
59
59
|
"mantine-form-zod-resolver": "1.3.0",
|
60
|
-
"maplibre-gl": "5.
|
60
|
+
"maplibre-gl": "5.8.0",
|
61
61
|
"react": "19.x",
|
62
62
|
"react-viewport-list": "7.1.2",
|
63
63
|
"ukkonen": "^2.2.0"
|
@@ -69,8 +69,8 @@
|
|
69
69
|
"@turf/turf": "7.2.0",
|
70
70
|
"@types/geojson": "7946.0.16",
|
71
71
|
"@types/luxon": "3.7.1",
|
72
|
-
"@types/node": "24.
|
73
|
-
"@types/react": "19.1.
|
72
|
+
"@types/node": "24.6.1",
|
73
|
+
"@types/react": "19.1.16",
|
74
74
|
"@types/react-dom": "19.1.9",
|
75
75
|
"nodemon": "3.1.10",
|
76
76
|
"postcss": "8.5.6",
|
@@ -82,7 +82,7 @@
|
|
82
82
|
"rollup-plugin-tsconfig-paths": "1.5.2",
|
83
83
|
"rollup-preserve-directives": "1.1.3",
|
84
84
|
"swr": "2.3.6",
|
85
|
-
"tsx": "4.20.
|
86
|
-
"typescript": "5.9.
|
85
|
+
"tsx": "4.20.6",
|
86
|
+
"typescript": "5.9.3"
|
87
87
|
}
|
88
88
|
}
|