@swiftwc/ui 0.0.0-dev.35 → 0.0.0-dev.37

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 (95) hide show
  1. package/generated/client/index.d.ts +2 -9
  2. package/generated/client/index.js +11 -156
  3. package/generated/components/alert-dialog.js +18 -21
  4. package/generated/components/body-view.js +3 -2
  5. package/generated/components/bordered-button.js +4 -4
  6. package/generated/components/bordered-prominent-button.js +4 -4
  7. package/generated/components/borderless-button.js +4 -4
  8. package/generated/components/confirmation-dialog.js +18 -21
  9. package/generated/components/content-unavailable-view.js +4 -4
  10. package/generated/components/date-picker.d.ts +0 -10
  11. package/generated/components/date-picker.js +43 -28
  12. package/generated/components/disclosure-group.js +5 -5
  13. package/generated/components/fine-tooltip.js +4 -4
  14. package/generated/components/form-view.js +3 -3
  15. package/generated/components/glass-button.js +4 -4
  16. package/generated/components/glass-prominent-button.js +4 -4
  17. package/generated/components/index.d.ts +1 -0
  18. package/generated/components/index.js +1 -0
  19. package/generated/components/label-view.js +4 -4
  20. package/generated/components/list-view.js +15 -17
  21. package/generated/components/menu-view.js +14 -16
  22. package/generated/components/navigation-large-title.js +5 -5
  23. package/generated/components/navigation-split-view.js +4 -3
  24. package/generated/components/navigation-stack.js +4 -3
  25. package/generated/components/navigation-title.js +4 -4
  26. package/generated/components/picker-view.d.ts +2 -2
  27. package/generated/components/picker-view.js +313 -192
  28. package/generated/components/plain-button.js +3 -3
  29. package/generated/components/progress-view.js +6 -6
  30. package/generated/components/screen-view.js +2 -1
  31. package/generated/components/scroll-view-proxy.js +3 -2
  32. package/generated/components/scroll-view.js +15 -18
  33. package/generated/components/search-view.d.ts +8 -0
  34. package/generated/components/search-view.js +27 -0
  35. package/generated/components/section-view.js +4 -4
  36. package/generated/components/sheet-view.js +6 -34
  37. package/generated/components/sidebar-toggle.js +9 -10
  38. package/generated/components/sidebar-view.js +6 -8
  39. package/generated/components/sticky-container.js +3 -3
  40. package/generated/components/tab-bar.js +8 -10
  41. package/generated/components/tab-item.js +8 -8
  42. package/generated/components/tab-view.js +10 -11
  43. package/generated/components/table-view.js +18 -36
  44. package/generated/components/text-field.js +32 -17
  45. package/generated/components/tool-bar-item-group.js +17 -19
  46. package/generated/components/tool-bar-item.js +22 -23
  47. package/generated/components/tool-bar.d.ts +2 -2
  48. package/generated/components/tool-bar.js +7 -7
  49. package/generated/components/v-keyboard.js +5 -5
  50. package/generated/components/v-stack.js +3 -2
  51. package/generated/css/index.css +286 -272
  52. package/generated/events/picker-view.d.ts +6 -0
  53. package/generated/i18n/locales/el.d.ts +1 -0
  54. package/generated/i18n/locales/el.js +1 -0
  55. package/generated/i18n/locales/en.d.ts +1 -0
  56. package/generated/i18n/locales/en.js +1 -0
  57. package/generated/internal/class/css-style-observer.js +2 -2
  58. package/generated/internal/class/form-associated-base.d.ts +0 -4
  59. package/generated/internal/class/form-associated-base.js +21 -41
  60. package/generated/internal/class/mutation-observer-set.d.ts +9 -0
  61. package/generated/internal/class/mutation-observer-set.js +42 -0
  62. package/generated/internal/class/mutation-observer-singleton.js +18 -0
  63. package/generated/internal/class/navigation-view.js +3 -3
  64. package/generated/internal/decorators/adaptive-slot.d.ts +1 -0
  65. package/generated/internal/decorators/adaptive-slot.js +47 -0
  66. package/generated/internal/decorators/custom-element.d.ts +1 -1
  67. package/generated/internal/decorators/custom-element.js +2 -1
  68. package/generated/internal/decorators/index.d.ts +4 -0
  69. package/generated/internal/decorators/index.js +4 -0
  70. package/generated/internal/privateNamespace.d.ts +10 -0
  71. package/generated/internal/privateNamespace.js +159 -1
  72. package/generated/internal/utils/debug.d.ts +1 -0
  73. package/generated/internal/utils/debug.js +3 -0
  74. package/generated/internal/utils/index.d.ts +3 -3
  75. package/generated/internal/utils/index.js +5 -3
  76. package/generated/namespace-browser/base.d.ts +9 -0
  77. package/generated/namespace-browser/base.js +23 -0
  78. package/generated/snapshot/index.d.ts +1 -1
  79. package/generated/snapshot/index.js +4 -4
  80. package/package.json +2 -1
  81. package/scss/_components.scss +2 -0
  82. package/scss/base/_root.scss +10 -8
  83. package/scss/colors/_index.scss +9 -12
  84. package/scss/components/_h-stack.scss +1 -1
  85. package/scss/components/_index.scss +2 -0
  86. package/scss/components/_menu-view.scss +11 -5
  87. package/scss/components/_picker-view.scss +11 -2
  88. package/scss/components/_scroll-view.scss +4 -0
  89. package/scss/components/_search-view.scss +18 -0
  90. package/scss/components/_sheet-view.scss +2 -1
  91. package/scss/components/_sticky-container.scss +1 -1
  92. package/scss/placeholders/_lists.scss +46 -36
  93. package/scss/utils/_index.scss +21 -7
  94. package/scss/utils/_stacks.scss +5 -43
  95. package/web-components.html-data/en.json +11 -0
@@ -68,19 +68,11 @@
68
68
  --navigation-bar-block-size: var(--tool-bar-block-size);
69
69
  --nav-split-view-sidebar-inline-size: 20rem;
70
70
  --nav-split-view-content-inline-size: 25rem;
71
- --secondary-text: var(--black);
72
- --secondary-text-dark: var(--white);
73
71
  --tint: oklch(0.5325 0.1899 257.12);
74
72
  --tint1g: color-mix(in oklch, white 70%, var(--tint));
75
73
  --tint2: color-mix(in oklch, white 80%, var(--tint));
76
74
  --tint3: color-mix(in oklch, white 90%, var(--tint));
77
75
  --tintcontrast: white;
78
- --system-bg: var(--white);
79
- --system-bg-dark: var(--black);
80
- --primary-grouped-bg: var(--white);
81
- --primary-grouped-bg-dark: oklch(0.8136 0.0428 255.03);
82
- --secondary-bg: oklch(0.8045 0.0779 73.42);
83
- --secondary-bg-dark: oklch(0.8045 0.0779 73.42);
84
76
  --view-transition-leading-x: -50%;
85
77
  --view-transition-principal-x: 0%;
86
78
  --view-transition-trailing-x: 100%;
@@ -421,13 +413,13 @@
421
413
  padding-block: var(--list--host-padding-block, );
422
414
  grid-template-columns: var(--list--host-grid-template-columns, );
423
415
  }
424
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
425
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
426
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
427
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
428
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
429
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
430
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)) {
416
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
417
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
418
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
419
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
420
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
421
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
422
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)) {
431
423
  appearance: none;
432
424
  -webkit-appearance: none;
433
425
  border: var(--itemborder,);
@@ -438,48 +430,48 @@
438
430
  border-radius: var(--itemradiustl,) var(--itemradiustr,) var(--itemradiusbr,) var(--itemradiusbl,);
439
431
  }
440
432
  @media (prefers-reduced-motion: no-preference) {
441
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
442
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
443
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
444
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
445
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
446
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
447
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)) {
433
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
434
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
435
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
436
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
437
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
438
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
439
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)) {
448
440
  transition: background-color 300ms ease-out allow-discrete, color 300ms ease-out allow-discrete;
449
441
  will-change: background-color, color;
450
442
  }
451
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
452
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
453
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
454
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
455
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
456
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name),
457
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)).active {
443
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
444
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
445
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
446
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
447
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
448
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name),
449
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)).active {
458
450
  transition-duration: 0ms;
459
451
  }
460
452
  }
461
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) :not([slot], section-view) ~ section-view, [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) :not([slot], section-view) ~ section-view, list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) :not([slot], section-view) ~ section-view) {
453
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) :not([slot], section-view) ~ section-view:not(menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) :not([slot], section-view) ~ section-view:not(menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) :not([slot], section-view) ~ section-view:not(menu-view *)) {
462
454
  padding-block-start: var(--list--section-gap, );
463
455
  }
464
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:not([slot]) ~ section-view, [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:not([slot]) ~ section-view, list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:not([slot]) ~ section-view) {
456
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:not([slot]) ~ section-view:not(menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:not([slot]) ~ section-view:not(menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:not([slot]) ~ section-view:not(menu-view *)) {
465
457
  padding-block-start: var(--list--section-gap, );
466
458
  }
467
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:has(~ :not([slot], section-view)), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:has(~ :not([slot], section-view)), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:has(~ :not([slot], section-view))) {
459
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:has(~ :not([slot], section-view)):not(menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:has(~ :not([slot], section-view)):not(menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:has(~ :not([slot], section-view)):not(menu-view *)) {
468
460
  padding-block-end: var(--list--section-gap, );
469
461
  }
470
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) :not([slot], [is=disclosure-group]) ~ [is=disclosure-group], [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) :not([slot], [is=disclosure-group]) ~ [is=disclosure-group], list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) :not([slot], [is=disclosure-group]) ~ [is=disclosure-group]) {
462
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) :not([slot], [is=disclosure-group]) ~ [is=disclosure-group]:not(menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) :not([slot], [is=disclosure-group]) ~ [is=disclosure-group]:not(menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) :not([slot], [is=disclosure-group]) ~ [is=disclosure-group]:not(menu-view *)) {
471
463
  margin-block-start: var(--list--details-gap, );
472
464
  }
473
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:not([slot]) ~ [is=disclosure-group], [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:not([slot]) ~ [is=disclosure-group], list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:not([slot]) ~ [is=disclosure-group]) {
465
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:not([slot]) ~ [is=disclosure-group]:not(menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:not([slot]) ~ [is=disclosure-group]:not(menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:not([slot]) ~ [is=disclosure-group]:not(menu-view *)) {
474
466
  margin-block-start: calc(var(--list--details-gap, 0px) / 2);
475
467
  }
476
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:has(~ :not([slot], [is=disclosure-group])), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:has(~ :not([slot], [is=disclosure-group])), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:has(~ :not([slot], [is=disclosure-group]))) {
468
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:has(~ :not([slot], [is=disclosure-group])):not(menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:has(~ :not([slot], [is=disclosure-group])):not(menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:has(~ :not([slot], [is=disclosure-group])):not(menu-view *)) {
477
469
  margin-block-end: var(--list--details-gap, );
478
470
  }
479
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:has(~ [is=disclosure-group]:not([slot])), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:has(~ [is=disclosure-group]:not([slot])), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:has(~ [is=disclosure-group]:not([slot]))) {
471
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:has(~ [is=disclosure-group]:not([slot])):not(menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:has(~ [is=disclosure-group]:not([slot])):not(menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:has(~ [is=disclosure-group]:not([slot])):not(menu-view *)) {
480
472
  margin-block-end: calc(var(--list--details-gap, 0px) / 2);
481
473
  }
482
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view)) {
474
+ :where(table-view:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view), [is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]), list-view:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view)) {
483
475
  --itempadistart: var(--list--item-padding-inline-start, 0rem);
484
476
  --itempadiend: calc(var(--list--item-padding-inline-end, 0rem) + var(--list--accessories-size, 0rem));
485
477
  --itempadbstart: var(--list--item-padding-block-start,);
@@ -495,7 +487,7 @@
495
487
  --itemhighlighttext: var(--list--highlighteditem-color, var(--list--item-color,));
496
488
  --itemactivetext: var(--list--highlighteditem-color, var(--list--item-color,));
497
489
  }
498
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not(summary), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not(summary), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not(summary)) {
490
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:not(menu-view *) > :not(summary), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:not(menu-view *) > :not(summary), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:not(menu-view *) > :not(summary)) {
499
491
  --itemface: var(--list--details-background-color, var(--list--item-background-color,));
500
492
  --itemhighlightface: var(--list--selecteddetails-background-color, var(--list--highlighteditem-background-color, var(--list--item-background-color,)));
501
493
  --itemactiveface: var(--list--selecteddetails-background-color, var(--list--highlighteditem-background-color, var(--list--item-background-color,)));
@@ -503,7 +495,7 @@
503
495
  --itemhighlighttext: var(--list--selecteddetails-color, var(--list--highlighteditem-color, var(--list--item-color,)));
504
496
  --itemactivetext: var(--list--selecteddetails-color, var(--list--highlighteditem-color, var(--list--item-color,)));
505
497
  }
506
- :where([is=disclosure-group][open] table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > summary, [is=disclosure-group][open] [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > summary, [is=disclosure-group][open] list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > summary) {
498
+ :where([is=disclosure-group][open] table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:not(menu-view *) > summary, [is=disclosure-group][open] [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:not(menu-view *) > summary, [is=disclosure-group][open] list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:not(menu-view *) > summary) {
507
499
  --itemface: var(--list--opendetails-background-color, var(--list--item-background-color,));
508
500
  --itemhighlightface: var(--list--selectedopendetails-background-color, var(--list--highlighteditem-background-color, var(--list--item-background-color,)));
509
501
  --itemactiveface: var(--list--selectedopendetails-background-color, var(--list--highlighteditem-background-color, var(--list--item-background-color,)));
@@ -511,7 +503,7 @@
511
503
  --itemhighlighttext: var(--list--selectedopendetails-color, var(--list--highlighteditem-color, var(--list--item-color,)));
512
504
  --itemactivetext: var(--list--selectedopendetails-color, var(--list--highlighteditem-color, var(--list--item-color,)));
513
505
  }
514
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group][open] > summary, [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group][open] > summary, list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group][open] > summary) {
506
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:not(menu-view *)[open] > summary, [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:not(menu-view *)[open] > summary, list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:not(menu-view *)[open] > summary) {
515
507
  --itemface: var(--list--opensummary-background-color, var(--list--item-background-color,));
516
508
  --itemhighlightface: var(
517
509
  --list--selectedopensummary-background-color,
@@ -525,16 +517,16 @@
525
517
  --itemhighlighttext: var(--list--selectedopensummary-color, var(--list--selectedsummary-color, var(--list--highlighteditem-color, var(--list--item-color,))));
526
518
  --itemactivetext: var(--list--selectedopensummary-color, var(--list--selectedsummary-color, var(--list--highlighteditem-color, var(--list--item-color,))));
527
519
  }
528
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > [is=disclosure-group], [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > [is=disclosure-group], list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > [is=disclosure-group],
529
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > section-view > [is=disclosure-group],
530
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > section-view > [is=disclosure-group],
531
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > section-view > [is=disclosure-group] {
520
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > [is=disclosure-group]:not(menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > [is=disclosure-group]:not(menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > [is=disclosure-group]:not(menu-view *),
521
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > section-view > [is=disclosure-group]:not(menu-view *),
522
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > section-view > [is=disclosure-group]:not(menu-view *),
523
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > section-view > [is=disclosure-group]:not(menu-view *) {
532
524
  --disclosure-style: var(--list--rootsummary-marker-display,);
533
525
  }
534
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > [is=disclosure-group] > summary, [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > [is=disclosure-group] > summary, list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > [is=disclosure-group] > summary,
535
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > section-view > [is=disclosure-group] > summary,
536
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > section-view > [is=disclosure-group] > summary,
537
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > section-view > [is=disclosure-group] > summary) {
526
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > [is=disclosure-group]:not(menu-view *) > summary, [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > [is=disclosure-group]:not(menu-view *) > summary, list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > [is=disclosure-group]:not(menu-view *) > summary,
527
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > section-view > [is=disclosure-group]:not(menu-view *) > summary,
528
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > section-view > [is=disclosure-group]:not(menu-view *) > summary,
529
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > section-view > [is=disclosure-group]:not(menu-view *) > summary) {
538
530
  --itemface: var(--list--rootsummary-background-color, var(--list--item-background-color,));
539
531
  --itemhighlightface: var(
540
532
  --list--selectedrootsummary-background-color,
@@ -552,10 +544,10 @@
552
544
  --itempadbstart: var(--list--rootsummary-padding-block-start, var(--list--item-padding-block-start,));
553
545
  --itempadbend: var(--list--rootsummary-padding-block-end, var(--list--item-padding-block-end,));
554
546
  }
555
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > [is=disclosure-group][open] > summary, [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > [is=disclosure-group][open] > summary, list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > [is=disclosure-group][open] > summary,
556
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > section-view > [is=disclosure-group][open] > summary,
557
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > section-view > [is=disclosure-group][open] > summary,
558
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > section-view > [is=disclosure-group][open] > summary) {
547
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > [is=disclosure-group]:not(menu-view *)[open] > summary, [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > [is=disclosure-group]:not(menu-view *)[open] > summary, list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > [is=disclosure-group]:not(menu-view *)[open] > summary,
548
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > section-view > [is=disclosure-group]:not(menu-view *)[open] > summary,
549
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > section-view > [is=disclosure-group]:not(menu-view *)[open] > summary,
550
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > section-view > [is=disclosure-group]:not(menu-view *)[open] > summary) {
559
551
  --itemface: var(--list--rootsummary-background-color, var(--list--opensummary-background-color, var(--list--item-background-color,)));
560
552
  --itemhighlightface: var(
561
553
  --list--selectedrootsummary-background-color,
@@ -575,22 +567,22 @@
575
567
  var(--list--selectedopensummary-color, var(--list--selectedsummary-color, var(--list--highlighteditem-color, var(--list--item-color,))))
576
568
  );
577
569
  }
578
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view),
579
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view),
580
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view),
581
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view),
582
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view),
583
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view),
584
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view)) {
570
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view, menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view, menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view, menu-view *),
571
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *),
572
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *),
573
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *),
574
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *),
575
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *),
576
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *)) {
585
577
  position: relative;
586
578
  }
587
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view),
588
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view),
589
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view),
590
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view),
591
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view),
592
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view),
593
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view))::before {
579
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view, menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view, menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view, menu-view *),
580
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *),
581
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *),
582
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *),
583
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *),
584
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *),
585
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *))::before {
594
586
  content: "";
595
587
  position: absolute;
596
588
  inset: 0rem calc(var(--list--item-padding-inline-end, 0rem) + var(--list--media-inner-padding-inline-end, 0rem)) auto calc(var(--list--item-padding-inline-start, 0rem) + var(--list--media-inner-padding-inline-start, 0rem));
@@ -598,81 +590,81 @@
598
590
  background: var(--list--separator-background-color, var(--separator));
599
591
  pointer-events: none;
600
592
  }
601
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary[aria-selected=true])), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary[aria-selected=true])), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary[aria-selected=true])),
602
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary[aria-selected=true])),
603
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary[aria-selected=true])),
604
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary[aria-selected=true])),
605
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary[aria-selected=true])),
606
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary[aria-selected=true])),
607
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary[aria-selected=true])))::before, :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary.active)), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary.active)), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary.active)),
608
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary.active)),
609
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary.active)),
610
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary.active)),
611
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary.active)),
612
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary.active)),
613
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group]:has(> summary.active)))::before {
593
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary[aria-selected=true])), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary[aria-selected=true])), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary[aria-selected=true])),
594
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary[aria-selected=true])),
595
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary[aria-selected=true])),
596
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary[aria-selected=true])),
597
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary[aria-selected=true])),
598
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary[aria-selected=true])),
599
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary[aria-selected=true])))::before, :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary.active)), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary.active)), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary.active)),
600
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary.active)),
601
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary.active)),
602
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary.active)),
603
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary.active)),
604
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary.active)),
605
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group]:has(> summary.active)))::before {
614
606
  --list--separator-background-color: var(--list--highlighteditem-separator-background-color,);
615
607
  }
616
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view),
617
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view),
618
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view),
619
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view),
620
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot]),
621
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot]),
622
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot])) {
608
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view, menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view, menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view, menu-view *),
609
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *),
610
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *),
611
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *),
612
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], menu-view *),
613
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot], menu-view *),
614
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], menu-view *)) {
623
615
  --itemradiustl: var(--list--adjacentitem-border-radius, var(--list--item-border-radius,));
624
616
  --itemradiustr: var(--list--adjacentitem-border-radius, var(--list--item-border-radius,));
625
617
  }
626
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group] :not([slot])), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group] :not([slot])), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group] :not([slot])),
627
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group] :not([slot])),
628
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group] :not([slot])),
629
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view):is([is=disclosure-group] :not([slot])),
630
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot]):is([is=disclosure-group] :not([slot])),
631
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot]):is([is=disclosure-group] :not([slot])),
632
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot]):is([is=disclosure-group] :not([slot]))) {
618
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group] :not([slot])), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group] :not([slot])), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group] :not([slot])),
619
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group] :not([slot])),
620
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group] :not([slot])),
621
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]) ~ :not([slot], section-view, menu-view *):is([is=disclosure-group] :not([slot])),
622
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], menu-view *):is([is=disclosure-group] :not([slot])),
623
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot]) ~ :not([slot], menu-view *):is([is=disclosure-group] :not([slot])),
624
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot]) ~ :not([slot], menu-view *):is([is=disclosure-group] :not([slot]))) {
633
625
  --itemradiustl: var(--list--adjacentdetailsitem-border-radius, var(--list--adjacentitem-border-radius, var(--list--item-border-radius,)));
634
626
  --itemradiustr: var(--list--adjacentdetailsitem-border-radius, var(--list--adjacentitem-border-radius, var(--list--item-border-radius,)));
635
627
  }
636
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]):has(~ :not([slot], section-view)), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]):has(~ :not([slot], section-view)), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]):has(~ :not([slot], section-view)),
637
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]):has(~ :not([slot], section-view)),
638
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]):has(~ :not([slot], section-view)),
639
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]):has(~ :not([slot], section-view)),
640
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], summary):has(~ :not([slot])),
641
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], summary):has(~ :not([slot])),
642
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], summary):has(~ :not([slot])),
643
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:not([data-state=closed]) > summary,
644
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:not([data-state=closed]) > summary,
645
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:not([data-state=closed]) > summary) {
628
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]):has(~ :not([slot], section-view, menu-view *)), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]):has(~ :not([slot], section-view, menu-view *)), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]):has(~ :not([slot], section-view, menu-view *)),
629
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]):has(~ :not([slot], section-view, menu-view *)),
630
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]):has(~ :not([slot], section-view, menu-view *)),
631
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]):has(~ :not([slot], section-view, menu-view *)),
632
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], summary, menu-view *):has(~ :not([slot])),
633
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], summary, menu-view *):has(~ :not([slot])),
634
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], summary, menu-view *):has(~ :not([slot])),
635
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:not([data-state=closed], menu-view *) > summary,
636
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:not([data-state=closed], menu-view *) > summary,
637
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:not([data-state=closed], menu-view *) > summary) {
646
638
  --itemradiusbl: var(--list--adjacentitem-border-radius, var(--list--item-border-radius,));
647
639
  --itemradiusbr: var(--list--adjacentitem-border-radius, var(--list--item-border-radius,));
648
640
  }
649
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]):has(~ :not([slot], section-view)):is([is=disclosure-group] :not([slot])), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]):has(~ :not([slot], section-view)):is([is=disclosure-group] :not([slot])), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]):has(~ :not([slot], section-view)):is([is=disclosure-group] :not([slot])),
650
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]):has(~ :not([slot], section-view)):is([is=disclosure-group] :not([slot])),
651
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]):has(~ :not([slot], section-view)):is([is=disclosure-group] :not([slot])),
652
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]):has(~ :not([slot], section-view)):is([is=disclosure-group] :not([slot])),
653
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], summary):has(~ :not([slot])):is([is=disclosure-group] :not([slot])),
654
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], summary):has(~ :not([slot])):is([is=disclosure-group] :not([slot])),
655
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], summary):has(~ :not([slot])):is([is=disclosure-group] :not([slot])),
656
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:not([data-state=closed]) > summary:is([is=disclosure-group] :not([slot])),
657
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:not([data-state=closed]) > summary:is([is=disclosure-group] :not([slot])),
658
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:not([data-state=closed]) > summary:is([is=disclosure-group] :not([slot]))) {
641
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot]):has(~ :not([slot], section-view, menu-view *)):is([is=disclosure-group] :not([slot])), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot]):has(~ :not([slot], section-view, menu-view *)):is([is=disclosure-group] :not([slot])), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot]):has(~ :not([slot], section-view, menu-view *)):is([is=disclosure-group] :not([slot])),
642
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot]):has(~ :not([slot], section-view, menu-view *)):is([is=disclosure-group] :not([slot])),
643
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot]):has(~ :not([slot], section-view, menu-view *)):is([is=disclosure-group] :not([slot])),
644
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot]):has(~ :not([slot], section-view, menu-view *)):is([is=disclosure-group] :not([slot])),
645
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], summary, menu-view *):has(~ :not([slot])):is([is=disclosure-group] :not([slot])),
646
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], summary, menu-view *):has(~ :not([slot])):is([is=disclosure-group] :not([slot])),
647
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], summary, menu-view *):has(~ :not([slot])):is([is=disclosure-group] :not([slot])),
648
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:not([data-state=closed], menu-view *) > summary:is([is=disclosure-group] :not([slot])),
649
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:not([data-state=closed], menu-view *) > summary:is([is=disclosure-group] :not([slot])),
650
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:not([data-state=closed], menu-view *) > summary:is([is=disclosure-group] :not([slot]))) {
659
651
  --itemradiusbl: var(--list--adjacentdetailsitem-border-radius, var(--list--adjacentitem-border-radius, var(--list--item-border-radius,)));
660
652
  --itemradiusbr: var(--list--adjacentdetailsitem-border-radius, var(--list--adjacentitem-border-radius, var(--list--item-border-radius,)));
661
653
  }
662
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:not(section-view section-view), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:not(section-view section-view), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:not(section-view section-view))::part(section-footer-stack), :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:not(section-view section-view), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:not(section-view section-view), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:not(section-view section-view))::part(section-header-stack) {
654
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:not(section-view section-view, menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:not(section-view section-view, menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:not(section-view section-view, menu-view *))::part(section-footer-stack), :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:not(section-view section-view, menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:not(section-view section-view, menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:not(section-view section-view, menu-view *))::part(section-header-stack) {
663
655
  padding-inline: calc(var(--list--root-padding-inline, 0px) + var(--itempadistart, 0px)) calc(var(--list--root-padding-inline, 0px) + var(--itempadiend, 0px));
664
656
  margin-inline: calc(var(--list--root-padding-inline) * -1);
665
657
  padding-block: 1px;
666
658
  }
667
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:not(section-view section-view), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:not(section-view section-view), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:not(section-view section-view))::part(section-header-stack) {
659
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:not(section-view section-view, menu-view *), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:not(section-view section-view, menu-view *), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:not(section-view section-view, menu-view *))::part(section-header-stack) {
668
660
  top: calc(var(--list--sticky-block-size, 0px) + var(--navigation-bar-block-size));
669
661
  position: sticky;
670
662
  }
671
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view)) {
663
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view)) {
672
664
  --list--host-grid-template-columns: repeat(2, minmax(0, 1fr));
673
665
  position: relative;
674
666
  }
675
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view))::after {
667
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view))::after {
676
668
  pointer-events: none;
677
669
  content: "";
678
670
  position: absolute;
@@ -680,118 +672,118 @@
680
672
  inline-size: 1px;
681
673
  background: var(--list--separator-background-color, var(--separator));
682
674
  }
683
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :first-child:not([slot]), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :first-child:not([slot]), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :first-child:not([slot]),
684
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:first-child > :not([slot]),
685
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:first-child > :not([slot]),
686
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:first-child > :not([slot]),
687
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:first-child > :not([slot]),
688
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:first-child > :not([slot]),
689
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:first-child > :not([slot])) {
675
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) > :first-child:not([slot]), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :first-child:not([slot]), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) > :first-child:not([slot]),
676
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:first-child > :not([slot]),
677
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:first-child > :not([slot]),
678
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:first-child > :not([slot]),
679
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:first-child > :not([slot]),
680
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:first-child > :not([slot]),
681
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:first-child > :not([slot])) {
690
682
  --itemradiustr: var(--list--adjacentitem-border-radius,);
691
683
  --itemradiusbr: var(--list--adjacentitem-border-radius,);
692
684
  }
693
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :first-child:not([slot]):is([is=disclosure-group] :not([slot])), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :first-child:not([slot]):is([is=disclosure-group] :not([slot])), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :first-child:not([slot]):is([is=disclosure-group] :not([slot])),
694
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:first-child > :not([slot]):is([is=disclosure-group] :not([slot])),
695
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:first-child > :not([slot]):is([is=disclosure-group] :not([slot])),
696
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:first-child > :not([slot]):is([is=disclosure-group] :not([slot])),
697
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:first-child > :not([slot]):is([is=disclosure-group] :not([slot])),
698
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:first-child > :not([slot]):is([is=disclosure-group] :not([slot])),
699
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:first-child > :not([slot]):is([is=disclosure-group] :not([slot]))) {
685
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) > :first-child:not([slot]):is([is=disclosure-group] :not([slot])), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :first-child:not([slot]):is([is=disclosure-group] :not([slot])), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) > :first-child:not([slot]):is([is=disclosure-group] :not([slot])),
686
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:first-child > :not([slot]):is([is=disclosure-group] :not([slot])),
687
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:first-child > :not([slot]):is([is=disclosure-group] :not([slot])),
688
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:first-child > :not([slot]):is([is=disclosure-group] :not([slot])),
689
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:first-child > :not([slot]):is([is=disclosure-group] :not([slot])),
690
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:first-child > :not([slot]):is([is=disclosure-group] :not([slot])),
691
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:first-child > :not([slot]):is([is=disclosure-group] :not([slot]))) {
700
692
  --itemradiustr: var(--list--adjacentitem-border-radius,);
701
693
  --itemradiusbr: var(--list--adjacentitem-border-radius,);
702
694
  }
703
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-child(2):not([slot]), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-child(2):not([slot]), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-child(2):not([slot]),
704
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-child(2) > :not([slot]),
705
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-child(2) > :not([slot]),
706
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-child(2) > :not([slot]),
707
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-child(2) > :not([slot]),
708
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-child(2) > :not([slot]),
709
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-child(2) > :not([slot])) {
695
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-child(2):not([slot]), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-child(2):not([slot]), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-child(2):not([slot]),
696
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-child(2) > :not([slot]),
697
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-child(2) > :not([slot]),
698
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-child(2) > :not([slot]),
699
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-child(2) > :not([slot]),
700
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-child(2) > :not([slot]),
701
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-child(2) > :not([slot])) {
710
702
  --itemradiustr: var(--list--item-border-radius,);
711
703
  }
712
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-child(2):not([slot]), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-child(2):not([slot]), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-child(2):not([slot]),
713
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-child(2) > :not([slot]),
714
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-child(2) > :not([slot]),
715
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-child(2) > :not([slot]),
716
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-child(2) > :not([slot]),
717
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-child(2) > :not([slot]),
718
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-child(2) > :not([slot]))::before {
704
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-child(2):not([slot]), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-child(2):not([slot]), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-child(2):not([slot]),
705
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-child(2) > :not([slot]),
706
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-child(2) > :not([slot]),
707
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-child(2) > :not([slot]),
708
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-child(2) > :not([slot]),
709
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-child(2) > :not([slot]),
710
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-child(2) > :not([slot]))::before {
719
711
  content: none;
720
712
  }
721
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])),
722
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
723
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
724
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
725
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
726
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
727
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot]))) {
713
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])),
714
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
715
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
716
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
717
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
718
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
719
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot]))) {
728
720
  --itemradiustr: var(--list--item-border-radius,);
729
721
  }
730
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])),
731
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
732
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
733
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
734
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
735
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
736
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])))::before {
722
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-child(2):not([slot]):is([is=disclosure-group] :not([slot])),
723
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
724
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
725
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
726
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
727
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
728
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])))::before {
737
729
  content: none;
738
730
  }
739
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-last-child(2):not([slot]), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-last-child(2):not([slot]), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-last-child(2):not([slot]),
740
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-last-child(2) > :not([slot]),
741
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-last-child(2) > :not([slot]),
742
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-last-child(2) > :not([slot]),
743
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-last-child(2) > :not([slot]),
744
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-last-child(2) > :not([slot]),
745
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-last-child(2) > :not([slot])) {
731
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-last-child(2):not([slot]), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-last-child(2):not([slot]), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-last-child(2):not([slot]),
732
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-last-child(2) > :not([slot]),
733
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-last-child(2) > :not([slot]),
734
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-last-child(2) > :not([slot]),
735
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-last-child(2) > :not([slot]),
736
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-last-child(2) > :not([slot]),
737
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-last-child(2) > :not([slot])) {
746
738
  --itemradiustr: var(--list--adjacentitem-border-radius,);
747
739
  --itemradiusbl: var(--list--item-border-radius,);
748
740
  }
749
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-last-child(2):not([slot]):is([is=disclosure-group] :not([slot])), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-last-child(2):not([slot]):is([is=disclosure-group] :not([slot])), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-last-child(2):not([slot]):is([is=disclosure-group] :not([slot])),
750
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
751
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
752
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
753
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
754
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
755
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot]))) {
741
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) > :nth-last-child(2):not([slot]):is([is=disclosure-group] :not([slot])), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :nth-last-child(2):not([slot]):is([is=disclosure-group] :not([slot])), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) > :nth-last-child(2):not([slot]):is([is=disclosure-group] :not([slot])),
742
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
743
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
744
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
745
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
746
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot])),
747
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:nth-last-child(2) > :not([slot]):is([is=disclosure-group] :not([slot]))) {
756
748
  --itemradiustr: var(--list--adjacentitem-border-radius,);
757
749
  --itemradiusbl: var(--list--item-border-radius,);
758
750
  }
759
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :last-child:not([slot]), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :last-child:not([slot]), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :last-child:not([slot]),
760
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:last-child > :not([slot]),
761
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:last-child > :not([slot]),
762
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:last-child > :not([slot]),
763
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:last-child > :not([slot]),
764
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:last-child > :not([slot]),
765
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:last-child > :not([slot])) {
751
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) > :last-child:not([slot]), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :last-child:not([slot]), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) > :last-child:not([slot]),
752
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:last-child > :not([slot]),
753
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:last-child > :not([slot]),
754
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:last-child > :not([slot]),
755
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:last-child > :not([slot]),
756
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:last-child > :not([slot]),
757
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:last-child > :not([slot])) {
766
758
  --itemradiusbr: var(--list--item-border-radius,);
767
759
  --itemradiusbl: var(--list--adjacentitem-border-radius,);
768
760
  }
769
- :where(table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :last-child:not([slot]):is([is=disclosure-group] :not([slot])), [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :last-child:not([slot]):is([is=disclosure-group] :not([slot])), list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :last-child:not([slot]):is([is=disclosure-group] :not([slot])),
770
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:last-child > :not([slot]):is([is=disclosure-group] :not([slot])),
771
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:last-child > :not([slot]):is([is=disclosure-group] :not([slot])),
772
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:last-child > :not([slot]):is([is=disclosure-group] :not([slot])),
773
- table-view[columns="2"]:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:last-child > :not([slot]):is([is=disclosure-group] :not([slot])),
774
- [columns="2"][is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:last-child > :not([slot]):is([is=disclosure-group] :not([slot])),
775
- list-view[columns="2"]:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:last-child > :not([slot]):is([is=disclosure-group] :not([slot]))) {
761
+ :where(table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) > :last-child:not([slot]):is([is=disclosure-group] :not([slot])), [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :last-child:not([slot]):is([is=disclosure-group] :not([slot])), list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) > :last-child:not([slot]):is([is=disclosure-group] :not([slot])),
762
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view:last-child > :not([slot]):is([is=disclosure-group] :not([slot])),
763
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view:last-child > :not([slot]):is([is=disclosure-group] :not([slot])),
764
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view:last-child > :not([slot]):is([is=disclosure-group] :not([slot])),
765
+ table-view[columns="2"]:not(menu-view *):not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group]:last-child > :not([slot]):is([is=disclosure-group] :not([slot])),
766
+ [columns="2"][is=form-view]:not(menu-view *):not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group]:last-child > :not([slot]):is([is=disclosure-group] :not([slot])),
767
+ list-view[columns="2"]:not(menu-view *):not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group]:last-child > :not([slot]):is([is=disclosure-group] :not([slot]))) {
776
768
  --itemradiusbr: var(--list--item-border-radius,);
777
769
  --itemradiusbl: var(--list--adjacentitem-border-radius,);
778
770
  }
779
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
780
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
781
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
782
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
783
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
784
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
785
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button)) {
771
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
772
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
773
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
774
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
775
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
776
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
777
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button)) {
786
778
  position: relative;
787
779
  }
788
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
789
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
790
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
791
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
792
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
793
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
794
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button))::after {
780
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
781
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
782
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
783
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
784
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
785
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
786
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button))::after {
795
787
  pointer-events: none;
796
788
  content: "";
797
789
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" fill="currentColor" viewBox="0 0 256 256"%3E%3Cpath d="M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z"%3E%3C/path%3E%3C/svg%3E') no-repeat center/contain;
@@ -800,13 +792,13 @@
800
792
  aspect-ratio: 1;
801
793
  place-self: center;
802
794
  }
803
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
804
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
805
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
806
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
807
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
808
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button),
809
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):is(button))::after {
795
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
796
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
797
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
798
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
799
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
800
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button),
801
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):is(button))::after {
810
802
  position: absolute;
811
803
  inset: 50% var(--itempadiend) auto auto;
812
804
  display: var(--list--accessories-display, grid);
@@ -817,22 +809,22 @@
817
809
  }
818
810
  }
819
811
  @layer sw-colors {
820
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
821
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
822
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
823
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
824
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
825
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
826
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly])):focus-visible {
812
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
813
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
814
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
815
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
816
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
817
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
818
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly])):focus-visible {
827
819
  outline: none;
828
820
  }
829
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
830
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
831
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
832
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
833
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
834
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
835
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly])):focus-visible {
821
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
822
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
823
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
824
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
825
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
826
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
827
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly])):focus-visible {
836
828
  --itemface: var(--itemhighlightface,);
837
829
  --itemtext: var(--itemhighlighttext,);
838
830
  --list--separator-background-color: var(--list--highlighteditem-separator-background-color,);
@@ -841,26 +833,26 @@
841
833
  }
842
834
  }
843
835
  @layer sw-actions {
844
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
845
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
846
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
847
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
848
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
849
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly]),
850
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name):not(:disabled):not([readonly])).active {
836
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]), [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]), list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
837
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
838
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
839
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
840
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
841
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly]),
842
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name):not(:disabled):not([readonly])).active {
851
843
  --itemface: var(--itemactiveface,);
852
844
  --itemtext: var(--itemactivetext,);
853
845
  --list--separator-background-color: var(--list--highlighteditem-separator-background-color,);
854
846
  --secondary: var(--itemtext);
855
847
  --blue: var(--itemtext);
856
848
  }
857
- :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)[aria-selected=true], [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)[aria-selected=true], list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)[aria-selected=true],
858
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)[aria-selected=true],
859
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)[aria-selected=true],
860
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)[aria-selected=true],
861
- table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)[aria-selected=true],
862
- [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)[aria-selected=true],
863
- list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, whatever-name)[aria-selected=true]) {
849
+ :where(table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)[aria-selected=true], [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)[aria-selected=true], list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)[aria-selected=true],
850
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)[aria-selected=true],
851
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)[aria-selected=true],
852
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) section-view > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)[aria-selected=true],
853
+ table-view:not(table-view table-view, list-view table-view, [is=form-view] table-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)[aria-selected=true],
854
+ [is=form-view]:not([is=form-view] [is=form-view], list-view [is=form-view], table-view [is=form-view], [is=tab-bar] > [is=form-view]) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)[aria-selected=true],
855
+ list-view:not(list-view list-view, [is=form-view] list-view, table-view list-view) [is=disclosure-group] > :not([slot], section-view, [is=disclosure-group], picker-view, menu-view, menu-view *, whatever-name)[aria-selected=true]) {
864
856
  --itemface: var(--itemactiveface);
865
857
  --itemtext: var(--itemactivetext,);
866
858
  --list--separator-background-color: var(--list--highlighteditem-separator-background-color,);
@@ -1033,6 +1025,7 @@
1033
1025
  scroll-view:not([hidden]),
1034
1026
  body-view:not([hidden]),
1035
1027
  tab-view:not([hidden]),
1028
+ [is=search-view]:not([hidden]),
1036
1029
  [is=sidebar-view]:not([hidden]),
1037
1030
  [is=tab-bar]:not([hidden]),
1038
1031
  [is=full-screen]:not([hidden]),
@@ -1066,6 +1059,7 @@
1066
1059
  section-view:not([hidden]),
1067
1060
  text-field:not([hidden]),
1068
1061
  detail-placeholder:not([hidden]),
1062
+ sticky-container:not([hidden]),
1069
1063
  picker-view:not([hidden])) {
1070
1064
  display: grid;
1071
1065
  }
@@ -1602,7 +1596,7 @@
1602
1596
  :where(sticky-container[edge=navbar]) {
1603
1597
  top: var(--navigation-bar-block-size);
1604
1598
  }
1605
- @container (max-block-size: 400px) {
1599
+ @container (max-block-size: 25rem) {
1606
1600
  :where(sticky-container) {
1607
1601
  position: relative;
1608
1602
  top: unset;
@@ -1651,7 +1645,7 @@
1651
1645
  :where([is=sheet-view] scroll-view) {
1652
1646
  border-radius: 26px;
1653
1647
  }
1654
- @supports not selector(:open) {
1648
+ @supports (hanging-punctuation: first) {
1655
1649
  :where([is=sheet-view]:has([is=sheet-view]:not([open]))) {
1656
1650
  overflow: visible;
1657
1651
  }
@@ -1896,6 +1890,9 @@
1896
1890
  :where(navigation-stack > scroll-view sticky-container, navigation-split-view > scroll-view sticky-container, [is=sidebar-view] > scroll-view sticky-container, body-view > scroll-view sticky-container, [is=full-screen] > scroll-view sticky-container, [is=sheet-view] > scroll-view sticky-container):after {
1897
1891
  background-image: linear-gradient(to bottom, var(--face) 0, oklch(0% 0 0deg / 0) 100%);
1898
1892
  }
1893
+ :where(navigation-stack > scroll-view sticky-container, navigation-split-view > scroll-view sticky-container, [is=sidebar-view] > scroll-view sticky-container, body-view > scroll-view sticky-container, [is=full-screen] > scroll-view sticky-container, [is=sheet-view] > scroll-view sticky-container):after {
1894
+ display: none;
1895
+ }
1899
1896
  @supports (container-type: scroll-state) {
1900
1897
  :where(navigation-stack > scroll-view:has(sticky-container[stuck]), navigation-split-view > scroll-view:has(sticky-container[stuck]), [is=sidebar-view] > scroll-view:has(sticky-container[stuck]), body-view > scroll-view:has(sticky-container[stuck]), [is=full-screen] > scroll-view:has(sticky-container[stuck]), [is=sheet-view] > scroll-view:has(sticky-container[stuck]))::part(scroll-view-navbar):before {
1901
1898
  mask-image: none !important;
@@ -1956,6 +1953,9 @@
1956
1953
  place-content: safe center;
1957
1954
  gap: 1rem;
1958
1955
  }
1956
+ :where(h-stack[template="auto spacer"]) {
1957
+ grid-template-columns: auto minmax(0, 1fr);
1958
+ }
1959
1959
  :where(h-stack[template="spacer auto"]) {
1960
1960
  grid-template-columns: minmax(0, 1fr) auto;
1961
1961
  }
@@ -2469,6 +2469,15 @@
2469
2469
  text-align: center;
2470
2470
  }
2471
2471
  }
2472
+ @layer sw-components {
2473
+ :where([is=search-view]) {
2474
+ height: 30px;
2475
+ backdrop-filter: var(--liquid-glass-backdrop-filter, );
2476
+ box-shadow: var(--menu-popover-box-shadow, );
2477
+ border-radius: var(--pill-border-radius);
2478
+ padding-inline: 1rem;
2479
+ }
2480
+ }
2472
2481
  @layer sw-components {
2473
2482
  :where(tool-bar) {
2474
2483
  pointer-events: none;
@@ -3129,6 +3138,8 @@
3129
3138
  backdrop-filter: var(--liquid-glass-backdrop-filter, );
3130
3139
  box-shadow: var(--menu-popover-box-shadow, );
3131
3140
  --menu--dialog-scale: scale(0);
3141
+ --menu--summary-scale: ;
3142
+ --menu--summary-filter: ;
3132
3143
  }
3133
3144
  :where(menu-view[open])::part(menu-dialog) {
3134
3145
  --menu--dialog-max-inline-size: 100vw;
@@ -3137,16 +3148,11 @@
3137
3148
  --menu--dialog-margin-inline: max(env(safe-area-inset-left), var(--menu-spacing)) max(env(safe-area-inset-right), var(--menu-spacing));
3138
3149
  --menu--dialog-scale: scale(1);
3139
3150
  }
3140
- @starting-style {
3141
- :where(menu-view[open])::part(menu-dialog) {
3142
- --menu--dialog-scale: scale(0);
3143
- }
3144
- }
3145
3151
  :where(menu-view[closing])::part(menu-dialog) {
3146
3152
  --menu--dialog-max-inline-size: anchor-size();
3147
3153
  --menu--dialog-max-block-size: anchor-size();
3148
3154
  }
3149
- menu-view[open] > menu-view[open], menu-view[open]:not(tool-bar-item menu-view) {
3155
+ menu-view[open]:not(tool-bar-item > menu-view) {
3150
3156
  --menu--summary-scale: scale(0.01);
3151
3157
  --menu--summary-filter: blur(10px);
3152
3158
  }
@@ -4311,13 +4317,18 @@
4311
4317
  --picker--stack-grid-template-columns: minmax(0, 1fr);
4312
4318
  }
4313
4319
  @container style(--picker-style: menu) {
4314
- :where(picker-view > menu-view > button) {
4320
+ :where(picker-view menu-view > menu-view > label-view[slot=label]) {
4321
+ margin-inline-start: 2rem;
4322
+ }
4323
+ }
4324
+ @container style(--picker-style: menu) {
4325
+ :where(picker-view menu-view > button, picker-view menu-view > [is=disclosure-group] > button, picker-view menu-view > [is=disclosure-group] > summary) {
4315
4326
  position: relative;
4316
4327
  grid-auto-flow: column;
4317
4328
  grid-template-columns: var(--picker-affordance-size) minmax(0, 1fr);
4318
4329
  column-gap: var(--picker-affordance-col-gap);
4319
4330
  }
4320
- :where(picker-view > menu-view > button)::before {
4331
+ :where(picker-view menu-view > button, picker-view menu-view > [is=disclosure-group] > button, picker-view menu-view > [is=disclosure-group] > summary)::before {
4321
4332
  pointer-events: none;
4322
4333
  content: "";
4323
4334
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" fill="currentColor" viewBox="0 0 256 256"%3E%3Cpath d="M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z"%3E%3C/path%3E%3C/svg%3E') no-repeat center/contain;
@@ -4326,7 +4337,7 @@
4326
4337
  aspect-ratio: 1;
4327
4338
  place-self: center;
4328
4339
  }
4329
- :where(picker-view > menu-view > button)::before {
4340
+ :where(picker-view menu-view > button, picker-view menu-view > [is=disclosure-group] > button, picker-view menu-view > [is=disclosure-group] > summary)::before {
4330
4341
  display: grid;
4331
4342
  block-size: var(--picker-affordance-size);
4332
4343
  inline-size: var(--picker-affordance-size);
@@ -4334,15 +4345,15 @@
4334
4345
  transform: var(--tablecol--after-rotate, );
4335
4346
  }
4336
4347
  @media (prefers-reduced-motion: no-preference) {
4337
- :where(picker-view > menu-view > button)::before {
4348
+ :where(picker-view menu-view > button, picker-view menu-view > [is=disclosure-group] > button, picker-view menu-view > [is=disclosure-group] > summary)::before {
4338
4349
  transition: transform 100ms ease-out;
4339
4350
  will-change: transform;
4340
4351
  }
4341
4352
  }
4342
- :where(picker-view > menu-view > button)::before {
4353
+ :where(picker-view menu-view > button, picker-view menu-view > [is=disclosure-group] > button, picker-view menu-view > [is=disclosure-group] > summary)::before {
4343
4354
  opacity: 0;
4344
4355
  }
4345
- :where(picker-view > menu-view > button)[aria-selected=true]::before {
4356
+ :where(picker-view menu-view > button, picker-view menu-view > [is=disclosure-group] > button, picker-view menu-view > [is=disclosure-group] > summary)[aria-selected=true]::before {
4346
4357
  opacity: 1;
4347
4358
  }
4348
4359
  }
@@ -4359,13 +4370,16 @@
4359
4370
  --picker--stack-grid-template-columns: auto minmax(0, 1fr);
4360
4371
  }
4361
4372
  }
4362
- :where(:where(picker-view[picker-style=menu]) > menu-view > button) {
4373
+ :where(:where(picker-view[picker-style=menu]) menu-view > menu-view > label-view[slot=label]) {
4374
+ margin-inline-start: 2rem;
4375
+ }
4376
+ :where(:where(picker-view[picker-style=menu]) menu-view > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > summary) {
4363
4377
  position: relative;
4364
4378
  grid-auto-flow: column;
4365
4379
  grid-template-columns: var(--picker-affordance-size) minmax(0, 1fr);
4366
4380
  column-gap: var(--picker-affordance-col-gap);
4367
4381
  }
4368
- :where(:where(picker-view[picker-style=menu]) > menu-view > button)::before {
4382
+ :where(:where(picker-view[picker-style=menu]) menu-view > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > summary)::before {
4369
4383
  pointer-events: none;
4370
4384
  content: "";
4371
4385
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" fill="currentColor" viewBox="0 0 256 256"%3E%3Cpath d="M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z"%3E%3C/path%3E%3C/svg%3E') no-repeat center/contain;
@@ -4374,7 +4388,7 @@
4374
4388
  aspect-ratio: 1;
4375
4389
  place-self: center;
4376
4390
  }
4377
- :where(:where(picker-view[picker-style=menu]) > menu-view > button)::before {
4391
+ :where(:where(picker-view[picker-style=menu]) menu-view > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > summary)::before {
4378
4392
  display: grid;
4379
4393
  block-size: var(--picker-affordance-size);
4380
4394
  inline-size: var(--picker-affordance-size);
@@ -4382,15 +4396,15 @@
4382
4396
  transform: var(--tablecol--after-rotate, );
4383
4397
  }
4384
4398
  @media (prefers-reduced-motion: no-preference) {
4385
- :where(:where(picker-view[picker-style=menu]) > menu-view > button)::before {
4399
+ :where(:where(picker-view[picker-style=menu]) menu-view > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > summary)::before {
4386
4400
  transition: transform 100ms ease-out;
4387
4401
  will-change: transform;
4388
4402
  }
4389
4403
  }
4390
- :where(:where(picker-view[picker-style=menu]) > menu-view > button)::before {
4404
+ :where(:where(picker-view[picker-style=menu]) menu-view > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > summary)::before {
4391
4405
  opacity: 0;
4392
4406
  }
4393
- :where(:where(picker-view[picker-style=menu]) > menu-view > button)[aria-selected=true]::before {
4407
+ :where(:where(picker-view[picker-style=menu]) menu-view > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > button, :where(picker-view[picker-style=menu]) menu-view > [is=disclosure-group] > summary)[aria-selected=true]::before {
4394
4408
  opacity: 1;
4395
4409
  }
4396
4410
  :where(picker-view[picker-style=menu]) {
@@ -6061,27 +6075,33 @@
6061
6075
  scroll-view > v-flex-stack[padding]) {
6062
6076
  padding-block-end: 1rem;
6063
6077
  }
6064
- :where(v-stack > [padding]:not(v-stack,
6078
+ :where(v-stack > [padding]:not(v-stack, sticky-container,
6065
6079
  h-stack,
6066
6080
  h-flex-stack,
6067
6081
  v-flex-stack), v-stack > [is=disclosure-group] > summary[padding],
6068
- h-stack > [padding]:not(v-stack,
6082
+ h-stack > [padding]:not(v-stack, sticky-container,
6069
6083
  h-stack,
6070
6084
  h-flex-stack,
6071
6085
  v-flex-stack),
6072
6086
  h-stack > [is=disclosure-group] > summary[padding],
6073
- h-flex-stack > [padding]:not(v-stack,
6087
+ h-flex-stack > [padding]:not(v-stack, sticky-container,
6074
6088
  h-stack,
6075
6089
  h-flex-stack,
6076
6090
  v-flex-stack),
6077
6091
  h-flex-stack > [is=disclosure-group] > summary[padding],
6078
- v-flex-stack > [padding]:not(v-stack,
6092
+ v-flex-stack > [padding]:not(v-stack, sticky-container,
6079
6093
  h-stack,
6080
6094
  h-flex-stack,
6081
6095
  v-flex-stack),
6082
6096
  v-flex-stack > [is=disclosure-group] > summary[padding]) {
6083
6097
  margin-inline: 1rem;
6084
6098
  }
6099
+ :where(v-stack > sticky-container,
6100
+ h-stack > sticky-container,
6101
+ h-flex-stack > sticky-container,
6102
+ v-flex-stack > sticky-container) {
6103
+ padding-inline: 1rem;
6104
+ }
6085
6105
  }
6086
6106
  @layer sw-utils {
6087
6107
  :where([padding-horizontal="0"]) {
@@ -7842,30 +7862,24 @@
7842
7862
  }
7843
7863
  :where([is=sheet-view], [is=full-screen], [is=confirmation-dialog], [is=alert-dialog]) {
7844
7864
  --face: var(--background);
7845
- --background: light-dark(var(--secondary-bg), var(--secondary-bg-dark));
7865
+ --background: var(--secondaryBackground);
7846
7866
  }
7847
7867
  @media (min-width: 43rem) {
7848
7868
  :where(navigation-split-view > [is=sidebar-view]) {
7849
- --face: light-dark(
7850
- var(--liquid-glass-bg),
7851
- var(--liquid-glass-bg-dark)
7852
- );
7869
+ --face: light-dark(var(--liquid-glass-bg), var(--liquid-glass-bg-dark));
7853
7870
  }
7854
7871
  }
7855
7872
  :where(tab-view > [is=sidebar-view]) {
7856
- --face: light-dark(
7857
- var(--liquid-glass-bg),
7858
- var(--liquid-glass-bg-dark)
7859
- );
7873
+ --face: light-dark(var(--liquid-glass-bg), var(--liquid-glass-bg-dark));
7860
7874
  }
7861
7875
  :where(tab-view > [is=sidebar-view] [is=form-view]) {
7862
7876
  --list--highlighteditem-background-color: transparent;
7863
7877
  --list--highlighteditem-color: var(--accentColor);
7864
7878
  }
7865
7879
  :where([is=tab-bar]) {
7866
- --toolbaritemtext: light-dark(var(--secondary-text), var(--secondary-text-dark));
7867
- --toolbaritemhighlighttext: light-dark(var(--secondary-text), var(--secondary-text-dark));
7868
- --toolbaritemactivetext: light-dark(var(--secondary-text), var(--secondary-text-dark));
7880
+ --toolbaritemtext: var(--text);
7881
+ --toolbaritemhighlighttext: var(--text);
7882
+ --toolbaritemactivetext: var(--text);
7869
7883
  }
7870
7884
  :where(tool-bar-item,
7871
7885
  tool-bar-item-group,