@unsource/ui 2.8.2 → 2.8.3
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/module.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div
|
|
3
3
|
class="select-none group px-4 py-3 flex items-center gap-2 transition duration-300 hover:bg-primary-100"
|
|
4
4
|
:class="{ 'opacity-50 grayscale': disabled, 'disable': disabled, 'selected': selected }"
|
|
5
|
-
@click="toggle"
|
|
5
|
+
@click.prevent.stop="toggle"
|
|
6
6
|
>
|
|
7
7
|
<div
|
|
8
8
|
name="box"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div
|
|
3
3
|
class="select-none group px-4 py-3 flex flex-row items-center gap-3 transition duration-300 hover:bg-primary-500/10 border-0 min-w-fit"
|
|
4
4
|
:class="{ 'opacity-50 grayscale': disabled, 'disable': disabled, 'selected': selected }"
|
|
5
|
-
@click="toggle"
|
|
5
|
+
@click.prevent.stop="toggle"
|
|
6
6
|
>
|
|
7
7
|
<div
|
|
8
8
|
name="radio"
|