@jobber/components 9.5.3 → 9.6.0

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.
Files changed (178) hide show
  1. package/Combobox.d.ts +1 -0
  2. package/Combobox.js +17 -0
  3. package/dist/Autocomplete/index.cjs +0 -2
  4. package/dist/Autocomplete/index.mjs +0 -2
  5. package/dist/Autocomplete-cjs.js +4 -5
  6. package/dist/Autocomplete-es.js +1 -2
  7. package/dist/Card/index.cjs +2 -2
  8. package/dist/Card/index.mjs +2 -2
  9. package/dist/Chip/index.cjs +0 -2
  10. package/dist/Chip/index.mjs +0 -2
  11. package/dist/Chips/InternalChipDismissible/hooks/index.cjs +0 -2
  12. package/dist/Chips/InternalChipDismissible/hooks/index.mjs +0 -2
  13. package/dist/Chips/InternalChipDismissible/index.cjs +0 -2
  14. package/dist/Chips/InternalChipDismissible/index.mjs +0 -2
  15. package/dist/Chips/index.cjs +0 -2
  16. package/dist/Chips/index.mjs +0 -2
  17. package/dist/Combobox/Combobox.contentSlots.d.ts +5 -0
  18. package/dist/Combobox/Combobox.context.d.ts +34 -0
  19. package/dist/Combobox/Combobox.d.ts +69 -0
  20. package/dist/Combobox/Combobox.footer.d.ts +7 -0
  21. package/dist/Combobox/Combobox.items.d.ts +25 -0
  22. package/dist/Combobox/Combobox.responsive.d.ts +54 -0
  23. package/dist/Combobox/Combobox.selectAll.d.ts +4 -0
  24. package/dist/Combobox/Combobox.slotFactory.d.ts +7 -0
  25. package/dist/Combobox/Combobox.testUtils.d.ts +12 -0
  26. package/dist/Combobox/Combobox.types.d.ts +166 -0
  27. package/dist/Combobox/index.cjs +35 -0
  28. package/dist/Combobox/index.d.ts +2 -0
  29. package/dist/Combobox/index.mjs +29 -0
  30. package/dist/Combobox-cjs.js +675 -0
  31. package/dist/Combobox-es.js +673 -0
  32. package/dist/ComboboxPrimitive-cjs.js +88 -47
  33. package/dist/ComboboxPrimitive-es.js +39 -23
  34. package/dist/{ComboboxChipRemove-cjs.js → ComboboxSeparator-cjs.js} +501 -455
  35. package/dist/{ComboboxChipRemove-es.js → ComboboxSeparator-es.js} +500 -456
  36. package/dist/ConfirmationModal/index.cjs +0 -2
  37. package/dist/ConfirmationModal/index.mjs +0 -2
  38. package/dist/ContentBlock/index.cjs +1 -0
  39. package/dist/ContentBlock/index.mjs +1 -0
  40. package/dist/ContentBlock-cjs.js +2 -18
  41. package/dist/ContentBlock-es.js +1 -17
  42. package/dist/DataDump/index.cjs +2 -2
  43. package/dist/DataDump/index.mjs +2 -2
  44. package/dist/DataList/components/DataListActions/index.cjs +0 -2
  45. package/dist/DataList/components/DataListActions/index.mjs +0 -2
  46. package/dist/DataList/components/DataListBulkActions/index.cjs +0 -2
  47. package/dist/DataList/components/DataListBulkActions/index.mjs +0 -2
  48. package/dist/DataList/components/DataListFilters/components/DataListSort/index.cjs +0 -2
  49. package/dist/DataList/components/DataListFilters/components/DataListSort/index.mjs +0 -2
  50. package/dist/DataList/components/DataListFilters/index.cjs +0 -2
  51. package/dist/DataList/components/DataListFilters/index.mjs +0 -2
  52. package/dist/DataList/components/DataListHeader/index.cjs +0 -2
  53. package/dist/DataList/components/DataListHeader/index.mjs +0 -2
  54. package/dist/DataList/components/DataListItem/index.cjs +0 -2
  55. package/dist/DataList/components/DataListItem/index.mjs +0 -2
  56. package/dist/DataList/components/DataListItemActions/index.cjs +0 -2
  57. package/dist/DataList/components/DataListItemActions/index.mjs +0 -2
  58. package/dist/DataList/components/DataListItemActionsOverflow/index.cjs +0 -2
  59. package/dist/DataList/components/DataListItemActionsOverflow/index.mjs +0 -2
  60. package/dist/DataList/components/DataListItems/index.cjs +0 -2
  61. package/dist/DataList/components/DataListItems/index.mjs +0 -2
  62. package/dist/DataList/components/DataListLayout/index.cjs +0 -2
  63. package/dist/DataList/components/DataListLayout/index.mjs +0 -2
  64. package/dist/DataList/components/DataListLayoutActions/index.cjs +0 -2
  65. package/dist/DataList/components/DataListLayoutActions/index.mjs +0 -2
  66. package/dist/DataList/index.cjs +0 -2
  67. package/dist/DataList/index.mjs +0 -2
  68. package/dist/DatePicker/index.cjs +0 -2
  69. package/dist/DatePicker/index.mjs +0 -2
  70. package/dist/DatePicker-cjs.js +4 -5
  71. package/dist/DatePicker-es.js +1 -2
  72. package/dist/Dialog/index.cjs +2 -2
  73. package/dist/Dialog/index.mjs +2 -2
  74. package/dist/DrawerDescription-cjs.js +268 -99
  75. package/dist/DrawerDescription-es.js +270 -103
  76. package/dist/DrawerTitle-cjs.js +2 -6
  77. package/dist/DrawerTitle-es.js +3 -7
  78. package/dist/FieldDescription-cjs.js +184 -181
  79. package/dist/FieldDescription-es.js +187 -184
  80. package/dist/FilterPicker/components/FilterPickerActivator/index.cjs +0 -2
  81. package/dist/FilterPicker/components/FilterPickerActivator/index.mjs +0 -2
  82. package/dist/FilterPicker/components/FilterPickerContent/index.cjs +0 -2
  83. package/dist/FilterPicker/components/FilterPickerContent/index.mjs +0 -2
  84. package/dist/FilterPicker/components/FilterPickerTrigger/index.cjs +0 -2
  85. package/dist/FilterPicker/components/FilterPickerTrigger/index.mjs +0 -2
  86. package/dist/FilterPicker/index.cjs +0 -2
  87. package/dist/FilterPicker/index.mjs +0 -2
  88. package/dist/FilterPickerContent-cjs.js +4 -5
  89. package/dist/FilterPickerContent-es.js +1 -2
  90. package/dist/FormatFile/index.cjs +0 -2
  91. package/dist/FormatFile/index.mjs +0 -2
  92. package/dist/Gallery/index.cjs +0 -2
  93. package/dist/Gallery/index.mjs +0 -2
  94. package/dist/InputDate/index.cjs +0 -2
  95. package/dist/InputDate/index.mjs +0 -2
  96. package/dist/InputNumber/index.cjs +2 -2
  97. package/dist/InputNumber/index.mjs +2 -2
  98. package/dist/InputNumber/types.d.ts +5 -0
  99. package/dist/InputNumber-cjs.js +2 -2
  100. package/dist/InputNumber-es.js +2 -2
  101. package/dist/LightBox/index.cjs +0 -2
  102. package/dist/LightBox/index.mjs +0 -2
  103. package/dist/Menu/index.cjs +2 -2
  104. package/dist/Menu/index.mjs +2 -2
  105. package/dist/Menu-cjs.js +4 -5
  106. package/dist/Menu-es.js +1 -2
  107. package/dist/MenuSubmenuTrigger-cjs.js +206 -164
  108. package/dist/MenuSubmenuTrigger-es.js +194 -152
  109. package/dist/Modal/index.cjs +0 -2
  110. package/dist/Modal/index.mjs +1 -3
  111. package/dist/NumberFieldInput-cjs.js +187 -308
  112. package/dist/NumberFieldInput-es.js +187 -308
  113. package/dist/Page/index.cjs +2 -2
  114. package/dist/Page/index.mjs +2 -2
  115. package/dist/Popover/index.cjs +0 -2
  116. package/dist/Popover/index.mjs +0 -2
  117. package/dist/Popover-cjs.js +7 -8
  118. package/dist/Popover-es.js +1 -2
  119. package/dist/ScrollAreaViewport-cjs.js +747 -1093
  120. package/dist/ScrollAreaViewport-es.js +734 -1081
  121. package/dist/Select/index.cjs +2 -2
  122. package/dist/Select/index.mjs +2 -2
  123. package/dist/SelectGroupLabel-cjs.js +207 -306
  124. package/dist/SelectGroupLabel-es.js +203 -302
  125. package/dist/SelectPrimitive-cjs.js +11 -17
  126. package/dist/SelectPrimitive-es.js +1 -7
  127. package/dist/Tooltip/index.cjs +0 -2
  128. package/dist/Tooltip/index.mjs +0 -2
  129. package/dist/Tooltip-cjs.js +6 -7
  130. package/dist/Tooltip-es.js +1 -2
  131. package/dist/buttonRenderAdapter-cjs.js +2 -1
  132. package/dist/buttonRenderAdapter-es.js +2 -1
  133. package/dist/dialogReturnFocus-cjs.js +1 -1
  134. package/dist/dialogReturnFocus-es.js +2 -2
  135. package/dist/docs/InputNumber/InputNumber.md +2 -2
  136. package/dist/docs/SelectPrimitive/SelectPrimitive.md +1 -1
  137. package/dist/floating-ui.react-cjs.js +2557 -185
  138. package/dist/floating-ui.react-es.js +2512 -149
  139. package/dist/getMappedBreakpointWidth-cjs.js +21 -0
  140. package/dist/getMappedBreakpointWidth-es.js +18 -0
  141. package/dist/index.cjs +15 -10
  142. package/dist/index.d.mts +1 -0
  143. package/dist/index.d.ts +1 -0
  144. package/dist/index.mjs +14 -10
  145. package/dist/mergeClassName-cjs.js +12 -0
  146. package/dist/mergeClassName-es.js +10 -0
  147. package/dist/primitives/BottomSheet/index.cjs +1 -1
  148. package/dist/primitives/BottomSheet/index.mjs +1 -1
  149. package/dist/primitives/ComboboxPrimitive/ComboboxPrimitive.d.ts +2 -2
  150. package/dist/primitives/ComboboxPrimitive/index.cjs +4 -5
  151. package/dist/primitives/ComboboxPrimitive/index.mjs +4 -5
  152. package/dist/primitives/SelectPrimitive/index.cjs +1 -2
  153. package/dist/primitives/SelectPrimitive/index.mjs +1 -2
  154. package/dist/primitives/index.cjs +3 -3
  155. package/dist/primitives/index.mjs +3 -3
  156. package/dist/scrollEdges-cjs.js +1 -11
  157. package/dist/scrollEdges-es.js +1 -11
  158. package/dist/scrollable-cjs.js +58 -0
  159. package/dist/scrollable-es.js +54 -0
  160. package/dist/styles.css +759 -42
  161. package/dist/unstyledPrimitives/index.cjs +720 -478
  162. package/dist/unstyledPrimitives/index.mjs +663 -421
  163. package/dist/useCompositeListItem-cjs.js +2108 -361
  164. package/dist/useCompositeListItem-es.js +2076 -331
  165. package/dist/useLabel-cjs.js +2 -3
  166. package/dist/useLabel-es.js +2 -3
  167. package/dist/useRenderElement-cjs.js +9 -7
  168. package/dist/useRenderElement-es.js +9 -7
  169. package/dist/useScrollLock-cjs.js +819 -344
  170. package/dist/useScrollLock-es.js +732 -296
  171. package/dist/useScrollToActive-cjs.js +4 -5
  172. package/dist/useScrollToActive-es.js +1 -2
  173. package/dist/utils/meta/meta.json +43 -1
  174. package/package.json +8 -3
  175. package/dist/floating-ui.react-dom-cjs.js +0 -2103
  176. package/dist/floating-ui.react-dom-es.js +0 -2072
  177. package/dist/floating-ui.utils-cjs.js +0 -342
  178. package/dist/floating-ui.utils-es.js +0 -300
package/dist/styles.css CHANGED
@@ -4210,8 +4210,8 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4210
4210
  }
4211
4211
 
4212
4212
  .EySvIEsW9Q4-,
4213
- .F94vaco3HkM-,
4214
- .IYgNfHHPVFY- {
4213
+ :where(.F94vaco3HkM-),
4214
+ :where(.IYgNfHHPVFY-) {
4215
4215
  --comboboxPrimitive-field-height: calc(var(--base-unit) * 2.5);
4216
4216
  --comboboxPrimitive-control-height: calc(
4217
4217
  var(--comboboxPrimitive-field-height) - (var(--border-base) * 2)
@@ -4251,7 +4251,9 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4251
4251
  box-sizing: border-box;
4252
4252
  }
4253
4253
 
4254
- .EySvIEsW9Q4-:has(.L-KgsoDZ360-:focus-visible):not([data-popup-open]) {
4254
+ .EySvIEsW9Q4-:has(.L-KgsoDZ360-:focus-visible, > .F94vaco3HkM-:focus-visible):not(
4255
+ [data-popup-open]
4256
+ ) {
4255
4257
  z-index: 1;
4256
4258
  z-index: var(--elevation-base);
4257
4259
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
@@ -4264,7 +4266,9 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4264
4266
  border-color: var(--color-critical);
4265
4267
  }
4266
4268
 
4267
- .EySvIEsW9Q4-:not([data-disabled]):not(:has(.L-KgsoDZ360-:focus-visible)):hover {
4269
+ .EySvIEsW9Q4-:not([data-disabled]):not(
4270
+ :has(.L-KgsoDZ360-:focus-visible, > .F94vaco3HkM-:focus-visible)
4271
+ ):hover {
4268
4272
  box-shadow: inset 0 0 0 1px hsl(200, 13%, 87%);
4269
4273
  box-shadow: inset 0 0 0 var(--border-base) var(--color-border--interactive);
4270
4274
  }
@@ -4277,7 +4281,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4277
4281
  }
4278
4282
 
4279
4283
  .EySvIEsW9Q4-[data-invalid]:not([data-disabled]):not(
4280
- :has(.L-KgsoDZ360-:focus-visible)
4284
+ :has(.L-KgsoDZ360-:focus-visible, > .F94vaco3HkM-:focus-visible)
4281
4285
  ):hover,
4282
4286
  .EySvIEsW9Q4-[data-invalid]:not([data-disabled])[data-popup-open] {
4283
4287
  box-shadow: inset 0 0 0 1px hsl(6, 64%, 51%);
@@ -4293,11 +4297,13 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4293
4297
  color: var(--color-disabled);
4294
4298
  background-color: hsl(0, 0%, 93%);
4295
4299
  background-color: var(--color-disabled--secondary);
4300
+ cursor: not-allowed;
4296
4301
  }
4297
4302
 
4298
4303
  .EySvIEsW9Q4-[data-disabled] :disabled {
4299
4304
  -webkit-text-fill-color: hsl(0, 0%, 58%);
4300
4305
  -webkit-text-fill-color: var(--color-disabled);
4306
+ cursor: not-allowed;
4301
4307
  opacity: 1;
4302
4308
  }
4303
4309
 
@@ -4320,6 +4326,12 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4320
4326
  appearance: none;
4321
4327
  }
4322
4328
 
4329
+ .EySvIEsW9Q4- > .L-KgsoDZ360- {
4330
+ -ms-flex: 1 1 0px;
4331
+ flex: 1 1 0;
4332
+ width: auto;
4333
+ }
4334
+
4323
4335
  .L-KgsoDZ360-::-webkit-input-placeholder {
4324
4336
  color: hsl(197, 21%, 36%);
4325
4337
  color: var(--color-text--secondary);
@@ -4390,7 +4402,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4390
4402
  color: var(--color-disabled);
4391
4403
  }
4392
4404
 
4393
- .F94vaco3HkM- {
4405
+ :where(.F94vaco3HkM-) {
4394
4406
  display: -ms-inline-flexbox;
4395
4407
  display: inline-flex;
4396
4408
  -ms-flex-align: center;
@@ -4436,7 +4448,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4436
4448
  line-height: 0;
4437
4449
  }
4438
4450
 
4439
- .IYgNfHHPVFY- {
4451
+ :where(.IYgNfHHPVFY-) {
4440
4452
  display: -ms-inline-flexbox;
4441
4453
  display: inline-flex;
4442
4454
  -ms-flex: 0 0 auto;
@@ -4456,7 +4468,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4456
4468
  cursor: pointer;
4457
4469
  }
4458
4470
 
4459
- .EySvIEsW9Q4- > .F94vaco3HkM- {
4471
+ .EySvIEsW9Q4- > :where(.F94vaco3HkM-) {
4460
4472
  -ms-flex: 0 0 auto;
4461
4473
  flex: 0 0 auto;
4462
4474
  -ms-flex-pack: center;
@@ -4476,20 +4488,20 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4476
4488
  background: transparent;
4477
4489
  }
4478
4490
 
4479
- .F94vaco3HkM-:hover,
4480
- .IYgNfHHPVFY-:hover {
4491
+ :where(.F94vaco3HkM-:hover, .IYgNfHHPVFY-:hover) {
4481
4492
  color: hsl(197, 90%, 12%);
4482
4493
  color: var(--color-heading);
4483
4494
  }
4484
4495
 
4485
- .F94vaco3HkM-:focus-visible:not([data-popup-open]) {
4496
+ .F94vaco3HkM-:not(:where(.EySvIEsW9Q4- > .F94vaco3HkM-)):focus-visible:not(
4497
+ [data-popup-open]
4498
+ ) {
4486
4499
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
4487
4500
  box-shadow: var(--shadow-focus);
4488
4501
  outline: none;
4489
4502
  }
4490
4503
 
4491
- .EySvIEsW9Q4- > .F94vaco3HkM-:focus-visible,
4492
- .IYgNfHHPVFY-:focus-visible {
4504
+ :where(.IYgNfHHPVFY-:focus-visible) {
4493
4505
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
4494
4506
  box-shadow: var(--shadow-focus);
4495
4507
  border-radius: 4px;
@@ -4497,7 +4509,11 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4497
4509
  outline: none;
4498
4510
  }
4499
4511
 
4500
- .IYgNfHHPVFY-:has(+ .F94vaco3HkM-) {
4512
+ :where(.EySvIEsW9Q4- > .F94vaco3HkM-:focus-visible) {
4513
+ outline: none;
4514
+ }
4515
+
4516
+ :where(.IYgNfHHPVFY-:has(+ .F94vaco3HkM-)) {
4501
4517
  min-width: 24px;
4502
4518
  min-width: var(--space-large);
4503
4519
  margin-right: 4px;
@@ -4545,7 +4561,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4545
4561
  color: var(--color-disabled);
4546
4562
  background-color: hsl(0, 0%, 93%);
4547
4563
  background-color: var(--color-disabled--secondary);
4548
- cursor: default;
4564
+ cursor: not-allowed;
4549
4565
  }
4550
4566
 
4551
4567
  .EySvIEsW9Q4- > .F94vaco3HkM-[data-disabled],
@@ -4553,30 +4569,35 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4553
4569
  color: hsl(0, 0%, 58%);
4554
4570
  color: var(--color-disabled);
4555
4571
  background: transparent;
4556
- cursor: default;
4572
+ cursor: not-allowed;
4557
4573
  }
4558
4574
 
4559
- .qfx6EynKdsk- {
4575
+ :where(.qfx6EynKdsk-) {
4560
4576
  z-index: 1001;
4561
4577
  z-index: var(--elevation-modal);
4562
4578
  width: var(--anchor-width);
4563
4579
  max-width: var(--available-width);
4564
4580
  }
4565
4581
 
4566
- .LOetsPPEwOk- {
4582
+ :where(.LOetsPPEwOk-) {
4567
4583
  display: -ms-flexbox;
4568
4584
  display: flex;
4569
4585
  -ms-flex-direction: column;
4570
4586
  flex-direction: column;
4571
- max-height: min(calc(16px * 18), var(--available-height));
4572
- max-height: min(calc(var(--base-unit) * 18), var(--available-height));
4587
+ max-height: min(
4588
+ 72vh,
4589
+ max(0px, calc(var(--available-height) - 16px))
4590
+ );
4591
+ max-height: min(
4592
+ 72vh,
4593
+ max(0px, calc(var(--available-height) - var(--space-base)))
4594
+ );
4573
4595
  min-width: calc(16px * 12.5);
4574
4596
  min-width: calc(var(--base-unit) * 12.5);
4575
4597
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
4576
4598
  box-shadow: var(--shadow-base);
4577
4599
  box-sizing: border-box;
4578
- padding: 8px;
4579
- padding: var(--space-small);
4600
+ padding: var(--space-none);
4580
4601
  border: 1px solid hsl(200, 13%, 87%);
4581
4602
  border: var(--border-base) solid var(--color-border);
4582
4603
  border-radius: 8px;
@@ -4618,27 +4639,28 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4618
4639
  background-color: var(--color-surface);
4619
4640
  }
4620
4641
 
4621
- .TCtrYZwnZYo- {
4642
+ :where(.TCtrYZwnZYo-) {
4622
4643
  display: grid;
4644
+ -ms-flex-line-pack: start;
4645
+ align-content: start;
4623
4646
  max-height: inherit;
4624
4647
  min-height: 0;
4625
- padding: var(--space-none);
4648
+ padding: 8px;
4649
+ padding: var(--space-small);
4626
4650
  overflow: auto;
4627
4651
  -ms-flex: 1 1 auto;
4628
4652
  flex: 1 1 auto;
4653
+ grid-auto-rows: -webkit-max-content;
4654
+ grid-auto-rows: max-content;
4629
4655
  grid-template-columns: 1fr;
4630
4656
  -webkit-overflow-scrolling: touch;
4631
4657
  }
4632
4658
 
4633
- .TCtrYZwnZYo-:empty {
4659
+ .TCtrYZwnZYo-:empty,
4660
+ .TCtrYZwnZYo-[data-empty] {
4634
4661
  padding: var(--space-none);
4635
4662
  }
4636
4663
 
4637
- .LOetsPPEwOk- > .L-KgsoDZ360- + .TCtrYZwnZYo- {
4638
- padding: 8px;
4639
- padding: var(--space-small);
4640
- }
4641
-
4642
4664
  .M166bxiQs88-:not(:empty) {
4643
4665
  display: -ms-flexbox;
4644
4666
  display: flex;
@@ -4647,12 +4669,18 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4647
4669
  min-height: calc(16px * 2.5);
4648
4670
  min-height: calc(var(--base-unit) * 2.5);
4649
4671
  box-sizing: border-box;
4650
- padding: 8px;
4651
- padding: var(--space-small);
4672
+ padding: 16px;
4673
+ padding: var(--space-base);
4652
4674
  color: hsl(197, 21%, 36%);
4653
4675
  color: var(--color-text--secondary);
4654
4676
  }
4655
4677
 
4678
+ :where(._4lKs8q6dvXs-) {
4679
+ box-sizing: border-box;
4680
+ padding: 8px;
4681
+ padding: var(--space-small);
4682
+ }
4683
+
4656
4684
  .Cm53I7O4mMw- {
4657
4685
  display: -ms-flexbox;
4658
4686
  display: flex;
@@ -4701,7 +4729,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4701
4729
  .Cm53I7O4mMw-[data-disabled] {
4702
4730
  color: hsl(0, 0%, 58%);
4703
4731
  color: var(--color-disabled);
4704
- cursor: default;
4732
+ cursor: not-allowed;
4705
4733
  }
4706
4734
 
4707
4735
  .Cm53I7O4mMw-[data-disabled]:hover {
@@ -4776,7 +4804,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4776
4804
  transform: rotate(45deg);
4777
4805
  }
4778
4806
 
4779
- .pkc7PhhfCuk- {
4807
+ :where(.pkc7PhhfCuk-) {
4780
4808
  display: -ms-flexbox;
4781
4809
  display: flex;
4782
4810
  -ms-flex: 1 1 auto;
@@ -4794,11 +4822,12 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4794
4822
 
4795
4823
  .pkc7PhhfCuk- .L-KgsoDZ360- {
4796
4824
  width: auto;
4797
- height: calc(16px * 1.5);
4798
- height: calc(var(--base-unit) * 1.5);
4825
+ height: calc(16px * 1.25);
4826
+ height: calc(var(--base-unit) * 1.25);
4799
4827
  min-width: 0;
4800
4828
  padding: 0;
4801
- line-height: 1.25;
4829
+ line-height: calc(16px * 1.25);
4830
+ line-height: calc(var(--base-unit) * 1.25);
4802
4831
  -ms-flex: 1 1 0px;
4803
4832
  flex: 1 1 0;
4804
4833
  }
@@ -4834,11 +4863,13 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4834
4863
  .fdKYm3GTKwk- {
4835
4864
  display: -ms-inline-flexbox;
4836
4865
  display: inline-flex;
4837
- min-height: calc(16px * 1.5);
4838
- min-height: calc(var(--base-unit) * 1.5);
4866
+ height: calc(16px * 1.25);
4867
+ height: calc(var(--base-unit) * 1.25);
4868
+ min-height: calc(16px * 1.25);
4869
+ min-height: calc(var(--base-unit) * 1.25);
4839
4870
  box-sizing: border-box;
4840
- padding: 0 8px;
4841
- padding: 0 var(--space-small);
4871
+ padding: 0 calc(8px - 2px);
4872
+ padding: 0 calc(var(--space-small) - var(--space-smallest));
4842
4873
  border: 1px solid hsl(200, 13%, 87%);
4843
4874
  border: var(--border-base) solid var(--color-border--interactive);
4844
4875
  border-radius: 4px;
@@ -4929,7 +4960,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
4929
4960
  .vzuaMzxA96M-[data-disabled] {
4930
4961
  color: hsl(0, 0%, 58%);
4931
4962
  color: var(--color-disabled);
4932
- cursor: default;
4963
+ cursor: not-allowed;
4933
4964
  }
4934
4965
 
4935
4966
  .fdKYm3GTKwk-[data-disabled] .vzuaMzxA96M-,
@@ -5435,6 +5466,692 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
5435
5466
  width: 100%;
5436
5467
  }
5437
5468
 
5469
+ .B0QmBtwlnHs- {
5470
+ display: grid;
5471
+ gap: 4px;
5472
+ grid-gap: 4px;
5473
+ grid-gap: var(--space-smaller);
5474
+ gap: var(--space-smaller);
5475
+ }
5476
+
5477
+ .RViH4KcR7S4-.RViH4KcR7S4- {
5478
+ --comboboxPrimitive-field-height: calc(var(--base-unit) * 3);
5479
+ --comboboxPrimitive-field-padding-inline: var(--space-slim);
5480
+ --combobox-chip-padding-block: var(--space-small);
5481
+ --combobox-chip-padding-inline: var(--space-slim);
5482
+ --combobox-hasLabel-control-padding-top: calc(
5483
+ var(--space-base) + var(--space-smaller)
5484
+ );
5485
+ --combobox-hasLabel-control-padding-bottom: calc(
5486
+ var(--space-small) - var(--space-smallest)
5487
+ );
5488
+ --combobox-hasLabel-chips-padding-top: calc(
5489
+ var(--space-base) + var(--space-smaller)
5490
+ );
5491
+ --combobox-hasLabel-chips-padding-bottom: calc(
5492
+ var(--space-small) - var(--space-smallest)
5493
+ );
5494
+ --combobox-trigger-padding-inline-start: var(--space-small);
5495
+ --combobox-trigger-padding-inline-end: var(--space-base);
5496
+ }
5497
+
5498
+ .PhTQQLSQRfU-.PhTQQLSQRfU- {
5499
+ --comboboxPrimitive-field-height: calc(var(--base-unit) * 2.25);
5500
+ --comboboxPrimitive-field-padding-inline: var(--space-slim);
5501
+ --combobox-chip-padding-block: var(--space-smaller);
5502
+ --combobox-chip-padding-inline: var(--space-slim);
5503
+ --combobox-hasLabel-control-padding-top: var(
5504
+ --comboboxPrimitive-field-padding-block
5505
+ );
5506
+ --combobox-hasLabel-control-padding-bottom: var(
5507
+ --comboboxPrimitive-field-padding-block
5508
+ );
5509
+ --combobox-hasLabel-chips-padding-top: var(--combobox-chip-padding-block);
5510
+ --combobox-hasLabel-chips-padding-bottom: var(--combobox-chip-padding-block);
5511
+ --combobox-trigger-padding-inline-start: var(--space-smaller);
5512
+ --combobox-trigger-padding-inline-end: var(--space-slim);
5513
+ }
5514
+
5515
+ ._2GAP0lCM9iU-._2GAP0lCM9iU- {
5516
+ --comboboxPrimitive-field-height: calc(var(--base-unit) * 3.5);
5517
+ --comboboxPrimitive-field-padding-inline: var(--space-slim);
5518
+ --combobox-chip-padding-block: var(--space-slim);
5519
+ --combobox-chip-padding-inline: var(--space-slim);
5520
+ --combobox-hasLabel-control-padding-top: calc(
5521
+ var(--space-large) + var(--space-smaller) - var(--border-base)
5522
+ );
5523
+ --combobox-hasLabel-control-padding-bottom: calc(
5524
+ var(--space-small) - var(--border-base)
5525
+ );
5526
+ --combobox-hasLabel-chips-padding-top: calc(
5527
+ var(--space-large) + var(--space-smaller) - var(--border-base)
5528
+ );
5529
+ --combobox-hasLabel-chips-padding-bottom: calc(
5530
+ var(--space-small) - var(--border-base)
5531
+ );
5532
+ --combobox-trigger-padding-inline-start: var(--space-small);
5533
+ --combobox-trigger-padding-inline-end: var(--space-base);
5534
+ }
5535
+
5536
+ .dCxC3YMhuE8-:not(.PhTQQLSQRfU-) {
5537
+ --comboboxPrimitive-field-padding-inline: var(--space-base);
5538
+ }
5539
+
5540
+ ._0Ro-CPw-pBk- {
5541
+ display: inline-block;
5542
+ color: hsl(198, 35%, 21%);
5543
+ color: var(--color-text);
5544
+ line-height: 1.25;
5545
+ line-height: var(--typography--lineHeight-base);
5546
+ }
5547
+
5548
+ .DZ76oTE8arw- {
5549
+ position: absolute;
5550
+ top: 2px;
5551
+ top: var(--space-smallest);
5552
+ left: 0;
5553
+ z-index: 1;
5554
+ z-index: var(--elevation-base);
5555
+ width: 100%;
5556
+ box-sizing: border-box;
5557
+ padding: 0
5558
+ calc(
5559
+ var(--comboboxPrimitive-field-padding-inline) + 1px +
5560
+ (16px * 3)
5561
+ )
5562
+ 0 calc(var(--comboboxPrimitive-field-padding-inline) + 1px);
5563
+ padding: 0
5564
+ calc(
5565
+ var(--comboboxPrimitive-field-padding-inline) + var(--border-base) +
5566
+ (var(--base-unit) * 3)
5567
+ )
5568
+ 0 calc(var(--comboboxPrimitive-field-padding-inline) + var(--border-base));
5569
+ overflow: hidden;
5570
+ color: hsl(197, 21%, 36%);
5571
+ color: var(--color-text--secondary);
5572
+ font-size: 12px;
5573
+ font-size: var(--typography--fontSize-small);
5574
+ line-height: calc(16px * 1.25);
5575
+ line-height: calc(var(--base-unit) * 1.25);
5576
+ text-align: left;
5577
+ text-overflow: ellipsis;
5578
+ white-space: nowrap;
5579
+ pointer-events: none;
5580
+ }
5581
+
5582
+ .DZ76oTE8arw-[data-disabled] {
5583
+ color: hsl(0, 0%, 58%);
5584
+ color: var(--color-disabled);
5585
+ }
5586
+
5587
+ .g6OcEs38-W4- {
5588
+ position: absolute;
5589
+ width: 1px;
5590
+ height: 1px;
5591
+ margin: -1px;
5592
+ overflow: hidden;
5593
+ clip: rect(0, 0, 0, 0);
5594
+ white-space: nowrap;
5595
+ }
5596
+
5597
+ .glfCUzOoqRs- {
5598
+ margin-left: 4px;
5599
+ margin-left: var(--space-smaller);
5600
+ color: hsl(197, 21%, 36%);
5601
+ color: var(--color-text--secondary);
5602
+ font-weight: normal;
5603
+ }
5604
+
5605
+ .hJLDca6C4mg- {
5606
+ color: hsl(197, 21%, 36%);
5607
+ color: var(--color-text--secondary);
5608
+ font-size: 12px;
5609
+ font-size: var(--typography--fontSize-small);
5610
+ line-height: 1.143;
5611
+ line-height: var(--typography--lineHeight-tighter);
5612
+ }
5613
+
5614
+ .Otz3vBkHwV4- {
5615
+ color: hsl(6, 64%, 51%);
5616
+ color: var(--color-critical);
5617
+ }
5618
+
5619
+ .CU-nnrvSp74- {
5620
+ display: -ms-flexbox;
5621
+ display: flex;
5622
+ -ms-flex: 1 1 auto;
5623
+ flex: 1 1 auto;
5624
+ -ms-flex-align: center;
5625
+ align-items: center;
5626
+ gap: 8px;
5627
+ gap: var(--space-small);
5628
+ min-width: 0;
5629
+ }
5630
+
5631
+ .YSCJxqQHVik-,
5632
+ .N-6lDLwoViE-,
5633
+ .UBwTOYJSaBc- {
5634
+ display: -ms-inline-flexbox;
5635
+ display: inline-flex;
5636
+ -ms-flex: 0 0 auto;
5637
+ flex: 0 0 auto;
5638
+ -ms-flex-align: center;
5639
+ align-items: center;
5640
+ -ms-flex-pack: center;
5641
+ justify-content: center;
5642
+ min-width: calc(16px * 1.5);
5643
+ min-width: calc(var(--base-unit) * 1.5);
5644
+ min-height: calc(16px * 1.5);
5645
+ min-height: calc(var(--base-unit) * 1.5);
5646
+ }
5647
+
5648
+ .UBwTOYJSaBc- {
5649
+ margin-left: 8px;
5650
+ margin-left: var(--space-small);
5651
+ }
5652
+
5653
+ .TysU0fU7VI0- {
5654
+ display: -ms-flexbox;
5655
+ display: flex;
5656
+ -ms-flex: 1 1 auto;
5657
+ flex: 1 1 auto;
5658
+ -ms-flex-direction: column;
5659
+ flex-direction: column;
5660
+ -ms-flex-pack: center;
5661
+ justify-content: center;
5662
+ min-width: 0;
5663
+ gap: 2px;
5664
+ gap: var(--space-smallest);
5665
+ }
5666
+
5667
+ .oV92tIYbjmQ- {
5668
+ min-width: 0;
5669
+ color: hsl(198, 35%, 21%);
5670
+ color: var(--color-text);
5671
+ font-weight: 600;
5672
+ line-height: 1.25;
5673
+ line-height: var(--typography--lineHeight-base);
5674
+ }
5675
+
5676
+ .xN4obreiDIQ- {
5677
+ min-width: 0;
5678
+ color: hsl(197, 21%, 36%);
5679
+ color: var(--color-text--secondary);
5680
+ font-size: 12px;
5681
+ font-size: var(--typography--fontSize-small);
5682
+ font-weight: normal;
5683
+ line-height: 1.143;
5684
+ line-height: var(--typography--lineHeight-tighter);
5685
+ }
5686
+
5687
+ .N-6lDLwoViE- {
5688
+ color: hsl(197, 21%, 36%);
5689
+ color: var(--color-text--secondary);
5690
+ -ms-flex-pack: end;
5691
+ justify-content: flex-end;
5692
+ }
5693
+
5694
+ [data-disabled] .oV92tIYbjmQ-,
5695
+ [data-disabled] .xN4obreiDIQ-,
5696
+ [data-disabled] .N-6lDLwoViE- {
5697
+ color: hsl(0, 0%, 58%);
5698
+ color: var(--color-disabled);
5699
+ }
5700
+
5701
+ .wOdZIAytarU- {
5702
+ width: calc(16px * 1.5);
5703
+ width: calc(var(--base-unit) * 1.5);
5704
+ height: calc(16px * 1.5);
5705
+ height: calc(var(--base-unit) * 1.5);
5706
+ min-width: calc(16px * 1.5);
5707
+ min-width: calc(var(--base-unit) * 1.5);
5708
+ min-height: calc(16px * 1.5);
5709
+ min-height: calc(var(--base-unit) * 1.5);
5710
+ box-sizing: border-box;
5711
+ margin-right: 4px;
5712
+ margin-right: var(--space-smaller);
5713
+ padding: 4px;
5714
+ padding: var(--space-smaller);
5715
+ border-radius: 100%;
5716
+ border-radius: var(--radius-circle);
5717
+ color: hsl(198, 35%, 21%);
5718
+ color: var(--color-icon);
5719
+ background-color: hsl(40, 9%, 85%);
5720
+ background-color: var(--color-interactive--background);
5721
+ }
5722
+
5723
+ .wOdZIAytarU-[data-disabled] {
5724
+ color: hsl(0, 0%, 58%);
5725
+ color: var(--color-disabled);
5726
+ background-color: transparent;
5727
+ }
5728
+
5729
+ .wOdZIAytarU-:not([data-disabled]):hover,
5730
+ .wOdZIAytarU-:not([data-disabled]):focus-visible {
5731
+ color: hsl(198, 35%, 21%);
5732
+ color: var(--color-icon);
5733
+ background-color: hsl(43, 5%, 72%);
5734
+ background-color: var(--color-interactive--background--hover);
5735
+ }
5736
+
5737
+ .wOdZIAytarU-:not([data-disabled]):focus-visible {
5738
+ box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
5739
+ box-shadow: var(--shadow-focus);
5740
+ outline: none;
5741
+ }
5742
+
5743
+ ._0jDShCnQjxc- {
5744
+ display: -ms-inline-flexbox;
5745
+ display: inline-flex;
5746
+ transition: -webkit-transform 100ms;
5747
+ transition: -webkit-transform var(--timing-quick);
5748
+ transition: transform 100ms;
5749
+ transition: transform var(--timing-quick);
5750
+ transition: transform 100ms, -webkit-transform 100ms;
5751
+ transition: transform var(--timing-quick), -webkit-transform var(--timing-quick);
5752
+ }
5753
+
5754
+ .mKKJ60Qxxmw-[data-popup-open] ._0jDShCnQjxc- {
5755
+ -webkit-transform: rotate(180deg);
5756
+ transform: rotate(180deg);
5757
+ }
5758
+
5759
+ .v6DatDYO-gk- {
5760
+ position: relative;
5761
+ width: 100%;
5762
+ }
5763
+
5764
+ .LyrziI4LY5w- {
5765
+ padding: 0;
5766
+ }
5767
+
5768
+ .ayWSHF3Mwfc- {
5769
+ display: -ms-inline-flexbox;
5770
+ display: inline-flex;
5771
+ -ms-flex: 1 1 auto;
5772
+ flex: 1 1 auto;
5773
+ -ms-flex-align: center;
5774
+ align-items: center;
5775
+ min-width: 0;
5776
+ padding: var(--comboboxPrimitive-field-padding-block) 8px
5777
+ var(--comboboxPrimitive-field-padding-block)
5778
+ var(--comboboxPrimitive-field-padding-inline);
5779
+ padding: var(--comboboxPrimitive-field-padding-block) var(--space-small)
5780
+ var(--comboboxPrimitive-field-padding-block)
5781
+ var(--comboboxPrimitive-field-padding-inline);
5782
+ }
5783
+
5784
+ .Glijnn9-fUw- {
5785
+ display: -ms-inline-flexbox;
5786
+ display: inline-flex;
5787
+ -ms-flex: 0 0 auto;
5788
+ flex: 0 0 auto;
5789
+ -ms-flex-item-align: stretch;
5790
+ align-self: stretch;
5791
+ -ms-flex-align: center;
5792
+ align-items: center;
5793
+ -ms-flex-pack: center;
5794
+ justify-content: center;
5795
+ min-width: 0;
5796
+ padding-left: var(--combobox-trigger-padding-inline-start);
5797
+ padding-right: var(--combobox-trigger-padding-inline-end);
5798
+ }
5799
+
5800
+ ._-0af5xRGjJ8- {
5801
+ display: none;
5802
+ }
5803
+
5804
+ .-io5LRdyoKw- {
5805
+ -ms-flex: 0 0 auto;
5806
+ flex: 0 0 auto;
5807
+ }
5808
+
5809
+ .dCxC3YMhuE8-:not(.PhTQQLSQRfU-) .-io5LRdyoKw- {
5810
+ padding-top: var(--combobox-hasLabel-control-padding-top);
5811
+ padding-bottom: var(--combobox-hasLabel-control-padding-bottom);
5812
+ }
5813
+
5814
+ .dCxC3YMhuE8-:not(.PhTQQLSQRfU-) .ayWSHF3Mwfc- {
5815
+ padding-top: var(--combobox-hasLabel-control-padding-top);
5816
+ padding-bottom: var(--combobox-hasLabel-control-padding-bottom);
5817
+ }
5818
+
5819
+ .QW4rICN6z4c- {
5820
+ display: -ms-flexbox;
5821
+ display: flex;
5822
+ -ms-flex: 0 0 auto;
5823
+ flex: 0 0 auto;
5824
+ -ms-flex-direction: column;
5825
+ flex-direction: column;
5826
+ position: sticky;
5827
+ bottom: 0;
5828
+ padding: 8px;
5829
+ padding: var(--space-small);
5830
+ border-top: 1px solid hsl(200, 13%, 87%);
5831
+ border-top: var(--border-base) solid var(--color-border);
5832
+ background-color: rgba(255, 255, 255, 1);
5833
+ background-color: var(--color-surface);
5834
+ }
5835
+
5836
+ ._5BO0h44F148- {
5837
+ display: -ms-flexbox;
5838
+ display: flex;
5839
+ -ms-flex-align: center;
5840
+ align-items: center;
5841
+ width: 100%;
5842
+ min-height: calc(16px * 2.5);
5843
+ min-height: calc(var(--base-unit) * 2.5);
5844
+ box-sizing: border-box;
5845
+ padding: 8px;
5846
+ padding: var(--space-small);
5847
+ border: none;
5848
+ border-radius: 4px;
5849
+ border-radius: var(--radius-small);
5850
+ color: hsl(198, 35%, 21%);
5851
+ color: var(--color-text);
5852
+ font: inherit;
5853
+ font-weight: 600;
5854
+ line-height: 1.25;
5855
+ line-height: var(--typography--lineHeight-base);
5856
+ text-align: left;
5857
+ background: transparent;
5858
+ cursor: pointer;
5859
+ gap: 8px;
5860
+ gap: var(--space-small);
5861
+ }
5862
+
5863
+ ._5BO0h44F148-:hover,
5864
+ ._5BO0h44F148-:focus-visible {
5865
+ background-color: hsl(43, 18%, 92%);
5866
+ background-color: var(--color-surface--hover);
5867
+ }
5868
+
5869
+ ._5BO0h44F148-:focus-visible {
5870
+ box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
5871
+ box-shadow: var(--shadow-focus);
5872
+ outline: none;
5873
+ }
5874
+
5875
+ .Anagh40JJn8- {
5876
+ display: -ms-inline-flexbox;
5877
+ display: inline-flex;
5878
+ -ms-flex: 0 0 auto;
5879
+ flex: 0 0 auto;
5880
+ -ms-flex-align: center;
5881
+ align-items: center;
5882
+ -ms-flex-pack: center;
5883
+ justify-content: center;
5884
+ color: hsl(107, 58%, 33%);
5885
+ color: var(--color-interactive);
5886
+ line-height: 0;
5887
+ }
5888
+
5889
+ .h7YEFty4FKU- {
5890
+ min-width: 0;
5891
+ color: inherit;
5892
+ }
5893
+
5894
+ ._9lX7ptB9-fA- {
5895
+ display: -ms-flexbox;
5896
+ display: flex;
5897
+ -ms-flex: 0 0 auto;
5898
+ flex: 0 0 auto;
5899
+ -ms-flex-align: center;
5900
+ align-items: center;
5901
+ -ms-flex-pack: end;
5902
+ justify-content: flex-end;
5903
+ position: sticky;
5904
+ bottom: 0;
5905
+ min-height: calc(16px * 4);
5906
+ min-height: calc(var(--base-unit) * 4);
5907
+ box-sizing: border-box;
5908
+ padding: 16px;
5909
+ padding: var(--space-base);
5910
+ border-top: 1px solid hsl(200, 13%, 87%);
5911
+ border-top: var(--border-base) solid var(--color-border);
5912
+ background-color: rgba(255, 255, 255, 1);
5913
+ background-color: var(--color-surface);
5914
+ gap: 8px;
5915
+ gap: var(--space-small);
5916
+ }
5917
+
5918
+ .OrcuITnCXZk- {
5919
+ margin-right: auto;
5920
+ color: hsl(197, 21%, 36%);
5921
+ color: var(--color-text--secondary);
5922
+ font-size: 12px;
5923
+ font-size: var(--typography--fontSize-small);
5924
+ line-height: 1.143;
5925
+ line-height: var(--typography--lineHeight-tighter);
5926
+ }
5927
+
5928
+ .ba6Qla9fx-g- {
5929
+ display: -ms-flexbox;
5930
+ display: flex;
5931
+ -ms-flex: 0 0 auto;
5932
+ flex: 0 0 auto;
5933
+ -ms-flex-align: center;
5934
+ align-items: center;
5935
+ -ms-flex-pack: center;
5936
+ justify-content: center;
5937
+ min-height: calc(16px * 2.5);
5938
+ min-height: calc(var(--base-unit) * 2.5);
5939
+ color: hsl(197, 21%, 36%);
5940
+ color: var(--color-text--secondary);
5941
+ text-align: center;
5942
+ }
5943
+
5944
+ .ba6Qla9fx-g-:empty {
5945
+ min-height: 0;
5946
+ padding: 0;
5947
+ }
5948
+
5949
+ ._5zl8TjDQSnQ- {
5950
+ display: -ms-flexbox;
5951
+ display: flex;
5952
+ -ms-flex: 0 0 auto;
5953
+ flex: 0 0 auto;
5954
+ -ms-flex-direction: column;
5955
+ flex-direction: column;
5956
+ padding: 8px;
5957
+ padding: var(--space-small);
5958
+ }
5959
+
5960
+ .eir2NHzbDEQ- {
5961
+ display: -ms-flexbox;
5962
+ display: flex;
5963
+ -ms-flex-align: center;
5964
+ align-items: center;
5965
+ min-height: calc(16px * 2.5);
5966
+ min-height: calc(var(--base-unit) * 2.5);
5967
+ padding: 0 8px;
5968
+ padding: 0 var(--space-small);
5969
+ }
5970
+
5971
+ .eCs-SVKfAYc- {
5972
+ width: 100%;
5973
+ height: 8px;
5974
+ height: var(--space-small);
5975
+ }
5976
+
5977
+ /* Size-specific chip padding lives in the sugared recipe because the primitive mirrors Base UI and has no size prop. */
5978
+
5979
+ .eGxgqB0y1PA- {
5980
+ padding: var(--combobox-chip-padding-block)
5981
+ var(--combobox-chip-padding-inline);
5982
+ }
5983
+
5984
+ .dCxC3YMhuE8- .eGxgqB0y1PA-:not(.PhTQQLSQRfU-) {
5985
+ --combobox-chip-padding-inline: var(--space-base);
5986
+ }
5987
+
5988
+ .Z07vGalCLy0- {
5989
+ display: -ms-inline-flexbox;
5990
+ display: inline-flex;
5991
+ -ms-flex-align: center;
5992
+ align-items: center;
5993
+ min-height: calc(16px * 1.25);
5994
+ min-height: calc(var(--base-unit) * 1.25);
5995
+ color: hsl(197, 21%, 36%);
5996
+ color: var(--color-text--secondary);
5997
+ line-height: calc(16px * 1.25);
5998
+ line-height: calc(var(--base-unit) * 1.25);
5999
+ }
6000
+
6001
+ .dCxC3YMhuE8-:not(.PhTQQLSQRfU-) .eGxgqB0y1PA- {
6002
+ padding-top: var(--combobox-hasLabel-chips-padding-top);
6003
+ padding-bottom: var(--combobox-hasLabel-chips-padding-bottom);
6004
+ }
6005
+
6006
+ .RViH4KcR7S4- > .mKKJ60Qxxmw-:not(.LyrziI4LY5w-),
6007
+ .PhTQQLSQRfU- > .mKKJ60Qxxmw-:not(.LyrziI4LY5w-),
6008
+ ._2GAP0lCM9iU- > .mKKJ60Qxxmw-:not(.LyrziI4LY5w-) {
6009
+ padding-left: var(--combobox-trigger-padding-inline-start);
6010
+ padding-right: var(--combobox-trigger-padding-inline-end);
6011
+ }
6012
+
6013
+ .eGxgqB0y1PA-:has(.d3M1dXi1qlU-) ._-3jWBOtOWpY-::-webkit-input-placeholder {
6014
+ color: transparent;
6015
+ -webkit-text-fill-color: transparent;
6016
+ opacity: 0;
6017
+ }
6018
+
6019
+ .eGxgqB0y1PA-:has(.d3M1dXi1qlU-) ._-3jWBOtOWpY-:-ms-input-placeholder {
6020
+ color: transparent;
6021
+ -webkit-text-fill-color: transparent;
6022
+ opacity: 0;
6023
+ }
6024
+
6025
+ .eGxgqB0y1PA-:has(.d3M1dXi1qlU-) ._-3jWBOtOWpY-::-ms-input-placeholder {
6026
+ color: transparent;
6027
+ -webkit-text-fill-color: transparent;
6028
+ opacity: 0;
6029
+ }
6030
+
6031
+ .multipleChips:has(.multipleChip) .multipleInput::-webkit-input-placeholder {
6032
+ color: transparent;
6033
+ -webkit-text-fill-color: transparent;
6034
+ opacity: 0;
6035
+ }
6036
+
6037
+ .multipleChips:has(.multipleChip) .multipleInput:-ms-input-placeholder {
6038
+ color: transparent;
6039
+ -webkit-text-fill-color: transparent;
6040
+ opacity: 0;
6041
+ }
6042
+
6043
+ .multipleChips:has(.multipleChip) .multipleInput::-ms-input-placeholder {
6044
+ color: transparent;
6045
+ -webkit-text-fill-color: transparent;
6046
+ opacity: 0;
6047
+ }
6048
+
6049
+ .eGxgqB0y1PA-:has(.d3M1dXi1qlU-) ._-3jWBOtOWpY-::placeholder {
6050
+ color: transparent;
6051
+ -webkit-text-fill-color: transparent;
6052
+ opacity: 0;
6053
+ }
6054
+
6055
+ @media (max-width: 489px) {
6056
+ ._-0af5xRGjJ8- {
6057
+ display: block;
6058
+ position: fixed;
6059
+ top: 0;
6060
+ right: 0;
6061
+ bottom: 0;
6062
+ left: 0;
6063
+ z-index: 1001;
6064
+ z-index: var(--elevation-modal);
6065
+ background-color: rgba(0, 0, 0, 0.32);
6066
+ background-color: var(--color-overlay);
6067
+ }
6068
+
6069
+ ._-0af5xRGjJ8-[hidden] {
6070
+ display: none;
6071
+ }
6072
+
6073
+ .m417c1Vd--E- {
6074
+ width: 100%;
6075
+ height: 90dvh;
6076
+ max-height: 90dvh;
6077
+ min-width: 0;
6078
+ border-bottom: 0;
6079
+ border-left: 0;
6080
+ border-right: 0;
6081
+ border-radius: 16px 16px 0 0;
6082
+ border-radius: var(--radius-large) var(--radius-large) 0 0;
6083
+ }
6084
+
6085
+ .m417c1Vd--E- > .zKAmeSlRRN4- {
6086
+ -ms-flex-line-pack: start;
6087
+ align-content: start;
6088
+ grid-auto-rows: -webkit-max-content;
6089
+ grid-auto-rows: max-content;
6090
+ padding: 16px;
6091
+ padding: var(--space-base);
6092
+ }
6093
+
6094
+ .m417c1Vd--E- > .-io5LRdyoKw- + .zKAmeSlRRN4-:not([data-empty]) {
6095
+ padding: 16px;
6096
+ padding: var(--space-base);
6097
+ }
6098
+
6099
+ ._9lX7ptB9-fA- {
6100
+ padding-bottom: calc(16px + env(safe-area-inset-bottom));
6101
+ padding-bottom: calc(var(--space-base) + env(safe-area-inset-bottom));
6102
+ }
6103
+ }
6104
+
6105
+ @media (--small-screens-and-below) {
6106
+ ._-0af5xRGjJ8- {
6107
+ display: block;
6108
+ position: fixed;
6109
+ top: 0;
6110
+ right: 0;
6111
+ bottom: 0;
6112
+ left: 0;
6113
+ z-index: 1001;
6114
+ z-index: var(--elevation-modal);
6115
+ background-color: rgba(0, 0, 0, 0.32);
6116
+ background-color: var(--color-overlay);
6117
+ }
6118
+
6119
+ ._-0af5xRGjJ8-[hidden] {
6120
+ display: none;
6121
+ }
6122
+
6123
+ .m417c1Vd--E- {
6124
+ width: 100%;
6125
+ height: 90dvh;
6126
+ max-height: 90dvh;
6127
+ min-width: 0;
6128
+ border-bottom: 0;
6129
+ border-left: 0;
6130
+ border-right: 0;
6131
+ border-radius: 16px 16px 0 0;
6132
+ border-radius: var(--radius-large) var(--radius-large) 0 0;
6133
+ }
6134
+
6135
+ .m417c1Vd--E- > .zKAmeSlRRN4- {
6136
+ -ms-flex-line-pack: start;
6137
+ align-content: start;
6138
+ grid-auto-rows: -webkit-max-content;
6139
+ grid-auto-rows: max-content;
6140
+ padding: 16px;
6141
+ padding: var(--space-base);
6142
+ }
6143
+
6144
+ .m417c1Vd--E- > .-io5LRdyoKw- + .zKAmeSlRRN4-:not([data-empty]) {
6145
+ padding: 16px;
6146
+ padding: var(--space-base);
6147
+ }
6148
+
6149
+ ._9lX7ptB9-fA- {
6150
+ padding-bottom: calc(16px + env(safe-area-inset-bottom));
6151
+ padding-bottom: calc(var(--space-base) + env(safe-area-inset-bottom));
6152
+ }
6153
+ }
6154
+
5438
6155
  .Aj6o8FcaKHc- {
5439
6156
  container-name: var(--public-container-name);
5440
6157
  container-type: inline-size;