@touchtech/baselayer-ui 2.23.3 → 4.0.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/README.md CHANGED
@@ -2,10 +2,6 @@
2
2
 
3
3
  https://baselayer-ui.touchtech.com
4
4
 
5
- ## Included Hooks
6
- - useOutsideClick
7
- - useToggle
8
-
9
5
  ## Development
10
6
 
11
7
  Run `npm install` to install the project dependencies. Since this library is used by multiple Digital Showroom projects it's important that we create
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@ export * from "./components/Checkbox";
5
5
  export * from "./components/ColorPicker";
6
6
  export * from "./components/ColorSwatch";
7
7
  export * from "./components/ConfirmationModal";
8
- export * from "./components/Dropdown";
8
+ export { Dropdown, DropdownProps, Item as DropdownItem, ItemBodyRendererFn as DropdownItemBodyRendererFn, PromptFn as DropdownPromptFn, } from "./components/Dropdown";
9
9
  export * from "./components/FileInput";
10
10
  export * from "./components/FloatingPanel";
11
11
  export * from "./components/Icon";
@@ -20,4 +20,3 @@ export * from "./components/Label";
20
20
  export * from "./components/TextInput";
21
21
  export * from "./components/Toast";
22
22
  export * from "./components/Video";
23
- export * from "./hooks";