akeyless-client-commons 1.0.194 → 1.0.195
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
|
@@ -6108,6 +6108,7 @@ var ElementLabel = function(param) {
|
|
|
6108
6108
|
}, labelStyle),
|
|
6109
6109
|
className: cn("text-start w-fit flex gap-0.5 text-nowrap form-label", labelsCommonClassName, labelClassName),
|
|
6110
6110
|
htmlFor: name,
|
|
6111
|
+
title: labelContent,
|
|
6111
6112
|
children: [
|
|
6112
6113
|
labelContent,
|
|
6113
6114
|
required && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", {
|
|
@@ -5892,6 +5892,7 @@ var ElementLabel = function(param) {
|
|
|
5892
5892
|
}, labelStyle),
|
|
5893
5893
|
className: cn("text-start w-fit flex gap-0.5 text-nowrap form-label", labelsCommonClassName, labelClassName),
|
|
5894
5894
|
htmlFor: name,
|
|
5895
|
+
title: labelContent,
|
|
5895
5896
|
children: [
|
|
5896
5897
|
labelContent,
|
|
5897
5898
|
required && /* @__PURE__ */ jsx19("div", {
|