@studiometa/ui 1.1.0 → 1.1.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.
@@ -26,7 +26,7 @@
26
26
  {% set item_attributes = merge_html_attributes(item_attr ?? null, { data_component: 'AccordionItem' }, item.attr ?? null) %}
27
27
  {% set is_open = item_attributes.data_option_is_open ?? false %}
28
28
  <div {{ html_attributes(item_attributes) }}>
29
- <button data-ref="btn" class="block w-full" aria-expanded="{{ is_open ? 'true' : 'false' }}">
29
+ <button data-ref="btn" type="button" class="block w-full" aria-expanded="{{ is_open ? 'true' : 'false' }}">
30
30
  {% block title %}
31
31
  {{ item.title }}
32
32
  {% endblock %}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studiometa/ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A set of opiniated, unstyled and accessible components",
5
5
  "publishConfig": {
6
6
  "access": "public"