Skip to content

Commit dd0bec9

Browse files
committed
export base intent types via library root
1 parent 9acbe0b commit dd0bec9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1717

1818
- `<IconButton/>`
1919
- increase the default delay before swapping the tooltip placeholder of the icon, reducing unwanted swaps because of mouseovers that were not intended
20+
- `IntentBaseTypes` now available via root export
21+
- some `intent` properties support less or more intent types, in case you need to test supported types before, then you can use it directly from the component interface, e.g. `TextFieldProps["intent"]`
2022

2123
## [24.3.1] - 2025-08-21
2224

src/common/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import getColorConfiguration from "./utils/getColorConfiguration";
44
import { getScrollParent } from "./utils/getScrollParent";
55
import { getGlobalVar, setGlobalVar } from "./utils/globalVars";
66
import { openInNewTab } from "./utils/openInNewTab";
7+
export type { IntentTypes as IntentBaseTypes } from "./Intent";
78

89
export const utils = {
910
openInNewTab,

0 commit comments

Comments
 (0)