mayak-common-library 0.0.57 → 0.0.59
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -349,13 +349,13 @@ var SelectPro = ({
|
|
|
349
349
|
height: small ? "34px" : "38px",
|
|
350
350
|
padding: small ? "0 10px 0 6px" : "0 20px 0 19px"
|
|
351
351
|
},
|
|
352
|
-
className: `border rounded-none border-solid normal-case text-accent-dark hover:bg-white ${open ? "!border-transparent bg-white" : ""} ${colorBorder ? "border-accent-beige flex-row-reverse justify-end gap-x-2" : "justify-between border-accent-dark"}`,
|
|
352
|
+
className: `border rounded-none border-solid normal-case flex items-center text-accent-dark hover:bg-white ${open ? "!border-transparent bg-white" : ""} ${colorBorder ? "border-accent-beige flex-row-reverse justify-end gap-x-2" : "justify-between border-accent-dark"}`,
|
|
353
353
|
children: [
|
|
354
354
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
355
355
|
import_material4.Typography,
|
|
356
356
|
{
|
|
357
357
|
width: "200px",
|
|
358
|
-
className: "text-sm
|
|
358
|
+
className: "text-sm truncate text-left relative top-[1px]",
|
|
359
359
|
children: placeholder
|
|
360
360
|
}
|
|
361
361
|
),
|
package/dist/index.mjs
CHANGED
|
@@ -290,13 +290,13 @@ var SelectPro = ({
|
|
|
290
290
|
height: small ? "34px" : "38px",
|
|
291
291
|
padding: small ? "0 10px 0 6px" : "0 20px 0 19px"
|
|
292
292
|
},
|
|
293
|
-
className: `border rounded-none border-solid normal-case text-accent-dark hover:bg-white ${open ? "!border-transparent bg-white" : ""} ${colorBorder ? "border-accent-beige flex-row-reverse justify-end gap-x-2" : "justify-between border-accent-dark"}`,
|
|
293
|
+
className: `border rounded-none border-solid normal-case flex items-center text-accent-dark hover:bg-white ${open ? "!border-transparent bg-white" : ""} ${colorBorder ? "border-accent-beige flex-row-reverse justify-end gap-x-2" : "justify-between border-accent-dark"}`,
|
|
294
294
|
children: [
|
|
295
295
|
/* @__PURE__ */ jsx7(
|
|
296
296
|
Typography2,
|
|
297
297
|
{
|
|
298
298
|
width: "200px",
|
|
299
|
-
className: "text-sm
|
|
299
|
+
className: "text-sm truncate text-left relative top-[1px]",
|
|
300
300
|
children: placeholder
|
|
301
301
|
}
|
|
302
302
|
),
|