@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 CHANGED
@@ -2873,12 +2873,14 @@ fieldset:disabled .mantine-active:active {
2873
2873
  --mantine-color-white: #fff;
2874
2874
  --mantine-color-black: #000;
2875
2875
  --mantine-line-height: 1.55;
2876
- --mantine-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial,
2877
- sans-serif, Apple Color Emoji, Segoe UI Emoji;
2878
- --mantine-font-family-monospace: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
2879
- Liberation Mono, Courier New, monospace;
2880
- --mantine-font-family-headings: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
2881
- Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
2876
+ --mantine-font-family:
2877
+ -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif,
2878
+ Apple Color Emoji, Segoe UI Emoji;
2879
+ --mantine-font-family-monospace:
2880
+ ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
2881
+ --mantine-font-family-headings:
2882
+ -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif,
2883
+ Apple Color Emoji, Segoe UI Emoji;
2882
2884
  --mantine-heading-font-weight: 700;
2883
2885
  --mantine-heading-text-wrap: wrap;
2884
2886
  --mantine-radius-default: calc(0.25rem * var(--mantine-scale));
@@ -2907,30 +2909,35 @@ fieldset:disabled .mantine-active:active {
2907
2909
  --mantine-line-height-md: 1.55;
2908
2910
  --mantine-line-height-lg: 1.6;
2909
2911
  --mantine-line-height-xl: 1.65;
2910
- --mantine-shadow-xs: 0 calc(0.0625rem * var(--mantine-scale))
2911
- calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
2912
+ --mantine-shadow-xs:
2913
+ 0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale))
2914
+ rgba(0, 0, 0, 0.05),
2912
2915
  0 calc(0.0625rem * var(--mantine-scale)) calc(0.125rem * var(--mantine-scale))
2913
2916
  rgba(0, 0, 0, 0.1);
2914
- --mantine-shadow-sm: 0 calc(0.0625rem * var(--mantine-scale))
2915
- calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
2917
+ --mantine-shadow-sm:
2918
+ 0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale))
2919
+ rgba(0, 0, 0, 0.05),
2916
2920
  rgba(0, 0, 0, 0.05) 0 calc(0.625rem * var(--mantine-scale))
2917
2921
  calc(0.9375rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale)),
2918
2922
  rgba(0, 0, 0, 0.04) 0 calc(0.4375rem * var(--mantine-scale))
2919
2923
  calc(0.4375rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale));
2920
- --mantine-shadow-md: 0 calc(0.0625rem * var(--mantine-scale))
2921
- calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
2924
+ --mantine-shadow-md:
2925
+ 0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale))
2926
+ rgba(0, 0, 0, 0.05),
2922
2927
  rgba(0, 0, 0, 0.05) 0 calc(1.25rem * var(--mantine-scale))
2923
2928
  calc(1.5625rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale)),
2924
2929
  rgba(0, 0, 0, 0.04) 0 calc(0.625rem * var(--mantine-scale))
2925
2930
  calc(0.625rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale));
2926
- --mantine-shadow-lg: 0 calc(0.0625rem * var(--mantine-scale))
2927
- calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
2931
+ --mantine-shadow-lg:
2932
+ 0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale))
2933
+ rgba(0, 0, 0, 0.05),
2928
2934
  rgba(0, 0, 0, 0.05) 0 calc(1.75rem * var(--mantine-scale))
2929
2935
  calc(1.4375rem * var(--mantine-scale)) calc(-0.4375rem * var(--mantine-scale)),
2930
2936
  rgba(0, 0, 0, 0.04) 0 calc(0.75rem * var(--mantine-scale)) calc(0.75rem * var(--mantine-scale))
2931
2937
  calc(-0.4375rem * var(--mantine-scale));
2932
- --mantine-shadow-xl: 0 calc(0.0625rem * var(--mantine-scale))
2933
- calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
2938
+ --mantine-shadow-xl:
2939
+ 0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale))
2940
+ rgba(0, 0, 0, 0.05),
2934
2941
  rgba(0, 0, 0, 0.05) 0 calc(2.25rem * var(--mantine-scale)) calc(1.75rem * var(--mantine-scale))
2935
2942
  calc(-0.4375rem * var(--mantine-scale)),
2936
2943
  rgba(0, 0, 0, 0.04) 0 calc(1.0625rem * var(--mantine-scale))
@@ -3397,36 +3404,36 @@ fieldset:disabled .mantine-active:active {
3397
3404
  }
3398
3405
 
3399
3406
  .m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='y']):where(
3400
- [data-offset-scrollbars='xy'],
3401
- [data-offset-scrollbars='y'],
3402
- [data-offset-scrollbars='present']
3403
- ):where([data-vertical-hidden]) {
3407
+ [data-offset-scrollbars='xy'],
3408
+ [data-offset-scrollbars='y'],
3409
+ [data-offset-scrollbars='present']
3410
+ ):where([data-vertical-hidden]) {
3404
3411
  padding-inline-end: 0;
3405
3412
  padding-inline-start: 0;
3406
3413
  }
3407
3414
 
3408
3415
  .m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='y']):where(
3409
- [data-offset-scrollbars='xy'],
3410
- [data-offset-scrollbars='y'],
3411
- [data-offset-scrollbars='present']
3412
- ):not([data-vertical-hidden]) {
3416
+ [data-offset-scrollbars='xy'],
3417
+ [data-offset-scrollbars='y'],
3418
+ [data-offset-scrollbars='present']
3419
+ ):not([data-vertical-hidden]) {
3413
3420
  padding-inline-end: var(--scrollarea-scrollbar-size);
3414
3421
  padding-inline-start: unset;
3415
3422
  }
3416
3423
 
3417
3424
  .m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='x']):where(
3418
- [data-offset-scrollbars='xy'],
3419
- [data-offset-scrollbars='x'],
3420
- [data-offset-scrollbars='present']
3421
- ):where([data-horizontal-hidden]) {
3425
+ [data-offset-scrollbars='xy'],
3426
+ [data-offset-scrollbars='x'],
3427
+ [data-offset-scrollbars='present']
3428
+ ):where([data-horizontal-hidden]) {
3422
3429
  padding-bottom: 0;
3423
3430
  }
3424
3431
 
3425
3432
  .m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='x']):where(
3426
- [data-offset-scrollbars='xy'],
3427
- [data-offset-scrollbars='x'],
3428
- [data-offset-scrollbars='present']
3429
- ):not([data-horizontal-hidden]) {
3433
+ [data-offset-scrollbars='xy'],
3434
+ [data-offset-scrollbars='x'],
3435
+ [data-offset-scrollbars='present']
3436
+ ):not([data-horizontal-hidden]) {
3430
3437
  padding-bottom: var(--scrollarea-scrollbar-size);
3431
3438
  }
3432
3439
 
@@ -4186,6 +4193,26 @@ fieldset:disabled .mantine-active:active {
4186
4193
  --input-padding-inline-end: var(--input-right-section-size);
4187
4194
  }
4188
4195
 
4196
+ .m_6c018570[data-size='xs'] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]) {
4197
+ --input-padding-inline-end: calc(2.5625rem * var(--mantine-scale));
4198
+ }
4199
+
4200
+ .m_6c018570[data-size='sm'] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]) {
4201
+ --input-padding-inline-end: calc(3.125rem * var(--mantine-scale));
4202
+ }
4203
+
4204
+ .m_6c018570[data-size='md'] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]) {
4205
+ --input-padding-inline-end: calc(3.75rem * var(--mantine-scale));
4206
+ }
4207
+
4208
+ .m_6c018570[data-size='lg'] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]) {
4209
+ --input-padding-inline-end: calc(4.5rem * var(--mantine-scale));
4210
+ }
4211
+
4212
+ .m_6c018570[data-size='xl'] .m_6c018570[data-with-right-section]:has([data-combined-clear-section]) {
4213
+ --input-padding-inline-end: calc(5.5625rem * var(--mantine-scale));
4214
+ }
4215
+
4189
4216
  [data-mantine-color-scheme='light'] .m_6c018570[data-variant='default'] {
4190
4217
  --input-bd: var(--mantine-color-gray-4);
4191
4218
  --input-bg: var(--mantine-color-white);
@@ -4350,6 +4377,26 @@ fieldset:disabled .mantine-active:active {
4350
4377
  --section-border-radius: var(--right-section-border-radius);
4351
4378
  }
4352
4379
 
4380
+ .m_6c018570[data-size='xs'] .m_82577fc2[data-position='right']:has([data-combined-clear-section]) {
4381
+ --section-size: calc(2.5625rem * var(--mantine-scale));
4382
+ }
4383
+
4384
+ .m_6c018570[data-size='sm'] .m_82577fc2[data-position='right']:has([data-combined-clear-section]) {
4385
+ --section-size: calc(3.125rem * var(--mantine-scale));
4386
+ }
4387
+
4388
+ .m_6c018570[data-size='md'] .m_82577fc2[data-position='right']:has([data-combined-clear-section]) {
4389
+ --section-size: calc(3.75rem * var(--mantine-scale));
4390
+ }
4391
+
4392
+ .m_6c018570[data-size='lg'] .m_82577fc2[data-position='right']:has([data-combined-clear-section]) {
4393
+ --section-size: calc(4.5rem * var(--mantine-scale));
4394
+ }
4395
+
4396
+ .m_6c018570[data-size='xl'] .m_82577fc2[data-position='right']:has([data-combined-clear-section]) {
4397
+ --section-size: calc(5.5625rem * var(--mantine-scale));
4398
+ }
4399
+
4353
4400
  .m_82577fc2[data-position='left'] {
4354
4401
  --section-pointer-events: var(--input-left-section-pointer-events);
4355
4402
  --section-start: var(--left-section-start);
@@ -4373,7 +4420,7 @@ fieldset:disabled .mantine-active:active {
4373
4420
  .m_8fdc1311 {
4374
4421
  display: inline-block;
4375
4422
  font-weight: 500;
4376
- word-break: break-word;
4423
+ overflow-wrap: break-word;
4377
4424
  cursor: default;
4378
4425
  -webkit-tap-highlight-color: transparent;
4379
4426
  font-size: var(--input-label-size, var(--mantine-font-size-sm));
@@ -4432,7 +4479,7 @@ fieldset:disabled .mantine-active:active {
4432
4479
  }
4433
4480
 
4434
4481
  .m_df78851f {
4435
- word-break: break-word;
4482
+ overflow-wrap: break-word;
4436
4483
  }
4437
4484
 
4438
4485
  .m_4ba554d4 {
@@ -5091,7 +5138,7 @@ fieldset:disabled .mantine-active:active {
5091
5138
  background-color: transparent;
5092
5139
  color: inherit;
5093
5140
  cursor: pointer;
5094
- word-break: break-word;
5141
+ overflow-wrap: break-word;
5095
5142
  }
5096
5143
 
5097
5144
  .m_92253aa5:where([data-combobox-selected]) {
@@ -5690,9 +5737,9 @@ fieldset:disabled .m_8ee546b8,
5690
5737
  }
5691
5738
 
5692
5739
  .m_347db0ec:where(
5693
- [data-with-left-section][data-with-right-section],
5694
- [data-variant='dot'][data-with-right-section]
5695
- ) {
5740
+ [data-with-left-section][data-with-right-section],
5741
+ [data-variant='dot'][data-with-right-section]
5742
+ ) {
5696
5743
  grid-template-columns: auto 1fr auto;
5697
5744
  }
5698
5745
 
@@ -6501,7 +6548,8 @@ fieldset:disabled .m_8ee546b8,
6501
6548
  0 calc(0.25rem * var(--mantine-scale)),
6502
6549
  calc(0.25rem * var(--mantine-scale)) calc(-0.25rem * var(--mantine-scale)),
6503
6550
  calc(-0.25rem * var(--mantine-scale)) 0;
6504
- background-image: linear-gradient(45deg, var(--alpha-overlay-color) 25%, transparent 25%),
6551
+ background-image:
6552
+ linear-gradient(45deg, var(--alpha-overlay-color) 25%, transparent 25%),
6505
6553
  linear-gradient(-45deg, var(--alpha-overlay-color) 25%, transparent 25%),
6506
6554
  linear-gradient(45deg, transparent 75%, var(--alpha-overlay-color) 75%),
6507
6555
  linear-gradient(-45deg, var(--alpha-overlay-bg) 75%, var(--alpha-overlay-color) 75%);
@@ -6604,6 +6652,10 @@ fieldset:disabled .m_8ee546b8,
6604
6652
  flex-wrap: wrap;
6605
6653
  }
6606
6654
 
6655
+ .m_5711e686:only-child {
6656
+ margin-top: 0;
6657
+ }
6658
+
6607
6659
  .m_202a296e {
6608
6660
  --cp-thumb-size-xs: calc(0.5rem * var(--mantine-scale));
6609
6661
  --cp-thumb-size-sm: calc(0.75rem * var(--mantine-scale));
@@ -7055,20 +7107,22 @@ fieldset:disabled .m_8ee546b8,
7055
7107
  .m_abbac491 {
7056
7108
  --list-fz: var(--mantine-font-size-md);
7057
7109
  --list-lh: var(--mantine-line-height-md);
7110
+ --list-marker-gap: var(--mantine-spacing-lg);
7058
7111
 
7059
- list-style-position: inside;
7112
+ list-style-position: outside;
7060
7113
  font-size: var(--list-fz);
7061
7114
  line-height: var(--list-lh);
7062
7115
  margin: 0;
7063
7116
  padding: 0;
7117
+ padding-inline-start: var(--list-marker-gap);
7064
7118
  }
7065
7119
 
7066
7120
  .m_abbac491:where([data-with-padding]) {
7067
- padding-inline-start: var(--mantine-spacing-md);
7121
+ padding-inline-start: calc(var(--list-marker-gap) + var(--mantine-spacing-md));
7068
7122
  }
7069
7123
 
7070
7124
  .m_abb6bec2 {
7071
- white-space: nowrap;
7125
+ white-space: normal;
7072
7126
  line-height: var(--list-lh);
7073
7127
  }
7074
7128
 
@@ -7945,6 +7999,16 @@ fieldset:disabled .m_8ee546b8,
7945
7999
  }
7946
8000
  }
7947
8001
 
8002
+ @keyframes m_e0fb7a86 {
8003
+ 0% {
8004
+ background-position: 0 0;
8005
+ }
8006
+
8007
+ 100% {
8008
+ background-position: 0 calc(2.5rem * var(--mantine-scale));
8009
+ }
8010
+ }
8011
+
7948
8012
  .m_db6d6462 {
7949
8013
  --progress-radius: var(--mantine-radius-default);
7950
8014
  --progress-size: var(--progress-size-md);
@@ -7970,10 +8034,16 @@ fieldset:disabled .m_8ee546b8,
7970
8034
  background-color: var(--mantine-color-dark-4);
7971
8035
  }
7972
8036
 
8037
+ .m_db6d6462:where([data-orientation='vertical']) {
8038
+ height: auto;
8039
+ width: var(--progress-size);
8040
+ flex-direction: column-reverse;
8041
+ }
8042
+
7973
8043
  .m_2242eb65 {
7974
8044
  background-color: var(--progress-section-color);
7975
8045
  height: 100%;
7976
- width: var(--progress-section-width);
8046
+ width: var(--progress-section-size);
7977
8047
  display: flex;
7978
8048
  align-items: center;
7979
8049
  justify-content: center;
@@ -8011,6 +8081,41 @@ fieldset:disabled .m_8ee546b8,
8011
8081
  border-end-start-radius: var(--progress-radius);
8012
8082
  }
8013
8083
 
8084
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65 {
8085
+ width: 100%;
8086
+ height: var(--progress-section-size);
8087
+ transition: height var(--progress-transition-duration, 100ms) ease;
8088
+ }
8089
+
8090
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where([data-striped]) {
8091
+ background-image: linear-gradient(
8092
+ 135deg,
8093
+ rgba(255, 255, 255, 0.15) 25%,
8094
+ transparent 25%,
8095
+ transparent 50%,
8096
+ rgba(255, 255, 255, 0.15) 50%,
8097
+ rgba(255, 255, 255, 0.15) 75%,
8098
+ transparent 75%,
8099
+ transparent
8100
+ );
8101
+ }
8102
+
8103
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where([data-animated]) {
8104
+ animation: m_e0fb7a86 1s linear infinite;
8105
+ }
8106
+
8107
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where(:last-of-type) {
8108
+ border-radius: 0;
8109
+ border-start-start-radius: var(--progress-radius);
8110
+ border-start-end-radius: var(--progress-radius);
8111
+ }
8112
+
8113
+ .m_db6d6462:where([data-orientation='vertical']) .m_2242eb65:where(:first-of-type) {
8114
+ border-radius: 0;
8115
+ border-end-start-radius: var(--progress-radius);
8116
+ border-end-end-radius: var(--progress-radius);
8117
+ }
8118
+
8014
8119
  .m_91e40b74 {
8015
8120
  color: var(--progress-label-color, var(--mantine-color-white));
8016
8121
  font-weight: bold;
@@ -8023,6 +8128,10 @@ fieldset:disabled .m_8ee546b8,
8023
8128
  padding-inline: calc(0.25rem * var(--mantine-scale));
8024
8129
  }
8025
8130
 
8131
+ .m_db6d6462:where([data-orientation='vertical']) .m_91e40b74 {
8132
+ writing-mode: vertical-rl;
8133
+ }
8134
+
8026
8135
  .m_9dc8ae12 {
8027
8136
  --card-radius: var(--mantine-radius-default);
8028
8137
 
@@ -11107,6 +11216,148 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
11107
11216
  opacity: 0.5;
11108
11217
  cursor: not-allowed;
11109
11218
  }
11219
+
11220
+ .m_2a0c4eda {
11221
+ width: fit-content;
11222
+ display: flex;
11223
+ align-items: center;
11224
+ font-size: var(--mini-calendar-font-size);
11225
+ }
11226
+
11227
+ .m_2a05be4f {
11228
+ display: flex;
11229
+ font-size: inherit;
11230
+ }
11231
+
11232
+ .m_99d16a4 {
11233
+ display: flex;
11234
+ min-width: 3em;
11235
+ gap: 0.5em;
11236
+ font-size: inherit;
11237
+ flex-direction: column;
11238
+ align-items: center;
11239
+ line-height: 1;
11240
+ padding: 0.75em;
11241
+ border-radius: var(--mantine-radius-default);
11242
+ }
11243
+
11244
+ .m_99d16a4:where([data-selected]) {
11245
+ color: var(--mantine-primary-color-contrast);
11246
+ background-color: var(--mantine-primary-color-filled);
11247
+ }
11248
+
11249
+ @media (hover: hover) {
11250
+ .m_99d16a4:where([data-selected]):hover:where(:not([data-disabled], [data-static])) {
11251
+ background-color: var(--mantine-primary-color-filled-hover);
11252
+ }
11253
+ }
11254
+
11255
+ @media (hover: none) {
11256
+ .m_99d16a4:where([data-selected]):active:where(:not([data-disabled], [data-static])) {
11257
+ background-color: var(--mantine-primary-color-filled-hover);
11258
+ }
11259
+ }
11260
+
11261
+ .m_99d16a4:where([data-disabled]) {
11262
+ opacity: 0.3;
11263
+ cursor: not-allowed;
11264
+ }
11265
+
11266
+ @media (hover: hover) {
11267
+ :where([data-mantine-color-scheme='light']) .m_99d16a4:hover:where(:not([data-disabled], [data-selected])) {
11268
+ background-color: var(--mantine-color-gray-1);
11269
+ }
11270
+ }
11271
+
11272
+ @media (hover: none) {
11273
+ :where([data-mantine-color-scheme='light']) .m_99d16a4:active:where(:not([data-disabled], [data-selected])) {
11274
+ background-color: var(--mantine-color-gray-1);
11275
+ }
11276
+ }
11277
+
11278
+ @media (hover: hover) {
11279
+ :where([data-mantine-color-scheme='dark']) .m_99d16a4:hover:where(:not([data-disabled], [data-selected])) {
11280
+ background-color: var(--mantine-color-dark-5);
11281
+ }
11282
+ }
11283
+
11284
+ @media (hover: none) {
11285
+ :where([data-mantine-color-scheme='dark']) .m_99d16a4:active:where(:not([data-disabled], [data-selected])) {
11286
+ background-color: var(--mantine-color-dark-5);
11287
+ }
11288
+ }
11289
+
11290
+ .m_176ca23c {
11291
+ font-size: 0.75em;
11292
+ font-weight: 500;
11293
+ opacity: 0.65;
11294
+ }
11295
+
11296
+ .m_d830530d {
11297
+ font-size: 0.9em;
11298
+ font-weight: 500;
11299
+ }
11300
+
11301
+ .m_14c23465 {
11302
+ align-self: stretch;
11303
+ font-size: inherit;
11304
+ width: 2em;
11305
+ border-radius: var(--mantine-radius-default);
11306
+ display: flex;
11307
+ align-items: center;
11308
+ justify-content: center;
11309
+ color: var(--mantine-color-bright);
11310
+ }
11311
+
11312
+ .m_14c23465:where([data-disabled]) {
11313
+ opacity: 0.3;
11314
+ cursor: not-allowed;
11315
+ }
11316
+
11317
+ .m_14c23465 [data-chevron] {
11318
+ font-size: inherit;
11319
+ width: 60%;
11320
+ }
11321
+
11322
+ .m_14c23465[data-direction='previous'] [data-chevron] {
11323
+ transform: rotate(90deg);
11324
+ }
11325
+
11326
+ [dir="rtl"] .m_14c23465[data-direction='previous'] [data-chevron] {
11327
+ transform: rotate(-90deg);
11328
+ }
11329
+
11330
+ .m_14c23465[data-direction='next'] [data-chevron] {
11331
+ transform: rotate(-90deg);
11332
+ }
11333
+
11334
+ [dir="rtl"] .m_14c23465[data-direction='next'] [data-chevron] {
11335
+ transform: rotate(90deg);
11336
+ }
11337
+
11338
+ @media (hover: hover) {
11339
+ :where([data-mantine-color-scheme='light']) .m_14c23465:hover:where(:not([data-disabled])) {
11340
+ background-color: var(--mantine-color-gray-1);
11341
+ }
11342
+ }
11343
+
11344
+ @media (hover: none) {
11345
+ :where([data-mantine-color-scheme='light']) .m_14c23465:active:where(:not([data-disabled])) {
11346
+ background-color: var(--mantine-color-gray-1);
11347
+ }
11348
+ }
11349
+
11350
+ @media (hover: hover) {
11351
+ :where([data-mantine-color-scheme='dark']) .m_14c23465:hover:where(:not([data-disabled])) {
11352
+ background-color: var(--mantine-color-dark-5);
11353
+ }
11354
+ }
11355
+
11356
+ @media (hover: none) {
11357
+ :where([data-mantine-color-scheme='dark']) .m_14c23465:active:where(:not([data-disabled])) {
11358
+ background-color: var(--mantine-color-dark-5);
11359
+ }
11360
+ }
11110
11361
  }
11111
11362
  @layer mantine {.m_b37d9ac7 {
11112
11363
  width: calc(100% - var(--mantine-spacing-md) * 2);