@mappedin/react-ui 6.9.1-beta.0 → 6.10.0-beta.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.
@@ -1 +1 @@
1
- import{a}from"../../chunk-LUNEX6XS.js";import"../../chunk-TY6GBURX.js";import"../../chunk-RX62PM76.js";import"../../chunk-HSR66YU6.js";import"../../chunk-VSEMIYX2.js";import"../../chunk-S3SNLAZ2.js";export{a as FloorSelector};
1
+ import{a}from"../../chunk-UMWEDGK5.js";import"../../chunk-X4H4NHCG.js";import"../../chunk-O7VAO6M6.js";import"../../chunk-EXNC2MTG.js";import"../../chunk-4BQQ5BSR.js";import"../../chunk-TGLANWSS.js";export{a as FloorSelector};
@@ -1 +1 @@
1
- import{a}from"../../chunk-VB2SNF5E.js";import"../../chunk-TY6GBURX.js";import"../../chunk-HSR66YU6.js";import"../../chunk-VSEMIYX2.js";import"../../chunk-S3SNLAZ2.js";export{a as LocationList};
1
+ import{a}from"../../chunk-KFGJTGSM.js";import"../../chunk-X4H4NHCG.js";import"../../chunk-EXNC2MTG.js";import"../../chunk-4BQQ5BSR.js";import"../../chunk-TGLANWSS.js";export{a as LocationList};
@@ -1 +1 @@
1
- import{a}from"../../chunk-TPBVLR4S.js";import"../../chunk-VB2SNF5E.js";import"../../chunk-TY6GBURX.js";import"../../chunk-HHLRVMBX.js";import"../../chunk-RX62PM76.js";import"../../chunk-HSR66YU6.js";import"../../chunk-VSEMIYX2.js";import"../../chunk-S3SNLAZ2.js";export{a as Search};
1
+ import{a}from"../../chunk-P37LN4ZB.js";import"../../chunk-KFGJTGSM.js";import"../../chunk-X4H4NHCG.js";import"../../chunk-ISQGOUUJ.js";import"../../chunk-O7VAO6M6.js";import"../../chunk-EXNC2MTG.js";import"../../chunk-4BQQ5BSR.js";import"../../chunk-TGLANWSS.js";export{a as Search};
@@ -1 +1 @@
1
- import{a}from"../../chunk-HHLRVMBX.js";import"../../chunk-RX62PM76.js";import"../../chunk-HSR66YU6.js";import"../../chunk-VSEMIYX2.js";import"../../chunk-S3SNLAZ2.js";export{a as SearchBar};
1
+ import{a}from"../../chunk-ISQGOUUJ.js";import"../../chunk-O7VAO6M6.js";import"../../chunk-EXNC2MTG.js";import"../../chunk-4BQQ5BSR.js";import"../../chunk-TGLANWSS.js";export{a as SearchBar};
@@ -1 +1 @@
1
- import{a}from"../../chunk-E3KRW6U5.js";import"../../chunk-VSEMIYX2.js";import"../../chunk-S3SNLAZ2.js";export{a as ZoomControls};
1
+ import{a}from"../../chunk-DIDO2XMZ.js";import"../../chunk-4BQQ5BSR.js";import"../../chunk-TGLANWSS.js";export{a as ZoomControls};
@@ -1,6 +1,6 @@
1
1
  import { Floor, LocationProfile } from "@mappedin/mappedin-js";
2
2
  import { FixedSizeList, VariableSizeList } from "react-window";
3
- import * as react4 from "react";
3
+ import * as react10 from "react";
4
4
 
5
5
  //#region src/utils/props.d.ts
6
6
  type Prop<T extends keyof React.JSX.IntrinsicElements> = React.ComponentProps<T>;
@@ -343,7 +343,7 @@ interface FloorSelectorListProps {
343
343
  /**
344
344
  * The list of selectable floors in the {@link FloorSelector}.
345
345
  */
346
- declare const FloorSelectorList: react4.ForwardRefExoticComponent<FloorSelectorListProps & react4.RefAttributes<HTMLUListElement>>;
346
+ declare const FloorSelectorList: react10.ForwardRefExoticComponent<FloorSelectorListProps & react10.RefAttributes<HTMLUListElement>>;
347
347
  //#endregion
348
348
  //#region src/components/floor-selector/floor-selector.d.ts
349
349
  /**
@@ -473,7 +473,7 @@ interface AccessibleListOptions {
473
473
  * @category Hook
474
474
  */
475
475
  declare const useKeyboardListController: <T extends HTMLElement>(listId: string | undefined, options?: AccessibleListOptions) => {
476
- ref: react4.Dispatch<react4.SetStateAction<T | null>>;
476
+ ref: react10.Dispatch<react10.SetStateAction<T | null>>;
477
477
  activeItemId: string | null;
478
478
  activeItemIndex: number | null;
479
479
  };
@@ -500,7 +500,7 @@ interface AccessibleListItemOptions {
500
500
  */
501
501
  declare const useKeyboardListItem: <T extends HTMLElement>(listId: string | undefined, index: number, onSelect: () => void, options?: AccessibleListItemOptions) => {
502
502
  isActive: boolean;
503
- ref: react4.RefObject<T | null>;
503
+ ref: react10.RefObject<T | null>;
504
504
  };
505
505
  //#endregion
506
506
  //#region src/hooks/accessibility/use-keyboard-virtual-list.d.ts
@@ -524,7 +524,7 @@ interface AccessibleVirtualListOptions {
524
524
  * @category Hook
525
525
  */
526
526
  declare const useKeyboardVirtualList: <T extends VariableSizeList | FixedSizeList | unknown>(listId: string | undefined, options?: AccessibleVirtualListOptions) => {
527
- ref: react4.RefObject<T | null>;
527
+ ref: react10.RefObject<T | null>;
528
528
  };
529
529
  //#endregion
530
530
  export { AccessibleListItemOptions, AccessibleListOptions, AccessibleVirtualListOptions, FloorSelector, FloorSelectorProps, LocationList, LocationListProps, Search, SearchBar, SearchBarProps, SearchProps, ZoomControls, ZoomControlsProps, useKeyboardListController, useKeyboardListItem, useKeyboardVirtualList };
package/lib/esm/index.js CHANGED
@@ -1 +1 @@
1
- import{a as x}from"./chunk-E3KRW6U5.js";import{a as t}from"./chunk-LUNEX6XS.js";import{a as p}from"./chunk-TPBVLR4S.js";import{a as m}from"./chunk-VB2SNF5E.js";import{b as r,d as e,e as f}from"./chunk-TY6GBURX.js";import{a as o}from"./chunk-HHLRVMBX.js";import"./chunk-RX62PM76.js";import"./chunk-HSR66YU6.js";import"./chunk-VSEMIYX2.js";import"./chunk-S3SNLAZ2.js";export{t as FloorSelector,m as LocationList,p as Search,o as SearchBar,x as ZoomControls,r as useKeyboardListController,e as useKeyboardListItem,f as useKeyboardVirtualList};
1
+ import{a as x}from"./chunk-DIDO2XMZ.js";import{a as t}from"./chunk-UMWEDGK5.js";import{a as p}from"./chunk-P37LN4ZB.js";import{a as m}from"./chunk-KFGJTGSM.js";import{b as r,d as e,e as f}from"./chunk-X4H4NHCG.js";import{a as o}from"./chunk-ISQGOUUJ.js";import"./chunk-O7VAO6M6.js";import"./chunk-EXNC2MTG.js";import"./chunk-4BQQ5BSR.js";import"./chunk-TGLANWSS.js";export{t as FloorSelector,m as LocationList,p as Search,o as SearchBar,x as ZoomControls,r as useKeyboardListController,e as useKeyboardListItem,f as useKeyboardVirtualList};
@@ -1 +1 @@
1
- import"../chunk-IIQHZPWU.js";import"../chunk-S3SNLAZ2.js";
1
+ import"../chunk-IIQHZPWU.js";import"../chunk-TGLANWSS.js";
@@ -1 +1 @@
1
- import"../chunk-OU6YBVSW.js";import"../chunk-IIQHZPWU.js";import"../chunk-S3SNLAZ2.js";
1
+ import"../chunk-OU6YBVSW.js";import"../chunk-IIQHZPWU.js";import"../chunk-TGLANWSS.js";
@@ -1 +1 @@
1
- import"../chunk-OU6YBVSW.js";import"../chunk-IIQHZPWU.js";import"../chunk-S3SNLAZ2.js";
1
+ import"../chunk-OU6YBVSW.js";import"../chunk-IIQHZPWU.js";import"../chunk-TGLANWSS.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/react-ui",
3
- "version": "6.9.1-beta.0",
3
+ "version": "6.10.0-beta.0",
4
4
  "homepage": "https://developer.mappedin.com/",
5
5
  "private": false,
6
6
  "main": "lib/esm/index.js",
@@ -54,7 +54,7 @@
54
54
  "peerDependencies": {
55
55
  "react": ">=16.8.0",
56
56
  "react-dom": ">=16.8.0",
57
- "@mappedin/mappedin-js": "^6.9.1"
57
+ "@mappedin/mappedin-js": "^6.10.0"
58
58
  },
59
59
  "devDependencies": {},
60
60
  "volta": {