sprint-asia-custom-component 0.1.164 → 0.1.165
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
CHANGED
|
@@ -29184,9 +29184,7 @@
|
|
|
29184
29184
|
className: "text-sm font-normal text-black mb-1"
|
|
29185
29185
|
}, title), isRequired && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29186
29186
|
className: "text-sm font-normal text-danger500 ml-1"
|
|
29187
|
-
}, "*")), rightComponent
|
|
29188
|
-
rightComponent
|
|
29189
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29187
|
+
}, "*")), rightComponent), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29190
29188
|
className: "relative rounded-md"
|
|
29191
29189
|
}, /*#__PURE__*/React__default["default"].createElement("section", {
|
|
29192
29190
|
className: "absolute inset-y-0 left-0 pl-2 flex items-center justify-center gap-2"
|
package/package.json
CHANGED