@eightshift/ui-components 6.3.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Button-h6xF_WrP.js +225 -0
- package/dist/Dialog-i5VLQw1o.js +2488 -0
- package/dist/Disclosure-NYWFw9RJ.js +188 -0
- package/dist/FieldError-BWDbP5Db.js +213 -0
- package/dist/FocusScope-CgwbGOBB.js +746 -0
- package/dist/Form-DTMkbrQY.js +5 -0
- package/dist/Heading-Hol-wS_B.js +16 -0
- package/dist/Hidden-8TB37dpK.js +51 -0
- package/dist/Input-BURqyJXW.js +161 -0
- package/dist/Label-DFXXxMKY.js +17 -0
- package/dist/List-CMK5qsNF.js +506 -0
- package/dist/ListBox-B21SgugS.js +601 -0
- package/dist/NumberFormatter-m5VW6MTK.js +122 -0
- package/dist/OverlayArrow-BoloUPQM.js +573 -0
- package/dist/PortalProvider-DinZZCKX.js +14 -0
- package/dist/RSPContexts-C_z0bI8W.js +12 -0
- package/dist/RadioGroup-BwlGtCja.js +329 -0
- package/dist/SearchField-DR_I4_yn.js +765 -0
- package/dist/SelectionIndicator-31L6EI9F.js +13 -0
- package/dist/SelectionManager-B8lLv6Ue.js +2176 -0
- package/dist/Slider-DW1RuMVp.js +827 -0
- package/dist/Text-O6VBBDlP.js +16 -0
- package/dist/VisuallyHidden-CfsnJHZb.js +43 -0
- package/dist/animation-Bd2peown.js +62 -0
- package/dist/assets/style-admin.css +197 -200
- package/dist/assets/style-editor.css +197 -200
- package/dist/assets/style.css +197 -200
- package/dist/build-module-sxK3nxOK.js +855 -0
- package/dist/button-COTeluL8.js +524 -0
- package/dist/checkbox-D0AWkLhp.js +338 -0
- package/dist/clsx-BUU5J41u.js +16 -0
- package/dist/color-swatch-CBYsO_Zs.js +2572 -0
- package/dist/components/animated-visibility/animated-visibility.js +87 -111
- package/dist/components/base-control/base-control.js +73 -86
- package/dist/components/base-control/container.js +199 -227
- package/dist/components/breakpoint-preview/breakpoint-preview.js +162 -158
- package/dist/components/button/button.js +3 -580
- package/dist/components/checkbox/checkbox.js +2 -391
- package/dist/components/color-pickers/color-picker.js +172 -276
- package/dist/components/color-pickers/color-swatch.js +3 -7
- package/dist/components/color-pickers/gradient-editor.js +4 -552
- package/dist/components/color-pickers/solid-color-picker.js +3 -1710
- package/dist/components/component-toggle/component-toggle.js +107 -160
- package/dist/components/container-panel/container-panel.js +94 -151
- package/dist/components/draggable/draggable-context.js +4 -4
- package/dist/components/draggable/draggable-handle.js +27 -43
- package/dist/components/draggable/draggable.js +3 -7638
- package/dist/components/draggable-list/draggable-list-context.js +4 -4
- package/dist/components/draggable-list/draggable-list-item.js +63 -80
- package/dist/components/draggable-list/draggable-list.js +115 -142
- package/dist/components/expandable/expandable.js +105 -407
- package/dist/components/index.js +30 -106
- package/dist/components/input-field/input-field.js +2 -326
- package/dist/components/item-collection/item-collection.js +50 -56
- package/dist/components/layout/hstack.js +27 -29
- package/dist/components/layout/vstack.js +27 -29
- package/dist/components/link-input/link-input.js +3 -1943
- package/dist/components/matrix-align/matrix-align.js +127 -161
- package/dist/components/menu/menu.js +253 -356
- package/dist/components/modal/modal.js +3 -399
- package/dist/components/notice/notice.js +99 -139
- package/dist/components/number-picker/number-picker.js +3 -344
- package/dist/components/option-select/option-select.js +226 -404
- package/dist/components/options-panel/options-panel.js +138 -175
- package/dist/components/placeholders/file-picker-shell.js +91 -141
- package/dist/components/placeholders/file-placeholder.js +41 -53
- package/dist/components/placeholders/image-placeholder.js +65 -96
- package/dist/components/placeholders/media-placeholder.js +65 -68
- package/dist/components/popover/popover.js +147 -221
- package/dist/components/portal-provider/portal-provider.js +23 -21
- package/dist/components/radio/radio.js +246 -294
- package/dist/components/repeater/repeater-context.js +4 -4
- package/dist/components/repeater/repeater-item.js +95 -114
- package/dist/components/repeater/repeater.js +221 -278
- package/dist/components/responsive/mini-responsive.js +403 -495
- package/dist/components/responsive/responsive-legacy.js +271 -336
- package/dist/components/responsive/responsive.js +445 -562
- package/dist/components/responsive-preview/responsive-preview.js +94 -117
- package/dist/components/rich-label/rich-label.js +80 -75
- package/dist/components/select/async-multi-select.js +360 -589
- package/dist/components/select/async-select.js +284 -492
- package/dist/components/select/multi-select.js +340 -552
- package/dist/components/select/shared.js +3 -17
- package/dist/components/select/single-select.js +278 -475
- package/dist/components/select/styles.js +84 -0
- package/dist/components/slider/column-config-slider.js +170 -301
- package/dist/components/slider/slider.js +258 -405
- package/dist/components/slider/utils.js +77 -121
- package/dist/components/smart-image/image-analysis-worker.js +128 -0
- package/dist/components/smart-image/smart-image.js +3 -205
- package/dist/components/smart-image/worker-inline.js +4 -4
- package/dist/components/spacer/spacer.js +80 -94
- package/dist/components/tabs/tabs.js +3 -1051
- package/dist/components/toggle/switch.js +2 -295
- package/dist/components/toggle/toggle.js +54 -64
- package/dist/components/toggle-button/toggle-button.js +2 -451
- package/dist/components/tooltip/tooltip.js +2 -535
- package/dist/context-C-XNeJ_l.js +93 -0
- package/dist/debounce-throttle-DXxSAKpq.js +120 -0
- package/dist/dist-DIK9pFxO.js +55 -0
- package/dist/draggable-CYQyD9gG.js +6961 -0
- package/dist/es-dash-HqXWZZ3_.js +303 -0
- package/dist/filterDOMProps-_2_3GD-K.js +69 -0
- package/dist/general-D-7dwhuF.js +4277 -0
- package/dist/gradient-editor-DbH8NU2p.js +604 -0
- package/dist/icons/block-icon.js +34 -39
- package/dist/icons/generated-icon-loaders.js +759 -0
- package/dist/icons/generic-color-swatch.js +81 -111
- package/dist/icons/icon.js +67 -0
- package/dist/icons/icons.js +218 -3656
- package/dist/icons/index.js +756 -10
- package/dist/icons/internal.js +758 -0
- package/dist/icons/jsx-svg.js +2 -94
- package/dist/icons/spinner.js +16 -18
- package/dist/icons/ui-icons/a11y-warning.js +34 -0
- package/dist/icons/ui-icons/a11y.js +29 -0
- package/dist/icons/ui-icons/accelerometer.js +51 -0
- package/dist/icons/ui-icons/activity-log.js +53 -0
- package/dist/icons/ui-icons/add.js +20 -0
- package/dist/icons/ui-icons/alert.js +31 -0
- package/dist/icons/ui-icons/align-horizontal-vertical-alt.js +37 -0
- package/dist/icons/ui-icons/align-horizontal-vertical-alt2.js +36 -0
- package/dist/icons/ui-icons/align-horizontal-vertical.js +34 -0
- package/dist/icons/ui-icons/alt-text-generic-alt.js +19 -0
- package/dist/icons/ui-icons/alt-text-generic.js +25 -0
- package/dist/icons/ui-icons/alt-text.js +36 -0
- package/dist/icons/ui-icons/anchor-page.js +44 -0
- package/dist/icons/ui-icons/anchor.js +28 -0
- package/dist/icons/ui-icons/angle.js +24 -0
- package/dist/icons/ui-icons/animation-file.js +66 -0
- package/dist/icons/ui-icons/animation-generic.js +36 -0
- package/dist/icons/ui-icons/animation-list-generic.js +41 -0
- package/dist/icons/ui-icons/animation-settings-generic.js +41 -0
- package/dist/icons/ui-icons/animation.js +55 -0
- package/dist/icons/ui-icons/archive-file.js +24 -0
- package/dist/icons/ui-icons/archive.js +39 -0
- package/dist/icons/ui-icons/aria-label.js +42 -0
- package/dist/icons/ui-icons/arrow-down-circle-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-down-circle.js +28 -0
- package/dist/icons/ui-icons/arrow-down-square-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-down-square.js +28 -0
- package/dist/icons/ui-icons/arrow-down.js +20 -0
- package/dist/icons/ui-icons/arrow-left-circle-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-left-circle.js +28 -0
- package/dist/icons/ui-icons/arrow-left-square-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-left-square.js +28 -0
- package/dist/icons/ui-icons/arrow-left.js +20 -0
- package/dist/icons/ui-icons/arrow-right-circle-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-right-circle.js +28 -0
- package/dist/icons/ui-icons/arrow-right-square-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-right-square.js +28 -0
- package/dist/icons/ui-icons/arrow-right.js +20 -0
- package/dist/icons/ui-icons/arrow-up-circle-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-up-circle.js +28 -0
- package/dist/icons/ui-icons/arrow-up-square-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-up-square.js +28 -0
- package/dist/icons/ui-icons/arrow-up.js +20 -0
- package/dist/icons/ui-icons/arrows-down.js +38 -0
- package/dist/icons/ui-icons/arrows-horizontal.js +20 -0
- package/dist/icons/ui-icons/arrows-left-diagonal.js +20 -0
- package/dist/icons/ui-icons/arrows-left.js +38 -0
- package/dist/icons/ui-icons/arrows-right-diagonal.js +20 -0
- package/dist/icons/ui-icons/arrows-right.js +38 -0
- package/dist/icons/ui-icons/arrows-up.js +38 -0
- package/dist/icons/ui-icons/arrows-vertical.js +20 -0
- package/dist/icons/ui-icons/aspect-ratio-auto.js +38 -0
- package/dist/icons/ui-icons/aspect-ratio-nine-sixteen.js +28 -0
- package/dist/icons/ui-icons/aspect-ratio-sixteen-nine.js +28 -0
- package/dist/icons/ui-icons/aspect-ratio-square.js +28 -0
- package/dist/icons/ui-icons/aspect-ratio-three-two.js +28 -0
- package/dist/icons/ui-icons/aspect-ratio-twenty-one-nine.js +28 -0
- package/dist/icons/ui-icons/aspect-ratio.js +27 -0
- package/dist/icons/ui-icons/attachment.js +19 -0
- package/dist/icons/ui-icons/auto-close.js +26 -0
- package/dist/icons/ui-icons/auto-pause-scroll.js +39 -0
- package/dist/icons/ui-icons/auto-pause.js +26 -0
- package/dist/icons/ui-icons/automatic-alt.js +19 -0
- package/dist/icons/ui-icons/automatic.js +20 -0
- package/dist/icons/ui-icons/autoplay-alt.js +34 -0
- package/dist/icons/ui-icons/autoplay-alt2.js +23 -0
- package/dist/icons/ui-icons/autoplay.js +36 -0
- package/dist/icons/ui-icons/award.js +39 -0
- package/dist/icons/ui-icons/background-blur.js +66 -0
- package/dist/icons/ui-icons/background-color-swatch.js +48 -0
- package/dist/icons/ui-icons/background-image.js +41 -0
- package/dist/icons/ui-icons/background-repeat.js +95 -0
- package/dist/icons/ui-icons/background-type-alt.js +38 -0
- package/dist/icons/ui-icons/background-type-alt2.js +27 -0
- package/dist/icons/ui-icons/background-type.js +27 -0
- package/dist/icons/ui-icons/block-parts.js +54 -0
- package/dist/icons/ui-icons/bold.js +21 -0
- package/dist/icons/ui-icons/book.js +40 -0
- package/dist/icons/ui-icons/bookmark.js +18 -0
- package/dist/icons/ui-icons/boolean-exclude.js +24 -0
- package/dist/icons/ui-icons/boolean-intersect.js +31 -0
- package/dist/icons/ui-icons/boolean-subtract.js +27 -0
- package/dist/icons/ui-icons/boolean-union.js +33 -0
- package/dist/icons/ui-icons/border-color.js +79 -0
- package/dist/icons/ui-icons/border.js +60 -0
- package/dist/icons/ui-icons/bot-deny.js +61 -0
- package/dist/icons/ui-icons/bot.js +47 -0
- package/dist/icons/ui-icons/box.js +35 -0
- package/dist/icons/ui-icons/brain.js +20 -0
- package/dist/icons/ui-icons/branch-fork.js +46 -0
- package/dist/icons/ui-icons/branch.js +46 -0
- package/dist/icons/ui-icons/briefcase.js +26 -0
- package/dist/icons/ui-icons/browser.js +60 -0
- package/dist/icons/ui-icons/button-disabled.js +30 -0
- package/dist/icons/ui-icons/button-filled.js +19 -0
- package/dist/icons/ui-icons/button-ghost.js +28 -0
- package/dist/icons/ui-icons/button-outline.js +27 -0
- package/dist/icons/ui-icons/calculator.js +139 -0
- package/dist/icons/ui-icons/calendar-add.js +51 -0
- package/dist/icons/ui-icons/calendar-download.js +62 -0
- package/dist/icons/ui-icons/calendar-remove.js +51 -0
- package/dist/icons/ui-icons/calendar.js +34 -0
- package/dist/icons/ui-icons/caption-generic.js +25 -0
- package/dist/icons/ui-icons/card-featured.js +28 -0
- package/dist/icons/ui-icons/caret-down-fill.js +19 -0
- package/dist/icons/ui-icons/caret-down.js +19 -0
- package/dist/icons/ui-icons/caret-left-fill.js +19 -0
- package/dist/icons/ui-icons/caret-left.js +19 -0
- package/dist/icons/ui-icons/caret-right-fill.js +19 -0
- package/dist/icons/ui-icons/caret-right.js +19 -0
- package/dist/icons/ui-icons/caret-up-fill.js +19 -0
- package/dist/icons/ui-icons/caret-up.js +19 -0
- package/dist/icons/ui-icons/center-point.js +25 -0
- package/dist/icons/ui-icons/chat-bubble-alt.js +25 -0
- package/dist/icons/ui-icons/chat-bubble.js +19 -0
- package/dist/icons/ui-icons/chat.js +25 -0
- package/dist/icons/ui-icons/check-circle-fill-transparent.js +24 -0
- package/dist/icons/ui-icons/check-circle-fill.js +17 -0
- package/dist/icons/ui-icons/check-circle.js +27 -0
- package/dist/icons/ui-icons/check-square.js +28 -0
- package/dist/icons/ui-icons/check.js +20 -0
- package/dist/icons/ui-icons/checks-circle.js +26 -0
- package/dist/icons/ui-icons/checks.js +26 -0
- package/dist/icons/ui-icons/chevron-down.js +20 -0
- package/dist/icons/ui-icons/chevron-left.js +20 -0
- package/dist/icons/ui-icons/chevron-right.js +20 -0
- package/dist/icons/ui-icons/chevron-up.js +20 -0
- package/dist/icons/ui-icons/clear-alt.js +25 -0
- package/dist/icons/ui-icons/clear.js +20 -0
- package/dist/icons/ui-icons/clipboard-plain.js +35 -0
- package/dist/icons/ui-icons/clipboard.js +43 -0
- package/dist/icons/ui-icons/clock.js +26 -0
- package/dist/icons/ui-icons/closed-captions.js +27 -0
- package/dist/icons/ui-icons/code-variable.js +20 -0
- package/dist/icons/ui-icons/code.js +20 -0
- package/dist/icons/ui-icons/color-alt.js +40 -0
- package/dist/icons/ui-icons/color-fill-swatch.js +61 -0
- package/dist/icons/ui-icons/color-picker-fill.js +42 -0
- package/dist/icons/ui-icons/color-picker-list-marker.js +41 -0
- package/dist/icons/ui-icons/color-picker-text-highlight.js +19 -0
- package/dist/icons/ui-icons/color-picker-text.js +20 -0
- package/dist/icons/ui-icons/color-select.js +33 -0
- package/dist/icons/ui-icons/color.js +22 -0
- package/dist/icons/ui-icons/column-gutters-lr.js +54 -0
- package/dist/icons/ui-icons/columns.js +42 -0
- package/dist/icons/ui-icons/columns3366.js +30 -0
- package/dist/icons/ui-icons/columns6633.js +30 -0
- package/dist/icons/ui-icons/component-generic.js +27 -0
- package/dist/icons/ui-icons/component-options.js +36 -0
- package/dist/icons/ui-icons/condition-h.js +20 -0
- package/dist/icons/ui-icons/condition-v.js +20 -0
- package/dist/icons/ui-icons/conditional-visibility.js +26 -0
- package/dist/icons/ui-icons/container-height.js +68 -0
- package/dist/icons/ui-icons/container-spacing-h.js +41 -0
- package/dist/icons/ui-icons/container-spacing.js +41 -0
- package/dist/icons/ui-icons/container-width.js +68 -0
- package/dist/icons/ui-icons/content-bottom-left.js +31 -0
- package/dist/icons/ui-icons/content-bottom-right.js +31 -0
- package/dist/icons/ui-icons/content-center.js +31 -0
- package/dist/icons/ui-icons/content-top-left.js +31 -0
- package/dist/icons/ui-icons/content-top-right.js +31 -0
- package/dist/icons/ui-icons/contrast-alt.js +27 -0
- package/dist/icons/ui-icons/contrast.js +26 -0
- package/dist/icons/ui-icons/cookie-alt.js +124 -0
- package/dist/icons/ui-icons/cookie.js +76 -0
- package/dist/icons/ui-icons/copy.js +26 -0
- package/dist/icons/ui-icons/currency.js +48 -0
- package/dist/icons/ui-icons/current-page.js +42 -0
- package/dist/icons/ui-icons/cursor-disabled.js +35 -0
- package/dist/icons/ui-icons/cursor-move.js +20 -0
- package/dist/icons/ui-icons/dark-mode.js +20 -0
- package/dist/icons/ui-icons/data.js +33 -0
- package/dist/icons/ui-icons/date-time.js +67 -0
- package/dist/icons/ui-icons/defer.js +26 -0
- package/dist/icons/ui-icons/description-link.js +40 -0
- package/dist/icons/ui-icons/design.js +48 -0
- package/dist/icons/ui-icons/dice.js +59 -0
- package/dist/icons/ui-icons/divider-bottom.js +23 -0
- package/dist/icons/ui-icons/divider-side.js +53 -0
- package/dist/icons/ui-icons/divider-status.js +53 -0
- package/dist/icons/ui-icons/divider-top.js +23 -0
- package/dist/icons/ui-icons/divider.js +23 -0
- package/dist/icons/ui-icons/door-in.js +32 -0
- package/dist/icons/ui-icons/door-out.js +32 -0
- package/dist/icons/ui-icons/door.js +27 -0
- package/dist/icons/ui-icons/download.js +20 -0
- package/dist/icons/ui-icons/dropdown-caret-alt.js +17 -0
- package/dist/icons/ui-icons/dropdown-caret.js +20 -0
- package/dist/icons/ui-icons/dropdown-close.js +52 -0
- package/dist/icons/ui-icons/dropdown-open.js +38 -0
- package/dist/icons/ui-icons/dropdown.js +38 -0
- package/dist/icons/ui-icons/dummy-spacer.js +17 -0
- package/dist/icons/ui-icons/edit-options.js +32 -0
- package/dist/icons/ui-icons/edit.js +22 -0
- package/dist/icons/ui-icons/email-remove.js +42 -0
- package/dist/icons/ui-icons/email.js +28 -0
- package/dist/icons/ui-icons/embed.js +28 -0
- package/dist/icons/ui-icons/empty-circle.js +23 -0
- package/dist/icons/ui-icons/empty-rect.js +25 -0
- package/dist/icons/ui-icons/equal-columns.js +25 -0
- package/dist/icons/ui-icons/equal-rows.js +25 -0
- package/dist/icons/ui-icons/equals.js +20 -0
- package/dist/icons/ui-icons/error-circle-fill-transparent.js +23 -0
- package/dist/icons/ui-icons/error-circle-fill.js +17 -0
- package/dist/icons/ui-icons/error-circle.js +24 -0
- package/dist/icons/ui-icons/exclude-item-alt.js +38 -0
- package/dist/icons/ui-icons/exclude-item.js +42 -0
- package/dist/icons/ui-icons/exclude.js +29 -0
- package/dist/icons/ui-icons/expand-xl.js +20 -0
- package/dist/icons/ui-icons/expand.js +20 -0
- package/dist/icons/ui-icons/experiment.js +33 -0
- package/dist/icons/ui-icons/external-link.js +25 -0
- package/dist/icons/ui-icons/extract-alt.js +25 -0
- package/dist/icons/ui-icons/extract.js +25 -0
- package/dist/icons/ui-icons/eyedropper.js +36 -0
- package/dist/icons/ui-icons/fast-forward.js +26 -0
- package/dist/icons/ui-icons/fast-reverse.js +26 -0
- package/dist/icons/ui-icons/field-after-text.js +54 -0
- package/dist/icons/ui-icons/field-before-text.js +46 -0
- package/dist/icons/ui-icons/field-disabled.js +35 -0
- package/dist/icons/ui-icons/field-help.js +46 -0
- package/dist/icons/ui-icons/field-label.js +38 -0
- package/dist/icons/ui-icons/field-name.js +45 -0
- package/dist/icons/ui-icons/field-placeholder.js +49 -0
- package/dist/icons/ui-icons/field-readonly.js +36 -0
- package/dist/icons/ui-icons/field-required.js +37 -0
- package/dist/icons/ui-icons/field-type.js +36 -0
- package/dist/icons/ui-icons/field-value.js +46 -0
- package/dist/icons/ui-icons/field-width.js +27 -0
- package/dist/icons/ui-icons/file-download.js +33 -0
- package/dist/icons/ui-icons/file-error.js +25 -0
- package/dist/icons/ui-icons/file-metadata.js +41 -0
- package/dist/icons/ui-icons/file-pdf.js +34 -0
- package/dist/icons/ui-icons/file-size-max.js +33 -0
- package/dist/icons/ui-icons/file-size-min.js +33 -0
- package/dist/icons/ui-icons/file-size.js +34 -0
- package/dist/icons/ui-icons/file-type.js +42 -0
- package/dist/icons/ui-icons/file-upload.js +33 -0
- package/dist/icons/ui-icons/file.js +24 -0
- package/dist/icons/ui-icons/files.js +34 -0
- package/dist/icons/ui-icons/fill-color.js +49 -0
- package/dist/icons/ui-icons/filter-alt.js +24 -0
- package/dist/icons/ui-icons/filter.js +20 -0
- package/dist/icons/ui-icons/flag-alt.js +24 -0
- package/dist/icons/ui-icons/flag.js +24 -0
- package/dist/icons/ui-icons/flip-h.js +27 -0
- package/dist/icons/ui-icons/flip-v.js +27 -0
- package/dist/icons/ui-icons/focus.js +21 -0
- package/dist/icons/ui-icons/folder-add.js +22 -0
- package/dist/icons/ui-icons/folder-open-solid.js +17 -0
- package/dist/icons/ui-icons/folder-open.js +19 -0
- package/dist/icons/ui-icons/folder-solid.js +17 -0
- package/dist/icons/ui-icons/folder-top-level.js +22 -0
- package/dist/icons/ui-icons/folder.js +19 -0
- package/dist/icons/ui-icons/font-family.js +24 -0
- package/dist/icons/ui-icons/footer.js +23 -0
- package/dist/icons/ui-icons/form-alt.js +71 -0
- package/dist/icons/ui-icons/form.js +53 -0
- package/dist/icons/ui-icons/four-columns.js +38 -0
- package/dist/icons/ui-icons/frame.js +33 -0
- package/dist/icons/ui-icons/full-max-shield.js +26 -0
- package/dist/icons/ui-icons/full-max-text.js +20 -0
- package/dist/icons/ui-icons/full-width-image.js +35 -0
- package/dist/icons/ui-icons/gears-fill.js +19 -0
- package/dist/icons/ui-icons/gears.js +38 -0
- package/dist/icons/ui-icons/generic-color-swatch.js +6 -0
- package/dist/icons/ui-icons/generic-shapes-alt.js +33 -0
- package/dist/icons/ui-icons/generic-shapes.js +38 -0
- package/dist/icons/ui-icons/globe-anchor.js +55 -0
- package/dist/icons/ui-icons/globe-hash.js +40 -0
- package/dist/icons/ui-icons/globe.js +37 -0
- package/dist/icons/ui-icons/google-tag-manager.js +36 -0
- package/dist/icons/ui-icons/gradient-repeat.js +41 -0
- package/dist/icons/ui-icons/gradient-stop.js +36 -0
- package/dist/icons/ui-icons/gradient.js +54 -0
- package/dist/icons/ui-icons/grid-alt.js +19 -0
- package/dist/icons/ui-icons/grid-auto-cols.js +46 -0
- package/dist/icons/ui-icons/grid-auto-rows.js +41 -0
- package/dist/icons/ui-icons/grid-col.js +22 -0
- package/dist/icons/ui-icons/grid-height.js +22 -0
- package/dist/icons/ui-icons/grid-list-toggle.js +48 -0
- package/dist/icons/ui-icons/grid-manual.js +18 -0
- package/dist/icons/ui-icons/grid-row.js +22 -0
- package/dist/icons/ui-icons/grid-width.js +22 -0
- package/dist/icons/ui-icons/group.js +33 -0
- package/dist/icons/ui-icons/gutter.js +28 -0
- package/dist/icons/ui-icons/gyroscope.js +53 -0
- package/dist/icons/ui-icons/h1.js +28 -0
- package/dist/icons/ui-icons/h2.js +28 -0
- package/dist/icons/ui-icons/h3.js +28 -0
- package/dist/icons/ui-icons/h4.js +28 -0
- package/dist/icons/ui-icons/h5.js +28 -0
- package/dist/icons/ui-icons/h6.js +28 -0
- package/dist/icons/ui-icons/hamburger-menu.js +19 -0
- package/dist/icons/ui-icons/hard-drive.js +35 -0
- package/dist/icons/ui-icons/header.js +23 -0
- package/dist/icons/ui-icons/heading-level-alt.js +28 -0
- package/dist/icons/ui-icons/heading-level.js +28 -0
- package/dist/icons/ui-icons/heading.js +20 -0
- package/dist/icons/ui-icons/heart-fill-transparent.js +19 -0
- package/dist/icons/ui-icons/heart-fill.js +18 -0
- package/dist/icons/ui-icons/heart.js +18 -0
- package/dist/icons/ui-icons/height.js +30 -0
- package/dist/icons/ui-icons/help-fill.js +19 -0
- package/dist/icons/ui-icons/help.js +38 -0
- package/dist/icons/ui-icons/hide.js +29 -0
- package/dist/icons/ui-icons/highlighted-checkmark.js +24 -0
- package/dist/icons/ui-icons/highlighted-exclamation-mark.js +33 -0
- package/dist/icons/ui-icons/history.js +26 -0
- package/dist/icons/ui-icons/horizontal-align-alt.js +27 -0
- package/dist/icons/ui-icons/horizontal-align-around.js +37 -0
- package/dist/icons/ui-icons/horizontal-align-between-alt.js +37 -0
- package/dist/icons/ui-icons/horizontal-align-between.js +46 -0
- package/dist/icons/ui-icons/horizontal-align-center.js +41 -0
- package/dist/icons/ui-icons/horizontal-align-evenly.js +37 -0
- package/dist/icons/ui-icons/horizontal-align-left.js +44 -0
- package/dist/icons/ui-icons/horizontal-align-right.js +48 -0
- package/dist/icons/ui-icons/horizontal-align-stretch.js +37 -0
- package/dist/icons/ui-icons/horizontal-align.js +35 -0
- package/dist/icons/ui-icons/hover-background-glow.js +61 -0
- package/dist/icons/ui-icons/hover-background-type.js +34 -0
- package/dist/icons/ui-icons/hover-invert-object.js +42 -0
- package/dist/icons/ui-icons/hover-invert-text.js +32 -0
- package/dist/icons/ui-icons/hover-rotate.js +20 -0
- package/dist/icons/ui-icons/hover-zoom.js +25 -0
- package/dist/icons/ui-icons/hyphenate-alt.js +20 -0
- package/dist/icons/ui-icons/hyphenate-alt2.js +20 -0
- package/dist/icons/ui-icons/hyphenate.js +25 -0
- package/dist/icons/ui-icons/icon-generic.js +23 -0
- package/dist/icons/ui-icons/id-card.js +45 -0
- package/dist/icons/ui-icons/id.js +28 -0
- package/dist/icons/ui-icons/image-blur.js +50 -0
- package/dist/icons/ui-icons/image-caption.js +36 -0
- package/dist/icons/ui-icons/image-error.js +36 -0
- package/dist/icons/ui-icons/image-file.js +40 -0
- package/dist/icons/ui-icons/image-lazy-load.js +52 -0
- package/dist/icons/ui-icons/image-opacity.js +31 -0
- package/dist/icons/ui-icons/image-overlay-alt.js +93 -0
- package/dist/icons/ui-icons/image-overlay-alt2.js +93 -0
- package/dist/icons/ui-icons/image-overlay.js +92 -0
- package/dist/icons/ui-icons/image-remove.js +46 -0
- package/dist/icons/ui-icons/image.js +25 -0
- package/dist/icons/ui-icons/index.js +753 -0
- package/dist/icons/ui-icons/info-circle-fill-transparent.js +21 -0
- package/dist/icons/ui-icons/info-circle-fill.js +17 -0
- package/dist/icons/ui-icons/info-circle.js +24 -0
- package/dist/icons/ui-icons/info.js +17 -0
- package/dist/icons/ui-icons/inherit.js +41 -0
- package/dist/icons/ui-icons/inline-gradient-format.js +62 -0
- package/dist/icons/ui-icons/input-field.js +27 -0
- package/dist/icons/ui-icons/italic.js +20 -0
- package/dist/icons/ui-icons/item-limit.js +35 -0
- package/dist/icons/ui-icons/item-select.js +33 -0
- package/dist/icons/ui-icons/item-wrap.js +60 -0
- package/dist/icons/ui-icons/items-per-page.js +48 -0
- package/dist/icons/ui-icons/items-per-row.js +45 -0
- package/dist/icons/ui-icons/key.js +25 -0
- package/dist/icons/ui-icons/keyboard.js +19 -0
- package/dist/icons/ui-icons/large.js +24 -0
- package/dist/icons/ui-icons/latest-posts.js +44 -0
- package/dist/icons/ui-icons/layer-off.js +20 -0
- package/dist/icons/ui-icons/layer.js +19 -0
- package/dist/icons/ui-icons/layers.js +33 -0
- package/dist/icons/ui-icons/layout-alt.js +19 -0
- package/dist/icons/ui-icons/layout-alt2.js +23 -0
- package/dist/icons/ui-icons/layout-alt3.js +19 -0
- package/dist/icons/ui-icons/layout-alt4.js +19 -0
- package/dist/icons/ui-icons/layout-bento-box.js +19 -0
- package/dist/icons/ui-icons/layout-masonry.js +79 -0
- package/dist/icons/ui-icons/layout.js +43 -0
- package/dist/icons/ui-icons/left-panel-alt.js +25 -0
- package/dist/icons/ui-icons/left-panel.js +22 -0
- package/dist/icons/ui-icons/light-bulb-alt.js +30 -0
- package/dist/icons/ui-icons/light-bulb.js +33 -0
- package/dist/icons/ui-icons/light-mode.js +26 -0
- package/dist/icons/ui-icons/limit-width.js +26 -0
- package/dist/icons/ui-icons/line-break-alt-off.js +26 -0
- package/dist/icons/ui-icons/line-break-alt.js +25 -0
- package/dist/icons/ui-icons/line-break-off-alt.js +35 -0
- package/dist/icons/ui-icons/line-break-off.js +41 -0
- package/dist/icons/ui-icons/line-break.js +29 -0
- package/dist/icons/ui-icons/line-breaks-hyphenation.js +36 -0
- package/dist/icons/ui-icons/link-add.js +41 -0
- package/dist/icons/ui-icons/link-nav.js +59 -0
- package/dist/icons/ui-icons/link-remove.js +41 -0
- package/dist/icons/ui-icons/link.js +19 -0
- package/dist/icons/ui-icons/list-indent.js +26 -0
- package/dist/icons/ui-icons/list-ordered.js +43 -0
- package/dist/icons/ui-icons/list-outdent.js +26 -0
- package/dist/icons/ui-icons/list-unordered.js +43 -0
- package/dist/icons/ui-icons/loader-alt.js +19 -0
- package/dist/icons/ui-icons/loader.js +19 -0
- package/dist/icons/ui-icons/location-add.js +44 -0
- package/dist/icons/ui-icons/location-allow.js +44 -0
- package/dist/icons/ui-icons/location-deny.js +44 -0
- package/dist/icons/ui-icons/location-settings.js +36 -0
- package/dist/icons/ui-icons/location.js +26 -0
- package/dist/icons/ui-icons/lock.js +44 -0
- package/dist/icons/ui-icons/loop-mode.js +20 -0
- package/dist/icons/ui-icons/magic-alt-fill-transparent.js +20 -0
- package/dist/icons/ui-icons/magic-alt-fill.js +19 -0
- package/dist/icons/ui-icons/magic-alt.js +19 -0
- package/dist/icons/ui-icons/magic-fill-transparent.js +20 -0
- package/dist/icons/ui-icons/magic-fill.js +19 -0
- package/dist/icons/ui-icons/magic.js +19 -0
- package/dist/icons/ui-icons/map-layer-json.js +35 -0
- package/dist/icons/ui-icons/map-layer-raster.js +121 -0
- package/dist/icons/ui-icons/map-layer-vector.js +81 -0
- package/dist/icons/ui-icons/map-layer.js +26 -0
- package/dist/icons/ui-icons/map-pin.js +41 -0
- package/dist/icons/ui-icons/matrix-align-control-dot-active.js +23 -0
- package/dist/icons/ui-icons/matrix-align-control-dot-inactive.js +21 -0
- package/dist/icons/ui-icons/media.js +49 -0
- package/dist/icons/ui-icons/medium.js +24 -0
- package/dist/icons/ui-icons/menu-item-check.js +20 -0
- package/dist/icons/ui-icons/menu-item-circle.js +19 -0
- package/dist/icons/ui-icons/microphone.js +23 -0
- package/dist/icons/ui-icons/migration-alt-v.js +20 -0
- package/dist/icons/ui-icons/migration-alt.js +20 -0
- package/dist/icons/ui-icons/migration.js +26 -0
- package/dist/icons/ui-icons/module.js +24 -0
- package/dist/icons/ui-icons/money-paper.js +58 -0
- package/dist/icons/ui-icons/more-h-circle.js +40 -0
- package/dist/icons/ui-icons/more-h.js +33 -0
- package/dist/icons/ui-icons/more-v-circle.js +44 -0
- package/dist/icons/ui-icons/more-v.js +36 -0
- package/dist/icons/ui-icons/mouse-cursor.js +20 -0
- package/dist/icons/ui-icons/mouse-wheel.js +27 -0
- package/dist/icons/ui-icons/multi-item-left-inset-mobile.js +58 -0
- package/dist/icons/ui-icons/multi-item-left-inset.js +39 -0
- package/dist/icons/ui-icons/multi-item-right-inset-mobile.js +55 -0
- package/dist/icons/ui-icons/multi-item-right-inset.js +36 -0
- package/dist/icons/ui-icons/multiple.js +34 -0
- package/dist/icons/ui-icons/music-note.js +40 -0
- package/dist/icons/ui-icons/mute-centered.js +20 -0
- package/dist/icons/ui-icons/mute.js +20 -0
- package/dist/icons/ui-icons/narrow-bottom.js +49 -0
- package/dist/icons/ui-icons/narrow-left.js +49 -0
- package/dist/icons/ui-icons/narrow-right.js +49 -0
- package/dist/icons/ui-icons/narrow-top.js +49 -0
- package/dist/icons/ui-icons/navigation-buttons.js +39 -0
- package/dist/icons/ui-icons/new-tab.js +27 -0
- package/dist/icons/ui-icons/newspaper.js +45 -0
- package/dist/icons/ui-icons/none.js +25 -0
- package/dist/icons/ui-icons/notebook.js +44 -0
- package/dist/icons/ui-icons/num0-circle-alt.js +24 -0
- package/dist/icons/ui-icons/num0-circle.js +24 -0
- package/dist/icons/ui-icons/num0-square-alt.js +26 -0
- package/dist/icons/ui-icons/num0-square.js +26 -0
- package/dist/icons/ui-icons/num1-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num1-circle.js +26 -0
- package/dist/icons/ui-icons/num1-square-alt.js +28 -0
- package/dist/icons/ui-icons/num1-square.js +28 -0
- package/dist/icons/ui-icons/num2-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num2-circle.js +26 -0
- package/dist/icons/ui-icons/num2-square-alt.js +28 -0
- package/dist/icons/ui-icons/num2-square.js +28 -0
- package/dist/icons/ui-icons/num3-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num3-circle.js +26 -0
- package/dist/icons/ui-icons/num3-square-alt.js +28 -0
- package/dist/icons/ui-icons/num3-square.js +28 -0
- package/dist/icons/ui-icons/num4-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num4-circle.js +26 -0
- package/dist/icons/ui-icons/num4-square-alt.js +28 -0
- package/dist/icons/ui-icons/num4-square.js +28 -0
- package/dist/icons/ui-icons/num5-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num5-circle.js +26 -0
- package/dist/icons/ui-icons/num5-square-alt.js +28 -0
- package/dist/icons/ui-icons/num5-square.js +28 -0
- package/dist/icons/ui-icons/num6-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num6-circle.js +26 -0
- package/dist/icons/ui-icons/num6-square-alt.js +28 -0
- package/dist/icons/ui-icons/num6-square.js +28 -0
- package/dist/icons/ui-icons/num7-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num7-circle.js +26 -0
- package/dist/icons/ui-icons/num7-square-alt.js +28 -0
- package/dist/icons/ui-icons/num7-square.js +28 -0
- package/dist/icons/ui-icons/num8-circle-alt.js +24 -0
- package/dist/icons/ui-icons/num8-circle.js +24 -0
- package/dist/icons/ui-icons/num8-square-alt.js +26 -0
- package/dist/icons/ui-icons/num8-square.js +26 -0
- package/dist/icons/ui-icons/num9-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num9-circle.js +26 -0
- package/dist/icons/ui-icons/num9-square-alt.js +28 -0
- package/dist/icons/ui-icons/num9-square.js +28 -0
- package/dist/icons/ui-icons/office-building.js +203 -0
- package/dist/icons/ui-icons/office-buildings.js +256 -0
- package/dist/icons/ui-icons/offset-auto.js +46 -0
- package/dist/icons/ui-icons/offset.js +39 -0
- package/dist/icons/ui-icons/option-list-alt.js +61 -0
- package/dist/icons/ui-icons/option-list.js +63 -0
- package/dist/icons/ui-icons/options.js +24 -0
- package/dist/icons/ui-icons/order.js +49 -0
- package/dist/icons/ui-icons/padding-bottom.js +35 -0
- package/dist/icons/ui-icons/padding-top.js +35 -0
- package/dist/icons/ui-icons/padding.js +34 -0
- package/dist/icons/ui-icons/pagination.js +49 -0
- package/dist/icons/ui-icons/palette-color.js +111 -0
- package/dist/icons/ui-icons/panel-collapse.js +41 -0
- package/dist/icons/ui-icons/panel-expand.js +41 -0
- package/dist/icons/ui-icons/paragraph.js +24 -0
- package/dist/icons/ui-icons/paste.js +52 -0
- package/dist/icons/ui-icons/pause.js +20 -0
- package/dist/icons/ui-icons/people-group.js +57 -0
- package/dist/icons/ui-icons/people.js +43 -0
- package/dist/icons/ui-icons/person.js +26 -0
- package/dist/icons/ui-icons/photo-camera.js +26 -0
- package/dist/icons/ui-icons/picture-in-picture.js +33 -0
- package/dist/icons/ui-icons/play-reverse.js +20 -0
- package/dist/icons/ui-icons/play.js +20 -0
- package/dist/icons/ui-icons/playback-options.js +24 -0
- package/dist/icons/ui-icons/plus-circle-fill-alt.js +23 -0
- package/dist/icons/ui-icons/plus-circle-fill.js +17 -0
- package/dist/icons/ui-icons/plus-circle.js +26 -0
- package/dist/icons/ui-icons/plus-minus-buttons-h.js +25 -0
- package/dist/icons/ui-icons/plus-minus-buttons-v.js +25 -0
- package/dist/icons/ui-icons/plus-square-fill-transparent.js +27 -0
- package/dist/icons/ui-icons/plus-square-fill.js +17 -0
- package/dist/icons/ui-icons/plus-square.js +27 -0
- package/dist/icons/ui-icons/pointer-hand-disabled.js +34 -0
- package/dist/icons/ui-icons/pointer-hand.js +20 -0
- package/dist/icons/ui-icons/position-arrows-h.js +26 -0
- package/dist/icons/ui-icons/position-arrows-inverted-h.js +26 -0
- package/dist/icons/ui-icons/position-arrows-inverted-v.js +26 -0
- package/dist/icons/ui-icons/position-arrows-inverted.js +26 -0
- package/dist/icons/ui-icons/position-arrows-v.js +26 -0
- package/dist/icons/ui-icons/position-arrows.js +26 -0
- package/dist/icons/ui-icons/position-h-center.js +43 -0
- package/dist/icons/ui-icons/position-h-end.js +43 -0
- package/dist/icons/ui-icons/position-h-start.js +43 -0
- package/dist/icons/ui-icons/position-left.js +31 -0
- package/dist/icons/ui-icons/position-right.js +31 -0
- package/dist/icons/ui-icons/position-v-center.js +43 -0
- package/dist/icons/ui-icons/position-v-end.js +43 -0
- package/dist/icons/ui-icons/position-v-start.js +43 -0
- package/dist/icons/ui-icons/position2x2-bottom-left.js +52 -0
- package/dist/icons/ui-icons/position2x2-bottom-right.js +52 -0
- package/dist/icons/ui-icons/position2x2-empty.js +51 -0
- package/dist/icons/ui-icons/position2x2-top-left.js +52 -0
- package/dist/icons/ui-icons/position2x2-top-right.js +52 -0
- package/dist/icons/ui-icons/position3x3-bottom-center.js +97 -0
- package/dist/icons/ui-icons/position3x3-bottom-left.js +97 -0
- package/dist/icons/ui-icons/position3x3-bottom-right.js +97 -0
- package/dist/icons/ui-icons/position3x3-center-center.js +97 -0
- package/dist/icons/ui-icons/position3x3-center-left.js +97 -0
- package/dist/icons/ui-icons/position3x3-center-right.js +97 -0
- package/dist/icons/ui-icons/position3x3-empty.js +96 -0
- package/dist/icons/ui-icons/position3x3-top-center.js +97 -0
- package/dist/icons/ui-icons/position3x3-top-left.js +97 -0
- package/dist/icons/ui-icons/position3x3-top-right.js +97 -0
- package/dist/icons/ui-icons/positioning-guide-alt.js +30 -0
- package/dist/icons/ui-icons/positioning-guide.js +30 -0
- package/dist/icons/ui-icons/positioning-width-guide.js +40 -0
- package/dist/icons/ui-icons/preload.js +44 -0
- package/dist/icons/ui-icons/preview-responsive.js +48 -0
- package/dist/icons/ui-icons/preview.js +35 -0
- package/dist/icons/ui-icons/progressbar-intermittent.js +26 -0
- package/dist/icons/ui-icons/progressbar.js +30 -0
- package/dist/icons/ui-icons/range-max.js +48 -0
- package/dist/icons/ui-icons/range-mid.js +40 -0
- package/dist/icons/ui-icons/range-min.js +48 -0
- package/dist/icons/ui-icons/range.js +61 -0
- package/dist/icons/ui-icons/read-only.js +25 -0
- package/dist/icons/ui-icons/reduce-height-bottom.js +49 -0
- package/dist/icons/ui-icons/reduce-height-top.js +49 -0
- package/dist/icons/ui-icons/regex.js +39 -0
- package/dist/icons/ui-icons/remove.js +20 -0
- package/dist/icons/ui-icons/rename.js +24 -0
- package/dist/icons/ui-icons/reorder-grabber-h.js +51 -0
- package/dist/icons/ui-icons/reorder-grabber-v.js +57 -0
- package/dist/icons/ui-icons/reorder.js +35 -0
- package/dist/icons/ui-icons/required-alt.js +20 -0
- package/dist/icons/ui-icons/required.js +19 -0
- package/dist/icons/ui-icons/reset-to-zero.js +33 -0
- package/dist/icons/ui-icons/reset.js +25 -0
- package/dist/icons/ui-icons/responsive-overrides-alt-fill.js +26 -0
- package/dist/icons/ui-icons/responsive-overrides-alt.js +49 -0
- package/dist/icons/ui-icons/responsive-overrides-alt2-fill.js +34 -0
- package/dist/icons/ui-icons/responsive-overrides-alt2.js +45 -0
- package/dist/icons/ui-icons/responsive-overrides-alt3-fill.js +33 -0
- package/dist/icons/ui-icons/responsive-overrides.js +39 -0
- package/dist/icons/ui-icons/responsive.js +33 -0
- package/dist/icons/ui-icons/right-panel-alt.js +23 -0
- package/dist/icons/ui-icons/right-panel.js +22 -0
- package/dist/icons/ui-icons/rotate-left.js +20 -0
- package/dist/icons/ui-icons/rotate-right.js +20 -0
- package/dist/icons/ui-icons/rounded-corners.js +19 -0
- package/dist/icons/ui-icons/route.js +27 -0
- package/dist/icons/ui-icons/row-add.js +45 -0
- package/dist/icons/ui-icons/row-empty.js +51 -0
- package/dist/icons/ui-icons/row.js +45 -0
- package/dist/icons/ui-icons/rows.js +42 -0
- package/dist/icons/ui-icons/ruler.js +28 -0
- package/dist/icons/ui-icons/save.js +26 -0
- package/dist/icons/ui-icons/screen-desktop.js +32 -0
- package/dist/icons/ui-icons/screen-large.js +23 -0
- package/dist/icons/ui-icons/screen-mobile.js +39 -0
- package/dist/icons/ui-icons/screen-tablet-large.js +36 -0
- package/dist/icons/ui-icons/screen-tablet.js +36 -0
- package/dist/icons/ui-icons/scrollbar-h.js +40 -0
- package/dist/icons/ui-icons/scrollbar-v.js +41 -0
- package/dist/icons/ui-icons/scrollbars.js +55 -0
- package/dist/icons/ui-icons/search-empty.js +37 -0
- package/dist/icons/ui-icons/search.js +25 -0
- package/dist/icons/ui-icons/separator-h.js +41 -0
- package/dist/icons/ui-icons/separator-v.js +39 -0
- package/dist/icons/ui-icons/shadow.js +61 -0
- package/dist/icons/ui-icons/share.js +26 -0
- package/dist/icons/ui-icons/shield-plus-alt.js +27 -0
- package/dist/icons/ui-icons/shield-plus.js +20 -0
- package/dist/icons/ui-icons/shield.js +20 -0
- package/dist/icons/ui-icons/shrink-diagonal-left-xl.js +20 -0
- package/dist/icons/ui-icons/shrink-diagonal-left.js +20 -0
- package/dist/icons/ui-icons/shrink-diagonal-right-xl.js +20 -0
- package/dist/icons/ui-icons/shrink-diagonal-right.js +20 -0
- package/dist/icons/ui-icons/shrink-xl.js +20 -0
- package/dist/icons/ui-icons/shrink.js +20 -0
- package/dist/icons/ui-icons/shuffle.js +20 -0
- package/dist/icons/ui-icons/sidebar-flip.js +22 -0
- package/dist/icons/ui-icons/sidebar.js +22 -0
- package/dist/icons/ui-icons/single-item-left-inset-mobile.js +48 -0
- package/dist/icons/ui-icons/single-item-left-inset.js +23 -0
- package/dist/icons/ui-icons/single-item-right-inset-mobile.js +50 -0
- package/dist/icons/ui-icons/single-item-right-inset.js +23 -0
- package/dist/icons/ui-icons/size-alt.js +33 -0
- package/dist/icons/ui-icons/size.js +29 -0
- package/dist/icons/ui-icons/slider.js +31 -0
- package/dist/icons/ui-icons/sliders.js +68 -0
- package/dist/icons/ui-icons/small.js +24 -0
- package/dist/icons/ui-icons/solid-circle-fill-transparent.js +22 -0
- package/dist/icons/ui-icons/solid-circle-filled.js +21 -0
- package/dist/icons/ui-icons/solid-circle-gradient.js +31 -0
- package/dist/icons/ui-icons/solid-circle.js +21 -0
- package/dist/icons/ui-icons/solid-color.js +19 -0
- package/dist/icons/ui-icons/solid-rect-fill-transparent.js +24 -0
- package/dist/icons/ui-icons/solid-rect-filled.js +23 -0
- package/dist/icons/ui-icons/solid-rect-gradient.js +33 -0
- package/dist/icons/ui-icons/solid-rect.js +23 -0
- package/dist/icons/ui-icons/sort-asc.js +20 -0
- package/dist/icons/ui-icons/sort-desc.js +20 -0
- package/dist/icons/ui-icons/sort-generic.js +25 -0
- package/dist/icons/ui-icons/spacing-bottom-in.js +23 -0
- package/dist/icons/ui-icons/spacing-bottom.js +23 -0
- package/dist/icons/ui-icons/spacing-left-in.js +23 -0
- package/dist/icons/ui-icons/spacing-left.js +23 -0
- package/dist/icons/ui-icons/spacing-right-in.js +23 -0
- package/dist/icons/ui-icons/spacing-right.js +23 -0
- package/dist/icons/ui-icons/spacing-top-in.js +23 -0
- package/dist/icons/ui-icons/spacing-top.js +23 -0
- package/dist/icons/ui-icons/speed.js +25 -0
- package/dist/icons/ui-icons/stagger.js +53 -0
- package/dist/icons/ui-icons/star.js +18 -0
- package/dist/icons/ui-icons/step.js +27 -0
- package/dist/icons/ui-icons/stop.js +20 -0
- package/dist/icons/ui-icons/swap.js +41 -0
- package/dist/icons/ui-icons/tag-alt.js +24 -0
- package/dist/icons/ui-icons/tag.js +26 -0
- package/dist/icons/ui-icons/text-abc.js +40 -0
- package/dist/icons/ui-icons/text-above.js +25 -0
- package/dist/icons/ui-icons/text-align-center.js +20 -0
- package/dist/icons/ui-icons/text-align-generic.js +20 -0
- package/dist/icons/ui-icons/text-align-justify.js +20 -0
- package/dist/icons/ui-icons/text-align-left.js +20 -0
- package/dist/icons/ui-icons/text-align-right.js +20 -0
- package/dist/icons/ui-icons/text-below.js +25 -0
- package/dist/icons/ui-icons/text-box-edit.js +35 -0
- package/dist/icons/ui-icons/text-color-swatch.js +40 -0
- package/dist/icons/ui-icons/text-highlight-color-swatch-alt.js +49 -0
- package/dist/icons/ui-icons/text-highlight-color-swatch.js +48 -0
- package/dist/icons/ui-icons/text-larger.js +23 -0
- package/dist/icons/ui-icons/text-length.js +20 -0
- package/dist/icons/ui-icons/text-size-alt.js +23 -0
- package/dist/icons/ui-icons/text-size.js +20 -0
- package/dist/icons/ui-icons/text-smaller.js +23 -0
- package/dist/icons/ui-icons/text-strikethrough.js +26 -0
- package/dist/icons/ui-icons/text-uppercase.js +25 -0
- package/dist/icons/ui-icons/text-write.js +39 -0
- package/dist/icons/ui-icons/thumbs-down.js +22 -0
- package/dist/icons/ui-icons/thumbs-up.js +22 -0
- package/dist/icons/ui-icons/title-generic.js +25 -0
- package/dist/icons/ui-icons/toggle-off.js +33 -0
- package/dist/icons/ui-icons/toggle-on-alt.js +19 -0
- package/dist/icons/ui-icons/toggle-on.js +31 -0
- package/dist/icons/ui-icons/tools.js +25 -0
- package/dist/icons/ui-icons/total-items.js +45 -0
- package/dist/icons/ui-icons/trash-alt.js +44 -0
- package/dist/icons/ui-icons/trash.js +33 -0
- package/dist/icons/ui-icons/tree-alt.js +62 -0
- package/dist/icons/ui-icons/tree-alt2.js +79 -0
- package/dist/icons/ui-icons/tree.js +70 -0
- package/dist/icons/ui-icons/troubleshoot-alt.js +39 -0
- package/dist/icons/ui-icons/two-cards-left.js +32 -0
- package/dist/icons/ui-icons/two-cards-right.js +32 -0
- package/dist/icons/ui-icons/two-columns.js +30 -0
- package/dist/icons/ui-icons/typography-options.js +77 -0
- package/dist/icons/ui-icons/typography.js +71 -0
- package/dist/icons/ui-icons/underline.js +19 -0
- package/dist/icons/ui-icons/ungroup.js +39 -0
- package/dist/icons/ui-icons/upload.js +20 -0
- package/dist/icons/ui-icons/venn-diagram-alt.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt2.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt3.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt4.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt5.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt6.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt7.js +39 -0
- package/dist/icons/ui-icons/venn-diagram.js +26 -0
- package/dist/icons/ui-icons/vertical-align-alt.js +27 -0
- package/dist/icons/ui-icons/vertical-align-around.js +39 -0
- package/dist/icons/ui-icons/vertical-align-between-alt.js +39 -0
- package/dist/icons/ui-icons/vertical-align-between.js +48 -0
- package/dist/icons/ui-icons/vertical-align-bottom.js +44 -0
- package/dist/icons/ui-icons/vertical-align-center.js +39 -0
- package/dist/icons/ui-icons/vertical-align-evenly.js +39 -0
- package/dist/icons/ui-icons/vertical-align-stretch.js +39 -0
- package/dist/icons/ui-icons/vertical-align-top.js +46 -0
- package/dist/icons/ui-icons/vertical-align.js +35 -0
- package/dist/icons/ui-icons/vertical-spacing.js +28 -0
- package/dist/icons/ui-icons/video-chapters.js +25 -0
- package/dist/icons/ui-icons/video-controls.js +67 -0
- package/dist/icons/ui-icons/video-file.js +40 -0
- package/dist/icons/ui-icons/video-poster-image.js +40 -0
- package/dist/icons/ui-icons/video-subtitle-alt.js +39 -0
- package/dist/icons/ui-icons/video-subtitle.js +27 -0
- package/dist/icons/ui-icons/video.js +36 -0
- package/dist/icons/ui-icons/visibility-alt.js +40 -0
- package/dist/icons/ui-icons/visibility-alt2.js +41 -0
- package/dist/icons/ui-icons/visibility.js +45 -0
- package/dist/icons/ui-icons/visible.js +28 -0
- package/dist/icons/ui-icons/volume.js +25 -0
- package/dist/icons/ui-icons/warning-circle-fill-transparent.js +30 -0
- package/dist/icons/ui-icons/warning-circle-fill.js +17 -0
- package/dist/icons/ui-icons/warning-circle.js +33 -0
- package/dist/icons/ui-icons/warning-fill-transparent.js +30 -0
- package/dist/icons/ui-icons/warning-fill.js +17 -0
- package/dist/icons/ui-icons/warning.js +30 -0
- package/dist/icons/ui-icons/web-video.js +63 -0
- package/dist/icons/ui-icons/wide-bottom.js +49 -0
- package/dist/icons/ui-icons/wide-left.js +49 -0
- package/dist/icons/ui-icons/wide-right.js +49 -0
- package/dist/icons/ui-icons/wide-top.js +49 -0
- package/dist/icons/ui-icons/width.js +29 -0
- package/dist/icons/ui-icons/wordpress.js +17 -0
- package/dist/icons/ui-icons/wrapper-alt.js +71 -0
- package/dist/icons/ui-icons/wrapper-config.js +41 -0
- package/dist/icons/ui-icons/wrapper-off-alt.js +19 -0
- package/dist/icons/ui-icons/wrapper-overflow.js +31 -0
- package/dist/icons/ui-icons/wrapper-simple-alt.js +58 -0
- package/dist/icons/ui-icons/wrapper-simple.js +32 -0
- package/dist/icons/ui-icons/wrapper.js +42 -0
- package/dist/icons/ui-icons/wrench.js +19 -0
- package/dist/icons/ui-icons/zap-fill.js +20 -0
- package/dist/icons/ui-icons/zap.js +19 -0
- package/dist/index.js +32 -108
- package/dist/input-field-UCZL5bqv.js +290 -0
- package/dist/jsx-svg-OBADs_Qs.js +11123 -0
- package/dist/link-input-D7iDRpOM.js +1821 -0
- package/dist/modal-DbVLYMkH.js +318 -0
- package/dist/number-ZZIxJukn.js +40 -0
- package/dist/number-picker-CkA1iJNZ.js +268 -0
- package/dist/proxy-BG7-_Ou3.js +9638 -0
- package/dist/shared-DFDimxvX.js +1038 -0
- package/dist/smart-image-CbSsEASF.js +284 -0
- package/dist/solid-color-picker-DbT-aoVx.js +1415 -0
- package/dist/style-admin.js +1 -1
- package/dist/style-editor.js +1 -1
- package/dist/style.js +1 -1
- package/dist/switch-L8dFSQWQ.js +274 -0
- package/dist/tabs-BrdyBER5.js +975 -0
- package/dist/textSelection-Dv6WPj0Z.js +45 -0
- package/dist/toggle-button-DJ8jNQ-9.js +424 -0
- package/dist/tooltip-BzJzYlcc.js +440 -0
- package/dist/useAsyncList-BNzwKoX4.js +412 -0
- package/dist/useButton-ra1ZSZ4z.js +57 -0
- package/dist/useEvent-DkZVfgsS.js +22 -0
- package/dist/useField-D0WrzR2F.js +32 -0
- package/dist/useFilter-OiMnf6sb.js +44 -0
- package/dist/useFocusRing-DuYL4cdO.js +98 -0
- package/dist/useFormReset-DdkykzAn.js +18 -0
- package/dist/useHover-qaMm3XFO.js +982 -0
- package/dist/useLabel-2EohW5l6.js +27 -0
- package/dist/useLabels-B2p7RXi5.js +16 -0
- package/dist/useListState-CD_5vfyy.js +147 -0
- package/dist/useLocalizedStringFormatter-Dv2diN3k.js +108 -0
- package/dist/useNumberField-2xbi3jRV.js +1318 -0
- package/dist/useNumberFormatter-C2Cm2mNj.js +10 -0
- package/dist/usePress-ZP1TjkFf.js +678 -0
- package/dist/useToggle-ecIirvIM.js +64 -0
- package/dist/useToggleState-IIDbiKPl.js +23 -0
- package/dist/utilities/array-helpers.js +38 -49
- package/dist/utilities/debounce-throttle.js +2 -123
- package/dist/utilities/es-dash.js +2 -400
- package/dist/utilities/general.js +2 -10
- package/dist/utilities/hash.js +31 -35
- package/dist/utilities/index.js +6 -41
- package/dist/utilities/text-helpers.js +96 -129
- package/dist/utilities/web-workers.js +61 -44
- package/dist/utilities-CPFDXC3B.js +7 -0
- package/dist/utils-B_uiqNa4.js +372 -0
- package/dist/workers/image-analysis.worker.js +56 -48
- package/package.json +30 -18
- package/dist/Button-DtRmB6b8.js +0 -243
- package/dist/Dialog-DTIxSDhz.js +0 -2790
- package/dist/FieldError-BPG0hKfB.js +0 -42
- package/dist/FocusScope-CjFQ7cbd.js +0 -832
- package/dist/Form-Cq3fu75_.js +0 -5
- package/dist/Heading-CY-_gt-U.js +0 -16
- package/dist/Hidden-DOH36apC.js +0 -58
- package/dist/Input-BG9DaxYN.js +0 -169
- package/dist/Label-_aSf9-8u.js +0 -18
- package/dist/List-CQFXnN4w.js +0 -590
- package/dist/ListBox-DXFyyj_r.js +0 -695
- package/dist/NumberFormatter-DA8u1Ot7.js +0 -140
- package/dist/OverlayArrow-Fuxj-1QM.js +0 -614
- package/dist/PortalProvider-BQ1X8vGX.js +0 -19
- package/dist/RSPContexts-CJ-HBf0L.js +0 -18
- package/dist/RadioGroup-DCeiLxLK.js +0 -371
- package/dist/SearchField-B_yKFXRk.js +0 -817
- package/dist/SelectionIndicator-D7WMzeAW.js +0 -7
- package/dist/SelectionManager-B02LcxLr.js +0 -2505
- package/dist/SharedElementTransition-CtoWSaF0.js +0 -12
- package/dist/Slider-bR3fAmim.js +0 -897
- package/dist/Text-CjFEHSfr.js +0 -17
- package/dist/VisuallyHidden-DZnWrkn8.js +0 -48
- package/dist/animation-Dfl8uEb3.js +0 -67
- package/dist/clsx-DgYk2OaC.js +0 -16
- package/dist/color-swatch-bUFkK7ox.js +0 -2570
- package/dist/components/smart-image/image-analysis-worker-next.js +0 -144
- package/dist/components/smart-image/smart-image-next.js +0 -294
- package/dist/context-iUFQCK8m.js +0 -95
- package/dist/default-i18n-CnQeC5Pl.js +0 -731
- package/dist/filterDOMProps-eGTqWSTd.js +0 -71
- package/dist/general-BfKmjm56.js +0 -4378
- package/dist/index-BHpUy2Ix.js +0 -44
- package/dist/index-BL5gdWX4.js +0 -28323
- package/dist/number-7sOvrqo0.js +0 -41
- package/dist/proxy-CNEXmkdK.js +0 -7948
- package/dist/react-jsx-parser.min-DAh4myol.js +0 -11736
- package/dist/shared-CNH8QfV9.js +0 -1111
- package/dist/sprintf-DmNrJSYG.js +0 -51
- package/dist/textSelection-DA3VcKpG.js +0 -46
- package/dist/useAsyncList-DsZvQXls.js +0 -453
- package/dist/useButton-DyMX0EVr.js +0 -59
- package/dist/useEvent-Bfy68GHZ.js +0 -22
- package/dist/useFilter-Bg5C34XC.js +0 -50
- package/dist/useFocusRing-B2glEZ25.js +0 -114
- package/dist/useFormReset-BoxsKyJ9.js +0 -20
- package/dist/useFormValidation-BrbMhS2N.js +0 -232
- package/dist/useHover-DkmPQdGE.js +0 -1047
- package/dist/useLabel-DzXzKZZZ.js +0 -27
- package/dist/useLabels-D8O3gOdV.js +0 -23
- package/dist/useListState-BjnzKozj.js +0 -171
- package/dist/useLocalizedStringFormatter-CEDs0LsA.js +0 -121
- package/dist/useNumberField-CsygZKz9.js +0 -1330
- package/dist/useNumberFormatter-CG_IQXp9.js +0 -13
- package/dist/usePress-Ck5xMtDr.js +0 -701
- package/dist/useToggle-Ddc7N8pR.js +0 -72
- package/dist/useToggleState-H_lORSWO.js +0 -23
- package/dist/utils-Cr3pLd9c.js +0 -420
package/dist/Slider-bR3fAmim.js
DELETED
|
@@ -1,897 +0,0 @@
|
|
|
1
|
-
import { c as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, b as $3ef42575df84b30b$export$9d1611c77c2fe928, $ as $64fa3d84918910a7$export$29f1550f4b0d4415, f as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, h as $64fa3d84918910a7$export$4d86445c2cf5e3, i as $64fa3d84918910a7$export$2881499e37b75b9a, a as $64fa3d84918910a7$export$df3a06d6289f983e, e as $64fa3d84918910a7$export$fabf2dc03a41866e } from "./utils-Cr3pLd9c.js";
|
|
2
|
-
import { a as $01b77f81d0f07f68$export$75b6ee27786ba447 } from "./Label-_aSf9-8u.js";
|
|
3
|
-
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-eGTqWSTd.js";
|
|
4
|
-
import $dbSRa$react__default, { useRef, useCallback, useState, useMemo, useEffect, forwardRef, useContext, createContext } from "react";
|
|
5
|
-
import { $ as $a916eb452884faea$export$b7a616150fdb9f44 } from "./useNumberFormatter-CG_IQXp9.js";
|
|
6
|
-
import { g as $03deb23ff14920c4$export$4eaf04e54aa8eed6, c as $8ae05eaa5c114e9c$export$7f54fc3180508a52, a as $458b0a5536c1a7cf$export$40bfa8c7b0832715, x as $507fabe10e71c6fb$export$8397ddfc504fdb9a, A as $7215afc6de606d6b$export$de79e2c695e052f3, B as $46d819fcbaf35654$export$8f71654801c2f7cd, $ as $f645667febf57a63$export$4c014de7c8940b4c, b as $d4ee10de306f2510$export$e58f029f0fbfdb29, y as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-DkmPQdGE.js";
|
|
7
|
-
import { a as $9446cca9a3875146$export$cb6e0bb50bc19463, $ as $9446cca9a3875146$export$7d15b64cf5a3a4c4 } from "./number-7sOvrqo0.js";
|
|
8
|
-
import { $ as $14c0b72509d70225$export$b0d6fa1ab32e3295, a as $14c0b72509d70225$export$16a4697467175487 } from "./textSelection-DA3VcKpG.js";
|
|
9
|
-
import { $ as $d191a55c9702f145$export$8467354a121f1b9f } from "./useLabel-DzXzKZZZ.js";
|
|
10
|
-
import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-iUFQCK8m.js";
|
|
11
|
-
import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-BoxsKyJ9.js";
|
|
12
|
-
import { a as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-B2glEZ25.js";
|
|
13
|
-
import { $ as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "./VisuallyHidden-DZnWrkn8.js";
|
|
14
|
-
function $e8a7022cf87cba2a$export$36da96379f79f245(props) {
|
|
15
|
-
let { onMoveStart, onMove, onMoveEnd } = props;
|
|
16
|
-
let state = useRef({
|
|
17
|
-
didMove: false,
|
|
18
|
-
lastPosition: null,
|
|
19
|
-
id: null
|
|
20
|
-
});
|
|
21
|
-
let { addGlobalListener, removeGlobalListener } = $03deb23ff14920c4$export$4eaf04e54aa8eed6();
|
|
22
|
-
let move = useCallback((originalEvent, pointerType, deltaX, deltaY) => {
|
|
23
|
-
if (deltaX === 0 && deltaY === 0) return;
|
|
24
|
-
if (!state.current.didMove) {
|
|
25
|
-
state.current.didMove = true;
|
|
26
|
-
onMoveStart === null || onMoveStart === void 0 ? void 0 : onMoveStart({
|
|
27
|
-
type: "movestart",
|
|
28
|
-
pointerType,
|
|
29
|
-
shiftKey: originalEvent.shiftKey,
|
|
30
|
-
metaKey: originalEvent.metaKey,
|
|
31
|
-
ctrlKey: originalEvent.ctrlKey,
|
|
32
|
-
altKey: originalEvent.altKey
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
onMove === null || onMove === void 0 ? void 0 : onMove({
|
|
36
|
-
type: "move",
|
|
37
|
-
pointerType,
|
|
38
|
-
deltaX,
|
|
39
|
-
deltaY,
|
|
40
|
-
shiftKey: originalEvent.shiftKey,
|
|
41
|
-
metaKey: originalEvent.metaKey,
|
|
42
|
-
ctrlKey: originalEvent.ctrlKey,
|
|
43
|
-
altKey: originalEvent.altKey
|
|
44
|
-
});
|
|
45
|
-
}, [
|
|
46
|
-
onMoveStart,
|
|
47
|
-
onMove,
|
|
48
|
-
state
|
|
49
|
-
]);
|
|
50
|
-
let moveEvent = $8ae05eaa5c114e9c$export$7f54fc3180508a52(move);
|
|
51
|
-
let end = useCallback((originalEvent, pointerType) => {
|
|
52
|
-
$14c0b72509d70225$export$b0d6fa1ab32e3295();
|
|
53
|
-
if (state.current.didMove) onMoveEnd === null || onMoveEnd === void 0 ? void 0 : onMoveEnd({
|
|
54
|
-
type: "moveend",
|
|
55
|
-
pointerType,
|
|
56
|
-
shiftKey: originalEvent.shiftKey,
|
|
57
|
-
metaKey: originalEvent.metaKey,
|
|
58
|
-
ctrlKey: originalEvent.ctrlKey,
|
|
59
|
-
altKey: originalEvent.altKey
|
|
60
|
-
});
|
|
61
|
-
}, [
|
|
62
|
-
onMoveEnd,
|
|
63
|
-
state
|
|
64
|
-
]);
|
|
65
|
-
let endEvent = $8ae05eaa5c114e9c$export$7f54fc3180508a52(end);
|
|
66
|
-
let [pointerDown, setPointerDown] = useState(null);
|
|
67
|
-
$f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
|
|
68
|
-
if (pointerDown === "pointer") {
|
|
69
|
-
let onPointerMove = (e) => {
|
|
70
|
-
if (e.pointerId === state.current.id) {
|
|
71
|
-
var _state_current_lastPosition, _state_current_lastPosition1;
|
|
72
|
-
let pointerType = e.pointerType || "mouse";
|
|
73
|
-
var _state_current_lastPosition_pageX, _state_current_lastPosition_pageY;
|
|
74
|
-
moveEvent(e, pointerType, e.pageX - ((_state_current_lastPosition_pageX = (_state_current_lastPosition = state.current.lastPosition) === null || _state_current_lastPosition === void 0 ? void 0 : _state_current_lastPosition.pageX) !== null && _state_current_lastPosition_pageX !== void 0 ? _state_current_lastPosition_pageX : 0), e.pageY - ((_state_current_lastPosition_pageY = (_state_current_lastPosition1 = state.current.lastPosition) === null || _state_current_lastPosition1 === void 0 ? void 0 : _state_current_lastPosition1.pageY) !== null && _state_current_lastPosition_pageY !== void 0 ? _state_current_lastPosition_pageY : 0));
|
|
75
|
-
state.current.lastPosition = {
|
|
76
|
-
pageX: e.pageX,
|
|
77
|
-
pageY: e.pageY
|
|
78
|
-
};
|
|
79
|
-
}
|
|
80
|
-
};
|
|
81
|
-
let onPointerUp = (e) => {
|
|
82
|
-
if (e.pointerId === state.current.id) {
|
|
83
|
-
let pointerType = e.pointerType || "mouse";
|
|
84
|
-
endEvent(e, pointerType);
|
|
85
|
-
state.current.id = null;
|
|
86
|
-
removeGlobalListener(window, "pointermove", onPointerMove, false);
|
|
87
|
-
removeGlobalListener(window, "pointerup", onPointerUp, false);
|
|
88
|
-
removeGlobalListener(window, "pointercancel", onPointerUp, false);
|
|
89
|
-
setPointerDown(null);
|
|
90
|
-
}
|
|
91
|
-
};
|
|
92
|
-
addGlobalListener(window, "pointermove", onPointerMove, false);
|
|
93
|
-
addGlobalListener(window, "pointerup", onPointerUp, false);
|
|
94
|
-
addGlobalListener(window, "pointercancel", onPointerUp, false);
|
|
95
|
-
return () => {
|
|
96
|
-
removeGlobalListener(window, "pointermove", onPointerMove, false);
|
|
97
|
-
removeGlobalListener(window, "pointerup", onPointerUp, false);
|
|
98
|
-
removeGlobalListener(window, "pointercancel", onPointerUp, false);
|
|
99
|
-
};
|
|
100
|
-
} else if (pointerDown === "mouse" && process.env.NODE_ENV === "test") {
|
|
101
|
-
let onMouseMove = (e) => {
|
|
102
|
-
if (e.button === 0) {
|
|
103
|
-
var _state_current_lastPosition, _state_current_lastPosition1;
|
|
104
|
-
var _state_current_lastPosition_pageX, _state_current_lastPosition_pageY;
|
|
105
|
-
moveEvent(e, "mouse", e.pageX - ((_state_current_lastPosition_pageX = (_state_current_lastPosition = state.current.lastPosition) === null || _state_current_lastPosition === void 0 ? void 0 : _state_current_lastPosition.pageX) !== null && _state_current_lastPosition_pageX !== void 0 ? _state_current_lastPosition_pageX : 0), e.pageY - ((_state_current_lastPosition_pageY = (_state_current_lastPosition1 = state.current.lastPosition) === null || _state_current_lastPosition1 === void 0 ? void 0 : _state_current_lastPosition1.pageY) !== null && _state_current_lastPosition_pageY !== void 0 ? _state_current_lastPosition_pageY : 0));
|
|
106
|
-
state.current.lastPosition = {
|
|
107
|
-
pageX: e.pageX,
|
|
108
|
-
pageY: e.pageY
|
|
109
|
-
};
|
|
110
|
-
}
|
|
111
|
-
};
|
|
112
|
-
let onMouseUp = (e) => {
|
|
113
|
-
if (e.button === 0) {
|
|
114
|
-
endEvent(e, "mouse");
|
|
115
|
-
removeGlobalListener(window, "mousemove", onMouseMove, false);
|
|
116
|
-
removeGlobalListener(window, "mouseup", onMouseUp, false);
|
|
117
|
-
setPointerDown(null);
|
|
118
|
-
}
|
|
119
|
-
};
|
|
120
|
-
addGlobalListener(window, "mousemove", onMouseMove, false);
|
|
121
|
-
addGlobalListener(window, "mouseup", onMouseUp, false);
|
|
122
|
-
return () => {
|
|
123
|
-
removeGlobalListener(window, "mousemove", onMouseMove, false);
|
|
124
|
-
removeGlobalListener(window, "mouseup", onMouseUp, false);
|
|
125
|
-
};
|
|
126
|
-
} else if (pointerDown === "touch" && process.env.NODE_ENV === "test") {
|
|
127
|
-
let onTouchMove = (e) => {
|
|
128
|
-
let touch = [
|
|
129
|
-
...e.changedTouches
|
|
130
|
-
].findIndex(({ identifier }) => identifier === state.current.id);
|
|
131
|
-
if (touch >= 0) {
|
|
132
|
-
var _state_current_lastPosition, _state_current_lastPosition1;
|
|
133
|
-
let { pageX, pageY } = e.changedTouches[touch];
|
|
134
|
-
var _state_current_lastPosition_pageX, _state_current_lastPosition_pageY;
|
|
135
|
-
moveEvent(e, "touch", pageX - ((_state_current_lastPosition_pageX = (_state_current_lastPosition = state.current.lastPosition) === null || _state_current_lastPosition === void 0 ? void 0 : _state_current_lastPosition.pageX) !== null && _state_current_lastPosition_pageX !== void 0 ? _state_current_lastPosition_pageX : 0), pageY - ((_state_current_lastPosition_pageY = (_state_current_lastPosition1 = state.current.lastPosition) === null || _state_current_lastPosition1 === void 0 ? void 0 : _state_current_lastPosition1.pageY) !== null && _state_current_lastPosition_pageY !== void 0 ? _state_current_lastPosition_pageY : 0));
|
|
136
|
-
state.current.lastPosition = {
|
|
137
|
-
pageX,
|
|
138
|
-
pageY
|
|
139
|
-
};
|
|
140
|
-
}
|
|
141
|
-
};
|
|
142
|
-
let onTouchEnd = (e) => {
|
|
143
|
-
let touch = [
|
|
144
|
-
...e.changedTouches
|
|
145
|
-
].findIndex(({ identifier }) => identifier === state.current.id);
|
|
146
|
-
if (touch >= 0) {
|
|
147
|
-
endEvent(e, "touch");
|
|
148
|
-
state.current.id = null;
|
|
149
|
-
removeGlobalListener(window, "touchmove", onTouchMove);
|
|
150
|
-
removeGlobalListener(window, "touchend", onTouchEnd);
|
|
151
|
-
removeGlobalListener(window, "touchcancel", onTouchEnd);
|
|
152
|
-
setPointerDown(null);
|
|
153
|
-
}
|
|
154
|
-
};
|
|
155
|
-
addGlobalListener(window, "touchmove", onTouchMove, false);
|
|
156
|
-
addGlobalListener(window, "touchend", onTouchEnd, false);
|
|
157
|
-
addGlobalListener(window, "touchcancel", onTouchEnd, false);
|
|
158
|
-
return () => {
|
|
159
|
-
removeGlobalListener(window, "touchmove", onTouchMove, false);
|
|
160
|
-
removeGlobalListener(window, "touchend", onTouchEnd, false);
|
|
161
|
-
removeGlobalListener(window, "touchcancel", onTouchEnd, false);
|
|
162
|
-
};
|
|
163
|
-
}
|
|
164
|
-
}, [
|
|
165
|
-
pointerDown,
|
|
166
|
-
addGlobalListener,
|
|
167
|
-
removeGlobalListener
|
|
168
|
-
]);
|
|
169
|
-
let moveProps = useMemo(() => {
|
|
170
|
-
let moveProps2 = {};
|
|
171
|
-
let start = () => {
|
|
172
|
-
$14c0b72509d70225$export$16a4697467175487();
|
|
173
|
-
state.current.didMove = false;
|
|
174
|
-
};
|
|
175
|
-
if (typeof PointerEvent === "undefined" && process.env.NODE_ENV === "test") {
|
|
176
|
-
moveProps2.onMouseDown = (e) => {
|
|
177
|
-
if (e.button === 0) {
|
|
178
|
-
start();
|
|
179
|
-
e.stopPropagation();
|
|
180
|
-
e.preventDefault();
|
|
181
|
-
state.current.lastPosition = {
|
|
182
|
-
pageX: e.pageX,
|
|
183
|
-
pageY: e.pageY
|
|
184
|
-
};
|
|
185
|
-
setPointerDown("mouse");
|
|
186
|
-
}
|
|
187
|
-
};
|
|
188
|
-
moveProps2.onTouchStart = (e) => {
|
|
189
|
-
if (e.changedTouches.length === 0 || state.current.id != null) return;
|
|
190
|
-
let { pageX, pageY, identifier } = e.changedTouches[0];
|
|
191
|
-
start();
|
|
192
|
-
e.stopPropagation();
|
|
193
|
-
e.preventDefault();
|
|
194
|
-
state.current.lastPosition = {
|
|
195
|
-
pageX,
|
|
196
|
-
pageY
|
|
197
|
-
};
|
|
198
|
-
state.current.id = identifier;
|
|
199
|
-
setPointerDown("touch");
|
|
200
|
-
};
|
|
201
|
-
} else moveProps2.onPointerDown = (e) => {
|
|
202
|
-
if (e.button === 0 && state.current.id == null) {
|
|
203
|
-
start();
|
|
204
|
-
e.stopPropagation();
|
|
205
|
-
e.preventDefault();
|
|
206
|
-
state.current.lastPosition = {
|
|
207
|
-
pageX: e.pageX,
|
|
208
|
-
pageY: e.pageY
|
|
209
|
-
};
|
|
210
|
-
state.current.id = e.pointerId;
|
|
211
|
-
setPointerDown("pointer");
|
|
212
|
-
}
|
|
213
|
-
};
|
|
214
|
-
let triggerKeyboardMove = (e, deltaX, deltaY) => {
|
|
215
|
-
start();
|
|
216
|
-
move(e, "keyboard", deltaX, deltaY);
|
|
217
|
-
end(e, "keyboard");
|
|
218
|
-
};
|
|
219
|
-
moveProps2.onKeyDown = (e) => {
|
|
220
|
-
switch (e.key) {
|
|
221
|
-
case "Left":
|
|
222
|
-
case "ArrowLeft":
|
|
223
|
-
e.preventDefault();
|
|
224
|
-
e.stopPropagation();
|
|
225
|
-
triggerKeyboardMove(e, -1, 0);
|
|
226
|
-
break;
|
|
227
|
-
case "Right":
|
|
228
|
-
case "ArrowRight":
|
|
229
|
-
e.preventDefault();
|
|
230
|
-
e.stopPropagation();
|
|
231
|
-
triggerKeyboardMove(e, 1, 0);
|
|
232
|
-
break;
|
|
233
|
-
case "Up":
|
|
234
|
-
case "ArrowUp":
|
|
235
|
-
e.preventDefault();
|
|
236
|
-
e.stopPropagation();
|
|
237
|
-
triggerKeyboardMove(e, 0, -1);
|
|
238
|
-
break;
|
|
239
|
-
case "Down":
|
|
240
|
-
case "ArrowDown":
|
|
241
|
-
e.preventDefault();
|
|
242
|
-
e.stopPropagation();
|
|
243
|
-
triggerKeyboardMove(e, 0, 1);
|
|
244
|
-
break;
|
|
245
|
-
}
|
|
246
|
-
};
|
|
247
|
-
return moveProps2;
|
|
248
|
-
}, [
|
|
249
|
-
state,
|
|
250
|
-
move,
|
|
251
|
-
end
|
|
252
|
-
]);
|
|
253
|
-
return {
|
|
254
|
-
moveProps
|
|
255
|
-
};
|
|
256
|
-
}
|
|
257
|
-
const $28f99e3e86e6ec45$var$DEFAULT_MIN_VALUE = 0;
|
|
258
|
-
const $28f99e3e86e6ec45$var$DEFAULT_MAX_VALUE = 100;
|
|
259
|
-
const $28f99e3e86e6ec45$var$DEFAULT_STEP_VALUE = 1;
|
|
260
|
-
function $28f99e3e86e6ec45$export$e5fda3247f5d67f9(props) {
|
|
261
|
-
const { isDisabled = false, minValue = $28f99e3e86e6ec45$var$DEFAULT_MIN_VALUE, maxValue = $28f99e3e86e6ec45$var$DEFAULT_MAX_VALUE, numberFormatter: formatter, step = $28f99e3e86e6ec45$var$DEFAULT_STEP_VALUE, orientation = "horizontal" } = props;
|
|
262
|
-
let pageSize = useMemo(() => {
|
|
263
|
-
let calcPageSize = (maxValue - minValue) / 10;
|
|
264
|
-
calcPageSize = $9446cca9a3875146$export$cb6e0bb50bc19463(calcPageSize, 0, calcPageSize + step, step);
|
|
265
|
-
return Math.max(calcPageSize, step);
|
|
266
|
-
}, [
|
|
267
|
-
step,
|
|
268
|
-
maxValue,
|
|
269
|
-
minValue
|
|
270
|
-
]);
|
|
271
|
-
let restrictValues = useCallback((values2) => values2 === null || values2 === void 0 ? void 0 : values2.map((val, idx) => {
|
|
272
|
-
let min = idx === 0 ? minValue : values2[idx - 1];
|
|
273
|
-
let max = idx === values2.length - 1 ? maxValue : values2[idx + 1];
|
|
274
|
-
return $9446cca9a3875146$export$cb6e0bb50bc19463(val, min, max, step);
|
|
275
|
-
}), [
|
|
276
|
-
minValue,
|
|
277
|
-
maxValue,
|
|
278
|
-
step
|
|
279
|
-
]);
|
|
280
|
-
let value = useMemo(() => restrictValues($28f99e3e86e6ec45$var$convertValue(props.value)), [
|
|
281
|
-
props.value,
|
|
282
|
-
restrictValues
|
|
283
|
-
]);
|
|
284
|
-
let defaultValue = useMemo(() => {
|
|
285
|
-
var _convertValue;
|
|
286
|
-
return restrictValues((_convertValue = $28f99e3e86e6ec45$var$convertValue(props.defaultValue)) !== null && _convertValue !== void 0 ? _convertValue : [
|
|
287
|
-
minValue
|
|
288
|
-
]);
|
|
289
|
-
}, [
|
|
290
|
-
props.defaultValue,
|
|
291
|
-
minValue,
|
|
292
|
-
restrictValues
|
|
293
|
-
]);
|
|
294
|
-
let onChange = $28f99e3e86e6ec45$var$createOnChange(props.value, props.defaultValue, props.onChange);
|
|
295
|
-
let onChangeEnd = $28f99e3e86e6ec45$var$createOnChange(props.value, props.defaultValue, props.onChangeEnd);
|
|
296
|
-
const [values, setValuesState] = $458b0a5536c1a7cf$export$40bfa8c7b0832715(value, defaultValue, onChange);
|
|
297
|
-
let [initialValues] = useState(values);
|
|
298
|
-
const [isDraggings, setDraggingsState] = useState(new Array(values.length).fill(false));
|
|
299
|
-
const isEditablesRef = useRef(new Array(values.length).fill(true));
|
|
300
|
-
const [focusedIndex, setFocusedIndex] = useState(void 0);
|
|
301
|
-
const valuesRef = useRef(values);
|
|
302
|
-
const isDraggingsRef = useRef(isDraggings);
|
|
303
|
-
let setValues = (values2) => {
|
|
304
|
-
valuesRef.current = values2;
|
|
305
|
-
setValuesState(values2);
|
|
306
|
-
};
|
|
307
|
-
let setDraggings = (draggings) => {
|
|
308
|
-
isDraggingsRef.current = draggings;
|
|
309
|
-
setDraggingsState(draggings);
|
|
310
|
-
};
|
|
311
|
-
function getValuePercent(value2) {
|
|
312
|
-
return (value2 - minValue) / (maxValue - minValue);
|
|
313
|
-
}
|
|
314
|
-
function getThumbMinValue(index) {
|
|
315
|
-
return index === 0 ? minValue : values[index - 1];
|
|
316
|
-
}
|
|
317
|
-
function getThumbMaxValue(index) {
|
|
318
|
-
return index === values.length - 1 ? maxValue : values[index + 1];
|
|
319
|
-
}
|
|
320
|
-
function isThumbEditable(index) {
|
|
321
|
-
return isEditablesRef.current[index];
|
|
322
|
-
}
|
|
323
|
-
function setThumbEditable(index, editable) {
|
|
324
|
-
isEditablesRef.current[index] = editable;
|
|
325
|
-
}
|
|
326
|
-
function updateValue(index, value2) {
|
|
327
|
-
if (isDisabled || !isThumbEditable(index)) return;
|
|
328
|
-
const thisMin = getThumbMinValue(index);
|
|
329
|
-
const thisMax = getThumbMaxValue(index);
|
|
330
|
-
value2 = $9446cca9a3875146$export$cb6e0bb50bc19463(value2, thisMin, thisMax, step);
|
|
331
|
-
let newValues = $28f99e3e86e6ec45$var$replaceIndex(valuesRef.current, index, value2);
|
|
332
|
-
setValues(newValues);
|
|
333
|
-
}
|
|
334
|
-
function updateDragging(index, dragging) {
|
|
335
|
-
if (isDisabled || !isThumbEditable(index)) return;
|
|
336
|
-
if (dragging) valuesRef.current = values;
|
|
337
|
-
const wasDragging = isDraggingsRef.current[index];
|
|
338
|
-
isDraggingsRef.current = $28f99e3e86e6ec45$var$replaceIndex(isDraggingsRef.current, index, dragging);
|
|
339
|
-
setDraggings(isDraggingsRef.current);
|
|
340
|
-
if (onChangeEnd && wasDragging && !isDraggingsRef.current.some(Boolean)) onChangeEnd(valuesRef.current);
|
|
341
|
-
}
|
|
342
|
-
function getFormattedValue(value2) {
|
|
343
|
-
return formatter.format(value2);
|
|
344
|
-
}
|
|
345
|
-
function setThumbPercent(index, percent) {
|
|
346
|
-
updateValue(index, getPercentValue(percent));
|
|
347
|
-
}
|
|
348
|
-
function getRoundedValue(value2) {
|
|
349
|
-
return Math.round((value2 - minValue) / step) * step + minValue;
|
|
350
|
-
}
|
|
351
|
-
function getPercentValue(percent) {
|
|
352
|
-
const val = percent * (maxValue - minValue) + minValue;
|
|
353
|
-
return $9446cca9a3875146$export$7d15b64cf5a3a4c4(getRoundedValue(val), minValue, maxValue);
|
|
354
|
-
}
|
|
355
|
-
function incrementThumb(index, stepSize = 1) {
|
|
356
|
-
let s = Math.max(stepSize, step);
|
|
357
|
-
updateValue(index, $9446cca9a3875146$export$cb6e0bb50bc19463(values[index] + s, minValue, maxValue, step));
|
|
358
|
-
}
|
|
359
|
-
function decrementThumb(index, stepSize = 1) {
|
|
360
|
-
let s = Math.max(stepSize, step);
|
|
361
|
-
updateValue(index, $9446cca9a3875146$export$cb6e0bb50bc19463(values[index] - s, minValue, maxValue, step));
|
|
362
|
-
}
|
|
363
|
-
return {
|
|
364
|
-
values,
|
|
365
|
-
defaultValues: props.defaultValue !== void 0 ? defaultValue : initialValues,
|
|
366
|
-
getThumbValue: (index) => values[index],
|
|
367
|
-
setThumbValue: updateValue,
|
|
368
|
-
setThumbPercent,
|
|
369
|
-
isThumbDragging: (index) => isDraggings[index],
|
|
370
|
-
setThumbDragging: updateDragging,
|
|
371
|
-
focusedThumb: focusedIndex,
|
|
372
|
-
setFocusedThumb: setFocusedIndex,
|
|
373
|
-
getThumbPercent: (index) => getValuePercent(values[index]),
|
|
374
|
-
getValuePercent,
|
|
375
|
-
getThumbValueLabel: (index) => getFormattedValue(values[index]),
|
|
376
|
-
getFormattedValue,
|
|
377
|
-
getThumbMinValue,
|
|
378
|
-
getThumbMaxValue,
|
|
379
|
-
getPercentValue,
|
|
380
|
-
isThumbEditable,
|
|
381
|
-
setThumbEditable,
|
|
382
|
-
incrementThumb,
|
|
383
|
-
decrementThumb,
|
|
384
|
-
step,
|
|
385
|
-
pageSize,
|
|
386
|
-
orientation,
|
|
387
|
-
isDisabled
|
|
388
|
-
};
|
|
389
|
-
}
|
|
390
|
-
function $28f99e3e86e6ec45$var$replaceIndex(array, index, value) {
|
|
391
|
-
if (array[index] === value) return array;
|
|
392
|
-
return [
|
|
393
|
-
...array.slice(0, index),
|
|
394
|
-
value,
|
|
395
|
-
...array.slice(index + 1)
|
|
396
|
-
];
|
|
397
|
-
}
|
|
398
|
-
function $28f99e3e86e6ec45$var$convertValue(value) {
|
|
399
|
-
if (value == null) return void 0;
|
|
400
|
-
return Array.isArray(value) ? value : [
|
|
401
|
-
value
|
|
402
|
-
];
|
|
403
|
-
}
|
|
404
|
-
function $28f99e3e86e6ec45$var$createOnChange(value, defaultValue, onChange) {
|
|
405
|
-
return (newValue) => {
|
|
406
|
-
if (typeof value === "number" || typeof defaultValue === "number") onChange === null || onChange === void 0 ? void 0 : onChange(newValue[0]);
|
|
407
|
-
else onChange === null || onChange === void 0 ? void 0 : onChange(newValue);
|
|
408
|
-
};
|
|
409
|
-
}
|
|
410
|
-
const $aa519ee6cf463259$export$d6c8d9636a3dc49c = /* @__PURE__ */ new WeakMap();
|
|
411
|
-
function $aa519ee6cf463259$export$68e648cbec363a18(state, index) {
|
|
412
|
-
let data = $aa519ee6cf463259$export$d6c8d9636a3dc49c.get(state);
|
|
413
|
-
if (!data) throw new Error("Unknown slider state");
|
|
414
|
-
return `${data.id}-${index}`;
|
|
415
|
-
}
|
|
416
|
-
function $bcca50147b47f54d$export$56b2c08e277f365(props, state, trackRef) {
|
|
417
|
-
let { labelProps, fieldProps } = $d191a55c9702f145$export$8467354a121f1b9f(props);
|
|
418
|
-
let isVertical = props.orientation === "vertical";
|
|
419
|
-
var _labelProps_id;
|
|
420
|
-
$aa519ee6cf463259$export$d6c8d9636a3dc49c.set(state, {
|
|
421
|
-
id: (_labelProps_id = labelProps.id) !== null && _labelProps_id !== void 0 ? _labelProps_id : fieldProps.id,
|
|
422
|
-
"aria-describedby": props["aria-describedby"],
|
|
423
|
-
"aria-details": props["aria-details"]
|
|
424
|
-
});
|
|
425
|
-
let { direction } = $18f2051aff69b9bf$export$43bb16f9c6d9e3f7();
|
|
426
|
-
let { addGlobalListener, removeGlobalListener } = $03deb23ff14920c4$export$4eaf04e54aa8eed6();
|
|
427
|
-
const realTimeTrackDraggingIndex = useRef(null);
|
|
428
|
-
const reverseX = direction === "rtl";
|
|
429
|
-
const currentPosition = useRef(null);
|
|
430
|
-
const { moveProps } = $e8a7022cf87cba2a$export$36da96379f79f245({
|
|
431
|
-
onMoveStart() {
|
|
432
|
-
currentPosition.current = null;
|
|
433
|
-
},
|
|
434
|
-
onMove({ deltaX, deltaY }) {
|
|
435
|
-
if (!trackRef.current) return;
|
|
436
|
-
let { height, width } = trackRef.current.getBoundingClientRect();
|
|
437
|
-
let size = isVertical ? height : width;
|
|
438
|
-
if (currentPosition.current == null && realTimeTrackDraggingIndex.current != null) currentPosition.current = state.getThumbPercent(realTimeTrackDraggingIndex.current) * size;
|
|
439
|
-
let delta = isVertical ? deltaY : deltaX;
|
|
440
|
-
if (isVertical || reverseX) delta = -delta;
|
|
441
|
-
currentPosition.current += delta;
|
|
442
|
-
if (realTimeTrackDraggingIndex.current != null && trackRef.current) {
|
|
443
|
-
const percent = $9446cca9a3875146$export$7d15b64cf5a3a4c4(currentPosition.current / size, 0, 1);
|
|
444
|
-
state.setThumbPercent(realTimeTrackDraggingIndex.current, percent);
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
|
-
onMoveEnd() {
|
|
448
|
-
if (realTimeTrackDraggingIndex.current != null) {
|
|
449
|
-
state.setThumbDragging(realTimeTrackDraggingIndex.current, false);
|
|
450
|
-
realTimeTrackDraggingIndex.current = null;
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
});
|
|
454
|
-
let currentPointer = useRef(void 0);
|
|
455
|
-
let onDownTrack = (e, id, clientX, clientY) => {
|
|
456
|
-
if (trackRef.current && !props.isDisabled && state.values.every((_, i) => !state.isThumbDragging(i))) {
|
|
457
|
-
let { height, width, top, left } = trackRef.current.getBoundingClientRect();
|
|
458
|
-
let size = isVertical ? height : width;
|
|
459
|
-
const trackPosition = isVertical ? top : left;
|
|
460
|
-
const clickPosition = isVertical ? clientY : clientX;
|
|
461
|
-
const offset = clickPosition - trackPosition;
|
|
462
|
-
let percent = offset / size;
|
|
463
|
-
if (direction === "rtl" || isVertical) percent = 1 - percent;
|
|
464
|
-
let value = state.getPercentValue(percent);
|
|
465
|
-
let closestThumb;
|
|
466
|
-
let split = state.values.findIndex((v) => value - v < 0);
|
|
467
|
-
if (split === 0) closestThumb = split;
|
|
468
|
-
else if (split === -1) closestThumb = state.values.length - 1;
|
|
469
|
-
else {
|
|
470
|
-
let lastLeft = state.values[split - 1];
|
|
471
|
-
let firstRight = state.values[split];
|
|
472
|
-
if (Math.abs(lastLeft - value) < Math.abs(firstRight - value)) closestThumb = split - 1;
|
|
473
|
-
else closestThumb = split;
|
|
474
|
-
}
|
|
475
|
-
if (closestThumb >= 0 && state.isThumbEditable(closestThumb)) {
|
|
476
|
-
e.preventDefault();
|
|
477
|
-
realTimeTrackDraggingIndex.current = closestThumb;
|
|
478
|
-
state.setFocusedThumb(closestThumb);
|
|
479
|
-
currentPointer.current = id;
|
|
480
|
-
state.setThumbDragging(realTimeTrackDraggingIndex.current, true);
|
|
481
|
-
state.setThumbValue(closestThumb, value);
|
|
482
|
-
addGlobalListener(window, "mouseup", onUpTrack, false);
|
|
483
|
-
addGlobalListener(window, "touchend", onUpTrack, false);
|
|
484
|
-
addGlobalListener(window, "pointerup", onUpTrack, false);
|
|
485
|
-
} else realTimeTrackDraggingIndex.current = null;
|
|
486
|
-
}
|
|
487
|
-
};
|
|
488
|
-
let onUpTrack = (e) => {
|
|
489
|
-
var _e_changedTouches;
|
|
490
|
-
var _e_pointerId;
|
|
491
|
-
let id = (_e_pointerId = e.pointerId) !== null && _e_pointerId !== void 0 ? _e_pointerId : (_e_changedTouches = e.changedTouches) === null || _e_changedTouches === void 0 ? void 0 : _e_changedTouches[0].identifier;
|
|
492
|
-
if (id === currentPointer.current) {
|
|
493
|
-
if (realTimeTrackDraggingIndex.current != null) {
|
|
494
|
-
state.setThumbDragging(realTimeTrackDraggingIndex.current, false);
|
|
495
|
-
realTimeTrackDraggingIndex.current = null;
|
|
496
|
-
}
|
|
497
|
-
removeGlobalListener(window, "mouseup", onUpTrack, false);
|
|
498
|
-
removeGlobalListener(window, "touchend", onUpTrack, false);
|
|
499
|
-
removeGlobalListener(window, "pointerup", onUpTrack, false);
|
|
500
|
-
}
|
|
501
|
-
};
|
|
502
|
-
if ("htmlFor" in labelProps && labelProps.htmlFor) {
|
|
503
|
-
delete labelProps.htmlFor;
|
|
504
|
-
labelProps.onClick = () => {
|
|
505
|
-
var _document_getElementById;
|
|
506
|
-
(_document_getElementById = document.getElementById($aa519ee6cf463259$export$68e648cbec363a18(state, 0))) === null || _document_getElementById === void 0 ? void 0 : _document_getElementById.focus();
|
|
507
|
-
$507fabe10e71c6fb$export$8397ddfc504fdb9a("keyboard");
|
|
508
|
-
};
|
|
509
|
-
}
|
|
510
|
-
return {
|
|
511
|
-
labelProps,
|
|
512
|
-
// The root element of the Slider will have role="group" to group together
|
|
513
|
-
// all the thumb inputs in the Slider. The label of the Slider will
|
|
514
|
-
// be used to label the group.
|
|
515
|
-
groupProps: {
|
|
516
|
-
role: "group",
|
|
517
|
-
...fieldProps
|
|
518
|
-
},
|
|
519
|
-
trackProps: $3ef42575df84b30b$export$9d1611c77c2fe928({
|
|
520
|
-
onMouseDown(e) {
|
|
521
|
-
if (e.button !== 0 || e.altKey || e.ctrlKey || e.metaKey) return;
|
|
522
|
-
onDownTrack(e, void 0, e.clientX, e.clientY);
|
|
523
|
-
},
|
|
524
|
-
onPointerDown(e) {
|
|
525
|
-
if (e.pointerType === "mouse" && (e.button !== 0 || e.altKey || e.ctrlKey || e.metaKey)) return;
|
|
526
|
-
onDownTrack(e, e.pointerId, e.clientX, e.clientY);
|
|
527
|
-
},
|
|
528
|
-
onTouchStart(e) {
|
|
529
|
-
onDownTrack(e, e.changedTouches[0].identifier, e.changedTouches[0].clientX, e.changedTouches[0].clientY);
|
|
530
|
-
},
|
|
531
|
-
style: {
|
|
532
|
-
position: "relative",
|
|
533
|
-
touchAction: "none"
|
|
534
|
-
}
|
|
535
|
-
}, moveProps),
|
|
536
|
-
outputProps: {
|
|
537
|
-
htmlFor: state.values.map((_, index) => $aa519ee6cf463259$export$68e648cbec363a18(state, index)).join(" "),
|
|
538
|
-
"aria-live": "off"
|
|
539
|
-
}
|
|
540
|
-
};
|
|
541
|
-
}
|
|
542
|
-
function $47b897dc8cdb026b$export$8d15029008292ae(opts, state) {
|
|
543
|
-
let { index = 0, isRequired, validationState, isInvalid, trackRef, inputRef, orientation = state.orientation, name, form } = opts;
|
|
544
|
-
let isDisabled = opts.isDisabled || state.isDisabled;
|
|
545
|
-
let isVertical = orientation === "vertical";
|
|
546
|
-
let { direction } = $18f2051aff69b9bf$export$43bb16f9c6d9e3f7();
|
|
547
|
-
let { addGlobalListener, removeGlobalListener } = $03deb23ff14920c4$export$4eaf04e54aa8eed6();
|
|
548
|
-
let data = $aa519ee6cf463259$export$d6c8d9636a3dc49c.get(state);
|
|
549
|
-
var _opts_arialabelledby;
|
|
550
|
-
const { labelProps, fieldProps } = $d191a55c9702f145$export$8467354a121f1b9f({
|
|
551
|
-
...opts,
|
|
552
|
-
id: $aa519ee6cf463259$export$68e648cbec363a18(state, index),
|
|
553
|
-
"aria-labelledby": `${data.id} ${(_opts_arialabelledby = opts["aria-labelledby"]) !== null && _opts_arialabelledby !== void 0 ? _opts_arialabelledby : ""}`.trim()
|
|
554
|
-
});
|
|
555
|
-
const value = state.values[index];
|
|
556
|
-
const focusInput = useCallback(() => {
|
|
557
|
-
if (inputRef.current) $7215afc6de606d6b$export$de79e2c695e052f3(inputRef.current);
|
|
558
|
-
}, [
|
|
559
|
-
inputRef
|
|
560
|
-
]);
|
|
561
|
-
const isFocused = state.focusedThumb === index;
|
|
562
|
-
useEffect(() => {
|
|
563
|
-
if (isFocused) focusInput();
|
|
564
|
-
}, [
|
|
565
|
-
isFocused,
|
|
566
|
-
focusInput
|
|
567
|
-
]);
|
|
568
|
-
let reverseX = direction === "rtl";
|
|
569
|
-
let currentPosition = useRef(null);
|
|
570
|
-
let { keyboardProps } = $46d819fcbaf35654$export$8f71654801c2f7cd({
|
|
571
|
-
onKeyDown(e) {
|
|
572
|
-
let { getThumbMaxValue, getThumbMinValue, decrementThumb, incrementThumb, setThumbValue, setThumbDragging, pageSize } = state;
|
|
573
|
-
if (!/^(PageUp|PageDown|Home|End)$/.test(e.key)) {
|
|
574
|
-
e.continuePropagation();
|
|
575
|
-
return;
|
|
576
|
-
}
|
|
577
|
-
e.preventDefault();
|
|
578
|
-
setThumbDragging(index, true);
|
|
579
|
-
switch (e.key) {
|
|
580
|
-
case "PageUp":
|
|
581
|
-
incrementThumb(index, pageSize);
|
|
582
|
-
break;
|
|
583
|
-
case "PageDown":
|
|
584
|
-
decrementThumb(index, pageSize);
|
|
585
|
-
break;
|
|
586
|
-
case "Home":
|
|
587
|
-
setThumbValue(index, getThumbMinValue(index));
|
|
588
|
-
break;
|
|
589
|
-
case "End":
|
|
590
|
-
setThumbValue(index, getThumbMaxValue(index));
|
|
591
|
-
break;
|
|
592
|
-
}
|
|
593
|
-
setThumbDragging(index, false);
|
|
594
|
-
}
|
|
595
|
-
});
|
|
596
|
-
let { moveProps } = $e8a7022cf87cba2a$export$36da96379f79f245({
|
|
597
|
-
onMoveStart() {
|
|
598
|
-
currentPosition.current = null;
|
|
599
|
-
state.setThumbDragging(index, true);
|
|
600
|
-
},
|
|
601
|
-
onMove({ deltaX, deltaY, pointerType, shiftKey }) {
|
|
602
|
-
const { getThumbPercent, setThumbPercent, decrementThumb, incrementThumb, step, pageSize } = state;
|
|
603
|
-
if (!trackRef.current) return;
|
|
604
|
-
let { width, height } = trackRef.current.getBoundingClientRect();
|
|
605
|
-
let size = isVertical ? height : width;
|
|
606
|
-
if (currentPosition.current == null) currentPosition.current = getThumbPercent(index) * size;
|
|
607
|
-
if (pointerType === "keyboard") {
|
|
608
|
-
if (deltaX > 0 && reverseX || deltaX < 0 && !reverseX || deltaY > 0) decrementThumb(index, shiftKey ? pageSize : step);
|
|
609
|
-
else incrementThumb(index, shiftKey ? pageSize : step);
|
|
610
|
-
} else {
|
|
611
|
-
let delta = isVertical ? deltaY : deltaX;
|
|
612
|
-
if (isVertical || reverseX) delta = -delta;
|
|
613
|
-
currentPosition.current += delta;
|
|
614
|
-
setThumbPercent(index, $9446cca9a3875146$export$7d15b64cf5a3a4c4(currentPosition.current / size, 0, 1));
|
|
615
|
-
}
|
|
616
|
-
},
|
|
617
|
-
onMoveEnd() {
|
|
618
|
-
state.setThumbDragging(index, false);
|
|
619
|
-
}
|
|
620
|
-
});
|
|
621
|
-
state.setThumbEditable(index, !isDisabled);
|
|
622
|
-
const { focusableProps } = $f645667febf57a63$export$4c014de7c8940b4c($3ef42575df84b30b$export$9d1611c77c2fe928(opts, {
|
|
623
|
-
onFocus: () => state.setFocusedThumb(index),
|
|
624
|
-
onBlur: () => state.setFocusedThumb(void 0)
|
|
625
|
-
}), inputRef);
|
|
626
|
-
let currentPointer = useRef(void 0);
|
|
627
|
-
let onDown = (id) => {
|
|
628
|
-
focusInput();
|
|
629
|
-
currentPointer.current = id;
|
|
630
|
-
state.setThumbDragging(index, true);
|
|
631
|
-
addGlobalListener(window, "mouseup", onUp, false);
|
|
632
|
-
addGlobalListener(window, "touchend", onUp, false);
|
|
633
|
-
addGlobalListener(window, "pointerup", onUp, false);
|
|
634
|
-
};
|
|
635
|
-
let onUp = (e) => {
|
|
636
|
-
var _e_changedTouches;
|
|
637
|
-
var _e_pointerId;
|
|
638
|
-
let id = (_e_pointerId = e.pointerId) !== null && _e_pointerId !== void 0 ? _e_pointerId : (_e_changedTouches = e.changedTouches) === null || _e_changedTouches === void 0 ? void 0 : _e_changedTouches[0].identifier;
|
|
639
|
-
if (id === currentPointer.current) {
|
|
640
|
-
focusInput();
|
|
641
|
-
state.setThumbDragging(index, false);
|
|
642
|
-
removeGlobalListener(window, "mouseup", onUp, false);
|
|
643
|
-
removeGlobalListener(window, "touchend", onUp, false);
|
|
644
|
-
removeGlobalListener(window, "pointerup", onUp, false);
|
|
645
|
-
}
|
|
646
|
-
};
|
|
647
|
-
let thumbPosition = state.getThumbPercent(index);
|
|
648
|
-
if (isVertical || direction === "rtl") thumbPosition = 1 - thumbPosition;
|
|
649
|
-
let interactions = !isDisabled ? $3ef42575df84b30b$export$9d1611c77c2fe928(keyboardProps, moveProps, {
|
|
650
|
-
onMouseDown: (e) => {
|
|
651
|
-
if (e.button !== 0 || e.altKey || e.ctrlKey || e.metaKey) return;
|
|
652
|
-
onDown();
|
|
653
|
-
},
|
|
654
|
-
onPointerDown: (e) => {
|
|
655
|
-
if (e.button !== 0 || e.altKey || e.ctrlKey || e.metaKey) return;
|
|
656
|
-
onDown(e.pointerId);
|
|
657
|
-
},
|
|
658
|
-
onTouchStart: (e) => {
|
|
659
|
-
onDown(e.changedTouches[0].identifier);
|
|
660
|
-
}
|
|
661
|
-
}) : {};
|
|
662
|
-
$99facab73266f662$export$5add1d006293d136(inputRef, state.defaultValues[index], (v) => {
|
|
663
|
-
state.setThumbValue(index, v);
|
|
664
|
-
});
|
|
665
|
-
return {
|
|
666
|
-
inputProps: $3ef42575df84b30b$export$9d1611c77c2fe928(focusableProps, fieldProps, {
|
|
667
|
-
type: "range",
|
|
668
|
-
tabIndex: !isDisabled ? 0 : void 0,
|
|
669
|
-
min: state.getThumbMinValue(index),
|
|
670
|
-
max: state.getThumbMaxValue(index),
|
|
671
|
-
step: state.step,
|
|
672
|
-
value,
|
|
673
|
-
name,
|
|
674
|
-
form,
|
|
675
|
-
disabled: isDisabled,
|
|
676
|
-
"aria-orientation": orientation,
|
|
677
|
-
"aria-valuetext": state.getThumbValueLabel(index),
|
|
678
|
-
"aria-required": isRequired || void 0,
|
|
679
|
-
"aria-invalid": isInvalid || validationState === "invalid" || void 0,
|
|
680
|
-
"aria-errormessage": opts["aria-errormessage"],
|
|
681
|
-
"aria-describedby": [
|
|
682
|
-
data["aria-describedby"],
|
|
683
|
-
opts["aria-describedby"]
|
|
684
|
-
].filter(Boolean).join(" "),
|
|
685
|
-
"aria-details": [
|
|
686
|
-
data["aria-details"],
|
|
687
|
-
opts["aria-details"]
|
|
688
|
-
].filter(Boolean).join(" "),
|
|
689
|
-
onChange: (e) => {
|
|
690
|
-
state.setThumbValue(index, parseFloat($d4ee10de306f2510$export$e58f029f0fbfdb29(e).value));
|
|
691
|
-
}
|
|
692
|
-
}),
|
|
693
|
-
thumbProps: {
|
|
694
|
-
...interactions,
|
|
695
|
-
style: {
|
|
696
|
-
position: "absolute",
|
|
697
|
-
[isVertical ? "top" : "left"]: `${thumbPosition * 100}%`,
|
|
698
|
-
transform: "translate(-50%, -50%)",
|
|
699
|
-
touchAction: "none"
|
|
700
|
-
}
|
|
701
|
-
},
|
|
702
|
-
labelProps,
|
|
703
|
-
isDragging: state.isThumbDragging(index),
|
|
704
|
-
isDisabled,
|
|
705
|
-
isFocused
|
|
706
|
-
};
|
|
707
|
-
}
|
|
708
|
-
const $6f909507e6374d18$export$e99164f0030f3bff = /* @__PURE__ */ createContext(null);
|
|
709
|
-
const $6f909507e6374d18$export$1e7083018727fa60 = /* @__PURE__ */ createContext(null);
|
|
710
|
-
const $6f909507e6374d18$export$f1fce0420cc6d8ee = /* @__PURE__ */ createContext(null);
|
|
711
|
-
const $6f909507e6374d18$export$6189c2744041d8f8 = /* @__PURE__ */ createContext(null);
|
|
712
|
-
const $6f909507e6374d18$export$472062a354075cee = /* @__PURE__ */ forwardRef(function Slider(props, ref) {
|
|
713
|
-
[props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $6f909507e6374d18$export$e99164f0030f3bff);
|
|
714
|
-
let trackRef = useRef(null);
|
|
715
|
-
let numberFormatter = $a916eb452884faea$export$b7a616150fdb9f44(props.formatOptions);
|
|
716
|
-
let state = $28f99e3e86e6ec45$export$e5fda3247f5d67f9({
|
|
717
|
-
...props,
|
|
718
|
-
numberFormatter
|
|
719
|
-
});
|
|
720
|
-
let [labelRef, label] = $64fa3d84918910a7$export$9d4c57ee4c6ffdd8(!props["aria-label"] && !props["aria-labelledby"]);
|
|
721
|
-
let { groupProps, trackProps, labelProps, outputProps } = $bcca50147b47f54d$export$56b2c08e277f365({
|
|
722
|
-
...props,
|
|
723
|
-
label
|
|
724
|
-
}, state, trackRef);
|
|
725
|
-
let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3({
|
|
726
|
-
...props,
|
|
727
|
-
values: {
|
|
728
|
-
orientation: state.orientation,
|
|
729
|
-
isDisabled: state.isDisabled,
|
|
730
|
-
state
|
|
731
|
-
},
|
|
732
|
-
defaultClassName: "react-aria-Slider"
|
|
733
|
-
});
|
|
734
|
-
let DOMProps = $65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
|
|
735
|
-
global: true
|
|
736
|
-
});
|
|
737
|
-
delete DOMProps.id;
|
|
738
|
-
return /* @__PURE__ */ $dbSRa$react__default.createElement($64fa3d84918910a7$export$2881499e37b75b9a, {
|
|
739
|
-
values: [
|
|
740
|
-
[
|
|
741
|
-
$6f909507e6374d18$export$1e7083018727fa60,
|
|
742
|
-
state
|
|
743
|
-
],
|
|
744
|
-
[
|
|
745
|
-
$6f909507e6374d18$export$f1fce0420cc6d8ee,
|
|
746
|
-
{
|
|
747
|
-
...trackProps,
|
|
748
|
-
ref: trackRef
|
|
749
|
-
}
|
|
750
|
-
],
|
|
751
|
-
[
|
|
752
|
-
$6f909507e6374d18$export$6189c2744041d8f8,
|
|
753
|
-
outputProps
|
|
754
|
-
],
|
|
755
|
-
[
|
|
756
|
-
$01b77f81d0f07f68$export$75b6ee27786ba447,
|
|
757
|
-
{
|
|
758
|
-
...labelProps,
|
|
759
|
-
ref: labelRef
|
|
760
|
-
}
|
|
761
|
-
]
|
|
762
|
-
]
|
|
763
|
-
}, /* @__PURE__ */ $dbSRa$react__default.createElement($64fa3d84918910a7$export$df3a06d6289f983e.div, {
|
|
764
|
-
...$3ef42575df84b30b$export$9d1611c77c2fe928(DOMProps, renderProps, groupProps),
|
|
765
|
-
ref,
|
|
766
|
-
slot: props.slot || void 0,
|
|
767
|
-
"data-orientation": state.orientation,
|
|
768
|
-
"data-disabled": state.isDisabled || void 0
|
|
769
|
-
}));
|
|
770
|
-
});
|
|
771
|
-
const $6f909507e6374d18$export$a590f758a961cb5b = /* @__PURE__ */ forwardRef(function SliderOutput(props, ref) {
|
|
772
|
-
[props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $6f909507e6374d18$export$6189c2744041d8f8);
|
|
773
|
-
let { children, style, className, render, ...otherProps } = props;
|
|
774
|
-
let state = useContext($6f909507e6374d18$export$1e7083018727fa60);
|
|
775
|
-
let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3({
|
|
776
|
-
className,
|
|
777
|
-
style,
|
|
778
|
-
children,
|
|
779
|
-
render,
|
|
780
|
-
defaultChildren: state.getThumbValueLabel(0),
|
|
781
|
-
defaultClassName: "react-aria-SliderOutput",
|
|
782
|
-
values: {
|
|
783
|
-
orientation: state.orientation,
|
|
784
|
-
isDisabled: state.isDisabled,
|
|
785
|
-
state
|
|
786
|
-
}
|
|
787
|
-
});
|
|
788
|
-
return /* @__PURE__ */ $dbSRa$react__default.createElement($64fa3d84918910a7$export$df3a06d6289f983e.output, {
|
|
789
|
-
...otherProps,
|
|
790
|
-
...renderProps,
|
|
791
|
-
ref,
|
|
792
|
-
"data-orientation": state.orientation || void 0,
|
|
793
|
-
"data-disabled": state.isDisabled || void 0
|
|
794
|
-
});
|
|
795
|
-
});
|
|
796
|
-
const $6f909507e6374d18$export$105594979f116971 = /* @__PURE__ */ forwardRef(function SliderTrack(props, ref) {
|
|
797
|
-
[props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $6f909507e6374d18$export$f1fce0420cc6d8ee);
|
|
798
|
-
let state = useContext($6f909507e6374d18$export$1e7083018727fa60);
|
|
799
|
-
let { onHoverStart, onHoverEnd, onHoverChange, ...otherProps } = props;
|
|
800
|
-
let { hoverProps, isHovered } = $6179b936705e76d3$export$ae780daf29e6d456({
|
|
801
|
-
onHoverStart,
|
|
802
|
-
onHoverEnd,
|
|
803
|
-
onHoverChange
|
|
804
|
-
});
|
|
805
|
-
let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3({
|
|
806
|
-
...props,
|
|
807
|
-
defaultClassName: "react-aria-SliderTrack",
|
|
808
|
-
values: {
|
|
809
|
-
orientation: state.orientation,
|
|
810
|
-
isDisabled: state.isDisabled,
|
|
811
|
-
isHovered,
|
|
812
|
-
state
|
|
813
|
-
}
|
|
814
|
-
});
|
|
815
|
-
return /* @__PURE__ */ $dbSRa$react__default.createElement($64fa3d84918910a7$export$df3a06d6289f983e.div, {
|
|
816
|
-
...$3ef42575df84b30b$export$9d1611c77c2fe928(otherProps, hoverProps),
|
|
817
|
-
...renderProps,
|
|
818
|
-
ref,
|
|
819
|
-
"data-hovered": isHovered || void 0,
|
|
820
|
-
"data-orientation": state.orientation || void 0,
|
|
821
|
-
"data-disabled": state.isDisabled || void 0
|
|
822
|
-
});
|
|
823
|
-
});
|
|
824
|
-
const $6f909507e6374d18$export$2c1b491743890dec = /* @__PURE__ */ forwardRef(function SliderThumb(props, ref) {
|
|
825
|
-
let { inputRef: userInputRef = null } = props;
|
|
826
|
-
let state = useContext($6f909507e6374d18$export$1e7083018727fa60);
|
|
827
|
-
let { ref: trackRef } = $64fa3d84918910a7$export$fabf2dc03a41866e($6f909507e6374d18$export$f1fce0420cc6d8ee);
|
|
828
|
-
let { index = 0 } = props;
|
|
829
|
-
let defaultInputRef = useRef(null);
|
|
830
|
-
let inputRef = userInputRef || defaultInputRef;
|
|
831
|
-
let [labelRef, label] = $64fa3d84918910a7$export$9d4c57ee4c6ffdd8(!props["aria-label"] && !props["aria-labelledby"]);
|
|
832
|
-
let { thumbProps, inputProps, labelProps, isDragging, isFocused, isDisabled } = $47b897dc8cdb026b$export$8d15029008292ae({
|
|
833
|
-
...props,
|
|
834
|
-
index,
|
|
835
|
-
trackRef,
|
|
836
|
-
inputRef,
|
|
837
|
-
label
|
|
838
|
-
}, state);
|
|
839
|
-
let { focusProps, isFocusVisible } = $f7dceffc5ad7768b$export$4e328f61c538687f();
|
|
840
|
-
let { hoverProps, isHovered } = $6179b936705e76d3$export$ae780daf29e6d456(props);
|
|
841
|
-
let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3({
|
|
842
|
-
...props,
|
|
843
|
-
defaultClassName: "react-aria-SliderThumb",
|
|
844
|
-
values: {
|
|
845
|
-
state,
|
|
846
|
-
isHovered,
|
|
847
|
-
isDragging,
|
|
848
|
-
isFocused,
|
|
849
|
-
isFocusVisible,
|
|
850
|
-
isDisabled
|
|
851
|
-
}
|
|
852
|
-
});
|
|
853
|
-
let DOMProps = $65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
|
|
854
|
-
global: true
|
|
855
|
-
});
|
|
856
|
-
delete DOMProps.id;
|
|
857
|
-
return /* @__PURE__ */ $dbSRa$react__default.createElement($64fa3d84918910a7$export$df3a06d6289f983e.div, {
|
|
858
|
-
...$3ef42575df84b30b$export$9d1611c77c2fe928(DOMProps, thumbProps, hoverProps),
|
|
859
|
-
...renderProps,
|
|
860
|
-
ref,
|
|
861
|
-
style: {
|
|
862
|
-
...thumbProps.style,
|
|
863
|
-
...renderProps.style
|
|
864
|
-
},
|
|
865
|
-
"data-hovered": isHovered || void 0,
|
|
866
|
-
"data-dragging": isDragging || void 0,
|
|
867
|
-
"data-focused": isFocused || void 0,
|
|
868
|
-
"data-focus-visible": isFocusVisible || void 0,
|
|
869
|
-
"data-disabled": isDisabled || void 0
|
|
870
|
-
}, /* @__PURE__ */ $dbSRa$react__default.createElement($5c3e21d68f1c4674$export$439d29a4e110a164, null, /* @__PURE__ */ $dbSRa$react__default.createElement("input", {
|
|
871
|
-
ref: inputRef,
|
|
872
|
-
...$3ef42575df84b30b$export$9d1611c77c2fe928(inputProps, focusProps)
|
|
873
|
-
})), /* @__PURE__ */ $dbSRa$react__default.createElement($64fa3d84918910a7$export$2881499e37b75b9a, {
|
|
874
|
-
values: [
|
|
875
|
-
[
|
|
876
|
-
$01b77f81d0f07f68$export$75b6ee27786ba447,
|
|
877
|
-
{
|
|
878
|
-
...labelProps,
|
|
879
|
-
ref: labelRef
|
|
880
|
-
}
|
|
881
|
-
]
|
|
882
|
-
]
|
|
883
|
-
}, renderProps.children));
|
|
884
|
-
});
|
|
885
|
-
export {
|
|
886
|
-
$6f909507e6374d18$export$472062a354075cee as $,
|
|
887
|
-
$6f909507e6374d18$export$105594979f116971 as a,
|
|
888
|
-
$6f909507e6374d18$export$2c1b491743890dec as b,
|
|
889
|
-
$6f909507e6374d18$export$a590f758a961cb5b as c,
|
|
890
|
-
$28f99e3e86e6ec45$export$e5fda3247f5d67f9 as d,
|
|
891
|
-
$e8a7022cf87cba2a$export$36da96379f79f245 as e,
|
|
892
|
-
$bcca50147b47f54d$export$56b2c08e277f365 as f,
|
|
893
|
-
$47b897dc8cdb026b$export$8d15029008292ae as g,
|
|
894
|
-
$6f909507e6374d18$export$1e7083018727fa60 as h,
|
|
895
|
-
$6f909507e6374d18$export$f1fce0420cc6d8ee as i,
|
|
896
|
-
$6f909507e6374d18$export$6189c2744041d8f8 as j
|
|
897
|
-
};
|