mytek-components 1.0.1 → 1.0.2
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 +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +4 -3
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/dist/index.css +0 -1
package/dist/index.umd.cjs
CHANGED
|
@@ -17173,7 +17173,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${key}Cha
|
|
|
17173
17173
|
// </Button>
|
|
17174
17174
|
// )}
|
|
17175
17175
|
// </>
|
|
17176
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center
|
|
17176
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center border border-[#12AB5B] overflow-hidden rounded-md", children: [
|
|
17177
17177
|
prefix && /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "px-2 bg-white text-gray-700 border-r border-[#12AB5B]", children: prefix }),
|
|
17178
17178
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
17179
17179
|
"input",
|
|
@@ -17194,7 +17194,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${key}Cha
|
|
|
17194
17194
|
{
|
|
17195
17195
|
type: "button",
|
|
17196
17196
|
onClick: () => setShowPassword(!showPassword),
|
|
17197
|
-
className: "px-2 bg-white text-gray-500",
|
|
17197
|
+
className: "px-2 bg-white text-gray-500 border-l border-[#12AB5B]",
|
|
17198
17198
|
children: showPassword ? /* @__PURE__ */ jsxRuntimeExports.jsx(FiEye, {}) : /* @__PURE__ */ jsxRuntimeExports.jsx(FiEyeOff, {})
|
|
17199
17199
|
}
|
|
17200
17200
|
),
|
|
@@ -17203,7 +17203,8 @@ To suppress this warning, you need to explicitly provide the \`palette.${key}Cha
|
|
|
17203
17203
|
{
|
|
17204
17204
|
onClick: button == null ? void 0 : button.onClick,
|
|
17205
17205
|
disabled: enable,
|
|
17206
|
-
className: `px-
|
|
17206
|
+
className: `px-4 py-2 text-white ${backgroundColor2 || "bg-blue-600"} border-l border-[#12AB5B] rounded-r-md`,
|
|
17207
|
+
style: { height: height2 },
|
|
17207
17208
|
children: button.loader ? "..." : button.label
|
|
17208
17209
|
}
|
|
17209
17210
|
)
|