mayak-common-library 0.0.59 → 0.0.60

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
@@ -355,7 +355,8 @@ var SelectPro = ({
355
355
  import_material4.Typography,
356
356
  {
357
357
  width: "200px",
358
- className: "text-sm truncate text-left relative top-[1px]",
358
+ style: { top: "1px" },
359
+ className: "text-sm truncate text-left relative",
359
360
  children: placeholder
360
361
  }
361
362
  ),
package/dist/index.mjs CHANGED
@@ -296,7 +296,8 @@ var SelectPro = ({
296
296
  Typography2,
297
297
  {
298
298
  width: "200px",
299
- className: "text-sm truncate text-left relative top-[1px]",
299
+ style: { top: "1px" },
300
+ className: "text-sm truncate text-left relative",
300
301
  children: placeholder
301
302
  }
302
303
  ),
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.60",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",