mayak-common-library 0.0.59 → 0.0.61

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
@@ -146,7 +146,8 @@ ${medium ? "py-3.5 px-4" : ""}
146
146
  children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
147
147
  import_Typography.default,
148
148
  {
149
- className: `${bolt ? "font-extrabold leading-4" : "font-normal leading-3"}`,
149
+ style: { top: "1px" },
150
+ className: `relative ${bolt ? "font-extrabold" : "font-normal"}`,
150
151
  children
151
152
  }
152
153
  )
@@ -355,7 +356,8 @@ var SelectPro = ({
355
356
  import_material4.Typography,
356
357
  {
357
358
  width: "200px",
358
- className: "text-sm truncate text-left relative top-[1px]",
359
+ style: { top: "1px" },
360
+ className: "text-sm truncate text-left relative",
359
361
  children: placeholder
360
362
  }
361
363
  ),
package/dist/index.mjs CHANGED
@@ -76,7 +76,8 @@ ${medium ? "py-3.5 px-4" : ""}
76
76
  children: /* @__PURE__ */ jsx(
77
77
  Typography,
78
78
  {
79
- className: `${bolt ? "font-extrabold leading-4" : "font-normal leading-3"}`,
79
+ style: { top: "1px" },
80
+ className: `relative ${bolt ? "font-extrabold" : "font-normal"}`,
80
81
  children
81
82
  }
82
83
  )
@@ -296,7 +297,8 @@ var SelectPro = ({
296
297
  Typography2,
297
298
  {
298
299
  width: "200px",
299
- className: "text-sm truncate text-left relative top-[1px]",
300
+ style: { top: "1px" },
301
+ className: "text-sm truncate text-left relative",
300
302
  children: placeholder
301
303
  }
302
304
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.59",
3
+ "version": "0.0.61",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",