akeyless-client-commons 1.0.115 → 1.0.117
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
|
@@ -5230,9 +5230,9 @@ var TimesUI = function(param) {
|
|
|
5230
5230
|
var TableButton = function(param) {
|
|
5231
5231
|
var onClick = param.onClick, title = param.title, className = param.className, type = param.type, children = param.children, disabled = param.disabled, buttonClassName = param.buttonClassName;
|
|
5232
5232
|
var icon = {
|
|
5233
|
-
add: "fa-
|
|
5234
|
-
edit: "fa-
|
|
5235
|
-
delete: "fa-
|
|
5233
|
+
add: "fa-light fa-plus text-xl",
|
|
5234
|
+
edit: "fa-thin fa-pen-to-square",
|
|
5235
|
+
delete: "fa-thin fa-trash"
|
|
5236
5236
|
};
|
|
5237
5237
|
var baseClassName = "transition-transform duration-500 scale-100 disabled:hover:cursor-not-allowed disabled:text-black/40 hover:scale-125 disabled:hover:scale-100";
|
|
5238
5238
|
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_jsx_runtime18.Fragment, {
|
|
@@ -5248,7 +5248,7 @@ var TableButton = function(param) {
|
|
|
5248
5248
|
title: title,
|
|
5249
5249
|
onClick: onClick,
|
|
5250
5250
|
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("i", {
|
|
5251
|
-
className: cn("fa-
|
|
5251
|
+
className: cn("fa-light fa-plus text-2xl", className)
|
|
5252
5252
|
})
|
|
5253
5253
|
}) : /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("button", {
|
|
5254
5254
|
disabled: disabled,
|
|
@@ -5564,7 +5564,7 @@ var FlagComponent = function(param) {
|
|
|
5564
5564
|
};
|
|
5565
5565
|
// src/components/forms/ModularForm/formElements.tsx
|
|
5566
5566
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
5567
|
-
var defaultContainerClassName = " ";
|
|
5567
|
+
var defaultContainerClassName = "flex justify-start items-center gap-3 w-full";
|
|
5568
5568
|
var defaultBorderClassName = "border-[1px] border-black/10 hover:border-black rounded-sm";
|
|
5569
5569
|
var useSortValues = function(options, sortDirection, sortAsNumber) {
|
|
5570
5570
|
var sortOptions = (0, import_react12.useMemo)(function() {
|
|
@@ -5611,7 +5611,7 @@ var InputContainer = function(param) {
|
|
|
5611
5611
|
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("input", _object_spread_props(_object_spread(_object_spread_props(_object_spread({}, props), {
|
|
5612
5612
|
minLength: minLength,
|
|
5613
5613
|
placeholder: placeholder,
|
|
5614
|
-
className: cn("flex-1 bg-inherit py-
|
|
5614
|
+
className: cn("flex-1 bg-inherit h-9 py-2 px-3", defaultBorderClassName, elementClassName),
|
|
5615
5615
|
defaultValue: defaultValue
|
|
5616
5616
|
}), validationProps), {
|
|
5617
5617
|
value: value,
|
|
@@ -5026,9 +5026,9 @@ var TimesUI = function(param) {
|
|
|
5026
5026
|
var TableButton = function(param) {
|
|
5027
5027
|
var onClick = param.onClick, title = param.title, className = param.className, type = param.type, children = param.children, disabled = param.disabled, buttonClassName = param.buttonClassName;
|
|
5028
5028
|
var icon = {
|
|
5029
|
-
add: "fa-
|
|
5030
|
-
edit: "fa-
|
|
5031
|
-
delete: "fa-
|
|
5029
|
+
add: "fa-light fa-plus text-xl",
|
|
5030
|
+
edit: "fa-thin fa-pen-to-square",
|
|
5031
|
+
delete: "fa-thin fa-trash"
|
|
5032
5032
|
};
|
|
5033
5033
|
var baseClassName = "transition-transform duration-500 scale-100 disabled:hover:cursor-not-allowed disabled:text-black/40 hover:scale-125 disabled:hover:scale-100";
|
|
5034
5034
|
return /* @__PURE__ */ jsx17(Fragment3, {
|
|
@@ -5044,7 +5044,7 @@ var TableButton = function(param) {
|
|
|
5044
5044
|
title: title,
|
|
5045
5045
|
onClick: onClick,
|
|
5046
5046
|
children: /* @__PURE__ */ jsx17("i", {
|
|
5047
|
-
className: cn("fa-
|
|
5047
|
+
className: cn("fa-light fa-plus text-2xl", className)
|
|
5048
5048
|
})
|
|
5049
5049
|
}) : /* @__PURE__ */ jsx17("button", {
|
|
5050
5050
|
disabled: disabled,
|
|
@@ -5360,7 +5360,7 @@ var FlagComponent = function(param) {
|
|
|
5360
5360
|
};
|
|
5361
5361
|
// src/components/forms/ModularForm/formElements.tsx
|
|
5362
5362
|
import { jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
5363
|
-
var defaultContainerClassName = " ";
|
|
5363
|
+
var defaultContainerClassName = "flex justify-start items-center gap-3 w-full";
|
|
5364
5364
|
var defaultBorderClassName = "border-[1px] border-black/10 hover:border-black rounded-sm";
|
|
5365
5365
|
var useSortValues = function(options, sortDirection, sortAsNumber) {
|
|
5366
5366
|
var sortOptions = useMemo8(function() {
|
|
@@ -5407,7 +5407,7 @@ var InputContainer = function(param) {
|
|
|
5407
5407
|
/* @__PURE__ */ jsx19("input", _object_spread_props(_object_spread(_object_spread_props(_object_spread({}, props), {
|
|
5408
5408
|
minLength: minLength,
|
|
5409
5409
|
placeholder: placeholder,
|
|
5410
|
-
className: cn("flex-1 bg-inherit py-
|
|
5410
|
+
className: cn("flex-1 bg-inherit h-9 py-2 px-3", defaultBorderClassName, elementClassName),
|
|
5411
5411
|
defaultValue: defaultValue
|
|
5412
5412
|
}), validationProps), {
|
|
5413
5413
|
value: value,
|