@box/metadata-template-browser 1.16.12 → 1.16.14

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.
@@ -24,6 +24,11 @@ export declare function focusAndTypeInSearchBox(canvas: StoryPlayCanvas, text: s
24
24
  * Waits for the search-results grid after debounced search has run.
25
25
  */
26
26
  export declare function findSearchResultsGrid(canvas: StoryPlayCanvas): Promise<HTMLElement>;
27
+ /**
28
+ * Clicks the explicit namespace navigation button in a row.
29
+ * This is more reliable than clicking row text in virtualized lists.
30
+ */
31
+ export declare function navigateIntoNamespace(canvas: StoryPlayCanvas, name: string): Promise<void>;
27
32
  /**
28
33
  * Waits for the list loading region shown during an in-flight search.
29
34
  */
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@box/metadata-template-browser",
3
- "version": "1.16.12",
3
+ "version": "1.16.14",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^13.18.0",
7
- "@box/blueprint-web-assets": "^4.111.13",
6
+ "@box/blueprint-web": "^14.0.0",
7
+ "@box/blueprint-web-assets": "^4.111.15",
8
8
  "lodash": "^4.17.15",
9
9
  "react": "^18.0.0",
10
- "react-aria-components": "1.7.1",
11
10
  "react-dom": "^18.0.0",
12
- "react-intl": "^6.4.2"
11
+ "react-intl": "^6.4.2",
12
+ "react-aria-components": "1.16.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@box/blueprint-web": "^13.18.0",
16
- "@box/blueprint-web-assets": "^4.111.13",
17
- "@box/eslint-plugin-blueprint": "1.1.7",
18
- "@box/storybook-utils": "0.17.13",
15
+ "@box/blueprint-web": "^14.0.0",
16
+ "@box/blueprint-web-assets": "^4.111.15",
17
+ "@box/eslint-plugin-blueprint": "1.1.8",
18
+ "@box/storybook-utils": "0.17.15",
19
19
  "react-intl": "^6.4.2"
20
20
  },
21
21
  "publishConfig": {