@hxtos/hx-components 0.23.2 → 0.23.3
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/index.d.ts +1 -0
- package/dist/index.es.js +1 -0
- package/dist/index.umd.js +35 -35
- package/dist/src/components/IconListMenu/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -24,3 +24,4 @@ export { default as Tooltip } from './src/components/Tooltip';
|
|
|
24
24
|
export { default as UploadFile } from './src/components/UploadFile';
|
|
25
25
|
export { default as UserMenu } from './src/components/UserMenu';
|
|
26
26
|
export { default as BaseField } from './src/components/Field/BaseField';
|
|
27
|
+
export { default as IconListMenu } from './src/components/IconListMenu';
|
package/dist/index.es.js
CHANGED
|
@@ -28440,6 +28440,7 @@ export {
|
|
|
28440
28440
|
b9 as ErrorMessage,
|
|
28441
28441
|
$te as Header,
|
|
28442
28442
|
y9 as HelperMessage,
|
|
28443
|
+
Cte as IconListMenu,
|
|
28443
28444
|
FU as Input,
|
|
28444
28445
|
C9 as Label,
|
|
28445
28446
|
w9 as Navbar,
|