@sps-woodland/core 8.50.2 → 8.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/action-bar/action-bar/ActionBar.css.d.ts +10 -0
- package/lib/action-bar/action-bar/ActionBar.css.d.ts.map +1 -0
- package/lib/action-bar/action-bar/ActionBar.css.js +12 -0
- package/lib/action-bar/action-bar/ActionBar.d.ts +9 -0
- package/lib/action-bar/action-bar/ActionBar.d.ts.map +1 -0
- package/lib/action-bar/action-bar/ActionBar.js +61 -0
- package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.d.ts +4 -0
- package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.d.ts.map +1 -0
- package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.js +24 -0
- package/lib/action-bar/index.d.ts +3 -0
- package/lib/action-bar/index.d.ts.map +1 -0
- package/lib/action-bar/index.js +79 -0
- package/lib/action-bar/index.umd.cjs +1 -0
- package/lib/action-bar/style.css +1 -0
- package/lib/add-to-list/add-to-list/AddToList.css.d.ts +91 -0
- package/lib/add-to-list/add-to-list/AddToList.css.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/AddToList.css.js +25 -0
- package/lib/add-to-list/add-to-list/AddToList.d.ts +31 -0
- package/lib/add-to-list/add-to-list/AddToList.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/AddToList.js +284 -0
- package/lib/add-to-list/add-to-list/ItemsList.d.ts +17 -0
- package/lib/add-to-list/add-to-list/ItemsList.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/ItemsList.js +67 -0
- package/lib/add-to-list/add-to-list/ListItem.d.ts +8 -0
- package/lib/add-to-list/add-to-list/ListItem.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/ListItem.js +51 -0
- package/lib/add-to-list/index.d.ts +2 -0
- package/lib/add-to-list/index.d.ts.map +1 -0
- package/lib/add-to-list/index.js +441 -0
- package/lib/add-to-list/index.umd.cjs +1 -0
- package/lib/add-to-list/style.css +1 -0
- package/lib/buttons/button/Button.css.d.ts +15 -0
- package/lib/buttons/button/Button.css.d.ts.map +1 -0
- package/lib/buttons/button/Button.css.js +10 -0
- package/lib/buttons/button/Button.d.ts +19 -0
- package/lib/buttons/button/Button.d.ts.map +1 -0
- package/lib/buttons/button/Button.js +116 -0
- package/lib/buttons/index.d.ts +2 -0
- package/lib/buttons/index.d.ts.map +1 -0
- package/lib/buttons/index.js +169 -0
- package/lib/buttons/index.umd.cjs +1 -0
- package/lib/buttons/style.css +1 -0
- package/lib/cards/card/Card.css.d.ts +2 -0
- package/lib/cards/card/Card.css.d.ts.map +1 -0
- package/lib/cards/card/Card.css.js +5 -0
- package/lib/cards/card/Card.d.ts +4 -0
- package/lib/cards/card/Card.d.ts.map +1 -0
- package/lib/cards/card/Card.js +28 -0
- package/lib/cards/card-footer/CardFooter.css.d.ts +2 -0
- package/lib/cards/card-footer/CardFooter.css.d.ts.map +1 -0
- package/lib/cards/card-footer/CardFooter.css.js +5 -0
- package/lib/cards/card-footer/CardFooter.d.ts +4 -0
- package/lib/cards/card-footer/CardFooter.d.ts.map +1 -0
- package/lib/cards/card-footer/CardFooter.js +14 -0
- package/lib/cards/card-header/CardHeader.css.d.ts +2 -0
- package/lib/cards/card-header/CardHeader.css.d.ts.map +1 -0
- package/lib/cards/card-header/CardHeader.css.js +5 -0
- package/lib/cards/card-header/CardHeader.d.ts +4 -0
- package/lib/cards/card-header/CardHeader.d.ts.map +1 -0
- package/lib/cards/card-header/CardHeader.js +14 -0
- package/lib/cards/card-title/CardTitle.css.d.ts +2 -0
- package/lib/cards/card-title/CardTitle.css.d.ts.map +1 -0
- package/lib/cards/card-title/CardTitle.css.js +5 -0
- package/lib/cards/card-title/CardTitle.d.ts +4 -0
- package/lib/cards/card-title/CardTitle.d.ts.map +1 -0
- package/lib/cards/card-title/CardTitle.js +14 -0
- package/lib/cards/index.d.ts +5 -0
- package/lib/cards/index.d.ts.map +1 -0
- package/lib/cards/index.js +56 -0
- package/lib/cards/index.umd.cjs +1 -0
- package/lib/cards/style.css +1 -0
- package/lib/column-manager/column-manager/ColumnManager.d.ts +23 -0
- package/lib/column-manager/column-manager/ColumnManager.d.ts.map +1 -0
- package/lib/column-manager/column-manager/ColumnManager.js +114 -0
- package/lib/column-manager/column-manager/useColumnManager.d.ts +27 -0
- package/lib/column-manager/column-manager/useColumnManager.d.ts.map +1 -0
- package/lib/column-manager/column-manager/useColumnManager.js +49 -0
- package/lib/column-manager/index.d.ts +3 -0
- package/lib/column-manager/index.d.ts.map +1 -0
- package/lib/column-manager/index.js +6 -0
- package/lib/components/app-root/AppRoot.css.d.ts +2 -1
- package/lib/components/app-root/AppRoot.css.d.ts.map +1 -0
- package/lib/components/app-root/AppRoot.d.ts +1 -0
- package/lib/components/app-root/AppRoot.d.ts.map +1 -0
- package/lib/components/box/Box.d.ts +1 -0
- package/lib/components/box/Box.d.ts.map +1 -0
- package/lib/components/cap-content/CapContent.css.d.ts +1 -0
- package/lib/components/cap-content/CapContent.css.d.ts.map +1 -0
- package/lib/components/cap-content/CapContent.d.ts +1 -0
- package/lib/components/cap-content/CapContent.d.ts.map +1 -0
- package/lib/components/cap-content/CapContentTitle.d.ts +1 -0
- package/lib/components/cap-content/CapContentTitle.d.ts.map +1 -0
- package/lib/components/content/Content.css.d.ts +1 -0
- package/lib/components/content/Content.css.d.ts.map +1 -0
- package/lib/components/content/Content.d.ts +1 -0
- package/lib/components/content/Content.d.ts.map +1 -0
- package/lib/components/icon/Icon.css.d.ts +2 -1
- package/lib/components/icon/Icon.css.d.ts.map +1 -0
- package/lib/components/icon/Icon.d.ts +1 -0
- package/lib/components/icon/Icon.d.ts.map +1 -0
- package/lib/components/icon/icons/index.d.ts +1 -0
- package/lib/components/icon/icons/index.d.ts.map +1 -0
- package/lib/components/input-panel/InputPanel.css.d.ts +1 -0
- package/lib/components/input-panel/InputPanel.css.d.ts.map +1 -0
- package/lib/components/input-panel/InputPanel.d.ts +1 -0
- package/lib/components/input-panel/InputPanel.d.ts.map +1 -0
- package/lib/components/reorder-wrapper/ReorderWrapper.d.ts +1 -0
- package/lib/components/reorder-wrapper/ReorderWrapper.d.ts.map +1 -0
- package/lib/components/spinner/Spinner.css.d.ts +2 -1
- package/lib/components/spinner/Spinner.css.d.ts.map +1 -0
- package/lib/components/spinner/Spinner.d.ts +1 -0
- package/lib/components/spinner/Spinner.d.ts.map +1 -0
- package/lib/components/spinner/Spinner.examples.d.ts +1 -0
- package/lib/components/spinner/Spinner.examples.d.ts.map +1 -0
- package/lib/components/title/Title.css.d.ts +2 -1
- package/lib/components/title/Title.css.d.ts.map +1 -0
- package/lib/components/title/Title.d.ts +1 -0
- package/lib/components/title/Title.d.ts.map +1 -0
- package/lib/components/vertical-rule/VerticalRule.css.d.ts +1 -0
- package/lib/components/vertical-rule/VerticalRule.css.d.ts.map +1 -0
- package/lib/components/vertical-rule/VerticalRule.d.ts +1 -0
- package/lib/components/vertical-rule/VerticalRule.d.ts.map +1 -0
- package/lib/content-row/content-row/ContentRow.css.d.ts +150 -0
- package/lib/content-row/content-row/ContentRow.css.d.ts.map +1 -0
- package/lib/content-row/content-row/ContentRow.css.js +19 -0
- package/lib/content-row/content-row/ContentRow.d.ts +27 -0
- package/lib/content-row/content-row/ContentRow.d.ts.map +1 -0
- package/lib/content-row/content-row/ContentRow.js +175 -0
- package/lib/content-row/content-row-col/ContentRowCol.css.d.ts +51 -0
- package/lib/content-row/content-row-col/ContentRowCol.css.d.ts.map +1 -0
- package/lib/content-row/content-row-col/ContentRowCol.css.js +8 -0
- package/lib/content-row/content-row-col/ContentRowCol.d.ts +11 -0
- package/lib/content-row/content-row-col/ContentRowCol.d.ts.map +1 -0
- package/lib/content-row/content-row-col/ContentRowCol.js +50 -0
- package/lib/content-row/content-row-expansion/ContentRowExpansion.d.ts +6 -0
- package/lib/content-row/content-row-expansion/ContentRowExpansion.d.ts.map +1 -0
- package/lib/content-row/content-row-expansion/ContentRowExpansion.js +25 -0
- package/lib/content-row/index.d.ts +5 -0
- package/lib/content-row/index.d.ts.map +1 -0
- package/lib/content-row/index.js +336 -0
- package/lib/content-row/index.umd.cjs +1 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.d.ts +9 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.d.ts.map +1 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.js +6 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.d.ts +6 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.d.ts.map +1 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.js +48 -0
- package/lib/content-row/style.css +1 -0
- package/lib/content-tiles/content-tile/ContentTile.css.d.ts +59 -0
- package/lib/content-tiles/content-tile/ContentTile.css.d.ts.map +1 -0
- package/lib/content-tiles/content-tile/ContentTile.css.js +15 -0
- package/lib/content-tiles/content-tile/ContentTile.d.ts +16 -0
- package/lib/content-tiles/content-tile/ContentTile.d.ts.map +1 -0
- package/lib/content-tiles/content-tile/ContentTile.js +62 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.css.d.ts +3 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.css.d.ts.map +1 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.css.js +6 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.d.ts +3 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.d.ts.map +1 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.js +14 -0
- package/lib/content-tiles/index.d.ts +3 -0
- package/lib/content-tiles/index.d.ts.map +1 -0
- package/lib/content-tiles/index.js +124 -0
- package/lib/content-tiles/index.umd.cjs +1 -0
- package/lib/content-tiles/style.css +1 -0
- package/lib/core.css +1 -0
- package/lib/dropdowns/dropdown/Dropdown.css.d.ts +74 -0
- package/lib/dropdowns/dropdown/Dropdown.css.d.ts.map +1 -0
- package/lib/dropdowns/dropdown/Dropdown.css.js +9 -0
- package/lib/dropdowns/dropdown/Dropdown.d.ts +16 -0
- package/lib/dropdowns/dropdown/Dropdown.d.ts.map +1 -0
- package/lib/dropdowns/dropdown/Dropdown.js +70 -0
- package/lib/dropdowns/index.d.ts +4 -0
- package/lib/dropdowns/index.d.ts.map +1 -0
- package/lib/dropdowns/index.js +180 -0
- package/lib/dropdowns/index.umd.cjs +1 -0
- package/lib/dropdowns/option-list/Option.css.d.ts +3 -0
- package/lib/dropdowns/option-list/Option.css.d.ts.map +1 -0
- package/lib/dropdowns/option-list/Option.css.js +6 -0
- package/lib/dropdowns/option-list/Option.d.ts +5 -0
- package/lib/dropdowns/option-list/Option.d.ts.map +1 -0
- package/lib/dropdowns/option-list/Option.js +22 -0
- package/lib/dropdowns/option-list/OptionList.css.d.ts +3 -0
- package/lib/dropdowns/option-list/OptionList.css.d.ts.map +1 -0
- package/lib/dropdowns/option-list/OptionList.css.js +6 -0
- package/lib/dropdowns/option-list/OptionList.d.ts +11 -0
- package/lib/dropdowns/option-list/OptionList.d.ts.map +1 -0
- package/lib/dropdowns/option-list/OptionList.js +46 -0
- package/lib/dropdowns/style.css +1 -0
- package/lib/editable-table/EditableTable.d.ts +6 -0
- package/lib/editable-table/EditableTable.d.ts.map +1 -0
- package/lib/editable-table/EditableTable.js +71 -0
- package/lib/editable-table/index.d.ts +2 -0
- package/lib/editable-table/index.d.ts.map +1 -0
- package/lib/editable-table/index.js +4 -0
- package/lib/editable-table/style.css +157 -0
- package/lib/examples.d.ts +1 -0
- package/lib/examples.d.ts.map +1 -0
- package/lib/feedback-block/FeedbackBlock.css.d.ts +12 -0
- package/lib/feedback-block/FeedbackBlock.css.d.ts.map +1 -0
- package/lib/feedback-block/FeedbackBlock.css.js +8 -0
- package/lib/feedback-block/FeedbackBlock.d.ts +10 -0
- package/lib/feedback-block/FeedbackBlock.d.ts.map +1 -0
- package/lib/feedback-block/FeedbackBlock.js +38 -0
- package/lib/feedback-block/index.d.ts +2 -0
- package/lib/feedback-block/index.d.ts.map +1 -0
- package/lib/feedback-block/index.js +91 -0
- package/lib/feedback-block/index.umd.cjs +1 -0
- package/lib/feedback-block/style.css +1 -0
- package/lib/file-upload/file-upload/FileUpload.css.d.ts +95 -0
- package/lib/file-upload/file-upload/FileUpload.css.d.ts.map +1 -0
- package/lib/file-upload/file-upload/FileUpload.css.js +19 -0
- package/lib/file-upload/file-upload/FileUpload.d.ts +20 -0
- package/lib/file-upload/file-upload/FileUpload.d.ts.map +1 -0
- package/lib/file-upload/file-upload/FileUpload.js +197 -0
- package/lib/file-upload/file-upload/mime-type.enum.d.ts +98 -0
- package/lib/file-upload/file-upload/mime-type.enum.d.ts.map +1 -0
- package/lib/file-upload/file-upload/mime-type.enum.js +106 -0
- package/lib/file-upload/index.d.ts +2 -0
- package/lib/file-upload/index.d.ts.map +1 -0
- package/lib/file-upload/index.js +352 -0
- package/lib/file-upload/index.umd.cjs +1 -0
- package/lib/file-upload/style.css +1 -0
- package/lib/filter-tiles/filter-tile/FilterTile.css.d.ts +37 -0
- package/lib/filter-tiles/filter-tile/FilterTile.css.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile/FilterTile.css.js +10 -0
- package/lib/filter-tiles/filter-tile/FilterTile.d.ts +9 -0
- package/lib/filter-tiles/filter-tile/FilterTile.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile/FilterTile.js +35 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.d.ts +2 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.js +5 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.d.ts +4 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.js +16 -0
- package/lib/filter-tiles/index.d.ts +3 -0
- package/lib/filter-tiles/index.d.ts.map +1 -0
- package/lib/filter-tiles/index.js +100 -0
- package/lib/filter-tiles/index.umd.cjs +1 -0
- package/lib/filter-tiles/style.css +1 -0
- package/lib/focused-task/focused-task/FocusedTask.css.d.ts +15 -0
- package/lib/focused-task/focused-task/FocusedTask.css.d.ts.map +1 -0
- package/lib/focused-task/focused-task/FocusedTask.css.js +13 -0
- package/lib/focused-task/focused-task/FocusedTask.d.ts +17 -0
- package/lib/focused-task/focused-task/FocusedTask.d.ts.map +1 -0
- package/lib/focused-task/focused-task/FocusedTask.js +77 -0
- package/lib/focused-task/focused-task/useFocusedTask.d.ts +17 -0
- package/lib/focused-task/focused-task/useFocusedTask.d.ts.map +1 -0
- package/lib/focused-task/focused-task/useFocusedTask.js +19 -0
- package/lib/focused-task/focused-task-actions/FocusedTaskActions.d.ts +4 -0
- package/lib/focused-task/focused-task-actions/FocusedTaskActions.d.ts.map +1 -0
- package/lib/focused-task/focused-task-actions/FocusedTaskActions.js +14 -0
- package/lib/focused-task/index.d.ts +4 -0
- package/lib/focused-task/index.d.ts.map +1 -0
- package/lib/focused-task/index.js +154 -0
- package/lib/focused-task/index.umd.cjs +1 -0
- package/lib/focused-task/style.css +1 -0
- package/lib/growler/Growler.css.d.ts +18 -0
- package/lib/growler/Growler.css.d.ts.map +1 -0
- package/lib/growler/Growler.css.js +13 -0
- package/lib/growler/Growler.d.ts +23 -0
- package/lib/growler/Growler.d.ts.map +1 -0
- package/lib/growler/Growler.js +93 -0
- package/lib/growler/GrowlerListProvider.d.ts +14 -0
- package/lib/growler/GrowlerListProvider.d.ts.map +1 -0
- package/lib/growler/GrowlerListProvider.js +42 -0
- package/lib/growler/Sonner.css.d.ts +17 -0
- package/lib/growler/Sonner.css.d.ts.map +1 -0
- package/lib/growler/Sonner.css.js +13 -0
- package/lib/growler/index.d.ts +4 -0
- package/lib/growler/index.d.ts.map +1 -0
- package/lib/growler/index.js +267 -0
- package/lib/growler/index.umd.cjs +1 -0
- package/lib/growler/sonner.d.ts +87 -0
- package/lib/growler/sonner.d.ts.map +1 -0
- package/lib/growler/sonner.js +86 -0
- package/lib/growler/style.css +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +38 -36
- package/lib/index.umd.cjs +4 -4
- package/lib/insight-card/InsightCard.css.d.ts +20 -0
- package/lib/insight-card/InsightCard.css.d.ts.map +1 -0
- package/lib/insight-card/InsightCard.css.js +14 -0
- package/lib/insight-card/InsightCard.d.ts +15 -0
- package/lib/insight-card/InsightCard.d.ts.map +1 -0
- package/lib/insight-card/InsightCard.js +69 -0
- package/lib/insight-card/InsightCardSet.d.ts +3 -0
- package/lib/insight-card/InsightCardSet.d.ts.map +1 -0
- package/lib/insight-card/InsightCardSet.js +13 -0
- package/lib/insight-card/index.d.ts +3 -0
- package/lib/insight-card/index.d.ts.map +1 -0
- package/lib/insight-card/index.js +130 -0
- package/lib/insight-card/index.umd.cjs +1 -0
- package/lib/insight-card/style.css +1 -0
- package/lib/key-value-set/index.d.ts +3 -0
- package/lib/key-value-set/index.d.ts.map +1 -0
- package/lib/key-value-set/index.js +95 -0
- package/lib/key-value-set/index.umd.cjs +1 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.css.d.ts +7 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.css.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.css.js +6 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.d.ts +6 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.js +23 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.d.ts +14 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.js +8 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.d.ts +7 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.js +23 -0
- package/lib/key-value-set/style.css +1 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.css.d.ts +11 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.css.d.ts.map +1 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.css.js +9 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.d.ts +16 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.d.ts.map +1 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.js +56 -0
- package/lib/list-bar/index.d.ts +8 -0
- package/lib/list-bar/index.d.ts.map +1 -0
- package/lib/list-bar/index.js +317 -0
- package/lib/list-bar/index.umd.cjs +1 -0
- package/lib/list-bar/list-bar/InputGroupWrapper.d.ts +4 -0
- package/lib/list-bar/list-bar/InputGroupWrapper.d.ts.map +1 -0
- package/lib/list-bar/list-bar/InputGroupWrapper.js +20 -0
- package/lib/list-bar/list-bar/ListBar.css.d.ts +39 -0
- package/lib/list-bar/list-bar/ListBar.css.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBar.css.js +18 -0
- package/lib/list-bar/list-bar/ListBar.d.ts +20 -0
- package/lib/list-bar/list-bar/ListBar.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBar.js +123 -0
- package/lib/list-bar/list-bar/ListBarSearch.d.ts +6 -0
- package/lib/list-bar/list-bar/ListBarSearch.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBarSearch.js +23 -0
- package/lib/list-bar/list-bar/ListBarSearchInfo.d.ts +4 -0
- package/lib/list-bar/list-bar/ListBarSearchInfo.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBarSearchInfo.js +13 -0
- package/lib/list-bar/list-bar/ListBarSortBy.d.ts +16 -0
- package/lib/list-bar/list-bar/ListBarSortBy.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBarSortBy.js +40 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.css.d.ts +10 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.css.d.ts.map +1 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.css.js +14 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.d.ts +11 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.d.ts.map +1 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.js +30 -0
- package/lib/list-bar/style.css +1 -0
- package/lib/manifest.d.ts +1 -0
- package/lib/manifest.d.ts.map +1 -0
- package/lib/matrix/index.d.ts +7 -0
- package/lib/matrix/index.d.ts.map +1 -0
- package/lib/matrix/index.js +95 -0
- package/lib/matrix/index.umd.cjs +1 -0
- package/lib/matrix/matrix/Matrix.css.d.ts +5 -0
- package/lib/matrix/matrix/Matrix.css.d.ts.map +1 -0
- package/lib/matrix/matrix/Matrix.css.js +8 -0
- package/lib/matrix/matrix/Matrix.d.ts +6 -0
- package/lib/matrix/matrix/Matrix.d.ts.map +1 -0
- package/lib/matrix/matrix/Matrix.js +28 -0
- package/lib/matrix/matrix-body/MatrixBody.d.ts +4 -0
- package/lib/matrix/matrix-body/MatrixBody.d.ts.map +1 -0
- package/lib/matrix/matrix-body/MatrixBody.js +15 -0
- package/lib/matrix/matrix-cell/MatrixCell.d.ts +4 -0
- package/lib/matrix/matrix-cell/MatrixCell.d.ts.map +1 -0
- package/lib/matrix/matrix-cell/MatrixCell.js +19 -0
- package/lib/matrix/matrix-head/MatrixHead.d.ts +4 -0
- package/lib/matrix/matrix-head/MatrixHead.d.ts.map +1 -0
- package/lib/matrix/matrix-head/MatrixHead.js +15 -0
- package/lib/matrix/matrix-header/MatrixHeader.d.ts +16 -0
- package/lib/matrix/matrix-header/MatrixHeader.d.ts.map +1 -0
- package/lib/matrix/matrix-header/MatrixHeader.js +25 -0
- package/lib/matrix/matrix-row/MatrixRow.d.ts +4 -0
- package/lib/matrix/matrix-row/MatrixRow.d.ts.map +1 -0
- package/lib/matrix/matrix-row/MatrixRow.js +15 -0
- package/lib/matrix/style.css +1 -0
- package/lib/metadata/metadata.d.ts +1 -0
- package/lib/metadata/metadata.d.ts.map +1 -0
- package/lib/modal/index.d.ts +4 -0
- package/lib/modal/index.d.ts.map +1 -0
- package/lib/modal/index.js +197 -0
- package/lib/modal/index.umd.cjs +1 -0
- package/lib/modal/modal/Modal.css.d.ts +20 -0
- package/lib/modal/modal/Modal.css.d.ts.map +1 -0
- package/lib/modal/modal/Modal.css.js +14 -0
- package/lib/modal/modal/Modal.d.ts +27 -0
- package/lib/modal/modal/Modal.d.ts.map +1 -0
- package/lib/modal/modal/Modal.js +113 -0
- package/lib/modal/modal/useModal.d.ts +17 -0
- package/lib/modal/modal/useModal.d.ts.map +1 -0
- package/lib/modal/modal/useModal.js +26 -0
- package/lib/modal/modal-footer/ModalFooter.d.ts +4 -0
- package/lib/modal/modal-footer/ModalFooter.d.ts.map +1 -0
- package/lib/modal/modal-footer/ModalFooter.js +14 -0
- package/lib/modal/style.css +1 -0
- package/lib/node_modules/.pnpm/@vanilla-extract_recipes@0.2.5_@vanilla-extract_css@1.17.4/node_modules/@vanilla-extract/recipes/createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.esm.js +57 -0
- package/lib/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/index.browser.js +11 -0
- package/lib/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/url-alphabet/index.js +4 -0
- package/lib/page-title/index.d.ts +3 -0
- package/lib/page-title/index.d.ts.map +1 -0
- package/lib/page-title/index.js +32 -0
- package/lib/page-title/index.umd.cjs +1 -0
- package/lib/page-title/page-subtitle/PageSubtitle.css.d.ts +3 -0
- package/lib/page-title/page-subtitle/PageSubtitle.css.d.ts.map +1 -0
- package/lib/page-title/page-subtitle/PageSubtitle.css.js +6 -0
- package/lib/page-title/page-subtitle/PageSubtitle.d.ts +4 -0
- package/lib/page-title/page-subtitle/PageSubtitle.d.ts.map +1 -0
- package/lib/page-title/page-subtitle/PageSubtitle.js +19 -0
- package/lib/page-title/page-title/PageTitle.css.d.ts +4 -0
- package/lib/page-title/page-title/PageTitle.css.d.ts.map +1 -0
- package/lib/page-title/page-title/PageTitle.css.js +7 -0
- package/lib/page-title/page-title/PageTitle.d.ts +4 -0
- package/lib/page-title/page-title/PageTitle.d.ts.map +1 -0
- package/lib/page-title/page-title/PageTitle.js +17 -0
- package/lib/page-title/style.css +1 -0
- package/lib/photo/index.d.ts +3 -0
- package/lib/photo/index.d.ts.map +1 -0
- package/lib/photo/index.js +179 -0
- package/lib/photo/index.umd.cjs +1 -0
- package/lib/photo/photo/Photo.css.d.ts +12 -0
- package/lib/photo/photo/Photo.css.d.ts.map +1 -0
- package/lib/photo/photo/Photo.css.js +8 -0
- package/lib/photo/photo/Photo.d.ts +11 -0
- package/lib/photo/photo/Photo.d.ts.map +1 -0
- package/lib/photo/photo/Photo.js +83 -0
- package/lib/photo/photo-carousel/PhotoCarousel.css.d.ts +13 -0
- package/lib/photo/photo-carousel/PhotoCarousel.css.d.ts.map +1 -0
- package/lib/photo/photo-carousel/PhotoCarousel.css.js +10 -0
- package/lib/photo/photo-carousel/PhotoCarousel.d.ts +4 -0
- package/lib/photo/photo-carousel/PhotoCarousel.d.ts.map +1 -0
- package/lib/photo/photo-carousel/PhotoCarousel.js +48 -0
- package/lib/photo/style.css +1 -0
- package/lib/product-bar/hooks/usePriorityPlus.d.ts +33 -0
- package/lib/product-bar/hooks/usePriorityPlus.d.ts.map +1 -0
- package/lib/product-bar/hooks/usePriorityPlus.js +106 -0
- package/lib/product-bar/index.d.ts +5 -0
- package/lib/product-bar/index.d.ts.map +1 -0
- package/lib/product-bar/index.js +397 -0
- package/lib/product-bar/index.umd.cjs +1 -0
- package/lib/product-bar/product-bar/ProductBar.css.d.ts +43 -0
- package/lib/product-bar/product-bar/ProductBar.css.d.ts.map +1 -0
- package/lib/product-bar/product-bar/ProductBar.css.js +15 -0
- package/lib/product-bar/product-bar/ProductBar.d.ts +14 -0
- package/lib/product-bar/product-bar/ProductBar.d.ts.map +1 -0
- package/lib/product-bar/product-bar/ProductBar.js +107 -0
- package/lib/product-bar/product-bar-name/ProductBarName.d.ts +12 -0
- package/lib/product-bar/product-bar-name/ProductBarName.d.ts.map +1 -0
- package/lib/product-bar/product-bar-name/ProductBarName.js +33 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.d.ts +23 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.d.ts.map +1 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.js +9 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.d.ts +13 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.d.ts.map +1 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.js +71 -0
- package/lib/product-bar/product-bar-tab/ProductBarTab.d.ts +16 -0
- package/lib/product-bar/product-bar-tab/ProductBarTab.d.ts.map +1 -0
- package/lib/product-bar/product-bar-tab/ProductBarTab.js +24 -0
- package/lib/product-bar/slack-link/SlackLink.css.d.ts +3 -0
- package/lib/product-bar/slack-link/SlackLink.css.d.ts.map +1 -0
- package/lib/product-bar/slack-link/SlackLink.css.js +6 -0
- package/lib/product-bar/slack-link/SlackLink.d.ts +6 -0
- package/lib/product-bar/slack-link/SlackLink.d.ts.map +1 -0
- package/lib/product-bar/slack-link/SlackLink.js +32 -0
- package/lib/product-bar/style.css +1 -0
- package/lib/product-bar-vertical/index.d.ts +5 -0
- package/lib/product-bar-vertical/index.d.ts.map +1 -0
- package/lib/product-bar-vertical/index.js +261 -0
- package/lib/product-bar-vertical/index.umd.cjs +1 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.d.ts +78 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.js +24 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.d.ts +8 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.js +62 -0
- package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts +9 -0
- package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.js +44 -0
- package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.d.ts +15 -0
- package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.js +91 -0
- package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts +10 -0
- package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.js +30 -0
- package/lib/product-bar-vertical/style.css +1 -0
- package/lib/progress-indicators/index.d.ts +4 -0
- package/lib/progress-indicators/index.d.ts.map +1 -0
- package/lib/progress-indicators/index.js +264 -0
- package/lib/progress-indicators/index.umd.cjs +1 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.css.d.ts +19 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.css.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.css.js +14 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.d.ts +13 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.js +112 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.d.ts +14 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.js +9 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.d.ts +14 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.js +56 -0
- package/lib/progress-indicators/progress-ring/ProgressRing.d.ts +8 -0
- package/lib/progress-indicators/progress-ring/ProgressRing.d.ts.map +1 -0
- package/lib/progress-indicators/progress-ring/ProgressRing.js +54 -0
- package/lib/progress-indicators/style.css +1 -0
- package/lib/rich-text-editor/index.d.ts +3 -0
- package/lib/rich-text-editor/index.d.ts.map +1 -0
- package/lib/rich-text-editor/index.js +588 -0
- package/lib/rich-text-editor/index.umd.cjs +13 -0
- package/lib/rich-text-editor/rich-text-editor/RTELinkModal.d.ts +13 -0
- package/lib/rich-text-editor/rich-text-editor/RTELinkModal.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RTELinkModal.js +35 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.d.ts +16 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.js +7 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.d.ts +11 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.js +38 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.d.ts +15 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.js +9 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.d.ts +8 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.js +81 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.d.ts +2 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.js +20 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.d.ts +2 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.js +22 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.d.ts +14 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.js +28 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.d.ts +6 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.js +94 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.d.ts +7 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.js +37 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.d.ts +15 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.js +214 -0
- package/lib/rich-text-editor/rich-text-editor/icons/BOLD.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/INDENT.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/ITALICS.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/LINK.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/ORDERED_LIST.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/OUTDENT.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/REDO.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/UNDO.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/UNLINK.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/UNORDERED_LIST.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/index.d.ts +12 -0
- package/lib/rich-text-editor/rich-text-editor/icons/index.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.d.ts +10 -0
- package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.js +13 -0
- package/lib/rich-text-editor/rich-text-editor/utils/utils.d.ts +3 -0
- package/lib/rich-text-editor/rich-text-editor/utils/utils.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/utils/utils.js +16 -0
- package/lib/rich-text-editor/style.css +1 -0
- package/lib/scrollable-container/ScrollableContainer.css.d.ts +2 -0
- package/lib/scrollable-container/ScrollableContainer.css.d.ts.map +1 -0
- package/lib/scrollable-container/ScrollableContainer.css.js +5 -0
- package/lib/scrollable-container/ScrollableContainer.d.ts +6 -0
- package/lib/scrollable-container/ScrollableContainer.d.ts.map +1 -0
- package/lib/scrollable-container/ScrollableContainer.js +29 -0
- package/lib/scrollable-container/index.d.ts +2 -0
- package/lib/scrollable-container/index.d.ts.map +1 -0
- package/lib/scrollable-container/index.js +29 -0
- package/lib/scrollable-container/index.umd.cjs +1 -0
- package/lib/scrollable-container/style.css +1 -0
- package/lib/side-nav/index.d.ts +5 -0
- package/lib/side-nav/index.d.ts.map +1 -0
- package/lib/side-nav/index.js +228 -0
- package/lib/side-nav/index.umd.cjs +1 -0
- package/lib/side-nav/side-nav/SideNav.css.d.ts +30 -0
- package/lib/side-nav/side-nav/SideNav.css.d.ts.map +1 -0
- package/lib/side-nav/side-nav/SideNav.css.js +17 -0
- package/lib/side-nav/side-nav/SideNav.d.ts +9 -0
- package/lib/side-nav/side-nav/SideNav.d.ts.map +1 -0
- package/lib/side-nav/side-nav/SideNav.js +62 -0
- package/lib/side-nav/side-nav/navContext.d.ts +5 -0
- package/lib/side-nav/side-nav/navContext.d.ts.map +1 -0
- package/lib/side-nav/side-nav/navContext.js +8 -0
- package/lib/side-nav/side-nav-header/SideNavHeader.d.ts +4 -0
- package/lib/side-nav/side-nav-header/SideNavHeader.d.ts.map +1 -0
- package/lib/side-nav/side-nav-header/SideNavHeader.js +17 -0
- package/lib/side-nav/side-nav-item/SideNavItem.d.ts +25 -0
- package/lib/side-nav/side-nav-item/SideNavItem.d.ts.map +1 -0
- package/lib/side-nav/side-nav-item/SideNavItem.js +84 -0
- package/lib/side-nav/side-nav-section/SideNavSection.d.ts +7 -0
- package/lib/side-nav/side-nav-section/SideNavSection.d.ts.map +1 -0
- package/lib/side-nav/side-nav-section/SideNavSection.js +28 -0
- package/lib/side-nav/style.css +1 -0
- package/lib/sorting-header/caret/caret.css.d.ts +21 -0
- package/lib/sorting-header/caret/caret.css.d.ts.map +1 -0
- package/lib/sorting-header/caret/caret.css.js +6 -0
- package/lib/sorting-header/index.d.ts +3 -0
- package/lib/sorting-header/index.d.ts.map +1 -0
- package/lib/sorting-header/index.js +250 -0
- package/lib/sorting-header/index.umd.cjs +1 -0
- package/lib/sorting-header/sorting-header/SortingHeader.css.d.ts +39 -0
- package/lib/sorting-header/sorting-header/SortingHeader.css.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header/SortingHeader.css.js +7 -0
- package/lib/sorting-header/sorting-header/SortingHeader.d.ts +9 -0
- package/lib/sorting-header/sorting-header/SortingHeader.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header/SortingHeader.js +126 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.d.ts +35 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.js +6 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.d.ts +12 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.js +77 -0
- package/lib/sorting-header/style.css +1 -0
- package/lib/style.css +1 -1
- package/lib/tabs/index.d.ts +4 -0
- package/lib/tabs/index.d.ts.map +1 -0
- package/lib/tabs/index.js +206 -0
- package/lib/tabs/index.umd.cjs +1 -0
- package/lib/tabs/style.css +1 -0
- package/lib/tabs/tab/Tab.css.d.ts +12 -0
- package/lib/tabs/tab/Tab.css.d.ts.map +1 -0
- package/lib/tabs/tab/Tab.css.js +7 -0
- package/lib/tabs/tab/Tab.d.ts +10 -0
- package/lib/tabs/tab/Tab.d.ts.map +1 -0
- package/lib/tabs/tab/Tab.js +28 -0
- package/lib/tabs/tab-panel/TabPanel.d.ts +9 -0
- package/lib/tabs/tab-panel/TabPanel.d.ts.map +1 -0
- package/lib/tabs/tab-panel/TabPanel.js +24 -0
- package/lib/tabs/tabs/Tabs.css.d.ts +30 -0
- package/lib/tabs/tabs/Tabs.css.d.ts.map +1 -0
- package/lib/tabs/tabs/Tabs.css.js +11 -0
- package/lib/tabs/tabs/Tabs.d.ts +6 -0
- package/lib/tabs/tabs/Tabs.d.ts.map +1 -0
- package/lib/tabs/tabs/Tabs.js +113 -0
- package/lib/tags/clickable-tag/ClickableTag.css.d.ts +17 -0
- package/lib/tags/clickable-tag/ClickableTag.css.d.ts.map +1 -0
- package/lib/tags/clickable-tag/ClickableTag.css.js +10 -0
- package/lib/tags/clickable-tag/ClickableTag.d.ts +13 -0
- package/lib/tags/clickable-tag/ClickableTag.d.ts.map +1 -0
- package/lib/tags/clickable-tag/ClickableTag.js +72 -0
- package/lib/tags/index.d.ts +4 -0
- package/lib/tags/index.d.ts.map +1 -0
- package/lib/tags/index.js +189 -0
- package/lib/tags/index.umd.cjs +1 -0
- package/lib/tags/split-tag/SplitTag.css.d.ts +67 -0
- package/lib/tags/split-tag/SplitTag.css.d.ts.map +1 -0
- package/lib/tags/split-tag/SplitTag.css.js +10 -0
- package/lib/tags/split-tag/SplitTag.d.ts +14 -0
- package/lib/tags/split-tag/SplitTag.d.ts.map +1 -0
- package/lib/tags/split-tag/SplitTag.js +32 -0
- package/lib/tags/style.css +1 -0
- package/lib/tags/tag/Tag.css.d.ts +24 -0
- package/lib/tags/tag/Tag.css.d.ts.map +1 -0
- package/lib/tags/tag/Tag.css.js +7 -0
- package/lib/tags/tag/Tag.d.ts +11 -0
- package/lib/tags/tag/Tag.d.ts.map +1 -0
- package/lib/tags/tag/Tag.js +41 -0
- package/lib/types/table.d.ts +1 -0
- package/lib/types/table.d.ts.map +1 -0
- package/lib/utils/ChildrenFn.d.ts +1 -0
- package/lib/utils/ChildrenFn.d.ts.map +1 -0
- package/lib/utils/ComponentProps.d.ts +1 -0
- package/lib/utils/ComponentProps.d.ts.map +1 -0
- package/lib/utils/Provide.d.ts +1 -0
- package/lib/utils/Provide.d.ts.map +1 -0
- package/lib/utils/VariantDefinitions.d.ts +1 -0
- package/lib/utils/VariantDefinitions.d.ts.map +1 -0
- package/lib/utils/addClassName.d.ts +1 -0
- package/lib/utils/addClassName.d.ts.map +1 -0
- package/lib/utils/addProps.d.ts +1 -0
- package/lib/utils/addProps.d.ts.map +1 -0
- package/lib/utils/bindProps.d.ts +1 -0
- package/lib/utils/bindProps.d.ts.map +1 -0
- package/lib/utils/cl.d.ts +1 -0
- package/lib/utils/cl.d.ts.map +1 -0
- package/lib/utils/combineEventHandlers.d.ts +1 -0
- package/lib/utils/combineEventHandlers.d.ts.map +1 -0
- package/lib/utils/contentOf.d.ts +1 -0
- package/lib/utils/contentOf.d.ts.map +1 -0
- package/lib/utils/getScrollParent.d.ts +1 -0
- package/lib/utils/getScrollParent.d.ts.map +1 -0
- package/lib/utils/modChildren.d.ts +1 -0
- package/lib/utils/modChildren.d.ts.map +1 -0
- package/lib/utils/selectChildren.d.ts +1 -0
- package/lib/utils/selectChildren.d.ts.map +1 -0
- package/lib/utils/useChildTestIdAttrBuilder.d.ts +1 -0
- package/lib/utils/useChildTestIdAttrBuilder.d.ts.map +1 -0
- package/lib/utils/useElementId.d.ts +1 -0
- package/lib/utils/useElementId.d.ts.map +1 -0
- package/lib/utils/usePatchReducer.d.ts +1 -0
- package/lib/utils/usePatchReducer.d.ts.map +1 -0
- package/lib/utils/usePortal.d.ts +1 -0
- package/lib/utils/usePortal.d.ts.map +1 -0
- package/lib/zero-state/ZeroState.css.d.ts +41 -0
- package/lib/zero-state/ZeroState.css.d.ts.map +1 -0
- package/lib/zero-state/ZeroState.css.js +12 -0
- package/lib/zero-state/ZeroState.d.ts +12 -0
- package/lib/zero-state/ZeroState.d.ts.map +1 -0
- package/lib/zero-state/ZeroState.js +31 -0
- package/lib/zero-state/index.d.ts +2 -0
- package/lib/zero-state/index.d.ts.map +1 -0
- package/lib/zero-state/index.js +84 -0
- package/lib/zero-state/index.umd.cjs +1 -0
- package/lib/zero-state/style.css +1 -0
- package/package.json +755 -6
- package/vite.action-bar.config.mjs +40 -0
- package/vite.add-to-list.config.mjs +40 -0
- package/vite.buttons.config.mjs +41 -0
- package/vite.cards.config.mjs +40 -0
- package/vite.config.mjs +5 -1
- package/vite.content-row.config.mjs +40 -0
- package/vite.content-tiles.config.mjs +40 -0
- package/vite.dropdowns.config.mjs +41 -0
- package/vite.editable-table.config.mjs +68 -0
- package/vite.feedback-block.config.mjs +40 -0
- package/vite.file-upload.config.mjs +40 -0
- package/vite.filter-tiles.config.mjs +40 -0
- package/vite.focused-task.config.mjs +40 -0
- package/vite.growler.config.mjs +41 -0
- package/vite.insight-card.config.mjs +40 -0
- package/vite.key-value-set.config.mjs +40 -0
- package/vite.list-bar.config.mjs +40 -0
- package/vite.matrix.config.mjs +40 -0
- package/vite.modal.config.mjs +40 -0
- package/vite.page-title.config.mjs +40 -0
- package/vite.photo.config.mjs +40 -0
- package/vite.product-bar-vertical.config.mjs +40 -0
- package/vite.product-bar.config.mjs +42 -0
- package/vite.progress-indicators.config.mjs +40 -0
- package/vite.rich-text-editor.config.mjs +48 -0
- package/vite.scrollable-container.config.mjs +40 -0
- package/vite.side-nav.config.mjs +40 -0
- package/vite.sorting-header.config.mjs +40 -0
- package/vite.subpaths.config.mjs +246 -0
- package/vite.tabs.config.mjs +43 -0
- package/vite.tags.config.mjs +40 -0
- package/vite.zero-state.config.mjs +40 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Tokens } from "@sps-woodland/tokens";
|
|
2
|
+
import type { VariantDefinitions, RecipeVariant, BooleanRecipeVariant } from "@sps-woodland/core";
|
|
3
|
+
export type InsightCardKind = keyof (typeof Tokens.component)["insight-card"]["kind"];
|
|
4
|
+
interface InsightCardVariantDefinitions extends VariantDefinitions {
|
|
5
|
+
kind: RecipeVariant<InsightCardKind>;
|
|
6
|
+
horizontal: BooleanRecipeVariant;
|
|
7
|
+
hasDetail: BooleanRecipeVariant;
|
|
8
|
+
}
|
|
9
|
+
export declare const insightCardWrapper: string;
|
|
10
|
+
export declare const insightCard: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<InsightCardVariantDefinitions, "kind" | "horizontal">>;
|
|
11
|
+
export declare const insightCardBody: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<InsightCardVariantDefinitions, "horizontal">>;
|
|
12
|
+
export declare const insightCardIcon: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<InsightCardVariantDefinitions, "kind">>;
|
|
13
|
+
export declare const insightCardMetricCount: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<InsightCardVariantDefinitions, "kind" | "horizontal">>;
|
|
14
|
+
export declare const insightCardTitle: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<InsightCardVariantDefinitions, "horizontal">>;
|
|
15
|
+
export declare const insightCardDescription: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<InsightCardVariantDefinitions, "horizontal">>;
|
|
16
|
+
export declare const insightCardDetail: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<InsightCardVariantDefinitions, "hasDetail">>;
|
|
17
|
+
export declare const insightCardPartnerCount: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<InsightCardVariantDefinitions, "kind" | "horizontal">>;
|
|
18
|
+
export declare const insightCardPartnersText: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<InsightCardVariantDefinitions, "horizontal">>;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=InsightCard.css.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsightCard.css.d.ts","sourceRoot":"","sources":["../../src/insight-card/InsightCard.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,eAAe,GAAG,MAAM,CAAC,OAAO,MAAM,CAAC,SAAS,CAAC,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtF,UAAU,6BAA8B,SAAQ,kBAAkB;IAChE,IAAI,EAAE,aAAa,CAAC,eAAe,CAAC,CAAC;IACrC,UAAU,EAAE,oBAAoB,CAAC;IACjC,SAAS,EAAE,oBAAoB,CAAC;CACjC;AAED,eAAO,MAAM,kBAAkB,QAI7B,CAAC;AAEH,eAAO,MAAM,WAAW,mJA2EtB,CAAC;AAEH,eAAO,MAAM,eAAe,0IAmB1B,CAAC;AAEH,eAAO,MAAM,eAAe,oIA4B1B,CAAC;AAEH,eAAO,MAAM,sBAAsB,mJAwCjC,CAAC;AAEH,eAAO,MAAM,gBAAgB,0IA2B3B,CAAC;AAEH,eAAO,MAAM,sBAAsB,0IAejC,CAAC;AAEH,eAAO,MAAM,iBAAiB,yIAsB5B,CAAC;AAEH,eAAO,MAAM,uBAAuB,mJAoDlC,CAAC;AAEH,eAAO,MAAM,uBAAuB,0IAalC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { createRuntimeFn as _ } from "../node_modules/.pnpm/@vanilla-extract_recipes@0.2.5_@vanilla-extract_css@1.17.4/node_modules/@vanilla-extract/recipes/createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.esm.js";
|
|
3
|
+
var o = "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l0", r = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l1", variantClassNames: { kind: { general: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l2", error: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l3", success: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l4", warning: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l5", processing: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l6" }, horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l7", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l8" } }, defaultVariants: { kind: "general", horizontal: !1 }, compoundVariants: [] }), e = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l9", variantClassNames: { horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4la", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lb" } }, defaultVariants: { horizontal: !1 }, compoundVariants: [] }), n = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4li", variantClassNames: { kind: { general: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lj", error: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lk", success: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4ll", warning: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lm", processing: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4ln" }, horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lo", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lp" } }, defaultVariants: { kind: "general", horizontal: !1 }, compoundVariants: [] }), l = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lq", variantClassNames: { horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lr", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4ls" } }, defaultVariants: { horizontal: !1 }, compoundVariants: [] }), d = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lt", variantClassNames: { horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lu", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lv" } }, defaultVariants: { horizontal: !1 }, compoundVariants: [] }), i = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lw", variantClassNames: { hasDetail: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lx", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4ly" } }, defaultVariants: { hasDetail: !1 }, compoundVariants: [] }), h = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lz", variantClassNames: { kind: { general: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l10", error: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l11", success: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l12", warning: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l13", processing: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l14" }, horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l15", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l16" } }, defaultVariants: { kind: "general", horizontal: !1 }, compoundVariants: [] }), p = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l17", variantClassNames: { horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l18", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l19" } }, defaultVariants: { horizontal: !1 }, compoundVariants: [] });
|
|
4
|
+
export {
|
|
5
|
+
r as insightCard,
|
|
6
|
+
e as insightCardBody,
|
|
7
|
+
d as insightCardDescription,
|
|
8
|
+
i as insightCardDetail,
|
|
9
|
+
n as insightCardMetricCount,
|
|
10
|
+
h as insightCardPartnerCount,
|
|
11
|
+
p as insightCardPartnersText,
|
|
12
|
+
l as insightCardTitle,
|
|
13
|
+
o as insightCardWrapper
|
|
14
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ComponentProps } from "@sps-woodland/core";
|
|
2
|
+
import type { IconName } from "@sps-woodland/tokens";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
export type InsightCardKind = "general" | "success" | "error" | "warning" | "processing";
|
|
5
|
+
export declare const InsightCardIcons: Record<InsightCardKind, IconName>;
|
|
6
|
+
export declare function InsightCard({ children, className, horizontal, icon, kind, title, metric, partnerCount, totalPartners, ...rest }: ComponentProps<{
|
|
7
|
+
horizontal?: boolean;
|
|
8
|
+
icon?: IconName;
|
|
9
|
+
kind?: InsightCardKind;
|
|
10
|
+
title?: string;
|
|
11
|
+
metric?: number | string;
|
|
12
|
+
partnerCount?: number;
|
|
13
|
+
totalPartners?: number;
|
|
14
|
+
}, HTMLDivElement>): React.ReactElement;
|
|
15
|
+
//# sourceMappingURL=InsightCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsightCard.d.ts","sourceRoot":"","sources":["../../src/insight-card/InsightCard.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,YAAY,CAAC;AAEzF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eAAe,EAAE,QAAQ,CAM7D,CAAC;AAEH,wBAAgB,WAAW,CAAC,EAC1B,QAAQ,EACR,SAAS,EACT,UAAkB,EAClB,IAAI,EACJ,IAAgB,EAChB,KAAK,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,GAAG,IAAI,EACR,EAAE,cAAc,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,EAAE,cAAc,CAAC,GAAG,KAAK,CAAC,YAAY,CAyEtC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { Metadata as v, useChildTestIdAttrBuilder as C, cl as h, Icon as u } from "@sps-woodland/core";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
import { useWoodlandLanguage as N } from "@spscommerce/i18n";
|
|
4
|
+
import { insightCard as I, insightCardBody as b, insightCardMetricCount as T, insightCardDescription as y, insightCardTitle as w, insightCardDetail as x, insightCardPartnerCount as $, insightCardPartnersText as A } from "./InsightCard.css.js";
|
|
5
|
+
const D = Object.freeze({
|
|
6
|
+
general: "status-new",
|
|
7
|
+
success: "status-ok",
|
|
8
|
+
error: "status-error",
|
|
9
|
+
warning: "status-warning",
|
|
10
|
+
processing: "status-in-process"
|
|
11
|
+
});
|
|
12
|
+
function L({
|
|
13
|
+
children: l,
|
|
14
|
+
className: g,
|
|
15
|
+
horizontal: a = !1,
|
|
16
|
+
icon: c,
|
|
17
|
+
kind: s = "general",
|
|
18
|
+
title: m,
|
|
19
|
+
metric: d,
|
|
20
|
+
partnerCount: n,
|
|
21
|
+
totalPartners: i,
|
|
22
|
+
...o
|
|
23
|
+
}) {
|
|
24
|
+
const { t: r } = N(), t = C(o), [
|
|
25
|
+
E,
|
|
26
|
+
f,
|
|
27
|
+
p
|
|
28
|
+
] = (n ? r("insightTile.partnerCount", {
|
|
29
|
+
count: n,
|
|
30
|
+
total: i,
|
|
31
|
+
defaultValue: `${n} |of| ${i}`
|
|
32
|
+
}) : "").split("|");
|
|
33
|
+
return /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
|
|
34
|
+
"div",
|
|
35
|
+
{
|
|
36
|
+
className: h(
|
|
37
|
+
I({ kind: s, horizontal: a }),
|
|
38
|
+
g
|
|
39
|
+
),
|
|
40
|
+
...o
|
|
41
|
+
},
|
|
42
|
+
/* @__PURE__ */ e.createElement("div", { className: b({ horizontal: a }), ...t("body") }, c ? /* @__PURE__ */ e.createElement(u, { icon: `${c}`, ...t("icon") }) : /* @__PURE__ */ e.createElement(u, { icon: `${D[s]}`, ...t("icon") }), d && /* @__PURE__ */ e.createElement("div", { className: T({ kind: s, horizontal: a }), ...t("metric") }, d), m && /* @__PURE__ */ e.createElement("div", { className: y({ horizontal: a }), ...t("description") }, /* @__PURE__ */ e.createElement(
|
|
43
|
+
"div",
|
|
44
|
+
{
|
|
45
|
+
className: w({ horizontal: a }),
|
|
46
|
+
style: { "-webkit-box-orient": "vertical" },
|
|
47
|
+
...t("title")
|
|
48
|
+
},
|
|
49
|
+
m
|
|
50
|
+
), /* @__PURE__ */ e.createElement("div", { className: x({ hasDetail: !!l }), ...t("detail") }, l))),
|
|
51
|
+
n && /* @__PURE__ */ e.createElement("div", { className: $({ kind: s, horizontal: a }), ...t("partner-count") }, n === i ? /* @__PURE__ */ e.createElement("div", null, r("insightTile.all", { defaultValue: "ALL" })) : /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", null, E), /* @__PURE__ */ e.createElement("div", null, f), /* @__PURE__ */ e.createElement("div", null, p)), /* @__PURE__ */ e.createElement("div", { className: A({ horizontal: a }) }, r("insightTile.partners", { defaultValue: "PARTNERS" })))
|
|
52
|
+
));
|
|
53
|
+
}
|
|
54
|
+
v.set(L, {
|
|
55
|
+
name: "InsightCard",
|
|
56
|
+
props: {
|
|
57
|
+
horizontal: { type: "boolean", default: "false" },
|
|
58
|
+
icon: "IconName",
|
|
59
|
+
kind: { type: "InsightCardKind", default: '"general"' },
|
|
60
|
+
title: "string",
|
|
61
|
+
metric: "number | string",
|
|
62
|
+
partnerCount: "number",
|
|
63
|
+
totalPartners: "number"
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
export {
|
|
67
|
+
L as InsightCard,
|
|
68
|
+
D as InsightCardIcons
|
|
69
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsightCardSet.d.ts","sourceRoot":"","sources":["../../src/insight-card/InsightCardSet.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAIzD,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,cAAc,CAAC,OAAO,EAAE,cAAc,CAAC,eAEzC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Metadata as e } from "@sps-woodland/core";
|
|
2
|
+
import * as a from "react";
|
|
3
|
+
import { insightCardWrapper as i } from "./InsightCard.css.js";
|
|
4
|
+
function m({
|
|
5
|
+
children: t,
|
|
6
|
+
...r
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ a.createElement("div", { className: i, ...r }, t);
|
|
9
|
+
}
|
|
10
|
+
e.set(m, { name: "InsightCardSet" });
|
|
11
|
+
export {
|
|
12
|
+
m as InsightCardSet
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/insight-card/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { Metadata as f, useChildTestIdAttrBuilder as z, cl as k, Icon as u } from "@sps-woodland/core";
|
|
2
|
+
import * as r from "react";
|
|
3
|
+
import { useWoodlandLanguage as C } from "@spscommerce/i18n";
|
|
4
|
+
function N(_, s, e) {
|
|
5
|
+
return s in _ ? Object.defineProperty(_, s, {
|
|
6
|
+
value: e,
|
|
7
|
+
enumerable: !0,
|
|
8
|
+
configurable: !0,
|
|
9
|
+
writable: !0
|
|
10
|
+
}) : _[s] = e, _;
|
|
11
|
+
}
|
|
12
|
+
function v(_, s) {
|
|
13
|
+
var e = Object.keys(_);
|
|
14
|
+
if (Object.getOwnPropertySymbols) {
|
|
15
|
+
var a = Object.getOwnPropertySymbols(_);
|
|
16
|
+
s && (a = a.filter(function(n) {
|
|
17
|
+
return Object.getOwnPropertyDescriptor(_, n).enumerable;
|
|
18
|
+
})), e.push.apply(e, a);
|
|
19
|
+
}
|
|
20
|
+
return e;
|
|
21
|
+
}
|
|
22
|
+
function g(_) {
|
|
23
|
+
for (var s = 1; s < arguments.length; s++) {
|
|
24
|
+
var e = arguments[s] != null ? arguments[s] : {};
|
|
25
|
+
s % 2 ? v(Object(e), !0).forEach(function(a) {
|
|
26
|
+
N(_, a, e[a]);
|
|
27
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(_, Object.getOwnPropertyDescriptors(e)) : v(Object(e)).forEach(function(a) {
|
|
28
|
+
Object.defineProperty(_, a, Object.getOwnPropertyDescriptor(e, a));
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
return _;
|
|
32
|
+
}
|
|
33
|
+
var b = (_, s, e) => {
|
|
34
|
+
for (var a of Object.keys(_)) {
|
|
35
|
+
var n;
|
|
36
|
+
if (_[a] !== ((n = s[a]) !== null && n !== void 0 ? n : e[a]))
|
|
37
|
+
return !1;
|
|
38
|
+
}
|
|
39
|
+
return !0;
|
|
40
|
+
}, t = (_) => (s) => {
|
|
41
|
+
var e = _.defaultClassName, a = g(g({}, _.defaultVariants), s);
|
|
42
|
+
for (var n in a) {
|
|
43
|
+
var i, p = (i = a[n]) !== null && i !== void 0 ? i : _.defaultVariants[n];
|
|
44
|
+
if (p != null) {
|
|
45
|
+
var o = p;
|
|
46
|
+
typeof o == "boolean" && (o = o === !0 ? "true" : "false");
|
|
47
|
+
var d = (
|
|
48
|
+
// @ts-expect-error
|
|
49
|
+
_.variantClassNames[n][o]
|
|
50
|
+
);
|
|
51
|
+
d && (e += " " + d);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
for (var [h, c] of _.compoundVariants)
|
|
55
|
+
b(h, a, _.defaultVariants) && (e += " " + c);
|
|
56
|
+
return e;
|
|
57
|
+
}, V = "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l0", E = t({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l1", variantClassNames: { kind: { general: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l2", error: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l3", success: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l4", warning: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l5", processing: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l6" }, horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l7", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l8" } }, defaultVariants: { kind: "general", horizontal: !1 }, compoundVariants: [] }), O = t({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l9", variantClassNames: { horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4la", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lb" } }, defaultVariants: { horizontal: !1 }, compoundVariants: [] }), P = t({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4li", variantClassNames: { kind: { general: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lj", error: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lk", success: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4ll", warning: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lm", processing: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4ln" }, horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lo", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lp" } }, defaultVariants: { kind: "general", horizontal: !1 }, compoundVariants: [] }), j = t({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lq", variantClassNames: { horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lr", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4ls" } }, defaultVariants: { horizontal: !1 }, compoundVariants: [] }), I = t({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lt", variantClassNames: { horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lu", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lv" } }, defaultVariants: { horizontal: !1 }, compoundVariants: [] }), D = t({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lw", variantClassNames: { hasDetail: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lx", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4ly" } }, defaultVariants: { hasDetail: !1 }, compoundVariants: [] }), T = t({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4lz", variantClassNames: { kind: { general: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l10", error: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l11", success: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l12", warning: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l13", processing: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l14" }, horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l15", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l16" } }, defaultVariants: { kind: "general", horizontal: !1 }, compoundVariants: [] }), x = t({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l17", variantClassNames: { horizontal: { true: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l18", false: "pkg_sps-woodland_core__version_8_51_0__hash_z81y4l19" } }, defaultVariants: { horizontal: !1 }, compoundVariants: [] });
|
|
58
|
+
const S = Object.freeze({
|
|
59
|
+
general: "status-new",
|
|
60
|
+
success: "status-ok",
|
|
61
|
+
error: "status-error",
|
|
62
|
+
warning: "status-warning",
|
|
63
|
+
processing: "status-in-process"
|
|
64
|
+
});
|
|
65
|
+
function A({
|
|
66
|
+
children: _,
|
|
67
|
+
className: s,
|
|
68
|
+
horizontal: e = !1,
|
|
69
|
+
icon: a,
|
|
70
|
+
kind: n = "general",
|
|
71
|
+
title: i,
|
|
72
|
+
metric: p,
|
|
73
|
+
partnerCount: o,
|
|
74
|
+
totalPartners: d,
|
|
75
|
+
...h
|
|
76
|
+
}) {
|
|
77
|
+
const { t: c } = C(), l = z(h), [
|
|
78
|
+
m,
|
|
79
|
+
w,
|
|
80
|
+
y
|
|
81
|
+
] = (o ? c("insightTile.partnerCount", {
|
|
82
|
+
count: o,
|
|
83
|
+
total: d,
|
|
84
|
+
defaultValue: `${o} |of| ${d}`
|
|
85
|
+
}) : "").split("|");
|
|
86
|
+
return /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement(
|
|
87
|
+
"div",
|
|
88
|
+
{
|
|
89
|
+
className: k(
|
|
90
|
+
E({ kind: n, horizontal: e }),
|
|
91
|
+
s
|
|
92
|
+
),
|
|
93
|
+
...h
|
|
94
|
+
},
|
|
95
|
+
/* @__PURE__ */ r.createElement("div", { className: O({ horizontal: e }), ...l("body") }, a ? /* @__PURE__ */ r.createElement(u, { icon: `${a}`, ...l("icon") }) : /* @__PURE__ */ r.createElement(u, { icon: `${S[n]}`, ...l("icon") }), p && /* @__PURE__ */ r.createElement("div", { className: P({ kind: n, horizontal: e }), ...l("metric") }, p), i && /* @__PURE__ */ r.createElement("div", { className: I({ horizontal: e }), ...l("description") }, /* @__PURE__ */ r.createElement(
|
|
96
|
+
"div",
|
|
97
|
+
{
|
|
98
|
+
className: j({ horizontal: e }),
|
|
99
|
+
style: { "-webkit-box-orient": "vertical" },
|
|
100
|
+
...l("title")
|
|
101
|
+
},
|
|
102
|
+
i
|
|
103
|
+
), /* @__PURE__ */ r.createElement("div", { className: D({ hasDetail: !!_ }), ...l("detail") }, _))),
|
|
104
|
+
o && /* @__PURE__ */ r.createElement("div", { className: T({ kind: n, horizontal: e }), ...l("partner-count") }, o === d ? /* @__PURE__ */ r.createElement("div", null, c("insightTile.all", { defaultValue: "ALL" })) : /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement("div", null, m), /* @__PURE__ */ r.createElement("div", null, w), /* @__PURE__ */ r.createElement("div", null, y)), /* @__PURE__ */ r.createElement("div", { className: x({ horizontal: e }) }, c("insightTile.partners", { defaultValue: "PARTNERS" })))
|
|
105
|
+
));
|
|
106
|
+
}
|
|
107
|
+
f.set(A, {
|
|
108
|
+
name: "InsightCard",
|
|
109
|
+
props: {
|
|
110
|
+
horizontal: { type: "boolean", default: "false" },
|
|
111
|
+
icon: "IconName",
|
|
112
|
+
kind: { type: "InsightCardKind", default: '"general"' },
|
|
113
|
+
title: "string",
|
|
114
|
+
metric: "number | string",
|
|
115
|
+
partnerCount: "number",
|
|
116
|
+
totalPartners: "number"
|
|
117
|
+
}
|
|
118
|
+
});
|
|
119
|
+
function R({
|
|
120
|
+
children: _,
|
|
121
|
+
...s
|
|
122
|
+
}) {
|
|
123
|
+
return /* @__PURE__ */ r.createElement("div", { className: V, ...s }, _);
|
|
124
|
+
}
|
|
125
|
+
f.set(R, { name: "InsightCardSet" });
|
|
126
|
+
export {
|
|
127
|
+
A as InsightCard,
|
|
128
|
+
S as InsightCardIcons,
|
|
129
|
+
R as InsightCardSet
|
|
130
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(o,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("@sps-woodland/core"),require("react"),require("@spscommerce/i18n")):typeof define=="function"&&define.amd?define(["exports","@sps-woodland/core","react","@spscommerce/i18n"],t):(o=typeof globalThis<"u"?globalThis:o||self,t(o.InsightCard={},o.core,o.React,o.i18n))})(this,(function(o,t,z,k){"use strict";function C(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const _ in e)if(_!=="default"){const s=Object.getOwnPropertyDescriptor(e,_);Object.defineProperty(a,_,s.get?s:{enumerable:!0,get:()=>e[_]})}}return a.default=e,Object.freeze(a)}const r=C(z);function b(e,a,_){return a in e?Object.defineProperty(e,a,{value:_,enumerable:!0,configurable:!0,writable:!0}):e[a]=_,e}function g(e,a){var _=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);a&&(s=s.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),_.push.apply(_,s)}return _}function v(e){for(var a=1;a<arguments.length;a++){var _=arguments[a]!=null?arguments[a]:{};a%2?g(Object(_),!0).forEach(function(s){b(e,s,_[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(_)):g(Object(_)).forEach(function(s){Object.defineProperty(e,s,Object.getOwnPropertyDescriptor(_,s))})}return e}var N=(e,a,_)=>{for(var s of Object.keys(e)){var n;if(e[s]!==((n=a[s])!==null&&n!==void 0?n:_[s]))return!1}return!0},i=e=>a=>{var _=e.defaultClassName,s=v(v({},e.defaultVariants),a);for(var n in s){var c,u=(c=s[n])!==null&&c!==void 0?c:e.defaultVariants[n];if(u!=null){var l=u;typeof l=="boolean"&&(l=l===!0?"true":"false");var p=e.variantClassNames[n][l];p&&(_+=" "+p)}}for(var[f,h]of e.compoundVariants)N(f,s,e.defaultVariants)&&(_+=" "+h);return _},O="pkg_sps-woodland_core__version_8_51_0__hash_z81y4l0",V=i({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l1",variantClassNames:{kind:{general:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l2",error:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l3",success:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l4",warning:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l5",processing:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l6"},horizontal:{true:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l7",false:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l8"}},defaultVariants:{kind:"general",horizontal:!1},compoundVariants:[]}),E=i({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l9",variantClassNames:{horizontal:{true:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4la",false:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lb"}},defaultVariants:{horizontal:!1},compoundVariants:[]}),j=i({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4li",variantClassNames:{kind:{general:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lj",error:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lk",success:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4ll",warning:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lm",processing:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4ln"},horizontal:{true:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lo",false:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lp"}},defaultVariants:{kind:"general",horizontal:!1},compoundVariants:[]}),I=i({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lq",variantClassNames:{horizontal:{true:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lr",false:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4ls"}},defaultVariants:{horizontal:!1},compoundVariants:[]}),P=i({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lt",variantClassNames:{horizontal:{true:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lu",false:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lv"}},defaultVariants:{horizontal:!1},compoundVariants:[]}),T=i({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lw",variantClassNames:{hasDetail:{true:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lx",false:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4ly"}},defaultVariants:{hasDetail:!1},compoundVariants:[]}),D=i({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4lz",variantClassNames:{kind:{general:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l10",error:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l11",success:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l12",warning:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l13",processing:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l14"},horizontal:{true:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l15",false:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l16"}},defaultVariants:{kind:"general",horizontal:!1},compoundVariants:[]}),S=i({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l17",variantClassNames:{horizontal:{true:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l18",false:"pkg_sps-woodland_core__version_8_51_0__hash_z81y4l19"}},defaultVariants:{horizontal:!1},compoundVariants:[]});const m=Object.freeze({general:"status-new",success:"status-ok",error:"status-error",warning:"status-warning",processing:"status-in-process"});function y({children:e,className:a,horizontal:_=!1,icon:s,kind:n="general",title:c,metric:u,partnerCount:l,totalPartners:p,...f}){const{t:h}=k.useWoodlandLanguage(),d=t.useChildTestIdAttrBuilder(f),[M,R,q]=(l?h("insightTile.partnerCount",{count:l,total:p,defaultValue:`${l} |of| ${p}`}):"").split("|");return r.createElement(r.Fragment,null,r.createElement("div",{className:t.cl(V({kind:n,horizontal:_}),a),...f},r.createElement("div",{className:E({horizontal:_}),...d("body")},s?r.createElement(t.Icon,{icon:`${s}`,...d("icon")}):r.createElement(t.Icon,{icon:`${m[n]}`,...d("icon")}),u&&r.createElement("div",{className:j({kind:n,horizontal:_}),...d("metric")},u),c&&r.createElement("div",{className:P({horizontal:_}),...d("description")},r.createElement("div",{className:I({horizontal:_}),style:{"-webkit-box-orient":"vertical"},...d("title")},c),r.createElement("div",{className:T({hasDetail:!!e}),...d("detail")},e))),l&&r.createElement("div",{className:D({kind:n,horizontal:_}),...d("partner-count")},l===p?r.createElement("div",null,h("insightTile.all",{defaultValue:"ALL"})):r.createElement(r.Fragment,null,r.createElement("div",null,M),r.createElement("div",null,R),r.createElement("div",null,q)),r.createElement("div",{className:S({horizontal:_})},h("insightTile.partners",{defaultValue:"PARTNERS"})))))}t.Metadata.set(y,{name:"InsightCard",props:{horizontal:{type:"boolean",default:"false"},icon:"IconName",kind:{type:"InsightCardKind",default:'"general"'},title:"string",metric:"number | string",partnerCount:"number",totalPartners:"number"}});function w({children:e,...a}){return r.createElement("div",{className:O,...a},e)}t.Metadata.set(w,{name:"InsightCardSet"}),o.InsightCard=y,o.InsightCardIcons=m,o.InsightCardSet=w,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l0{display:flex;flex-wrap:wrap;margin:-.5rem}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l1{background:#fff;border-width:.0625rem;border-style:solid;border-radius:.25rem;display:block;flex:1 0 calc(20% - 20px);margin:.5rem;min-width:0;padding:.9375rem 1.25rem;text-align:center}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l2{border-color:#007db8;color:#007db8}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l2:hover{background:#007db8}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l3{border-color:#de002e;color:#de002e}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l3:hover{background:#de002e}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l4{border-color:#0b8940;color:#0b8940}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l4:hover{background:#0b8940}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l5{border-color:#e7760b;color:#e7760b}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l5:hover{background:#e7760b}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l6{border-color:#91467f;color:#91467f}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l6:hover{background:#91467f}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l7{display:flex;flex:1 0 calc(50% - 20px);height:5.125rem;max-width:calc(50% - 20px)}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l9{display:block;min-width:0}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4la{align-items:center;display:flex;flex:1;text-align:left}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lc{display:block;font-size:2rem;line-height:2rem}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4ld{color:#007db8}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4le{color:#de002e}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lf{color:#0b8940}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lg{color:#e7760b}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lh{color:#91467f}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4li{font-size:3rem;font-weight:600;line-height:3rem;max-width:100%;word-wrap:break-word}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lj{color:#007db8}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lk{color:#de002e}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4ll{color:#0b8940}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lm{color:#e7760b}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4ln{color:#91467f}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lo{margin-left:.5rem;order:1}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lq{-webkit-box-orient:vertical;-webkit-box-pack:center;align-items:center;color:#1f282c;display:-webkit-box;font-weight:600;min-height:2.125rem;font-size:1rem;line-height:1rem;padding-bottom:.125rem;max-width:100%;word-wrap:break-word}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lr{min-height:1rem;margin-bottom:0}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lu{flex:1;margin-left:.5rem;min-width:0}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lw{color:#4b5356;display:none;height:12px;font-size:.75rem;line-height:.75rem;margin-top:.25rem;text-transform:uppercase;white-space:nowrap}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lx{display:block}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lz{color:#fff;font-weight:600;font-size:.75rem;line-height:1.125rem;margin:.9375rem -1.25rem -.9375rem;padding:.625rem 1.25rem}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l10{background:#007db8}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l11{background:#de002e}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l12{background:#0b8940}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l13{background:#e7760b}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l14{background:#91467f}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l15{display:flex;flex-direction:column;justify-content:center;line-height:.875rem;margin:-.9375rem -1.25rem -.9375rem 1.25rem;padding:1.25rem .625rem;width:3.75rem}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l18{display:none!important}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l9>svg{font-size:2rem;line-height:2rem}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lz>*{display:inline-block}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lz>*:not(:last-child){padding-right:.125rem}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l1:hover{cursor:pointer}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l1:hover>*{color:#fff!important}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l1:hover>.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l9>*{color:#fff!important}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l1:hover>.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l9>.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lt>*{color:#fff!important}.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l1:hover>.pkg_sps-woodland_core__version_8_51_0__hash_z81y4l9>.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lt>.pkg_sps-woodland_core__version_8_51_0__hash_z81y4lw>*{color:#fff!important}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/key-value-set/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { Metadata as i, cl as c, useChildTestIdAttrBuilder as y } from "@sps-woodland/core";
|
|
2
|
+
import * as o from "react";
|
|
3
|
+
function O(e, a, r) {
|
|
4
|
+
return a in e ? Object.defineProperty(e, a, {
|
|
5
|
+
value: r,
|
|
6
|
+
enumerable: !0,
|
|
7
|
+
configurable: !0,
|
|
8
|
+
writable: !0
|
|
9
|
+
}) : e[a] = r, e;
|
|
10
|
+
}
|
|
11
|
+
function p(e, a) {
|
|
12
|
+
var r = Object.keys(e);
|
|
13
|
+
if (Object.getOwnPropertySymbols) {
|
|
14
|
+
var t = Object.getOwnPropertySymbols(e);
|
|
15
|
+
a && (t = t.filter(function(n) {
|
|
16
|
+
return Object.getOwnPropertyDescriptor(e, n).enumerable;
|
|
17
|
+
})), r.push.apply(r, t);
|
|
18
|
+
}
|
|
19
|
+
return r;
|
|
20
|
+
}
|
|
21
|
+
function f(e) {
|
|
22
|
+
for (var a = 1; a < arguments.length; a++) {
|
|
23
|
+
var r = arguments[a] != null ? arguments[a] : {};
|
|
24
|
+
a % 2 ? p(Object(r), !0).forEach(function(t) {
|
|
25
|
+
O(e, t, r[t]);
|
|
26
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : p(Object(r)).forEach(function(t) {
|
|
27
|
+
Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
return e;
|
|
31
|
+
}
|
|
32
|
+
var h = (e, a, r) => {
|
|
33
|
+
for (var t of Object.keys(e)) {
|
|
34
|
+
var n;
|
|
35
|
+
if (e[t] !== ((n = a[t]) !== null && n !== void 0 ? n : r[t]))
|
|
36
|
+
return !1;
|
|
37
|
+
}
|
|
38
|
+
return !0;
|
|
39
|
+
}, d = (e) => (a) => {
|
|
40
|
+
var r = e.defaultClassName, t = f(f({}, e.defaultVariants), a);
|
|
41
|
+
for (var n in t) {
|
|
42
|
+
var s, _ = (s = t[n]) !== null && s !== void 0 ? s : e.defaultVariants[n];
|
|
43
|
+
if (_ != null) {
|
|
44
|
+
var l = _;
|
|
45
|
+
typeof l == "boolean" && (l = l === !0 ? "true" : "false");
|
|
46
|
+
var u = (
|
|
47
|
+
// @ts-expect-error
|
|
48
|
+
e.variantClassNames[n][l]
|
|
49
|
+
);
|
|
50
|
+
u && (r += " " + u);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
for (var [m, v] of e.compoundVariants)
|
|
54
|
+
h(m, t, e.defaultVariants) && (r += " " + v);
|
|
55
|
+
return r;
|
|
56
|
+
}, w = d({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc1", variantClassNames: { inline: { true: "pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc2 pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
57
|
+
function b({
|
|
58
|
+
children: e,
|
|
59
|
+
className: a,
|
|
60
|
+
inline: r,
|
|
61
|
+
...t
|
|
62
|
+
}) {
|
|
63
|
+
return /* @__PURE__ */ o.createElement("div", { className: c(
|
|
64
|
+
w({ inline: r }),
|
|
65
|
+
a
|
|
66
|
+
), ...t }, e);
|
|
67
|
+
}
|
|
68
|
+
i.set(b, {
|
|
69
|
+
name: "KeyValueSet",
|
|
70
|
+
props: {
|
|
71
|
+
inline: { type: "boolean", default: "false" }
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
var V = "pkg_sps-woodland_core__version_8_51_0__hash_fm6p690", g = d({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_fm6p691", variantClassNames: { wrap: { normal: "pkg_sps-woodland_core__version_8_51_0__hash_fm6p692", truncate: "pkg_sps-woodland_core__version_8_51_0__hash_fm6p693" } }, defaultVariants: {}, compoundVariants: [] });
|
|
75
|
+
function P({
|
|
76
|
+
children: e,
|
|
77
|
+
className: a,
|
|
78
|
+
itemKey: r,
|
|
79
|
+
wrap: t,
|
|
80
|
+
...n
|
|
81
|
+
}) {
|
|
82
|
+
const s = y(n), _ = t === "truncate" && typeof e == "string" ? e : void 0;
|
|
83
|
+
return /* @__PURE__ */ o.createElement(o.Fragment, null, /* @__PURE__ */ o.createElement("span", { className: V, ...s("key") }, r), /* @__PURE__ */ o.createElement("span", { className: c(g({ wrap: t }), a), title: _, ...n }, e));
|
|
84
|
+
}
|
|
85
|
+
i.set(P, {
|
|
86
|
+
name: "KeyValueSetItem",
|
|
87
|
+
props: {
|
|
88
|
+
itemKey: { type: "React.ReactNode | (() => React.ReactNode)", required: !0 },
|
|
89
|
+
wrap: { type: "'normal' | 'truncate'" }
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
export {
|
|
93
|
+
b as KeyValueSet,
|
|
94
|
+
P as KeyValueSetItem
|
|
95
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(s,o){typeof exports=="object"&&typeof module<"u"?o(exports,require("@sps-woodland/core"),require("react")):typeof define=="function"&&define.amd?define(["exports","@sps-woodland/core","react"],o):(s=typeof globalThis<"u"?globalThis:s||self,o(s.KeyValueSet={},s.core,s.React))})(this,(function(s,o,y){"use strict";function O(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(a,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return a.default=e,Object.freeze(a)}const u=O(y);function b(e,a,t){return a in e?Object.defineProperty(e,a,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[a]=t,e}function f(e,a){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);a&&(r=r.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,r)}return t}function i(e){for(var a=1;a<arguments.length;a++){var t=arguments[a]!=null?arguments[a]:{};a%2?f(Object(t),!0).forEach(function(r){b(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):f(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var h=(e,a,t)=>{for(var r of Object.keys(e)){var n;if(e[r]!==((n=a[r])!==null&&n!==void 0?n:t[r]))return!1}return!0},d=e=>a=>{var t=e.defaultClassName,r=i(i({},e.defaultVariants),a);for(var n in r){var l,_=(l=r[n])!==null&&l!==void 0?l:e.defaultVariants[n];if(_!=null){var p=_;typeof p=="boolean"&&(p=p===!0?"true":"false");var v=e.variantClassNames[n][p];v&&(t+=" "+v)}}for(var[j,S]of e.compoundVariants)h(j,r,e.defaultVariants)&&(t+=" "+S);return t},w=d({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc1",variantClassNames:{inline:{true:"pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc2 pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc0"}},defaultVariants:{},compoundVariants:[]});function c({children:e,className:a,inline:t,...r}){return u.createElement("div",{className:o.cl(w({inline:t}),a),...r},e)}o.Metadata.set(c,{name:"KeyValueSet",props:{inline:{type:"boolean",default:"false"}}});var g="pkg_sps-woodland_core__version_8_51_0__hash_fm6p690",V=d({defaultClassName:"pkg_sps-woodland_core__version_8_51_0__hash_fm6p691",variantClassNames:{wrap:{normal:"pkg_sps-woodland_core__version_8_51_0__hash_fm6p692",truncate:"pkg_sps-woodland_core__version_8_51_0__hash_fm6p693"}},defaultVariants:{},compoundVariants:[]});function m({children:e,className:a,itemKey:t,wrap:r,...n}){const l=o.useChildTestIdAttrBuilder(n),_=r==="truncate"&&typeof e=="string"?e:void 0;return u.createElement(u.Fragment,null,u.createElement("span",{className:g,...l("key")},t),u.createElement("span",{className:o.cl(V({wrap:r}),a),title:_,...n},e))}o.Metadata.set(m,{name:"KeyValueSetItem",props:{itemKey:{type:"React.ReactNode | (() => React.ReactNode)",required:!0},wrap:{type:"'normal' | 'truncate'"}}}),s.KeyValueSet=c,s.KeyValueSetItem=m,Object.defineProperty(s,Symbol.toStringTag,{value:"Module"})}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KeyValueSet.css.d.ts","sourceRoot":"","sources":["../../../src/key-value-set/key-value-set/KeyValueSet.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,QAEzB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;EActB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { createRuntimeFn as _ } from "../../node_modules/.pnpm/@vanilla-extract_recipes@0.2.5_@vanilla-extract_css@1.17.4/node_modules/@vanilla-extract/recipes/createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.esm.js";
|
|
3
|
+
var o = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc1", variantClassNames: { inline: { true: "pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc2 pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
4
|
+
export {
|
|
5
|
+
o as keyValueSet
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps } from "@sps-woodland/core";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export declare function KeyValueSet({ children, className, inline, ...rest }: ComponentProps<{
|
|
4
|
+
inline?: boolean;
|
|
5
|
+
}, HTMLDivElement>): React.ReactElement;
|
|
6
|
+
//# sourceMappingURL=KeyValueSet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KeyValueSet.d.ts","sourceRoot":"","sources":["../../../src/key-value-set/key-value-set/KeyValueSet.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,wBAAgB,WAAW,CAAC,EAC1B,QAAQ,EACR,SAAS,EACT,MAAM,EACN,GAAG,IAAI,EACR,EAAE,cAAc,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,EAAE,cAAc,CAAC,GAAG,KAAK,CAAC,YAAY,CAStC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Metadata as r, cl as l } from "@sps-woodland/core";
|
|
2
|
+
import * as m from "react";
|
|
3
|
+
import { keyValueSet as n } from "./KeyValueSet.css.js";
|
|
4
|
+
function i({
|
|
5
|
+
children: e,
|
|
6
|
+
className: t,
|
|
7
|
+
inline: a,
|
|
8
|
+
...o
|
|
9
|
+
}) {
|
|
10
|
+
return /* @__PURE__ */ m.createElement("div", { className: l(
|
|
11
|
+
n({ inline: a }),
|
|
12
|
+
t
|
|
13
|
+
), ...o }, e);
|
|
14
|
+
}
|
|
15
|
+
r.set(i, {
|
|
16
|
+
name: "KeyValueSet",
|
|
17
|
+
props: {
|
|
18
|
+
inline: { type: "boolean", default: "false" }
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
export {
|
|
22
|
+
i as KeyValueSet
|
|
23
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const key: string;
|
|
2
|
+
export declare const value: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
|
|
3
|
+
wrap: {
|
|
4
|
+
normal: {
|
|
5
|
+
overflowWrap: "normal";
|
|
6
|
+
};
|
|
7
|
+
truncate: {
|
|
8
|
+
overflow: "hidden";
|
|
9
|
+
textOverflow: "ellipsis";
|
|
10
|
+
whiteSpace: "nowrap";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
}>;
|
|
14
|
+
//# sourceMappingURL=KeyValueSetItem.css.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KeyValueSetItem.css.d.ts","sourceRoot":"","sources":["../../../src/key-value-set/key-value-set-item/KeyValueSetItem.css.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,GAAG,QAQd,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;EAiBhB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
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";
|
|
4
|
+
var r = "pkg_sps-woodland_core__version_8_51_0__hash_fm6p690", e = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_fm6p691", variantClassNames: { wrap: { normal: "pkg_sps-woodland_core__version_8_51_0__hash_fm6p692", truncate: "pkg_sps-woodland_core__version_8_51_0__hash_fm6p693" } }, defaultVariants: {}, compoundVariants: [] });
|
|
5
|
+
export {
|
|
6
|
+
r as key,
|
|
7
|
+
e as value
|
|
8
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ComponentProps } from "@sps-woodland/core";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export declare function KeyValueSetItem({ children, className, itemKey, wrap, ...rest }: ComponentProps<{
|
|
4
|
+
itemKey: React.ReactNode | (() => React.ReactNode);
|
|
5
|
+
wrap?: "normal" | "truncate";
|
|
6
|
+
}, HTMLSpanElement>): React.ReactElement;
|
|
7
|
+
//# sourceMappingURL=KeyValueSetItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KeyValueSetItem.d.ts","sourceRoot":"","sources":["../../../src/key-value-set/key-value-set-item/KeyValueSetItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,wBAAgB,eAAe,CAAC,EAC9B,QAAQ,EACR,SAAS,EACT,OAAO,EACP,IAAI,EACJ,GAAG,IAAI,EACR,EAAE,cAAc,CACf;IACE,OAAO,EAAE,KAAK,CAAC,SAAS,GAAG,CAAC,MAAM,KAAK,CAAC,SAAS,CAAC,CAAC;IACnD,IAAI,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;CAC9B,EACD,eAAe,CAChB,GAAG,KAAK,CAAC,YAAY,CAcrB"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Metadata as s, useChildTestIdAttrBuilder as l, cl as u } from "@sps-woodland/core";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
import { key as p, value as i } from "./KeyValueSetItem.css.js";
|
|
4
|
+
function y({
|
|
5
|
+
children: t,
|
|
6
|
+
className: m,
|
|
7
|
+
itemKey: o,
|
|
8
|
+
wrap: a,
|
|
9
|
+
...r
|
|
10
|
+
}) {
|
|
11
|
+
const n = l(r), c = a === "truncate" && typeof t == "string" ? t : void 0;
|
|
12
|
+
return /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("span", { className: p, ...n("key") }, o), /* @__PURE__ */ e.createElement("span", { className: u(i({ wrap: a }), m), title: c, ...r }, t));
|
|
13
|
+
}
|
|
14
|
+
s.set(y, {
|
|
15
|
+
name: "KeyValueSetItem",
|
|
16
|
+
props: {
|
|
17
|
+
itemKey: { type: "React.ReactNode | (() => React.ReactNode)", required: !0 },
|
|
18
|
+
wrap: { type: "'normal' | 'truncate'" }
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
export {
|
|
22
|
+
y as KeyValueSetItem
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc0{grid-template-columns:auto auto}.pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc1{column-gap:.5rem;display:inline-grid;font-size:.75rem;line-height:1.125rem;max-width:100%}.pkg_sps-woodland_core__version_8_51_0__hash_fm6p690{font-weight:600;min-width:0}.pkg_sps-woodland_core__version_8_51_0__hash_1ovxcsc0 .pkg_sps-woodland_core__version_8_51_0__hash_fm6p690{text-align:right}.pkg_sps-woodland_core__version_8_51_0__hash_fm6p691{min-width:0;overflow-wrap:break-word}.pkg_sps-woodland_core__version_8_51_0__hash_fm6p692{overflow-wrap:normal}.pkg_sps-woodland_core__version_8_51_0__hash_fm6p693{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BooleanRecipeVariant, VariantDefinitions } from "@sps-woodland/core";
|
|
2
|
+
interface AdvancedSearchVariantDefinitions extends VariantDefinitions {
|
|
3
|
+
open: BooleanRecipeVariant;
|
|
4
|
+
compact: BooleanRecipeVariant;
|
|
5
|
+
}
|
|
6
|
+
export declare const advancedSearch: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<AdvancedSearchVariantDefinitions, "open" | "compact">>;
|
|
7
|
+
export declare const advancedSearchForm: import("node_modules/@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<Pick<AdvancedSearchVariantDefinitions, "open">>;
|
|
8
|
+
export declare const advancedSearchFooter: string;
|
|
9
|
+
export declare const advancedSearchFooterControls: string;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=AdvancedSearch.css.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdvancedSearch.css.d.ts","sourceRoot":"","sources":["../../../src/list-bar/advanced-search/AdvancedSearch.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAO9E,UAAU,gCAAiC,SAAQ,kBAAkB;IACnE,IAAI,EAAE,oBAAoB,CAAC;IAC3B,OAAO,EAAE,oBAAoB,CAAC;CAC/B;AAED,eAAO,MAAM,cAAc,mJAuCzB,CAAC;AAEH,eAAO,MAAM,kBAAkB,uIAiB7B,CAAC;AAEH,eAAO,MAAM,oBAAoB,QAQ/B,CAAC;AAEH,eAAO,MAAM,4BAA4B,QAEvC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { createRuntimeFn as _ } from "../../node_modules/.pnpm/@vanilla-extract_recipes@0.2.5_@vanilla-extract_css@1.17.4/node_modules/@vanilla-extract/recipes/createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.esm.js";
|
|
3
|
+
var s = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_am9pfc0", variantClassNames: { open: { true: "pkg_sps-woodland_core__version_8_51_0__hash_am9pfc1", false: "pkg_sps-woodland_core__version_8_51_0__hash_am9pfc2" }, compact: { true: "pkg_sps-woodland_core__version_8_51_0__hash_am9pfc3", false: "pkg_sps-woodland_core__version_8_51_0__hash_am9pfc4" } }, defaultVariants: { open: !1, compact: !1 }, compoundVariants: [] }), e = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_am9pfc5", variantClassNames: { open: { true: "pkg_sps-woodland_core__version_8_51_0__hash_am9pfc6", false: "pkg_sps-woodland_core__version_8_51_0__hash_am9pfc7" } }, defaultVariants: { open: !0 }, compoundVariants: [] }), r = "pkg_sps-woodland_core__version_8_51_0__hash_am9pfc8", p = "pkg_sps-woodland_core__version_8_51_0__hash_am9pfc9";
|
|
4
|
+
export {
|
|
5
|
+
s as advancedSearch,
|
|
6
|
+
r as advancedSearchFooter,
|
|
7
|
+
p as advancedSearchFooterControls,
|
|
8
|
+
e as advancedSearchForm
|
|
9
|
+
};
|