@epam/ai-dial-ui-kit 0.10.0-dev.23 → 0.10.0-dev.25
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.es.js
CHANGED
|
@@ -3863,7 +3863,7 @@ const Ey = (e, t) => {
|
|
|
3863
3863
|
] });
|
|
3864
3864
|
};
|
|
3865
3865
|
var bl = /* @__PURE__ */ ((e) => (e.Vertical = "vertical", e.Horizontal = "horizontal", e))(bl || {});
|
|
3866
|
-
const Ty = "w-full flex gap-
|
|
3866
|
+
const Ty = "w-full flex gap-1", Iy = {
|
|
3867
3867
|
[bl.Vertical]: "flex-col",
|
|
3868
3868
|
[bl.Horizontal]: "flex-row items-end"
|
|
3869
3869
|
}, _h = ({
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { FormItemOrientation } from '../../types/form-item';
|
|
2
|
-
export declare const containerBaseClassName = "w-full flex gap-
|
|
2
|
+
export declare const containerBaseClassName = "w-full flex gap-1";
|
|
3
3
|
export declare const orientationClassMap: Record<FormItemOrientation, string>;
|