@lax-wp/design-system 0.3.82 → 0.3.83
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/dist/components/button/IconButton.d.ts +1 -1
- package/dist/components/forms/search-bar/SearchBar.d.ts +0 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +1654 -1654
- package/dist/index.umd.js +44 -44
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -123,6 +123,8 @@ export { default as Button } from "./components/button/Button";
|
|
|
123
123
|
export type { IButtonProps, IButtonStatus, IButtonAppearance, } from "./components/button/Button";
|
|
124
124
|
export { OptionButton } from "./components/buttons/option-button/OptionButton";
|
|
125
125
|
export type { OptionButtonProps, } from "./components/buttons/option-button/OptionButton";
|
|
126
|
+
export { default as IconButton } from "./components/button/IconButton";
|
|
127
|
+
export type { IconButtonProps, } from "./components/button/IconButton";
|
|
126
128
|
export { FloatingBar } from "./components/floating-bar/FloatingBar";
|
|
127
129
|
export type { FloatingBarProps, FloatingBarActionConfig, FloatingBarDeleteConfig, FloatingBarSize, FloatingBarPosition, FloatingBarTheme, } from "./components/floating-bar/FloatingBar";
|
|
128
130
|
export { SearchBar } from "./components/forms/search-bar/SearchBar";
|