odj-svelte-ui 0.4.1 → 0.4.2
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.
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
{/if}
|
|
28
28
|
<!-- eslint-disable @typescript-eslint/no-unused-vars-->
|
|
29
29
|
{#each Array(grayStars) as _, index}
|
|
30
|
-
<Icon {size} fillPercent={0} iconIndex={index} groupId={`rating-${ratingGroupId}-empty`} {...iconProps} />
|
|
30
|
+
<Icon {size} fillPercent={0} iconIndex={fullStars + index + 1 - +!percentRating} groupId={`rating-${ratingGroupId}-empty`} {...iconProps} />
|
|
31
31
|
{/each}
|
|
32
32
|
{#if text}
|
|
33
33
|
{@render text()}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "odj-svelte-ui",
|
|
3
3
|
"author": "orbitadajogatina",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.2",
|
|
5
5
|
"description": "This is a fork from Flowbite Svelte 5 with Runes. I just made some changes that fits better my taste.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|