@digitalculture/ochre-sdk 0.12.16 → 0.12.17

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +3 -3
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -682,13 +682,13 @@ type WebElementComponent = {
682
682
  paginationVariant: "default" | "numeric";
683
683
  layout: "image-top" | "image-bottom" | "image-start" | "image-end";
684
684
  isSortDisplayed: boolean;
685
- isFilterDisplayed: boolean;
686
- filterSort: "default" | "alphabetical";
687
685
  isUsingQueryParams: boolean;
688
- search: {
686
+ filter: {
687
+ isSidebarDisplayed: boolean;
689
688
  isResultsBarDisplayed: boolean;
690
689
  isMapDisplayed: boolean;
691
690
  isInputDisplayed: boolean;
691
+ sidebarSort: "default" | "alphabetical";
692
692
  };
693
693
  options: {
694
694
  attributeFilters: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalculture/ochre-sdk",
3
- "version": "0.12.16",
3
+ "version": "0.12.17",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Node.js library for working with OCHRE (Online Cultural and Historical Research Environment) data",