hds-web 1.29.3 → 1.29.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.29.3",
3
+ "version": "1.29.4",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -11,7 +11,7 @@ export default function FlyoutD(props) {
11
11
  className=" p-2.5 rounded-2xl w-14 h-14 tb-l:w-full tb-xl:w-[175px] tb-l:h-[124px] bg-neutral-150 items-center justify-center transition-all duration-300 flex group-hover/icon:bg-blue-200"
12
12
  >
13
13
  <Icon
14
- height=' tb-l:h-12 tb-l:w-12 h-6 w-6'
14
+ height=' tb-l:h-12 tb-l:w-12 h-6 w-6 stroke-2'
15
15
  variant={props.IconVariant}
16
16
  className=' stroke-neutral-800 group-hover/icon:stroke-blue-600 cursor-pointer transition-all duration-300'
17
17
  />