@obosbbl/grunnmuren-react 2.0.0-canary.22 → 2.0.0-canary.23

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -123,7 +123,7 @@ function AccordionItem(props, ref) {
123
123
  children: [
124
124
  children,
125
125
  /*#__PURE__*/ jsx(ChevronDown, {
126
- className: cx('transition-transform duration-300 motion-reduce:transition-none', isOpen && 'rotate-180')
126
+ className: cx('flex-none transition-transform duration-300 motion-reduce:transition-none', isOpen && 'rotate-180')
127
127
  })
128
128
  ]
129
129
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-react",
3
- "version": "2.0.0-canary.22",
3
+ "version": "2.0.0-canary.23",
4
4
  "description": "Grunnmuren components in React",
5
5
  "repository": {
6
6
  "url": "https://github.com/code-obos/grunnmuren"