vira 26.11.0 → 26.11.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.
@@ -110,6 +110,7 @@ export const ViraCheckbox = defineViraElement()({
110
110
  })}
111
111
  ${attributes(inputs.attributePassthrough?.label)}
112
112
  style=${ifDefined(inputs.stylePassthrough?.label)}
113
+ ${listen('click', updateValue)}
113
114
  >
114
115
  <span
115
116
  class="custom-checkbox ${classMap({
@@ -123,7 +124,6 @@ export const ViraCheckbox = defineViraElement()({
123
124
  ${attributes(inputs.attributePassthrough?.['custom-checkbox'])}
124
125
  style=${ifDefined(inputs.stylePassthrough?.['custom-checkbox'])}
125
126
  ${listenToActivate(updateValue)}
126
- ${listen('click', updateValue)}
127
127
  >
128
128
  <${ViraIcon.assign({
129
129
  icon: Check24Icon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "26.11.0",
3
+ "version": "26.11.1",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",