@esri/hub-common 9.24.0 → 9.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -144,7 +144,7 @@ export interface IFacet {
144
144
  attribute?: string;
145
145
  type: "single-select" | "multi-select" | "date-range" | "histogram";
146
146
  options?: IFacetOption[];
147
- accordionOpen?: boolean;
147
+ accordionClosed?: boolean;
148
148
  pageSize?: number;
149
149
  }
150
150
  export interface IFacetOption {
@@ -1,5 +1,5 @@
1
1
  /* @preserve
2
- * @esri/hub-common - v9.23.3 - Mon Mar 21 2022 18:44:17 GMT+0000 (Coordinated Universal Time)
2
+ * @esri/hub-common - v9.24.0 - Mon Mar 21 2022 22:57:46 GMT+0000 (Coordinated Universal Time)
3
3
  * Copyright (c) 2022 Environmental Systems Research Institute, Inc.
4
4
  * Apache-2.0
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "9.24.0",
3
+ "version": "9.24.1",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "unpkg": "dist/umd/common.umd.js",