@yamada-ui/react 2.1.3 → 2.1.4-dev-20260317181102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/css/conditions.cjs +18 -18
- package/dist/cjs/core/css/conditions.cjs.map +1 -1
- package/dist/cjs/providers/i18n-provider/i18n-cache.cjs.map +1 -1
- package/dist/cjs/utils/ref.cjs.map +1 -1
- package/dist/esm/core/css/conditions.js +18 -18
- package/dist/esm/core/css/conditions.js.map +1 -1
- package/dist/esm/providers/i18n-provider/i18n-cache.js.map +1 -1
- package/dist/esm/utils/ref.js.map +1 -1
- package/dist/types/components/accordion/accordion.d.ts +4 -2
- package/dist/types/components/accordion/use-accordion.d.ts +11 -11
- package/dist/types/components/airy/airy.d.ts +3 -2
- package/dist/types/components/alert/alert.d.ts +5 -2
- package/dist/types/components/alert/alert.style.d.ts +1 -1
- package/dist/types/components/alpha-slider/alpha-slider.d.ts +3 -2
- package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +2 -2
- package/dist/types/components/autocomplete/autocomplete.d.ts +4 -2
- package/dist/types/components/autocomplete/autocomplete.style.d.ts +1 -1
- package/dist/types/components/autocomplete/use-autocomplete.d.ts +7 -5
- package/dist/types/components/avatar/avatar.d.ts +5 -5
- package/dist/types/components/avatar/avatar.style.d.ts +1 -1
- package/dist/types/components/avatar/use-avatar-group.d.ts +2 -2
- package/dist/types/components/badge/badge.d.ts +2 -2
- package/dist/types/components/bleed/bleed.d.ts +2 -2
- package/dist/types/components/blockquote/blockquote.d.ts +2 -2
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +2 -2
- package/dist/types/components/breadcrumb/use-breadcrumb.d.ts +2 -2
- package/dist/types/components/button/button-group.d.ts +1 -0
- package/dist/types/components/button/button.d.ts +3 -2
- package/dist/types/components/button/icon-button.d.ts +2 -2
- package/dist/types/components/calendar/calendar.d.ts +3 -2
- package/dist/types/components/calendar/calendar.style.d.ts +2 -2
- package/dist/types/components/calendar/use-calendar.d.ts +9 -8
- package/dist/types/components/card/card.d.ts +2 -2
- package/dist/types/components/carousel/carousel.d.ts +3 -2
- package/dist/types/components/carousel/carousel.style.d.ts +2 -2
- package/dist/types/components/carousel/use-carousel.d.ts +3 -3
- package/dist/types/components/center/center.d.ts +2 -2
- package/dist/types/components/chart/chart.d.ts +2 -2
- package/dist/types/components/chart/composed-chart.d.ts +2 -2
- package/dist/types/components/chart/donut-chart.d.ts +2 -2
- package/dist/types/components/chart/line-chart.d.ts +2 -2
- package/dist/types/components/chart/pie-chart.d.ts +2 -2
- package/dist/types/components/chart/radial-chart.d.ts +2 -2
- package/dist/types/components/chart/use-chart.d.ts +2 -2
- package/dist/types/components/checkbox/checkbox-group.d.ts +2 -0
- package/dist/types/components/checkbox/checkbox.d.ts +5 -4
- package/dist/types/components/checkbox/use-checkbox-group.d.ts +3 -2
- package/dist/types/components/checkbox/use-checkbox.d.ts +1 -0
- package/dist/types/components/checkbox-card/checkbox-card-group.d.ts +3 -0
- package/dist/types/components/checkbox-card/checkbox-card.d.ts +7 -5
- package/dist/types/components/checkbox-card/checkbox-card.style.d.ts +1 -1
- package/dist/types/components/circle-progress/circle-progress.d.ts +3 -2
- package/dist/types/components/close-button/close-button.d.ts +3 -2
- package/dist/types/components/code/code.d.ts +2 -2
- package/dist/types/components/collapse/collapse.d.ts +3 -2
- package/dist/types/components/color-picker/color-picker.d.ts +6 -2
- package/dist/types/components/color-picker/color-picker.style.d.ts +1 -1
- package/dist/types/components/color-picker/use-color-picker.d.ts +5 -2
- package/dist/types/components/color-selector/color-selector.d.ts +6 -2
- package/dist/types/components/color-selector/use-color-selector.d.ts +5 -3
- package/dist/types/components/color-swatch/color-swatch.d.ts +2 -2
- package/dist/types/components/container/container.d.ts +2 -2
- package/dist/types/components/data-list/data-list.d.ts +2 -2
- package/dist/types/components/data-list/data-list.style.d.ts +1 -1
- package/dist/types/components/date-picker/date-picker.d.ts +5 -2
- package/dist/types/components/date-picker/date-picker.style.d.ts +1 -1
- package/dist/types/components/date-picker/use-date-picker.d.ts +7 -4
- package/dist/types/components/drawer/drawer.d.ts +5 -2
- package/dist/types/components/drawer/use-drawer.d.ts +2 -0
- package/dist/types/components/dropzone/dropzone.d.ts +8 -5
- package/dist/types/components/dropzone/dropzone.style.d.ts +1 -1
- package/dist/types/components/dropzone/use-dropzone.d.ts +1 -0
- package/dist/types/components/editable/editable.d.ts +5 -4
- package/dist/types/components/editable/use-editable.d.ts +3 -2
- package/dist/types/components/em/em.d.ts +2 -2
- package/dist/types/components/empty-state/empty-state.d.ts +2 -2
- package/dist/types/components/empty-state/empty-state.style.d.ts +2 -2
- package/dist/types/components/fade/fade.d.ts +3 -2
- package/dist/types/components/fade-scale/fade-scale.d.ts +1 -0
- package/dist/types/components/field/field.d.ts +3 -3
- package/dist/types/components/field/field.style.d.ts +2 -2
- package/dist/types/components/field/use-field-props.d.ts +4 -4
- package/dist/types/components/fieldset/fieldset.d.ts +4 -3
- package/dist/types/components/fieldset/fieldset.style.d.ts +1 -1
- package/dist/types/components/file-button/file-button.d.ts +4 -2
- package/dist/types/components/file-button/use-file-button.d.ts +20 -18
- package/dist/types/components/file-input/file-input.d.ts +4 -2
- package/dist/types/components/file-input/use-file-input.d.ts +16 -15
- package/dist/types/components/flex/flex.d.ts +2 -2
- package/dist/types/components/flip/flip.d.ts +5 -4
- package/dist/types/components/float/float.d.ts +2 -2
- package/dist/types/components/form/form.d.ts +4 -3
- package/dist/types/components/form/form.style.d.ts +1 -1
- package/dist/types/components/format/format-byte.d.ts +4 -4
- package/dist/types/components/format/format-date-time.d.ts +4 -4
- package/dist/types/components/format/format-number.d.ts +2 -2
- package/dist/types/components/format/use-format-byte.d.ts +1 -0
- package/dist/types/components/format/use-format-date-time.d.ts +1 -0
- package/dist/types/components/format/use-format-number.d.ts +1 -0
- package/dist/types/components/grid/grid-item.d.ts +2 -2
- package/dist/types/components/grid/grid.d.ts +2 -2
- package/dist/types/components/group/group.d.ts +3 -2
- package/dist/types/components/group/use-group.d.ts +2 -2
- package/dist/types/components/heading/heading.d.ts +2 -2
- package/dist/types/components/highlight/highlight.d.ts +2 -0
- package/dist/types/components/hue-slider/hue-slider.d.ts +4 -3
- package/dist/types/components/icon/icon.d.ts +5 -5
- package/dist/types/components/image/image.d.ts +2 -2
- package/dist/types/components/indicator/indicator.d.ts +5 -4
- package/dist/types/components/infinite-scroll-area/infinite-scroll-area.d.ts +2 -2
- package/dist/types/components/input/input-addon.d.ts +2 -2
- package/dist/types/components/input/input-element.d.ts +2 -2
- package/dist/types/components/input/input-group.d.ts +2 -0
- package/dist/types/components/input/input.d.ts +3 -2
- package/dist/types/components/kbd/kbd.d.ts +2 -2
- package/dist/types/components/link/link.d.ts +2 -2
- package/dist/types/components/link-box/link-box.d.ts +2 -2
- package/dist/types/components/list/list.d.ts +2 -2
- package/dist/types/components/loading/loading-provider.d.ts +2 -2
- package/dist/types/components/loading/loading.d.ts +4 -3
- package/dist/types/components/loading/use-loading-component.d.ts +1 -0
- package/dist/types/components/mark/mark.d.ts +2 -2
- package/dist/types/components/menu/menu.d.ts +3 -2
- package/dist/types/components/menu/menu.style.d.ts +2 -2
- package/dist/types/components/menu/use-menu.d.ts +11 -11
- package/dist/types/components/modal/modal.d.ts +6 -2
- package/dist/types/components/native-accordion/native-accordion.d.ts +2 -2
- package/dist/types/components/native-accordion/use-native-accordion.d.ts +2 -2
- package/dist/types/components/native-popover/native-popover.d.ts +2 -2
- package/dist/types/components/native-select/native-select.d.ts +4 -2
- package/dist/types/components/native-select/native-select.style.d.ts +1 -1
- package/dist/types/components/native-select/use-native-select.d.ts +1 -0
- package/dist/types/components/native-table/native-table.d.ts +4 -4
- package/dist/types/components/notice/notice.style.d.ts +1 -1
- package/dist/types/components/notice/use-notice.d.ts +3 -0
- package/dist/types/components/number-input/number-input.d.ts +3 -2
- package/dist/types/components/number-input/number-input.style.d.ts +1 -1
- package/dist/types/components/number-input/use-number-input.d.ts +1 -0
- package/dist/types/components/pagination/pagination.d.ts +3 -2
- package/dist/types/components/pagination/use-pagination.d.ts +2 -2
- package/dist/types/components/password-input/password-input.d.ts +3 -2
- package/dist/types/components/password-input/password-input.style.d.ts +1 -1
- package/dist/types/components/password-input/strength-meter.d.ts +2 -2
- package/dist/types/components/password-input/use-password-input.d.ts +3 -2
- package/dist/types/components/picture/picture.d.ts +1 -0
- package/dist/types/components/pin-input/pin-input.d.ts +4 -2
- package/dist/types/components/pin-input/pin-input.style.d.ts +1 -1
- package/dist/types/components/pin-input/use-pin-input.d.ts +8 -7
- package/dist/types/components/popover/popover.d.ts +3 -2
- package/dist/types/components/progress/progress.d.ts +4 -4
- package/dist/types/components/progress/use-progress.d.ts +706 -706
- package/dist/types/components/qr-code/qr-code.d.ts +2 -2
- package/dist/types/components/radio/radio-group.d.ts +2 -0
- package/dist/types/components/radio/radio.d.ts +5 -4
- package/dist/types/components/radio/use-radio-group.d.ts +3 -2
- package/dist/types/components/radio/use-radio.d.ts +1 -0
- package/dist/types/components/radio-card/radio-card-group.d.ts +3 -0
- package/dist/types/components/radio-card/radio-card.d.ts +7 -5
- package/dist/types/components/radio-card/radio-card.style.d.ts +1 -1
- package/dist/types/components/rating/use-rating.d.ts +8 -7
- package/dist/types/components/reorder/reorder.d.ts +3 -2
- package/dist/types/components/reorder/use-reorder.d.ts +3 -3
- package/dist/types/components/resizable/resizable.d.ts +2 -2
- package/dist/types/components/resizable/use-resizable.d.ts +2 -2
- package/dist/types/components/ripple/ripple.d.ts +3 -2
- package/dist/types/components/ripple/use-ripple.d.ts +2 -2
- package/dist/types/components/rotate/rotate.d.ts +3 -2
- package/dist/types/components/saturation-slider/saturation-slider.d.ts +2 -2
- package/dist/types/components/saturation-slider/use-saturation-slider.d.ts +3 -2
- package/dist/types/components/scroll-area/scroll-area.d.ts +2 -2
- package/dist/types/components/segmented-control/segmented-control.d.ts +3 -2
- package/dist/types/components/segmented-control/segmented-control.style.d.ts +2 -2
- package/dist/types/components/segmented-control/use-segmented-control.d.ts +10 -9
- package/dist/types/components/select/select.d.ts +4 -2
- package/dist/types/components/select/select.style.d.ts +1 -1
- package/dist/types/components/select/use-select.d.ts +6 -4
- package/dist/types/components/separator/separator.d.ts +2 -2
- package/dist/types/components/simple-grid/simple-grid.d.ts +3 -2
- package/dist/types/components/skeleton/skeleton.d.ts +2 -2
- package/dist/types/components/slide/slide.d.ts +3 -2
- package/dist/types/components/slide-fade/slide-fade.d.ts +3 -2
- package/dist/types/components/slider/slider.d.ts +2 -2
- package/dist/types/components/slider/use-slider.d.ts +3 -2
- package/dist/types/components/snacks/snacks.d.ts +2 -0
- package/dist/types/components/snacks/use-snacks.d.ts +1 -0
- package/dist/types/components/stack/h-stack.d.ts +2 -2
- package/dist/types/components/stack/stack.d.ts +2 -2
- package/dist/types/components/stack/v-stack.d.ts +2 -2
- package/dist/types/components/stack/z-stack.d.ts +2 -2
- package/dist/types/components/stat/stat.d.ts +2 -2
- package/dist/types/components/stat/stat.style.d.ts +2 -2
- package/dist/types/components/status/status.d.ts +2 -2
- package/dist/types/components/steps/steps.d.ts +2 -2
- package/dist/types/components/steps/steps.style.d.ts +1 -1
- package/dist/types/components/steps/use-steps.d.ts +10 -10
- package/dist/types/components/switch/switch.d.ts +2 -2
- package/dist/types/components/switch/use-switch.d.ts +1 -0
- package/dist/types/components/table/table.d.ts +4 -2
- package/dist/types/components/tabs/tabs.d.ts +2 -2
- package/dist/types/components/tabs/use-tabs.d.ts +16 -16
- package/dist/types/components/tag/tag.d.ts +2 -2
- package/dist/types/components/tag/tag.style.d.ts +1 -1
- package/dist/types/components/text/text.d.ts +2 -2
- package/dist/types/components/textarea/textarea.d.ts +4 -2
- package/dist/types/components/textarea/use-autosize.d.ts +2 -2
- package/dist/types/components/timeline/timeline.d.ts +5 -5
- package/dist/types/components/timeline/timeline.style.d.ts +2 -2
- package/dist/types/components/tip/tip.d.ts +2 -0
- package/dist/types/components/toggle/toggle-group.d.ts +1 -1
- package/dist/types/components/toggle/toggle.d.ts +7 -5
- package/dist/types/components/toggle/use-toggle-group.d.ts +2 -2
- package/dist/types/components/toggle/use-toggle.d.ts +3 -2
- package/dist/types/components/tooltip/tooltip.d.ts +4 -2
- package/dist/types/components/visually-hidden/visually-hidden.d.ts +2 -2
- package/dist/types/components/wrap/wrap.d.ts +3 -2
- package/dist/types/core/components/create-component.d.ts +7 -9
- package/dist/types/core/components/index.types.d.ts +0 -1
- package/dist/types/core/components/use-component-style.d.ts +0 -2
- package/dist/types/core/components/utils.d.ts +0 -1
- package/dist/types/core/constant.d.ts +0 -1
- package/dist/types/core/css/calc.d.ts +0 -1
- package/dist/types/core/css/conditions.d.ts +131 -131
- package/dist/types/core/css/config.d.ts +0 -1
- package/dist/types/core/css/css.d.ts +0 -1
- package/dist/types/core/css/index.types.d.ts +0 -1
- package/dist/types/core/css/styles.d.ts +0 -1
- package/dist/types/core/css/token.d.ts +0 -1
- package/dist/types/core/css/use-css.d.ts +0 -1
- package/dist/types/core/css/utils.d.ts +0 -2
- package/dist/types/core/generated-theme-tokens.types.d.ts +0 -1
- package/dist/types/core/index.d.ts +0 -2
- package/dist/types/core/system/color-mode-provider.d.ts +2 -2
- package/dist/types/core/system/config.d.ts +0 -1
- package/dist/types/core/system/create-system.d.ts +0 -1
- package/dist/types/core/system/factory.d.ts +0 -1
- package/dist/types/core/system/index.types.d.ts +0 -1
- package/dist/types/core/system/storage-script.d.ts +3 -3
- package/dist/types/core/system/styled.d.ts +2 -3
- package/dist/types/core/system/system-provider.d.ts +2 -2
- package/dist/types/core/system/var.d.ts +0 -2
- package/dist/types/hooks/use-async-callback/index.d.ts +1 -0
- package/dist/types/hooks/use-breakpoint/use-breakpoint-state.d.ts +2 -2
- package/dist/types/hooks/use-clickable/index.d.ts +7 -7
- package/dist/types/hooks/use-clipboard/index.d.ts +2 -2
- package/dist/types/hooks/use-combobox/index.d.ts +13 -12
- package/dist/types/hooks/use-counter/index.d.ts +2 -2
- package/dist/types/hooks/use-descendants/index.d.ts +2 -2
- package/dist/types/hooks/use-popper/index.d.ts +2 -2
- package/dist/types/hooks/use-resize-observer/index.d.ts +3 -3
- package/dist/types/index.d.ts +103 -0
- package/dist/types/providers/i18n-provider/i18n-provider.d.ts +3 -3
- package/dist/types/providers/ui-provider/ui-provider.d.ts +3 -2
- package/package.json +2 -2
|
@@ -498,10 +498,6 @@ declare const groupAttributes: {
|
|
|
498
498
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is accepted.
|
|
499
499
|
*/
|
|
500
500
|
readonly _groupAccept: "[role=group][data-accept] &, [data-group][data-accept] &, .group[data-accept] &";
|
|
501
|
-
/**
|
|
502
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is active.
|
|
503
|
-
*/
|
|
504
|
-
readonly _groupActive: "[role=group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &";
|
|
505
501
|
/**
|
|
506
502
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is activedescendant.
|
|
507
503
|
*/
|
|
@@ -522,10 +518,6 @@ declare const groupAttributes: {
|
|
|
522
518
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is current.
|
|
523
519
|
*/
|
|
524
520
|
readonly _groupCurrent: "[role=group]:is([aria-current], [data-current]):not([aria-current='false']) &, [data-group]:is([aria-current], [data-current]):not([aria-current='false']) &, .group:is([aria-current], [data-current]):not([aria-current='false']) &";
|
|
525
|
-
/**
|
|
526
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is disabled.
|
|
527
|
-
*/
|
|
528
|
-
readonly _groupDisabled: "[role=group]:is(:disabled, [disabled], [data-disabled]) &, [data-group]:is(:disabled, [disabled], [data-disabled]) &, .group:is(:disabled, [disabled], [data-disabled]) &";
|
|
529
521
|
/**
|
|
530
522
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is enabled.
|
|
531
523
|
*/
|
|
@@ -534,14 +526,6 @@ declare const groupAttributes: {
|
|
|
534
526
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is expanded.
|
|
535
527
|
*/
|
|
536
528
|
readonly _groupExpanded: "[role=group]:is([data-expanded], [aria-expanded=true]) &, [data-group]:is([data-expanded], [aria-expanded=true]) &, .group:is([data-expanded], [aria-expanded=true]) &";
|
|
537
|
-
/**
|
|
538
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is focused.
|
|
539
|
-
*/
|
|
540
|
-
readonly _groupFocus: "[role=group]:is(:focus, [data-focus]) &, [data-group]:is(:focus, [data-focus]) &, .group:is(:focus, [data-focus]) &";
|
|
541
|
-
/**
|
|
542
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is focused-visible.
|
|
543
|
-
*/
|
|
544
|
-
readonly _groupFocusVisible: "[role=group]:is(:focus-visible, [data-focus-visible]) &, [data-group]:is(:focus-visible, [data-focus-visible]) &, .group:is(:focus-visible, [data-focus-visible]) &";
|
|
545
529
|
/**
|
|
546
530
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is focus-within.
|
|
547
531
|
*/
|
|
@@ -554,10 +538,6 @@ declare const groupAttributes: {
|
|
|
554
538
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is horizontal.
|
|
555
539
|
*/
|
|
556
540
|
readonly _groupHorizontal: "[role=group]:is([data-orientation=horizontal], [aria-orientation=horizontal]) &, [data-group]:is([data-orientation=horizontal], [aria-orientation=horizontal]) &, .group:is([data-orientation=horizontal], [aria-orientation=horizontal]) &";
|
|
557
|
-
/**
|
|
558
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is hovered.
|
|
559
|
-
*/
|
|
560
|
-
readonly _groupHover: "[role=group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &";
|
|
561
541
|
/**
|
|
562
542
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is idle.
|
|
563
543
|
*/
|
|
@@ -566,10 +546,6 @@ declare const groupAttributes: {
|
|
|
566
546
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is incomplete.
|
|
567
547
|
*/
|
|
568
548
|
readonly _groupIncomplete: "[role=group][data-incomplete] &, [data-group][data-incomplete] &, .group[data-incomplete] &";
|
|
569
|
-
/**
|
|
570
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is invalid.
|
|
571
|
-
*/
|
|
572
|
-
readonly _groupInvalid: "[role=group]:is([data-invalid], [aria-invalid=true]) &, [data-group]:is([data-invalid], [aria-invalid=true]) &, .group:is([data-invalid], [aria-invalid=true]) &";
|
|
573
549
|
/**
|
|
574
550
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is loaded.
|
|
575
551
|
*/
|
|
@@ -598,10 +574,6 @@ declare const groupAttributes: {
|
|
|
598
574
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is range.
|
|
599
575
|
*/
|
|
600
576
|
readonly _groupRange: "[role=group]:is([data-range]) &, [data-group]:is([data-range]) &, .group:is([data-range]) &";
|
|
601
|
-
/**
|
|
602
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is read-only.
|
|
603
|
-
*/
|
|
604
|
-
readonly _groupReadOnly: "[role=group]:is([readonly], [data-readonly], [aria-readonly=true]) &, [data-group]:is([readonly], [data-readonly], [aria-readonly=true]) &, .group:is([readonly], [data-readonly], [aria-readonly=true]) &";
|
|
605
577
|
/**
|
|
606
578
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is read-write.
|
|
607
579
|
*/
|
|
@@ -614,10 +586,6 @@ declare const groupAttributes: {
|
|
|
614
586
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is required.
|
|
615
587
|
*/
|
|
616
588
|
readonly _groupRequired: "[role=group]:is(:required, [required]) &, [data-group]:is(:required, [required]) &, .group:is(:required, [required]) &";
|
|
617
|
-
/**
|
|
618
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is selected.
|
|
619
|
-
*/
|
|
620
|
-
readonly _groupSelected: "[role=group]:is([data-selected], [aria-selected=true]) &, [data-group]:is([data-selected], [aria-selected=true]) &, .group:is([data-selected], [aria-selected=true]) &";
|
|
621
589
|
/**
|
|
622
590
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is user-invalid.
|
|
623
591
|
*/
|
|
@@ -630,21 +598,49 @@ declare const groupAttributes: {
|
|
|
630
598
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is vertical.
|
|
631
599
|
*/
|
|
632
600
|
readonly _groupVertical: "[role=group]:is([data-orientation=vertical], [aria-orientation=vertical]) &, [data-group]:is([data-orientation=vertical], [aria-orientation=vertical]) &, .group:is([data-orientation=vertical], [aria-orientation=vertical]) &";
|
|
601
|
+
/**
|
|
602
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is hovered.
|
|
603
|
+
*/
|
|
604
|
+
readonly _groupHover: "[role=group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &";
|
|
605
|
+
/**
|
|
606
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is active.
|
|
607
|
+
*/
|
|
608
|
+
readonly _groupActive: "[role=group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &";
|
|
609
|
+
/**
|
|
610
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is focused.
|
|
611
|
+
*/
|
|
612
|
+
readonly _groupFocus: "[role=group]:is(:focus, [data-focus]) &, [data-group]:is(:focus, [data-focus]) &, .group:is(:focus, [data-focus]) &";
|
|
613
|
+
/**
|
|
614
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is focused-visible.
|
|
615
|
+
*/
|
|
616
|
+
readonly _groupFocusVisible: "[role=group]:is(:focus-visible, [data-focus-visible]) &, [data-group]:is(:focus-visible, [data-focus-visible]) &, .group:is(:focus-visible, [data-focus-visible]) &";
|
|
617
|
+
/**
|
|
618
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is selected.
|
|
619
|
+
*/
|
|
620
|
+
readonly _groupSelected: "[role=group]:is([data-selected], [aria-selected=true]) &, [data-group]:is([data-selected], [aria-selected=true]) &, .group:is([data-selected], [aria-selected=true]) &";
|
|
621
|
+
/**
|
|
622
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is invalid.
|
|
623
|
+
*/
|
|
624
|
+
readonly _groupInvalid: "[role=group]:is([data-invalid], [aria-invalid=true]) &, [data-group]:is([data-invalid], [aria-invalid=true]) &, .group:is([data-invalid], [aria-invalid=true]) &";
|
|
625
|
+
/**
|
|
626
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is read-only.
|
|
627
|
+
*/
|
|
628
|
+
readonly _groupReadOnly: "[role=group]:is([readonly], [data-readonly], [aria-readonly=true]) &, [data-group]:is([readonly], [data-readonly], [aria-readonly=true]) &, .group:is([readonly], [data-readonly], [aria-readonly=true]) &";
|
|
629
|
+
/**
|
|
630
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is disabled.
|
|
631
|
+
*/
|
|
632
|
+
readonly _groupDisabled: "[role=group]:is(:disabled, [disabled], [data-disabled]) &, [data-group]:is(:disabled, [disabled], [data-disabled]) &, .group:is(:disabled, [disabled], [data-disabled]) &";
|
|
633
633
|
};
|
|
634
634
|
type GroupAttributes = typeof groupAttributes;
|
|
635
635
|
type GroupAttributeProperty = keyof GroupAttributes;
|
|
636
636
|
type GroupAttributeProps = { [K in GroupAttributeProperty]?: CSSObject };
|
|
637
637
|
declare const groupAttributeProperties: GroupAttributeProperty[];
|
|
638
|
-
declare const groupAttributeSelectors: ("[role=group][data-accept] &, [data-group][data-accept] &, .group[data-accept] &" | "[role=group]:is(
|
|
638
|
+
declare const groupAttributeSelectors: ("[role=group][data-accept] &, [data-group][data-accept] &, .group[data-accept] &" | "[role=group]:is([data-activedescendant]) &, [data-group]:is([data-activedescendant]) &, .group:is([data-activedescendant]) &" | "[role=group]:is(:blank, [data-blank]) &, [data-group]:is(:blank, [data-blank]) &, .group:is(:blank, [data-blank]) &" | "[role=group]:is(:checked, [data-checked], [aria-checked=true]) &, [data-group]:is(:checked, [data-checked], [aria-checked=true]) &, .group:is(:checked, [data-checked], [aria-checked=true]) &" | "[role=group][data-complete] &, [data-group][data-complete] &, .group[data-complete] &" | "[role=group]:is([aria-current], [data-current]):not([aria-current='false']) &, [data-group]:is([aria-current], [data-current]):not([aria-current='false']) &, .group:is([aria-current], [data-current]):not([aria-current='false']) &" | "[role=group]:is(:enabled, [data-enabled]) &, [data-group]:is(:enabled, [data-enabled]) &, .group:is(:enabled, [data-enabled]) &" | "[role=group]:is([data-expanded], [aria-expanded=true]) &, [data-group]:is([data-expanded], [aria-expanded=true]) &, .group:is([data-expanded], [aria-expanded=true]) &" | "[role=group]:not(:focus-within, [data-focus-within]) &, [data-group]:not(:focus-within, [data-focus-within]) &, .group:not(:focus-within, [data-focus-within]) &" | "[role=group]:is([data-grabbed], [aria-grabbed=true]) &, [data-group]:is([data-grabbed], [aria-grabbed=true]) &, .group:is([data-grabbed], [aria-grabbed=true]) &" | "[role=group]:is([data-orientation=horizontal], [aria-orientation=horizontal]) &, [data-group]:is([data-orientation=horizontal], [aria-orientation=horizontal]) &, .group:is([data-orientation=horizontal], [aria-orientation=horizontal]) &" | "[role=group][data-idle] &, [data-group][data-idle] &, .group[data-idle] &" | "[role=group][data-incomplete] &, [data-group][data-incomplete] &, .group[data-incomplete] &" | "[role=group][data-loaded] &, [data-group][data-loaded] &, .group[data-loaded] &" | "[role=group]:is([data-loading], [aria-busy=true]) &, [data-group]:is([data-loading], [aria-busy=true]) &, .group:is([data-loading], [aria-busy=true]) &" | "[role=group]:is([open], [data-open]) &, [data-group]:is([open], [data-open]) &, .group:is([open], [data-open]) &" | "[role=group]:is(:optional, [data-optional]) &, [data-group]:is(:optional, [data-optional]) &, .group:is(:optional, [data-optional]) &" | "[role=group]:placeholder-shown &, [data-group]:placeholder-shown &, .group:placeholder-shown &" | "[role=group]:is([data-pressed], [aria-pressed=true]) &, [data-group]:is([data-pressed], [aria-pressed=true]) &, .group:is([data-pressed], [aria-pressed=true]) &" | "[role=group]:is([data-range]) &, [data-group]:is([data-range]) &, .group:is([data-range]) &" | "[role=group]:is(:read-write, [data-read-write]) &, [data-group]:is(:read-write, [data-read-write]) &, .group:is(:read-write, [data-read-write]) &" | "[role=group][data-reject] &, [data-group][data-reject] &, .group[data-reject] &" | "[role=group]:is(:required, [required]) &, [data-group]:is(:required, [required]) &, .group:is(:required, [required]) &" | "[role=group]:is(:user-invalid, [data-user-invalid]) &, [data-group]:is(:user-invalid, [data-user-invalid]) &, .group:is(:user-invalid, [data-user-invalid]) &" | "[role=group]:is(:valid, [data-valid]) &, [data-group]:is(:valid, [data-valid]) &, .group:is(:valid, [data-valid]) &" | "[role=group]:is([data-orientation=vertical], [aria-orientation=vertical]) &, [data-group]:is([data-orientation=vertical], [aria-orientation=vertical]) &, .group:is([data-orientation=vertical], [aria-orientation=vertical]) &" | "[role=group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &" | "[role=group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &" | "[role=group]:is(:focus, [data-focus]) &, [data-group]:is(:focus, [data-focus]) &, .group:is(:focus, [data-focus]) &" | "[role=group]:is(:focus-visible, [data-focus-visible]) &, [data-group]:is(:focus-visible, [data-focus-visible]) &, .group:is(:focus-visible, [data-focus-visible]) &" | "[role=group]:is([data-selected], [aria-selected=true]) &, [data-group]:is([data-selected], [aria-selected=true]) &, .group:is([data-selected], [aria-selected=true]) &" | "[role=group]:is([data-invalid], [aria-invalid=true]) &, [data-group]:is([data-invalid], [aria-invalid=true]) &, .group:is([data-invalid], [aria-invalid=true]) &" | "[role=group]:is([readonly], [data-readonly], [aria-readonly=true]) &, [data-group]:is([readonly], [data-readonly], [aria-readonly=true]) &, .group:is([readonly], [data-readonly], [aria-readonly=true]) &" | "[role=group]:is(:disabled, [disabled], [data-disabled]) &, [data-group]:is(:disabled, [disabled], [data-disabled]) &, .group:is(:disabled, [disabled], [data-disabled]) &")[];
|
|
639
639
|
declare const peerAttributes: {
|
|
640
640
|
/**
|
|
641
641
|
* Styles to apply when a parent element with `data-peer` or `.peer` is accepted.
|
|
642
642
|
*/
|
|
643
643
|
readonly _peerAccept: "[data-peer][data-accept] ~ &, .peer[data-accept] ~ &";
|
|
644
|
-
/**
|
|
645
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is active.
|
|
646
|
-
*/
|
|
647
|
-
readonly _peerActive: "[data-peer]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &";
|
|
648
644
|
/**
|
|
649
645
|
* Styles to apply when a parent element with `data-peer` or `.peer` is blank.
|
|
650
646
|
*/
|
|
@@ -661,10 +657,6 @@ declare const peerAttributes: {
|
|
|
661
657
|
* Styles to apply when a parent element with `data-peer` or `.peer` is current.
|
|
662
658
|
*/
|
|
663
659
|
readonly _peerCurrent: "[data-peer]:is([aria-current], [data-current]):not([aria-current='false']) ~ &, .peer:is([aria-current], [data-current]):not([aria-current='false']) ~ &";
|
|
664
|
-
/**
|
|
665
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is disabled.
|
|
666
|
-
*/
|
|
667
|
-
readonly _peerDisabled: "[data-peer]:is(:disabled, [disabled], [data-disabled]) ~ &, .peer:is(:disabled, [disabled], [data-disabled]) ~ &";
|
|
668
660
|
/**
|
|
669
661
|
* Styles to apply when a parent element with `data-peer` or `.peer` is enabled.
|
|
670
662
|
*/
|
|
@@ -673,14 +665,6 @@ declare const peerAttributes: {
|
|
|
673
665
|
* Styles to apply when a parent element with `data-peer` or `.peer` is expanded.
|
|
674
666
|
*/
|
|
675
667
|
readonly _peerExpanded: "[data-peer]:is([data-expanded], [aria-expanded=true]) ~ &, .peer:is([data-expanded], [aria-expanded=true]) ~ &";
|
|
676
|
-
/**
|
|
677
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is focused.
|
|
678
|
-
*/
|
|
679
|
-
readonly _peerFocus: "[data-peer]:is(:focus, [data-focus]) ~ &, .peer:is(:focus, [data-focus]) ~ &";
|
|
680
|
-
/**
|
|
681
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is focused-visible.
|
|
682
|
-
*/
|
|
683
|
-
readonly _peerFocusVisible: "[data-peer]:is(:focus-visible, [data-focus-visible]) ~ &, .peer:is(:focus-visible, [data-focus-visible]) ~ &";
|
|
684
668
|
/**
|
|
685
669
|
* Styles to apply when a parent element with `data-peer` or `.peer` is focus-within.
|
|
686
670
|
*/
|
|
@@ -693,10 +677,6 @@ declare const peerAttributes: {
|
|
|
693
677
|
* Styles to apply when a parent element with `data-peer` or `.peer` is horizontal.
|
|
694
678
|
*/
|
|
695
679
|
readonly _peerHorizontal: "[data-peer]:is([data-orientation=horizontal], [aria-orientation=horizontal]) ~ &, .peer:is([data-orientation=horizontal], [aria-orientation=horizontal]) ~ &";
|
|
696
|
-
/**
|
|
697
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is hovered.
|
|
698
|
-
*/
|
|
699
|
-
readonly _peerHover: "[data-peer]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &";
|
|
700
680
|
/**
|
|
701
681
|
* Styles to apply when a parent element with `data-peer` or `.peer` is idle.
|
|
702
682
|
*/
|
|
@@ -705,10 +685,6 @@ declare const peerAttributes: {
|
|
|
705
685
|
* Styles to apply when a parent element with `data-peer` or `.peer` is incomplete.
|
|
706
686
|
*/
|
|
707
687
|
readonly _peerIncomplete: "[data-peer][data-incomplete] ~ &, .peer[data-incomplete] ~ &";
|
|
708
|
-
/**
|
|
709
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is invalid.
|
|
710
|
-
*/
|
|
711
|
-
readonly _peerInvalid: "[data-peer]:is([data-invalid], [aria-invalid=true]) ~ &, .peer:is([data-invalid], [aria-invalid=true]) ~ &";
|
|
712
688
|
/**
|
|
713
689
|
* Styles to apply when a parent element with `data-peer` or `.peer` is loaded.
|
|
714
690
|
*/
|
|
@@ -733,10 +709,6 @@ declare const peerAttributes: {
|
|
|
733
709
|
* Styles to apply when a parent element with `data-peer` or `.peer` is range.
|
|
734
710
|
*/
|
|
735
711
|
readonly _peerRange: "[data-peer]:is([data-range]) ~ &, .peer:is([data-range]) ~ &";
|
|
736
|
-
/**
|
|
737
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is read-only.
|
|
738
|
-
*/
|
|
739
|
-
readonly _peerReadOnly: "[data-peer]:is([readonly], [data-readonly], [aria-readonly=true]) ~ &, .peer:is([readonly], [data-readonly], [aria-readonly=true]) ~ &";
|
|
740
712
|
/**
|
|
741
713
|
* Styles to apply when a parent element with `data-peer` or `.peer` is read-write.
|
|
742
714
|
*/
|
|
@@ -749,10 +721,6 @@ declare const peerAttributes: {
|
|
|
749
721
|
* Styles to apply when a parent element with `data-peer` or `.peer` is required.
|
|
750
722
|
*/
|
|
751
723
|
readonly _peerRequired: "[data-peer]:is(:required, [required]) ~ &, .peer:is(:required, [required]) ~ &";
|
|
752
|
-
/**
|
|
753
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is selected.
|
|
754
|
-
*/
|
|
755
|
-
readonly _peerSelected: "[data-peer]:is([data-selected], [aria-selected=true]) ~ &, .peer:is([data-selected], [aria-selected=true]) ~ &";
|
|
756
724
|
/**
|
|
757
725
|
* Styles to apply when a parent element with `data-peer` or `.peer` is user-invalid.
|
|
758
726
|
*/
|
|
@@ -765,21 +733,49 @@ declare const peerAttributes: {
|
|
|
765
733
|
* Styles to apply when a parent element with `data-peer` or `.peer` is vertical.
|
|
766
734
|
*/
|
|
767
735
|
readonly _peerVertical: "[data-peer]:is([data-orientation=vertical], [aria-orientation=vertical]) ~ &, .peer:is([data-orientation=vertical], [aria-orientation=vertical]) ~ &";
|
|
736
|
+
/**
|
|
737
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is hovered.
|
|
738
|
+
*/
|
|
739
|
+
readonly _peerHover: "[data-peer]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &";
|
|
740
|
+
/**
|
|
741
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is active.
|
|
742
|
+
*/
|
|
743
|
+
readonly _peerActive: "[data-peer]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &";
|
|
744
|
+
/**
|
|
745
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is focused.
|
|
746
|
+
*/
|
|
747
|
+
readonly _peerFocus: "[data-peer]:is(:focus, [data-focus]) ~ &, .peer:is(:focus, [data-focus]) ~ &";
|
|
748
|
+
/**
|
|
749
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is focused-visible.
|
|
750
|
+
*/
|
|
751
|
+
readonly _peerFocusVisible: "[data-peer]:is(:focus-visible, [data-focus-visible]) ~ &, .peer:is(:focus-visible, [data-focus-visible]) ~ &";
|
|
752
|
+
/**
|
|
753
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is selected.
|
|
754
|
+
*/
|
|
755
|
+
readonly _peerSelected: "[data-peer]:is([data-selected], [aria-selected=true]) ~ &, .peer:is([data-selected], [aria-selected=true]) ~ &";
|
|
756
|
+
/**
|
|
757
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is invalid.
|
|
758
|
+
*/
|
|
759
|
+
readonly _peerInvalid: "[data-peer]:is([data-invalid], [aria-invalid=true]) ~ &, .peer:is([data-invalid], [aria-invalid=true]) ~ &";
|
|
760
|
+
/**
|
|
761
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is read-only.
|
|
762
|
+
*/
|
|
763
|
+
readonly _peerReadOnly: "[data-peer]:is([readonly], [data-readonly], [aria-readonly=true]) ~ &, .peer:is([readonly], [data-readonly], [aria-readonly=true]) ~ &";
|
|
764
|
+
/**
|
|
765
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is disabled.
|
|
766
|
+
*/
|
|
767
|
+
readonly _peerDisabled: "[data-peer]:is(:disabled, [disabled], [data-disabled]) ~ &, .peer:is(:disabled, [disabled], [data-disabled]) ~ &";
|
|
768
768
|
};
|
|
769
769
|
type PeerAttributes = typeof peerAttributes;
|
|
770
770
|
type PeerAttributeProperty = keyof PeerAttributes;
|
|
771
771
|
type PeerAttributeProps = { [K in PeerAttributeProperty]?: CSSObject };
|
|
772
772
|
declare const peerAttributeProperties: PeerAttributeProperty[];
|
|
773
|
-
declare const peerAttributeSelectors: ("[data-peer][data-accept] ~ &, .peer[data-accept] ~ &" | "[data-peer]:is(:
|
|
773
|
+
declare const peerAttributeSelectors: ("[data-peer][data-accept] ~ &, .peer[data-accept] ~ &" | "[data-peer]:is(:blank, [data-blank]) ~ &, .peer:is(:blank, [data-blank]) ~ &" | "[data-peer]:is(:checked, [data-checked], [aria-checked=true]) ~ &, .peer:is(:checked, [data-checked], [aria-checked=true]) ~ &" | "[data-peer][data-complete] ~ &, .peer[data-complete] ~ &" | "[data-peer]:is([aria-current], [data-current]):not([aria-current='false']) ~ &, .peer:is([aria-current], [data-current]):not([aria-current='false']) ~ &" | "[data-peer]:is(:enabled, [data-enabled]) ~ &, .peer:is(:enabled, [data-enabled]) ~ &" | "[data-peer]:is([data-expanded], [aria-expanded=true]) ~ &, .peer:is([data-expanded], [aria-expanded=true]) ~ &" | "[data-peer]:not(:focus-within, [data-focus-within]) ~ &, .peer:not(:focus-within, [data-focus-within]) ~ &" | "[data-peer]:is([data-grabbed], [aria-grabbed=true]) ~ &, .peer:is([data-grabbed], [aria-grabbed=true]) ~ &" | "[data-peer]:is([data-orientation=horizontal], [aria-orientation=horizontal]) ~ &, .peer:is([data-orientation=horizontal], [aria-orientation=horizontal]) ~ &" | "[data-peer][data-idle] ~ &, .peer[data-idle] ~ &" | "[data-peer][data-incomplete] ~ &, .peer[data-incomplete] ~ &" | "[data-peer][data-loaded] ~ &, .peer[data-loaded] ~ &" | "[data-peer]:is([data-loading], [aria-busy=true]) ~ &, .peer:is([data-loading], [aria-busy=true]) ~ &" | "[data-peer]:is(:optional, [data-optional]) ~ &, .peer:is(:optional, [data-optional]) ~ &" | "[data-peer]:placeholder-shown ~ &, .peer:placeholder-shown ~ &" | "[data-peer]:is([data-pressed], [aria-pressed=true]) ~ &, .peer:is([data-pressed], [aria-pressed=true]) ~ &" | "[data-peer]:is([data-range]) ~ &, .peer:is([data-range]) ~ &" | "[data-peer]:is(:read-write, [data-read-write]) ~ &, .peer:is(:read-write, [data-read-write]) ~ &" | "[data-peer][data-reject] ~ &, .peer[data-reject] ~ &" | "[data-peer]:is(:required, [required]) ~ &, .peer:is(:required, [required]) ~ &" | "[data-peer]:is(:user-invalid, [data-user-invalid]) ~ &, .peer:is(:user-invalid, [data-user-invalid]) ~ &" | "[data-peer]:is(:valid, [data-valid]) ~ &, .peer:is(:valid, [data-valid]) ~ &" | "[data-peer]:is([data-orientation=vertical], [aria-orientation=vertical]) ~ &, .peer:is([data-orientation=vertical], [aria-orientation=vertical]) ~ &" | "[data-peer]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &" | "[data-peer]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &" | "[data-peer]:is(:focus, [data-focus]) ~ &, .peer:is(:focus, [data-focus]) ~ &" | "[data-peer]:is(:focus-visible, [data-focus-visible]) ~ &, .peer:is(:focus-visible, [data-focus-visible]) ~ &" | "[data-peer]:is([data-selected], [aria-selected=true]) ~ &, .peer:is([data-selected], [aria-selected=true]) ~ &" | "[data-peer]:is([data-invalid], [aria-invalid=true]) ~ &, .peer:is([data-invalid], [aria-invalid=true]) ~ &" | "[data-peer]:is([readonly], [data-readonly], [aria-readonly=true]) ~ &, .peer:is([readonly], [data-readonly], [aria-readonly=true]) ~ &" | "[data-peer]:is(:disabled, [disabled], [data-disabled]) ~ &, .peer:is(:disabled, [disabled], [data-disabled]) ~ &")[];
|
|
774
774
|
declare const conditions: {
|
|
775
775
|
/**
|
|
776
776
|
* Styles to apply when a parent element with `data-peer` or `.peer` is accepted.
|
|
777
777
|
*/
|
|
778
778
|
readonly _peerAccept: "[data-peer][data-accept] ~ &, .peer[data-accept] ~ &";
|
|
779
|
-
/**
|
|
780
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is active.
|
|
781
|
-
*/
|
|
782
|
-
readonly _peerActive: "[data-peer]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &";
|
|
783
779
|
/**
|
|
784
780
|
* Styles to apply when a parent element with `data-peer` or `.peer` is blank.
|
|
785
781
|
*/
|
|
@@ -796,10 +792,6 @@ declare const conditions: {
|
|
|
796
792
|
* Styles to apply when a parent element with `data-peer` or `.peer` is current.
|
|
797
793
|
*/
|
|
798
794
|
readonly _peerCurrent: "[data-peer]:is([aria-current], [data-current]):not([aria-current='false']) ~ &, .peer:is([aria-current], [data-current]):not([aria-current='false']) ~ &";
|
|
799
|
-
/**
|
|
800
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is disabled.
|
|
801
|
-
*/
|
|
802
|
-
readonly _peerDisabled: "[data-peer]:is(:disabled, [disabled], [data-disabled]) ~ &, .peer:is(:disabled, [disabled], [data-disabled]) ~ &";
|
|
803
795
|
/**
|
|
804
796
|
* Styles to apply when a parent element with `data-peer` or `.peer` is enabled.
|
|
805
797
|
*/
|
|
@@ -808,14 +800,6 @@ declare const conditions: {
|
|
|
808
800
|
* Styles to apply when a parent element with `data-peer` or `.peer` is expanded.
|
|
809
801
|
*/
|
|
810
802
|
readonly _peerExpanded: "[data-peer]:is([data-expanded], [aria-expanded=true]) ~ &, .peer:is([data-expanded], [aria-expanded=true]) ~ &";
|
|
811
|
-
/**
|
|
812
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is focused.
|
|
813
|
-
*/
|
|
814
|
-
readonly _peerFocus: "[data-peer]:is(:focus, [data-focus]) ~ &, .peer:is(:focus, [data-focus]) ~ &";
|
|
815
|
-
/**
|
|
816
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is focused-visible.
|
|
817
|
-
*/
|
|
818
|
-
readonly _peerFocusVisible: "[data-peer]:is(:focus-visible, [data-focus-visible]) ~ &, .peer:is(:focus-visible, [data-focus-visible]) ~ &";
|
|
819
803
|
/**
|
|
820
804
|
* Styles to apply when a parent element with `data-peer` or `.peer` is focus-within.
|
|
821
805
|
*/
|
|
@@ -828,10 +812,6 @@ declare const conditions: {
|
|
|
828
812
|
* Styles to apply when a parent element with `data-peer` or `.peer` is horizontal.
|
|
829
813
|
*/
|
|
830
814
|
readonly _peerHorizontal: "[data-peer]:is([data-orientation=horizontal], [aria-orientation=horizontal]) ~ &, .peer:is([data-orientation=horizontal], [aria-orientation=horizontal]) ~ &";
|
|
831
|
-
/**
|
|
832
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is hovered.
|
|
833
|
-
*/
|
|
834
|
-
readonly _peerHover: "[data-peer]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &";
|
|
835
815
|
/**
|
|
836
816
|
* Styles to apply when a parent element with `data-peer` or `.peer` is idle.
|
|
837
817
|
*/
|
|
@@ -840,10 +820,6 @@ declare const conditions: {
|
|
|
840
820
|
* Styles to apply when a parent element with `data-peer` or `.peer` is incomplete.
|
|
841
821
|
*/
|
|
842
822
|
readonly _peerIncomplete: "[data-peer][data-incomplete] ~ &, .peer[data-incomplete] ~ &";
|
|
843
|
-
/**
|
|
844
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is invalid.
|
|
845
|
-
*/
|
|
846
|
-
readonly _peerInvalid: "[data-peer]:is([data-invalid], [aria-invalid=true]) ~ &, .peer:is([data-invalid], [aria-invalid=true]) ~ &";
|
|
847
823
|
/**
|
|
848
824
|
* Styles to apply when a parent element with `data-peer` or `.peer` is loaded.
|
|
849
825
|
*/
|
|
@@ -868,10 +844,6 @@ declare const conditions: {
|
|
|
868
844
|
* Styles to apply when a parent element with `data-peer` or `.peer` is range.
|
|
869
845
|
*/
|
|
870
846
|
readonly _peerRange: "[data-peer]:is([data-range]) ~ &, .peer:is([data-range]) ~ &";
|
|
871
|
-
/**
|
|
872
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is read-only.
|
|
873
|
-
*/
|
|
874
|
-
readonly _peerReadOnly: "[data-peer]:is([readonly], [data-readonly], [aria-readonly=true]) ~ &, .peer:is([readonly], [data-readonly], [aria-readonly=true]) ~ &";
|
|
875
847
|
/**
|
|
876
848
|
* Styles to apply when a parent element with `data-peer` or `.peer` is read-write.
|
|
877
849
|
*/
|
|
@@ -884,10 +856,6 @@ declare const conditions: {
|
|
|
884
856
|
* Styles to apply when a parent element with `data-peer` or `.peer` is required.
|
|
885
857
|
*/
|
|
886
858
|
readonly _peerRequired: "[data-peer]:is(:required, [required]) ~ &, .peer:is(:required, [required]) ~ &";
|
|
887
|
-
/**
|
|
888
|
-
* Styles to apply when a parent element with `data-peer` or `.peer` is selected.
|
|
889
|
-
*/
|
|
890
|
-
readonly _peerSelected: "[data-peer]:is([data-selected], [aria-selected=true]) ~ &, .peer:is([data-selected], [aria-selected=true]) ~ &";
|
|
891
859
|
/**
|
|
892
860
|
* Styles to apply when a parent element with `data-peer` or `.peer` is user-invalid.
|
|
893
861
|
*/
|
|
@@ -901,13 +869,41 @@ declare const conditions: {
|
|
|
901
869
|
*/
|
|
902
870
|
readonly _peerVertical: "[data-peer]:is([data-orientation=vertical], [aria-orientation=vertical]) ~ &, .peer:is([data-orientation=vertical], [aria-orientation=vertical]) ~ &";
|
|
903
871
|
/**
|
|
904
|
-
* Styles to apply when a parent element with `
|
|
872
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is hovered.
|
|
905
873
|
*/
|
|
906
|
-
readonly
|
|
874
|
+
readonly _peerHover: "[data-peer]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &";
|
|
907
875
|
/**
|
|
908
|
-
* Styles to apply when a parent element with `
|
|
876
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is active.
|
|
909
877
|
*/
|
|
910
|
-
readonly
|
|
878
|
+
readonly _peerActive: "[data-peer]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &";
|
|
879
|
+
/**
|
|
880
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is focused.
|
|
881
|
+
*/
|
|
882
|
+
readonly _peerFocus: "[data-peer]:is(:focus, [data-focus]) ~ &, .peer:is(:focus, [data-focus]) ~ &";
|
|
883
|
+
/**
|
|
884
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is focused-visible.
|
|
885
|
+
*/
|
|
886
|
+
readonly _peerFocusVisible: "[data-peer]:is(:focus-visible, [data-focus-visible]) ~ &, .peer:is(:focus-visible, [data-focus-visible]) ~ &";
|
|
887
|
+
/**
|
|
888
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is selected.
|
|
889
|
+
*/
|
|
890
|
+
readonly _peerSelected: "[data-peer]:is([data-selected], [aria-selected=true]) ~ &, .peer:is([data-selected], [aria-selected=true]) ~ &";
|
|
891
|
+
/**
|
|
892
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is invalid.
|
|
893
|
+
*/
|
|
894
|
+
readonly _peerInvalid: "[data-peer]:is([data-invalid], [aria-invalid=true]) ~ &, .peer:is([data-invalid], [aria-invalid=true]) ~ &";
|
|
895
|
+
/**
|
|
896
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is read-only.
|
|
897
|
+
*/
|
|
898
|
+
readonly _peerReadOnly: "[data-peer]:is([readonly], [data-readonly], [aria-readonly=true]) ~ &, .peer:is([readonly], [data-readonly], [aria-readonly=true]) ~ &";
|
|
899
|
+
/**
|
|
900
|
+
* Styles to apply when a parent element with `data-peer` or `.peer` is disabled.
|
|
901
|
+
*/
|
|
902
|
+
readonly _peerDisabled: "[data-peer]:is(:disabled, [disabled], [data-disabled]) ~ &, .peer:is(:disabled, [disabled], [data-disabled]) ~ &";
|
|
903
|
+
/**
|
|
904
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is accepted.
|
|
905
|
+
*/
|
|
906
|
+
readonly _groupAccept: "[role=group][data-accept] &, [data-group][data-accept] &, .group[data-accept] &";
|
|
911
907
|
/**
|
|
912
908
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is activedescendant.
|
|
913
909
|
*/
|
|
@@ -928,10 +924,6 @@ declare const conditions: {
|
|
|
928
924
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is current.
|
|
929
925
|
*/
|
|
930
926
|
readonly _groupCurrent: "[role=group]:is([aria-current], [data-current]):not([aria-current='false']) &, [data-group]:is([aria-current], [data-current]):not([aria-current='false']) &, .group:is([aria-current], [data-current]):not([aria-current='false']) &";
|
|
931
|
-
/**
|
|
932
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is disabled.
|
|
933
|
-
*/
|
|
934
|
-
readonly _groupDisabled: "[role=group]:is(:disabled, [disabled], [data-disabled]) &, [data-group]:is(:disabled, [disabled], [data-disabled]) &, .group:is(:disabled, [disabled], [data-disabled]) &";
|
|
935
927
|
/**
|
|
936
928
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is enabled.
|
|
937
929
|
*/
|
|
@@ -940,14 +932,6 @@ declare const conditions: {
|
|
|
940
932
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is expanded.
|
|
941
933
|
*/
|
|
942
934
|
readonly _groupExpanded: "[role=group]:is([data-expanded], [aria-expanded=true]) &, [data-group]:is([data-expanded], [aria-expanded=true]) &, .group:is([data-expanded], [aria-expanded=true]) &";
|
|
943
|
-
/**
|
|
944
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is focused.
|
|
945
|
-
*/
|
|
946
|
-
readonly _groupFocus: "[role=group]:is(:focus, [data-focus]) &, [data-group]:is(:focus, [data-focus]) &, .group:is(:focus, [data-focus]) &";
|
|
947
|
-
/**
|
|
948
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is focused-visible.
|
|
949
|
-
*/
|
|
950
|
-
readonly _groupFocusVisible: "[role=group]:is(:focus-visible, [data-focus-visible]) &, [data-group]:is(:focus-visible, [data-focus-visible]) &, .group:is(:focus-visible, [data-focus-visible]) &";
|
|
951
935
|
/**
|
|
952
936
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is focus-within.
|
|
953
937
|
*/
|
|
@@ -960,10 +944,6 @@ declare const conditions: {
|
|
|
960
944
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is horizontal.
|
|
961
945
|
*/
|
|
962
946
|
readonly _groupHorizontal: "[role=group]:is([data-orientation=horizontal], [aria-orientation=horizontal]) &, [data-group]:is([data-orientation=horizontal], [aria-orientation=horizontal]) &, .group:is([data-orientation=horizontal], [aria-orientation=horizontal]) &";
|
|
963
|
-
/**
|
|
964
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is hovered.
|
|
965
|
-
*/
|
|
966
|
-
readonly _groupHover: "[role=group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &";
|
|
967
947
|
/**
|
|
968
948
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is idle.
|
|
969
949
|
*/
|
|
@@ -972,10 +952,6 @@ declare const conditions: {
|
|
|
972
952
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is incomplete.
|
|
973
953
|
*/
|
|
974
954
|
readonly _groupIncomplete: "[role=group][data-incomplete] &, [data-group][data-incomplete] &, .group[data-incomplete] &";
|
|
975
|
-
/**
|
|
976
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is invalid.
|
|
977
|
-
*/
|
|
978
|
-
readonly _groupInvalid: "[role=group]:is([data-invalid], [aria-invalid=true]) &, [data-group]:is([data-invalid], [aria-invalid=true]) &, .group:is([data-invalid], [aria-invalid=true]) &";
|
|
979
955
|
/**
|
|
980
956
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is loaded.
|
|
981
957
|
*/
|
|
@@ -1004,10 +980,6 @@ declare const conditions: {
|
|
|
1004
980
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is range.
|
|
1005
981
|
*/
|
|
1006
982
|
readonly _groupRange: "[role=group]:is([data-range]) &, [data-group]:is([data-range]) &, .group:is([data-range]) &";
|
|
1007
|
-
/**
|
|
1008
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is read-only.
|
|
1009
|
-
*/
|
|
1010
|
-
readonly _groupReadOnly: "[role=group]:is([readonly], [data-readonly], [aria-readonly=true]) &, [data-group]:is([readonly], [data-readonly], [aria-readonly=true]) &, .group:is([readonly], [data-readonly], [aria-readonly=true]) &";
|
|
1011
983
|
/**
|
|
1012
984
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is read-write.
|
|
1013
985
|
*/
|
|
@@ -1020,10 +992,6 @@ declare const conditions: {
|
|
|
1020
992
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is required.
|
|
1021
993
|
*/
|
|
1022
994
|
readonly _groupRequired: "[role=group]:is(:required, [required]) &, [data-group]:is(:required, [required]) &, .group:is(:required, [required]) &";
|
|
1023
|
-
/**
|
|
1024
|
-
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is selected.
|
|
1025
|
-
*/
|
|
1026
|
-
readonly _groupSelected: "[role=group]:is([data-selected], [aria-selected=true]) &, [data-group]:is([data-selected], [aria-selected=true]) &, .group:is([data-selected], [aria-selected=true]) &";
|
|
1027
995
|
/**
|
|
1028
996
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is user-invalid.
|
|
1029
997
|
*/
|
|
@@ -1036,6 +1004,38 @@ declare const conditions: {
|
|
|
1036
1004
|
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is vertical.
|
|
1037
1005
|
*/
|
|
1038
1006
|
readonly _groupVertical: "[role=group]:is([data-orientation=vertical], [aria-orientation=vertical]) &, [data-group]:is([data-orientation=vertical], [aria-orientation=vertical]) &, .group:is([data-orientation=vertical], [aria-orientation=vertical]) &";
|
|
1007
|
+
/**
|
|
1008
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is hovered.
|
|
1009
|
+
*/
|
|
1010
|
+
readonly _groupHover: "[role=group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &";
|
|
1011
|
+
/**
|
|
1012
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is active.
|
|
1013
|
+
*/
|
|
1014
|
+
readonly _groupActive: "[role=group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &";
|
|
1015
|
+
/**
|
|
1016
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is focused.
|
|
1017
|
+
*/
|
|
1018
|
+
readonly _groupFocus: "[role=group]:is(:focus, [data-focus]) &, [data-group]:is(:focus, [data-focus]) &, .group:is(:focus, [data-focus]) &";
|
|
1019
|
+
/**
|
|
1020
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is focused-visible.
|
|
1021
|
+
*/
|
|
1022
|
+
readonly _groupFocusVisible: "[role=group]:is(:focus-visible, [data-focus-visible]) &, [data-group]:is(:focus-visible, [data-focus-visible]) &, .group:is(:focus-visible, [data-focus-visible]) &";
|
|
1023
|
+
/**
|
|
1024
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is selected.
|
|
1025
|
+
*/
|
|
1026
|
+
readonly _groupSelected: "[role=group]:is([data-selected], [aria-selected=true]) &, [data-group]:is([data-selected], [aria-selected=true]) &, .group:is([data-selected], [aria-selected=true]) &";
|
|
1027
|
+
/**
|
|
1028
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is invalid.
|
|
1029
|
+
*/
|
|
1030
|
+
readonly _groupInvalid: "[role=group]:is([data-invalid], [aria-invalid=true]) &, [data-group]:is([data-invalid], [aria-invalid=true]) &, .group:is([data-invalid], [aria-invalid=true]) &";
|
|
1031
|
+
/**
|
|
1032
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is read-only.
|
|
1033
|
+
*/
|
|
1034
|
+
readonly _groupReadOnly: "[role=group]:is([readonly], [data-readonly], [aria-readonly=true]) &, [data-group]:is([readonly], [data-readonly], [aria-readonly=true]) &, .group:is([readonly], [data-readonly], [aria-readonly=true]) &";
|
|
1035
|
+
/**
|
|
1036
|
+
* Styles to apply when a parent element with `role=group`, `data-group` or `.group` is disabled.
|
|
1037
|
+
*/
|
|
1038
|
+
readonly _groupDisabled: "[role=group]:is(:disabled, [disabled], [data-disabled]) &, [data-group]:is(:disabled, [disabled], [data-disabled]) &, .group:is(:disabled, [disabled], [data-disabled]) &";
|
|
1039
1039
|
/**
|
|
1040
1040
|
* The CSS `&:is([data-activedescendant])` pseudo-class.
|
|
1041
1041
|
*/
|
|
@@ -1510,7 +1510,7 @@ type ConditionProperty = keyof Conditions;
|
|
|
1510
1510
|
type ConditionSelector = Conditions[ConditionProperty];
|
|
1511
1511
|
type ConditionProps = { [K in keyof Conditions]?: CSSObject };
|
|
1512
1512
|
declare const conditionProperties: ConditionProperty[];
|
|
1513
|
-
declare const conditionSelectors: ("&::after" | "&::backdrop" | "&::before" | "&::cue" | "&::cue-region" | "&::details-content" | "&::file-selector-button" | "&::first-letter" | "&::first-line" | "&::marker" | "&::placeholder, &[data-placeholder]" | "&::-webkit-scrollbar, &[data-scrollbar]" | "&::-webkit-scrollbar-button" | "&::-webkit-scrollbar-corner" | "&::-webkit-scrollbar-thumb" | "&::-webkit-scrollbar-track" | "&::-webkit-scrollbar-track-piece" | "&::selection" | "&[data-inactive]" | "&[data-accept]" | "&[data-between]" | "&:is([data-center], [data-group-center])" | "&[data-complete]" | "&:is([aria-current], [data-current]):not([aria-current='false'])" | ".dark &:not([data-mode]), [data-mode=dark] &:not([data-mode]), &[data-mode=dark]" | "&:is([data-end], [data-group-end])" | "&:is([data-expanded], [aria-expanded=true])" | "&[data-fallback]" | "&[data-filled]" | "&:is([data-grabbed], [aria-grabbed=true])" | "&:is([role=grid], [data-grid])" | "&:has(> [data-icon])" | "&[data-idle]" | "&[data-incomplete]" | ".light &:not([data-mode]), [data-mode=light] &:not([data-mode]), &[data-mode=light]" | "&[data-loaded]" | "&:is([data-loading], [aria-busy=true])" | "[dir=ltr] &" | "&[hidden]" | "&[data-not-allowed]" | "&:not([aria-current], [data-current]), &[aria-current='false']" | "&:not([data-fallback])" | "&:not([data-selected]):not([aria-selected=true])" | "&[data-numeric]" | "&:is([open], [data-open])" | "&:is([data-pressed], [aria-pressed=true])" | "&:is([data-range])" | "&[data-reject]" | "& .ui-ripple" | "[dir=rtl] &" | "&:is([data-start], [data-group-start])" | "&:is([data-selected], [aria-selected=true])" | "&:is([hidden], [data-hidden])" | "&[data-never]" | "&:is([data-activedescendant])" | "&:is(:any-link, [data-any-link])" | "&:autofill" | "&:is(:blank, [data-blank])" | "&:is(:checked, [data-checked], [aria-checked=true])" | "& > *" | "&:default" | "&:empty" | "&:is(:enabled, [data-enabled])" | "&:nth-of-type(even)" | "&:first-of-type" | "& > *:first-child" | "&:not(:focus-within, [data-focus-within])" | "&:fullscreen" | "&:is([data-orientation=horizontal], [aria-orientation=horizontal])" | "&:where(svg:not([data-loading])), & > [data-icon]" | "&:is(:indeterminate, [data-indeterminate], [aria-checked=mixed])" | "&:is(:in-range, [data-in-range])" | "&:last-of-type" | "& > *:last-child" | "&:is(:link, [data-link])" | "&:modal" | "&:active" | "&:checked" | "&:is(disabled, [disabled])" | "&:focus" | "&:focus-visible" | "&:focus-within" | "&:hover" | "&:is([readonly], [aria-readonly=true])" | "&:target" | "&:valid" | "&:not(:checked):not([data-checked]):not([aria-checked=true])" | "&:not(:empty)" | "&:not(:first-of-type)" | "& > *:not(:first-child)" | "&:not(:last-of-type)" | "& > *:not(:last-child)" | "&:not(:target)" | "&:nth-of-type(odd)" | "&:only-of-type" | "&:only-child" | "&:is(:optional, [data-optional])" | "&:is(:out-of-range, [data-out-of-range])" | "&:is(:paused, [data-paused])" | "&:picture-in-picture" | "&:placeholder-shown" | "&:is(:playing, [data-playing])" | "&:popover-open" | "&:is(:read-write, [data-read-write])" | "&:is(:required, [required])" | "&:is(:target, [data-target])" | "&:is(:user-invalid, [data-user-invalid])" | "&:is(:valid, [data-valid])" | "&:is([data-orientation=vertical], [aria-orientation=vertical])" | "&:visited" | "&:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled])" | "&:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled])" | "&:is(:focus, [data-focus])" | "&:is(:focus-visible, [data-focus-visible])" | "&:is([data-invalid], [aria-invalid=true])" | "&:is([readonly], [data-readonly], [aria-readonly=true])" | "&:is(:disabled, [disabled], [data-disabled])" | "[role=group][data-accept] &, [data-group][data-accept] &, .group[data-accept] &" | "[role=group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &" | "[role=group]:is([data-activedescendant]) &, [data-group]:is([data-activedescendant]) &, .group:is([data-activedescendant]) &" | "[role=group]:is(:blank, [data-blank]) &, [data-group]:is(:blank, [data-blank]) &, .group:is(:blank, [data-blank]) &" | "[role=group]:is(:checked, [data-checked], [aria-checked=true]) &, [data-group]:is(:checked, [data-checked], [aria-checked=true]) &, .group:is(:checked, [data-checked], [aria-checked=true]) &" | "[role=group][data-complete] &, [data-group][data-complete] &, .group[data-complete] &" | "[role=group]:is([aria-current], [data-current]):not([aria-current='false']) &, [data-group]:is([aria-current], [data-current]):not([aria-current='false']) &, .group:is([aria-current], [data-current]):not([aria-current='false']) &" | "[role=group]:is(:disabled, [disabled], [data-disabled]) &, [data-group]:is(:disabled, [disabled], [data-disabled]) &, .group:is(:disabled, [disabled], [data-disabled]) &" | "[role=group]:is(:enabled, [data-enabled]) &, [data-group]:is(:enabled, [data-enabled]) &, .group:is(:enabled, [data-enabled]) &" | "[role=group]:is([data-expanded], [aria-expanded=true]) &, [data-group]:is([data-expanded], [aria-expanded=true]) &, .group:is([data-expanded], [aria-expanded=true]) &" | "[role=group]:is(:focus, [data-focus]) &, [data-group]:is(:focus, [data-focus]) &, .group:is(:focus, [data-focus]) &" | "[role=group]:is(:focus-visible, [data-focus-visible]) &, [data-group]:is(:focus-visible, [data-focus-visible]) &, .group:is(:focus-visible, [data-focus-visible]) &" | "[role=group]:not(:focus-within, [data-focus-within]) &, [data-group]:not(:focus-within, [data-focus-within]) &, .group:not(:focus-within, [data-focus-within]) &" | "[role=group]:is([data-grabbed], [aria-grabbed=true]) &, [data-group]:is([data-grabbed], [aria-grabbed=true]) &, .group:is([data-grabbed], [aria-grabbed=true]) &" | "[role=group]:is([data-orientation=horizontal], [aria-orientation=horizontal]) &, [data-group]:is([data-orientation=horizontal], [aria-orientation=horizontal]) &, .group:is([data-orientation=horizontal], [aria-orientation=horizontal]) &" | "[role=group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &" | "[role=group][data-idle] &, [data-group][data-idle] &, .group[data-idle] &" | "[role=group][data-incomplete] &, [data-group][data-incomplete] &, .group[data-incomplete] &" | "[role=group]:is([data-invalid], [aria-invalid=true]) &, [data-group]:is([data-invalid], [aria-invalid=true]) &, .group:is([data-invalid], [aria-invalid=true]) &" | "[role=group][data-loaded] &, [data-group][data-loaded] &, .group[data-loaded] &" | "[role=group]:is([data-loading], [aria-busy=true]) &, [data-group]:is([data-loading], [aria-busy=true]) &, .group:is([data-loading], [aria-busy=true]) &" | "[role=group]:is([open], [data-open]) &, [data-group]:is([open], [data-open]) &, .group:is([open], [data-open]) &" | "[role=group]:is(:optional, [data-optional]) &, [data-group]:is(:optional, [data-optional]) &, .group:is(:optional, [data-optional]) &" | "[role=group]:placeholder-shown &, [data-group]:placeholder-shown &, .group:placeholder-shown &" | "[role=group]:is([data-pressed], [aria-pressed=true]) &, [data-group]:is([data-pressed], [aria-pressed=true]) &, .group:is([data-pressed], [aria-pressed=true]) &" | "[role=group]:is([data-range]) &, [data-group]:is([data-range]) &, .group:is([data-range]) &" | "[role=group]:is([readonly], [data-readonly], [aria-readonly=true]) &, [data-group]:is([readonly], [data-readonly], [aria-readonly=true]) &, .group:is([readonly], [data-readonly], [aria-readonly=true]) &" | "[role=group]:is(:read-write, [data-read-write]) &, [data-group]:is(:read-write, [data-read-write]) &, .group:is(:read-write, [data-read-write]) &" | "[role=group][data-reject] &, [data-group][data-reject] &, .group[data-reject] &" | "[role=group]:is(:required, [required]) &, [data-group]:is(:required, [required]) &, .group:is(:required, [required]) &" | "[role=group]:is([data-selected], [aria-selected=true]) &, [data-group]:is([data-selected], [aria-selected=true]) &, .group:is([data-selected], [aria-selected=true]) &" | "[role=group]:is(:user-invalid, [data-user-invalid]) &, [data-group]:is(:user-invalid, [data-user-invalid]) &, .group:is(:user-invalid, [data-user-invalid]) &" | "[role=group]:is(:valid, [data-valid]) &, [data-group]:is(:valid, [data-valid]) &, .group:is(:valid, [data-valid]) &" | "[role=group]:is([data-orientation=vertical], [aria-orientation=vertical]) &, [data-group]:is([data-orientation=vertical], [aria-orientation=vertical]) &, .group:is([data-orientation=vertical], [aria-orientation=vertical]) &" | "[data-peer][data-accept] ~ &, .peer[data-accept] ~ &" | "[data-peer]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &" | "[data-peer]:is(:blank, [data-blank]) ~ &, .peer:is(:blank, [data-blank]) ~ &" | "[data-peer]:is(:checked, [data-checked], [aria-checked=true]) ~ &, .peer:is(:checked, [data-checked], [aria-checked=true]) ~ &" | "[data-peer][data-complete] ~ &, .peer[data-complete] ~ &" | "[data-peer]:is([aria-current], [data-current]):not([aria-current='false']) ~ &, .peer:is([aria-current], [data-current]):not([aria-current='false']) ~ &" | "[data-peer]:is(:disabled, [disabled], [data-disabled]) ~ &, .peer:is(:disabled, [disabled], [data-disabled]) ~ &" | "[data-peer]:is(:enabled, [data-enabled]) ~ &, .peer:is(:enabled, [data-enabled]) ~ &" | "[data-peer]:is([data-expanded], [aria-expanded=true]) ~ &, .peer:is([data-expanded], [aria-expanded=true]) ~ &" | "[data-peer]:is(:focus, [data-focus]) ~ &, .peer:is(:focus, [data-focus]) ~ &" | "[data-peer]:is(:focus-visible, [data-focus-visible]) ~ &, .peer:is(:focus-visible, [data-focus-visible]) ~ &" | "[data-peer]:not(:focus-within, [data-focus-within]) ~ &, .peer:not(:focus-within, [data-focus-within]) ~ &" | "[data-peer]:is([data-grabbed], [aria-grabbed=true]) ~ &, .peer:is([data-grabbed], [aria-grabbed=true]) ~ &" | "[data-peer]:is([data-orientation=horizontal], [aria-orientation=horizontal]) ~ &, .peer:is([data-orientation=horizontal], [aria-orientation=horizontal]) ~ &" | "[data-peer]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &" | "[data-peer][data-idle] ~ &, .peer[data-idle] ~ &" | "[data-peer][data-incomplete] ~ &, .peer[data-incomplete] ~ &" | "[data-peer]:is([data-invalid], [aria-invalid=true]) ~ &, .peer:is([data-invalid], [aria-invalid=true]) ~ &" | "[data-peer][data-loaded] ~ &, .peer[data-loaded] ~ &" | "[data-peer]:is([data-loading], [aria-busy=true]) ~ &, .peer:is([data-loading], [aria-busy=true]) ~ &" | "[data-peer]:is(:optional, [data-optional]) ~ &, .peer:is(:optional, [data-optional]) ~ &" | "[data-peer]:placeholder-shown ~ &, .peer:placeholder-shown ~ &" | "[data-peer]:is([data-pressed], [aria-pressed=true]) ~ &, .peer:is([data-pressed], [aria-pressed=true]) ~ &" | "[data-peer]:is([data-range]) ~ &, .peer:is([data-range]) ~ &" | "[data-peer]:is([readonly], [data-readonly], [aria-readonly=true]) ~ &, .peer:is([readonly], [data-readonly], [aria-readonly=true]) ~ &" | "[data-peer]:is(:read-write, [data-read-write]) ~ &, .peer:is(:read-write, [data-read-write]) ~ &" | "[data-peer][data-reject] ~ &, .peer[data-reject] ~ &" | "[data-peer]:is(:required, [required]) ~ &, .peer:is(:required, [required]) ~ &" | "[data-peer]:is([data-selected], [aria-selected=true]) ~ &, .peer:is([data-selected], [aria-selected=true]) ~ &" | "[data-peer]:is(:user-invalid, [data-user-invalid]) ~ &, .peer:is(:user-invalid, [data-user-invalid]) ~ &" | "[data-peer]:is(:valid, [data-valid]) ~ &, .peer:is(:valid, [data-valid]) ~ &" | "[data-peer]:is([data-orientation=vertical], [aria-orientation=vertical]) ~ &, .peer:is([data-orientation=vertical], [aria-orientation=vertical]) ~ &")[];
|
|
1513
|
+
declare const conditionSelectors: ("&::after" | "&::backdrop" | "&::before" | "&::cue" | "&::cue-region" | "&::details-content" | "&::file-selector-button" | "&::first-letter" | "&::first-line" | "&::marker" | "&::placeholder, &[data-placeholder]" | "&::-webkit-scrollbar, &[data-scrollbar]" | "&::-webkit-scrollbar-button" | "&::-webkit-scrollbar-corner" | "&::-webkit-scrollbar-thumb" | "&::-webkit-scrollbar-track" | "&::-webkit-scrollbar-track-piece" | "&::selection" | "&[data-inactive]" | "&[data-accept]" | "&[data-between]" | "&:is([data-center], [data-group-center])" | "&[data-complete]" | "&:is([aria-current], [data-current]):not([aria-current='false'])" | ".dark &:not([data-mode]), [data-mode=dark] &:not([data-mode]), &[data-mode=dark]" | "&:is([data-end], [data-group-end])" | "&:is([data-expanded], [aria-expanded=true])" | "&[data-fallback]" | "&[data-filled]" | "&:is([data-grabbed], [aria-grabbed=true])" | "&:is([role=grid], [data-grid])" | "&:has(> [data-icon])" | "&[data-idle]" | "&[data-incomplete]" | ".light &:not([data-mode]), [data-mode=light] &:not([data-mode]), &[data-mode=light]" | "&[data-loaded]" | "&:is([data-loading], [aria-busy=true])" | "[dir=ltr] &" | "&[hidden]" | "&[data-not-allowed]" | "&:not([aria-current], [data-current]), &[aria-current='false']" | "&:not([data-fallback])" | "&:not([data-selected]):not([aria-selected=true])" | "&[data-numeric]" | "&:is([open], [data-open])" | "&:is([data-pressed], [aria-pressed=true])" | "&:is([data-range])" | "&[data-reject]" | "& .ui-ripple" | "[dir=rtl] &" | "&:is([data-start], [data-group-start])" | "&:is([data-selected], [aria-selected=true])" | "&:is([hidden], [data-hidden])" | "&[data-never]" | "&:is([data-activedescendant])" | "&:is(:any-link, [data-any-link])" | "&:autofill" | "&:is(:blank, [data-blank])" | "&:is(:checked, [data-checked], [aria-checked=true])" | "& > *" | "&:default" | "&:empty" | "&:is(:enabled, [data-enabled])" | "&:nth-of-type(even)" | "&:first-of-type" | "& > *:first-child" | "&:not(:focus-within, [data-focus-within])" | "&:fullscreen" | "&:is([data-orientation=horizontal], [aria-orientation=horizontal])" | "&:where(svg:not([data-loading])), & > [data-icon]" | "&:is(:indeterminate, [data-indeterminate], [aria-checked=mixed])" | "&:is(:in-range, [data-in-range])" | "&:last-of-type" | "& > *:last-child" | "&:is(:link, [data-link])" | "&:modal" | "&:active" | "&:checked" | "&:is(disabled, [disabled])" | "&:focus" | "&:focus-visible" | "&:focus-within" | "&:hover" | "&:is([readonly], [aria-readonly=true])" | "&:target" | "&:valid" | "&:not(:checked):not([data-checked]):not([aria-checked=true])" | "&:not(:empty)" | "&:not(:first-of-type)" | "& > *:not(:first-child)" | "&:not(:last-of-type)" | "& > *:not(:last-child)" | "&:not(:target)" | "&:nth-of-type(odd)" | "&:only-of-type" | "&:only-child" | "&:is(:optional, [data-optional])" | "&:is(:out-of-range, [data-out-of-range])" | "&:is(:paused, [data-paused])" | "&:picture-in-picture" | "&:placeholder-shown" | "&:is(:playing, [data-playing])" | "&:popover-open" | "&:is(:read-write, [data-read-write])" | "&:is(:required, [required])" | "&:is(:target, [data-target])" | "&:is(:user-invalid, [data-user-invalid])" | "&:is(:valid, [data-valid])" | "&:is([data-orientation=vertical], [aria-orientation=vertical])" | "&:visited" | "&:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled])" | "&:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled])" | "&:is(:focus, [data-focus])" | "&:is(:focus-visible, [data-focus-visible])" | "&:is([data-invalid], [aria-invalid=true])" | "&:is([readonly], [data-readonly], [aria-readonly=true])" | "&:is(:disabled, [disabled], [data-disabled])" | "[role=group][data-accept] &, [data-group][data-accept] &, .group[data-accept] &" | "[role=group]:is([data-activedescendant]) &, [data-group]:is([data-activedescendant]) &, .group:is([data-activedescendant]) &" | "[role=group]:is(:blank, [data-blank]) &, [data-group]:is(:blank, [data-blank]) &, .group:is(:blank, [data-blank]) &" | "[role=group]:is(:checked, [data-checked], [aria-checked=true]) &, [data-group]:is(:checked, [data-checked], [aria-checked=true]) &, .group:is(:checked, [data-checked], [aria-checked=true]) &" | "[role=group][data-complete] &, [data-group][data-complete] &, .group[data-complete] &" | "[role=group]:is([aria-current], [data-current]):not([aria-current='false']) &, [data-group]:is([aria-current], [data-current]):not([aria-current='false']) &, .group:is([aria-current], [data-current]):not([aria-current='false']) &" | "[role=group]:is(:enabled, [data-enabled]) &, [data-group]:is(:enabled, [data-enabled]) &, .group:is(:enabled, [data-enabled]) &" | "[role=group]:is([data-expanded], [aria-expanded=true]) &, [data-group]:is([data-expanded], [aria-expanded=true]) &, .group:is([data-expanded], [aria-expanded=true]) &" | "[role=group]:not(:focus-within, [data-focus-within]) &, [data-group]:not(:focus-within, [data-focus-within]) &, .group:not(:focus-within, [data-focus-within]) &" | "[role=group]:is([data-grabbed], [aria-grabbed=true]) &, [data-group]:is([data-grabbed], [aria-grabbed=true]) &, .group:is([data-grabbed], [aria-grabbed=true]) &" | "[role=group]:is([data-orientation=horizontal], [aria-orientation=horizontal]) &, [data-group]:is([data-orientation=horizontal], [aria-orientation=horizontal]) &, .group:is([data-orientation=horizontal], [aria-orientation=horizontal]) &" | "[role=group][data-idle] &, [data-group][data-idle] &, .group[data-idle] &" | "[role=group][data-incomplete] &, [data-group][data-incomplete] &, .group[data-incomplete] &" | "[role=group][data-loaded] &, [data-group][data-loaded] &, .group[data-loaded] &" | "[role=group]:is([data-loading], [aria-busy=true]) &, [data-group]:is([data-loading], [aria-busy=true]) &, .group:is([data-loading], [aria-busy=true]) &" | "[role=group]:is([open], [data-open]) &, [data-group]:is([open], [data-open]) &, .group:is([open], [data-open]) &" | "[role=group]:is(:optional, [data-optional]) &, [data-group]:is(:optional, [data-optional]) &, .group:is(:optional, [data-optional]) &" | "[role=group]:placeholder-shown &, [data-group]:placeholder-shown &, .group:placeholder-shown &" | "[role=group]:is([data-pressed], [aria-pressed=true]) &, [data-group]:is([data-pressed], [aria-pressed=true]) &, .group:is([data-pressed], [aria-pressed=true]) &" | "[role=group]:is([data-range]) &, [data-group]:is([data-range]) &, .group:is([data-range]) &" | "[role=group]:is(:read-write, [data-read-write]) &, [data-group]:is(:read-write, [data-read-write]) &, .group:is(:read-write, [data-read-write]) &" | "[role=group][data-reject] &, [data-group][data-reject] &, .group[data-reject] &" | "[role=group]:is(:required, [required]) &, [data-group]:is(:required, [required]) &, .group:is(:required, [required]) &" | "[role=group]:is(:user-invalid, [data-user-invalid]) &, [data-group]:is(:user-invalid, [data-user-invalid]) &, .group:is(:user-invalid, [data-user-invalid]) &" | "[role=group]:is(:valid, [data-valid]) &, [data-group]:is(:valid, [data-valid]) &, .group:is(:valid, [data-valid]) &" | "[role=group]:is([data-orientation=vertical], [aria-orientation=vertical]) &, [data-group]:is([data-orientation=vertical], [aria-orientation=vertical]) &, .group:is([data-orientation=vertical], [aria-orientation=vertical]) &" | "[role=group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &" | "[role=group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, [data-group]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &, .group:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) &" | "[role=group]:is(:focus, [data-focus]) &, [data-group]:is(:focus, [data-focus]) &, .group:is(:focus, [data-focus]) &" | "[role=group]:is(:focus-visible, [data-focus-visible]) &, [data-group]:is(:focus-visible, [data-focus-visible]) &, .group:is(:focus-visible, [data-focus-visible]) &" | "[role=group]:is([data-selected], [aria-selected=true]) &, [data-group]:is([data-selected], [aria-selected=true]) &, .group:is([data-selected], [aria-selected=true]) &" | "[role=group]:is([data-invalid], [aria-invalid=true]) &, [data-group]:is([data-invalid], [aria-invalid=true]) &, .group:is([data-invalid], [aria-invalid=true]) &" | "[role=group]:is([readonly], [data-readonly], [aria-readonly=true]) &, [data-group]:is([readonly], [data-readonly], [aria-readonly=true]) &, .group:is([readonly], [data-readonly], [aria-readonly=true]) &" | "[role=group]:is(:disabled, [disabled], [data-disabled]) &, [data-group]:is(:disabled, [disabled], [data-disabled]) &, .group:is(:disabled, [disabled], [data-disabled]) &" | "[data-peer][data-accept] ~ &, .peer[data-accept] ~ &" | "[data-peer]:is(:blank, [data-blank]) ~ &, .peer:is(:blank, [data-blank]) ~ &" | "[data-peer]:is(:checked, [data-checked], [aria-checked=true]) ~ &, .peer:is(:checked, [data-checked], [aria-checked=true]) ~ &" | "[data-peer][data-complete] ~ &, .peer[data-complete] ~ &" | "[data-peer]:is([aria-current], [data-current]):not([aria-current='false']) ~ &, .peer:is([aria-current], [data-current]):not([aria-current='false']) ~ &" | "[data-peer]:is(:enabled, [data-enabled]) ~ &, .peer:is(:enabled, [data-enabled]) ~ &" | "[data-peer]:is([data-expanded], [aria-expanded=true]) ~ &, .peer:is([data-expanded], [aria-expanded=true]) ~ &" | "[data-peer]:not(:focus-within, [data-focus-within]) ~ &, .peer:not(:focus-within, [data-focus-within]) ~ &" | "[data-peer]:is([data-grabbed], [aria-grabbed=true]) ~ &, .peer:is([data-grabbed], [aria-grabbed=true]) ~ &" | "[data-peer]:is([data-orientation=horizontal], [aria-orientation=horizontal]) ~ &, .peer:is([data-orientation=horizontal], [aria-orientation=horizontal]) ~ &" | "[data-peer][data-idle] ~ &, .peer[data-idle] ~ &" | "[data-peer][data-incomplete] ~ &, .peer[data-incomplete] ~ &" | "[data-peer][data-loaded] ~ &, .peer[data-loaded] ~ &" | "[data-peer]:is([data-loading], [aria-busy=true]) ~ &, .peer:is([data-loading], [aria-busy=true]) ~ &" | "[data-peer]:is(:optional, [data-optional]) ~ &, .peer:is(:optional, [data-optional]) ~ &" | "[data-peer]:placeholder-shown ~ &, .peer:placeholder-shown ~ &" | "[data-peer]:is([data-pressed], [aria-pressed=true]) ~ &, .peer:is([data-pressed], [aria-pressed=true]) ~ &" | "[data-peer]:is([data-range]) ~ &, .peer:is([data-range]) ~ &" | "[data-peer]:is(:read-write, [data-read-write]) ~ &, .peer:is(:read-write, [data-read-write]) ~ &" | "[data-peer][data-reject] ~ &, .peer[data-reject] ~ &" | "[data-peer]:is(:required, [required]) ~ &, .peer:is(:required, [required]) ~ &" | "[data-peer]:is(:user-invalid, [data-user-invalid]) ~ &, .peer:is(:user-invalid, [data-user-invalid]) ~ &" | "[data-peer]:is(:valid, [data-valid]) ~ &, .peer:is(:valid, [data-valid]) ~ &" | "[data-peer]:is([data-orientation=vertical], [aria-orientation=vertical]) ~ &, .peer:is([data-orientation=vertical], [aria-orientation=vertical]) ~ &" | "[data-peer]:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:hover, [data-hover]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &" | "[data-peer]:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &, .peer:is(:active, [data-active]):not(:disabled, [disabled], [aria-disabled=true], [data-disabled]) ~ &" | "[data-peer]:is(:focus, [data-focus]) ~ &, .peer:is(:focus, [data-focus]) ~ &" | "[data-peer]:is(:focus-visible, [data-focus-visible]) ~ &, .peer:is(:focus-visible, [data-focus-visible]) ~ &" | "[data-peer]:is([data-selected], [aria-selected=true]) ~ &, .peer:is([data-selected], [aria-selected=true]) ~ &" | "[data-peer]:is([data-invalid], [aria-invalid=true]) ~ &, .peer:is([data-invalid], [aria-invalid=true]) ~ &" | "[data-peer]:is([readonly], [data-readonly], [aria-readonly=true]) ~ &, .peer:is([readonly], [data-readonly], [aria-readonly=true]) ~ &" | "[data-peer]:is(:disabled, [disabled], [data-disabled]) ~ &, .peer:is(:disabled, [disabled], [data-disabled]) ~ &")[];
|
|
1514
1514
|
declare function getCondition(key: string): string;
|
|
1515
1515
|
//#endregion
|
|
1516
1516
|
export { AnySelector, AttributeProperty, AttributeProps, Attributes, ConditionProperty, ConditionProps, ConditionSelector, Conditions, GroupAttributeProperty, GroupAttributeProps, GroupAttributes, PeerAttributeProperty, PeerAttributeProps, PeerAttributes, PseudoClassProperty, PseudoClassProps, PseudoClasses, PseudoElementProperty, PseudoElementProps, PseudoElements, attributeProperties, attributeSelectors, attributes, conditionProperties, conditionSelectors, conditions, getCondition, groupAttributeProperties, groupAttributeSelectors, groupAttributes, peerAttributeProperties, peerAttributeSelectors, peerAttributes, pseudoClassProperties, pseudoClassSelectors, pseudoClasses, pseudoElementProperties, pseudoElementSelectors, pseudoElements };
|