@sps-woodland/core 8.50.2 → 8.51.1
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 +8 -8
- package/lib/index.umd.cjs +1 -1
- 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 +7 -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,261 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { Metadata as g, selectChildren as V, modChildren as D, cl as u, Icon as N } from "@sps-woodland/core";
|
|
3
|
+
import { Button as A } from "@sps-woodland/core/button";
|
|
4
|
+
function H(a, s, t) {
|
|
5
|
+
return s in a ? Object.defineProperty(a, s, {
|
|
6
|
+
value: t,
|
|
7
|
+
enumerable: !0,
|
|
8
|
+
configurable: !0,
|
|
9
|
+
writable: !0
|
|
10
|
+
}) : a[s] = t, a;
|
|
11
|
+
}
|
|
12
|
+
function O(a, s) {
|
|
13
|
+
var t = Object.keys(a);
|
|
14
|
+
if (Object.getOwnPropertySymbols) {
|
|
15
|
+
var _ = Object.getOwnPropertySymbols(a);
|
|
16
|
+
s && (_ = _.filter(function(n) {
|
|
17
|
+
return Object.getOwnPropertyDescriptor(a, n).enumerable;
|
|
18
|
+
})), t.push.apply(t, _);
|
|
19
|
+
}
|
|
20
|
+
return t;
|
|
21
|
+
}
|
|
22
|
+
function P(a) {
|
|
23
|
+
for (var s = 1; s < arguments.length; s++) {
|
|
24
|
+
var t = arguments[s] != null ? arguments[s] : {};
|
|
25
|
+
s % 2 ? O(Object(t), !0).forEach(function(_) {
|
|
26
|
+
H(a, _, t[_]);
|
|
27
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(t)) : O(Object(t)).forEach(function(_) {
|
|
28
|
+
Object.defineProperty(a, _, Object.getOwnPropertyDescriptor(t, _));
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
return a;
|
|
32
|
+
}
|
|
33
|
+
var K = (a, s, t) => {
|
|
34
|
+
for (var _ of Object.keys(a)) {
|
|
35
|
+
var n;
|
|
36
|
+
if (a[_] !== ((n = s[_]) !== null && n !== void 0 ? n : t[_]))
|
|
37
|
+
return !1;
|
|
38
|
+
}
|
|
39
|
+
return !0;
|
|
40
|
+
}, b = (a) => (s) => {
|
|
41
|
+
var t = a.defaultClassName, _ = P(P({}, a.defaultVariants), s);
|
|
42
|
+
for (var n in _) {
|
|
43
|
+
var d, r = (d = _[n]) !== null && d !== void 0 ? d : a.defaultVariants[n];
|
|
44
|
+
if (r != null) {
|
|
45
|
+
var m = r;
|
|
46
|
+
typeof m == "boolean" && (m = m === !0 ? "true" : "false");
|
|
47
|
+
var v = (
|
|
48
|
+
// @ts-expect-error
|
|
49
|
+
a.variantClassNames[n][m]
|
|
50
|
+
);
|
|
51
|
+
v && (t += " " + v);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
for (var [c, f] of a.compoundVariants)
|
|
55
|
+
K(c, _, a.defaultVariants) && (t += " " + f);
|
|
56
|
+
return t;
|
|
57
|
+
}, R = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb800", W = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb801", F = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb802", G = b({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb803", variantClassNames: { minimized: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb804", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb805" } }, defaultVariants: { minimized: !1 }, compoundVariants: [] }), J = b({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb806", variantClassNames: { minimized: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb807", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb808" } }, defaultVariants: { minimized: !1 }, compoundVariants: [] }), Q = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb809", U = b({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80a", variantClassNames: { minimized: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80b", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80c" } }, defaultVariants: { minimized: !1 }, compoundVariants: [] }), X = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80d", Y = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80e", j = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80f", Z = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80g", z = b({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80h", variantClassNames: { selected: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80i", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80j" } }, defaultVariants: { selected: !1 }, compoundVariants: [] }), $ = b({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80k", variantClassNames: { selected: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80l", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80m" } }, defaultVariants: { selected: !1 }, compoundVariants: [] }), M = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80n", x = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80o", I = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80p", ee = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80q", S = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80r", ae = b({ defaultClassName: "", variantClassNames: { active: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80s", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80t" } }, defaultVariants: {}, compoundVariants: [[{ active: !0 }, "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80u"]] });
|
|
58
|
+
function y({
|
|
59
|
+
children: a,
|
|
60
|
+
className: s,
|
|
61
|
+
as: t,
|
|
62
|
+
keyId: _,
|
|
63
|
+
active: n = !1,
|
|
64
|
+
collapsed: d = !1,
|
|
65
|
+
isMinimized: r = !1,
|
|
66
|
+
isMinimizable: m = !1,
|
|
67
|
+
onExpandSidebar: v,
|
|
68
|
+
icon: c,
|
|
69
|
+
...f
|
|
70
|
+
}) {
|
|
71
|
+
const i = t ?? "a", [h, w] = V(a, [{ type: y }]), [p, l] = e.useState(!d), [E] = V(a, [{ type: y }], !0), k = E.some((o) => o.props.active), T = n || !p && k, B = e.useRef(null), C = D(
|
|
72
|
+
w,
|
|
73
|
+
(o) => o.type?.displayName === "SpsTag" || g.isWoodlandComponent(o.type) && g.get(o.type).name === "Tag" ? [
|
|
74
|
+
{
|
|
75
|
+
className: u(o.props?.className, ae({ active: T }))
|
|
76
|
+
}
|
|
77
|
+
] : []
|
|
78
|
+
);
|
|
79
|
+
return /* @__PURE__ */ e.createElement(e.Fragment, null, h.length ? /* @__PURE__ */ e.createElement("ul", { className: u(Z, c && ee, r && !c && "visually-hidden") }, /* @__PURE__ */ e.createElement(
|
|
80
|
+
"li",
|
|
81
|
+
{
|
|
82
|
+
ref: B,
|
|
83
|
+
"data-selected": (r || !p) && k,
|
|
84
|
+
className: $({
|
|
85
|
+
selected: (r || !p) && k
|
|
86
|
+
}),
|
|
87
|
+
"aria-expanded": !r && p,
|
|
88
|
+
onClick: () => r ? v?.() : l(!p)
|
|
89
|
+
},
|
|
90
|
+
/* @__PURE__ */ e.createElement(
|
|
91
|
+
i,
|
|
92
|
+
{
|
|
93
|
+
className: x,
|
|
94
|
+
tabIndex: 0,
|
|
95
|
+
onKeyDown: (o) => {
|
|
96
|
+
(o.key === "Enter" || o.key === " ") && (o.preventDefault(), r ? v?.() : l(!p));
|
|
97
|
+
},
|
|
98
|
+
...f,
|
|
99
|
+
"aria-expanded": !r && p
|
|
100
|
+
},
|
|
101
|
+
/* @__PURE__ */ e.createElement("div", { className: u("d-flex align-items-center", I) }, c && /* @__PURE__ */ e.createElement(N, { icon: c, className: "mr-3" }), !r && /* @__PURE__ */ e.createElement(
|
|
102
|
+
N,
|
|
103
|
+
{
|
|
104
|
+
className: M,
|
|
105
|
+
icon: p ? "chevron-down" : "chevron-right"
|
|
106
|
+
}
|
|
107
|
+
), /* @__PURE__ */ e.createElement("div", { className: u(S, r && "visually-hidden") }, C))
|
|
108
|
+
)
|
|
109
|
+
), p && (r ? /* @__PURE__ */ e.createElement("div", { className: "visually-hidden" }, h) : h)) : /* @__PURE__ */ e.createElement(
|
|
110
|
+
"li",
|
|
111
|
+
{
|
|
112
|
+
ref: B,
|
|
113
|
+
className: u(z({
|
|
114
|
+
selected: n
|
|
115
|
+
}), r && !c && "visually-hidden")
|
|
116
|
+
},
|
|
117
|
+
/* @__PURE__ */ e.createElement(
|
|
118
|
+
i,
|
|
119
|
+
{
|
|
120
|
+
className: x,
|
|
121
|
+
tabIndex: 0,
|
|
122
|
+
onKeyDown: (o) => {
|
|
123
|
+
(o.key === "Enter" || o.key === " ") && (o.preventDefault(), o.currentTarget.click());
|
|
124
|
+
},
|
|
125
|
+
...f
|
|
126
|
+
},
|
|
127
|
+
/* @__PURE__ */ e.createElement("div", { className: u("d-flex align-items-center", I) }, c && /* @__PURE__ */ e.createElement(N, { icon: c, className: "mr-2" }), /* @__PURE__ */ e.createElement("div", { className: u(S, r && "visually-hidden") }, C))
|
|
128
|
+
)
|
|
129
|
+
));
|
|
130
|
+
}
|
|
131
|
+
g.set(y, {
|
|
132
|
+
name: "ProductBarVerticalItem",
|
|
133
|
+
props: {
|
|
134
|
+
keyId: { type: "string", required: !0 },
|
|
135
|
+
as: { type: "string" },
|
|
136
|
+
active: { type: "boolean", required: !0 },
|
|
137
|
+
collapsed: { type: "boolean", required: !1 },
|
|
138
|
+
icon: { type: "string", required: !1 },
|
|
139
|
+
isMinimized: { type: "boolean", required: !1 },
|
|
140
|
+
onExpandSidebar: { type: "function", required: !1 }
|
|
141
|
+
}
|
|
142
|
+
});
|
|
143
|
+
const re = "file";
|
|
144
|
+
function q({
|
|
145
|
+
children: a,
|
|
146
|
+
className: s,
|
|
147
|
+
title: t,
|
|
148
|
+
onSelect: _,
|
|
149
|
+
isMinimized: n,
|
|
150
|
+
isMinimizable: d,
|
|
151
|
+
onExpandSidebar: r,
|
|
152
|
+
...m
|
|
153
|
+
}) {
|
|
154
|
+
const [v, c] = V(a, [
|
|
155
|
+
{ type: y }
|
|
156
|
+
]), f = v.map((i) => {
|
|
157
|
+
if (!e.isValidElement(i)) return i;
|
|
158
|
+
const h = { isMinimized: n, onExpandSidebar: r };
|
|
159
|
+
return d && !i.props.icon && (h.icon = re), e.cloneElement(i, h);
|
|
160
|
+
});
|
|
161
|
+
return /* @__PURE__ */ e.createElement("div", { className: Y, ...m }, /* @__PURE__ */ e.createElement("ul", { className: j }, f), c);
|
|
162
|
+
}
|
|
163
|
+
g.set(q, {
|
|
164
|
+
name: "ProductBarVerticalSection"
|
|
165
|
+
});
|
|
166
|
+
function L({
|
|
167
|
+
className: a,
|
|
168
|
+
name: s,
|
|
169
|
+
logoSrc: t,
|
|
170
|
+
href: _,
|
|
171
|
+
isMinimized: n,
|
|
172
|
+
...d
|
|
173
|
+
}) {
|
|
174
|
+
return /* @__PURE__ */ e.createElement("div", { className: u(J({ minimized: !!n }), a), ...d }, /* @__PURE__ */ e.createElement(
|
|
175
|
+
"a",
|
|
176
|
+
{
|
|
177
|
+
className: Q,
|
|
178
|
+
href: _,
|
|
179
|
+
tabIndex: 0,
|
|
180
|
+
onKeyDown: (r) => {
|
|
181
|
+
(r.key === "Enter" || r.key === " ") && (r.preventDefault(), r.currentTarget.click());
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
t && /* @__PURE__ */ e.createElement(
|
|
185
|
+
"img",
|
|
186
|
+
{
|
|
187
|
+
className: U({ minimized: !!n }),
|
|
188
|
+
src: t,
|
|
189
|
+
"aria-hidden": "true",
|
|
190
|
+
alt: `${s} Logo`
|
|
191
|
+
}
|
|
192
|
+
),
|
|
193
|
+
!n && s && /* @__PURE__ */ e.createElement("span", { className: X }, s)
|
|
194
|
+
));
|
|
195
|
+
}
|
|
196
|
+
g.set(L, {
|
|
197
|
+
name: "ProductBarVerticalHeader",
|
|
198
|
+
props: {
|
|
199
|
+
name: { type: "string" },
|
|
200
|
+
logoSrc: { type: "string" },
|
|
201
|
+
isMinimized: { type: "boolean" }
|
|
202
|
+
}
|
|
203
|
+
});
|
|
204
|
+
function te({
|
|
205
|
+
children: a,
|
|
206
|
+
className: s,
|
|
207
|
+
isMinimizable: t,
|
|
208
|
+
initialIsMinimized: _ = !1,
|
|
209
|
+
onMinimizeToggle: n,
|
|
210
|
+
...d
|
|
211
|
+
}) {
|
|
212
|
+
const [r, m] = e.useState(_), [v, c, f] = V(a, [
|
|
213
|
+
{ type: L },
|
|
214
|
+
{ type: q },
|
|
215
|
+
{ type: y }
|
|
216
|
+
]);
|
|
217
|
+
function i() {
|
|
218
|
+
const l = !r;
|
|
219
|
+
m(l), n && n(l);
|
|
220
|
+
}
|
|
221
|
+
const h = e.Children.map(
|
|
222
|
+
v,
|
|
223
|
+
(l) => e.isValidElement(l) ? e.cloneElement(l, { isMinimized: r }) : l
|
|
224
|
+
), w = c.map(
|
|
225
|
+
(l) => e.isValidElement(l) ? e.cloneElement(l, { isMinimized: r, isMinimizable: t, onExpandSidebar: i }) : l
|
|
226
|
+
), p = D(f, (l) => {
|
|
227
|
+
const E = { isMinimized: r, isMinimizable: t, onExpandSidebar: i };
|
|
228
|
+
return t && !l.props.icon && (E.icon = "file"), [E];
|
|
229
|
+
}, !1);
|
|
230
|
+
return /* @__PURE__ */ e.createElement(
|
|
231
|
+
"div",
|
|
232
|
+
{
|
|
233
|
+
className: u(
|
|
234
|
+
R,
|
|
235
|
+
r && W,
|
|
236
|
+
s
|
|
237
|
+
),
|
|
238
|
+
...d
|
|
239
|
+
},
|
|
240
|
+
/* @__PURE__ */ e.createElement("div", { className: F }, h, t && /* @__PURE__ */ e.createElement("div", { className: u(G({ minimized: r })) }, /* @__PURE__ */ e.createElement(
|
|
241
|
+
A,
|
|
242
|
+
{
|
|
243
|
+
kind: "icon",
|
|
244
|
+
icon: r ? "chevron-right" : "chevron-left",
|
|
245
|
+
onClick: i,
|
|
246
|
+
"aria-expanded": !r
|
|
247
|
+
}
|
|
248
|
+
))),
|
|
249
|
+
e.Children.toArray(w),
|
|
250
|
+
/* @__PURE__ */ e.createElement("ul", { className: j }, e.Children.toArray(p))
|
|
251
|
+
);
|
|
252
|
+
}
|
|
253
|
+
g.set(te, {
|
|
254
|
+
name: "ProductBarVertical"
|
|
255
|
+
});
|
|
256
|
+
export {
|
|
257
|
+
te as ProductBarVertical,
|
|
258
|
+
L as ProductBarVerticalHeader,
|
|
259
|
+
y as ProductBarVerticalItem,
|
|
260
|
+
q as ProductBarVerticalSection
|
|
261
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(i,V){typeof exports=="object"&&typeof module<"u"?V(exports,require("react"),require("@sps-woodland/core"),require("@sps-woodland/core/button")):typeof define=="function"&&define.amd?define(["exports","react","@sps-woodland/core","@sps-woodland/core/button"],V):(i=typeof globalThis<"u"?globalThis:i||self,V(i.ProductBarVertical={},i.React,i.core,i.button))})(this,(function(i,V,l,T){"use strict";function L(a){const s=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(a){for(const r in a)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(a,r);Object.defineProperty(s,r,n.get?n:{enumerable:!0,get:()=>a[r]})}}return s.default=a,Object.freeze(s)}const e=L(V);function A(a,s,r){return s in a?Object.defineProperty(a,s,{value:r,enumerable:!0,configurable:!0,writable:!0}):a[s]=r,a}function C(a,s){var r=Object.keys(a);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(a);s&&(n=n.filter(function(_){return Object.getOwnPropertyDescriptor(a,_).enumerable})),r.push.apply(r,n)}return r}function P(a){for(var s=1;s<arguments.length;s++){var r=arguments[s]!=null?arguments[s]:{};s%2?C(Object(r),!0).forEach(function(n){A(a,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(r)):C(Object(r)).forEach(function(n){Object.defineProperty(a,n,Object.getOwnPropertyDescriptor(r,n))})}return a}var H=(a,s,r)=>{for(var n of Object.keys(a)){var _;if(a[n]!==((_=s[n])!==null&&_!==void 0?_:r[n]))return!1}return!0},g=a=>s=>{var r=a.defaultClassName,n=P(P({},a.defaultVariants),s);for(var _ in n){var p,t=(p=n[_])!==null&&p!==void 0?p:a.defaultVariants[_];if(t!=null){var f=t;typeof f=="boolean"&&(f=f===!0?"true":"false");var v=a.variantClassNames[_][f];v&&(r+=" "+v)}}for(var[c,h]of a.compoundVariants)H(c,n,a.defaultVariants)&&(r+=" "+h);return r},R="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb800",K="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb801",W="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb802",F=g({defaultClassName:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb803",variantClassNames:{minimized:{true:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb804",false:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb805"}},defaultVariants:{minimized:!1},compoundVariants:[]}),G=g({defaultClassName:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb806",variantClassNames:{minimized:{true:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb807",false:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb808"}},defaultVariants:{minimized:!1},compoundVariants:[]}),J="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb809",Q=g({defaultClassName:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80a",variantClassNames:{minimized:{true:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80b",false:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80c"}},defaultVariants:{minimized:!1},compoundVariants:[]}),U="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80d",X="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80e",O="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80f",Y="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80g",Z=g({defaultClassName:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80h",variantClassNames:{selected:{true:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80i",false:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80j"}},defaultVariants:{selected:!1},compoundVariants:[]}),z=g({defaultClassName:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80k",variantClassNames:{selected:{true:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80l",false:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80m"}},defaultVariants:{selected:!1},compoundVariants:[]}),M="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80n",I="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80o",S="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80p",$="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80q",j="pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80r",ee=g({defaultClassName:"",variantClassNames:{active:{true:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80s",false:"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80t"}},defaultVariants:{},compoundVariants:[[{active:!0},"pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80u"]]});function y({children:a,className:s,as:r,keyId:n,active:_=!1,collapsed:p=!1,isMinimized:t=!1,isMinimizable:f=!1,onExpandSidebar:v,icon:c,...h}){const u=r??"a",[b,N]=l.selectChildren(a,[{type:y}]),[m,o]=e.useState(!p),[w]=l.selectChildren(a,[{type:y}],!0),B=w.some(d=>d.props.active),re=_||!m&&B,D=e.useRef(null),q=l.modChildren(N,d=>d.type?.displayName==="SpsTag"||l.Metadata.isWoodlandComponent(d.type)&&l.Metadata.get(d.type).name==="Tag"?[{className:l.cl(d.props?.className,ee({active:re}))}]:[]);return e.createElement(e.Fragment,null,b.length?e.createElement("ul",{className:l.cl(Y,c&&$,t&&!c&&"visually-hidden")},e.createElement("li",{ref:D,"data-selected":(t||!m)&&B,className:z({selected:(t||!m)&&B}),"aria-expanded":!t&&m,onClick:()=>t?v?.():o(!m)},e.createElement(u,{className:I,tabIndex:0,onKeyDown:d=>{(d.key==="Enter"||d.key===" ")&&(d.preventDefault(),t?v?.():o(!m))},...h,"aria-expanded":!t&&m},e.createElement("div",{className:l.cl("d-flex align-items-center",S)},c&&e.createElement(l.Icon,{icon:c,className:"mr-3"}),!t&&e.createElement(l.Icon,{className:M,icon:m?"chevron-down":"chevron-right"}),e.createElement("div",{className:l.cl(j,t&&"visually-hidden")},q)))),m&&(t?e.createElement("div",{className:"visually-hidden"},b):b)):e.createElement("li",{ref:D,className:l.cl(Z({selected:_}),t&&!c&&"visually-hidden")},e.createElement(u,{className:I,tabIndex:0,onKeyDown:d=>{(d.key==="Enter"||d.key===" ")&&(d.preventDefault(),d.currentTarget.click())},...h},e.createElement("div",{className:l.cl("d-flex align-items-center",S)},c&&e.createElement(l.Icon,{icon:c,className:"mr-2"}),e.createElement("div",{className:l.cl(j,t&&"visually-hidden")},q)))))}l.Metadata.set(y,{name:"ProductBarVerticalItem",props:{keyId:{type:"string",required:!0},as:{type:"string"},active:{type:"boolean",required:!0},collapsed:{type:"boolean",required:!1},icon:{type:"string",required:!1},isMinimized:{type:"boolean",required:!1},onExpandSidebar:{type:"function",required:!1}}});const ae="file";function E({children:a,className:s,title:r,onSelect:n,isMinimized:_,isMinimizable:p,onExpandSidebar:t,...f}){const[v,c]=l.selectChildren(a,[{type:y}]),h=v.map(u=>{if(!e.isValidElement(u))return u;const b={isMinimized:_,onExpandSidebar:t};return p&&!u.props.icon&&(b.icon=ae),e.cloneElement(u,b)});return e.createElement("div",{className:X,...f},e.createElement("ul",{className:O},h),c)}l.Metadata.set(E,{name:"ProductBarVerticalSection"});function k({className:a,name:s,logoSrc:r,href:n,isMinimized:_,...p}){return e.createElement("div",{className:l.cl(G({minimized:!!_}),a),...p},e.createElement("a",{className:J,href:n,tabIndex:0,onKeyDown:t=>{(t.key==="Enter"||t.key===" ")&&(t.preventDefault(),t.currentTarget.click())}},r&&e.createElement("img",{className:Q({minimized:!!_}),src:r,"aria-hidden":"true",alt:`${s} Logo`}),!_&&s&&e.createElement("span",{className:U},s)))}l.Metadata.set(k,{name:"ProductBarVerticalHeader",props:{name:{type:"string"},logoSrc:{type:"string"},isMinimized:{type:"boolean"}}});function x({children:a,className:s,isMinimizable:r,initialIsMinimized:n=!1,onMinimizeToggle:_,...p}){const[t,f]=e.useState(n),[v,c,h]=l.selectChildren(a,[{type:k},{type:E},{type:y}]);function u(){const o=!t;f(o),_&&_(o)}const b=e.Children.map(v,o=>e.isValidElement(o)?e.cloneElement(o,{isMinimized:t}):o),N=c.map(o=>e.isValidElement(o)?e.cloneElement(o,{isMinimized:t,isMinimizable:r,onExpandSidebar:u}):o),m=l.modChildren(h,o=>{const w={isMinimized:t,isMinimizable:r,onExpandSidebar:u};return r&&!o.props.icon&&(w.icon="file"),[w]},!1);return e.createElement("div",{className:l.cl(R,t&&K,s),...p},e.createElement("div",{className:W},b,r&&e.createElement("div",{className:l.cl(F({minimized:t}))},e.createElement(T.Button,{kind:"icon",icon:t?"chevron-right":"chevron-left",onClick:u,"aria-expanded":!t}))),e.Children.toArray(N),e.createElement("ul",{className:O},e.Children.toArray(m)))}l.Metadata.set(x,{name:"ProductBarVertical"}),i.ProductBarVertical=x,i.ProductBarVerticalHeader=k,i.ProductBarVerticalItem=y,i.ProductBarVerticalSection=E,Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})}));
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
export declare const productBarVerticalContainer: string;
|
|
2
|
+
export declare const productBarVerticalCollapsed: string;
|
|
3
|
+
export declare const productBarVerticalHeaderWrapper: string;
|
|
4
|
+
export declare const productBarVerticalCollapseButton: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
|
|
5
|
+
minimized: {
|
|
6
|
+
true: {
|
|
7
|
+
top: "3rem";
|
|
8
|
+
transform: "none";
|
|
9
|
+
};
|
|
10
|
+
false: {};
|
|
11
|
+
};
|
|
12
|
+
}>;
|
|
13
|
+
export declare const productBarVerticalHeader: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
|
|
14
|
+
minimized: {
|
|
15
|
+
true: {
|
|
16
|
+
height: "5.625rem";
|
|
17
|
+
padding: ".98rem .5rem";
|
|
18
|
+
justifyContent: "start";
|
|
19
|
+
};
|
|
20
|
+
false: {};
|
|
21
|
+
};
|
|
22
|
+
}>;
|
|
23
|
+
export declare const productBarVerticalBrand: string;
|
|
24
|
+
export declare const productBarVerticalBrandLogo: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
|
|
25
|
+
minimized: {
|
|
26
|
+
true: {
|
|
27
|
+
marginLeft: "auto";
|
|
28
|
+
marginRight: "auto";
|
|
29
|
+
};
|
|
30
|
+
false: {};
|
|
31
|
+
};
|
|
32
|
+
}>;
|
|
33
|
+
export declare const productBarVerticalBrandName: string;
|
|
34
|
+
export declare const productBarVerticalSection: string;
|
|
35
|
+
export declare const productBarVerticalBranch: string;
|
|
36
|
+
export declare const productBarVerticalExpand: string;
|
|
37
|
+
export declare const productBarVerticalLeaf: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
|
|
38
|
+
selected: {
|
|
39
|
+
true: {
|
|
40
|
+
backgroundColor: string;
|
|
41
|
+
color: string;
|
|
42
|
+
};
|
|
43
|
+
false: {
|
|
44
|
+
selectors: {
|
|
45
|
+
"&:hover": {
|
|
46
|
+
backgroundColor: string;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}>;
|
|
52
|
+
export declare const productBarVerticalExpandLeaf: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
|
|
53
|
+
selected: {
|
|
54
|
+
true: {
|
|
55
|
+
backgroundColor: string;
|
|
56
|
+
color: string;
|
|
57
|
+
};
|
|
58
|
+
false: {
|
|
59
|
+
selectors: {
|
|
60
|
+
"&:hover": {
|
|
61
|
+
backgroundColor: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
}>;
|
|
67
|
+
export declare const productBarVerticalExpandIcon: string;
|
|
68
|
+
export declare const productBarVerticalLink: string;
|
|
69
|
+
export declare const productBarVerticalLinkInner: string;
|
|
70
|
+
export declare const productBarVerticalExpandWithIcon: string;
|
|
71
|
+
export declare const productBarVerticalLinkContent: string;
|
|
72
|
+
export declare const tabTag: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
|
|
73
|
+
active: {
|
|
74
|
+
true: {};
|
|
75
|
+
false: {};
|
|
76
|
+
};
|
|
77
|
+
}>;
|
|
78
|
+
//# sourceMappingURL=ProductBarVertical.css.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductBarVertical.css.d.ts","sourceRoot":"","sources":["../../../src/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,2BAA2B,QAetC,CAAC;AAEH,eAAO,MAAM,2BAA2B,QAGtC,CAAC;AAEH,eAAO,MAAM,+BAA+B,QAI1C,CAAC;AAEH,eAAO,MAAM,gCAAgC;;;;;;;;EAoB3C,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;EAwBnC,CAAC;AAEH,eAAO,MAAM,uBAAuB,QAUlC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;EAqBtC,CAAC;AAEH,eAAO,MAAM,2BAA2B,QAMtC,CAAC;AAEH,eAAO,MAAM,yBAAyB,QAKpC,CAAC;AAMH,eAAO,MAAM,wBAAwB,QAOnC,CAAC;AAEH,eAAO,MAAM,wBAAwB,QAInC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;EAuBjC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;EAuBvC,CAAC;AAEH,eAAO,MAAM,4BAA4B,QASvC,CAAC;AAEH,eAAO,MAAM,sBAAsB,QAiBjC,CAAC;AAEH,eAAO,MAAM,2BAA2B,QAGtC,CAAC;AAEH,eAAO,MAAM,gCAAgC,QAAY,CAAC;AAS1D,eAAO,MAAM,6BAA6B,QAKxC,CAAC;AA8DH,eAAO,MAAM,MAAM;;;;;EAiBjB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 s = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb800", o = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb801", e = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb802", l = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb803", variantClassNames: { minimized: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb804", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb805" } }, defaultVariants: { minimized: !1 }, compoundVariants: [] }), d = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb806", variantClassNames: { minimized: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb807", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb808" } }, defaultVariants: { minimized: !1 }, compoundVariants: [] }), n = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb809", p = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80a", variantClassNames: { minimized: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80b", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80c" } }, defaultVariants: { minimized: !1 }, compoundVariants: [] }), i = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80d", t = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80e", c = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80f", h = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80g", v = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80h", variantClassNames: { selected: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80i", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80j" } }, defaultVariants: { selected: !1 }, compoundVariants: [] }), u = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80k", variantClassNames: { selected: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80l", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80m" } }, defaultVariants: { selected: !1 }, compoundVariants: [] }), m = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80n", k = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80o", g = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80p", b = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80q", w = "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80r", V = _({ defaultClassName: "", variantClassNames: { active: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80s", false: "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80t" } }, defaultVariants: {}, compoundVariants: [[{ active: !0 }, "pkg_sps-woodland_core__version_8_51_1__hash_1l0rb80u"]] });
|
|
4
|
+
export {
|
|
5
|
+
c as productBarVerticalBranch,
|
|
6
|
+
n as productBarVerticalBrand,
|
|
7
|
+
p as productBarVerticalBrandLogo,
|
|
8
|
+
i as productBarVerticalBrandName,
|
|
9
|
+
l as productBarVerticalCollapseButton,
|
|
10
|
+
o as productBarVerticalCollapsed,
|
|
11
|
+
s as productBarVerticalContainer,
|
|
12
|
+
h as productBarVerticalExpand,
|
|
13
|
+
m as productBarVerticalExpandIcon,
|
|
14
|
+
u as productBarVerticalExpandLeaf,
|
|
15
|
+
b as productBarVerticalExpandWithIcon,
|
|
16
|
+
d as productBarVerticalHeader,
|
|
17
|
+
e as productBarVerticalHeaderWrapper,
|
|
18
|
+
v as productBarVerticalLeaf,
|
|
19
|
+
k as productBarVerticalLink,
|
|
20
|
+
w as productBarVerticalLinkContent,
|
|
21
|
+
g as productBarVerticalLinkInner,
|
|
22
|
+
t as productBarVerticalSection,
|
|
23
|
+
V as tabTag
|
|
24
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ComponentProps } from "@sps-woodland/core";
|
|
3
|
+
export declare function ProductBarVertical({ children, className, isMinimizable, initialIsMinimized, onMinimizeToggle, ...rest }: ComponentProps<{
|
|
4
|
+
isMinimizable?: boolean;
|
|
5
|
+
initialIsMinimized?: boolean;
|
|
6
|
+
onMinimizeToggle?: (newValue: boolean) => void;
|
|
7
|
+
}, HTMLDivElement>): React.ReactElement;
|
|
8
|
+
//# sourceMappingURL=ProductBarVertical.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductBarVertical.d.ts","sourceRoot":"","sources":["../../../src/product-bar-vertical/product-bar-vertical/ProductBarVertical.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAY,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAcnE,wBAAgB,kBAAkB,CAAC,EACjC,QAAQ,EACR,SAAS,EACT,aAAa,EACb,kBAA0B,EAC1B,gBAAgB,EAChB,GAAG,IAAI,EACR,EAAE,cAAc,CACf;IACE,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD,EACD,cAAc,CACf,GAAG,KAAK,CAAC,YAAY,CA+DrB"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { Metadata as h, selectChildren as v, modChildren as y, cl as i } from "@sps-woodland/core";
|
|
3
|
+
import { Button as P } from "@sps-woodland/core/button";
|
|
4
|
+
import { ProductBarVerticalSection as S } from "../product-bar-vertical-section/ProductBarVerticalSection.js";
|
|
5
|
+
import { ProductBarVerticalItem as x } from "../product-bar-vertical-item/ProductBarVerticalItem.js";
|
|
6
|
+
import { ProductBarVerticalHeader as N } from "../product-bar-vertical-header/ProductBarVerticalHeader.js";
|
|
7
|
+
import { productBarVerticalContainer as k, productBarVerticalCollapsed as A, productBarVerticalHeaderWrapper as H, productBarVerticalCollapseButton as I, productBarVerticalBranch as g } from "./ProductBarVertical.css.js";
|
|
8
|
+
function w({
|
|
9
|
+
children: l,
|
|
10
|
+
className: d,
|
|
11
|
+
isMinimizable: a,
|
|
12
|
+
initialIsMinimized: m = !1,
|
|
13
|
+
onMinimizeToggle: n,
|
|
14
|
+
...s
|
|
15
|
+
}) {
|
|
16
|
+
const [t, p] = e.useState(m), [u, f, B] = v(l, [
|
|
17
|
+
{ type: N },
|
|
18
|
+
{ type: S },
|
|
19
|
+
{ type: x }
|
|
20
|
+
]);
|
|
21
|
+
function o() {
|
|
22
|
+
const r = !t;
|
|
23
|
+
p(r), n && n(r);
|
|
24
|
+
}
|
|
25
|
+
const E = e.Children.map(
|
|
26
|
+
u,
|
|
27
|
+
(r) => e.isValidElement(r) ? e.cloneElement(r, { isMinimized: t }) : r
|
|
28
|
+
), V = f.map(
|
|
29
|
+
(r) => e.isValidElement(r) ? e.cloneElement(r, { isMinimized: t, isMinimizable: a, onExpandSidebar: o }) : r
|
|
30
|
+
), C = y(B, (r) => {
|
|
31
|
+
const c = { isMinimized: t, isMinimizable: a, onExpandSidebar: o };
|
|
32
|
+
return a && !r.props.icon && (c.icon = "file"), [c];
|
|
33
|
+
}, !1);
|
|
34
|
+
return /* @__PURE__ */ e.createElement(
|
|
35
|
+
"div",
|
|
36
|
+
{
|
|
37
|
+
className: i(
|
|
38
|
+
k,
|
|
39
|
+
t && A,
|
|
40
|
+
d
|
|
41
|
+
),
|
|
42
|
+
...s
|
|
43
|
+
},
|
|
44
|
+
/* @__PURE__ */ e.createElement("div", { className: H }, E, a && /* @__PURE__ */ e.createElement("div", { className: i(I({ minimized: t })) }, /* @__PURE__ */ e.createElement(
|
|
45
|
+
P,
|
|
46
|
+
{
|
|
47
|
+
kind: "icon",
|
|
48
|
+
icon: t ? "chevron-right" : "chevron-left",
|
|
49
|
+
onClick: o,
|
|
50
|
+
"aria-expanded": !t
|
|
51
|
+
}
|
|
52
|
+
))),
|
|
53
|
+
e.Children.toArray(V),
|
|
54
|
+
/* @__PURE__ */ e.createElement("ul", { className: g }, e.Children.toArray(C))
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
h.set(w, {
|
|
58
|
+
name: "ProductBarVertical"
|
|
59
|
+
});
|
|
60
|
+
export {
|
|
61
|
+
w as ProductBarVertical
|
|
62
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ComponentProps } from "@sps-woodland/core";
|
|
3
|
+
export declare function ProductBarVerticalHeader({ className, name, logoSrc, href, isMinimized, ...rest }: ComponentProps<{
|
|
4
|
+
name?: string;
|
|
5
|
+
logoSrc?: string;
|
|
6
|
+
href?: string;
|
|
7
|
+
isMinimized?: boolean;
|
|
8
|
+
}, HTMLDivElement>): React.ReactElement;
|
|
9
|
+
//# sourceMappingURL=ProductBarVerticalHeader.d.ts.map
|
package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductBarVerticalHeader.d.ts","sourceRoot":"","sources":["../../../src/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAQzD,wBAAgB,wBAAwB,CAAC,EACvC,SAAS,EACT,IAAI,EACJ,OAAO,EACP,IAAI,EACJ,WAAW,EACX,GAAG,IAAI,EACR,EAAE,cAAc,CACf;IACE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,EACD,cAAc,CACf,GAAG,KAAK,CAAC,YAAY,CA0BrB"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as r from "react";
|
|
2
|
+
import { Metadata as l, cl as m } from "@sps-woodland/core";
|
|
3
|
+
import { productBarVerticalHeader as d, productBarVerticalBrand as p, productBarVerticalBrandLogo as s, productBarVerticalBrandName as u } from "../product-bar-vertical/ProductBarVertical.css.js";
|
|
4
|
+
function B({
|
|
5
|
+
className: o,
|
|
6
|
+
name: a,
|
|
7
|
+
logoSrc: c,
|
|
8
|
+
href: n,
|
|
9
|
+
isMinimized: t,
|
|
10
|
+
...i
|
|
11
|
+
}) {
|
|
12
|
+
return /* @__PURE__ */ r.createElement("div", { className: m(d({ minimized: !!t }), o), ...i }, /* @__PURE__ */ r.createElement(
|
|
13
|
+
"a",
|
|
14
|
+
{
|
|
15
|
+
className: p,
|
|
16
|
+
href: n,
|
|
17
|
+
tabIndex: 0,
|
|
18
|
+
onKeyDown: (e) => {
|
|
19
|
+
(e.key === "Enter" || e.key === " ") && (e.preventDefault(), e.currentTarget.click());
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
c && /* @__PURE__ */ r.createElement(
|
|
23
|
+
"img",
|
|
24
|
+
{
|
|
25
|
+
className: s({ minimized: !!t }),
|
|
26
|
+
src: c,
|
|
27
|
+
"aria-hidden": "true",
|
|
28
|
+
alt: `${a} Logo`
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
!t && a && /* @__PURE__ */ r.createElement("span", { className: u }, a)
|
|
32
|
+
));
|
|
33
|
+
}
|
|
34
|
+
l.set(B, {
|
|
35
|
+
name: "ProductBarVerticalHeader",
|
|
36
|
+
props: {
|
|
37
|
+
name: { type: "string" },
|
|
38
|
+
logoSrc: { type: "string" },
|
|
39
|
+
isMinimized: { type: "boolean" }
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
export {
|
|
43
|
+
B as ProductBarVerticalHeader
|
|
44
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { PolymorphicComponentProps } from "@sps-woodland/core";
|
|
3
|
+
import { IconName } from "@sps-woodland/tokens";
|
|
4
|
+
type ProductBarVerticalItemProps<T extends React.ElementType> = PolymorphicComponentProps<{
|
|
5
|
+
keyId: string;
|
|
6
|
+
active?: boolean;
|
|
7
|
+
collapsed?: boolean;
|
|
8
|
+
icon?: IconName;
|
|
9
|
+
isMinimized?: boolean;
|
|
10
|
+
isMinimizable?: boolean;
|
|
11
|
+
onExpandSidebar?: () => void;
|
|
12
|
+
}, T>;
|
|
13
|
+
export declare function ProductBarVerticalItem<T extends React.ElementType = "a">({ children, className, as, keyId, active, collapsed, isMinimized, isMinimizable, onExpandSidebar, icon, ...rest }: ProductBarVerticalItemProps<T>): React.ReactElement;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=ProductBarVerticalItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductBarVerticalItem.d.ts","sourceRoot":"","sources":["../../../src/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAY,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAa9E,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,KAAK,2BAA2B,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,IAAI,yBAAyB,CACvF;IACE,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;CAC9B,EACD,CAAC,CACF,CAAC;AAEF,wBAAgB,sBAAsB,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,GAAG,EAAE,EACxE,QAAQ,EACR,SAAS,EACT,EAAE,EACF,KAAK,EACL,MAAc,EACd,SAAiB,EACjB,WAAmB,EACnB,aAAqB,EACrB,eAAe,EACf,IAAI,EACJ,GAAG,IAAI,EACR,EAAE,2BAA2B,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,CA6FrD"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { Metadata as o, selectChildren as h, modChildren as q, cl as n, Icon as d } from "@sps-woodland/core";
|
|
3
|
+
import { tabTag as D, productBarVerticalExpand as L, productBarVerticalExpandWithIcon as T, productBarVerticalExpandLeaf as w, productBarVerticalLink as g, productBarVerticalLinkInner as I, productBarVerticalExpandIcon as R, productBarVerticalLinkContent as x, productBarVerticalLeaf as S } from "../product-bar-vertical/ProductBarVertical.css.js";
|
|
4
|
+
function m({
|
|
5
|
+
children: p,
|
|
6
|
+
className: A,
|
|
7
|
+
as: B,
|
|
8
|
+
keyId: K,
|
|
9
|
+
active: u = !1,
|
|
10
|
+
collapsed: k = !1,
|
|
11
|
+
isMinimized: t = !1,
|
|
12
|
+
isMinimizable: P = !1,
|
|
13
|
+
onExpandSidebar: y,
|
|
14
|
+
icon: l,
|
|
15
|
+
...f
|
|
16
|
+
}) {
|
|
17
|
+
const i = B ?? "a", [c, V] = h(p, [{ type: m }]), [r, E] = e.useState(!k), [b] = h(p, [{ type: m }], !0), s = b.some((a) => a.props.active), C = u || !r && s, v = e.useRef(null), N = q(
|
|
18
|
+
V,
|
|
19
|
+
(a) => a.type?.displayName === "SpsTag" || o.isWoodlandComponent(a.type) && o.get(a.type).name === "Tag" ? [
|
|
20
|
+
{
|
|
21
|
+
className: n(a.props?.className, D({ active: C }))
|
|
22
|
+
}
|
|
23
|
+
] : []
|
|
24
|
+
);
|
|
25
|
+
return /* @__PURE__ */ e.createElement(e.Fragment, null, c.length ? /* @__PURE__ */ e.createElement("ul", { className: n(L, l && T, t && !l && "visually-hidden") }, /* @__PURE__ */ e.createElement(
|
|
26
|
+
"li",
|
|
27
|
+
{
|
|
28
|
+
ref: v,
|
|
29
|
+
"data-selected": (t || !r) && s,
|
|
30
|
+
className: w({
|
|
31
|
+
selected: (t || !r) && s
|
|
32
|
+
}),
|
|
33
|
+
"aria-expanded": !t && r,
|
|
34
|
+
onClick: () => t ? y?.() : E(!r)
|
|
35
|
+
},
|
|
36
|
+
/* @__PURE__ */ e.createElement(
|
|
37
|
+
i,
|
|
38
|
+
{
|
|
39
|
+
className: g,
|
|
40
|
+
tabIndex: 0,
|
|
41
|
+
onKeyDown: (a) => {
|
|
42
|
+
(a.key === "Enter" || a.key === " ") && (a.preventDefault(), t ? y?.() : E(!r));
|
|
43
|
+
},
|
|
44
|
+
...f,
|
|
45
|
+
"aria-expanded": !t && r
|
|
46
|
+
},
|
|
47
|
+
/* @__PURE__ */ e.createElement("div", { className: n("d-flex align-items-center", I) }, l && /* @__PURE__ */ e.createElement(d, { icon: l, className: "mr-3" }), !t && /* @__PURE__ */ e.createElement(
|
|
48
|
+
d,
|
|
49
|
+
{
|
|
50
|
+
className: R,
|
|
51
|
+
icon: r ? "chevron-down" : "chevron-right"
|
|
52
|
+
}
|
|
53
|
+
), /* @__PURE__ */ e.createElement("div", { className: n(x, t && "visually-hidden") }, N))
|
|
54
|
+
)
|
|
55
|
+
), r && (t ? /* @__PURE__ */ e.createElement("div", { className: "visually-hidden" }, c) : c)) : /* @__PURE__ */ e.createElement(
|
|
56
|
+
"li",
|
|
57
|
+
{
|
|
58
|
+
ref: v,
|
|
59
|
+
className: n(S({
|
|
60
|
+
selected: u
|
|
61
|
+
}), t && !l && "visually-hidden")
|
|
62
|
+
},
|
|
63
|
+
/* @__PURE__ */ e.createElement(
|
|
64
|
+
i,
|
|
65
|
+
{
|
|
66
|
+
className: g,
|
|
67
|
+
tabIndex: 0,
|
|
68
|
+
onKeyDown: (a) => {
|
|
69
|
+
(a.key === "Enter" || a.key === " ") && (a.preventDefault(), a.currentTarget.click());
|
|
70
|
+
},
|
|
71
|
+
...f
|
|
72
|
+
},
|
|
73
|
+
/* @__PURE__ */ e.createElement("div", { className: n("d-flex align-items-center", I) }, l && /* @__PURE__ */ e.createElement(d, { icon: l, className: "mr-2" }), /* @__PURE__ */ e.createElement("div", { className: n(x, t && "visually-hidden") }, N))
|
|
74
|
+
)
|
|
75
|
+
));
|
|
76
|
+
}
|
|
77
|
+
o.set(m, {
|
|
78
|
+
name: "ProductBarVerticalItem",
|
|
79
|
+
props: {
|
|
80
|
+
keyId: { type: "string", required: !0 },
|
|
81
|
+
as: { type: "string" },
|
|
82
|
+
active: { type: "boolean", required: !0 },
|
|
83
|
+
collapsed: { type: "boolean", required: !1 },
|
|
84
|
+
icon: { type: "string", required: !1 },
|
|
85
|
+
isMinimized: { type: "boolean", required: !1 },
|
|
86
|
+
onExpandSidebar: { type: "function", required: !1 }
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
export {
|
|
90
|
+
m as ProductBarVerticalItem
|
|
91
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ComponentProps } from "@sps-woodland/core";
|
|
3
|
+
export declare function ProductBarVerticalSection({ children, className, title, onSelect, isMinimized, isMinimizable, onExpandSidebar, ...rest }: ComponentProps<{
|
|
4
|
+
title?: string;
|
|
5
|
+
onSelect?: (string: string) => void;
|
|
6
|
+
isMinimized?: boolean;
|
|
7
|
+
isMinimizable?: boolean;
|
|
8
|
+
onExpandSidebar?: () => void;
|
|
9
|
+
}, HTMLDivElement>): React.ReactElement;
|
|
10
|
+
//# sourceMappingURL=ProductBarVerticalSection.d.ts.map
|
package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductBarVerticalSection.d.ts","sourceRoot":"","sources":["../../../src/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAUzD,wBAAgB,yBAAyB,CAAC,EACxC,QAAQ,EACR,SAAS,EACT,KAAK,EACL,QAAQ,EACR,WAAW,EACX,aAAa,EACb,eAAe,EACf,GAAG,IAAI,EACR,EAAE,cAAc,CACf;IACE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;CAC9B,EACD,cAAc,CACf,GAAG,KAAK,CAAC,YAAY,CAoBrB"}
|