@siddhantmadhur/react-rating
Advanced tools
Comparing version 1.2.9 to 1.2.10
@@ -20,3 +20,3 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ | ||
}, className: !readOnly ? "icon" : "" }, | ||
React.createElement("button", { style: { | ||
React.createElement("button", { className: "star-react-rating", style: { | ||
position: "absolute", | ||
@@ -37,3 +37,3 @@ top: 0, | ||
React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M11.48 3.499a.562.562 0 011.04 0l2.125 5.111a.563.563 0 00.475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 00-.182.557l1.285 5.385a.562.562 0 01-.84.61l-4.725-2.885a.563.563 0 00-.586 0L6.982 20.54a.562.562 0 01-.84-.61l1.285-5.386a.562.562 0 00-.182-.557l-4.204-3.602a.563.563 0 01.321-.988l5.518-.442a.563.563 0 00.475-.345L11.48 3.5z" }))), | ||
React.createElement("button", { style: { | ||
React.createElement("button", { className: "star-react-rating", style: { | ||
position: "absolute", | ||
@@ -40,0 +40,0 @@ top: 0, |
{ | ||
"name": "@siddhantmadhur/react-rating", | ||
"private": false, | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/SiddhantMadhur/react-rating", |
Sorry, the diff of this file is not supported yet
7190