@sps-woodland/core 8.50.2 → 8.51.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/lib/action-bar/action-bar/ActionBar.css.d.ts +10 -0
- package/lib/action-bar/action-bar/ActionBar.css.d.ts.map +1 -0
- package/lib/action-bar/action-bar/ActionBar.css.js +12 -0
- package/lib/action-bar/action-bar/ActionBar.d.ts +9 -0
- package/lib/action-bar/action-bar/ActionBar.d.ts.map +1 -0
- package/lib/action-bar/action-bar/ActionBar.js +61 -0
- package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.d.ts +4 -0
- package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.d.ts.map +1 -0
- package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.js +24 -0
- package/lib/action-bar/index.d.ts +3 -0
- package/lib/action-bar/index.d.ts.map +1 -0
- package/lib/action-bar/index.js +79 -0
- package/lib/action-bar/index.umd.cjs +1 -0
- package/lib/action-bar/style.css +1 -0
- package/lib/add-to-list/add-to-list/AddToList.css.d.ts +91 -0
- package/lib/add-to-list/add-to-list/AddToList.css.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/AddToList.css.js +25 -0
- package/lib/add-to-list/add-to-list/AddToList.d.ts +31 -0
- package/lib/add-to-list/add-to-list/AddToList.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/AddToList.js +284 -0
- package/lib/add-to-list/add-to-list/ItemsList.d.ts +17 -0
- package/lib/add-to-list/add-to-list/ItemsList.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/ItemsList.js +67 -0
- package/lib/add-to-list/add-to-list/ListItem.d.ts +8 -0
- package/lib/add-to-list/add-to-list/ListItem.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/ListItem.js +51 -0
- package/lib/add-to-list/index.d.ts +2 -0
- package/lib/add-to-list/index.d.ts.map +1 -0
- package/lib/add-to-list/index.js +441 -0
- package/lib/add-to-list/index.umd.cjs +1 -0
- package/lib/add-to-list/style.css +1 -0
- package/lib/buttons/button/Button.css.d.ts +15 -0
- package/lib/buttons/button/Button.css.d.ts.map +1 -0
- package/lib/buttons/button/Button.css.js +10 -0
- package/lib/buttons/button/Button.d.ts +19 -0
- package/lib/buttons/button/Button.d.ts.map +1 -0
- package/lib/buttons/button/Button.js +116 -0
- package/lib/buttons/index.d.ts +2 -0
- package/lib/buttons/index.d.ts.map +1 -0
- package/lib/buttons/index.js +169 -0
- package/lib/buttons/index.umd.cjs +1 -0
- package/lib/buttons/style.css +1 -0
- package/lib/cards/card/Card.css.d.ts +2 -0
- package/lib/cards/card/Card.css.d.ts.map +1 -0
- package/lib/cards/card/Card.css.js +5 -0
- package/lib/cards/card/Card.d.ts +4 -0
- package/lib/cards/card/Card.d.ts.map +1 -0
- package/lib/cards/card/Card.js +28 -0
- package/lib/cards/card-footer/CardFooter.css.d.ts +2 -0
- package/lib/cards/card-footer/CardFooter.css.d.ts.map +1 -0
- package/lib/cards/card-footer/CardFooter.css.js +5 -0
- package/lib/cards/card-footer/CardFooter.d.ts +4 -0
- package/lib/cards/card-footer/CardFooter.d.ts.map +1 -0
- package/lib/cards/card-footer/CardFooter.js +14 -0
- package/lib/cards/card-header/CardHeader.css.d.ts +2 -0
- package/lib/cards/card-header/CardHeader.css.d.ts.map +1 -0
- package/lib/cards/card-header/CardHeader.css.js +5 -0
- package/lib/cards/card-header/CardHeader.d.ts +4 -0
- package/lib/cards/card-header/CardHeader.d.ts.map +1 -0
- package/lib/cards/card-header/CardHeader.js +14 -0
- package/lib/cards/card-title/CardTitle.css.d.ts +2 -0
- package/lib/cards/card-title/CardTitle.css.d.ts.map +1 -0
- package/lib/cards/card-title/CardTitle.css.js +5 -0
- package/lib/cards/card-title/CardTitle.d.ts +4 -0
- package/lib/cards/card-title/CardTitle.d.ts.map +1 -0
- package/lib/cards/card-title/CardTitle.js +14 -0
- package/lib/cards/index.d.ts +5 -0
- package/lib/cards/index.d.ts.map +1 -0
- package/lib/cards/index.js +56 -0
- package/lib/cards/index.umd.cjs +1 -0
- package/lib/cards/style.css +1 -0
- package/lib/column-manager/column-manager/ColumnManager.d.ts +23 -0
- package/lib/column-manager/column-manager/ColumnManager.d.ts.map +1 -0
- package/lib/column-manager/column-manager/ColumnManager.js +114 -0
- package/lib/column-manager/column-manager/useColumnManager.d.ts +27 -0
- package/lib/column-manager/column-manager/useColumnManager.d.ts.map +1 -0
- package/lib/column-manager/column-manager/useColumnManager.js +49 -0
- package/lib/column-manager/index.d.ts +3 -0
- package/lib/column-manager/index.d.ts.map +1 -0
- package/lib/column-manager/index.js +6 -0
- package/lib/components/app-root/AppRoot.css.d.ts +2 -1
- package/lib/components/app-root/AppRoot.css.d.ts.map +1 -0
- package/lib/components/app-root/AppRoot.d.ts +1 -0
- package/lib/components/app-root/AppRoot.d.ts.map +1 -0
- package/lib/components/box/Box.d.ts +1 -0
- package/lib/components/box/Box.d.ts.map +1 -0
- package/lib/components/cap-content/CapContent.css.d.ts +1 -0
- package/lib/components/cap-content/CapContent.css.d.ts.map +1 -0
- package/lib/components/cap-content/CapContent.d.ts +1 -0
- package/lib/components/cap-content/CapContent.d.ts.map +1 -0
- package/lib/components/cap-content/CapContentTitle.d.ts +1 -0
- package/lib/components/cap-content/CapContentTitle.d.ts.map +1 -0
- package/lib/components/content/Content.css.d.ts +1 -0
- package/lib/components/content/Content.css.d.ts.map +1 -0
- package/lib/components/content/Content.d.ts +1 -0
- package/lib/components/content/Content.d.ts.map +1 -0
- package/lib/components/icon/Icon.css.d.ts +2 -1
- package/lib/components/icon/Icon.css.d.ts.map +1 -0
- package/lib/components/icon/Icon.d.ts +1 -0
- package/lib/components/icon/Icon.d.ts.map +1 -0
- package/lib/components/icon/icons/index.d.ts +1 -0
- package/lib/components/icon/icons/index.d.ts.map +1 -0
- package/lib/components/input-panel/InputPanel.css.d.ts +1 -0
- package/lib/components/input-panel/InputPanel.css.d.ts.map +1 -0
- package/lib/components/input-panel/InputPanel.d.ts +1 -0
- package/lib/components/input-panel/InputPanel.d.ts.map +1 -0
- package/lib/components/reorder-wrapper/ReorderWrapper.d.ts +1 -0
- package/lib/components/reorder-wrapper/ReorderWrapper.d.ts.map +1 -0
- package/lib/components/spinner/Spinner.css.d.ts +2 -1
- package/lib/components/spinner/Spinner.css.d.ts.map +1 -0
- package/lib/components/spinner/Spinner.d.ts +1 -0
- package/lib/components/spinner/Spinner.d.ts.map +1 -0
- package/lib/components/spinner/Spinner.examples.d.ts +1 -0
- package/lib/components/spinner/Spinner.examples.d.ts.map +1 -0
- package/lib/components/title/Title.css.d.ts +2 -1
- package/lib/components/title/Title.css.d.ts.map +1 -0
- package/lib/components/title/Title.d.ts +1 -0
- package/lib/components/title/Title.d.ts.map +1 -0
- package/lib/components/vertical-rule/VerticalRule.css.d.ts +1 -0
- package/lib/components/vertical-rule/VerticalRule.css.d.ts.map +1 -0
- package/lib/components/vertical-rule/VerticalRule.d.ts +1 -0
- package/lib/components/vertical-rule/VerticalRule.d.ts.map +1 -0
- package/lib/content-row/content-row/ContentRow.css.d.ts +150 -0
- package/lib/content-row/content-row/ContentRow.css.d.ts.map +1 -0
- package/lib/content-row/content-row/ContentRow.css.js +19 -0
- package/lib/content-row/content-row/ContentRow.d.ts +27 -0
- package/lib/content-row/content-row/ContentRow.d.ts.map +1 -0
- package/lib/content-row/content-row/ContentRow.js +175 -0
- package/lib/content-row/content-row-col/ContentRowCol.css.d.ts +51 -0
- package/lib/content-row/content-row-col/ContentRowCol.css.d.ts.map +1 -0
- package/lib/content-row/content-row-col/ContentRowCol.css.js +8 -0
- package/lib/content-row/content-row-col/ContentRowCol.d.ts +11 -0
- package/lib/content-row/content-row-col/ContentRowCol.d.ts.map +1 -0
- package/lib/content-row/content-row-col/ContentRowCol.js +50 -0
- package/lib/content-row/content-row-expansion/ContentRowExpansion.d.ts +6 -0
- package/lib/content-row/content-row-expansion/ContentRowExpansion.d.ts.map +1 -0
- package/lib/content-row/content-row-expansion/ContentRowExpansion.js +25 -0
- package/lib/content-row/index.d.ts +5 -0
- package/lib/content-row/index.d.ts.map +1 -0
- package/lib/content-row/index.js +336 -0
- package/lib/content-row/index.umd.cjs +1 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.d.ts +9 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.d.ts.map +1 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.js +6 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.d.ts +6 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.d.ts.map +1 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.js +48 -0
- package/lib/content-row/style.css +1 -0
- package/lib/content-tiles/content-tile/ContentTile.css.d.ts +59 -0
- package/lib/content-tiles/content-tile/ContentTile.css.d.ts.map +1 -0
- package/lib/content-tiles/content-tile/ContentTile.css.js +15 -0
- package/lib/content-tiles/content-tile/ContentTile.d.ts +16 -0
- package/lib/content-tiles/content-tile/ContentTile.d.ts.map +1 -0
- package/lib/content-tiles/content-tile/ContentTile.js +62 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.css.d.ts +3 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.css.d.ts.map +1 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.css.js +6 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.d.ts +3 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.d.ts.map +1 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.js +14 -0
- package/lib/content-tiles/index.d.ts +3 -0
- package/lib/content-tiles/index.d.ts.map +1 -0
- package/lib/content-tiles/index.js +124 -0
- package/lib/content-tiles/index.umd.cjs +1 -0
- package/lib/content-tiles/style.css +1 -0
- package/lib/core.css +1 -0
- package/lib/dropdowns/dropdown/Dropdown.css.d.ts +74 -0
- package/lib/dropdowns/dropdown/Dropdown.css.d.ts.map +1 -0
- package/lib/dropdowns/dropdown/Dropdown.css.js +9 -0
- package/lib/dropdowns/dropdown/Dropdown.d.ts +16 -0
- package/lib/dropdowns/dropdown/Dropdown.d.ts.map +1 -0
- package/lib/dropdowns/dropdown/Dropdown.js +70 -0
- package/lib/dropdowns/index.d.ts +4 -0
- package/lib/dropdowns/index.d.ts.map +1 -0
- package/lib/dropdowns/index.js +180 -0
- package/lib/dropdowns/index.umd.cjs +1 -0
- package/lib/dropdowns/option-list/Option.css.d.ts +3 -0
- package/lib/dropdowns/option-list/Option.css.d.ts.map +1 -0
- package/lib/dropdowns/option-list/Option.css.js +6 -0
- package/lib/dropdowns/option-list/Option.d.ts +5 -0
- package/lib/dropdowns/option-list/Option.d.ts.map +1 -0
- package/lib/dropdowns/option-list/Option.js +22 -0
- package/lib/dropdowns/option-list/OptionList.css.d.ts +3 -0
- package/lib/dropdowns/option-list/OptionList.css.d.ts.map +1 -0
- package/lib/dropdowns/option-list/OptionList.css.js +6 -0
- package/lib/dropdowns/option-list/OptionList.d.ts +11 -0
- package/lib/dropdowns/option-list/OptionList.d.ts.map +1 -0
- package/lib/dropdowns/option-list/OptionList.js +46 -0
- package/lib/dropdowns/style.css +1 -0
- package/lib/editable-table/EditableTable.d.ts +6 -0
- package/lib/editable-table/EditableTable.d.ts.map +1 -0
- package/lib/editable-table/EditableTable.js +71 -0
- package/lib/editable-table/index.d.ts +2 -0
- package/lib/editable-table/index.d.ts.map +1 -0
- package/lib/editable-table/index.js +4 -0
- package/lib/editable-table/style.css +157 -0
- package/lib/examples.d.ts +1 -0
- package/lib/examples.d.ts.map +1 -0
- package/lib/feedback-block/FeedbackBlock.css.d.ts +12 -0
- package/lib/feedback-block/FeedbackBlock.css.d.ts.map +1 -0
- package/lib/feedback-block/FeedbackBlock.css.js +8 -0
- package/lib/feedback-block/FeedbackBlock.d.ts +10 -0
- package/lib/feedback-block/FeedbackBlock.d.ts.map +1 -0
- package/lib/feedback-block/FeedbackBlock.js +38 -0
- package/lib/feedback-block/index.d.ts +2 -0
- package/lib/feedback-block/index.d.ts.map +1 -0
- package/lib/feedback-block/index.js +91 -0
- package/lib/feedback-block/index.umd.cjs +1 -0
- package/lib/feedback-block/style.css +1 -0
- package/lib/file-upload/file-upload/FileUpload.css.d.ts +95 -0
- package/lib/file-upload/file-upload/FileUpload.css.d.ts.map +1 -0
- package/lib/file-upload/file-upload/FileUpload.css.js +19 -0
- package/lib/file-upload/file-upload/FileUpload.d.ts +20 -0
- package/lib/file-upload/file-upload/FileUpload.d.ts.map +1 -0
- package/lib/file-upload/file-upload/FileUpload.js +197 -0
- package/lib/file-upload/file-upload/mime-type.enum.d.ts +98 -0
- package/lib/file-upload/file-upload/mime-type.enum.d.ts.map +1 -0
- package/lib/file-upload/file-upload/mime-type.enum.js +106 -0
- package/lib/file-upload/index.d.ts +2 -0
- package/lib/file-upload/index.d.ts.map +1 -0
- package/lib/file-upload/index.js +352 -0
- package/lib/file-upload/index.umd.cjs +1 -0
- package/lib/file-upload/style.css +1 -0
- package/lib/filter-tiles/filter-tile/FilterTile.css.d.ts +37 -0
- package/lib/filter-tiles/filter-tile/FilterTile.css.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile/FilterTile.css.js +10 -0
- package/lib/filter-tiles/filter-tile/FilterTile.d.ts +9 -0
- package/lib/filter-tiles/filter-tile/FilterTile.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile/FilterTile.js +35 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.d.ts +2 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.js +5 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.d.ts +4 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.js +16 -0
- package/lib/filter-tiles/index.d.ts +3 -0
- package/lib/filter-tiles/index.d.ts.map +1 -0
- package/lib/filter-tiles/index.js +100 -0
- package/lib/filter-tiles/index.umd.cjs +1 -0
- package/lib/filter-tiles/style.css +1 -0
- package/lib/focused-task/focused-task/FocusedTask.css.d.ts +15 -0
- package/lib/focused-task/focused-task/FocusedTask.css.d.ts.map +1 -0
- package/lib/focused-task/focused-task/FocusedTask.css.js +13 -0
- package/lib/focused-task/focused-task/FocusedTask.d.ts +17 -0
- package/lib/focused-task/focused-task/FocusedTask.d.ts.map +1 -0
- package/lib/focused-task/focused-task/FocusedTask.js +77 -0
- package/lib/focused-task/focused-task/useFocusedTask.d.ts +17 -0
- package/lib/focused-task/focused-task/useFocusedTask.d.ts.map +1 -0
- package/lib/focused-task/focused-task/useFocusedTask.js +19 -0
- package/lib/focused-task/focused-task-actions/FocusedTaskActions.d.ts +4 -0
- package/lib/focused-task/focused-task-actions/FocusedTaskActions.d.ts.map +1 -0
- package/lib/focused-task/focused-task-actions/FocusedTaskActions.js +14 -0
- package/lib/focused-task/index.d.ts +4 -0
- package/lib/focused-task/index.d.ts.map +1 -0
- package/lib/focused-task/index.js +154 -0
- package/lib/focused-task/index.umd.cjs +1 -0
- package/lib/focused-task/style.css +1 -0
- package/lib/growler/Growler.css.d.ts +18 -0
- package/lib/growler/Growler.css.d.ts.map +1 -0
- package/lib/growler/Growler.css.js +13 -0
- package/lib/growler/Growler.d.ts +23 -0
- package/lib/growler/Growler.d.ts.map +1 -0
- package/lib/growler/Growler.js +93 -0
- package/lib/growler/GrowlerListProvider.d.ts +14 -0
- package/lib/growler/GrowlerListProvider.d.ts.map +1 -0
- package/lib/growler/GrowlerListProvider.js +42 -0
- package/lib/growler/Sonner.css.d.ts +17 -0
- package/lib/growler/Sonner.css.d.ts.map +1 -0
- package/lib/growler/Sonner.css.js +13 -0
- package/lib/growler/index.d.ts +4 -0
- package/lib/growler/index.d.ts.map +1 -0
- package/lib/growler/index.js +267 -0
- package/lib/growler/index.umd.cjs +1 -0
- package/lib/growler/sonner.d.ts +87 -0
- package/lib/growler/sonner.d.ts.map +1 -0
- package/lib/growler/sonner.js +86 -0
- package/lib/growler/style.css +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +38 -36
- package/lib/index.umd.cjs +4 -4
- package/lib/insight-card/InsightCard.css.d.ts +20 -0
- package/lib/insight-card/InsightCard.css.d.ts.map +1 -0
- package/lib/insight-card/InsightCard.css.js +14 -0
- package/lib/insight-card/InsightCard.d.ts +15 -0
- package/lib/insight-card/InsightCard.d.ts.map +1 -0
- package/lib/insight-card/InsightCard.js +69 -0
- package/lib/insight-card/InsightCardSet.d.ts +3 -0
- package/lib/insight-card/InsightCardSet.d.ts.map +1 -0
- package/lib/insight-card/InsightCardSet.js +13 -0
- package/lib/insight-card/index.d.ts +3 -0
- package/lib/insight-card/index.d.ts.map +1 -0
- package/lib/insight-card/index.js +130 -0
- package/lib/insight-card/index.umd.cjs +1 -0
- package/lib/insight-card/style.css +1 -0
- package/lib/key-value-set/index.d.ts +3 -0
- package/lib/key-value-set/index.d.ts.map +1 -0
- package/lib/key-value-set/index.js +95 -0
- package/lib/key-value-set/index.umd.cjs +1 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.css.d.ts +7 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.css.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.css.js +6 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.d.ts +6 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.js +23 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.d.ts +14 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.js +8 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.d.ts +7 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.js +23 -0
- package/lib/key-value-set/style.css +1 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.css.d.ts +11 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.css.d.ts.map +1 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.css.js +9 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.d.ts +16 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.d.ts.map +1 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.js +56 -0
- package/lib/list-bar/index.d.ts +8 -0
- package/lib/list-bar/index.d.ts.map +1 -0
- package/lib/list-bar/index.js +317 -0
- package/lib/list-bar/index.umd.cjs +1 -0
- package/lib/list-bar/list-bar/InputGroupWrapper.d.ts +4 -0
- package/lib/list-bar/list-bar/InputGroupWrapper.d.ts.map +1 -0
- package/lib/list-bar/list-bar/InputGroupWrapper.js +20 -0
- package/lib/list-bar/list-bar/ListBar.css.d.ts +39 -0
- package/lib/list-bar/list-bar/ListBar.css.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBar.css.js +18 -0
- package/lib/list-bar/list-bar/ListBar.d.ts +20 -0
- package/lib/list-bar/list-bar/ListBar.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBar.js +123 -0
- package/lib/list-bar/list-bar/ListBarSearch.d.ts +6 -0
- package/lib/list-bar/list-bar/ListBarSearch.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBarSearch.js +23 -0
- package/lib/list-bar/list-bar/ListBarSearchInfo.d.ts +4 -0
- package/lib/list-bar/list-bar/ListBarSearchInfo.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBarSearchInfo.js +13 -0
- package/lib/list-bar/list-bar/ListBarSortBy.d.ts +16 -0
- package/lib/list-bar/list-bar/ListBarSortBy.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBarSortBy.js +40 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.css.d.ts +10 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.css.d.ts.map +1 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.css.js +14 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.d.ts +11 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.d.ts.map +1 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.js +30 -0
- package/lib/list-bar/style.css +1 -0
- package/lib/manifest.d.ts +1 -0
- package/lib/manifest.d.ts.map +1 -0
- package/lib/matrix/index.d.ts +7 -0
- package/lib/matrix/index.d.ts.map +1 -0
- package/lib/matrix/index.js +95 -0
- package/lib/matrix/index.umd.cjs +1 -0
- package/lib/matrix/matrix/Matrix.css.d.ts +5 -0
- package/lib/matrix/matrix/Matrix.css.d.ts.map +1 -0
- package/lib/matrix/matrix/Matrix.css.js +8 -0
- package/lib/matrix/matrix/Matrix.d.ts +6 -0
- package/lib/matrix/matrix/Matrix.d.ts.map +1 -0
- package/lib/matrix/matrix/Matrix.js +28 -0
- package/lib/matrix/matrix-body/MatrixBody.d.ts +4 -0
- package/lib/matrix/matrix-body/MatrixBody.d.ts.map +1 -0
- package/lib/matrix/matrix-body/MatrixBody.js +15 -0
- package/lib/matrix/matrix-cell/MatrixCell.d.ts +4 -0
- package/lib/matrix/matrix-cell/MatrixCell.d.ts.map +1 -0
- package/lib/matrix/matrix-cell/MatrixCell.js +19 -0
- package/lib/matrix/matrix-head/MatrixHead.d.ts +4 -0
- package/lib/matrix/matrix-head/MatrixHead.d.ts.map +1 -0
- package/lib/matrix/matrix-head/MatrixHead.js +15 -0
- package/lib/matrix/matrix-header/MatrixHeader.d.ts +16 -0
- package/lib/matrix/matrix-header/MatrixHeader.d.ts.map +1 -0
- package/lib/matrix/matrix-header/MatrixHeader.js +25 -0
- package/lib/matrix/matrix-row/MatrixRow.d.ts +4 -0
- package/lib/matrix/matrix-row/MatrixRow.d.ts.map +1 -0
- package/lib/matrix/matrix-row/MatrixRow.js +15 -0
- package/lib/matrix/style.css +1 -0
- package/lib/metadata/metadata.d.ts +1 -0
- package/lib/metadata/metadata.d.ts.map +1 -0
- package/lib/modal/index.d.ts +4 -0
- package/lib/modal/index.d.ts.map +1 -0
- package/lib/modal/index.js +197 -0
- package/lib/modal/index.umd.cjs +1 -0
- package/lib/modal/modal/Modal.css.d.ts +20 -0
- package/lib/modal/modal/Modal.css.d.ts.map +1 -0
- package/lib/modal/modal/Modal.css.js +14 -0
- package/lib/modal/modal/Modal.d.ts +27 -0
- package/lib/modal/modal/Modal.d.ts.map +1 -0
- package/lib/modal/modal/Modal.js +113 -0
- package/lib/modal/modal/useModal.d.ts +17 -0
- package/lib/modal/modal/useModal.d.ts.map +1 -0
- package/lib/modal/modal/useModal.js +26 -0
- package/lib/modal/modal-footer/ModalFooter.d.ts +4 -0
- package/lib/modal/modal-footer/ModalFooter.d.ts.map +1 -0
- package/lib/modal/modal-footer/ModalFooter.js +14 -0
- package/lib/modal/style.css +1 -0
- package/lib/node_modules/.pnpm/@vanilla-extract_recipes@0.2.5_@vanilla-extract_css@1.17.4/node_modules/@vanilla-extract/recipes/createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.esm.js +57 -0
- package/lib/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/index.browser.js +11 -0
- package/lib/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/url-alphabet/index.js +4 -0
- package/lib/page-title/index.d.ts +3 -0
- package/lib/page-title/index.d.ts.map +1 -0
- package/lib/page-title/index.js +32 -0
- package/lib/page-title/index.umd.cjs +1 -0
- package/lib/page-title/page-subtitle/PageSubtitle.css.d.ts +3 -0
- package/lib/page-title/page-subtitle/PageSubtitle.css.d.ts.map +1 -0
- package/lib/page-title/page-subtitle/PageSubtitle.css.js +6 -0
- package/lib/page-title/page-subtitle/PageSubtitle.d.ts +4 -0
- package/lib/page-title/page-subtitle/PageSubtitle.d.ts.map +1 -0
- package/lib/page-title/page-subtitle/PageSubtitle.js +19 -0
- package/lib/page-title/page-title/PageTitle.css.d.ts +4 -0
- package/lib/page-title/page-title/PageTitle.css.d.ts.map +1 -0
- package/lib/page-title/page-title/PageTitle.css.js +7 -0
- package/lib/page-title/page-title/PageTitle.d.ts +4 -0
- package/lib/page-title/page-title/PageTitle.d.ts.map +1 -0
- package/lib/page-title/page-title/PageTitle.js +17 -0
- package/lib/page-title/style.css +1 -0
- package/lib/photo/index.d.ts +3 -0
- package/lib/photo/index.d.ts.map +1 -0
- package/lib/photo/index.js +179 -0
- package/lib/photo/index.umd.cjs +1 -0
- package/lib/photo/photo/Photo.css.d.ts +12 -0
- package/lib/photo/photo/Photo.css.d.ts.map +1 -0
- package/lib/photo/photo/Photo.css.js +8 -0
- package/lib/photo/photo/Photo.d.ts +11 -0
- package/lib/photo/photo/Photo.d.ts.map +1 -0
- package/lib/photo/photo/Photo.js +83 -0
- package/lib/photo/photo-carousel/PhotoCarousel.css.d.ts +13 -0
- package/lib/photo/photo-carousel/PhotoCarousel.css.d.ts.map +1 -0
- package/lib/photo/photo-carousel/PhotoCarousel.css.js +10 -0
- package/lib/photo/photo-carousel/PhotoCarousel.d.ts +4 -0
- package/lib/photo/photo-carousel/PhotoCarousel.d.ts.map +1 -0
- package/lib/photo/photo-carousel/PhotoCarousel.js +48 -0
- package/lib/photo/style.css +1 -0
- package/lib/product-bar/hooks/usePriorityPlus.d.ts +33 -0
- package/lib/product-bar/hooks/usePriorityPlus.d.ts.map +1 -0
- package/lib/product-bar/hooks/usePriorityPlus.js +106 -0
- package/lib/product-bar/index.d.ts +5 -0
- package/lib/product-bar/index.d.ts.map +1 -0
- package/lib/product-bar/index.js +397 -0
- package/lib/product-bar/index.umd.cjs +1 -0
- package/lib/product-bar/product-bar/ProductBar.css.d.ts +43 -0
- package/lib/product-bar/product-bar/ProductBar.css.d.ts.map +1 -0
- package/lib/product-bar/product-bar/ProductBar.css.js +15 -0
- package/lib/product-bar/product-bar/ProductBar.d.ts +14 -0
- package/lib/product-bar/product-bar/ProductBar.d.ts.map +1 -0
- package/lib/product-bar/product-bar/ProductBar.js +107 -0
- package/lib/product-bar/product-bar-name/ProductBarName.d.ts +12 -0
- package/lib/product-bar/product-bar-name/ProductBarName.d.ts.map +1 -0
- package/lib/product-bar/product-bar-name/ProductBarName.js +33 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.d.ts +23 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.d.ts.map +1 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.js +9 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.d.ts +13 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.d.ts.map +1 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.js +71 -0
- package/lib/product-bar/product-bar-tab/ProductBarTab.d.ts +16 -0
- package/lib/product-bar/product-bar-tab/ProductBarTab.d.ts.map +1 -0
- package/lib/product-bar/product-bar-tab/ProductBarTab.js +24 -0
- package/lib/product-bar/slack-link/SlackLink.css.d.ts +3 -0
- package/lib/product-bar/slack-link/SlackLink.css.d.ts.map +1 -0
- package/lib/product-bar/slack-link/SlackLink.css.js +6 -0
- package/lib/product-bar/slack-link/SlackLink.d.ts +6 -0
- package/lib/product-bar/slack-link/SlackLink.d.ts.map +1 -0
- package/lib/product-bar/slack-link/SlackLink.js +32 -0
- package/lib/product-bar/style.css +1 -0
- package/lib/product-bar-vertical/index.d.ts +5 -0
- package/lib/product-bar-vertical/index.d.ts.map +1 -0
- package/lib/product-bar-vertical/index.js +261 -0
- package/lib/product-bar-vertical/index.umd.cjs +1 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.d.ts +78 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.js +24 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.d.ts +8 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.js +62 -0
- package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts +9 -0
- package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.js +44 -0
- package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.d.ts +15 -0
- package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.js +91 -0
- package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts +10 -0
- package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.js +30 -0
- package/lib/product-bar-vertical/style.css +1 -0
- package/lib/progress-indicators/index.d.ts +4 -0
- package/lib/progress-indicators/index.d.ts.map +1 -0
- package/lib/progress-indicators/index.js +264 -0
- package/lib/progress-indicators/index.umd.cjs +1 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.css.d.ts +19 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.css.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.css.js +14 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.d.ts +13 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.js +112 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.d.ts +14 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.js +9 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.d.ts +14 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.js +56 -0
- package/lib/progress-indicators/progress-ring/ProgressRing.d.ts +8 -0
- package/lib/progress-indicators/progress-ring/ProgressRing.d.ts.map +1 -0
- package/lib/progress-indicators/progress-ring/ProgressRing.js +54 -0
- package/lib/progress-indicators/style.css +1 -0
- package/lib/rich-text-editor/index.d.ts +3 -0
- package/lib/rich-text-editor/index.d.ts.map +1 -0
- package/lib/rich-text-editor/index.js +588 -0
- package/lib/rich-text-editor/index.umd.cjs +13 -0
- package/lib/rich-text-editor/rich-text-editor/RTELinkModal.d.ts +13 -0
- package/lib/rich-text-editor/rich-text-editor/RTELinkModal.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RTELinkModal.js +35 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.d.ts +16 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.js +7 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.d.ts +11 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.js +38 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.d.ts +15 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.js +9 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.d.ts +8 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.js +81 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.d.ts +2 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.js +20 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.d.ts +2 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.js +22 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.d.ts +14 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.js +28 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.d.ts +6 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.js +94 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.d.ts +7 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.js +37 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.d.ts +15 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.js +214 -0
- package/lib/rich-text-editor/rich-text-editor/icons/BOLD.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/INDENT.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/ITALICS.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/LINK.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/ORDERED_LIST.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/OUTDENT.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/REDO.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/UNDO.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/UNLINK.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/UNORDERED_LIST.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/index.d.ts +12 -0
- package/lib/rich-text-editor/rich-text-editor/icons/index.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.d.ts +10 -0
- package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.js +13 -0
- package/lib/rich-text-editor/rich-text-editor/utils/utils.d.ts +3 -0
- package/lib/rich-text-editor/rich-text-editor/utils/utils.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/utils/utils.js +16 -0
- package/lib/rich-text-editor/style.css +1 -0
- package/lib/scrollable-container/ScrollableContainer.css.d.ts +2 -0
- package/lib/scrollable-container/ScrollableContainer.css.d.ts.map +1 -0
- package/lib/scrollable-container/ScrollableContainer.css.js +5 -0
- package/lib/scrollable-container/ScrollableContainer.d.ts +6 -0
- package/lib/scrollable-container/ScrollableContainer.d.ts.map +1 -0
- package/lib/scrollable-container/ScrollableContainer.js +29 -0
- package/lib/scrollable-container/index.d.ts +2 -0
- package/lib/scrollable-container/index.d.ts.map +1 -0
- package/lib/scrollable-container/index.js +29 -0
- package/lib/scrollable-container/index.umd.cjs +1 -0
- package/lib/scrollable-container/style.css +1 -0
- package/lib/side-nav/index.d.ts +5 -0
- package/lib/side-nav/index.d.ts.map +1 -0
- package/lib/side-nav/index.js +228 -0
- package/lib/side-nav/index.umd.cjs +1 -0
- package/lib/side-nav/side-nav/SideNav.css.d.ts +30 -0
- package/lib/side-nav/side-nav/SideNav.css.d.ts.map +1 -0
- package/lib/side-nav/side-nav/SideNav.css.js +17 -0
- package/lib/side-nav/side-nav/SideNav.d.ts +9 -0
- package/lib/side-nav/side-nav/SideNav.d.ts.map +1 -0
- package/lib/side-nav/side-nav/SideNav.js +62 -0
- package/lib/side-nav/side-nav/navContext.d.ts +5 -0
- package/lib/side-nav/side-nav/navContext.d.ts.map +1 -0
- package/lib/side-nav/side-nav/navContext.js +8 -0
- package/lib/side-nav/side-nav-header/SideNavHeader.d.ts +4 -0
- package/lib/side-nav/side-nav-header/SideNavHeader.d.ts.map +1 -0
- package/lib/side-nav/side-nav-header/SideNavHeader.js +17 -0
- package/lib/side-nav/side-nav-item/SideNavItem.d.ts +25 -0
- package/lib/side-nav/side-nav-item/SideNavItem.d.ts.map +1 -0
- package/lib/side-nav/side-nav-item/SideNavItem.js +84 -0
- package/lib/side-nav/side-nav-section/SideNavSection.d.ts +7 -0
- package/lib/side-nav/side-nav-section/SideNavSection.d.ts.map +1 -0
- package/lib/side-nav/side-nav-section/SideNavSection.js +28 -0
- package/lib/side-nav/style.css +1 -0
- package/lib/sorting-header/caret/caret.css.d.ts +21 -0
- package/lib/sorting-header/caret/caret.css.d.ts.map +1 -0
- package/lib/sorting-header/caret/caret.css.js +6 -0
- package/lib/sorting-header/index.d.ts +3 -0
- package/lib/sorting-header/index.d.ts.map +1 -0
- package/lib/sorting-header/index.js +250 -0
- package/lib/sorting-header/index.umd.cjs +1 -0
- package/lib/sorting-header/sorting-header/SortingHeader.css.d.ts +39 -0
- package/lib/sorting-header/sorting-header/SortingHeader.css.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header/SortingHeader.css.js +7 -0
- package/lib/sorting-header/sorting-header/SortingHeader.d.ts +9 -0
- package/lib/sorting-header/sorting-header/SortingHeader.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header/SortingHeader.js +126 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.d.ts +35 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.js +6 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.d.ts +12 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.js +77 -0
- package/lib/sorting-header/style.css +1 -0
- package/lib/style.css +1 -1
- package/lib/tabs/index.d.ts +4 -0
- package/lib/tabs/index.d.ts.map +1 -0
- package/lib/tabs/index.js +206 -0
- package/lib/tabs/index.umd.cjs +1 -0
- package/lib/tabs/style.css +1 -0
- package/lib/tabs/tab/Tab.css.d.ts +12 -0
- package/lib/tabs/tab/Tab.css.d.ts.map +1 -0
- package/lib/tabs/tab/Tab.css.js +7 -0
- package/lib/tabs/tab/Tab.d.ts +10 -0
- package/lib/tabs/tab/Tab.d.ts.map +1 -0
- package/lib/tabs/tab/Tab.js +28 -0
- package/lib/tabs/tab-panel/TabPanel.d.ts +9 -0
- package/lib/tabs/tab-panel/TabPanel.d.ts.map +1 -0
- package/lib/tabs/tab-panel/TabPanel.js +24 -0
- package/lib/tabs/tabs/Tabs.css.d.ts +30 -0
- package/lib/tabs/tabs/Tabs.css.d.ts.map +1 -0
- package/lib/tabs/tabs/Tabs.css.js +11 -0
- package/lib/tabs/tabs/Tabs.d.ts +6 -0
- package/lib/tabs/tabs/Tabs.d.ts.map +1 -0
- package/lib/tabs/tabs/Tabs.js +113 -0
- package/lib/tags/clickable-tag/ClickableTag.css.d.ts +17 -0
- package/lib/tags/clickable-tag/ClickableTag.css.d.ts.map +1 -0
- package/lib/tags/clickable-tag/ClickableTag.css.js +10 -0
- package/lib/tags/clickable-tag/ClickableTag.d.ts +13 -0
- package/lib/tags/clickable-tag/ClickableTag.d.ts.map +1 -0
- package/lib/tags/clickable-tag/ClickableTag.js +72 -0
- package/lib/tags/index.d.ts +4 -0
- package/lib/tags/index.d.ts.map +1 -0
- package/lib/tags/index.js +189 -0
- package/lib/tags/index.umd.cjs +1 -0
- package/lib/tags/split-tag/SplitTag.css.d.ts +67 -0
- package/lib/tags/split-tag/SplitTag.css.d.ts.map +1 -0
- package/lib/tags/split-tag/SplitTag.css.js +10 -0
- package/lib/tags/split-tag/SplitTag.d.ts +14 -0
- package/lib/tags/split-tag/SplitTag.d.ts.map +1 -0
- package/lib/tags/split-tag/SplitTag.js +32 -0
- package/lib/tags/style.css +1 -0
- package/lib/tags/tag/Tag.css.d.ts +24 -0
- package/lib/tags/tag/Tag.css.d.ts.map +1 -0
- package/lib/tags/tag/Tag.css.js +7 -0
- package/lib/tags/tag/Tag.d.ts +11 -0
- package/lib/tags/tag/Tag.d.ts.map +1 -0
- package/lib/tags/tag/Tag.js +41 -0
- package/lib/types/table.d.ts +1 -0
- package/lib/types/table.d.ts.map +1 -0
- package/lib/utils/ChildrenFn.d.ts +1 -0
- package/lib/utils/ChildrenFn.d.ts.map +1 -0
- package/lib/utils/ComponentProps.d.ts +1 -0
- package/lib/utils/ComponentProps.d.ts.map +1 -0
- package/lib/utils/Provide.d.ts +1 -0
- package/lib/utils/Provide.d.ts.map +1 -0
- package/lib/utils/VariantDefinitions.d.ts +1 -0
- package/lib/utils/VariantDefinitions.d.ts.map +1 -0
- package/lib/utils/addClassName.d.ts +1 -0
- package/lib/utils/addClassName.d.ts.map +1 -0
- package/lib/utils/addProps.d.ts +1 -0
- package/lib/utils/addProps.d.ts.map +1 -0
- package/lib/utils/bindProps.d.ts +1 -0
- package/lib/utils/bindProps.d.ts.map +1 -0
- package/lib/utils/cl.d.ts +1 -0
- package/lib/utils/cl.d.ts.map +1 -0
- package/lib/utils/combineEventHandlers.d.ts +1 -0
- package/lib/utils/combineEventHandlers.d.ts.map +1 -0
- package/lib/utils/contentOf.d.ts +1 -0
- package/lib/utils/contentOf.d.ts.map +1 -0
- package/lib/utils/getScrollParent.d.ts +1 -0
- package/lib/utils/getScrollParent.d.ts.map +1 -0
- package/lib/utils/modChildren.d.ts +1 -0
- package/lib/utils/modChildren.d.ts.map +1 -0
- package/lib/utils/selectChildren.d.ts +1 -0
- package/lib/utils/selectChildren.d.ts.map +1 -0
- package/lib/utils/useChildTestIdAttrBuilder.d.ts +1 -0
- package/lib/utils/useChildTestIdAttrBuilder.d.ts.map +1 -0
- package/lib/utils/useElementId.d.ts +1 -0
- package/lib/utils/useElementId.d.ts.map +1 -0
- package/lib/utils/usePatchReducer.d.ts +1 -0
- package/lib/utils/usePatchReducer.d.ts.map +1 -0
- package/lib/utils/usePortal.d.ts +1 -0
- package/lib/utils/usePortal.d.ts.map +1 -0
- package/lib/zero-state/ZeroState.css.d.ts +41 -0
- package/lib/zero-state/ZeroState.css.d.ts.map +1 -0
- package/lib/zero-state/ZeroState.css.js +12 -0
- package/lib/zero-state/ZeroState.d.ts +12 -0
- package/lib/zero-state/ZeroState.d.ts.map +1 -0
- package/lib/zero-state/ZeroState.js +31 -0
- package/lib/zero-state/index.d.ts +2 -0
- package/lib/zero-state/index.d.ts.map +1 -0
- package/lib/zero-state/index.js +84 -0
- package/lib/zero-state/index.umd.cjs +1 -0
- package/lib/zero-state/style.css +1 -0
- package/package.json +755 -6
- package/vite.action-bar.config.mjs +40 -0
- package/vite.add-to-list.config.mjs +40 -0
- package/vite.buttons.config.mjs +41 -0
- package/vite.cards.config.mjs +40 -0
- package/vite.config.mjs +5 -1
- package/vite.content-row.config.mjs +40 -0
- package/vite.content-tiles.config.mjs +40 -0
- package/vite.dropdowns.config.mjs +41 -0
- package/vite.editable-table.config.mjs +68 -0
- package/vite.feedback-block.config.mjs +40 -0
- package/vite.file-upload.config.mjs +40 -0
- package/vite.filter-tiles.config.mjs +40 -0
- package/vite.focused-task.config.mjs +40 -0
- package/vite.growler.config.mjs +41 -0
- package/vite.insight-card.config.mjs +40 -0
- package/vite.key-value-set.config.mjs +40 -0
- package/vite.list-bar.config.mjs +40 -0
- package/vite.matrix.config.mjs +40 -0
- package/vite.modal.config.mjs +40 -0
- package/vite.page-title.config.mjs +40 -0
- package/vite.photo.config.mjs +40 -0
- package/vite.product-bar-vertical.config.mjs +40 -0
- package/vite.product-bar.config.mjs +42 -0
- package/vite.progress-indicators.config.mjs +40 -0
- package/vite.rich-text-editor.config.mjs +48 -0
- package/vite.scrollable-container.config.mjs +40 -0
- package/vite.side-nav.config.mjs +40 -0
- package/vite.sorting-header.config.mjs +40 -0
- package/vite.subpaths.config.mjs +246 -0
- package/vite.tabs.config.mjs +43 -0
- package/vite.tags.config.mjs +40 -0
- package/vite.zero-state.config.mjs +40 -0
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
import * as r from "react";
|
|
2
|
+
import { createContext as R } from "react";
|
|
3
|
+
import { Metadata as g, selectChildren as b, Icon as L, modChildren as S, cl as B } from "@sps-woodland/core";
|
|
4
|
+
function H(t, n, e) {
|
|
5
|
+
return n in t ? Object.defineProperty(t, n, {
|
|
6
|
+
value: e,
|
|
7
|
+
enumerable: !0,
|
|
8
|
+
configurable: !0,
|
|
9
|
+
writable: !0
|
|
10
|
+
}) : t[n] = e, t;
|
|
11
|
+
}
|
|
12
|
+
function V(t, n) {
|
|
13
|
+
var e = Object.keys(t);
|
|
14
|
+
if (Object.getOwnPropertySymbols) {
|
|
15
|
+
var a = Object.getOwnPropertySymbols(t);
|
|
16
|
+
n && (a = a.filter(function(s) {
|
|
17
|
+
return Object.getOwnPropertyDescriptor(t, s).enumerable;
|
|
18
|
+
})), e.push.apply(e, a);
|
|
19
|
+
}
|
|
20
|
+
return e;
|
|
21
|
+
}
|
|
22
|
+
function I(t) {
|
|
23
|
+
for (var n = 1; n < arguments.length; n++) {
|
|
24
|
+
var e = arguments[n] != null ? arguments[n] : {};
|
|
25
|
+
n % 2 ? V(Object(e), !0).forEach(function(a) {
|
|
26
|
+
H(t, a, e[a]);
|
|
27
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : V(Object(e)).forEach(function(a) {
|
|
28
|
+
Object.defineProperty(t, a, Object.getOwnPropertyDescriptor(e, a));
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
return t;
|
|
32
|
+
}
|
|
33
|
+
var T = (t, n, e) => {
|
|
34
|
+
for (var a of Object.keys(t)) {
|
|
35
|
+
var s;
|
|
36
|
+
if (t[a] !== ((s = n[a]) !== null && s !== void 0 ? s : e[a]))
|
|
37
|
+
return !1;
|
|
38
|
+
}
|
|
39
|
+
return !0;
|
|
40
|
+
}, q = (t) => (n) => {
|
|
41
|
+
var e = t.defaultClassName, a = I(I({}, t.defaultVariants), n);
|
|
42
|
+
for (var s in a) {
|
|
43
|
+
var l, _ = (l = a[s]) !== null && l !== void 0 ? l : t.defaultVariants[s];
|
|
44
|
+
if (_ != null) {
|
|
45
|
+
var i = _;
|
|
46
|
+
typeof i == "boolean" && (i = i === !0 ? "true" : "false");
|
|
47
|
+
var c = (
|
|
48
|
+
// @ts-expect-error
|
|
49
|
+
t.variantClassNames[s][i]
|
|
50
|
+
);
|
|
51
|
+
c && (e += " " + c);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
for (var [d, u] of t.compoundVariants)
|
|
55
|
+
T(d, a, t.defaultVariants) && (e += " " + u);
|
|
56
|
+
return e;
|
|
57
|
+
}, M = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p0", W = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p1", z = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p2", G = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p3", J = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p4", K = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p5", Q = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p6", j = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p7", U = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8", P = q({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p9", variantClassNames: { selected: { true: "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pa", false: "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pb" }, inFilter: { true: "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pc", false: "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pd" } }, defaultVariants: { selected: !1, inFilter: !0 }, compoundVariants: [] }), X = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pf", F = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg";
|
|
58
|
+
function A({
|
|
59
|
+
children: t,
|
|
60
|
+
className: n,
|
|
61
|
+
...e
|
|
62
|
+
}) {
|
|
63
|
+
return /* @__PURE__ */ r.createElement("div", { className: W, ...e }, /* @__PURE__ */ r.createElement("div", { className: z }, t));
|
|
64
|
+
}
|
|
65
|
+
g.set(A, {
|
|
66
|
+
name: "SideNavHeader",
|
|
67
|
+
props: {}
|
|
68
|
+
});
|
|
69
|
+
const D = R({
|
|
70
|
+
filterValue: "",
|
|
71
|
+
activeItem: ""
|
|
72
|
+
});
|
|
73
|
+
function m({
|
|
74
|
+
children: t,
|
|
75
|
+
className: n,
|
|
76
|
+
onSelect: e,
|
|
77
|
+
as: a,
|
|
78
|
+
keyId: s,
|
|
79
|
+
selectableAsParent: l,
|
|
80
|
+
defaultExpanded: _ = !0,
|
|
81
|
+
expanded: i,
|
|
82
|
+
onExpandedChange: c,
|
|
83
|
+
...d
|
|
84
|
+
}) {
|
|
85
|
+
const u = a ?? "a", [h, w] = b(t, [{ type: m }]), [y, N] = r.useState(_), [f, C] = r.useState(!0), p = r.useContext(D), o = r.useRef(null), v = i !== void 0, E = p.filterValue.length > 0 ? !0 : i ?? y, x = (k) => {
|
|
86
|
+
v || N(k), c?.(k);
|
|
87
|
+
};
|
|
88
|
+
return r.useEffect(() => {
|
|
89
|
+
C(o.current?.innerText.toLowerCase().includes(p.filterValue.toLowerCase()) || !1), p.filterValue.length > 0 && !v && N(!0);
|
|
90
|
+
}, [p]), /* @__PURE__ */ r.createElement(r.Fragment, null, h.length ? /* @__PURE__ */ r.createElement("ul", { className: U }, /* @__PURE__ */ r.createElement(
|
|
91
|
+
"li",
|
|
92
|
+
{
|
|
93
|
+
ref: o,
|
|
94
|
+
className: P({
|
|
95
|
+
selected: l && p.activeItem === s,
|
|
96
|
+
// Visibility under the filter must not depend on
|
|
97
|
+
// `selectableAsParent` — otherwise a non-selectable parent (a
|
|
98
|
+
// pure section header) is hidden (`display:none`) while its
|
|
99
|
+
// children remain, flattening the tree.
|
|
100
|
+
inFilter: f
|
|
101
|
+
}),
|
|
102
|
+
onClick: () => {
|
|
103
|
+
e && l ? e(s) : e && !l && x(!E);
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
/* @__PURE__ */ r.createElement(u, { className: F, ...d }, /* @__PURE__ */ r.createElement("div", null, /* @__PURE__ */ r.createElement(
|
|
107
|
+
L,
|
|
108
|
+
{
|
|
109
|
+
className: X,
|
|
110
|
+
icon: E ? "chevron-down" : "chevron-right",
|
|
111
|
+
onClick: () => {
|
|
112
|
+
x(!E);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
)), w)
|
|
116
|
+
), E && h) : /* @__PURE__ */ r.createElement(
|
|
117
|
+
"li",
|
|
118
|
+
{
|
|
119
|
+
ref: o,
|
|
120
|
+
className: P({
|
|
121
|
+
selected: p.activeItem === s,
|
|
122
|
+
inFilter: f
|
|
123
|
+
})
|
|
124
|
+
},
|
|
125
|
+
/* @__PURE__ */ r.createElement(
|
|
126
|
+
u,
|
|
127
|
+
{
|
|
128
|
+
className: F,
|
|
129
|
+
onClick: () => {
|
|
130
|
+
e && e(s);
|
|
131
|
+
},
|
|
132
|
+
...d
|
|
133
|
+
},
|
|
134
|
+
t
|
|
135
|
+
)
|
|
136
|
+
));
|
|
137
|
+
}
|
|
138
|
+
g.set(m, {
|
|
139
|
+
name: "SideNavItem",
|
|
140
|
+
props: {
|
|
141
|
+
keyId: { type: "string", required: !0 },
|
|
142
|
+
onSelect: { type: "function" },
|
|
143
|
+
selectableAsParent: { type: "boolean" },
|
|
144
|
+
defaultExpanded: { type: "boolean" },
|
|
145
|
+
expanded: { type: "boolean" },
|
|
146
|
+
onExpandedChange: { type: "function" },
|
|
147
|
+
as: { type: "string" }
|
|
148
|
+
}
|
|
149
|
+
});
|
|
150
|
+
function O({
|
|
151
|
+
children: t,
|
|
152
|
+
className: n,
|
|
153
|
+
title: e,
|
|
154
|
+
onSelect: a,
|
|
155
|
+
...s
|
|
156
|
+
}) {
|
|
157
|
+
const [l, _] = b(t, [{ type: m }]), i = S(l, (c) => c.type === m ? [
|
|
158
|
+
{
|
|
159
|
+
onSelect: a ? (d) => a(d) : () => {
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
] : []);
|
|
163
|
+
return /* @__PURE__ */ r.createElement("div", { className: K, ...s }, e && /* @__PURE__ */ r.createElement("div", { className: Q }, e), /* @__PURE__ */ r.createElement("ul", { className: j }, i), _);
|
|
164
|
+
}
|
|
165
|
+
g.set(O, {
|
|
166
|
+
name: "SideNavSection",
|
|
167
|
+
props: {
|
|
168
|
+
title: { type: "string" }
|
|
169
|
+
}
|
|
170
|
+
});
|
|
171
|
+
function Y({
|
|
172
|
+
children: t,
|
|
173
|
+
className: n,
|
|
174
|
+
activeNavItem: e,
|
|
175
|
+
onChange: a,
|
|
176
|
+
filterable: s,
|
|
177
|
+
filterInputPlaceholder: l,
|
|
178
|
+
..._
|
|
179
|
+
}) {
|
|
180
|
+
const [
|
|
181
|
+
i,
|
|
182
|
+
c,
|
|
183
|
+
d
|
|
184
|
+
] = b(t, [
|
|
185
|
+
{ type: A },
|
|
186
|
+
{ type: O },
|
|
187
|
+
{ type: m }
|
|
188
|
+
]), u = r.useRef(e), [h, w] = r.useState(e), [y, N] = r.useState(""), f = (o) => {
|
|
189
|
+
w(o), a && a(o);
|
|
190
|
+
}, C = S(d, (o) => o.type === m ? [
|
|
191
|
+
{
|
|
192
|
+
onSelect: (v) => f(v)
|
|
193
|
+
}
|
|
194
|
+
] : []), p = S(
|
|
195
|
+
c,
|
|
196
|
+
(o) => o.type === O ? [
|
|
197
|
+
{
|
|
198
|
+
onSelect: (v) => f(v)
|
|
199
|
+
}
|
|
200
|
+
] : []
|
|
201
|
+
);
|
|
202
|
+
return e !== u.current && (w(e), u.current = e), /* @__PURE__ */ r.createElement(D.Provider, { value: { filterValue: y, activeItem: h } }, /* @__PURE__ */ r.createElement("div", { className: B(M), ..._ }, i, s && /* @__PURE__ */ r.createElement("div", { className: G }, /* @__PURE__ */ r.createElement("div", { className: J }, /* @__PURE__ */ r.createElement("div", { className: "sps-text-input" }, /* @__PURE__ */ r.createElement("div", { className: "sps-form-control" }, /* @__PURE__ */ r.createElement("i", { className: "sps-text-input__icon sps-icon sps-icon-filter" }), /* @__PURE__ */ r.createElement(
|
|
203
|
+
"input",
|
|
204
|
+
{
|
|
205
|
+
type: "text",
|
|
206
|
+
className: "sps-text-input__input",
|
|
207
|
+
placeholder: l,
|
|
208
|
+
onChange: (o) => {
|
|
209
|
+
N(o.target.value);
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
))))), p, /* @__PURE__ */ r.createElement("ul", { className: j }, C)));
|
|
213
|
+
}
|
|
214
|
+
g.set(Y, {
|
|
215
|
+
name: "SideNav",
|
|
216
|
+
props: {
|
|
217
|
+
activeNavItem: { type: "string", required: !0 },
|
|
218
|
+
onChange: { type: "(keyId: string) => void" },
|
|
219
|
+
filterable: { type: "boolean" },
|
|
220
|
+
filterInputPlaceholder: { type: "string" }
|
|
221
|
+
}
|
|
222
|
+
});
|
|
223
|
+
export {
|
|
224
|
+
Y as SideNav,
|
|
225
|
+
A as SideNavHeader,
|
|
226
|
+
m as SideNavItem,
|
|
227
|
+
O as SideNavSection
|
|
228
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(l,h){typeof exports=="object"&&typeof module<"u"?h(exports,require("react"),require("@sps-woodland/core")):typeof define=="function"&&define.amd?define(["exports","react","@sps-woodland/core"],h):(l=typeof globalThis<"u"?globalThis:l||self,h(l.SideNav={},l.React,l.core))})(this,(function(l,h,i){"use strict";function A(t){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const e in t)if(e!=="default"){const n=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(r,e,n.get?n:{enumerable:!0,get:()=>t[e]})}}return r.default=t,Object.freeze(r)}const a=A(h);function R(t,r,e){return r in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}function x(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter(function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable})),e.push.apply(e,n)}return e}function k(t){for(var r=1;r<arguments.length;r++){var e=arguments[r]!=null?arguments[r]:{};r%2?x(Object(e),!0).forEach(function(n){R(t,n,e[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):x(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})}return t}var q=(t,r,e)=>{for(var n of Object.keys(t)){var s;if(t[n]!==((s=r[n])!==null&&s!==void 0?s:e[n]))return!1}return!0},H=t=>r=>{var e=t.defaultClassName,n=k(k({},t.defaultVariants),r);for(var s in n){var d,c=(d=n[s])!==null&&d!==void 0?d:t.defaultVariants[s];if(c!=null){var _=c;typeof _=="boolean"&&(_=_===!0?"true":"false");var p=t.variantClassNames[s][_];p&&(e+=" "+p)}}for(var[u,m]of t.compoundVariants)q(u,n,t.defaultVariants)&&(e+=" "+m);return e},L="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p0",B="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p1",z="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p2",W="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p3",G="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p4",J="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p5",K="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p6",P="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p7",Q="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8",I=H({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p9",variantClassNames:{selected:{true:"pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pa",false:"pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pb"},inFilter:{true:"pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pc",false:"pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pd"}},defaultVariants:{selected:!1,inFilter:!0},compoundVariants:[]}),U="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pf",V="pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg";function b({children:t,className:r,...e}){return a.createElement("div",{className:B,...e},a.createElement("div",{className:z},t))}i.Metadata.set(b,{name:"SideNavHeader",props:{}});const F=h.createContext({filterValue:"",activeItem:""});function v({children:t,className:r,onSelect:e,as:n,keyId:s,selectableAsParent:d,defaultExpanded:c=!0,expanded:_,onExpandedChange:p,...u}){const m=n??"a",[E,y]=i.selectChildren(t,[{type:v}]),[O,S]=a.useState(c),[w,j]=a.useState(!0),f=a.useContext(F),o=a.useRef(null),N=_!==void 0,C=f.filterValue.length>0?!0:_??O,T=M=>{N||S(M),p?.(M)};return a.useEffect(()=>{j(o.current?.innerText.toLowerCase().includes(f.filterValue.toLowerCase())||!1),f.filterValue.length>0&&!N&&S(!0)},[f]),a.createElement(a.Fragment,null,E.length?a.createElement("ul",{className:Q},a.createElement("li",{ref:o,className:I({selected:d&&f.activeItem===s,inFilter:w}),onClick:()=>{e&&d?e(s):e&&!d&&T(!C)}},a.createElement(m,{className:V,...u},a.createElement("div",null,a.createElement(i.Icon,{className:U,icon:C?"chevron-down":"chevron-right",onClick:()=>{T(!C)}})),y)),C&&E):a.createElement("li",{ref:o,className:I({selected:f.activeItem===s,inFilter:w})},a.createElement(m,{className:V,onClick:()=>{e&&e(s)},...u},t)))}i.Metadata.set(v,{name:"SideNavItem",props:{keyId:{type:"string",required:!0},onSelect:{type:"function"},selectableAsParent:{type:"boolean"},defaultExpanded:{type:"boolean"},expanded:{type:"boolean"},onExpandedChange:{type:"function"},as:{type:"string"}}});function g({children:t,className:r,title:e,onSelect:n,...s}){const[d,c]=i.selectChildren(t,[{type:v}]),_=i.modChildren(d,p=>p.type===v?[{onSelect:n?u=>n(u):()=>{}}]:[]);return a.createElement("div",{className:J,...s},e&&a.createElement("div",{className:K},e),a.createElement("ul",{className:P},_),c)}i.Metadata.set(g,{name:"SideNavSection",props:{title:{type:"string"}}});function D({children:t,className:r,activeNavItem:e,onChange:n,filterable:s,filterInputPlaceholder:d,...c}){const[_,p,u]=i.selectChildren(t,[{type:b},{type:g},{type:v}]),m=a.useRef(e),[E,y]=a.useState(e),[O,S]=a.useState(""),w=o=>{y(o),n&&n(o)},j=i.modChildren(u,o=>o.type===v?[{onSelect:N=>w(N)}]:[]),f=i.modChildren(p,o=>o.type===g?[{onSelect:N=>w(N)}]:[]);return e!==m.current&&(y(e),m.current=e),a.createElement(F.Provider,{value:{filterValue:O,activeItem:E}},a.createElement("div",{className:i.cl(L),...c},_,s&&a.createElement("div",{className:W},a.createElement("div",{className:G},a.createElement("div",{className:"sps-text-input"},a.createElement("div",{className:"sps-form-control"},a.createElement("i",{className:"sps-text-input__icon sps-icon sps-icon-filter"}),a.createElement("input",{type:"text",className:"sps-text-input__input",placeholder:d,onChange:o=>{S(o.target.value)}}))))),f,a.createElement("ul",{className:P},j)))}i.Metadata.set(D,{name:"SideNav",props:{activeNavItem:{type:"string",required:!0},onChange:{type:"(keyId: string) => void"},filterable:{type:"boolean"},filterInputPlaceholder:{type:"string"}}}),l.SideNav=D,l.SideNavHeader=b,l.SideNavItem=v,l.SideNavSection=g,Object.defineProperty(l,Symbol.toStringTag,{value:"Module"})}));
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare const sideNavContainer: string;
|
|
2
|
+
export declare const sideNavHeader: string;
|
|
3
|
+
export declare const sideNavTitle: string;
|
|
4
|
+
export declare const sideNavFilterSection: string;
|
|
5
|
+
export declare const sideNavFilterWrapper: string;
|
|
6
|
+
export declare const sideNavSection: string;
|
|
7
|
+
export declare const sideNavSectionTitle: string;
|
|
8
|
+
export declare const sideNavBranch: string;
|
|
9
|
+
export declare const sideNavExpand: string;
|
|
10
|
+
export declare const sideNavLeaf: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
|
|
11
|
+
selected: {
|
|
12
|
+
true: {
|
|
13
|
+
backgroundColor: string;
|
|
14
|
+
boxShadow: `inset ${string} 0 ${string}`;
|
|
15
|
+
color: "#1f282c";
|
|
16
|
+
fontWeight: number;
|
|
17
|
+
};
|
|
18
|
+
false: {};
|
|
19
|
+
};
|
|
20
|
+
inFilter: {
|
|
21
|
+
true: {};
|
|
22
|
+
false: {
|
|
23
|
+
display: "none";
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
}>;
|
|
27
|
+
export declare const sideNavExpandLeaf: string;
|
|
28
|
+
export declare const sideNavExpandIcon: string;
|
|
29
|
+
export declare const sideNavLink: string;
|
|
30
|
+
//# sourceMappingURL=SideNav.css.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SideNav.css.d.ts","sourceRoot":"","sources":["../../../src/side-nav/side-nav/SideNav.css.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,gBAAgB,QAY3B,CAAC;AAEH,eAAO,MAAM,aAAa,QAKxB,CAAC;AAEH,eAAO,MAAM,YAAY,QAUvB,CAAC;AAOH,eAAO,MAAM,oBAAoB,QAG/B,CAAC;AAEH,eAAO,MAAM,oBAAoB,QAE/B,CAAC;AAEH,eAAO,MAAM,cAAc,QAGzB,CAAC;AAMH,eAAO,MAAM,mBAAmB,QAK9B,CAAC;AAEH,eAAO,MAAM,aAAa,QAOxB,CAAC;AAEH,eAAO,MAAM,aAAa,QAExB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;EA0BtB,CAAC;AAEH,eAAO,MAAM,iBAAiB,QAG5B,CAAC;AAEH,eAAO,MAAM,iBAAiB,QAS5B,CAAC;AAEH,eAAO,MAAM,WAAW,QAiBtB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { createRuntimeFn as _ } from "../../node_modules/.pnpm/@vanilla-extract_recipes@0.2.5_@vanilla-extract_css@1.17.4/node_modules/@vanilla-extract/recipes/createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.esm.js";
|
|
3
|
+
var e = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p0", o = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p1", r = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p2", t = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p3", p = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p4", d = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p5", n = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p6", i = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p7", v = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8", h = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p9", variantClassNames: { selected: { true: "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pa", false: "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pb" }, inFilter: { true: "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pc", false: "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pd" } }, defaultVariants: { selected: !1, inFilter: !0 }, compoundVariants: [] }), w = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pf", l = "pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg";
|
|
4
|
+
export {
|
|
5
|
+
i as sideNavBranch,
|
|
6
|
+
e as sideNavContainer,
|
|
7
|
+
v as sideNavExpand,
|
|
8
|
+
w as sideNavExpandIcon,
|
|
9
|
+
t as sideNavFilterSection,
|
|
10
|
+
p as sideNavFilterWrapper,
|
|
11
|
+
o as sideNavHeader,
|
|
12
|
+
h as sideNavLeaf,
|
|
13
|
+
l as sideNavLink,
|
|
14
|
+
d as sideNavSection,
|
|
15
|
+
n as sideNavSectionTitle,
|
|
16
|
+
r as sideNavTitle
|
|
17
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ComponentProps } from "@sps-woodland/core";
|
|
3
|
+
export declare function SideNav({ children, className, activeNavItem, onChange, filterable, filterInputPlaceholder, ...rest }: ComponentProps<{
|
|
4
|
+
activeNavItem: string;
|
|
5
|
+
onChange?: (keyId: string) => void;
|
|
6
|
+
filterable?: boolean;
|
|
7
|
+
filterInputPlaceholder?: string;
|
|
8
|
+
}, HTMLDivElement>): React.ReactElement;
|
|
9
|
+
//# sourceMappingURL=SideNav.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SideNav.d.ts","sourceRoot":"","sources":["../../../src/side-nav/side-nav/SideNav.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EACV,cAAc,EAEf,MAAM,oBAAoB,CAAC;AAmB5B,wBAAgB,OAAO,CAAC,EACtB,QAAQ,EACR,SAAS,EACT,aAAa,EACb,QAAQ,EACR,UAAU,EACV,sBAAsB,EACtB,GAAG,IAAI,EACR,EAAE,cAAc,CACjB;IACE,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC,EACD,cAAc,CACb,GAAG,KAAK,CAAC,YAAY,CA2ErB"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { Metadata as g, selectChildren as I, modChildren as l, cl as _ } from "@sps-woodland/core";
|
|
3
|
+
import { SideNavHeader as A } from "../side-nav-header/SideNavHeader.js";
|
|
4
|
+
import { SideNavItem as c } from "../side-nav-item/SideNavItem.js";
|
|
5
|
+
import { SideNavSection as m } from "../side-nav-section/SideNavSection.js";
|
|
6
|
+
import { sideNavContainer as F, sideNavFilterSection as P, sideNavFilterWrapper as R, sideNavBranch as V } from "./SideNav.css.js";
|
|
7
|
+
import { navContext as b } from "./navContext.js";
|
|
8
|
+
function k({
|
|
9
|
+
children: d,
|
|
10
|
+
className: q,
|
|
11
|
+
activeNavItem: r,
|
|
12
|
+
onChange: a,
|
|
13
|
+
filterable: p,
|
|
14
|
+
filterInputPlaceholder: u,
|
|
15
|
+
...v
|
|
16
|
+
}) {
|
|
17
|
+
const [
|
|
18
|
+
N,
|
|
19
|
+
f,
|
|
20
|
+
S
|
|
21
|
+
] = I(d, [
|
|
22
|
+
{ type: A },
|
|
23
|
+
{ type: m },
|
|
24
|
+
{ type: c }
|
|
25
|
+
]), n = e.useRef(r), [E, s] = e.useState(r), [h, y] = e.useState(""), o = (t) => {
|
|
26
|
+
s(t), a && a(t);
|
|
27
|
+
}, C = l(S, (t) => t.type === c ? [
|
|
28
|
+
{
|
|
29
|
+
onSelect: (i) => o(i)
|
|
30
|
+
}
|
|
31
|
+
] : []), x = l(
|
|
32
|
+
f,
|
|
33
|
+
(t) => t.type === m ? [
|
|
34
|
+
{
|
|
35
|
+
onSelect: (i) => o(i)
|
|
36
|
+
}
|
|
37
|
+
] : []
|
|
38
|
+
);
|
|
39
|
+
return r !== n.current && (s(r), n.current = r), /* @__PURE__ */ e.createElement(b.Provider, { value: { filterValue: h, activeItem: E } }, /* @__PURE__ */ e.createElement("div", { className: _(F), ...v }, N, p && /* @__PURE__ */ e.createElement("div", { className: P }, /* @__PURE__ */ e.createElement("div", { className: R }, /* @__PURE__ */ e.createElement("div", { className: "sps-text-input" }, /* @__PURE__ */ e.createElement("div", { className: "sps-form-control" }, /* @__PURE__ */ e.createElement("i", { className: "sps-text-input__icon sps-icon sps-icon-filter" }), /* @__PURE__ */ e.createElement(
|
|
40
|
+
"input",
|
|
41
|
+
{
|
|
42
|
+
type: "text",
|
|
43
|
+
className: "sps-text-input__input",
|
|
44
|
+
placeholder: u,
|
|
45
|
+
onChange: (t) => {
|
|
46
|
+
y(t.target.value);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
))))), x, /* @__PURE__ */ e.createElement("ul", { className: V }, C)));
|
|
50
|
+
}
|
|
51
|
+
g.set(k, {
|
|
52
|
+
name: "SideNav",
|
|
53
|
+
props: {
|
|
54
|
+
activeNavItem: { type: "string", required: !0 },
|
|
55
|
+
onChange: { type: "(keyId: string) => void" },
|
|
56
|
+
filterable: { type: "boolean" },
|
|
57
|
+
filterInputPlaceholder: { type: "string" }
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
export {
|
|
61
|
+
k as SideNav
|
|
62
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navContext.d.ts","sourceRoot":"","sources":["../../../src/side-nav/side-nav/navContext.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;EAGrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SideNavHeader.d.ts","sourceRoot":"","sources":["../../../src/side-nav/side-nav-header/SideNavHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAIzD,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACR,EAAE,cAAc,CAAC,OAAO,EAAE,cAAc,CAAC,GAAG,KAAK,CAAC,YAAY,CAM9D"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { Metadata as t } from "@sps-woodland/core";
|
|
3
|
+
import { sideNavHeader as m, sideNavTitle as i } from "../side-nav/SideNav.css.js";
|
|
4
|
+
function s({
|
|
5
|
+
children: a,
|
|
6
|
+
className: d,
|
|
7
|
+
...r
|
|
8
|
+
}) {
|
|
9
|
+
return /* @__PURE__ */ e.createElement("div", { className: m, ...r }, /* @__PURE__ */ e.createElement("div", { className: i }, a));
|
|
10
|
+
}
|
|
11
|
+
t.set(s, {
|
|
12
|
+
name: "SideNavHeader",
|
|
13
|
+
props: {}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
s as SideNavHeader
|
|
17
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { PolymorphicComponentProps } from "@sps-woodland/core";
|
|
3
|
+
type SideNavItemProps<T extends React.ElementType> = PolymorphicComponentProps<{
|
|
4
|
+
onSelect?: (key: string) => void;
|
|
5
|
+
selectableAsParent?: boolean;
|
|
6
|
+
keyId: string;
|
|
7
|
+
/**
|
|
8
|
+
* Initial expanded state for an UNCONTROLLED branch (an item with nested
|
|
9
|
+
* items). Defaults to `true` to preserve existing behavior; pass `false` to
|
|
10
|
+
* render it collapsed. Ignored when `expanded` is provided.
|
|
11
|
+
*/
|
|
12
|
+
defaultExpanded?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Controlled expanded state. When provided, the branch is controlled: it
|
|
15
|
+
* renders according to this value and reports user toggles via
|
|
16
|
+
* `onExpandedChange` (the consumer owns the state). Omit it for the
|
|
17
|
+
* uncontrolled `defaultExpanded` behavior.
|
|
18
|
+
*/
|
|
19
|
+
expanded?: boolean;
|
|
20
|
+
/** Called with the next expanded state when the user toggles a branch. */
|
|
21
|
+
onExpandedChange?: (expanded: boolean) => void;
|
|
22
|
+
}, T>;
|
|
23
|
+
export declare function SideNavItem<T extends React.ElementType = "a">({ children, className, onSelect, as, keyId, selectableAsParent, defaultExpanded, expanded, onExpandedChange, ...rest }: SideNavItemProps<T>): React.ReactElement;
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=SideNavItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SideNavItem.d.ts","sourceRoot":"","sources":["../../../src/side-nav/side-nav-item/SideNavItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAWpE,KAAK,gBAAgB,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,IAAI,yBAAyB,CAC9E;IACE,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,0EAA0E;IAC1E,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD,EACD,CAAC,CACA,CAAC;AAEF,wBAAgB,WAAW,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,GAAG,EAAE,EAC7D,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,EAAE,EACF,KAAK,EACL,kBAAkB,EAClB,eAAsB,EACtB,QAAQ,EACR,gBAAgB,EAChB,GAAG,IAAI,EACR,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,CA+F1C"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { Metadata as w, selectChildren as R, Icon as S } from "@sps-woodland/core";
|
|
3
|
+
import { sideNavExpand as V, sideNavLeaf as N, sideNavLink as x, sideNavExpandIcon as b } from "../side-nav/SideNav.css.js";
|
|
4
|
+
import { navContext as k } from "../side-nav/navContext.js";
|
|
5
|
+
function h({
|
|
6
|
+
children: s,
|
|
7
|
+
className: B,
|
|
8
|
+
onSelect: n,
|
|
9
|
+
as: C,
|
|
10
|
+
keyId: a,
|
|
11
|
+
selectableAsParent: r,
|
|
12
|
+
defaultExpanded: g = !0,
|
|
13
|
+
expanded: o,
|
|
14
|
+
onExpandedChange: y,
|
|
15
|
+
...c
|
|
16
|
+
}) {
|
|
17
|
+
const m = C ?? "a", [d, I] = R(s, [{ type: h }]), [F, f] = e.useState(g), [u, L] = e.useState(!0), t = e.useContext(k), l = e.useRef(null), p = o !== void 0, i = t.filterValue.length > 0 ? !0 : o ?? F, E = (v) => {
|
|
18
|
+
p || f(v), y?.(v);
|
|
19
|
+
};
|
|
20
|
+
return e.useEffect(() => {
|
|
21
|
+
L(l.current?.innerText.toLowerCase().includes(t.filterValue.toLowerCase()) || !1), t.filterValue.length > 0 && !p && f(!0);
|
|
22
|
+
}, [t]), /* @__PURE__ */ e.createElement(e.Fragment, null, d.length ? /* @__PURE__ */ e.createElement("ul", { className: V }, /* @__PURE__ */ e.createElement(
|
|
23
|
+
"li",
|
|
24
|
+
{
|
|
25
|
+
ref: l,
|
|
26
|
+
className: N({
|
|
27
|
+
selected: r && t.activeItem === a,
|
|
28
|
+
// Visibility under the filter must not depend on
|
|
29
|
+
// `selectableAsParent` — otherwise a non-selectable parent (a
|
|
30
|
+
// pure section header) is hidden (`display:none`) while its
|
|
31
|
+
// children remain, flattening the tree.
|
|
32
|
+
inFilter: u
|
|
33
|
+
}),
|
|
34
|
+
onClick: () => {
|
|
35
|
+
n && r ? n(a) : n && !r && E(!i);
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
/* @__PURE__ */ e.createElement(m, { className: x, ...c }, /* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement(
|
|
39
|
+
S,
|
|
40
|
+
{
|
|
41
|
+
className: b,
|
|
42
|
+
icon: i ? "chevron-down" : "chevron-right",
|
|
43
|
+
onClick: () => {
|
|
44
|
+
E(!i);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
)), I)
|
|
48
|
+
), i && d) : /* @__PURE__ */ e.createElement(
|
|
49
|
+
"li",
|
|
50
|
+
{
|
|
51
|
+
ref: l,
|
|
52
|
+
className: N({
|
|
53
|
+
selected: t.activeItem === a,
|
|
54
|
+
inFilter: u
|
|
55
|
+
})
|
|
56
|
+
},
|
|
57
|
+
/* @__PURE__ */ e.createElement(
|
|
58
|
+
m,
|
|
59
|
+
{
|
|
60
|
+
className: x,
|
|
61
|
+
onClick: () => {
|
|
62
|
+
n && n(a);
|
|
63
|
+
},
|
|
64
|
+
...c
|
|
65
|
+
},
|
|
66
|
+
s
|
|
67
|
+
)
|
|
68
|
+
));
|
|
69
|
+
}
|
|
70
|
+
w.set(h, {
|
|
71
|
+
name: "SideNavItem",
|
|
72
|
+
props: {
|
|
73
|
+
keyId: { type: "string", required: !0 },
|
|
74
|
+
onSelect: { type: "function" },
|
|
75
|
+
selectableAsParent: { type: "boolean" },
|
|
76
|
+
defaultExpanded: { type: "boolean" },
|
|
77
|
+
expanded: { type: "boolean" },
|
|
78
|
+
onExpandedChange: { type: "function" },
|
|
79
|
+
as: { type: "string" }
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
export {
|
|
83
|
+
h as SideNavItem
|
|
84
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ComponentProps } from "@sps-woodland/core";
|
|
3
|
+
export declare function SideNavSection({ children, className, title, onSelect, ...rest }: ComponentProps<{
|
|
4
|
+
title?: string;
|
|
5
|
+
onSelect?: (string: string) => void;
|
|
6
|
+
}, HTMLDivElement>): React.ReactElement;
|
|
7
|
+
//# sourceMappingURL=SideNavSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SideNavSection.d.ts","sourceRoot":"","sources":["../../../src/side-nav/side-nav-section/SideNavSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAKzD,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,SAAS,EACT,KAAK,EACL,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,cAAc,CACjB;IACE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC,EACD,cAAc,CACb,GAAG,KAAK,CAAC,YAAY,CAkBrB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { Metadata as l, selectChildren as p, modChildren as N } from "@sps-woodland/core";
|
|
3
|
+
import { sideNavSection as v, sideNavSectionTitle as h, sideNavBranch as S } from "../side-nav/SideNav.css.js";
|
|
4
|
+
import { SideNavItem as a } from "../side-nav-item/SideNavItem.js";
|
|
5
|
+
function f({
|
|
6
|
+
children: r,
|
|
7
|
+
className: C,
|
|
8
|
+
title: t,
|
|
9
|
+
onSelect: i,
|
|
10
|
+
...m
|
|
11
|
+
}) {
|
|
12
|
+
const [n, o] = p(r, [{ type: a }]), d = N(n, (s) => s.type === a ? [
|
|
13
|
+
{
|
|
14
|
+
onSelect: i ? (c) => i(c) : () => {
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
] : []);
|
|
18
|
+
return /* @__PURE__ */ e.createElement("div", { className: v, ...m }, t && /* @__PURE__ */ e.createElement("div", { className: h }, t), /* @__PURE__ */ e.createElement("ul", { className: S }, d), o);
|
|
19
|
+
}
|
|
20
|
+
l.set(f, {
|
|
21
|
+
name: "SideNavSection",
|
|
22
|
+
props: {
|
|
23
|
+
title: { type: "string" }
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
export {
|
|
27
|
+
f as SideNavSection
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p0{word-wrap:break-word;background-clip:border-box;background-color:#fff;border-width:.0625rem;border-style:solid;border-color:#d2d4d4;border-radius:.125rem;display:flex;flex-direction:column;min-width:0;position:relative}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p1{background-color:#fff;border-bottom:.0625rem solid #d2d4d4ff;margin-bottom:0;padding:.5rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p2{align-items:center;display:flex;float:left;font-size:.75rem;font-weight:600;line-height:1.5rem;margin-bottom:0;padding-left:.5rem;text-transform:uppercase}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p2>i{font-size:.875rem;margin-right:.25rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p3{border-bottom:.0625rem solid #d2d4d4ff;padding:.5rem 0}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p4{margin:6px 21px}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p5{margin:0;padding:.5rem 0}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p5+.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p5{border-top:.0625rem solid #d2d4d4ff}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p6{color:#717779;font-size:1rem;font-weight:400;margin:.25rem 0 .5rem 1rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p7{list-style:none;margin-top:0;margin-bottom:0;padding:0;font-size:.875rem;line-height:1.25rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8{padding-left:0}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p9{display:block;width:100%}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pa{background-color:#e6f2f8;box-shadow:inset .125rem 0 #007db8;color:#1f282c;font-weight:700}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pd{display:none}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pe{display:block;width:100%}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pf{font-size:.625rem;vertical-align:middle;display:inline-block;line-height:1.25rem;margin-top:0;margin-right:.25rem;margin-bottom:0;margin-left:-.875rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg{color:#1f282c;cursor:pointer;display:flex;font-size:.875rem;line-height:1.25rem;padding:.5rem 1rem .5rem 1.25rem;text-decoration:none}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg:hover{background-color:#f3f4f4}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p9>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg{padding-left:2.125rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p9>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg{padding-left:3rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p9>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg{padding-left:3.875rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p9>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg{padding-left:undefined}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pe>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg{padding-left:2.125rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pe>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg{padding-left:3rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pe>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg{padding-left:3.875rem}.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70p8>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pe>.pkg_sps-woodland_core__version_8_51_0__hash_1wtt70pg{padding-left:undefined}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const headerCaret: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
|
|
2
|
+
up: {
|
|
3
|
+
true: {
|
|
4
|
+
":after": {
|
|
5
|
+
borderBottomColor: string;
|
|
6
|
+
borderTopColor: "transparent";
|
|
7
|
+
top: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
down: {
|
|
12
|
+
true: {
|
|
13
|
+
":after": {
|
|
14
|
+
borderTopColor: string;
|
|
15
|
+
borderBottomColor: "transparent";
|
|
16
|
+
top: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}>;
|
|
21
|
+
//# sourceMappingURL=caret.css.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"caret.css.d.ts","sourceRoot":"","sources":["../../../src/sorting-header/caret/caret.css.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;EAiCtB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { createRuntimeFn as _ } from "../../node_modules/.pnpm/@vanilla-extract_recipes@0.2.5_@vanilla-extract_css@1.17.4/node_modules/@vanilla-extract/recipes/createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.esm.js";
|
|
3
|
+
var o = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_ax8xqf0", variantClassNames: { up: { true: "pkg_sps-woodland_core__version_8_51_0__hash_ax8xqf1" }, down: { true: "pkg_sps-woodland_core__version_8_51_0__hash_ax8xqf2" } }, defaultVariants: {}, compoundVariants: [] });
|
|
4
|
+
export {
|
|
5
|
+
o as headerCaret
|
|
6
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sorting-header/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yCAAyC,CAAC"}
|