@syscore/ui-library 1.15.0 → 1.15.1

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.es.js CHANGED
@@ -1680,9 +1680,10 @@ const UtilityCheck = ({ className }) => {
1680
1680
  {
1681
1681
  d: "M0.75 2.30556L2.30556 3.86111L5.41667 0.75",
1682
1682
  stroke: "currentColor",
1683
- "stroke-width": "1.5",
1684
- "stroke-linecap": "round",
1685
- "stroke-linejoin": "round"
1683
+ strokeWidth: "1.5",
1684
+ strokeLinecap: "round",
1685
+ strokeLinejoin: "round",
1686
+ transform: "translate(0.42, 0.19)"
1686
1687
  }
1687
1688
  )
1688
1689
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syscore/ui-library",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "A comprehensive React component library built with Radix UI, Tailwind CSS, and TypeScript",
5
5
  "private": false,
6
6
  "type": "module",