@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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sps-woodland/core",
|
|
3
3
|
"description": "SPS Woodland Design System core library code",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.51.1",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/SPSCommerce/woodland/tree/main/packages/@sps-woodland/core",
|
|
@@ -20,32 +20,781 @@
|
|
|
20
20
|
"./lib/style.css": {
|
|
21
21
|
"import": "./lib/style.css",
|
|
22
22
|
"require": "./lib/style.css"
|
|
23
|
+
},
|
|
24
|
+
"./insight-card": {
|
|
25
|
+
"types": "./lib/insight-card/index.d.ts",
|
|
26
|
+
"import": "./lib/insight-card/index.js",
|
|
27
|
+
"default": "./lib/insight-card/index.js"
|
|
28
|
+
},
|
|
29
|
+
"./insight-card/style.css": "./lib/insight-card/style.css",
|
|
30
|
+
"./page-title": {
|
|
31
|
+
"types": "./lib/page-title/index.d.ts",
|
|
32
|
+
"import": "./lib/page-title/index.js",
|
|
33
|
+
"default": "./lib/page-title/index.js"
|
|
34
|
+
},
|
|
35
|
+
"./page-subtitle": {
|
|
36
|
+
"types": "./lib/page-title/page-subtitle/PageSubtitle.d.ts",
|
|
37
|
+
"import": "./lib/page-title/page-subtitle/PageSubtitle.js",
|
|
38
|
+
"default": "./lib/page-title/page-subtitle/PageSubtitle.js"
|
|
39
|
+
},
|
|
40
|
+
"./page-title/style.css": "./lib/page-title/style.css",
|
|
41
|
+
"./filter-tiles": {
|
|
42
|
+
"types": "./lib/filter-tiles/index.d.ts",
|
|
43
|
+
"import": "./lib/filter-tiles/index.js",
|
|
44
|
+
"default": "./lib/filter-tiles/index.js"
|
|
45
|
+
},
|
|
46
|
+
"./filter-tile": {
|
|
47
|
+
"types": "./lib/filter-tiles/filter-tile/FilterTile.d.ts",
|
|
48
|
+
"import": "./lib/filter-tiles/filter-tile/FilterTile.js",
|
|
49
|
+
"default": "./lib/filter-tiles/filter-tile/FilterTile.js"
|
|
50
|
+
},
|
|
51
|
+
"./filter-tile-set": {
|
|
52
|
+
"types": "./lib/filter-tiles/filter-tile-set/FilterTileSet.d.ts",
|
|
53
|
+
"import": "./lib/filter-tiles/filter-tile-set/FilterTileSet.js",
|
|
54
|
+
"default": "./lib/filter-tiles/filter-tile-set/FilterTileSet.js"
|
|
55
|
+
},
|
|
56
|
+
"./filter-tiles/style.css": "./lib/filter-tiles/style.css",
|
|
57
|
+
"./key-value-set": {
|
|
58
|
+
"types": "./lib/key-value-set/index.d.ts",
|
|
59
|
+
"import": "./lib/key-value-set/index.js",
|
|
60
|
+
"default": "./lib/key-value-set/index.js"
|
|
61
|
+
},
|
|
62
|
+
"./key-value-set-item": {
|
|
63
|
+
"types": "./lib/key-value-set/key-value-set-item/KeyValueSetItem.d.ts",
|
|
64
|
+
"import": "./lib/key-value-set/key-value-set-item/KeyValueSetItem.js",
|
|
65
|
+
"default": "./lib/key-value-set/key-value-set-item/KeyValueSetItem.js"
|
|
66
|
+
},
|
|
67
|
+
"./key-value-set/style.css": "./lib/key-value-set/style.css",
|
|
68
|
+
"./sorting-header": {
|
|
69
|
+
"types": "./lib/sorting-header/index.d.ts",
|
|
70
|
+
"import": "./lib/sorting-header/index.js",
|
|
71
|
+
"default": "./lib/sorting-header/index.js"
|
|
72
|
+
},
|
|
73
|
+
"./sorting-header-cell": {
|
|
74
|
+
"types": "./lib/sorting-header/sorting-header-cell/SortingHeaderCell.d.ts",
|
|
75
|
+
"import": "./lib/sorting-header/sorting-header-cell/SortingHeaderCell.js",
|
|
76
|
+
"default": "./lib/sorting-header/sorting-header-cell/SortingHeaderCell.js"
|
|
77
|
+
},
|
|
78
|
+
"./sorting-header/style.css": "./lib/sorting-header/style.css",
|
|
79
|
+
"./content-tiles": {
|
|
80
|
+
"types": "./lib/content-tiles/index.d.ts",
|
|
81
|
+
"import": "./lib/content-tiles/index.js",
|
|
82
|
+
"default": "./lib/content-tiles/index.js"
|
|
83
|
+
},
|
|
84
|
+
"./content-tile": {
|
|
85
|
+
"types": "./lib/content-tiles/content-tile/ContentTile.d.ts",
|
|
86
|
+
"import": "./lib/content-tiles/content-tile/ContentTile.js",
|
|
87
|
+
"default": "./lib/content-tiles/content-tile/ContentTile.js"
|
|
88
|
+
},
|
|
89
|
+
"./content-tile-list": {
|
|
90
|
+
"types": "./lib/content-tiles/content-tile-list/ContentTileList.d.ts",
|
|
91
|
+
"import": "./lib/content-tiles/content-tile-list/ContentTileList.js",
|
|
92
|
+
"default": "./lib/content-tiles/content-tile-list/ContentTileList.js"
|
|
93
|
+
},
|
|
94
|
+
"./content-tiles/style.css": "./lib/content-tiles/style.css",
|
|
95
|
+
"./matrix": {
|
|
96
|
+
"types": "./lib/matrix/index.d.ts",
|
|
97
|
+
"import": "./lib/matrix/index.js",
|
|
98
|
+
"default": "./lib/matrix/index.js"
|
|
99
|
+
},
|
|
100
|
+
"./matrix-head": {
|
|
101
|
+
"types": "./lib/matrix/matrix-head/MatrixHead.d.ts",
|
|
102
|
+
"import": "./lib/matrix/matrix-head/MatrixHead.js",
|
|
103
|
+
"default": "./lib/matrix/matrix-head/MatrixHead.js"
|
|
104
|
+
},
|
|
105
|
+
"./matrix-header": {
|
|
106
|
+
"types": "./lib/matrix/matrix-header/MatrixHeader.d.ts",
|
|
107
|
+
"import": "./lib/matrix/matrix-header/MatrixHeader.js",
|
|
108
|
+
"default": "./lib/matrix/matrix-header/MatrixHeader.js"
|
|
109
|
+
},
|
|
110
|
+
"./matrix-body": {
|
|
111
|
+
"types": "./lib/matrix/matrix-body/MatrixBody.d.ts",
|
|
112
|
+
"import": "./lib/matrix/matrix-body/MatrixBody.js",
|
|
113
|
+
"default": "./lib/matrix/matrix-body/MatrixBody.js"
|
|
114
|
+
},
|
|
115
|
+
"./matrix-row": {
|
|
116
|
+
"types": "./lib/matrix/matrix-row/MatrixRow.d.ts",
|
|
117
|
+
"import": "./lib/matrix/matrix-row/MatrixRow.js",
|
|
118
|
+
"default": "./lib/matrix/matrix-row/MatrixRow.js"
|
|
119
|
+
},
|
|
120
|
+
"./matrix-cell": {
|
|
121
|
+
"types": "./lib/matrix/matrix-cell/MatrixCell.d.ts",
|
|
122
|
+
"import": "./lib/matrix/matrix-cell/MatrixCell.js",
|
|
123
|
+
"default": "./lib/matrix/matrix-cell/MatrixCell.js"
|
|
124
|
+
},
|
|
125
|
+
"./matrix/style.css": "./lib/matrix/style.css",
|
|
126
|
+
"./photo": {
|
|
127
|
+
"types": "./lib/photo/index.d.ts",
|
|
128
|
+
"import": "./lib/photo/index.js",
|
|
129
|
+
"default": "./lib/photo/index.js"
|
|
130
|
+
},
|
|
131
|
+
"./photo-carousel": {
|
|
132
|
+
"types": "./lib/photo/photo-carousel/PhotoCarousel.d.ts",
|
|
133
|
+
"import": "./lib/photo/photo-carousel/PhotoCarousel.js",
|
|
134
|
+
"default": "./lib/photo/photo-carousel/PhotoCarousel.js"
|
|
135
|
+
},
|
|
136
|
+
"./photo/style.css": "./lib/photo/style.css",
|
|
137
|
+
"./dropdowns": {
|
|
138
|
+
"types": "./lib/dropdowns/index.d.ts",
|
|
139
|
+
"import": "./lib/dropdowns/index.js",
|
|
140
|
+
"default": "./lib/dropdowns/index.js"
|
|
141
|
+
},
|
|
142
|
+
"./dropdown": {
|
|
143
|
+
"types": "./lib/dropdowns/dropdown/Dropdown.d.ts",
|
|
144
|
+
"import": "./lib/dropdowns/dropdown/Dropdown.js",
|
|
145
|
+
"default": "./lib/dropdowns/dropdown/Dropdown.js"
|
|
146
|
+
},
|
|
147
|
+
"./option-list": {
|
|
148
|
+
"types": "./lib/dropdowns/option-list/OptionList.d.ts",
|
|
149
|
+
"import": "./lib/dropdowns/option-list/OptionList.js",
|
|
150
|
+
"default": "./lib/dropdowns/option-list/OptionList.js"
|
|
151
|
+
},
|
|
152
|
+
"./option": {
|
|
153
|
+
"types": "./lib/dropdowns/option-list/Option.d.ts",
|
|
154
|
+
"import": "./lib/dropdowns/option-list/Option.js",
|
|
155
|
+
"default": "./lib/dropdowns/option-list/Option.js"
|
|
156
|
+
},
|
|
157
|
+
"./dropdowns/style.css": "./lib/dropdowns/style.css",
|
|
158
|
+
"./side-nav": {
|
|
159
|
+
"types": "./lib/side-nav/index.d.ts",
|
|
160
|
+
"import": "./lib/side-nav/index.js",
|
|
161
|
+
"default": "./lib/side-nav/index.js"
|
|
162
|
+
},
|
|
163
|
+
"./side-nav-item": {
|
|
164
|
+
"types": "./lib/side-nav/side-nav-item/SideNavItem.d.ts",
|
|
165
|
+
"import": "./lib/side-nav/side-nav-item/SideNavItem.js",
|
|
166
|
+
"default": "./lib/side-nav/side-nav-item/SideNavItem.js"
|
|
167
|
+
},
|
|
168
|
+
"./side-nav-header": {
|
|
169
|
+
"types": "./lib/side-nav/side-nav-header/SideNavHeader.d.ts",
|
|
170
|
+
"import": "./lib/side-nav/side-nav-header/SideNavHeader.js",
|
|
171
|
+
"default": "./lib/side-nav/side-nav-header/SideNavHeader.js"
|
|
172
|
+
},
|
|
173
|
+
"./side-nav-section": {
|
|
174
|
+
"types": "./lib/side-nav/side-nav-section/SideNavSection.d.ts",
|
|
175
|
+
"import": "./lib/side-nav/side-nav-section/SideNavSection.js",
|
|
176
|
+
"default": "./lib/side-nav/side-nav-section/SideNavSection.js"
|
|
177
|
+
},
|
|
178
|
+
"./side-nav/style.css": "./lib/side-nav/style.css",
|
|
179
|
+
"./product-bar": {
|
|
180
|
+
"types": "./lib/product-bar/index.d.ts",
|
|
181
|
+
"import": "./lib/product-bar/index.js",
|
|
182
|
+
"default": "./lib/product-bar/index.js"
|
|
183
|
+
},
|
|
184
|
+
"./product-bar-tab": {
|
|
185
|
+
"types": "./lib/product-bar/product-bar-tab/ProductBarTab.d.ts",
|
|
186
|
+
"import": "./lib/product-bar/product-bar-tab/ProductBarTab.js",
|
|
187
|
+
"default": "./lib/product-bar/product-bar-tab/ProductBarTab.js"
|
|
188
|
+
},
|
|
189
|
+
"./product-bar-name": {
|
|
190
|
+
"types": "./lib/product-bar/product-bar-name/ProductBarName.d.ts",
|
|
191
|
+
"import": "./lib/product-bar/product-bar-name/ProductBarName.js",
|
|
192
|
+
"default": "./lib/product-bar/product-bar-name/ProductBarName.js"
|
|
193
|
+
},
|
|
194
|
+
"./slack-link": {
|
|
195
|
+
"types": "./lib/product-bar/slack-link/SlackLink.d.ts",
|
|
196
|
+
"import": "./lib/product-bar/slack-link/SlackLink.js",
|
|
197
|
+
"default": "./lib/product-bar/slack-link/SlackLink.js"
|
|
198
|
+
},
|
|
199
|
+
"./product-bar/style.css": "./lib/product-bar/style.css",
|
|
200
|
+
"./editable-table": {
|
|
201
|
+
"types": "./lib/editable-table/index.d.ts",
|
|
202
|
+
"import": "./lib/editable-table/index.js",
|
|
203
|
+
"default": "./lib/editable-table/index.js"
|
|
204
|
+
},
|
|
205
|
+
"./editable-table/style.css": "./lib/editable-table/style.css",
|
|
206
|
+
"./action-bar": {
|
|
207
|
+
"types": "./lib/action-bar/index.d.ts",
|
|
208
|
+
"import": "./lib/action-bar/index.js",
|
|
209
|
+
"default": "./lib/action-bar/index.js"
|
|
210
|
+
},
|
|
211
|
+
"./action-bar-additional-content": {
|
|
212
|
+
"types": "./lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.d.ts",
|
|
213
|
+
"import": "./lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.js",
|
|
214
|
+
"default": "./lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.js"
|
|
215
|
+
},
|
|
216
|
+
"./action-bar/style.css": "./lib/action-bar/style.css",
|
|
217
|
+
"./content-row": {
|
|
218
|
+
"types": "./lib/content-row/index.d.ts",
|
|
219
|
+
"import": "./lib/content-row/index.js",
|
|
220
|
+
"default": "./lib/content-row/index.js"
|
|
221
|
+
},
|
|
222
|
+
"./content-row-col": {
|
|
223
|
+
"types": "./lib/content-row/content-row-col/ContentRowCol.d.ts",
|
|
224
|
+
"import": "./lib/content-row/content-row-col/ContentRowCol.js",
|
|
225
|
+
"default": "./lib/content-row/content-row-col/ContentRowCol.js"
|
|
226
|
+
},
|
|
227
|
+
"./content-row-expansion": {
|
|
228
|
+
"types": "./lib/content-row/content-row-expansion/ContentRowExpansion.d.ts",
|
|
229
|
+
"import": "./lib/content-row/content-row-expansion/ContentRowExpansion.js",
|
|
230
|
+
"default": "./lib/content-row/content-row-expansion/ContentRowExpansion.js"
|
|
231
|
+
},
|
|
232
|
+
"./row-list-auto-layout": {
|
|
233
|
+
"types": "./lib/content-row/row-list-auto-layout/RowListAutoLayout.d.ts",
|
|
234
|
+
"import": "./lib/content-row/row-list-auto-layout/RowListAutoLayout.js",
|
|
235
|
+
"default": "./lib/content-row/row-list-auto-layout/RowListAutoLayout.js"
|
|
236
|
+
},
|
|
237
|
+
"./content-row/style.css": "./lib/content-row/style.css",
|
|
238
|
+
"./file-upload": {
|
|
239
|
+
"types": "./lib/file-upload/index.d.ts",
|
|
240
|
+
"import": "./lib/file-upload/index.js",
|
|
241
|
+
"default": "./lib/file-upload/index.js"
|
|
242
|
+
},
|
|
243
|
+
"./file-upload/style.css": "./lib/file-upload/style.css",
|
|
244
|
+
"./focused-task": {
|
|
245
|
+
"types": "./lib/focused-task/index.d.ts",
|
|
246
|
+
"import": "./lib/focused-task/index.js",
|
|
247
|
+
"default": "./lib/focused-task/index.js"
|
|
248
|
+
},
|
|
249
|
+
"./focused-task-actions": {
|
|
250
|
+
"types": "./lib/focused-task/focused-task-actions/FocusedTaskActions.d.ts",
|
|
251
|
+
"import": "./lib/focused-task/focused-task-actions/FocusedTaskActions.js",
|
|
252
|
+
"default": "./lib/focused-task/focused-task-actions/FocusedTaskActions.js"
|
|
253
|
+
},
|
|
254
|
+
"./focused-task/style.css": "./lib/focused-task/style.css",
|
|
255
|
+
"./modal": {
|
|
256
|
+
"types": "./lib/modal/index.d.ts",
|
|
257
|
+
"import": "./lib/modal/index.js",
|
|
258
|
+
"default": "./lib/modal/index.js"
|
|
259
|
+
},
|
|
260
|
+
"./modal-footer": {
|
|
261
|
+
"types": "./lib/modal/modal-footer/ModalFooter.d.ts",
|
|
262
|
+
"import": "./lib/modal/modal-footer/ModalFooter.js",
|
|
263
|
+
"default": "./lib/modal/modal-footer/ModalFooter.js"
|
|
264
|
+
},
|
|
265
|
+
"./modal/style.css": "./lib/modal/style.css",
|
|
266
|
+
"./product-bar-vertical": {
|
|
267
|
+
"types": "./lib/product-bar-vertical/index.d.ts",
|
|
268
|
+
"import": "./lib/product-bar-vertical/index.js",
|
|
269
|
+
"default": "./lib/product-bar-vertical/index.js"
|
|
270
|
+
},
|
|
271
|
+
"./product-bar-vertical-header": {
|
|
272
|
+
"types": "./lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts",
|
|
273
|
+
"import": "./lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.js",
|
|
274
|
+
"default": "./lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.js"
|
|
275
|
+
},
|
|
276
|
+
"./product-bar-vertical-item": {
|
|
277
|
+
"types": "./lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.d.ts",
|
|
278
|
+
"import": "./lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.js",
|
|
279
|
+
"default": "./lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.js"
|
|
280
|
+
},
|
|
281
|
+
"./product-bar-vertical-section": {
|
|
282
|
+
"types": "./lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts",
|
|
283
|
+
"import": "./lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.js",
|
|
284
|
+
"default": "./lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.js"
|
|
285
|
+
},
|
|
286
|
+
"./product-bar-vertical/style.css": "./lib/product-bar-vertical/style.css",
|
|
287
|
+
"./progress-indicators": {
|
|
288
|
+
"types": "./lib/progress-indicators/index.d.ts",
|
|
289
|
+
"import": "./lib/progress-indicators/index.js",
|
|
290
|
+
"default": "./lib/progress-indicators/index.js"
|
|
291
|
+
},
|
|
292
|
+
"./progress-bar": {
|
|
293
|
+
"types": "./lib/progress-indicators/progress-bar/ProgressBar.d.ts",
|
|
294
|
+
"import": "./lib/progress-indicators/progress-bar/ProgressBar.js",
|
|
295
|
+
"default": "./lib/progress-indicators/progress-bar/ProgressBar.js"
|
|
296
|
+
},
|
|
297
|
+
"./progress-bar-step": {
|
|
298
|
+
"types": "./lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.d.ts",
|
|
299
|
+
"import": "./lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.js",
|
|
300
|
+
"default": "./lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.js"
|
|
301
|
+
},
|
|
302
|
+
"./progress-ring": {
|
|
303
|
+
"types": "./lib/progress-indicators/progress-ring/ProgressRing.d.ts",
|
|
304
|
+
"import": "./lib/progress-indicators/progress-ring/ProgressRing.js",
|
|
305
|
+
"default": "./lib/progress-indicators/progress-ring/ProgressRing.js"
|
|
306
|
+
},
|
|
307
|
+
"./progress-indicators/style.css": "./lib/progress-indicators/style.css",
|
|
308
|
+
"./growler": {
|
|
309
|
+
"types": "./lib/growler/index.d.ts",
|
|
310
|
+
"import": "./lib/growler/index.js",
|
|
311
|
+
"default": "./lib/growler/index.js"
|
|
312
|
+
},
|
|
313
|
+
"./growler/style.css": "./lib/growler/style.css",
|
|
314
|
+
"./list-bar": {
|
|
315
|
+
"types": "./lib/list-bar/index.d.ts",
|
|
316
|
+
"import": "./lib/list-bar/index.js",
|
|
317
|
+
"default": "./lib/list-bar/index.js"
|
|
318
|
+
},
|
|
319
|
+
"./list-bar-search": {
|
|
320
|
+
"types": "./lib/list-bar/list-bar/ListBarSearch.d.ts",
|
|
321
|
+
"import": "./lib/list-bar/list-bar/ListBarSearch.js",
|
|
322
|
+
"default": "./lib/list-bar/list-bar/ListBarSearch.js"
|
|
323
|
+
},
|
|
324
|
+
"./list-bar-search-info": {
|
|
325
|
+
"types": "./lib/list-bar/list-bar/ListBarSearchInfo.d.ts",
|
|
326
|
+
"import": "./lib/list-bar/list-bar/ListBarSearchInfo.js",
|
|
327
|
+
"default": "./lib/list-bar/list-bar/ListBarSearchInfo.js"
|
|
328
|
+
},
|
|
329
|
+
"./list-bar-sort-by": {
|
|
330
|
+
"types": "./lib/list-bar/list-bar/ListBarSortBy.d.ts",
|
|
331
|
+
"import": "./lib/list-bar/list-bar/ListBarSortBy.js",
|
|
332
|
+
"default": "./lib/list-bar/list-bar/ListBarSortBy.js"
|
|
333
|
+
},
|
|
334
|
+
"./input-group-wrapper": {
|
|
335
|
+
"types": "./lib/list-bar/list-bar/InputGroupWrapper.d.ts",
|
|
336
|
+
"import": "./lib/list-bar/list-bar/InputGroupWrapper.js",
|
|
337
|
+
"default": "./lib/list-bar/list-bar/InputGroupWrapper.js"
|
|
338
|
+
},
|
|
339
|
+
"./search-results-bar": {
|
|
340
|
+
"types": "./lib/list-bar/search-results-bar/SearchResultsBar.d.ts",
|
|
341
|
+
"import": "./lib/list-bar/search-results-bar/SearchResultsBar.js",
|
|
342
|
+
"default": "./lib/list-bar/search-results-bar/SearchResultsBar.js"
|
|
343
|
+
},
|
|
344
|
+
"./advanced-search": {
|
|
345
|
+
"types": "./lib/list-bar/advanced-search/AdvancedSearch.d.ts",
|
|
346
|
+
"import": "./lib/list-bar/advanced-search/AdvancedSearch.js",
|
|
347
|
+
"default": "./lib/list-bar/advanced-search/AdvancedSearch.js"
|
|
348
|
+
},
|
|
349
|
+
"./list-bar/style.css": "./lib/list-bar/style.css",
|
|
350
|
+
"./cards": {
|
|
351
|
+
"types": "./lib/cards/index.d.ts",
|
|
352
|
+
"import": "./lib/cards/index.js",
|
|
353
|
+
"default": "./lib/cards/index.js"
|
|
354
|
+
},
|
|
355
|
+
"./card": {
|
|
356
|
+
"types": "./lib/cards/card/Card.d.ts",
|
|
357
|
+
"import": "./lib/cards/card/Card.js",
|
|
358
|
+
"default": "./lib/cards/card/Card.js"
|
|
359
|
+
},
|
|
360
|
+
"./card-header": {
|
|
361
|
+
"types": "./lib/cards/card-header/CardHeader.d.ts",
|
|
362
|
+
"import": "./lib/cards/card-header/CardHeader.js",
|
|
363
|
+
"default": "./lib/cards/card-header/CardHeader.js"
|
|
364
|
+
},
|
|
365
|
+
"./card-footer": {
|
|
366
|
+
"types": "./lib/cards/card-footer/CardFooter.d.ts",
|
|
367
|
+
"import": "./lib/cards/card-footer/CardFooter.js",
|
|
368
|
+
"default": "./lib/cards/card-footer/CardFooter.js"
|
|
369
|
+
},
|
|
370
|
+
"./card-title": {
|
|
371
|
+
"types": "./lib/cards/card-title/CardTitle.d.ts",
|
|
372
|
+
"import": "./lib/cards/card-title/CardTitle.js",
|
|
373
|
+
"default": "./lib/cards/card-title/CardTitle.js"
|
|
374
|
+
},
|
|
375
|
+
"./cards/style.css": "./lib/cards/style.css",
|
|
376
|
+
"./add-to-list": {
|
|
377
|
+
"types": "./lib/add-to-list/index.d.ts",
|
|
378
|
+
"import": "./lib/add-to-list/index.js",
|
|
379
|
+
"default": "./lib/add-to-list/index.js"
|
|
380
|
+
},
|
|
381
|
+
"./add-to-list/style.css": "./lib/add-to-list/style.css",
|
|
382
|
+
"./column-manager": {
|
|
383
|
+
"types": "./lib/column-manager/index.d.ts",
|
|
384
|
+
"import": "./lib/column-manager/index.js",
|
|
385
|
+
"default": "./lib/column-manager/index.js"
|
|
386
|
+
},
|
|
387
|
+
"./rich-text-editor": {
|
|
388
|
+
"types": "./lib/rich-text-editor/index.d.ts",
|
|
389
|
+
"import": "./lib/rich-text-editor/index.js",
|
|
390
|
+
"default": "./lib/rich-text-editor/index.js"
|
|
391
|
+
},
|
|
392
|
+
"./rich-text-editor/style.css": "./lib/rich-text-editor/style.css",
|
|
393
|
+
"./feedback-block": {
|
|
394
|
+
"types": "./lib/feedback-block/index.d.ts",
|
|
395
|
+
"import": "./lib/feedback-block/index.js",
|
|
396
|
+
"default": "./lib/feedback-block/index.js"
|
|
397
|
+
},
|
|
398
|
+
"./feedback-block/style.css": "./lib/feedback-block/style.css",
|
|
399
|
+
"./scrollable-container": {
|
|
400
|
+
"types": "./lib/scrollable-container/index.d.ts",
|
|
401
|
+
"import": "./lib/scrollable-container/index.js",
|
|
402
|
+
"default": "./lib/scrollable-container/index.js"
|
|
403
|
+
},
|
|
404
|
+
"./scrollable-container/style.css": "./lib/scrollable-container/style.css",
|
|
405
|
+
"./zero-state": {
|
|
406
|
+
"types": "./lib/zero-state/index.d.ts",
|
|
407
|
+
"import": "./lib/zero-state/index.js",
|
|
408
|
+
"default": "./lib/zero-state/index.js"
|
|
409
|
+
},
|
|
410
|
+
"./zero-state/style.css": "./lib/zero-state/style.css",
|
|
411
|
+
"./tabs": {
|
|
412
|
+
"types": "./lib/tabs/index.d.ts",
|
|
413
|
+
"import": "./lib/tabs/index.js",
|
|
414
|
+
"default": "./lib/tabs/index.js"
|
|
415
|
+
},
|
|
416
|
+
"./tab": {
|
|
417
|
+
"types": "./lib/tabs/tab/Tab.d.ts",
|
|
418
|
+
"import": "./lib/tabs/tab/Tab.js",
|
|
419
|
+
"default": "./lib/tabs/tab/Tab.js"
|
|
420
|
+
},
|
|
421
|
+
"./tab-panel": {
|
|
422
|
+
"types": "./lib/tabs/tab-panel/TabPanel.d.ts",
|
|
423
|
+
"import": "./lib/tabs/tab-panel/TabPanel.js",
|
|
424
|
+
"default": "./lib/tabs/tab-panel/TabPanel.js"
|
|
425
|
+
},
|
|
426
|
+
"./tabs/style.css": "./lib/tabs/style.css",
|
|
427
|
+
"./tags": {
|
|
428
|
+
"types": "./lib/tags/index.d.ts",
|
|
429
|
+
"import": "./lib/tags/index.js",
|
|
430
|
+
"default": "./lib/tags/index.js"
|
|
431
|
+
},
|
|
432
|
+
"./tag": {
|
|
433
|
+
"types": "./lib/tags/tag/Tag.d.ts",
|
|
434
|
+
"import": "./lib/tags/tag/Tag.js",
|
|
435
|
+
"default": "./lib/tags/tag/Tag.js"
|
|
436
|
+
},
|
|
437
|
+
"./clickable-tag": {
|
|
438
|
+
"types": "./lib/tags/clickable-tag/ClickableTag.d.ts",
|
|
439
|
+
"import": "./lib/tags/clickable-tag/ClickableTag.js",
|
|
440
|
+
"default": "./lib/tags/clickable-tag/ClickableTag.js"
|
|
441
|
+
},
|
|
442
|
+
"./split-tag": {
|
|
443
|
+
"types": "./lib/tags/split-tag/SplitTag.d.ts",
|
|
444
|
+
"import": "./lib/tags/split-tag/SplitTag.js",
|
|
445
|
+
"default": "./lib/tags/split-tag/SplitTag.js"
|
|
446
|
+
},
|
|
447
|
+
"./tags/style.css": "./lib/tags/style.css",
|
|
448
|
+
"./buttons": {
|
|
449
|
+
"types": "./lib/buttons/index.d.ts",
|
|
450
|
+
"import": "./lib/buttons/index.js",
|
|
451
|
+
"default": "./lib/buttons/index.js"
|
|
452
|
+
},
|
|
453
|
+
"./button": {
|
|
454
|
+
"types": "./lib/buttons/button/Button.d.ts",
|
|
455
|
+
"import": "./lib/buttons/button/Button.js",
|
|
456
|
+
"default": "./lib/buttons/button/Button.js"
|
|
457
|
+
},
|
|
458
|
+
"./buttons/style.css": "./lib/buttons/style.css"
|
|
459
|
+
},
|
|
460
|
+
"typesVersions": {
|
|
461
|
+
"*": {
|
|
462
|
+
"insight-card": [
|
|
463
|
+
"lib/insight-card/index.d.ts"
|
|
464
|
+
],
|
|
465
|
+
"page-title": [
|
|
466
|
+
"lib/page-title/index.d.ts"
|
|
467
|
+
],
|
|
468
|
+
"page-subtitle": [
|
|
469
|
+
"lib/page-title/page-subtitle/PageSubtitle.d.ts"
|
|
470
|
+
],
|
|
471
|
+
"filter-tiles": [
|
|
472
|
+
"lib/filter-tiles/index.d.ts"
|
|
473
|
+
],
|
|
474
|
+
"filter-tile": [
|
|
475
|
+
"lib/filter-tiles/filter-tile/FilterTile.d.ts"
|
|
476
|
+
],
|
|
477
|
+
"filter-tile-set": [
|
|
478
|
+
"lib/filter-tiles/filter-tile-set/FilterTileSet.d.ts"
|
|
479
|
+
],
|
|
480
|
+
"key-value-set": [
|
|
481
|
+
"lib/key-value-set/index.d.ts"
|
|
482
|
+
],
|
|
483
|
+
"key-value-set-item": [
|
|
484
|
+
"lib/key-value-set/key-value-set-item/KeyValueSetItem.d.ts"
|
|
485
|
+
],
|
|
486
|
+
"sorting-header": [
|
|
487
|
+
"lib/sorting-header/index.d.ts"
|
|
488
|
+
],
|
|
489
|
+
"sorting-header-cell": [
|
|
490
|
+
"lib/sorting-header/sorting-header-cell/SortingHeaderCell.d.ts"
|
|
491
|
+
],
|
|
492
|
+
"content-tiles": [
|
|
493
|
+
"lib/content-tiles/index.d.ts"
|
|
494
|
+
],
|
|
495
|
+
"content-tile": [
|
|
496
|
+
"lib/content-tiles/content-tile/ContentTile.d.ts"
|
|
497
|
+
],
|
|
498
|
+
"content-tile-list": [
|
|
499
|
+
"lib/content-tiles/content-tile-list/ContentTileList.d.ts"
|
|
500
|
+
],
|
|
501
|
+
"matrix": [
|
|
502
|
+
"lib/matrix/index.d.ts"
|
|
503
|
+
],
|
|
504
|
+
"matrix-head": [
|
|
505
|
+
"lib/matrix/matrix-head/MatrixHead.d.ts"
|
|
506
|
+
],
|
|
507
|
+
"matrix-header": [
|
|
508
|
+
"lib/matrix/matrix-header/MatrixHeader.d.ts"
|
|
509
|
+
],
|
|
510
|
+
"matrix-body": [
|
|
511
|
+
"lib/matrix/matrix-body/MatrixBody.d.ts"
|
|
512
|
+
],
|
|
513
|
+
"matrix-row": [
|
|
514
|
+
"lib/matrix/matrix-row/MatrixRow.d.ts"
|
|
515
|
+
],
|
|
516
|
+
"matrix-cell": [
|
|
517
|
+
"lib/matrix/matrix-cell/MatrixCell.d.ts"
|
|
518
|
+
],
|
|
519
|
+
"photo": [
|
|
520
|
+
"lib/photo/index.d.ts"
|
|
521
|
+
],
|
|
522
|
+
"photo-carousel": [
|
|
523
|
+
"lib/photo/photo-carousel/PhotoCarousel.d.ts"
|
|
524
|
+
],
|
|
525
|
+
"dropdowns": [
|
|
526
|
+
"lib/dropdowns/index.d.ts"
|
|
527
|
+
],
|
|
528
|
+
"dropdown": [
|
|
529
|
+
"lib/dropdowns/dropdown/Dropdown.d.ts"
|
|
530
|
+
],
|
|
531
|
+
"option-list": [
|
|
532
|
+
"lib/dropdowns/option-list/OptionList.d.ts"
|
|
533
|
+
],
|
|
534
|
+
"option": [
|
|
535
|
+
"lib/dropdowns/option-list/Option.d.ts"
|
|
536
|
+
],
|
|
537
|
+
"side-nav": [
|
|
538
|
+
"lib/side-nav/index.d.ts"
|
|
539
|
+
],
|
|
540
|
+
"side-nav-item": [
|
|
541
|
+
"lib/side-nav/side-nav-item/SideNavItem.d.ts"
|
|
542
|
+
],
|
|
543
|
+
"side-nav-header": [
|
|
544
|
+
"lib/side-nav/side-nav-header/SideNavHeader.d.ts"
|
|
545
|
+
],
|
|
546
|
+
"side-nav-section": [
|
|
547
|
+
"lib/side-nav/side-nav-section/SideNavSection.d.ts"
|
|
548
|
+
],
|
|
549
|
+
"product-bar": [
|
|
550
|
+
"lib/product-bar/index.d.ts"
|
|
551
|
+
],
|
|
552
|
+
"product-bar-tab": [
|
|
553
|
+
"lib/product-bar/product-bar-tab/ProductBarTab.d.ts"
|
|
554
|
+
],
|
|
555
|
+
"product-bar-name": [
|
|
556
|
+
"lib/product-bar/product-bar-name/ProductBarName.d.ts"
|
|
557
|
+
],
|
|
558
|
+
"slack-link": [
|
|
559
|
+
"lib/product-bar/slack-link/SlackLink.d.ts"
|
|
560
|
+
],
|
|
561
|
+
"editable-table": [
|
|
562
|
+
"lib/editable-table/index.d.ts"
|
|
563
|
+
],
|
|
564
|
+
"action-bar": [
|
|
565
|
+
"lib/action-bar/index.d.ts"
|
|
566
|
+
],
|
|
567
|
+
"action-bar-additional-content": [
|
|
568
|
+
"lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.d.ts"
|
|
569
|
+
],
|
|
570
|
+
"content-row": [
|
|
571
|
+
"lib/content-row/index.d.ts"
|
|
572
|
+
],
|
|
573
|
+
"content-row-col": [
|
|
574
|
+
"lib/content-row/content-row-col/ContentRowCol.d.ts"
|
|
575
|
+
],
|
|
576
|
+
"content-row-expansion": [
|
|
577
|
+
"lib/content-row/content-row-expansion/ContentRowExpansion.d.ts"
|
|
578
|
+
],
|
|
579
|
+
"row-list-auto-layout": [
|
|
580
|
+
"lib/content-row/row-list-auto-layout/RowListAutoLayout.d.ts"
|
|
581
|
+
],
|
|
582
|
+
"file-upload": [
|
|
583
|
+
"lib/file-upload/index.d.ts"
|
|
584
|
+
],
|
|
585
|
+
"focused-task": [
|
|
586
|
+
"lib/focused-task/index.d.ts"
|
|
587
|
+
],
|
|
588
|
+
"focused-task-actions": [
|
|
589
|
+
"lib/focused-task/focused-task-actions/FocusedTaskActions.d.ts"
|
|
590
|
+
],
|
|
591
|
+
"modal": [
|
|
592
|
+
"lib/modal/index.d.ts"
|
|
593
|
+
],
|
|
594
|
+
"modal-footer": [
|
|
595
|
+
"lib/modal/modal-footer/ModalFooter.d.ts"
|
|
596
|
+
],
|
|
597
|
+
"product-bar-vertical": [
|
|
598
|
+
"lib/product-bar-vertical/index.d.ts"
|
|
599
|
+
],
|
|
600
|
+
"product-bar-vertical-header": [
|
|
601
|
+
"lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts"
|
|
602
|
+
],
|
|
603
|
+
"product-bar-vertical-item": [
|
|
604
|
+
"lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.d.ts"
|
|
605
|
+
],
|
|
606
|
+
"product-bar-vertical-section": [
|
|
607
|
+
"lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts"
|
|
608
|
+
],
|
|
609
|
+
"progress-indicators": [
|
|
610
|
+
"lib/progress-indicators/index.d.ts"
|
|
611
|
+
],
|
|
612
|
+
"progress-bar": [
|
|
613
|
+
"lib/progress-indicators/progress-bar/ProgressBar.d.ts"
|
|
614
|
+
],
|
|
615
|
+
"progress-bar-step": [
|
|
616
|
+
"lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.d.ts"
|
|
617
|
+
],
|
|
618
|
+
"progress-ring": [
|
|
619
|
+
"lib/progress-indicators/progress-ring/ProgressRing.d.ts"
|
|
620
|
+
],
|
|
621
|
+
"growler": [
|
|
622
|
+
"lib/growler/index.d.ts"
|
|
623
|
+
],
|
|
624
|
+
"list-bar": [
|
|
625
|
+
"lib/list-bar/index.d.ts"
|
|
626
|
+
],
|
|
627
|
+
"list-bar-search": [
|
|
628
|
+
"lib/list-bar/list-bar/ListBarSearch.d.ts"
|
|
629
|
+
],
|
|
630
|
+
"list-bar-search-info": [
|
|
631
|
+
"lib/list-bar/list-bar/ListBarSearchInfo.d.ts"
|
|
632
|
+
],
|
|
633
|
+
"list-bar-sort-by": [
|
|
634
|
+
"lib/list-bar/list-bar/ListBarSortBy.d.ts"
|
|
635
|
+
],
|
|
636
|
+
"input-group-wrapper": [
|
|
637
|
+
"lib/list-bar/list-bar/InputGroupWrapper.d.ts"
|
|
638
|
+
],
|
|
639
|
+
"search-results-bar": [
|
|
640
|
+
"lib/list-bar/search-results-bar/SearchResultsBar.d.ts"
|
|
641
|
+
],
|
|
642
|
+
"advanced-search": [
|
|
643
|
+
"lib/list-bar/advanced-search/AdvancedSearch.d.ts"
|
|
644
|
+
],
|
|
645
|
+
"cards": [
|
|
646
|
+
"lib/cards/index.d.ts"
|
|
647
|
+
],
|
|
648
|
+
"card": [
|
|
649
|
+
"lib/cards/card/Card.d.ts"
|
|
650
|
+
],
|
|
651
|
+
"card-header": [
|
|
652
|
+
"lib/cards/card-header/CardHeader.d.ts"
|
|
653
|
+
],
|
|
654
|
+
"card-footer": [
|
|
655
|
+
"lib/cards/card-footer/CardFooter.d.ts"
|
|
656
|
+
],
|
|
657
|
+
"card-title": [
|
|
658
|
+
"lib/cards/card-title/CardTitle.d.ts"
|
|
659
|
+
],
|
|
660
|
+
"add-to-list": [
|
|
661
|
+
"lib/add-to-list/index.d.ts"
|
|
662
|
+
],
|
|
663
|
+
"column-manager": [
|
|
664
|
+
"lib/column-manager/index.d.ts"
|
|
665
|
+
],
|
|
666
|
+
"rich-text-editor": [
|
|
667
|
+
"lib/rich-text-editor/index.d.ts"
|
|
668
|
+
],
|
|
669
|
+
"feedback-block": [
|
|
670
|
+
"lib/feedback-block/index.d.ts"
|
|
671
|
+
],
|
|
672
|
+
"scrollable-container": [
|
|
673
|
+
"lib/scrollable-container/index.d.ts"
|
|
674
|
+
],
|
|
675
|
+
"zero-state": [
|
|
676
|
+
"lib/zero-state/index.d.ts"
|
|
677
|
+
],
|
|
678
|
+
"tabs": [
|
|
679
|
+
"lib/tabs/index.d.ts"
|
|
680
|
+
],
|
|
681
|
+
"tab": [
|
|
682
|
+
"lib/tabs/tab/Tab.d.ts"
|
|
683
|
+
],
|
|
684
|
+
"tab-panel": [
|
|
685
|
+
"lib/tabs/tab-panel/TabPanel.d.ts"
|
|
686
|
+
],
|
|
687
|
+
"tags": [
|
|
688
|
+
"lib/tags/index.d.ts"
|
|
689
|
+
],
|
|
690
|
+
"tag": [
|
|
691
|
+
"lib/tags/tag/Tag.d.ts"
|
|
692
|
+
],
|
|
693
|
+
"clickable-tag": [
|
|
694
|
+
"lib/tags/clickable-tag/ClickableTag.d.ts"
|
|
695
|
+
],
|
|
696
|
+
"split-tag": [
|
|
697
|
+
"lib/tags/split-tag/SplitTag.d.ts"
|
|
698
|
+
],
|
|
699
|
+
"buttons": [
|
|
700
|
+
"lib/buttons/index.d.ts"
|
|
701
|
+
],
|
|
702
|
+
"button": [
|
|
703
|
+
"lib/buttons/button/Button.d.ts"
|
|
704
|
+
]
|
|
23
705
|
}
|
|
24
706
|
},
|
|
25
707
|
"publishConfig": {
|
|
26
708
|
"access": "public"
|
|
27
709
|
},
|
|
28
710
|
"peerDependencies": {
|
|
711
|
+
"@ariakit/react": "^0.4.15",
|
|
29
712
|
"@spscommerce/utils": "^7.0.0 || ^8.0.0 || ^9.0.0",
|
|
30
713
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
31
714
|
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
32
|
-
"@sps-woodland/
|
|
33
|
-
"@
|
|
715
|
+
"@sps-woodland/illustrations": "8.51.1",
|
|
716
|
+
"@sps-woodland/tokens": "8.51.1",
|
|
717
|
+
"@spscommerce/ds-react": "8.51.1",
|
|
718
|
+
"@spscommerce/ds-shared": "8.51.1",
|
|
719
|
+
"@spscommerce/i18n": "8.51.1"
|
|
34
720
|
},
|
|
35
721
|
"devDependencies": {
|
|
722
|
+
"@ariakit/react": "0.4.15",
|
|
723
|
+
"@types/mdast": "^4.0.4",
|
|
36
724
|
"@spscommerce/utils": "9.0.3",
|
|
37
725
|
"@vanilla-extract/css": "1.17.4",
|
|
726
|
+
"@vanilla-extract/css-utils": "0.1.3",
|
|
38
727
|
"@vanilla-extract/recipes": "0.2.5",
|
|
728
|
+
"postcss": "^8.5.14",
|
|
729
|
+
"postcss-import": "^16.1.1",
|
|
39
730
|
"react": "16.14.0",
|
|
40
731
|
"react-dom": "16.14.0",
|
|
41
|
-
"@sps-woodland/
|
|
732
|
+
"@sps-woodland/illustrations": "8.51.1",
|
|
733
|
+
"@sps-woodland/tokens": "8.51.1",
|
|
734
|
+
"@spscommerce/ds-react": "8.51.1",
|
|
735
|
+
"@spscommerce/ds-shared": "8.51.1"
|
|
42
736
|
},
|
|
43
737
|
"dependencies": {
|
|
44
|
-
"
|
|
738
|
+
"@handsontable/react": "^15.3.0",
|
|
739
|
+
"@handsontable/react-wrapper": "^15.3.0",
|
|
740
|
+
"@react-aria/button": "3.14.5",
|
|
741
|
+
"@react-aria/focus": "3.21.5",
|
|
742
|
+
"@react-aria/interactions": "^3.27.1",
|
|
743
|
+
"@react-aria/link": "3.3.6",
|
|
744
|
+
"@react-aria/tabs": "3.12.0",
|
|
745
|
+
"@react-aria/utils": "3.33.1",
|
|
746
|
+
"@react-stately/tabs": "3.9.0",
|
|
747
|
+
"@react-types/shared": "3.34.0",
|
|
748
|
+
"@react-types/tabs": "3.4.0",
|
|
749
|
+
"handsontable": "15.3.0",
|
|
750
|
+
"nanoid": "5.1.5",
|
|
751
|
+
"react-aria": "3.21.0",
|
|
752
|
+
"react-stately": "3.19.0",
|
|
753
|
+
"rehype-parse": "^9.0.1",
|
|
754
|
+
"rehype-remark": "^10.0.1",
|
|
755
|
+
"rehype-sanitize": "^6.0.0",
|
|
756
|
+
"rehype-stringify": "^10.0.1",
|
|
757
|
+
"remark-parse": "^11.0.0",
|
|
758
|
+
"remark-rehype": "^11.1.2",
|
|
759
|
+
"remark-stringify": "^11.0.0",
|
|
760
|
+
"sonner": "^1.7.0",
|
|
761
|
+
"unified": "^11.0.5",
|
|
762
|
+
"unist-util-visit": "^5.1.0"
|
|
45
763
|
},
|
|
46
764
|
"scripts": {
|
|
47
|
-
"build": "pnpm run build:js && pnpm run build:types",
|
|
765
|
+
"build": "pnpm run build:js && pnpm run build:subpaths && pnpm run build:insight-card-css && pnpm run build:page-title-css && pnpm run build:filter-tiles-css && pnpm run build:key-value-set-css && pnpm run build:sorting-header-css && pnpm run build:content-tiles-css && pnpm run build:matrix-css && pnpm run build:photo-css && pnpm run build:dropdowns-css && pnpm run build:side-nav-css && pnpm run build:product-bar-css && pnpm run build:editable-table-css && pnpm run build:action-bar-css && pnpm run build:content-row-css && pnpm run build:file-upload-css && pnpm run build:focused-task-css && pnpm run build:modal-css && pnpm run build:product-bar-vertical-css && pnpm run build:progress-indicators-css && pnpm run build:growler-css && pnpm run build:list-bar-css && pnpm run build:cards-css && pnpm run build:add-to-list-css && pnpm run build:rich-text-editor-css && pnpm run build:feedback-block-css && pnpm run build:scrollable-container-css && pnpm run build:zero-state-css && pnpm run build:tabs-css && pnpm run build:tags-css && pnpm run build:buttons-css && pnpm run build:types",
|
|
48
766
|
"build:js": "vite build",
|
|
767
|
+
"build:subpaths": "vite build --config vite.subpaths.config.mjs",
|
|
768
|
+
"build:insight-card-css": "vite build --config vite.insight-card.config.mjs",
|
|
769
|
+
"build:page-title-css": "vite build --config vite.page-title.config.mjs",
|
|
770
|
+
"build:filter-tiles-css": "vite build --config vite.filter-tiles.config.mjs",
|
|
771
|
+
"build:key-value-set-css": "vite build --config vite.key-value-set.config.mjs",
|
|
772
|
+
"build:sorting-header-css": "vite build --config vite.sorting-header.config.mjs",
|
|
773
|
+
"build:content-tiles-css": "vite build --config vite.content-tiles.config.mjs",
|
|
774
|
+
"build:matrix-css": "vite build --config vite.matrix.config.mjs",
|
|
775
|
+
"build:photo-css": "vite build --config vite.photo.config.mjs",
|
|
776
|
+
"build:dropdowns-css": "vite build --config vite.dropdowns.config.mjs",
|
|
777
|
+
"build:side-nav-css": "vite build --config vite.side-nav.config.mjs",
|
|
778
|
+
"build:product-bar-css": "vite build --config vite.product-bar.config.mjs",
|
|
779
|
+
"build:editable-table-css": "vite build --config vite.editable-table.config.mjs",
|
|
780
|
+
"build:action-bar-css": "vite build --config vite.action-bar.config.mjs",
|
|
781
|
+
"build:content-row-css": "vite build --config vite.content-row.config.mjs",
|
|
782
|
+
"build:file-upload-css": "vite build --config vite.file-upload.config.mjs",
|
|
783
|
+
"build:focused-task-css": "vite build --config vite.focused-task.config.mjs",
|
|
784
|
+
"build:modal-css": "vite build --config vite.modal.config.mjs",
|
|
785
|
+
"build:product-bar-vertical-css": "vite build --config vite.product-bar-vertical.config.mjs",
|
|
786
|
+
"build:progress-indicators-css": "vite build --config vite.progress-indicators.config.mjs",
|
|
787
|
+
"build:growler-css": "vite build --config vite.growler.config.mjs",
|
|
788
|
+
"build:list-bar-css": "vite build --config vite.list-bar.config.mjs",
|
|
789
|
+
"build:cards-css": "vite build --config vite.cards.config.mjs",
|
|
790
|
+
"build:add-to-list-css": "vite build --config vite.add-to-list.config.mjs",
|
|
791
|
+
"build:rich-text-editor-css": "vite build --config vite.rich-text-editor.config.mjs",
|
|
792
|
+
"build:feedback-block-css": "vite build --config vite.feedback-block.config.mjs",
|
|
793
|
+
"build:scrollable-container-css": "vite build --config vite.scrollable-container.config.mjs",
|
|
794
|
+
"build:zero-state-css": "vite build --config vite.zero-state.config.mjs",
|
|
795
|
+
"build:tabs-css": "vite build --config vite.tabs.config.mjs",
|
|
796
|
+
"build:tags-css": "vite build --config vite.tags.config.mjs",
|
|
797
|
+
"build:buttons-css": "vite build --config vite.buttons.config.mjs",
|
|
49
798
|
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir lib",
|
|
50
799
|
"watch": "vite build --watch",
|
|
51
800
|
"clean": "git clean -fdX",
|