akeyless-client-commons 1.0.85 → 1.0.86
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/index.js
CHANGED
|
@@ -5594,7 +5594,7 @@ var InputContainer = function(param) {
|
|
|
5594
5594
|
handleChangeFunction
|
|
5595
5595
|
]);
|
|
5596
5596
|
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", {
|
|
5597
|
-
className: cn("center", containerClassName),
|
|
5597
|
+
className: cn("flex justify-center items-center gap-2", containerClassName),
|
|
5598
5598
|
children: [
|
|
5599
5599
|
labelContent && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(ElementLabel, {
|
|
5600
5600
|
withDots: labelWithDots,
|
|
@@ -5634,7 +5634,7 @@ var SelectContainer = function(param) {
|
|
|
5634
5634
|
setIsOpen(false);
|
|
5635
5635
|
};
|
|
5636
5636
|
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", {
|
|
5637
|
-
className: cn("center", containerClassName),
|
|
5637
|
+
className: cn("flex justify-center items-center gap-2", containerClassName),
|
|
5638
5638
|
children: [
|
|
5639
5639
|
labelContent && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(ElementLabel, {
|
|
5640
5640
|
withDots: labelWithDots,
|
|
@@ -5734,7 +5734,7 @@ var SelectWithSearch = function(param) {
|
|
|
5734
5734
|
var options = param.options, labelClassName = param.labelClassName, labelContent = param.labelContent, name = param.name, onChange = param.onChange, value = param.value, placeholder = param.placeholder, required = param.required, defaultValue = param.defaultValue, notFoundLabel = param.notFoundLabel, searchPlaceholder = param.searchPlaceholder, containerClassName = param.containerClassName, dropdownClassName = param.dropdownClassName, dropdownOptionClassName = param.dropdownOptionClassName, elementClassName = param.elementClassName, notFoundLabelClassName = param.notFoundLabelClassName, searchClassName = param.searchClassName, buttonClassName = param.buttonClassName, buttonFocusClassName = param.buttonFocusClassName, _param_sortDirection = param.sortDirection, sortDirection = _param_sortDirection === void 0 ? "abc" : _param_sortDirection, sortAsNumber = param.sortAsNumber, disabled = param.disabled, direction = param.direction, createNewOptionLabel = param.createNewOptionLabel, createNewOptionContainerClassName = param.createNewOptionContainerClassName, labelWithDots = param.labelWithDots;
|
|
5735
5735
|
var sortOptions = useSortValues(options, sortDirection, sortAsNumber);
|
|
5736
5736
|
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", {
|
|
5737
|
-
className: cn("flex justify-between items-center w-full", containerClassName),
|
|
5737
|
+
className: cn("flex justify-between items-center w-full gap-2", containerClassName),
|
|
5738
5738
|
children: [
|
|
5739
5739
|
labelContent && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(ElementLabel, {
|
|
5740
5740
|
withDots: labelWithDots,
|
|
@@ -5390,7 +5390,7 @@ var InputContainer = function(param) {
|
|
|
5390
5390
|
handleChangeFunction
|
|
5391
5391
|
]);
|
|
5392
5392
|
return /* @__PURE__ */ jsxs14("div", {
|
|
5393
|
-
className: cn("center", containerClassName),
|
|
5393
|
+
className: cn("flex justify-center items-center gap-2", containerClassName),
|
|
5394
5394
|
children: [
|
|
5395
5395
|
labelContent && /* @__PURE__ */ jsx19(ElementLabel, {
|
|
5396
5396
|
withDots: labelWithDots,
|
|
@@ -5430,7 +5430,7 @@ var SelectContainer = function(param) {
|
|
|
5430
5430
|
setIsOpen(false);
|
|
5431
5431
|
};
|
|
5432
5432
|
return /* @__PURE__ */ jsxs14("div", {
|
|
5433
|
-
className: cn("center", containerClassName),
|
|
5433
|
+
className: cn("flex justify-center items-center gap-2", containerClassName),
|
|
5434
5434
|
children: [
|
|
5435
5435
|
labelContent && /* @__PURE__ */ jsx19(ElementLabel, {
|
|
5436
5436
|
withDots: labelWithDots,
|
|
@@ -5530,7 +5530,7 @@ var SelectWithSearch = function(param) {
|
|
|
5530
5530
|
var options = param.options, labelClassName = param.labelClassName, labelContent = param.labelContent, name = param.name, onChange = param.onChange, value = param.value, placeholder = param.placeholder, required = param.required, defaultValue = param.defaultValue, notFoundLabel = param.notFoundLabel, searchPlaceholder = param.searchPlaceholder, containerClassName = param.containerClassName, dropdownClassName = param.dropdownClassName, dropdownOptionClassName = param.dropdownOptionClassName, elementClassName = param.elementClassName, notFoundLabelClassName = param.notFoundLabelClassName, searchClassName = param.searchClassName, buttonClassName = param.buttonClassName, buttonFocusClassName = param.buttonFocusClassName, _param_sortDirection = param.sortDirection, sortDirection = _param_sortDirection === void 0 ? "abc" : _param_sortDirection, sortAsNumber = param.sortAsNumber, disabled = param.disabled, direction = param.direction, createNewOptionLabel = param.createNewOptionLabel, createNewOptionContainerClassName = param.createNewOptionContainerClassName, labelWithDots = param.labelWithDots;
|
|
5531
5531
|
var sortOptions = useSortValues(options, sortDirection, sortAsNumber);
|
|
5532
5532
|
return /* @__PURE__ */ jsxs14("div", {
|
|
5533
|
-
className: cn("flex justify-between items-center w-full", containerClassName),
|
|
5533
|
+
className: cn("flex justify-between items-center w-full gap-2", containerClassName),
|
|
5534
5534
|
children: [
|
|
5535
5535
|
labelContent && /* @__PURE__ */ jsx19(ElementLabel, {
|
|
5536
5536
|
withDots: labelWithDots,
|