webcoreui 1.5.0-beta.1 → 1.5.0-beta.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.
@@ -1,4 +1,4 @@
1
- import React, { useState } from 'react'
1
+ import { useState } from 'react'
2
2
  import type { AccordionProps } from './accordion'
3
3
 
4
4
  import { classNames } from '../../utils/classNames'
@@ -7,8 +7,8 @@ import ChevronDown from '../../icons/chevron-down.svg?raw'
7
7
  import Plus from '../../icons/plus.svg?raw'
8
8
 
9
9
  import styles from './accordion.module.scss'
10
-
11
- export type Props = AccordionProps
10
+
11
+ export type Props = AccordionProps
12
12
 
13
13
  const Accordion = ({
14
14
  items,
@@ -1,4 +1,4 @@
1
- import React, { useEffect, useRef } from 'react'
1
+ import { useEffect, useRef } from 'react'
2
2
  import type { ImageLoaderProps } from './imageloader'
3
3
 
4
4
  import Image from '../Image/Image.tsx'
@@ -1,4 +1,4 @@
1
- import React, { useEffect, useState } from 'react'
1
+ import { useEffect, useState } from 'react'
2
2
  import type { SpeedDialProps } from './speeddial'
3
3
 
4
4
  import Button from '../Button/Button.tsx'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "webcoreui",
3
3
  "type": "module",
4
- "version": "1.5.0-beta.1",
4
+ "version": "1.5.0-beta.2",
5
5
  "scripts": {
6
6
  "prepare": "husky",
7
7
  "pre-commit": "lint-staged",