@epilot/volt-ui-experimental-griffel 0.1.2 → 0.2.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/README.md +9 -9
- package/dist/components/accordion/accordion.js +29 -27
- package/dist/components/accordion/accordion.js.map +1 -1
- package/dist/components/alert-dialog/alert-dialog.js +42 -40
- package/dist/components/alert-dialog/alert-dialog.js.map +1 -1
- package/dist/components/avatar/avatar-group.js +36 -35
- package/dist/components/avatar/avatar-group.js.map +1 -1
- package/dist/components/avatar/avatar.js +42 -39
- package/dist/components/avatar/avatar.js.map +1 -1
- package/dist/components/badge/badge.js +17 -17
- package/dist/components/badge/badge.js.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.js +33 -32
- package/dist/components/breadcrumb/breadcrumb.js.map +1 -1
- package/dist/components/button/button.js +43 -39
- package/dist/components/button/button.js.map +1 -1
- package/dist/components/button-group/button-group.js +20 -19
- package/dist/components/button-group/button-group.js.map +1 -1
- package/dist/components/callout/callout.js +64 -61
- package/dist/components/callout/callout.js.map +1 -1
- package/dist/components/card/card.js +47 -46
- package/dist/components/card/card.js.map +1 -1
- package/dist/components/checkbox/checkbox.js +15 -15
- package/dist/components/checkbox/checkbox.js.map +1 -1
- package/dist/components/collapsible-sidebar/collapsible-sidebar.js +7 -7
- package/dist/components/collapsible-sidebar/collapsible-sidebar.js.map +1 -1
- package/dist/components/command/command.js +98 -93
- package/dist/components/command/command.js.map +1 -1
- package/dist/components/data-table/data-table-body.d.ts +21 -0
- package/dist/components/data-table/data-table-body.js +84 -0
- package/dist/components/data-table/data-table-body.js.map +1 -0
- package/dist/components/data-table/data-table-column-header.d.ts +13 -0
- package/dist/components/data-table/data-table-column-header.js +128 -0
- package/dist/components/data-table/data-table-column-header.js.map +1 -0
- package/dist/components/data-table/data-table-column-visibility.d.ts +21 -0
- package/dist/components/data-table/data-table-column-visibility.js +79 -0
- package/dist/components/data-table/data-table-column-visibility.js.map +1 -0
- package/dist/components/data-table/data-table-content.d.ts +13 -0
- package/dist/components/data-table/data-table-content.js +100 -0
- package/dist/components/data-table/data-table-content.js.map +1 -0
- package/dist/components/data-table/data-table-context.d.ts +66 -0
- package/dist/components/data-table/data-table-context.js +10 -0
- package/dist/components/data-table/data-table-context.js.map +1 -0
- package/dist/components/data-table/data-table-error.d.ts +21 -0
- package/dist/components/data-table/data-table-error.js +84 -0
- package/dist/components/data-table/data-table-error.js.map +1 -0
- package/dist/components/data-table/data-table-header.d.ts +14 -0
- package/dist/components/data-table/data-table-header.js +100 -0
- package/dist/components/data-table/data-table-header.js.map +1 -0
- package/dist/components/data-table/data-table-loading.d.ts +13 -0
- package/dist/components/data-table/data-table-loading.js +39 -0
- package/dist/components/data-table/data-table-loading.js.map +1 -0
- package/dist/components/data-table/data-table-pagination.d.ts +17 -0
- package/dist/components/data-table/data-table-pagination.js +30 -0
- package/dist/components/data-table/data-table-pagination.js.map +1 -0
- package/dist/components/data-table/data-table-pinning-utils.d.ts +17 -0
- package/dist/components/data-table/data-table-pinning-utils.js +25 -0
- package/dist/components/data-table/data-table-pinning-utils.js.map +1 -0
- package/dist/components/data-table/data-table-row.d.ts +14 -0
- package/dist/components/data-table/data-table-row.js +163 -0
- package/dist/components/data-table/data-table-row.js.map +1 -0
- package/dist/components/data-table/data-table-toolbar.d.ts +7 -0
- package/dist/components/data-table/data-table-toolbar.js +35 -0
- package/dist/components/data-table/data-table-toolbar.js.map +1 -0
- package/dist/components/data-table/data-table.d.ts +92 -0
- package/dist/components/data-table/data-table.js +271 -0
- package/dist/components/data-table/data-table.js.map +1 -0
- package/dist/components/data-table/get-selected-row-data.d.ts +18 -0
- package/dist/components/data-table/get-selected-row-data.js +8 -0
- package/dist/components/data-table/get-selected-row-data.js.map +1 -0
- package/dist/components/data-table/hooks/index.d.ts +2 -0
- package/dist/components/data-table/hooks/use-data-table-content.d.ts +1 -0
- package/dist/components/data-table/hooks/use-data-table-content.js +9 -0
- package/dist/components/data-table/hooks/use-data-table-content.js.map +1 -0
- package/dist/components/data-table/hooks/use-data-table.d.ts +2 -0
- package/dist/components/data-table/hooks/use-data-table.js +12 -0
- package/dist/components/data-table/hooks/use-data-table.js.map +1 -0
- package/dist/components/date-range-picker/date-range-picker.js +97 -95
- package/dist/components/date-range-picker/date-range-picker.js.map +1 -1
- package/dist/components/date-range-picker/range-calendar.js +20 -20
- package/dist/components/date-range-picker/range-calendar.js.map +1 -1
- package/dist/components/date-time-picker/calendar.js +159 -153
- package/dist/components/date-time-picker/calendar.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-input.js +25 -25
- package/dist/components/date-time-picker/date-time-picker-input.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-panel.js +22 -22
- package/dist/components/date-time-picker/date-time-picker-panel.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-utils.js +22 -22
- package/dist/components/date-time-picker/date-time-picker.js +32 -32
- package/dist/components/date-time-picker/date-time-picker.js.map +1 -1
- package/dist/components/date-time-picker/time-picker.js +35 -33
- package/dist/components/date-time-picker/time-picker.js.map +1 -1
- package/dist/components/dialog/dialog.js +48 -46
- package/dist/components/dialog/dialog.js.map +1 -1
- package/dist/components/drawer/drawer.js +54 -52
- package/dist/components/drawer/drawer.js.map +1 -1
- package/dist/components/dropdown-menu/dropdown-menu.js +96 -93
- package/dist/components/dropdown-menu/dropdown-menu.js.map +1 -1
- package/dist/components/field/field-combobox.js +125 -121
- package/dist/components/field/field-combobox.js.map +1 -1
- package/dist/components/field/field.js +86 -80
- package/dist/components/field/field.js.map +1 -1
- package/dist/components/label/label.js +49 -39
- package/dist/components/label/label.js.map +1 -1
- package/dist/components/list/list.js +96 -92
- package/dist/components/list/list.js.map +1 -1
- package/dist/components/option-card/option-card.js +44 -42
- package/dist/components/option-card/option-card.js.map +1 -1
- package/dist/components/pill/pill.js +36 -35
- package/dist/components/pill/pill.js.map +1 -1
- package/dist/components/popover/popover.js +32 -32
- package/dist/components/popover/popover.js.map +1 -1
- package/dist/components/radio/radio.js +4 -4
- package/dist/components/radio/radio.js.map +1 -1
- package/dist/components/scroll-overflow/scroll-overflow.js +10 -10
- package/dist/components/scroll-overflow/scroll-overflow.js.map +1 -1
- package/dist/components/segmented-control/segmented-control.js +21 -20
- package/dist/components/segmented-control/segmented-control.js.map +1 -1
- package/dist/components/select/select.js +75 -72
- package/dist/components/select/select.js.map +1 -1
- package/dist/components/separator/separator.js +13 -13
- package/dist/components/separator/separator.js.map +1 -1
- package/dist/components/skeleton/skeleton.js +3 -3
- package/dist/components/skeleton/skeleton.js.map +1 -1
- package/dist/components/spinner/spinner.js +9 -9
- package/dist/components/spinner/spinner.js.map +1 -1
- package/dist/components/switch/switch.js +16 -16
- package/dist/components/switch/switch.js.map +1 -1
- package/dist/components/table/table-pagination.d.ts +45 -0
- package/dist/components/table/table-pagination.js +437 -0
- package/dist/components/table/table-pagination.js.map +1 -0
- package/dist/components/table/table.js +57 -55
- package/dist/components/table/table.js.map +1 -1
- package/dist/components/tabs/tabs.js +27 -26
- package/dist/components/tabs/tabs.js.map +1 -1
- package/dist/components/text/text.js +53 -43
- package/dist/components/text/text.js.map +1 -1
- package/dist/components/toast/toast.js +64 -60
- package/dist/components/toast/toast.js.map +1 -1
- package/dist/components/toggle/toggle-group.js +8 -8
- package/dist/components/toggle/toggle-group.js.map +1 -1
- package/dist/components/toggle/toggle.d.ts +1 -1
- package/dist/components/toggle/toggle.js +23 -23
- package/dist/components/toggle/toggle.js.map +1 -1
- package/dist/components/tooltip/tooltip.js +17 -17
- package/dist/components/tooltip/tooltip.js.map +1 -1
- package/dist/index.d.ts +20 -2
- package/dist/index.js +285 -247
- package/dist/index.js.map +1 -1
- package/dist/lib/clear-button.js +9 -9
- package/dist/lib/clear-button.js.map +1 -1
- package/dist/lib/pagination.d.ts +71 -0
- package/dist/lib/pagination.js +46 -0
- package/dist/lib/pagination.js.map +1 -0
- package/dist/{tokens → packages/volt-runtime/dist}/class-salt.generated.js +2 -2
- package/dist/packages/volt-runtime/dist/class-salt.generated.js.map +1 -0
- package/dist/packages/volt-runtime/dist/renderer/contract.js +8 -0
- package/dist/packages/volt-runtime/dist/renderer/contract.js.map +1 -0
- package/dist/packages/volt-runtime/dist/renderer/index.js +26 -0
- package/dist/packages/volt-runtime/dist/renderer/index.js.map +1 -0
- package/dist/{renderer → packages/volt-runtime/dist/renderer}/insertion-point.js +13 -13
- package/dist/packages/volt-runtime/dist/renderer/insertion-point.js.map +1 -0
- package/dist/packages/volt-runtime/dist/sheet.js +16 -0
- package/dist/packages/volt-runtime/dist/sheet.js.map +1 -0
- package/dist/packages/volt-runtime/dist/styles/make-styles.js +22 -0
- package/dist/packages/volt-runtime/dist/styles/make-styles.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@emotion/hash/dist/emotion-hash.esm.js +23 -0
- package/dist/packages/volt-runtime/dist/vendor/@emotion/hash/dist/emotion-hash.esm.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/constants.js +34 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/constants.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/getAtomicDebugSequenceTree.js +27 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/getAtomicDebugSequenceTree.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/devtools/getResetDebugSequence.js +5 -5
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/getResetDebugSequence.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/getSourceURLfromError.js +18 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/getSourceURLfromError.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/devtools/injectDevTools.js +11 -11
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/injectDevTools.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/devtools/isDevToolsEnabled.js +1 -1
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/isDevToolsEnabled.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/mergeDebugSequence.js +15 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/mergeDebugSequence.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/react-render-tracker/stackTrace.js +40 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/react-render-tracker/stackTrace.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/store.js +22 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/store.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/utils.js +22 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/devtools/utils.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/index.js +52 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/index.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/insertionFactory.js +10 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/insertionFactory.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/makeResetStyles.js +26 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/makeResetStyles.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/makeStyles.js +15 -15
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/makeStyles.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/mergeClasses.js +49 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/mergeClasses.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/renderer/createDOMRenderer.js +43 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/renderer/createDOMRenderer.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/renderer/createIsomorphicStyleSheet.js +23 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/renderer/createIsomorphicStyleSheet.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/renderer/getStyleSheetForBucket.js +81 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/renderer/getStyleSheetForBucket.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/renderer/safeInsertRule.js +6 -6
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/renderer/safeInsertRule.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/resolveStyleRulesForSlots.js +15 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/resolveStyleRulesForSlots.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/compileAtomicCSSRule.js +28 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/compileAtomicCSSRule.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/compileCSSRules.js +23 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/compileCSSRules.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/compileKeyframeCSS.js +27 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/compileKeyframeCSS.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/compileResetCSSRules.js +31 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/compileResetCSSRules.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/getStyleBucketName.js +9 -9
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/getStyleBucketName.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/reduceToClassNameForSlots.js +33 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/reduceToClassNameForSlots.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/resolveResetStyleRules.js +95 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/resolveResetStyleRules.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/resolveStyleRules.js +187 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/resolveStyleRules.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/shorthands.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/globalPlugin.js +29 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/globalPlugin.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/stylis/isAtRuleElement.js +5 -5
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/isAtRuleElement.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/prefixerPlugin.js +107 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/prefixerPlugin.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/rulesheetPlugin.js +9 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/rulesheetPlugin.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/scopePlugin.js +41 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/scopePlugin.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/sortClassesInAtRulesPlugin.js +8 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/stylis/sortClassesInAtRulesPlugin.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/cssifyObject.js +19 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/cssifyObject.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/generateCombinedMediaQuery.js +7 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/generateCombinedMediaQuery.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/hashClassName.js +11 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/hashClassName.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/hashPropertyKey.js +16 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/hashPropertyKey.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/hashSequence.js +17 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/hashSequence.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/hyphenateProperty.js +16 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/hyphenateProperty.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isContainerQuerySelector.js +7 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isContainerQuerySelector.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isLayerSelector.js +7 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isLayerSelector.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isMediaQuerySelector.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/utils/isNestedSelector.js +3 -3
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isNestedSelector.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isObject.js +7 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isObject.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isResetValue.js +8 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isResetValue.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isScopeSelector.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/isSupportQuerySelector.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/utils/normalizeCSSBucketEntry.js +6 -6
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/normalizeCSSBucketEntry.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/normalizeNestedProperty.js +7 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/normalizeNestedProperty.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/trimSelector.js +7 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/utils/trimSelector.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/warnings/logError.js +2 -2
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/warnings/logError.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/warnings/warnAboutUnresolvedRule.js +6 -6
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/warnings/warnAboutUnresolvedRule.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/warnings/warnAboutUnsupportedProperties.js +4 -4
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/runtime/warnings/warnAboutUnsupportedProperties.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/border.js +19 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/border.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderBottom.js +16 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderBottom.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderColor.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderLeft.js +16 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderLeft.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/borderRadius.js +4 -4
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderRadius.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderRight.js +16 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderRight.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderStyle.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderTop.js +16 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderTop.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/borderWidth.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/flex.js +25 -25
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/flex.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/gap.js +10 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/gap.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/generateStyles.js +14 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/generateStyles.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/gridArea.js +13 -13
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/gridArea.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/inset.js +13 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/inset.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/margin.js +8 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/margin.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/marginBlock.js +3 -3
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/marginBlock.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/marginInline.js +3 -3
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/marginInline.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/outline.js +11 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/outline.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/overflow.js +3 -3
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/overflow.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/padding.js +8 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/padding.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/paddingBlock.js +3 -3
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/paddingBlock.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/paddingInline.js +3 -3
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/paddingInline.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/textDecoration.js +2 -2
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/textDecoration.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/transition.js +19 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/transition.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/@griffel/core/src/shorthands/utils.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/rtl-css-js/dist/esm/convert-9768a965.js +303 -0
- package/dist/packages/volt-runtime/dist/vendor/rtl-css-js/dist/esm/convert-9768a965.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Enum.js +16 -0
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Enum.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Middleware.js +19 -0
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Middleware.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Parser.js +128 -0
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Parser.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Serializer.js +29 -0
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Serializer.js.map +1 -0
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Tokenizer.js +150 -0
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Tokenizer.js.map +1 -0
- package/dist/{node_modules → packages/volt-runtime/dist/vendor}/stylis/src/Utility.js +15 -15
- package/dist/packages/volt-runtime/dist/vendor/stylis/src/Utility.js.map +1 -0
- package/dist/renderer/contract.d.ts +8 -39
- package/dist/renderer/index.d.ts +7 -19
- package/dist/styles/make-styles.d.ts +21 -27
- package/dist/styles/make-styles.js +9 -12
- package/dist/styles/make-styles.js.map +1 -1
- package/dist/tokens/core.generated.d.ts +3 -3
- package/dist/tokens/core.generated.js +1204 -478
- package/dist/tokens/core.generated.js.map +1 -1
- package/dist/tokens/index.d.ts +1051 -950
- package/dist/tokens/index.js +1018 -917
- package/dist/tokens/index.js.map +1 -1
- package/dist/tokens/install.d.ts +7 -2
- package/dist/tokens/install.js +1 -1
- package/dist/tokens/install.js.map +1 -1
- package/dist/tokens/palette.generated.d.ts +3 -3
- package/dist/tokens/palette.generated.js +1294 -1069
- package/dist/tokens/palette.generated.js.map +1 -1
- package/dist/tokens.json +497 -295
- package/dist/vendor/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
- package/dist/{node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom/node_modules → vendor}/@floating-ui/dom/dist/floating-ui.dom.js +3 -3
- package/dist/vendor/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
- package/dist/{node_modules/@radix-ui/react-popper/node_modules → vendor}/@floating-ui/react-dom/dist/floating-ui.react-dom.js +2 -2
- package/dist/vendor/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
- package/dist/vendor/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
- package/dist/vendor/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
- package/dist/{node_modules → vendor}/@radix-ui/react-alert-dialog/dist/index.js +1 -1
- package/dist/{node_modules → vendor}/@radix-ui/react-collection/dist/index.js +1 -1
- package/dist/{node_modules → vendor}/@radix-ui/react-dialog/dist/index.js +1 -1
- package/dist/{node_modules → vendor}/@radix-ui/react-menu/dist/index.js +1 -1
- package/dist/{node_modules → vendor}/@radix-ui/react-popover/dist/index.js +1 -1
- package/dist/{node_modules → vendor}/@radix-ui/react-popper/dist/index.js +2 -2
- package/dist/{node_modules → vendor}/@radix-ui/react-primitive/dist/index.js +1 -1
- package/dist/{node_modules → vendor}/@radix-ui/react-select/dist/index.js +1 -1
- package/dist/{node_modules → vendor}/@radix-ui/react-tooltip/dist/index.js +1 -1
- package/dist/vendor/@tanstack/react-table/build/lib/index.js +103 -0
- package/dist/vendor/@tanstack/react-table/build/lib/index.js.map +1 -0
- package/dist/vendor/@tanstack/table-core/build/lib/index.js +1896 -0
- package/dist/vendor/@tanstack/table-core/build/lib/index.js.map +1 -0
- package/package.json +9 -6
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -23
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/constants.js +0 -34
- package/dist/node_modules/@griffel/core/src/constants.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/devtools/getAtomicDebugSequenceTree.js +0 -27
- package/dist/node_modules/@griffel/core/src/devtools/getAtomicDebugSequenceTree.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/devtools/getResetDebugSequence.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/devtools/getSourceURLfromError.js +0 -18
- package/dist/node_modules/@griffel/core/src/devtools/getSourceURLfromError.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/devtools/injectDevTools.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/devtools/isDevToolsEnabled.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/devtools/mergeDebugSequence.js +0 -15
- package/dist/node_modules/@griffel/core/src/devtools/mergeDebugSequence.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/devtools/react-render-tracker/stackTrace.js +0 -40
- package/dist/node_modules/@griffel/core/src/devtools/react-render-tracker/stackTrace.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/devtools/store.js +0 -22
- package/dist/node_modules/@griffel/core/src/devtools/store.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/devtools/utils.js +0 -22
- package/dist/node_modules/@griffel/core/src/devtools/utils.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/index.js +0 -52
- package/dist/node_modules/@griffel/core/src/index.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/insertionFactory.js +0 -10
- package/dist/node_modules/@griffel/core/src/insertionFactory.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/makeResetStyles.js +0 -26
- package/dist/node_modules/@griffel/core/src/makeResetStyles.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/makeStyles.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/mergeClasses.js +0 -49
- package/dist/node_modules/@griffel/core/src/mergeClasses.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/renderer/createDOMRenderer.js +0 -43
- package/dist/node_modules/@griffel/core/src/renderer/createDOMRenderer.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/renderer/createIsomorphicStyleSheet.js +0 -23
- package/dist/node_modules/@griffel/core/src/renderer/createIsomorphicStyleSheet.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/renderer/getStyleSheetForBucket.js +0 -81
- package/dist/node_modules/@griffel/core/src/renderer/getStyleSheetForBucket.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/renderer/safeInsertRule.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/resolveStyleRulesForSlots.js +0 -15
- package/dist/node_modules/@griffel/core/src/resolveStyleRulesForSlots.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/compileAtomicCSSRule.js +0 -28
- package/dist/node_modules/@griffel/core/src/runtime/compileAtomicCSSRule.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/compileCSSRules.js +0 -23
- package/dist/node_modules/@griffel/core/src/runtime/compileCSSRules.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/compileKeyframeCSS.js +0 -27
- package/dist/node_modules/@griffel/core/src/runtime/compileKeyframeCSS.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/compileResetCSSRules.js +0 -31
- package/dist/node_modules/@griffel/core/src/runtime/compileResetCSSRules.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/getStyleBucketName.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/reduceToClassNameForSlots.js +0 -33
- package/dist/node_modules/@griffel/core/src/runtime/reduceToClassNameForSlots.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/resolveResetStyleRules.js +0 -95
- package/dist/node_modules/@griffel/core/src/runtime/resolveResetStyleRules.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/resolveStyleRules.js +0 -187
- package/dist/node_modules/@griffel/core/src/runtime/resolveStyleRules.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/shorthands.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/stylis/globalPlugin.js +0 -29
- package/dist/node_modules/@griffel/core/src/runtime/stylis/globalPlugin.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/stylis/isAtRuleElement.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/stylis/prefixerPlugin.js +0 -107
- package/dist/node_modules/@griffel/core/src/runtime/stylis/prefixerPlugin.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/stylis/rulesheetPlugin.js +0 -9
- package/dist/node_modules/@griffel/core/src/runtime/stylis/rulesheetPlugin.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/stylis/scopePlugin.js +0 -41
- package/dist/node_modules/@griffel/core/src/runtime/stylis/scopePlugin.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/stylis/sortClassesInAtRulesPlugin.js +0 -8
- package/dist/node_modules/@griffel/core/src/runtime/stylis/sortClassesInAtRulesPlugin.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/cssifyObject.js +0 -19
- package/dist/node_modules/@griffel/core/src/runtime/utils/cssifyObject.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/generateCombinedMediaQuery.js +0 -7
- package/dist/node_modules/@griffel/core/src/runtime/utils/generateCombinedMediaQuery.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/hashClassName.js +0 -11
- package/dist/node_modules/@griffel/core/src/runtime/utils/hashClassName.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/hashPropertyKey.js +0 -16
- package/dist/node_modules/@griffel/core/src/runtime/utils/hashPropertyKey.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/hashSequence.js +0 -17
- package/dist/node_modules/@griffel/core/src/runtime/utils/hashSequence.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/hyphenateProperty.js +0 -16
- package/dist/node_modules/@griffel/core/src/runtime/utils/hyphenateProperty.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/isContainerQuerySelector.js +0 -7
- package/dist/node_modules/@griffel/core/src/runtime/utils/isContainerQuerySelector.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/isLayerSelector.js +0 -7
- package/dist/node_modules/@griffel/core/src/runtime/utils/isLayerSelector.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/isMediaQuerySelector.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/isNestedSelector.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/isObject.js +0 -7
- package/dist/node_modules/@griffel/core/src/runtime/utils/isObject.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/isResetValue.js +0 -8
- package/dist/node_modules/@griffel/core/src/runtime/utils/isResetValue.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/isScopeSelector.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/isSupportQuerySelector.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/normalizeCSSBucketEntry.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/normalizeNestedProperty.js +0 -7
- package/dist/node_modules/@griffel/core/src/runtime/utils/normalizeNestedProperty.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/utils/trimSelector.js +0 -7
- package/dist/node_modules/@griffel/core/src/runtime/utils/trimSelector.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/warnings/logError.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/warnings/warnAboutUnresolvedRule.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/runtime/warnings/warnAboutUnsupportedProperties.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/border.js +0 -19
- package/dist/node_modules/@griffel/core/src/shorthands/border.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/borderBottom.js +0 -16
- package/dist/node_modules/@griffel/core/src/shorthands/borderBottom.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/borderColor.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/borderLeft.js +0 -16
- package/dist/node_modules/@griffel/core/src/shorthands/borderLeft.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/borderRadius.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/borderRight.js +0 -16
- package/dist/node_modules/@griffel/core/src/shorthands/borderRight.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/borderStyle.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/borderTop.js +0 -16
- package/dist/node_modules/@griffel/core/src/shorthands/borderTop.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/borderWidth.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/flex.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/gap.js +0 -10
- package/dist/node_modules/@griffel/core/src/shorthands/gap.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/generateStyles.js +0 -14
- package/dist/node_modules/@griffel/core/src/shorthands/generateStyles.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/gridArea.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/inset.js +0 -13
- package/dist/node_modules/@griffel/core/src/shorthands/inset.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/margin.js +0 -8
- package/dist/node_modules/@griffel/core/src/shorthands/margin.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/marginBlock.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/marginInline.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/outline.js +0 -11
- package/dist/node_modules/@griffel/core/src/shorthands/outline.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/overflow.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/padding.js +0 -8
- package/dist/node_modules/@griffel/core/src/shorthands/padding.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/paddingBlock.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/paddingInline.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/textDecoration.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/transition.js +0 -19
- package/dist/node_modules/@griffel/core/src/shorthands/transition.js.map +0 -1
- package/dist/node_modules/@griffel/core/src/shorthands/utils.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
- package/dist/node_modules/rtl-css-js/dist/esm/convert-9768a965.js +0 -303
- package/dist/node_modules/rtl-css-js/dist/esm/convert-9768a965.js.map +0 -1
- package/dist/node_modules/stylis/src/Enum.js +0 -16
- package/dist/node_modules/stylis/src/Enum.js.map +0 -1
- package/dist/node_modules/stylis/src/Middleware.js +0 -19
- package/dist/node_modules/stylis/src/Middleware.js.map +0 -1
- package/dist/node_modules/stylis/src/Parser.js +0 -128
- package/dist/node_modules/stylis/src/Parser.js.map +0 -1
- package/dist/node_modules/stylis/src/Serializer.js +0 -29
- package/dist/node_modules/stylis/src/Serializer.js.map +0 -1
- package/dist/node_modules/stylis/src/Tokenizer.js +0 -151
- package/dist/node_modules/stylis/src/Tokenizer.js.map +0 -1
- package/dist/node_modules/stylis/src/Utility.js.map +0 -1
- package/dist/renderer/contract.js +0 -8
- package/dist/renderer/contract.js.map +0 -1
- package/dist/renderer/index.js +0 -59
- package/dist/renderer/index.js.map +0 -1
- package/dist/renderer/insertion-point.d.ts +0 -35
- package/dist/renderer/insertion-point.js.map +0 -1
- package/dist/renderer/rule-key.d.ts +0 -14
- package/dist/renderer/rule-key.js +0 -12
- package/dist/renderer/rule-key.js.map +0 -1
- package/dist/renderer/sheet-adoption.d.ts +0 -32
- package/dist/renderer/sheet-adoption.js +0 -30
- package/dist/renderer/sheet-adoption.js.map +0 -1
- package/dist/tokens/class-salt.generated.d.ts +0 -2
- package/dist/tokens/class-salt.generated.js.map +0 -1
- package/dist/tokens/ensure-sheet.d.ts +0 -3
- package/dist/tokens/ensure-sheet.js +0 -14
- package/dist/tokens/ensure-sheet.js.map +0 -1
- /package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/shorthands.js +0 -0
- /package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/utils/isMediaQuerySelector.js +0 -0
- /package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/utils/isScopeSelector.js +0 -0
- /package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/runtime/utils/isSupportQuerySelector.js +0 -0
- /package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/borderColor.js +0 -0
- /package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/borderStyle.js +0 -0
- /package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/borderWidth.js +0 -0
- /package/dist/{node_modules → packages/volt-runtime/dist/vendor}/@griffel/core/src/shorthands/utils.js +0 -0
- /package/dist/{node_modules → vendor}/@dnd-kit/accessibility/dist/accessibility.esm.js +0 -0
- /package/dist/{node_modules → vendor}/@dnd-kit/accessibility/dist/accessibility.esm.js.map +0 -0
- /package/dist/{node_modules → vendor}/@dnd-kit/core/dist/core.esm.js +0 -0
- /package/dist/{node_modules → vendor}/@dnd-kit/core/dist/core.esm.js.map +0 -0
- /package/dist/{node_modules → vendor}/@dnd-kit/sortable/dist/sortable.esm.js +0 -0
- /package/dist/{node_modules → vendor}/@dnd-kit/sortable/dist/sortable.esm.js.map +0 -0
- /package/dist/{node_modules → vendor}/@dnd-kit/utilities/dist/utilities.esm.js +0 -0
- /package/dist/{node_modules → vendor}/@dnd-kit/utilities/dist/utilities.esm.js.map +0 -0
- /package/dist/{node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/node_modules → vendor}/@floating-ui/core/dist/floating-ui.core.js +0 -0
- /package/dist/{node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/node_modules → vendor}/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -0
- /package/dist/{node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/node_modules → vendor}/@floating-ui/utils/dist/floating-ui.utils.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/number/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/number/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/primitive/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/primitive/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-accordion/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-accordion/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-alert-dialog/dist/index.js.map +0 -0
- /package/dist/{node_modules/@radix-ui/react-alert-dialog/node_modules → vendor/@radix-ui/react-alert-dialog/vendor}/@radix-ui/react-slot/dist/index.js +0 -0
- /package/dist/{node_modules/@radix-ui/react-alert-dialog/node_modules → vendor/@radix-ui/react-alert-dialog/vendor}/@radix-ui/react-slot/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-arrow/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-arrow/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-avatar/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-avatar/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-checkbox/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-checkbox/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-collapsible/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-collapsible/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-collection/dist/index.js.map +0 -0
- /package/dist/{node_modules/@radix-ui/react-collection/node_modules → vendor/@radix-ui/react-collection/vendor}/@radix-ui/react-slot/dist/index.js +0 -0
- /package/dist/{node_modules/@radix-ui/react-collection/node_modules → vendor/@radix-ui/react-collection/vendor}/@radix-ui/react-slot/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-compose-refs/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-compose-refs/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-context/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-context/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-dialog/dist/index.js.map +0 -0
- /package/dist/{node_modules/@radix-ui/react-dialog/node_modules → vendor/@radix-ui/react-dialog/vendor}/@radix-ui/react-slot/dist/index.js +0 -0
- /package/dist/{node_modules/@radix-ui/react-dialog/node_modules → vendor/@radix-ui/react-dialog/vendor}/@radix-ui/react-slot/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-direction/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-direction/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-dismissable-layer/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-dropdown-menu/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-dropdown-menu/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-focus-guards/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-focus-guards/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-focus-scope/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-focus-scope/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-id/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-id/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-menu/dist/index.js.map +0 -0
- /package/dist/{node_modules/@radix-ui/react-menu/node_modules → vendor/@radix-ui/react-menu/vendor}/@radix-ui/react-slot/dist/index.js +0 -0
- /package/dist/{node_modules/@radix-ui/react-menu/node_modules → vendor/@radix-ui/react-menu/vendor}/@radix-ui/react-slot/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-popover/dist/index.js.map +0 -0
- /package/dist/{node_modules/@radix-ui/react-popover/node_modules → vendor/@radix-ui/react-popover/vendor}/@radix-ui/react-slot/dist/index.js +0 -0
- /package/dist/{node_modules/@radix-ui/react-popover/node_modules → vendor/@radix-ui/react-popover/vendor}/@radix-ui/react-slot/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-popper/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-portal/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-portal/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-presence/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-presence/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-primitive/dist/index.js.map +0 -0
- /package/dist/{node_modules/@radix-ui/react-primitive/node_modules → vendor/@radix-ui/react-primitive/vendor}/@radix-ui/react-slot/dist/index.js +0 -0
- /package/dist/{node_modules/@radix-ui/react-primitive/node_modules → vendor/@radix-ui/react-primitive/vendor}/@radix-ui/react-slot/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-radio-group/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-radio-group/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-roving-focus/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-roving-focus/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-scroll-area/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-scroll-area/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-select/dist/index.js.map +0 -0
- /package/dist/{node_modules/@radix-ui/react-select/node_modules → vendor/@radix-ui/react-select/vendor}/@radix-ui/react-slot/dist/index.js +0 -0
- /package/dist/{node_modules/@radix-ui/react-select/node_modules → vendor/@radix-ui/react-select/vendor}/@radix-ui/react-slot/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-slot/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-slot/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-switch/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-switch/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-tabs/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-tabs/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-toggle/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-toggle/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-toggle-group/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-toggle-group/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-tooltip/dist/index.js.map +0 -0
- /package/dist/{node_modules/@radix-ui/react-tooltip/node_modules → vendor/@radix-ui/react-tooltip/vendor}/@radix-ui/react-slot/dist/index.js +0 -0
- /package/dist/{node_modules/@radix-ui/react-tooltip/node_modules → vendor/@radix-ui/react-tooltip/vendor}/@radix-ui/react-slot/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-callback-ref/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-controllable-state/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-escape-keydown/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-is-hydrated/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-is-hydrated/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-layout-effect/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-previous/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-previous/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-size/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-use-size/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-visually-hidden/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/@radix-ui/react-visually-hidden/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/aria-hidden/dist/es2015/index.js +0 -0
- /package/dist/{node_modules → vendor}/aria-hidden/dist/es2015/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/cmdk/dist/chunk-NZJY6EH4.js +0 -0
- /package/dist/{node_modules → vendor}/cmdk/dist/chunk-NZJY6EH4.js.map +0 -0
- /package/dist/{node_modules → vendor}/cmdk/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/cmdk/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/addLeadingZeros.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/addLeadingZeros.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/defaultOptions.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/defaultOptions.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/format/formatters.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/format/formatters.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/format/lightFormatters.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/format/lightFormatters.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/format/longFormatters.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/format/longFormatters.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/normalizeDates.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/normalizeDates.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/normalizeInterval.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/normalizeInterval.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/protectedTokens.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/_lib/protectedTokens.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/addDays.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/addDays.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/addMonths.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/addMonths.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/constants.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/constants.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/constructFrom.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/constructFrom.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/constructNow.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/constructNow.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/differenceInCalendarDays.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/differenceInCalendarDays.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/eachDayOfInterval.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/eachDayOfInterval.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/endOfWeek.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/endOfWeek.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/format.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/format.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getDayOfYear.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getDayOfYear.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getDefaultOptions.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getDefaultOptions.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getISODay.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getISODay.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getISOWeek.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getISOWeek.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getISOWeekYear.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getISOWeekYear.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getWeek.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getWeek.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getWeekYear.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/getWeekYear.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isAfter.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isAfter.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isBefore.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isBefore.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isDate.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isDate.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isSameDay.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isSameDay.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isSameMonth.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isSameMonth.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isToday.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isToday.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isValid.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/isValid.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/_lib/buildFormatLongFn.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/_lib/buildFormatLongFn.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/_lib/buildLocalizeFn.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/_lib/buildLocalizeFn.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/_lib/buildMatchFn.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/_lib/buildMatchFn.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/_lib/buildMatchPatternFn.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/_lib/buildMatchPatternFn.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de/_lib/formatDistance.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de/_lib/formatDistance.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de/_lib/formatLong.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de/_lib/formatLong.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de/_lib/formatRelative.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de/_lib/formatRelative.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de/_lib/localize.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de/_lib/localize.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de/_lib/match.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de/_lib/match.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/de.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US/_lib/formatDistance.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US/_lib/formatDistance.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US/_lib/formatLong.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US/_lib/formatLong.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US/_lib/formatRelative.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US/_lib/formatRelative.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US/_lib/localize.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US/_lib/localize.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US/_lib/match.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US/_lib/match.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/en-US.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr/_lib/formatDistance.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr/_lib/formatDistance.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr/_lib/formatLong.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr/_lib/formatLong.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr/_lib/formatRelative.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr/_lib/formatRelative.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr/_lib/localize.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr/_lib/localize.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr/_lib/match.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr/_lib/match.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/locale/fr.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/Parser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/Parser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/Setter.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/Setter.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/constants.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/constants.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/AMPMParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/AMPMParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/DateParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/DateParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/DayParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/DayParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/EraParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/EraParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ISODayParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ISODayParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/LocalDayParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/MinuteParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/MinuteParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/MonthParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/MonthParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/QuarterParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/QuarterParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/SecondParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/SecondParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/YearParser.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers/YearParser.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/parsers.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/utils.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse/_lib/utils.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/parse.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setDay.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setDay.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setHours.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setHours.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setISODay.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setISODay.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setISOWeek.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setISOWeek.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setMinutes.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setMinutes.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setWeek.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/setWeek.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfDay.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfDay.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfISOWeek.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfISOWeek.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfISOWeekYear.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfISOWeekYear.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfMonth.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfMonth.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfWeek.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfWeek.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfWeekYear.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfWeekYear.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfYear.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/startOfYear.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/subMonths.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/subMonths.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/toDate.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/toDate.js.map +0 -0
- /package/dist/{node_modules → vendor}/date-fns/transpose.js +0 -0
- /package/dist/{node_modules → vendor}/date-fns/transpose.js.map +0 -0
- /package/dist/{node_modules → vendor}/get-nonce/dist/es2015/index.js +0 -0
- /package/dist/{node_modules → vendor}/get-nonce/dist/es2015/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/Combination.js +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/Combination.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/SideEffect.js +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/UI.js +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/UI.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/handleScroll.js +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/medium.js +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/medium.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/sidecar.js +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll/dist/es2015/sidecar.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll-bar/dist/es2015/component.js +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll-bar/dist/es2015/component.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll-bar/dist/es2015/constants.js +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll-bar/dist/es2015/utils.js +0 -0
- /package/dist/{node_modules → vendor}/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-style-singleton/dist/es2015/component.js +0 -0
- /package/dist/{node_modules → vendor}/react-style-singleton/dist/es2015/component.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-style-singleton/dist/es2015/hook.js +0 -0
- /package/dist/{node_modules → vendor}/react-style-singleton/dist/es2015/hook.js.map +0 -0
- /package/dist/{node_modules → vendor}/react-style-singleton/dist/es2015/singleton.js +0 -0
- /package/dist/{node_modules → vendor}/react-style-singleton/dist/es2015/singleton.js.map +0 -0
- /package/dist/{node_modules → vendor}/rifm/dist/rifm.esm.js +0 -0
- /package/dist/{node_modules → vendor}/rifm/dist/rifm.esm.js.map +0 -0
- /package/dist/{node_modules → vendor}/sonner/dist/index.js +0 -0
- /package/dist/{node_modules → vendor}/sonner/dist/index.js.map +0 -0
- /package/dist/{node_modules → vendor}/tslib/tslib.es6.js +0 -0
- /package/dist/{node_modules → vendor}/tslib/tslib.es6.js.map +0 -0
- /package/dist/{node_modules → vendor}/use-callback-ref/dist/es2015/assignRef.js +0 -0
- /package/dist/{node_modules → vendor}/use-callback-ref/dist/es2015/assignRef.js.map +0 -0
- /package/dist/{node_modules → vendor}/use-callback-ref/dist/es2015/useMergeRef.js +0 -0
- /package/dist/{node_modules → vendor}/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -0
- /package/dist/{node_modules → vendor}/use-callback-ref/dist/es2015/useRef.js +0 -0
- /package/dist/{node_modules → vendor}/use-callback-ref/dist/es2015/useRef.js.map +0 -0
- /package/dist/{node_modules → vendor}/use-sidecar/dist/es2015/exports.js +0 -0
- /package/dist/{node_modules → vendor}/use-sidecar/dist/es2015/exports.js.map +0 -0
- /package/dist/{node_modules → vendor}/use-sidecar/dist/es2015/medium.js +0 -0
- /package/dist/{node_modules → vendor}/use-sidecar/dist/es2015/medium.js.map +0 -0
- /package/dist/{node_modules → vendor}/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +0 -0
- /package/dist/{node_modules → vendor}/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +0 -0
- /package/dist/{node_modules → vendor}/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +0 -0
- /package/dist/{node_modules → vendor}/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +0 -0
- /package/dist/{node_modules → vendor}/use-sync-external-store/shim/index.js +0 -0
- /package/dist/{node_modules → vendor}/use-sync-external-store/shim/index.js.map +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as n, jsxs as
|
|
1
|
+
import { jsx as n, jsxs as R } from "react/jsx-runtime";
|
|
2
2
|
import * as s from "react";
|
|
3
|
-
import { Command as p } from "../../
|
|
4
|
-
import { shorthands as c } from "../../
|
|
5
|
-
import { SLOT_ATTR as i } from "../../renderer/contract.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
const
|
|
3
|
+
import { Command as p } from "../../vendor/cmdk/dist/index.js";
|
|
4
|
+
import { shorthands as c } from "../../packages/volt-runtime/dist/vendor/@griffel/core/src/index.js";
|
|
5
|
+
import { SLOT_ATTR as i } from "../../packages/volt-runtime/dist/renderer/contract.js";
|
|
6
|
+
import { mergeClasses as m } from "../../packages/volt-runtime/dist/vendor/@griffel/core/src/mergeClasses.js";
|
|
7
|
+
import { makeVoltStyles as N } from "../../styles/make-styles.js";
|
|
8
|
+
import { spacingElement1 as u, grayA3 as q, spacingElement3 as f, spacingElement2 as r, fontWeightMedium as S, grayA11 as h, leadingXs as v, textXs as T, accentA3 as L, grayA12 as y, leadingSm as C, textSm as x, semGraySoft as I, body as B, radiusSm as D, radiusMd as b } from "../../tokens/index.js";
|
|
9
|
+
import { Dialog as E, DialogHeader as X, DialogTitle as A, DialogDescription as H, DialogContent as W } from "../dialog/dialog.js";
|
|
10
|
+
const z = (d) => /* @__PURE__ */ n(
|
|
11
11
|
"svg",
|
|
12
12
|
{
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -18,9 +18,9 @@ const X = (d) => /* @__PURE__ */ n(
|
|
|
18
18
|
...d,
|
|
19
19
|
children: /* @__PURE__ */ n("path", { d: "M380-320q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l224 224q11 11 11 28t-11 28q-11 11-28 11t-28-11L532-372q-30 24-69 38t-83 14Zm0-80q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z" })
|
|
20
20
|
}
|
|
21
|
-
), l =
|
|
21
|
+
), l = N({
|
|
22
22
|
root: {
|
|
23
|
-
backgroundColor:
|
|
23
|
+
backgroundColor: B,
|
|
24
24
|
color: y,
|
|
25
25
|
display: "flex",
|
|
26
26
|
height: "100%",
|
|
@@ -28,15 +28,15 @@ const X = (d) => /* @__PURE__ */ n(
|
|
|
28
28
|
flexDirection: "column",
|
|
29
29
|
overflowX: "hidden",
|
|
30
30
|
overflowY: "hidden",
|
|
31
|
-
...c.borderRadius(
|
|
31
|
+
...c.borderRadius(b)
|
|
32
32
|
},
|
|
33
33
|
inputWrapper: {
|
|
34
34
|
display: "flex",
|
|
35
35
|
alignItems: "center",
|
|
36
36
|
...c.gap(r),
|
|
37
|
-
...c.borderBottom("1px", "solid",
|
|
38
|
-
paddingLeft:
|
|
39
|
-
paddingRight:
|
|
37
|
+
...c.borderBottom("1px", "solid", q),
|
|
38
|
+
paddingLeft: f,
|
|
39
|
+
paddingRight: f
|
|
40
40
|
},
|
|
41
41
|
searchIcon: {
|
|
42
42
|
width: "1.25rem",
|
|
@@ -48,14 +48,15 @@ const X = (d) => /* @__PURE__ */ n(
|
|
|
48
48
|
height: "3rem",
|
|
49
49
|
display: "flex",
|
|
50
50
|
width: "100%",
|
|
51
|
-
...c.borderRadius(
|
|
51
|
+
...c.borderRadius(b),
|
|
52
52
|
backgroundColor: "transparent",
|
|
53
|
-
paddingTop:
|
|
54
|
-
paddingBottom:
|
|
55
|
-
fontSize:
|
|
53
|
+
paddingTop: f,
|
|
54
|
+
paddingBottom: f,
|
|
55
|
+
fontSize: x,
|
|
56
|
+
lineHeight: C,
|
|
56
57
|
outlineStyle: "none",
|
|
57
58
|
"::placeholder": {
|
|
58
|
-
color:
|
|
59
|
+
color: h
|
|
59
60
|
},
|
|
60
61
|
":disabled": {
|
|
61
62
|
cursor: "not-allowed",
|
|
@@ -72,8 +73,9 @@ const X = (d) => /* @__PURE__ */ n(
|
|
|
72
73
|
paddingTop: "1.5rem",
|
|
73
74
|
paddingBottom: "1.5rem",
|
|
74
75
|
textAlign: "center",
|
|
75
|
-
fontSize:
|
|
76
|
-
|
|
76
|
+
fontSize: x,
|
|
77
|
+
lineHeight: C,
|
|
78
|
+
color: h
|
|
77
79
|
},
|
|
78
80
|
group: {
|
|
79
81
|
color: y,
|
|
@@ -81,17 +83,18 @@ const X = (d) => /* @__PURE__ */ n(
|
|
|
81
83
|
overflowY: "hidden",
|
|
82
84
|
...c.padding(u),
|
|
83
85
|
"& [cmdk-group-heading]": {
|
|
84
|
-
color:
|
|
86
|
+
color: h,
|
|
85
87
|
paddingLeft: r,
|
|
86
88
|
paddingRight: r,
|
|
87
89
|
paddingTop: "0.375rem",
|
|
88
90
|
paddingBottom: "0.375rem",
|
|
89
|
-
fontSize:
|
|
90
|
-
|
|
91
|
+
fontSize: T,
|
|
92
|
+
lineHeight: v,
|
|
93
|
+
fontWeight: S
|
|
91
94
|
}
|
|
92
95
|
},
|
|
93
96
|
separator: {
|
|
94
|
-
backgroundColor:
|
|
97
|
+
backgroundColor: I,
|
|
95
98
|
marginLeft: `calc(-1 * ${u})`,
|
|
96
99
|
marginRight: `calc(-1 * ${u})`,
|
|
97
100
|
height: "1px"
|
|
@@ -102,20 +105,21 @@ const X = (d) => /* @__PURE__ */ n(
|
|
|
102
105
|
cursor: "default",
|
|
103
106
|
alignItems: "center",
|
|
104
107
|
...c.gap(r),
|
|
105
|
-
...c.borderRadius(
|
|
108
|
+
...c.borderRadius(D),
|
|
106
109
|
paddingLeft: r,
|
|
107
110
|
paddingRight: r,
|
|
108
111
|
paddingTop: "0.375rem",
|
|
109
112
|
paddingBottom: "0.375rem",
|
|
110
|
-
fontSize:
|
|
113
|
+
fontSize: x,
|
|
114
|
+
lineHeight: C,
|
|
111
115
|
outlineStyle: "none",
|
|
112
116
|
userSelect: "none",
|
|
113
117
|
color: y,
|
|
114
118
|
"&[data-selected='true'], &[aria-selected='true']": {
|
|
115
|
-
backgroundColor:
|
|
119
|
+
backgroundColor: L
|
|
116
120
|
},
|
|
117
121
|
":hover": {
|
|
118
|
-
backgroundColor:
|
|
122
|
+
backgroundColor: L
|
|
119
123
|
},
|
|
120
124
|
"&[data-disabled='true'], &[aria-disabled='true']": {
|
|
121
125
|
pointerEvents: "none",
|
|
@@ -128,17 +132,18 @@ const X = (d) => /* @__PURE__ */ n(
|
|
|
128
132
|
height: "1rem"
|
|
129
133
|
},
|
|
130
134
|
"& svg:not([class*='text-'])": {
|
|
131
|
-
color:
|
|
135
|
+
color: h
|
|
132
136
|
}
|
|
133
137
|
},
|
|
134
138
|
shortcut: {
|
|
135
|
-
color:
|
|
139
|
+
color: h,
|
|
136
140
|
marginLeft: "auto",
|
|
137
|
-
fontSize:
|
|
141
|
+
fontSize: T,
|
|
142
|
+
lineHeight: v,
|
|
138
143
|
letterSpacing: "0.1em"
|
|
139
144
|
},
|
|
140
145
|
loading: {
|
|
141
|
-
color:
|
|
146
|
+
color: h
|
|
142
147
|
},
|
|
143
148
|
dialogContent: {
|
|
144
149
|
overflowX: "hidden",
|
|
@@ -147,10 +152,10 @@ const X = (d) => /* @__PURE__ */ n(
|
|
|
147
152
|
},
|
|
148
153
|
dialogCommand: {
|
|
149
154
|
"& [cmdk-group-heading]": {
|
|
150
|
-
color:
|
|
155
|
+
color: h,
|
|
151
156
|
paddingLeft: r,
|
|
152
157
|
paddingRight: r,
|
|
153
|
-
fontWeight:
|
|
158
|
+
fontWeight: S
|
|
154
159
|
},
|
|
155
160
|
[`& [${i}="command-input-wrapper"]`]: {
|
|
156
161
|
height: "3rem"
|
|
@@ -162,8 +167,8 @@ const X = (d) => /* @__PURE__ */ n(
|
|
|
162
167
|
"& [cmdk-item]": {
|
|
163
168
|
paddingLeft: r,
|
|
164
169
|
paddingRight: r,
|
|
165
|
-
paddingTop:
|
|
166
|
-
paddingBottom:
|
|
170
|
+
paddingTop: f,
|
|
171
|
+
paddingBottom: f
|
|
167
172
|
},
|
|
168
173
|
"& [cmdk-item] svg": {
|
|
169
174
|
width: "1.25rem",
|
|
@@ -195,16 +200,16 @@ const X = (d) => /* @__PURE__ */ n(
|
|
|
195
200
|
whiteSpace: "nowrap",
|
|
196
201
|
...c.borderWidth(0)
|
|
197
202
|
}
|
|
198
|
-
}),
|
|
203
|
+
}), Y = s.forwardRef(function({ className: t, "data-slot": o = "command", ...e }, a) {
|
|
199
204
|
const g = l();
|
|
200
205
|
return /* @__PURE__ */ n(
|
|
201
206
|
p,
|
|
202
207
|
{
|
|
203
|
-
ref:
|
|
208
|
+
ref: a,
|
|
204
209
|
"data-slot": o,
|
|
205
210
|
[i]: o,
|
|
206
211
|
className: m(g.root, t),
|
|
207
|
-
...
|
|
212
|
+
...e
|
|
208
213
|
}
|
|
209
214
|
);
|
|
210
215
|
});
|
|
@@ -212,147 +217,147 @@ s.forwardRef(
|
|
|
212
217
|
function({
|
|
213
218
|
title: t = "Command Palette",
|
|
214
219
|
description: o = "Search for a command to run...",
|
|
215
|
-
children:
|
|
216
|
-
className:
|
|
220
|
+
children: e,
|
|
221
|
+
className: a,
|
|
217
222
|
showCloseButton: g = !0,
|
|
218
|
-
...
|
|
219
|
-
},
|
|
223
|
+
...k
|
|
224
|
+
}, G) {
|
|
220
225
|
const w = l();
|
|
221
|
-
return /* @__PURE__ */
|
|
222
|
-
/* @__PURE__ */
|
|
223
|
-
/* @__PURE__ */ n(
|
|
224
|
-
/* @__PURE__ */ n(
|
|
226
|
+
return /* @__PURE__ */ R(E, { ...k, children: [
|
|
227
|
+
/* @__PURE__ */ R(X, { className: w.srOnly, children: [
|
|
228
|
+
/* @__PURE__ */ n(A, { children: t }),
|
|
229
|
+
/* @__PURE__ */ n(H, { children: o })
|
|
225
230
|
] }),
|
|
226
231
|
/* @__PURE__ */ n(
|
|
227
232
|
W,
|
|
228
233
|
{
|
|
229
|
-
className: m(w.dialogContent,
|
|
234
|
+
className: m(w.dialogContent, a),
|
|
230
235
|
showCloseButton: g,
|
|
231
|
-
children: /* @__PURE__ */ n(
|
|
236
|
+
children: /* @__PURE__ */ n(Y, { className: w.dialogCommand, children: e })
|
|
232
237
|
}
|
|
233
238
|
)
|
|
234
239
|
] });
|
|
235
240
|
}
|
|
236
241
|
);
|
|
237
|
-
const
|
|
242
|
+
const V = s.forwardRef(function({ className: t, wrapperClassName: o, ...e }, a) {
|
|
238
243
|
const g = l();
|
|
239
|
-
return /* @__PURE__ */
|
|
244
|
+
return /* @__PURE__ */ R(
|
|
240
245
|
"div",
|
|
241
246
|
{
|
|
242
247
|
"data-slot": "command-input-wrapper",
|
|
243
248
|
[i]: "command-input-wrapper",
|
|
244
249
|
className: m(g.inputWrapper, o),
|
|
245
250
|
children: [
|
|
246
|
-
/* @__PURE__ */ n(
|
|
251
|
+
/* @__PURE__ */ n(z, { className: g.searchIcon }),
|
|
247
252
|
/* @__PURE__ */ n(
|
|
248
253
|
p.Input,
|
|
249
254
|
{
|
|
250
|
-
ref:
|
|
255
|
+
ref: a,
|
|
251
256
|
"data-slot": "command-input",
|
|
252
257
|
[i]: "command-input",
|
|
253
258
|
className: m(g.input, t),
|
|
254
|
-
...
|
|
259
|
+
...e
|
|
255
260
|
}
|
|
256
261
|
)
|
|
257
262
|
]
|
|
258
263
|
}
|
|
259
264
|
);
|
|
260
|
-
}),
|
|
261
|
-
const
|
|
265
|
+
}), F = s.forwardRef(function({ className: t, ...o }, e) {
|
|
266
|
+
const a = l();
|
|
262
267
|
return /* @__PURE__ */ n(
|
|
263
268
|
p.List,
|
|
264
269
|
{
|
|
265
|
-
ref:
|
|
270
|
+
ref: e,
|
|
266
271
|
"data-slot": "command-list",
|
|
267
272
|
[i]: "command-list",
|
|
268
|
-
className: m(
|
|
273
|
+
className: m(a.list, t),
|
|
269
274
|
...o
|
|
270
275
|
}
|
|
271
276
|
);
|
|
272
|
-
}),
|
|
273
|
-
const
|
|
277
|
+
}), J = s.forwardRef(function({ className: t, ...o }, e) {
|
|
278
|
+
const a = l();
|
|
274
279
|
return /* @__PURE__ */ n(
|
|
275
280
|
p.Empty,
|
|
276
281
|
{
|
|
277
|
-
ref:
|
|
282
|
+
ref: e,
|
|
278
283
|
"data-slot": "command-empty",
|
|
279
284
|
[i]: "command-empty",
|
|
280
|
-
className: m(
|
|
285
|
+
className: m(a.empty, t),
|
|
281
286
|
...o
|
|
282
287
|
}
|
|
283
288
|
);
|
|
284
|
-
}),
|
|
285
|
-
const
|
|
289
|
+
}), K = s.forwardRef(function({ className: t, ...o }, e) {
|
|
290
|
+
const a = l();
|
|
286
291
|
return /* @__PURE__ */ n(
|
|
287
292
|
p.Group,
|
|
288
293
|
{
|
|
289
|
-
ref:
|
|
294
|
+
ref: e,
|
|
290
295
|
"data-slot": "command-group",
|
|
291
296
|
[i]: "command-group",
|
|
292
|
-
className: m(
|
|
297
|
+
className: m(a.group, t),
|
|
293
298
|
...o
|
|
294
299
|
}
|
|
295
300
|
);
|
|
296
|
-
}),
|
|
297
|
-
const
|
|
301
|
+
}), U = s.forwardRef(function({ className: t, ...o }, e) {
|
|
302
|
+
const a = l();
|
|
298
303
|
return /* @__PURE__ */ n(
|
|
299
304
|
p.Separator,
|
|
300
305
|
{
|
|
301
|
-
ref:
|
|
306
|
+
ref: e,
|
|
302
307
|
"data-slot": "command-separator",
|
|
303
308
|
[i]: "command-separator",
|
|
304
|
-
className: m(
|
|
309
|
+
className: m(a.separator, t),
|
|
305
310
|
...o
|
|
306
311
|
}
|
|
307
312
|
);
|
|
308
|
-
}),
|
|
309
|
-
const
|
|
313
|
+
}), oo = s.forwardRef(function({ className: t, ...o }, e) {
|
|
314
|
+
const a = l();
|
|
310
315
|
return /* @__PURE__ */ n(
|
|
311
316
|
p.Item,
|
|
312
317
|
{
|
|
313
|
-
ref:
|
|
318
|
+
ref: e,
|
|
314
319
|
"data-slot": "command-item",
|
|
315
320
|
[i]: "command-item",
|
|
316
|
-
className: m(
|
|
321
|
+
className: m(a.item, t),
|
|
317
322
|
...o
|
|
318
323
|
}
|
|
319
324
|
);
|
|
320
325
|
});
|
|
321
|
-
s.forwardRef(function({ className: t, ...o },
|
|
322
|
-
const
|
|
326
|
+
s.forwardRef(function({ className: t, ...o }, e) {
|
|
327
|
+
const a = l();
|
|
323
328
|
return /* @__PURE__ */ n(
|
|
324
329
|
"span",
|
|
325
330
|
{
|
|
326
|
-
ref:
|
|
331
|
+
ref: e,
|
|
327
332
|
"data-slot": "command-shortcut",
|
|
328
333
|
[i]: "command-shortcut",
|
|
329
|
-
className: m(
|
|
334
|
+
className: m(a.shortcut, t),
|
|
330
335
|
...o
|
|
331
336
|
}
|
|
332
337
|
);
|
|
333
338
|
});
|
|
334
|
-
const
|
|
335
|
-
const
|
|
339
|
+
const to = s.forwardRef(function({ className: t, ...o }, e) {
|
|
340
|
+
const a = l();
|
|
336
341
|
return /* @__PURE__ */ n(
|
|
337
342
|
p.Loading,
|
|
338
343
|
{
|
|
339
|
-
ref:
|
|
344
|
+
ref: e,
|
|
340
345
|
"data-slot": "command-loading",
|
|
341
346
|
[i]: "command-loading",
|
|
342
|
-
className: m(
|
|
347
|
+
className: m(a.loading, t),
|
|
343
348
|
...o
|
|
344
349
|
}
|
|
345
350
|
);
|
|
346
351
|
});
|
|
347
352
|
export {
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
353
|
+
Y as Command,
|
|
354
|
+
J as CommandEmpty,
|
|
355
|
+
K as CommandGroup,
|
|
356
|
+
V as CommandInput,
|
|
357
|
+
oo as CommandItem,
|
|
358
|
+
F as CommandList,
|
|
359
|
+
to as CommandLoading,
|
|
360
|
+
Y as CommandRoot,
|
|
361
|
+
U as CommandSeparator
|
|
357
362
|
};
|
|
358
363
|
//# sourceMappingURL=command.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.js","sources":["../../../src/components/command/command.tsx"],"sourcesContent":["import * as React from \"react\"\nimport { Command as CommandPrimitive } from \"cmdk\"\nimport { mergeClasses, shorthands } from \"@griffel/core\"\n\nimport { SLOT_ATTR } from \"../../renderer/contract\"\nimport { makeVoltStyles } from \"../../styles/make-styles\"\nimport * as tokens from \"../../tokens\"\nimport {\n Dialog,\n DialogContent,\n DialogDescription,\n DialogHeader,\n DialogTitle,\n} from \"../dialog/dialog\"\n\nconst SearchIcon = (props: React.SVGProps<SVGSVGElement>) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n height=\"24px\"\n viewBox=\"0 -960 960 960\"\n width=\"24px\"\n fill=\"currentColor\"\n {...props}\n >\n <path d=\"M380-320q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l224 224q11 11 11 28t-11 28q-11 11-28 11t-28-11L532-372q-30 24-69 38t-83 14Zm0-80q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z\" />\n </svg>\n)\n\nconst useStyles = makeVoltStyles({\n root: {\n backgroundColor: tokens.body,\n color: tokens.grayA12,\n display: \"flex\",\n height: \"100%\",\n width: \"100%\",\n flexDirection: \"column\",\n overflowX: \"hidden\",\n overflowY: \"hidden\",\n ...shorthands.borderRadius(tokens.radiusMd),\n },\n inputWrapper: {\n display: \"flex\",\n alignItems: \"center\",\n ...shorthands.gap(tokens.spacingElement2),\n ...shorthands.borderBottom(\"1px\", \"solid\", tokens.grayA3),\n paddingLeft: tokens.spacingElement3,\n paddingRight: tokens.spacingElement3,\n },\n searchIcon: {\n width: \"1.25rem\",\n height: \"1.25rem\",\n flexShrink: 0,\n opacity: 0.5,\n },\n input: {\n height: \"3rem\",\n display: \"flex\",\n width: \"100%\",\n ...shorthands.borderRadius(tokens.radiusMd),\n backgroundColor: \"transparent\",\n paddingTop: tokens.spacingElement3,\n paddingBottom: tokens.spacingElement3,\n fontSize: tokens.textSm,\n outlineStyle: \"none\",\n \"::placeholder\": {\n color: tokens.grayA11,\n },\n \":disabled\": {\n cursor: \"not-allowed\",\n opacity: 0.5,\n },\n },\n list: {\n overflowX: \"hidden\",\n overflowY: \"auto\",\n scrollPaddingTop: tokens.spacingElement1,\n scrollPaddingBottom: tokens.spacingElement1,\n },\n empty: {\n paddingTop: \"1.5rem\",\n paddingBottom: \"1.5rem\",\n textAlign: \"center\",\n fontSize: tokens.textSm,\n color: tokens.grayA11,\n },\n group: {\n color: tokens.grayA12,\n overflowX: \"hidden\",\n overflowY: \"hidden\",\n ...shorthands.padding(tokens.spacingElement1),\n \"& [cmdk-group-heading]\": {\n color: tokens.grayA11,\n paddingLeft: tokens.spacingElement2,\n paddingRight: tokens.spacingElement2,\n paddingTop: \"0.375rem\",\n paddingBottom: \"0.375rem\",\n fontSize: tokens.textXs,\n fontWeight: tokens.fontWeightMedium,\n },\n },\n separator: {\n backgroundColor: tokens.semGraySoft,\n marginLeft: `calc(-1 * ${tokens.spacingElement1})`,\n marginRight: `calc(-1 * ${tokens.spacingElement1})`,\n height: \"1px\",\n },\n item: {\n position: \"relative\",\n display: \"flex\",\n cursor: \"default\",\n alignItems: \"center\",\n ...shorthands.gap(tokens.spacingElement2),\n ...shorthands.borderRadius(tokens.radiusSm),\n paddingLeft: tokens.spacingElement2,\n paddingRight: tokens.spacingElement2,\n paddingTop: \"0.375rem\",\n paddingBottom: \"0.375rem\",\n fontSize: tokens.textSm,\n outlineStyle: \"none\",\n userSelect: \"none\",\n color: tokens.grayA12,\n \"&[data-selected='true'], &[aria-selected='true']\": {\n backgroundColor: tokens.accentA3,\n },\n \":hover\": {\n backgroundColor: tokens.accentA3,\n },\n \"&[data-disabled='true'], &[aria-disabled='true']\": {\n pointerEvents: \"none\",\n opacity: 0.5,\n },\n \"& svg\": {\n pointerEvents: \"none\",\n flexShrink: 0,\n width: \"1rem\",\n height: \"1rem\",\n },\n \"& svg:not([class*='text-'])\": {\n color: tokens.grayA11,\n },\n },\n shortcut: {\n color: tokens.grayA11,\n marginLeft: \"auto\",\n fontSize: tokens.textXs,\n letterSpacing: \"0.1em\",\n },\n loading: {\n color: tokens.grayA11,\n },\n dialogContent: {\n overflowX: \"hidden\",\n overflowY: \"hidden\",\n ...shorthands.padding(0),\n },\n dialogCommand: {\n \"& [cmdk-group-heading]\": {\n color: tokens.grayA11,\n paddingLeft: tokens.spacingElement2,\n paddingRight: tokens.spacingElement2,\n fontWeight: tokens.fontWeightMedium,\n },\n [`& [${SLOT_ATTR}=\"command-input-wrapper\"]`]: {\n height: \"3rem\",\n },\n \"& [cmdk-group]\": {\n paddingLeft: tokens.spacingElement2,\n paddingRight: tokens.spacingElement2,\n },\n \"& [cmdk-item]\": {\n paddingLeft: tokens.spacingElement2,\n paddingRight: tokens.spacingElement2,\n paddingTop: tokens.spacingElement3,\n paddingBottom: tokens.spacingElement3,\n },\n \"& [cmdk-item] svg\": {\n width: \"1.25rem\",\n height: \"1.25rem\",\n },\n \"& [cmdk-input-wrapper] svg\": {\n width: \"1.25rem\",\n height: \"1.25rem\",\n },\n \"& [cmdk-input]\": {\n height: \"3rem\",\n },\n },\n srOnly: {\n position: \"absolute\",\n width: \"1px\",\n height: \"1px\",\n paddingTop: 0,\n paddingBottom: 0,\n paddingLeft: 0,\n paddingRight: 0,\n marginTop: \"-1px\",\n marginBottom: \"-1px\",\n marginLeft: \"-1px\",\n marginRight: \"-1px\",\n overflowX: \"hidden\",\n overflowY: \"hidden\",\n clip: \"rect(0, 0, 0, 0)\",\n whiteSpace: \"nowrap\",\n ...shorthands.borderWidth(0),\n },\n})\n\nexport type CommandProps = React.ComponentProps<typeof CommandPrimitive> & {\n \"data-slot\"?: string\n}\n\nexport const Command = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive>,\n CommandProps\n>(function Command(\n { className, \"data-slot\": dataSlot = \"command\", ...props },\n ref\n) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive\n ref={ref}\n data-slot={dataSlot}\n {...{ [SLOT_ATTR]: dataSlot }}\n className={mergeClasses(styles.root, className)}\n {...props}\n />\n )\n})\n\nexport type CommandDialogProps = Omit<\n React.ComponentProps<typeof Dialog>,\n \"children\"\n> & {\n children?: React.ReactNode\n title?: string\n description?: string\n className?: string\n showCloseButton?: boolean\n}\n\nexport const CommandDialog = React.forwardRef<HTMLElement, CommandDialogProps>(\n function CommandDialog(\n {\n title = \"Command Palette\",\n description = \"Search for a command to run...\",\n children,\n className,\n showCloseButton = true,\n ...props\n },\n _ref\n ) {\n const styles = useStyles()\n\n return (\n <Dialog {...props}>\n <DialogHeader className={styles.srOnly}>\n <DialogTitle>{title}</DialogTitle>\n <DialogDescription>{description}</DialogDescription>\n </DialogHeader>\n <DialogContent\n className={mergeClasses(styles.dialogContent, className)}\n showCloseButton={showCloseButton}\n >\n <Command className={styles.dialogCommand}>{children}</Command>\n </DialogContent>\n </Dialog>\n )\n }\n)\n\nexport type CommandInputProps = React.ComponentProps<\n typeof CommandPrimitive.Input\n> & {\n wrapperClassName?: string\n}\n\nexport const CommandInput = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Input>,\n CommandInputProps\n>(function CommandInput({ className, wrapperClassName, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <div\n data-slot=\"command-input-wrapper\"\n {...{ [SLOT_ATTR]: \"command-input-wrapper\" }}\n className={mergeClasses(styles.inputWrapper, wrapperClassName)}\n >\n <SearchIcon className={styles.searchIcon} />\n <CommandPrimitive.Input\n ref={ref}\n data-slot=\"command-input\"\n {...{ [SLOT_ATTR]: \"command-input\" }}\n className={mergeClasses(styles.input, className)}\n {...props}\n />\n </div>\n )\n})\n\nexport type CommandListProps = React.ComponentProps<\n typeof CommandPrimitive.List\n>\n\nexport const CommandList = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.List>,\n CommandListProps\n>(function CommandList({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.List\n ref={ref}\n data-slot=\"command-list\"\n {...{ [SLOT_ATTR]: \"command-list\" }}\n className={mergeClasses(styles.list, className)}\n {...props}\n />\n )\n})\n\nexport type CommandEmptyProps = React.ComponentProps<\n typeof CommandPrimitive.Empty\n>\n\nexport const CommandEmpty = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Empty>,\n CommandEmptyProps\n>(function CommandEmpty({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.Empty\n ref={ref}\n data-slot=\"command-empty\"\n {...{ [SLOT_ATTR]: \"command-empty\" }}\n className={mergeClasses(styles.empty, className)}\n {...props}\n />\n )\n})\n\nexport type CommandGroupProps = React.ComponentProps<\n typeof CommandPrimitive.Group\n>\n\nexport const CommandGroup = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Group>,\n CommandGroupProps\n>(function CommandGroup({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.Group\n ref={ref}\n data-slot=\"command-group\"\n {...{ [SLOT_ATTR]: \"command-group\" }}\n className={mergeClasses(styles.group, className)}\n {...props}\n />\n )\n})\n\nexport type CommandSeparatorProps = React.ComponentProps<\n typeof CommandPrimitive.Separator\n>\n\nexport const CommandSeparator = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Separator>,\n CommandSeparatorProps\n>(function CommandSeparator({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.Separator\n ref={ref}\n data-slot=\"command-separator\"\n {...{ [SLOT_ATTR]: \"command-separator\" }}\n className={mergeClasses(styles.separator, className)}\n {...props}\n />\n )\n})\n\nexport type CommandItemProps = React.ComponentProps<\n typeof CommandPrimitive.Item\n>\n\nexport const CommandItem = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Item>,\n CommandItemProps\n>(function CommandItem({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.Item\n ref={ref}\n data-slot=\"command-item\"\n {...{ [SLOT_ATTR]: \"command-item\" }}\n className={mergeClasses(styles.item, className)}\n {...props}\n />\n )\n})\n\nexport type CommandShortcutProps = React.ComponentProps<\"span\">\n\nexport const CommandShortcut = React.forwardRef<\n HTMLSpanElement,\n CommandShortcutProps\n>(function CommandShortcut({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <span\n ref={ref}\n data-slot=\"command-shortcut\"\n {...{ [SLOT_ATTR]: \"command-shortcut\" }}\n className={mergeClasses(styles.shortcut, className)}\n {...props}\n />\n )\n})\n\nexport type CommandLoadingProps = React.ComponentProps<\n typeof CommandPrimitive.Loading\n>\n\nexport const CommandLoading = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Loading>,\n CommandLoadingProps\n>(function CommandLoading({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.Loading\n ref={ref}\n data-slot=\"command-loading\"\n {...{ [SLOT_ATTR]: \"command-loading\" }}\n className={mergeClasses(styles.loading, className)}\n {...props}\n />\n )\n})\n\nexport { Command as CommandRoot }\n"],"names":["SearchIcon","props","jsx","useStyles","makeVoltStyles","tokens.body","tokens.grayA12","shorthands","tokens.radiusMd","tokens.spacingElement2","tokens.grayA3","tokens.spacingElement3","tokens.textSm","tokens.grayA11","tokens.spacingElement1","tokens.textXs","tokens.fontWeightMedium","tokens.semGraySoft","tokens.radiusSm","tokens.accentA3","SLOT_ATTR","Command","React","className","dataSlot","ref","styles","CommandPrimitive","mergeClasses","title","description","children","showCloseButton","_ref","jsxs","Dialog","DialogHeader","DialogTitle","DialogDescription","DialogContent","CommandInput","wrapperClassName","CommandList","CommandEmpty","CommandGroup","CommandSeparator","CommandItem","CommandLoading"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"command.js","sources":["../../../src/components/command/command.tsx"],"sourcesContent":["import * as React from \"react\"\nimport { Command as CommandPrimitive } from \"cmdk\"\nimport { mergeClasses, shorthands } from \"@epilot/volt-ui-runtime\"\n\nimport { SLOT_ATTR } from \"../../renderer/contract\"\nimport { makeVoltStyles } from \"../../styles/make-styles\"\nimport * as tokens from \"../../tokens\"\nimport {\n Dialog,\n DialogContent,\n DialogDescription,\n DialogHeader,\n DialogTitle,\n} from \"../dialog/dialog\"\n\nconst SearchIcon = (props: React.SVGProps<SVGSVGElement>) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n height=\"24px\"\n viewBox=\"0 -960 960 960\"\n width=\"24px\"\n fill=\"currentColor\"\n {...props}\n >\n <path d=\"M380-320q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l224 224q11 11 11 28t-11 28q-11 11-28 11t-28-11L532-372q-30 24-69 38t-83 14Zm0-80q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z\" />\n </svg>\n)\n\nconst useStyles = makeVoltStyles({\n root: {\n backgroundColor: tokens.body,\n color: tokens.grayA12,\n display: \"flex\",\n height: \"100%\",\n width: \"100%\",\n flexDirection: \"column\",\n overflowX: \"hidden\",\n overflowY: \"hidden\",\n ...shorthands.borderRadius(tokens.radiusMd),\n },\n inputWrapper: {\n display: \"flex\",\n alignItems: \"center\",\n ...shorthands.gap(tokens.spacingElement2),\n ...shorthands.borderBottom(\"1px\", \"solid\", tokens.grayA3),\n paddingLeft: tokens.spacingElement3,\n paddingRight: tokens.spacingElement3,\n },\n searchIcon: {\n width: \"1.25rem\",\n height: \"1.25rem\",\n flexShrink: 0,\n opacity: 0.5,\n },\n input: {\n height: \"3rem\",\n display: \"flex\",\n width: \"100%\",\n ...shorthands.borderRadius(tokens.radiusMd),\n backgroundColor: \"transparent\",\n paddingTop: tokens.spacingElement3,\n paddingBottom: tokens.spacingElement3,\n fontSize: tokens.textSm,\n lineHeight: tokens.leadingSm,\n outlineStyle: \"none\",\n \"::placeholder\": {\n color: tokens.grayA11,\n },\n \":disabled\": {\n cursor: \"not-allowed\",\n opacity: 0.5,\n },\n },\n list: {\n overflowX: \"hidden\",\n overflowY: \"auto\",\n scrollPaddingTop: tokens.spacingElement1,\n scrollPaddingBottom: tokens.spacingElement1,\n },\n empty: {\n paddingTop: \"1.5rem\",\n paddingBottom: \"1.5rem\",\n textAlign: \"center\",\n fontSize: tokens.textSm,\n lineHeight: tokens.leadingSm,\n color: tokens.grayA11,\n },\n group: {\n color: tokens.grayA12,\n overflowX: \"hidden\",\n overflowY: \"hidden\",\n ...shorthands.padding(tokens.spacingElement1),\n \"& [cmdk-group-heading]\": {\n color: tokens.grayA11,\n paddingLeft: tokens.spacingElement2,\n paddingRight: tokens.spacingElement2,\n paddingTop: \"0.375rem\",\n paddingBottom: \"0.375rem\",\n fontSize: tokens.textXs,\n lineHeight: tokens.leadingXs,\n fontWeight: tokens.fontWeightMedium,\n },\n },\n separator: {\n backgroundColor: tokens.semGraySoft,\n marginLeft: `calc(-1 * ${tokens.spacingElement1})`,\n marginRight: `calc(-1 * ${tokens.spacingElement1})`,\n height: \"1px\",\n },\n item: {\n position: \"relative\",\n display: \"flex\",\n cursor: \"default\",\n alignItems: \"center\",\n ...shorthands.gap(tokens.spacingElement2),\n ...shorthands.borderRadius(tokens.radiusSm),\n paddingLeft: tokens.spacingElement2,\n paddingRight: tokens.spacingElement2,\n paddingTop: \"0.375rem\",\n paddingBottom: \"0.375rem\",\n fontSize: tokens.textSm,\n lineHeight: tokens.leadingSm,\n outlineStyle: \"none\",\n userSelect: \"none\",\n color: tokens.grayA12,\n \"&[data-selected='true'], &[aria-selected='true']\": {\n backgroundColor: tokens.accentA3,\n },\n \":hover\": {\n backgroundColor: tokens.accentA3,\n },\n \"&[data-disabled='true'], &[aria-disabled='true']\": {\n pointerEvents: \"none\",\n opacity: 0.5,\n },\n \"& svg\": {\n pointerEvents: \"none\",\n flexShrink: 0,\n width: \"1rem\",\n height: \"1rem\",\n },\n \"& svg:not([class*='text-'])\": {\n color: tokens.grayA11,\n },\n },\n shortcut: {\n color: tokens.grayA11,\n marginLeft: \"auto\",\n fontSize: tokens.textXs,\n lineHeight: tokens.leadingXs,\n letterSpacing: \"0.1em\",\n },\n loading: {\n color: tokens.grayA11,\n },\n dialogContent: {\n overflowX: \"hidden\",\n overflowY: \"hidden\",\n ...shorthands.padding(0),\n },\n dialogCommand: {\n \"& [cmdk-group-heading]\": {\n color: tokens.grayA11,\n paddingLeft: tokens.spacingElement2,\n paddingRight: tokens.spacingElement2,\n fontWeight: tokens.fontWeightMedium,\n },\n [`& [${SLOT_ATTR}=\"command-input-wrapper\"]`]: {\n height: \"3rem\",\n },\n \"& [cmdk-group]\": {\n paddingLeft: tokens.spacingElement2,\n paddingRight: tokens.spacingElement2,\n },\n \"& [cmdk-item]\": {\n paddingLeft: tokens.spacingElement2,\n paddingRight: tokens.spacingElement2,\n paddingTop: tokens.spacingElement3,\n paddingBottom: tokens.spacingElement3,\n },\n \"& [cmdk-item] svg\": {\n width: \"1.25rem\",\n height: \"1.25rem\",\n },\n \"& [cmdk-input-wrapper] svg\": {\n width: \"1.25rem\",\n height: \"1.25rem\",\n },\n \"& [cmdk-input]\": {\n height: \"3rem\",\n },\n },\n srOnly: {\n position: \"absolute\",\n width: \"1px\",\n height: \"1px\",\n paddingTop: 0,\n paddingBottom: 0,\n paddingLeft: 0,\n paddingRight: 0,\n marginTop: \"-1px\",\n marginBottom: \"-1px\",\n marginLeft: \"-1px\",\n marginRight: \"-1px\",\n overflowX: \"hidden\",\n overflowY: \"hidden\",\n clip: \"rect(0, 0, 0, 0)\",\n whiteSpace: \"nowrap\",\n ...shorthands.borderWidth(0),\n },\n})\n\nexport type CommandProps = React.ComponentProps<typeof CommandPrimitive> & {\n \"data-slot\"?: string\n}\n\nexport const Command = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive>,\n CommandProps\n>(function Command(\n { className, \"data-slot\": dataSlot = \"command\", ...props },\n ref\n) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive\n ref={ref}\n data-slot={dataSlot}\n {...{ [SLOT_ATTR]: dataSlot }}\n className={mergeClasses(styles.root, className)}\n {...props}\n />\n )\n})\n\nexport type CommandDialogProps = Omit<\n React.ComponentProps<typeof Dialog>,\n \"children\"\n> & {\n children?: React.ReactNode\n title?: string\n description?: string\n className?: string\n showCloseButton?: boolean\n}\n\nexport const CommandDialog = React.forwardRef<HTMLElement, CommandDialogProps>(\n function CommandDialog(\n {\n title = \"Command Palette\",\n description = \"Search for a command to run...\",\n children,\n className,\n showCloseButton = true,\n ...props\n },\n _ref\n ) {\n const styles = useStyles()\n\n return (\n <Dialog {...props}>\n <DialogHeader className={styles.srOnly}>\n <DialogTitle>{title}</DialogTitle>\n <DialogDescription>{description}</DialogDescription>\n </DialogHeader>\n <DialogContent\n className={mergeClasses(styles.dialogContent, className)}\n showCloseButton={showCloseButton}\n >\n <Command className={styles.dialogCommand}>{children}</Command>\n </DialogContent>\n </Dialog>\n )\n }\n)\n\nexport type CommandInputProps = React.ComponentProps<\n typeof CommandPrimitive.Input\n> & {\n wrapperClassName?: string\n}\n\nexport const CommandInput = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Input>,\n CommandInputProps\n>(function CommandInput({ className, wrapperClassName, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <div\n data-slot=\"command-input-wrapper\"\n {...{ [SLOT_ATTR]: \"command-input-wrapper\" }}\n className={mergeClasses(styles.inputWrapper, wrapperClassName)}\n >\n <SearchIcon className={styles.searchIcon} />\n <CommandPrimitive.Input\n ref={ref}\n data-slot=\"command-input\"\n {...{ [SLOT_ATTR]: \"command-input\" }}\n className={mergeClasses(styles.input, className)}\n {...props}\n />\n </div>\n )\n})\n\nexport type CommandListProps = React.ComponentProps<\n typeof CommandPrimitive.List\n>\n\nexport const CommandList = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.List>,\n CommandListProps\n>(function CommandList({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.List\n ref={ref}\n data-slot=\"command-list\"\n {...{ [SLOT_ATTR]: \"command-list\" }}\n className={mergeClasses(styles.list, className)}\n {...props}\n />\n )\n})\n\nexport type CommandEmptyProps = React.ComponentProps<\n typeof CommandPrimitive.Empty\n>\n\nexport const CommandEmpty = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Empty>,\n CommandEmptyProps\n>(function CommandEmpty({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.Empty\n ref={ref}\n data-slot=\"command-empty\"\n {...{ [SLOT_ATTR]: \"command-empty\" }}\n className={mergeClasses(styles.empty, className)}\n {...props}\n />\n )\n})\n\nexport type CommandGroupProps = React.ComponentProps<\n typeof CommandPrimitive.Group\n>\n\nexport const CommandGroup = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Group>,\n CommandGroupProps\n>(function CommandGroup({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.Group\n ref={ref}\n data-slot=\"command-group\"\n {...{ [SLOT_ATTR]: \"command-group\" }}\n className={mergeClasses(styles.group, className)}\n {...props}\n />\n )\n})\n\nexport type CommandSeparatorProps = React.ComponentProps<\n typeof CommandPrimitive.Separator\n>\n\nexport const CommandSeparator = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Separator>,\n CommandSeparatorProps\n>(function CommandSeparator({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.Separator\n ref={ref}\n data-slot=\"command-separator\"\n {...{ [SLOT_ATTR]: \"command-separator\" }}\n className={mergeClasses(styles.separator, className)}\n {...props}\n />\n )\n})\n\nexport type CommandItemProps = React.ComponentProps<\n typeof CommandPrimitive.Item\n>\n\nexport const CommandItem = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Item>,\n CommandItemProps\n>(function CommandItem({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.Item\n ref={ref}\n data-slot=\"command-item\"\n {...{ [SLOT_ATTR]: \"command-item\" }}\n className={mergeClasses(styles.item, className)}\n {...props}\n />\n )\n})\n\nexport type CommandShortcutProps = React.ComponentProps<\"span\">\n\nexport const CommandShortcut = React.forwardRef<\n HTMLSpanElement,\n CommandShortcutProps\n>(function CommandShortcut({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <span\n ref={ref}\n data-slot=\"command-shortcut\"\n {...{ [SLOT_ATTR]: \"command-shortcut\" }}\n className={mergeClasses(styles.shortcut, className)}\n {...props}\n />\n )\n})\n\nexport type CommandLoadingProps = React.ComponentProps<\n typeof CommandPrimitive.Loading\n>\n\nexport const CommandLoading = React.forwardRef<\n React.ElementRef<typeof CommandPrimitive.Loading>,\n CommandLoadingProps\n>(function CommandLoading({ className, ...props }, ref) {\n const styles = useStyles()\n\n return (\n <CommandPrimitive.Loading\n ref={ref}\n data-slot=\"command-loading\"\n {...{ [SLOT_ATTR]: \"command-loading\" }}\n className={mergeClasses(styles.loading, className)}\n {...props}\n />\n )\n})\n\nexport { Command as CommandRoot }\n"],"names":["SearchIcon","props","jsx","useStyles","makeVoltStyles","tokens.body","tokens.grayA12","shorthands","tokens.radiusMd","tokens.spacingElement2","tokens.grayA3","tokens.spacingElement3","tokens.textSm","tokens.leadingSm","tokens.grayA11","tokens.spacingElement1","tokens.textXs","tokens.leadingXs","tokens.fontWeightMedium","tokens.semGraySoft","tokens.radiusSm","tokens.accentA3","SLOT_ATTR","Command","React","className","dataSlot","ref","styles","CommandPrimitive","mergeClasses","title","description","children","showCloseButton","_ref","jsxs","Dialog","DialogHeader","DialogTitle","DialogDescription","DialogContent","CommandInput","wrapperClassName","CommandList","CommandEmpty","CommandGroup","CommandSeparator","CommandItem","CommandLoading"],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
export type DataTableBodyProps = {
|
|
4
|
+
/** Additional class name */
|
|
5
|
+
className?: string;
|
|
6
|
+
/** Custom empty state content */
|
|
7
|
+
emptyState?: ReactNode;
|
|
8
|
+
/** Loading state content (shown when isLoading is true) */
|
|
9
|
+
loadingState?: ReactNode;
|
|
10
|
+
/** Whether the table is in loading state */
|
|
11
|
+
isLoading?: boolean;
|
|
12
|
+
/** Error state content (shown when isError is true) */
|
|
13
|
+
errorState?: ReactNode;
|
|
14
|
+
/** Whether the table is in error state */
|
|
15
|
+
isError?: boolean;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Renders the table body with rows.
|
|
19
|
+
* Must be used within a DataTable component.
|
|
20
|
+
*/
|
|
21
|
+
export declare const DataTableBody: React.ForwardRefExoticComponent<DataTableBodyProps & React.RefAttributes<HTMLTableSectionElement>>;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import * as h from "react";
|
|
3
|
+
import { makeVoltStyles as D } from "../../styles/make-styles.js";
|
|
4
|
+
import { grayA11 as g } from "../../tokens/index.js";
|
|
5
|
+
import { TableBody as o, TableRow as B, TableCell as w } from "../table/table.js";
|
|
6
|
+
import { DataTableRow as v } from "./data-table-row.js";
|
|
7
|
+
import { DataTableLoading as C } from "./data-table-loading.js";
|
|
8
|
+
import { useDataTable as R } from "./hooks/use-data-table.js";
|
|
9
|
+
import { useDataTableContent as S } from "./hooks/use-data-table-content.js";
|
|
10
|
+
import { SLOT_ATTR as l } from "../../packages/volt-runtime/dist/renderer/contract.js";
|
|
11
|
+
const L = D({
|
|
12
|
+
stateCell: {
|
|
13
|
+
height: "12rem",
|
|
14
|
+
color: g
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
function i({
|
|
18
|
+
colSpan: b,
|
|
19
|
+
children: t
|
|
20
|
+
}) {
|
|
21
|
+
const r = L();
|
|
22
|
+
return /* @__PURE__ */ a(B, { noHover: !0, children: /* @__PURE__ */ a(w, { colSpan: b, align: "center", className: r.stateCell, children: t }) });
|
|
23
|
+
}
|
|
24
|
+
const M = h.forwardRef(function({
|
|
25
|
+
className: t,
|
|
26
|
+
emptyState: r,
|
|
27
|
+
loadingState: f,
|
|
28
|
+
isLoading: u = !1,
|
|
29
|
+
errorState: d,
|
|
30
|
+
isError: m = !1
|
|
31
|
+
}, e) {
|
|
32
|
+
const { table: c } = R(), s = S(), T = (s == null ? void 0 : s.spacerWidth) ?? 0, p = c.getRowModel().rows, n = c.getVisibleLeafColumns().length + (T > 0 ? 1 : 0);
|
|
33
|
+
return process.env.NODE_ENV !== "production" && m && !d && console.warn(
|
|
34
|
+
"DataTableBody: isError is true but no errorState was provided. Please provide an errorState prop to display error content."
|
|
35
|
+
), m && d ? /* @__PURE__ */ a(
|
|
36
|
+
o,
|
|
37
|
+
{
|
|
38
|
+
ref: e,
|
|
39
|
+
"data-slot": "data-table-body",
|
|
40
|
+
[l]: "data-table-body",
|
|
41
|
+
"data-fs-element": "DataTable-Body",
|
|
42
|
+
"data-state": "error",
|
|
43
|
+
className: t,
|
|
44
|
+
children: /* @__PURE__ */ a(i, { colSpan: n, children: d })
|
|
45
|
+
}
|
|
46
|
+
) : u ? /* @__PURE__ */ a(
|
|
47
|
+
o,
|
|
48
|
+
{
|
|
49
|
+
ref: e,
|
|
50
|
+
"data-slot": "data-table-body",
|
|
51
|
+
[l]: "data-table-body",
|
|
52
|
+
"data-fs-element": "DataTable-Body",
|
|
53
|
+
"data-state": "loading",
|
|
54
|
+
className: t,
|
|
55
|
+
"aria-busy": "true",
|
|
56
|
+
children: /* @__PURE__ */ a(i, { colSpan: n, children: f ?? /* @__PURE__ */ a(C, {}) })
|
|
57
|
+
}
|
|
58
|
+
) : p.length ? /* @__PURE__ */ a(
|
|
59
|
+
o,
|
|
60
|
+
{
|
|
61
|
+
ref: e,
|
|
62
|
+
"data-slot": "data-table-body",
|
|
63
|
+
[l]: "data-table-body",
|
|
64
|
+
"data-fs-element": "DataTable-Body",
|
|
65
|
+
className: t,
|
|
66
|
+
children: p.map((y) => /* @__PURE__ */ a(v, { row: y }, y.id))
|
|
67
|
+
}
|
|
68
|
+
) : /* @__PURE__ */ a(
|
|
69
|
+
o,
|
|
70
|
+
{
|
|
71
|
+
ref: e,
|
|
72
|
+
"data-slot": "data-table-body",
|
|
73
|
+
[l]: "data-table-body",
|
|
74
|
+
"data-fs-element": "DataTable-Body",
|
|
75
|
+
"data-state": "empty",
|
|
76
|
+
className: t,
|
|
77
|
+
children: /* @__PURE__ */ a(i, { colSpan: n, children: r })
|
|
78
|
+
}
|
|
79
|
+
);
|
|
80
|
+
});
|
|
81
|
+
export {
|
|
82
|
+
M as DataTableBody
|
|
83
|
+
};
|
|
84
|
+
//# sourceMappingURL=data-table-body.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table-body.js","sources":["../../../src/components/data-table/data-table-body.tsx"],"sourcesContent":["import * as React from \"react\"\nimport type { ReactNode } from \"react\"\n\nimport { SLOT_ATTR } from \"../../renderer/contract\"\nimport { makeVoltStyles } from \"../../styles/make-styles\"\nimport * as tokens from \"../../tokens\"\nimport { TableBody, TableRow, TableCell } from \"../table/table\"\nimport { useDataTable, useDataTableContent } from \"./hooks\"\nimport { DataTableRow } from \"./data-table-row\"\nimport { DataTableLoading } from \"./data-table-loading\"\n\nconst useStyles = makeVoltStyles({\n stateCell: {\n height: \"12rem\",\n color: tokens.grayA11,\n },\n})\n\nexport type DataTableBodyProps = {\n /** Additional class name */\n className?: string\n /** Custom empty state content */\n emptyState?: ReactNode\n /** Loading state content (shown when isLoading is true) */\n loadingState?: ReactNode\n /** Whether the table is in loading state */\n isLoading?: boolean\n /** Error state content (shown when isError is true) */\n errorState?: ReactNode\n /** Whether the table is in error state */\n isError?: boolean\n}\n\n/**\n * Internal component for state display (loading/error/empty).\n */\nfunction DataTableStateDisplay({\n colSpan,\n children,\n}: {\n colSpan: number\n children?: ReactNode\n}) {\n const styles = useStyles()\n\n return (\n <TableRow noHover>\n <TableCell colSpan={colSpan} align=\"center\" className={styles.stateCell}>\n {children}\n </TableCell>\n </TableRow>\n )\n}\n\n/**\n * Renders the table body with rows.\n * Must be used within a DataTable component.\n */\nexport const DataTableBody = React.forwardRef<\n HTMLTableSectionElement,\n DataTableBodyProps\n>(function DataTableBody(\n {\n className,\n emptyState,\n loadingState,\n isLoading = false,\n errorState,\n isError = false,\n },\n ref\n) {\n const { table } = useDataTable()\n const contentContext = useDataTableContent()\n const spacerWidth = contentContext?.spacerWidth ?? 0\n\n const rows = table.getRowModel().rows\n const visibleColumns = table.getVisibleLeafColumns()\n const colSpan = visibleColumns.length + (spacerWidth > 0 ? 1 : 0)\n\n // Warn if isError is true but no errorState is provided\n if (process.env.NODE_ENV !== \"production\" && isError && !errorState) {\n console.warn(\n \"DataTableBody: isError is true but no errorState was provided. \" +\n \"Please provide an errorState prop to display error content.\"\n )\n }\n\n // Priority: Error > Loading > Empty > Data\n\n // Error state\n if (isError && errorState) {\n return (\n <TableBody\n ref={ref}\n data-slot=\"data-table-body\"\n {...{ [SLOT_ATTR]: \"data-table-body\" }}\n data-fs-element=\"DataTable-Body\"\n data-state=\"error\"\n className={className}\n >\n <DataTableStateDisplay colSpan={colSpan}>\n {errorState}\n </DataTableStateDisplay>\n </TableBody>\n )\n }\n\n // Loading state\n if (isLoading) {\n return (\n <TableBody\n ref={ref}\n data-slot=\"data-table-body\"\n {...{ [SLOT_ATTR]: \"data-table-body\" }}\n data-fs-element=\"DataTable-Body\"\n data-state=\"loading\"\n className={className}\n aria-busy=\"true\"\n >\n <DataTableStateDisplay colSpan={colSpan}>\n {loadingState ?? <DataTableLoading />}\n </DataTableStateDisplay>\n </TableBody>\n )\n }\n\n // Empty state\n if (!rows.length) {\n return (\n <TableBody\n ref={ref}\n data-slot=\"data-table-body\"\n {...{ [SLOT_ATTR]: \"data-table-body\" }}\n data-fs-element=\"DataTable-Body\"\n data-state=\"empty\"\n className={className}\n >\n <DataTableStateDisplay colSpan={colSpan}>\n {emptyState}\n </DataTableStateDisplay>\n </TableBody>\n )\n }\n\n // Standard rendering\n return (\n <TableBody\n ref={ref}\n data-slot=\"data-table-body\"\n {...{ [SLOT_ATTR]: \"data-table-body\" }}\n data-fs-element=\"DataTable-Body\"\n className={className}\n >\n {rows.map((row) => (\n <DataTableRow key={row.id} row={row} />\n ))}\n </TableBody>\n )\n})\n"],"names":["useStyles","makeVoltStyles","tokens.grayA11","DataTableStateDisplay","colSpan","children","styles","jsx","TableRow","TableCell","DataTableBody","React","className","emptyState","loadingState","isLoading","errorState","isError","ref","table","useDataTable","contentContext","useDataTableContent","spacerWidth","rows","TableBody","SLOT_ATTR","DataTableLoading","row","DataTableRow"],"mappings":";;;;;;;;;;AAWA,MAAMA,IAAYC,EAAe;AAAA,EAC/B,WAAW;AAAA,IACT,QAAQ;AAAA,IACR,OAAOC;AAAAA,EAAO;AAElB,CAAC;AAoBD,SAASC,EAAsB;AAAA,EAC7B,SAAAC;AAAA,EACA,UAAAC;AACF,GAGG;AACD,QAAMC,IAASN,EAAA;AAEf,SACE,gBAAAO,EAACC,GAAA,EAAS,SAAO,IACf,UAAA,gBAAAD,EAACE,GAAA,EAAU,SAAAL,GAAkB,OAAM,UAAS,WAAWE,EAAO,WAC3D,UAAAD,GACH,GACF;AAEJ;AAMO,MAAMK,IAAgBC,EAAM,WAGjC,SACA;AAAA,EACE,WAAAC;AAAA,EACA,YAAAC;AAAA,EACA,cAAAC;AAAA,EACA,WAAAC,IAAY;AAAA,EACZ,YAAAC;AAAA,EACA,SAAAC,IAAU;AACZ,GACAC,GACA;AACA,QAAM,EAAE,OAAAC,EAAA,IAAUC,EAAA,GACZC,IAAiBC,EAAA,GACjBC,KAAcF,KAAA,gBAAAA,EAAgB,gBAAe,GAE7CG,IAAOL,EAAM,YAAA,EAAc,MAE3Bf,IADiBe,EAAM,sBAAA,EACE,UAAUI,IAAc,IAAI,IAAI;AAa/D,SAVI,QAAQ,IAAI,aAAa,gBAAgBN,KAAW,CAACD,KACvD,QAAQ;AAAA,IACN;AAAA,EAAA,GAQAC,KAAWD,IAEX,gBAAAT;AAAA,IAACkB;AAAA,IAAA;AAAA,MACC,KAAAP;AAAA,MACA,aAAU;AAAA,MACJ,CAACQ,CAAS,GAAG;AAAA,MACnB,mBAAgB;AAAA,MAChB,cAAW;AAAA,MACX,WAAAd;AAAA,MAEA,UAAA,gBAAAL,EAACJ,GAAA,EAAsB,SAAAC,GACpB,UAAAY,EAAA,CACH;AAAA,IAAA;AAAA,EAAA,IAMFD,IAEA,gBAAAR;AAAA,IAACkB;AAAA,IAAA;AAAA,MACC,KAAAP;AAAA,MACA,aAAU;AAAA,MACJ,CAACQ,CAAS,GAAG;AAAA,MACnB,mBAAgB;AAAA,MAChB,cAAW;AAAA,MACX,WAAAd;AAAA,MACA,aAAU;AAAA,MAEV,4BAACT,GAAA,EAAsB,SAAAC,GACpB,UAAAU,KAAgB,gBAAAP,EAACoB,KAAiB,EAAA,CACrC;AAAA,IAAA;AAAA,EAAA,IAMDH,EAAK,SAmBR,gBAAAjB;AAAA,IAACkB;AAAA,IAAA;AAAA,MACC,KAAAP;AAAA,MACA,aAAU;AAAA,MACJ,CAACQ,CAAS,GAAG;AAAA,MACnB,mBAAgB;AAAA,MAChB,WAAAd;AAAA,MAEC,UAAAY,EAAK,IAAI,CAACI,wBACRC,GAAA,EAA0B,KAAAD,EAAA,GAARA,EAAI,EAAc,CACtC;AAAA,IAAA;AAAA,EAAA,IA1BD,gBAAArB;AAAA,IAACkB;AAAA,IAAA;AAAA,MACC,KAAAP;AAAA,MACA,aAAU;AAAA,MACJ,CAACQ,CAAS,GAAG;AAAA,MACnB,mBAAgB;AAAA,MAChB,cAAW;AAAA,MACX,WAAAd;AAAA,MAEA,UAAA,gBAAAL,EAACJ,GAAA,EAAsB,SAAAC,GACpB,UAAAS,EAAA,CACH;AAAA,IAAA;AAAA,EAAA;AAmBR,CAAC;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { Column } from "@tanstack/react-table";
|
|
3
|
+
export type DataTableColumnHeaderProps<TData = unknown, TValue = unknown> = {
|
|
4
|
+
/** The column instance from Tanstack Table */
|
|
5
|
+
column: Column<TData, TValue>;
|
|
6
|
+
/** The header title to display */
|
|
7
|
+
title: string;
|
|
8
|
+
/** Additional class name */
|
|
9
|
+
className?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const DataTableColumnHeader: <TData = unknown, TValue = unknown>(props: DataTableColumnHeaderProps<TData, TValue> & {
|
|
12
|
+
ref?: React.Ref<HTMLSpanElement>;
|
|
13
|
+
}) => React.ReactElement | null;
|