Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2536 from teamleadercrm/export-focus-trap
Browse files Browse the repository at this point in the history
Export `useFocusTrap`
  • Loading branch information
BeirlaenAaron authored Jan 24, 2023
2 parents 5a32001 + 8f79bdb commit 314de91
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@

### Fixed

- Fix menu onSelect type ([@lorgan3](https://github.com/lorgan3)) in ([#2521](https://github.com/teamleadercrm/ui/pull/2521))

### Dependency updates

## [18.6.2]

### Changed

- Exported `useFocusTrap` ([@BeirlaenAaron](https://github.com/BeirlaenAaron)) in ([#2536](https://github.com/teamleadercrm/ui/pull/2536))

### Fixed

- Fix menu onSelect type ([@lorgan3](https://github.com/lorgan3)) in ([#2521](https://github.com/teamleadercrm/ui/pull/2521))

## [18.6.1] - 2023-01-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teamleader/ui",
"description": "Teamleader UI library",
"version": "18.6.1",
"version": "18.6.2",
"author": "Teamleader <[email protected]>",
"bugs": {
"url": "https://github.com/teamleadercrm/ui/issues"
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import Input, {
} from './components/input';
import { Island, IslandGroup, IslandGroupProps, IslandProps } from './components/island';
import Label, { LabelProps } from './components/label';
import useFocusTrap from './utils/useFocusTrap/useFocusTrap';
import {
LabelValuePair,
LabelValuePairGroup,
Expand Down Expand Up @@ -266,6 +267,7 @@ export {
colorsWithout,
sizesWithout,
tintsWithout,
useFocusTrap,
COLOR,
COLORS,
FULLSCREEN,
Expand Down

0 comments on commit 314de91

Please sign in to comment.