@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260702060503 → 0.8.1-dev.20260702085048
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2112,7 +2112,7 @@ var LineTextInput = (props) => {
|
|
|
2112
2112
|
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_react15.default.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("label", { className: "block", children: [
|
|
2113
2113
|
props?.attributes?.label && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "text-sm inline-block pb-1 font-medium ", children: props?.attributes?.label }),
|
|
2114
2114
|
" ",
|
|
2115
|
-
props?.attributes?.label && props?.attributes?.required && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "bg-error-weak", children: "*" }),
|
|
2115
|
+
props?.attributes?.label && props?.attributes?.required && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "bg-error-weak !bg-transparent", children: "*" }),
|
|
2116
2116
|
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2117
2117
|
"input",
|
|
2118
2118
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -508,7 +508,7 @@ var LineTextInput = (props) => {
|
|
|
508
508
|
return /* @__PURE__ */ jsx14(React13.Fragment, { children: /* @__PURE__ */ jsxs6("label", { className: "block", children: [
|
|
509
509
|
props?.attributes?.label && /* @__PURE__ */ jsx14("span", { className: "text-sm inline-block pb-1 font-medium ", children: props?.attributes?.label }),
|
|
510
510
|
" ",
|
|
511
|
-
props?.attributes?.label && props?.attributes?.required && /* @__PURE__ */ jsx14("span", { className: "bg-error-weak", children: "*" }),
|
|
511
|
+
props?.attributes?.label && props?.attributes?.required && /* @__PURE__ */ jsx14("span", { className: "bg-error-weak !bg-transparent", children: "*" }),
|
|
512
512
|
/* @__PURE__ */ jsx14(
|
|
513
513
|
"input",
|
|
514
514
|
{
|
package/package.json
CHANGED