@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,100 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
import { Metadata as c, cl as l } from "@sps-woodland/core";
|
|
3
|
+
function g(e, a, _) {
|
|
4
|
+
return a in e ? Object.defineProperty(e, a, {
|
|
5
|
+
value: _,
|
|
6
|
+
enumerable: !0,
|
|
7
|
+
configurable: !0,
|
|
8
|
+
writable: !0
|
|
9
|
+
}) : e[a] = _, e;
|
|
10
|
+
}
|
|
11
|
+
function v(e, a) {
|
|
12
|
+
var _ = Object.keys(e);
|
|
13
|
+
if (Object.getOwnPropertySymbols) {
|
|
14
|
+
var r = Object.getOwnPropertySymbols(e);
|
|
15
|
+
a && (r = r.filter(function(s) {
|
|
16
|
+
return Object.getOwnPropertyDescriptor(e, s).enumerable;
|
|
17
|
+
})), _.push.apply(_, r);
|
|
18
|
+
}
|
|
19
|
+
return _;
|
|
20
|
+
}
|
|
21
|
+
function p(e) {
|
|
22
|
+
for (var a = 1; a < arguments.length; a++) {
|
|
23
|
+
var _ = arguments[a] != null ? arguments[a] : {};
|
|
24
|
+
a % 2 ? v(Object(_), !0).forEach(function(r) {
|
|
25
|
+
g(e, r, _[r]);
|
|
26
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(_)) : v(Object(_)).forEach(function(r) {
|
|
27
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(_, r));
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
return e;
|
|
31
|
+
}
|
|
32
|
+
var b = (e, a, _) => {
|
|
33
|
+
for (var r of Object.keys(e)) {
|
|
34
|
+
var s;
|
|
35
|
+
if (e[r] !== ((s = a[r]) !== null && s !== void 0 ? s : _[r]))
|
|
36
|
+
return !1;
|
|
37
|
+
}
|
|
38
|
+
return !0;
|
|
39
|
+
}, u = (e) => (a) => {
|
|
40
|
+
var _ = e.defaultClassName, r = p(p({}, e.defaultVariants), a);
|
|
41
|
+
for (var s in r) {
|
|
42
|
+
var n, i = (n = r[s]) !== null && n !== void 0 ? n : e.defaultVariants[s];
|
|
43
|
+
if (i != null) {
|
|
44
|
+
var o = i;
|
|
45
|
+
typeof o == "boolean" && (o = o === !0 ? "true" : "false");
|
|
46
|
+
var d = (
|
|
47
|
+
// @ts-expect-error
|
|
48
|
+
e.variantClassNames[s][o]
|
|
49
|
+
);
|
|
50
|
+
d && (_ += " " + d);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
for (var [f, h] of e.compoundVariants)
|
|
54
|
+
b(f, r, e.defaultVariants) && (_ += " " + h);
|
|
55
|
+
return _;
|
|
56
|
+
}, w = "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv0", m = u({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv1", variantClassNames: { kind: { general: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv2", error: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv3", success: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv4", warning: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv5", processing: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv6" }, active: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv7" } }, defaultVariants: {}, compoundVariants: [[{ kind: "general", active: !0 }, "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv8"], [{ kind: "warning", active: !0 }, "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv9"], [{ kind: "error", active: !0 }, "pkg_sps-woodland_core__version_8_51_1__hash_1fdabiva"], [{ kind: "processing", active: !0 }, "pkg_sps-woodland_core__version_8_51_1__hash_1fdabivb"], [{ kind: "success", active: !0 }, "pkg_sps-woodland_core__version_8_51_1__hash_1fdabivc"]] }), k = "pkg_sps-woodland_core__version_8_51_1__hash_1fdabivd", O = "pkg_sps-woodland_core__version_8_51_1__hash_1fdabive", y = u({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabivf", variantClassNames: { kind: { general: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabivg", error: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabivh", success: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabivi", warning: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabivj", processing: "pkg_sps-woodland_core__version_8_51_1__hash_1fdabivk" } }, defaultVariants: { kind: "general" }, compoundVariants: [] });
|
|
57
|
+
function j({
|
|
58
|
+
value: e,
|
|
59
|
+
title: a,
|
|
60
|
+
active: _,
|
|
61
|
+
kind: r = "general",
|
|
62
|
+
className: s,
|
|
63
|
+
...n
|
|
64
|
+
}) {
|
|
65
|
+
const [i, o] = t.useState(!1), d = _ || i;
|
|
66
|
+
return /* @__PURE__ */ t.createElement("div", { className: l(w, s), ...n }, /* @__PURE__ */ t.createElement(
|
|
67
|
+
"div",
|
|
68
|
+
{
|
|
69
|
+
className: m({ kind: r, active: d }),
|
|
70
|
+
onMouseOver: () => o(!0),
|
|
71
|
+
onMouseOut: () => o(!1)
|
|
72
|
+
},
|
|
73
|
+
/* @__PURE__ */ t.createElement("div", { className: k }, e),
|
|
74
|
+
/* @__PURE__ */ t.createElement("div", { className: O }, a)
|
|
75
|
+
), /* @__PURE__ */ t.createElement("div", { className: l(y({ kind: r })) }));
|
|
76
|
+
}
|
|
77
|
+
c.set(j, {
|
|
78
|
+
name: "Fitler tile",
|
|
79
|
+
props: {
|
|
80
|
+
value: { type: "number", required: !0 },
|
|
81
|
+
title: { type: "string", required: !0 },
|
|
82
|
+
active: { type: "boolean" },
|
|
83
|
+
kind: { type: "FilterTileKind", default: "general" }
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
var P = "pkg_sps-woodland_core__version_8_51_1__hash_4quq2n0";
|
|
87
|
+
function V({
|
|
88
|
+
className: e,
|
|
89
|
+
children: a,
|
|
90
|
+
..._
|
|
91
|
+
}) {
|
|
92
|
+
return /* @__PURE__ */ t.createElement("div", { className: l(P, e), ..._ }, a);
|
|
93
|
+
}
|
|
94
|
+
c.set(V, {
|
|
95
|
+
name: "Filter Tile Set"
|
|
96
|
+
});
|
|
97
|
+
export {
|
|
98
|
+
j as FilterTile,
|
|
99
|
+
V as FilterTileSet
|
|
100
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(s,i){typeof exports=="object"&&typeof module<"u"?i(exports,require("react"),require("@sps-woodland/core")):typeof define=="function"&&define.amd?define(["exports","react","@sps-woodland/core"],i):(s=typeof globalThis<"u"?globalThis:s||self,i(s.FilterTiles={},s.React,s.core))})(this,(function(s,i,d){"use strict";function g(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const _ in e)if(_!=="default"){const a=Object.getOwnPropertyDescriptor(e,_);Object.defineProperty(r,_,a.get?a:{enumerable:!0,get:()=>e[_]})}}return r.default=e,Object.freeze(r)}const n=g(i);function w(e,r,_){return r in e?Object.defineProperty(e,r,{value:_,enumerable:!0,configurable:!0,writable:!0}):e[r]=_,e}function u(e,r){var _=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),_.push.apply(_,a)}return _}function v(e){for(var r=1;r<arguments.length;r++){var _=arguments[r]!=null?arguments[r]:{};r%2?u(Object(_),!0).forEach(function(a){w(e,a,_[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(_)):u(Object(_)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(_,a))})}return e}var m=(e,r,_)=>{for(var a of Object.keys(e)){var t;if(e[a]!==((t=r[a])!==null&&t!==void 0?t:_[a]))return!1}return!0},f=e=>r=>{var _=e.defaultClassName,a=v(v({},e.defaultVariants),r);for(var t in a){var l,c=(l=a[t])!==null&&l!==void 0?l:e.defaultVariants[t];if(c!=null){var o=c;typeof o=="boolean"&&(o=o===!0?"true":"false");var p=e.variantClassNames[t][o];p&&(_+=" "+p)}}for(var[S,F]of e.compoundVariants)m(S,a,e.defaultVariants)&&(_+=" "+F);return _},O="pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv0",k=f({defaultClassName:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv1",variantClassNames:{kind:{general:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv2",error:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv3",success:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv4",warning:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv5",processing:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv6"},active:{true:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv7"}},defaultVariants:{},compoundVariants:[[{kind:"general",active:!0},"pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv8"],[{kind:"warning",active:!0},"pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv9"],[{kind:"error",active:!0},"pkg_sps-woodland_core__version_8_51_1__hash_1fdabiva"],[{kind:"processing",active:!0},"pkg_sps-woodland_core__version_8_51_1__hash_1fdabivb"],[{kind:"success",active:!0},"pkg_sps-woodland_core__version_8_51_1__hash_1fdabivc"]]}),y="pkg_sps-woodland_core__version_8_51_1__hash_1fdabivd",j="pkg_sps-woodland_core__version_8_51_1__hash_1fdabive",P=f({defaultClassName:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabivf",variantClassNames:{kind:{general:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabivg",error:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabivh",success:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabivi",warning:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabivj",processing:"pkg_sps-woodland_core__version_8_51_1__hash_1fdabivk"}},defaultVariants:{kind:"general"},compoundVariants:[]});function h({value:e,title:r,active:_,kind:a="general",className:t,...l}){const[c,o]=n.useState(!1),p=_||c;return n.createElement("div",{className:d.cl(O,t),...l},n.createElement("div",{className:k({kind:a,active:p}),onMouseOver:()=>o(!0),onMouseOut:()=>o(!1)},n.createElement("div",{className:y},e),n.createElement("div",{className:j},r)),n.createElement("div",{className:d.cl(P({kind:a}))}))}d.Metadata.set(h,{name:"Fitler tile",props:{value:{type:"number",required:!0},title:{type:"string",required:!0},active:{type:"boolean"},kind:{type:"FilterTileKind",default:"general"}}});var T="pkg_sps-woodland_core__version_8_51_1__hash_4quq2n0";function b({className:e,children:r,..._}){return n.createElement("div",{className:d.cl(T,e),..._},r)}d.Metadata.set(b,{name:"Filter Tile Set"}),s.FilterTile=h,s.FilterTileSet=b,Object.defineProperty(s,Symbol.toStringTag,{value:"Module"})}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv0{min-height:6.625rem;max-width:15.625rem;min-width:6.875rem;flex:1;display:flex;flex-direction:column;justify-content:flex-end;margin-right:.25rem;margin-left:.25rem}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv0:first-child{margin-left:0}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv0:last-child{margin-right:0}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv1{padding:1rem;color:#1f282c;background-color:#fff;border-width:.0625rem;border-color:#d2d4d4;border-style:solid;border-top-left-radius:.25rem;border-top-right-radius:.25rem;cursor:pointer;height:100%}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv8{border-color:#007db8;background-color:#e6f2f8}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabiv9{border-color:#e7760b;background-color:#fcf1e7}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabiva{border-color:#de002e;background-color:#fbe6ea}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabivb{border-color:#91467f;background-color:#f4ecf2}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabivc{border-color:#0b8940;background-color:#e7f3ec}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabivd{min-height:1.875rem;font-size:1.875rem;line-height:1.875rem;font-weight:600;text-align:center}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabive{min-height:2.25rem;font-size:.875rem;line-height:1.125rem;display:flex;justify-content:center;align-items:center;text-align:center;word-break:break-word}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabivf{height:.25rem}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabivg{background-color:#007db8}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabivh{background-color:#de002e}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabivi{background-color:#0b8940}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabivj{background-color:#e7760b}.pkg_sps-woodland_core__version_8_51_1__hash_1fdabivk{background-color:#91467f}.pkg_sps-woodland_core__version_8_51_1__hash_4quq2n0{display:flex}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { VariantDefinitions, BooleanRecipeVariant } from "@sps-woodland/core";
|
|
2
|
+
interface FocusedTaskVariantDefinitions extends VariantDefinitions {
|
|
3
|
+
fullWidth: BooleanRecipeVariant;
|
|
4
|
+
}
|
|
5
|
+
export declare const focusedTask: string;
|
|
6
|
+
export declare const body: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<FocusedTaskVariantDefinitions>;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const closeButtonBox: string;
|
|
9
|
+
export declare const closeButtonIcon: string;
|
|
10
|
+
export declare const underlay: string;
|
|
11
|
+
export declare const listActionBarContainer: string;
|
|
12
|
+
export declare const listActionBar: string;
|
|
13
|
+
export declare const listActionBarActions: string;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=FocusedTask.css.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FocusedTask.css.d.ts","sourceRoot":"","sources":["../../../src/focused-task/focused-task/FocusedTask.css.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAInF,UAAU,6BAA8B,SAAQ,kBAAkB;IAChE,SAAS,EAAE,oBAAoB,CAAC;CACjC;AAED,eAAO,MAAM,WAAW,QAWtB,CAAC;AAEH,eAAO,MAAM,IAAI,sHAef,CAAC;AAEH,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,cAAc,QAIzB,CAAC;AAEH,eAAO,MAAM,eAAe,QAE1B,CAAC;AAEH,eAAO,MAAM,QAAQ,QAYnB,CAAC;AAEH,eAAO,MAAM,sBAAsB,QAejC,CAAC;AAEH,eAAO,MAAM,aAAa,QAIxB,CAAC;AAEH,eAAO,MAAM,oBAAoB,QAM/B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 a = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib0", r = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib1", variantClassNames: { fullWidth: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib2", false: "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib3" } }, defaultVariants: {}, compoundVariants: [] }), i = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib4", e = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib5", n = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib7", v = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib8", d = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib9", p = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29iba";
|
|
4
|
+
export {
|
|
5
|
+
r as body,
|
|
6
|
+
e as closeButtonBox,
|
|
7
|
+
a as focusedTask,
|
|
8
|
+
d as listActionBar,
|
|
9
|
+
p as listActionBarActions,
|
|
10
|
+
v as listActionBarContainer,
|
|
11
|
+
i as title,
|
|
12
|
+
n as underlay
|
|
13
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ComponentProps, ChildrenFn } from "@sps-woodland/core";
|
|
2
|
+
import type { AriaModalOverlayProps, AriaDialogProps, OverlayTriggerAria } from "react-aria";
|
|
3
|
+
import type { OverlayTriggerState } from "react-stately";
|
|
4
|
+
import * as React from "react";
|
|
5
|
+
interface FocusedTaskFromHook {
|
|
6
|
+
state: OverlayTriggerState;
|
|
7
|
+
overlayProps: OverlayTriggerAria["overlayProps"];
|
|
8
|
+
}
|
|
9
|
+
type FocusedTaskContentRenderFn = (close: OverlayTriggerState["close"]) => React.ReactNode;
|
|
10
|
+
type FocusedTaskProps = FocusedTaskFromHook & AriaModalOverlayProps & AriaDialogProps & {
|
|
11
|
+
onClose?: () => void;
|
|
12
|
+
fullWidth?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare function FocusedTaskInternal({ children, className, "data-testid": dataTestId, onBlur, onFocus, overlayProps, state, onClose, fullWidth, ...rest }: ComponentProps<FocusedTaskProps, HTMLDivElement> & ChildrenFn<FocusedTaskContentRenderFn>): React.ReactElement;
|
|
15
|
+
export declare function FocusedTask(props: Parameters<typeof FocusedTaskInternal>[0]): React.ReactElement;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=FocusedTask.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FocusedTask.d.ts","sourceRoot":"","sources":["../../../src/focused-task/focused-task/FocusedTask.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAY,MAAM,oBAAoB,CAAC;AAW/E,OAAO,KAAK,EAAE,qBAAqB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAC7F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,UAAU,mBAAmB;IAC3B,KAAK,EAAE,mBAAmB,CAAC;IAC3B,YAAY,EAAE,kBAAkB,CAAC,cAAc,CAAC,CAAC;CAClD;AACD,KAAK,0BAA0B,GAAG,CAAC,KAAK,EAAE,mBAAmB,CAAC,OAAO,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;AAE3F,KAAK,gBAAgB,GAAG,mBAAmB,GAC3C,qBAAqB,GACrB,eAAe,GAAG;IAChB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,iBAAS,mBAAmB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,aAAa,EAAE,UAAU,EACzB,MAAM,EACN,OAAO,EACP,YAAY,EACZ,KAAK,EACL,OAAO,EACP,SAAiB,EACjB,GAAG,IAAI,EACR,EAAE,cAAc,CAAC,gBAAgB,EAAE,cAAc,CAAC,GACnD,UAAU,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,YAAY,CA6D1D;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,CAMhG"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { Metadata as b, combineEventHandlers as d, useChildTestIdAttrBuilder as N, selectChildren as P, cl as O, contentOf as i } from "@sps-woodland/core";
|
|
2
|
+
import { Button as x } from "@sps-woodland/core/button";
|
|
3
|
+
import { useModalOverlay as I, useDialog as R, Overlay as A } from "react-aria";
|
|
4
|
+
import * as e from "react";
|
|
5
|
+
import { FocusedTaskActions as M } from "../focused-task-actions/FocusedTaskActions.js";
|
|
6
|
+
import { underlay as D, focusedTask as H, title as W, body as j, closeButtonBox as q } from "./FocusedTask.css.js";
|
|
7
|
+
function w({
|
|
8
|
+
children: t,
|
|
9
|
+
className: u,
|
|
10
|
+
"data-testid": m,
|
|
11
|
+
onBlur: f,
|
|
12
|
+
onFocus: p,
|
|
13
|
+
overlayProps: y,
|
|
14
|
+
state: o,
|
|
15
|
+
onClose: n,
|
|
16
|
+
fullWidth: F = !1,
|
|
17
|
+
...l
|
|
18
|
+
}) {
|
|
19
|
+
const a = e.useRef(null), { modalProps: s, underlayProps: v } = I(
|
|
20
|
+
{ ...l },
|
|
21
|
+
o,
|
|
22
|
+
a
|
|
23
|
+
), { dialogProps: c, titleProps: B } = R(l, a), E = d(s.onFocus, c.onFocus, p), k = d(s.onBlur, c.onBlur, f), h = N({ "data-testid": m }), [r, T] = P(t, [{ type: M }]);
|
|
24
|
+
function g() {
|
|
25
|
+
n && typeof n == "function" && n(), o.close();
|
|
26
|
+
}
|
|
27
|
+
const C = /* @__PURE__ */ e.createElement(
|
|
28
|
+
x,
|
|
29
|
+
{
|
|
30
|
+
"aria-label": "Close",
|
|
31
|
+
onClick: g,
|
|
32
|
+
kind: "icon",
|
|
33
|
+
icon: "x",
|
|
34
|
+
className: q
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
return /* @__PURE__ */ e.createElement(A, null, /* @__PURE__ */ e.createElement(
|
|
38
|
+
"div",
|
|
39
|
+
{
|
|
40
|
+
className: D,
|
|
41
|
+
"data-react-aria-top-layer": "true",
|
|
42
|
+
...v,
|
|
43
|
+
...l
|
|
44
|
+
},
|
|
45
|
+
/* @__PURE__ */ e.createElement(
|
|
46
|
+
"div",
|
|
47
|
+
{
|
|
48
|
+
...s,
|
|
49
|
+
...c,
|
|
50
|
+
...y,
|
|
51
|
+
onFocus: E,
|
|
52
|
+
onBlur: k,
|
|
53
|
+
...h("dialog"),
|
|
54
|
+
ref: a,
|
|
55
|
+
className: O(H, u)
|
|
56
|
+
},
|
|
57
|
+
/* @__PURE__ */ e.createElement("div", { ...B, className: W }, C),
|
|
58
|
+
/* @__PURE__ */ e.createElement("div", { className: j({ fullWidth: F }) }, i(T, o.close)),
|
|
59
|
+
r && r.length > 0 && /* @__PURE__ */ e.createElement(e.Fragment, null, i(r, o.close))
|
|
60
|
+
)
|
|
61
|
+
));
|
|
62
|
+
}
|
|
63
|
+
function z(t) {
|
|
64
|
+
return t.state.isOpen ? /* @__PURE__ */ e.createElement(w, { ...t }, t.children) : /* @__PURE__ */ e.createElement(e.Fragment, null);
|
|
65
|
+
}
|
|
66
|
+
b.set(z, {
|
|
67
|
+
name: "FocusedTask",
|
|
68
|
+
props: {
|
|
69
|
+
fullWidth: { type: "boolean", default: "false" },
|
|
70
|
+
onBlur: { type: "() => void" },
|
|
71
|
+
onClose: { type: "() => void" },
|
|
72
|
+
onFocus: { type: "() => void" }
|
|
73
|
+
}
|
|
74
|
+
});
|
|
75
|
+
export {
|
|
76
|
+
z as FocusedTask
|
|
77
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { AriaButtonProps, OverlayTriggerAria } from "react-aria";
|
|
2
|
+
import type { OverlayTriggerState, OverlayTriggerProps } from "react-stately";
|
|
3
|
+
import type { RefObject } from "react";
|
|
4
|
+
interface FocusedTaskPropsAndState {
|
|
5
|
+
triggerProps: Omit<AriaButtonProps, "onPress"> & {
|
|
6
|
+
onClick: ((e: any) => void) | undefined;
|
|
7
|
+
ref: RefObject<any | null>;
|
|
8
|
+
};
|
|
9
|
+
focusedTaskState: OverlayTriggerState;
|
|
10
|
+
focusedTaskProps: {
|
|
11
|
+
state: OverlayTriggerState;
|
|
12
|
+
overlayProps: OverlayTriggerAria["overlayProps"];
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export declare function useFocusedTask(config?: OverlayTriggerProps): FocusedTaskPropsAndState;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=useFocusedTask.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFocusedTask.d.ts","sourceRoot":"","sources":["../../../src/focused-task/focused-task/useFocusedTask.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEtE,OAAO,KAAK,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAE9E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,UAAU,wBAAwB;IAChC,YAAY,EAAE,IAAI,CAAC,eAAe,EAAE,SAAS,CAAC,GAAG;QAC/C,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;QACxC,GAAG,EAAE,SAAS,CAAC,GAAG,GAAG,IAAI,CAAC,CAAC;KAC5B,CAAC;IACF,gBAAgB,EAAE,mBAAmB,CAAC;IACtC,gBAAgB,EAAE;QAChB,KAAK,EAAE,mBAAmB,CAAC;QAC3B,YAAY,EAAE,kBAAkB,CAAC,cAAc,CAAC,CAAC;KAClD,CAAC;CACH;AAED,wBAAgB,cAAc,CAAC,MAAM,GAAE,mBAAwB,GAAG,wBAAwB,CAiBzF"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { useOverlayTrigger as n } from "react-aria";
|
|
2
|
+
import { useOverlayTriggerState as p } from "react-stately";
|
|
3
|
+
import { useRef as u } from "react";
|
|
4
|
+
function m(s = {}) {
|
|
5
|
+
const r = p(s), e = u(null), { triggerProps: t, overlayProps: i } = n({ type: "dialog" }, r, e), { onPress: o, ...g } = t;
|
|
6
|
+
return {
|
|
7
|
+
triggerProps: {
|
|
8
|
+
...g,
|
|
9
|
+
// Forward event to onPress (types differ but handler doesn't inspect event)
|
|
10
|
+
onClick: o ? (a) => o(a) : void 0,
|
|
11
|
+
ref: e
|
|
12
|
+
},
|
|
13
|
+
focusedTaskState: r,
|
|
14
|
+
focusedTaskProps: { overlayProps: i, state: r }
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export {
|
|
18
|
+
m as useFocusedTask
|
|
19
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ComponentProps } from "@sps-woodland/core";
|
|
3
|
+
export declare function FocusedTaskActions({ children, className, ...rest }: ComponentProps<unknown, HTMLDivElement>): React.ReactElement;
|
|
4
|
+
//# sourceMappingURL=FocusedTaskActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FocusedTaskActions.d.ts","sourceRoot":"","sources":["../../../src/focused-task/focused-task-actions/FocusedTaskActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAQzD,wBAAgB,kBAAkB,CAAC,EACjC,QAAQ,EACR,SAAc,EACd,GAAG,IAAI,EACR,EAAE,cAAc,CAAC,OAAO,EAAE,cAAc,CAAC,GAAG,KAAK,CAAC,YAAY,CAQ9D"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
import { Metadata as i, cl as e } from "@sps-woodland/core";
|
|
3
|
+
import { listActionBarContainer as o, listActionBar as r, listActionBarActions as n } from "../focused-task/FocusedTask.css.js";
|
|
4
|
+
function m({
|
|
5
|
+
children: a,
|
|
6
|
+
className: s = "",
|
|
7
|
+
...c
|
|
8
|
+
}) {
|
|
9
|
+
return /* @__PURE__ */ t.createElement("div", { className: e(o, s), ...c }, /* @__PURE__ */ t.createElement("div", { className: e(r) }, /* @__PURE__ */ t.createElement("div", { className: e(n) }, a)));
|
|
10
|
+
}
|
|
11
|
+
i.set(m, { name: "FocusedTaskActions" });
|
|
12
|
+
export {
|
|
13
|
+
m as FocusedTaskActions
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/focused-task/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2CAA2C,CAAC"}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { Metadata as y, cl as d, combineEventHandlers as m, useChildTestIdAttrBuilder as j, selectChildren as A, contentOf as h } from "@sps-woodland/core";
|
|
2
|
+
import { Button as N } from "@sps-woodland/core/button";
|
|
3
|
+
import { useModalOverlay as R, useDialog as V, Overlay as D, useOverlayTrigger as S } from "react-aria";
|
|
4
|
+
import * as a from "react";
|
|
5
|
+
import { useRef as x } from "react";
|
|
6
|
+
import { useOverlayTriggerState as I } from "react-stately";
|
|
7
|
+
function M(e, t, r) {
|
|
8
|
+
return t in e ? Object.defineProperty(e, t, {
|
|
9
|
+
value: r,
|
|
10
|
+
enumerable: !0,
|
|
11
|
+
configurable: !0,
|
|
12
|
+
writable: !0
|
|
13
|
+
}) : e[t] = r, e;
|
|
14
|
+
}
|
|
15
|
+
function g(e, t) {
|
|
16
|
+
var r = Object.keys(e);
|
|
17
|
+
if (Object.getOwnPropertySymbols) {
|
|
18
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
19
|
+
t && (o = o.filter(function(s) {
|
|
20
|
+
return Object.getOwnPropertyDescriptor(e, s).enumerable;
|
|
21
|
+
})), r.push.apply(r, o);
|
|
22
|
+
}
|
|
23
|
+
return r;
|
|
24
|
+
}
|
|
25
|
+
function b(e) {
|
|
26
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
27
|
+
var r = arguments[t] != null ? arguments[t] : {};
|
|
28
|
+
t % 2 ? g(Object(r), !0).forEach(function(o) {
|
|
29
|
+
M(e, o, r[o]);
|
|
30
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : g(Object(r)).forEach(function(o) {
|
|
31
|
+
Object.defineProperty(e, o, Object.getOwnPropertyDescriptor(r, o));
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
return e;
|
|
35
|
+
}
|
|
36
|
+
var W = (e, t, r) => {
|
|
37
|
+
for (var o of Object.keys(e)) {
|
|
38
|
+
var s;
|
|
39
|
+
if (e[o] !== ((s = t[o]) !== null && s !== void 0 ? s : r[o]))
|
|
40
|
+
return !1;
|
|
41
|
+
}
|
|
42
|
+
return !0;
|
|
43
|
+
}, H = (e) => (t) => {
|
|
44
|
+
var r = e.defaultClassName, o = b(b({}, e.defaultVariants), t);
|
|
45
|
+
for (var s in o) {
|
|
46
|
+
var i, l = (i = o[s]) !== null && i !== void 0 ? i : e.defaultVariants[s];
|
|
47
|
+
if (l != null) {
|
|
48
|
+
var n = l;
|
|
49
|
+
typeof n == "boolean" && (n = n === !0 ? "true" : "false");
|
|
50
|
+
var u = (
|
|
51
|
+
// @ts-expect-error
|
|
52
|
+
e.variantClassNames[s][n]
|
|
53
|
+
);
|
|
54
|
+
u && (r += " " + u);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
for (var [_, c] of e.compoundVariants)
|
|
58
|
+
W(_, o, e.defaultVariants) && (r += " " + c);
|
|
59
|
+
return r;
|
|
60
|
+
}, K = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib0", q = H({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib1", variantClassNames: { fullWidth: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib2", false: "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib3" } }, defaultVariants: {}, compoundVariants: [] }), z = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib4", G = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib5", J = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib7", L = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib8", Q = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib9", U = "pkg_sps-woodland_core__version_8_51_1__hash_1fv29iba";
|
|
61
|
+
function O({
|
|
62
|
+
children: e,
|
|
63
|
+
className: t = "",
|
|
64
|
+
...r
|
|
65
|
+
}) {
|
|
66
|
+
return /* @__PURE__ */ a.createElement("div", { className: d(L, t), ...r }, /* @__PURE__ */ a.createElement("div", { className: d(Q) }, /* @__PURE__ */ a.createElement("div", { className: d(U) }, e)));
|
|
67
|
+
}
|
|
68
|
+
y.set(O, { name: "FocusedTaskActions" });
|
|
69
|
+
function X({
|
|
70
|
+
children: e,
|
|
71
|
+
className: t,
|
|
72
|
+
"data-testid": r,
|
|
73
|
+
onBlur: o,
|
|
74
|
+
onFocus: s,
|
|
75
|
+
overlayProps: i,
|
|
76
|
+
state: l,
|
|
77
|
+
onClose: n,
|
|
78
|
+
fullWidth: u = !1,
|
|
79
|
+
..._
|
|
80
|
+
}) {
|
|
81
|
+
const c = a.useRef(null), { modalProps: f, underlayProps: P } = R(
|
|
82
|
+
{ ..._ },
|
|
83
|
+
l,
|
|
84
|
+
c
|
|
85
|
+
), { dialogProps: p, titleProps: k } = V(_, c), w = m(f.onFocus, p.onFocus, s), E = m(f.onBlur, p.onBlur, o), F = j({ "data-testid": r }), [v, T] = A(e, [{ type: O }]);
|
|
86
|
+
function B() {
|
|
87
|
+
n && typeof n == "function" && n(), l.close();
|
|
88
|
+
}
|
|
89
|
+
const C = /* @__PURE__ */ a.createElement(
|
|
90
|
+
N,
|
|
91
|
+
{
|
|
92
|
+
"aria-label": "Close",
|
|
93
|
+
onClick: B,
|
|
94
|
+
kind: "icon",
|
|
95
|
+
icon: "x",
|
|
96
|
+
className: G
|
|
97
|
+
}
|
|
98
|
+
);
|
|
99
|
+
return /* @__PURE__ */ a.createElement(D, null, /* @__PURE__ */ a.createElement(
|
|
100
|
+
"div",
|
|
101
|
+
{
|
|
102
|
+
className: J,
|
|
103
|
+
"data-react-aria-top-layer": "true",
|
|
104
|
+
...P,
|
|
105
|
+
..._
|
|
106
|
+
},
|
|
107
|
+
/* @__PURE__ */ a.createElement(
|
|
108
|
+
"div",
|
|
109
|
+
{
|
|
110
|
+
...f,
|
|
111
|
+
...p,
|
|
112
|
+
...i,
|
|
113
|
+
onFocus: w,
|
|
114
|
+
onBlur: E,
|
|
115
|
+
...F("dialog"),
|
|
116
|
+
ref: c,
|
|
117
|
+
className: d(K, t)
|
|
118
|
+
},
|
|
119
|
+
/* @__PURE__ */ a.createElement("div", { ...k, className: z }, C),
|
|
120
|
+
/* @__PURE__ */ a.createElement("div", { className: q({ fullWidth: u }) }, h(T, l.close)),
|
|
121
|
+
v && v.length > 0 && /* @__PURE__ */ a.createElement(a.Fragment, null, h(v, l.close))
|
|
122
|
+
)
|
|
123
|
+
));
|
|
124
|
+
}
|
|
125
|
+
function Y(e) {
|
|
126
|
+
return e.state.isOpen ? /* @__PURE__ */ a.createElement(X, { ...e }, e.children) : /* @__PURE__ */ a.createElement(a.Fragment, null);
|
|
127
|
+
}
|
|
128
|
+
y.set(Y, {
|
|
129
|
+
name: "FocusedTask",
|
|
130
|
+
props: {
|
|
131
|
+
fullWidth: { type: "boolean", default: "false" },
|
|
132
|
+
onBlur: { type: "() => void" },
|
|
133
|
+
onClose: { type: "() => void" },
|
|
134
|
+
onFocus: { type: "() => void" }
|
|
135
|
+
}
|
|
136
|
+
});
|
|
137
|
+
function oe(e = {}) {
|
|
138
|
+
const t = I(e), r = x(null), { triggerProps: o, overlayProps: s } = S({ type: "dialog" }, t, r), { onPress: i, ...l } = o;
|
|
139
|
+
return {
|
|
140
|
+
triggerProps: {
|
|
141
|
+
...l,
|
|
142
|
+
// Forward event to onPress (types differ but handler doesn't inspect event)
|
|
143
|
+
onClick: i ? (n) => i(n) : void 0,
|
|
144
|
+
ref: r
|
|
145
|
+
},
|
|
146
|
+
focusedTaskState: t,
|
|
147
|
+
focusedTaskProps: { overlayProps: s, state: t }
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
export {
|
|
151
|
+
Y as FocusedTask,
|
|
152
|
+
O as FocusedTaskActions,
|
|
153
|
+
oe as useFocusedTask
|
|
154
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(o,s){typeof exports=="object"&&typeof module<"u"?s(exports,require("@sps-woodland/core"),require("@sps-woodland/core/button"),require("react-aria"),require("react"),require("react-stately")):typeof define=="function"&&define.amd?define(["exports","@sps-woodland/core","@sps-woodland/core/button","react-aria","react","react-stately"],s):(o=typeof globalThis<"u"?globalThis:o||self,s(o.FocusedTask={},o.core,o.button,o.reactAria,o.React,o.reactStately))})(this,(function(o,s,k,f,y,w){"use strict";function T(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const a=T(y);function F(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function g(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),t.push.apply(t,n)}return t}function O(e){for(var r=1;r<arguments.length;r++){var t=arguments[r]!=null?arguments[r]:{};r%2?g(Object(t),!0).forEach(function(n){F(e,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):g(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})}return e}var E=(e,r,t)=>{for(var n of Object.keys(e)){var l;if(e[n]!==((l=r[n])!==null&&l!==void 0?l:t[n]))return!1}return!0},j=e=>r=>{var t=e.defaultClassName,n=O(O({},e.defaultVariants),r);for(var l in n){var c,u=(c=n[l])!==null&&c!==void 0?c:e.defaultVariants[l];if(u!=null){var i=u;typeof i=="boolean"&&(i=i===!0?"true":"false");var p=e.variantClassNames[l][i];p&&(t+=" "+p)}}for(var[d,_]of e.compoundVariants)E(d,n,e.defaultVariants)&&(t+=" "+_);return t},B="pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib0",C=j({defaultClassName:"pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib1",variantClassNames:{fullWidth:{true:"pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib2",false:"pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib3"}},defaultVariants:{},compoundVariants:[]}),N="pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib4",S="pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib5",A="pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib7",D="pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib8",R="pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib9",V="pkg_sps-woodland_core__version_8_51_1__hash_1fv29iba";function v({children:e,className:r="",...t}){return a.createElement("div",{className:s.cl(D,r),...t},a.createElement("div",{className:s.cl(R)},a.createElement("div",{className:s.cl(V)},e)))}s.Metadata.set(v,{name:"FocusedTaskActions"});function q({children:e,className:r,"data-testid":t,onBlur:n,onFocus:l,overlayProps:c,state:u,onClose:i,fullWidth:p=!1,...d}){const _=a.useRef(null),{modalProps:m,underlayProps:I}=f.useModalOverlay({...d},u,_),{dialogProps:b,titleProps:x}=f.useDialog(d,_),H=s.combineEventHandlers(m.onFocus,b.onFocus,l),W=s.combineEventHandlers(m.onBlur,b.onBlur,n),z=s.useChildTestIdAttrBuilder({"data-testid":t}),[h,K]=s.selectChildren(e,[{type:v}]);function G(){i&&typeof i=="function"&&i(),u.close()}const J=a.createElement(k.Button,{"aria-label":"Close",onClick:G,kind:"icon",icon:"x",className:S});return a.createElement(f.Overlay,null,a.createElement("div",{className:A,"data-react-aria-top-layer":"true",...I,...d},a.createElement("div",{...m,...b,...c,onFocus:H,onBlur:W,...z("dialog"),ref:_,className:s.cl(B,r)},a.createElement("div",{...x,className:N},J),a.createElement("div",{className:C({fullWidth:p})},s.contentOf(K,u.close)),h&&h.length>0&&a.createElement(a.Fragment,null,s.contentOf(h,u.close)))))}function P(e){return e.state.isOpen?a.createElement(q,{...e},e.children):a.createElement(a.Fragment,null)}s.Metadata.set(P,{name:"FocusedTask",props:{fullWidth:{type:"boolean",default:"false"},onBlur:{type:"() => void"},onClose:{type:"() => void"},onFocus:{type:"() => void"}}});function M(e={}){const r=w.useOverlayTriggerState(e),t=y.useRef(null),{triggerProps:n,overlayProps:l}=f.useOverlayTrigger({type:"dialog"},r,t),{onPress:c,...u}=n;return{triggerProps:{...u,onClick:c?i=>c(i):void 0,ref:t},focusedTaskState:r,focusedTaskProps:{overlayProps:l,state:r}}}o.FocusedTask=P,o.FocusedTaskActions=v,o.useFocusedTask=M,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib0{background-color:#f3f4f4;height:100%;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;text-align:center;transition:top .3s ease;width:100%;padding-bottom:2rem}.pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib1{margin:0 auto;max-width:1280px;padding:0 1rem 1rem}.pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib2{max-width:100%}.pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib4{margin:1rem auto .5rem;max-width:1280px;min-width:0;padding:0 1rem;text-align:right}.pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib5{color:#4b5356;border-width:0;right:.5rem}.pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib6{padding:0 .25rem}.pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib7{position:fixed;z-index:1000;inset:0;background:#f3f4f4;display:flex;align-items:center;justify-content:center;padding:1rem}.pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib8{align-items:center;background-color:#fff;bottom:0;box-shadow:0 -.0625rem .125rem #00000026;display:flex;height:3.125rem;justify-content:center;left:0;padding:.5rem;position:fixed;right:0;z-index:1}.pkg_sps-woodland_core__version_8_51_1__hash_1fv29ib9{display:flex;max-width:1180px;width:100%}.pkg_sps-woodland_core__version_8_51_1__hash_1fv29iba{align-items:center;display:flex;flex:1;white-space:nowrap;justify-content:center}.z-stratum-dropdown{z-index:1100}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Tokens } from "@sps-woodland/tokens";
|
|
2
|
+
import type { VariantDefinitions, RecipeVariant, BooleanRecipeVariant } from "@sps-woodland/core";
|
|
3
|
+
export type GrowlerKind = keyof typeof Tokens.component.growler.kind;
|
|
4
|
+
interface GrowlerVariantDefinitions extends VariantDefinitions {
|
|
5
|
+
kind: RecipeVariant<GrowlerKind>;
|
|
6
|
+
fade: BooleanRecipeVariant;
|
|
7
|
+
}
|
|
8
|
+
export declare const growler: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<GrowlerVariantDefinitions>;
|
|
9
|
+
export declare const growlerArea: string;
|
|
10
|
+
export declare const growlerIconBox: string;
|
|
11
|
+
export declare const growlerIcon: string;
|
|
12
|
+
export declare const growlerMessageBox: string;
|
|
13
|
+
export declare const growlerMessageBoxText: string;
|
|
14
|
+
export declare const growlerMessageBoxTitle: string;
|
|
15
|
+
export declare const growlerMessageBoxSubtitle: string;
|
|
16
|
+
export declare const growlerCloseButton: string;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=Growler.css.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Growler.css.d.ts","sourceRoot":"","sources":["../../src/growler/Growler.css.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAElG,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC;AAErE,UAAU,yBAA0B,SAAQ,kBAAkB;IAC5D,IAAI,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IACjC,IAAI,EAAE,oBAAoB,CAAC;CAC5B;AASD,eAAO,MAAM,OAAO,kHA+ClB,CAAC;AAEH,eAAO,MAAM,WAAW,QAOtB,CAAC;AACH,eAAO,MAAM,cAAc,QAOzB,CAAC;AACH,eAAO,MAAM,WAAW,QAGtB,CAAC;AAEH,eAAO,MAAM,iBAAiB,QAQ5B,CAAC;AAEH,eAAO,MAAM,qBAAqB,QAIhC,CAAC;AAEH,eAAO,MAAM,sBAAsB,QAEjC,CAAC;AAEH,eAAO,MAAM,yBAAyB,QAIpC,CAAC;AAEH,eAAO,MAAM,kBAAkB,QAI7B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 r = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt451", variantClassNames: { kind: { activity: "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt452", info: "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt453", progress: "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt454", error: "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt455", success: "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt456", warning: "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt457" }, fade: { true: "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt458", false: "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt459" } }, defaultVariants: {}, compoundVariants: [] }), e = "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt45a", a = "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt45b", n = "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt45c", d = "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt45d", p = "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt45e", h = "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt45f", t = "pkg_sps-woodland_core__version_8_51_1__hash_1mxbt45h";
|
|
4
|
+
export {
|
|
5
|
+
r as growler,
|
|
6
|
+
e as growlerArea,
|
|
7
|
+
t as growlerCloseButton,
|
|
8
|
+
n as growlerIcon,
|
|
9
|
+
a as growlerIconBox,
|
|
10
|
+
d as growlerMessageBox,
|
|
11
|
+
p as growlerMessageBoxText,
|
|
12
|
+
h as growlerMessageBoxTitle
|
|
13
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ComponentProps } from "@sps-woodland/core";
|
|
3
|
+
import type { GrowlerKind } from "./Growler.css";
|
|
4
|
+
export declare const GrowlerIcons: Readonly<{
|
|
5
|
+
warning: "status-warning";
|
|
6
|
+
error: "status-error";
|
|
7
|
+
success: "status-ok";
|
|
8
|
+
info: "info-circle";
|
|
9
|
+
}>;
|
|
10
|
+
/**
|
|
11
|
+
* @deprecated Use `GrowlerEmitter` and `growl` instead
|
|
12
|
+
*/
|
|
13
|
+
export declare function Growler({ children, className, imgSrc, kind, onClose, removeFromList, persist, title, id, ...rest }: ComponentProps<{
|
|
14
|
+
imgSrc?: string;
|
|
15
|
+
kind?: GrowlerKind;
|
|
16
|
+
onClose?: () => void;
|
|
17
|
+
removeFromList?: (id: string | number) => void;
|
|
18
|
+
closed?: boolean;
|
|
19
|
+
persist?: boolean;
|
|
20
|
+
title: string;
|
|
21
|
+
id?: string | number;
|
|
22
|
+
}> & React.HTMLAttributes<HTMLDivElement>): JSX.Element;
|
|
23
|
+
//# sourceMappingURL=Growler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Growler.d.ts","sourceRoot":"","sources":["../../src/growler/Growler.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAezD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,YAAY;;;;;EAKvB,CAAC;AAEH;;GAEG;AACH,wBAAgB,OAAO,CAAC,EACtB,QAAQ,EACR,SAAS,EACT,MAAM,EACN,IAAa,EACb,OAAO,EACP,cAAc,EACd,OAAO,EACP,KAAK,EACL,EAAE,EACF,GAAG,IAAI,EACR,EAAE,cAAc,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAC/C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACtB,CAAC,GACA,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,eAiGrC"}
|