@epam/ai-dial-ui-kit 0.4.0-rc.32 → 0.4.0-rc.33
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/dial-ui-kit.cjs.js +13 -13
- package/dist/dial-ui-kit.es.js +1 -0
- package/dist/src/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/dial-ui-kit.es.js
CHANGED
|
@@ -47930,6 +47930,7 @@ export {
|
|
|
47930
47930
|
hn as RadioGroupOrientation,
|
|
47931
47931
|
fn as SearchSize,
|
|
47932
47932
|
_a as SelectSize,
|
|
47933
|
+
Ua as SelectVariant,
|
|
47933
47934
|
wt as StepStatus,
|
|
47934
47935
|
na as TabOrientation,
|
|
47935
47936
|
al as TagVariant,
|
package/dist/src/index.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ export { TagVariant } from './types/tag';
|
|
|
62
62
|
export { TabOrientation } from './types/tab';
|
|
63
63
|
export type { DialBreadcrumbPathItem } from './models/breadcrumb';
|
|
64
64
|
export { FormItemOrientation } from './types/form-item';
|
|
65
|
-
export { SelectSize } from './types/select';
|
|
65
|
+
export { SelectSize, SelectVariant } from './types/select';
|
|
66
66
|
export { DialFileManagerTabs, DialFileManagerActions, } from './types/file-manager';
|
|
67
67
|
export { FlexibleActionsDirection } from './types/flexible-actions';
|
|
68
68
|
export { useDialFileManagerTabs } from './components/FileManager/hooks/use-file-manager-tabs';
|