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