@bikdotai/bik-component-library 0.0.509-beta.carousel-7 → 0.0.509-beta.carousel-8

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.
@@ -13,7 +13,7 @@
13
13
  display: flex;
14
14
  flex-direction: column;
15
15
  :hover {
16
- border: 1px
16
+ border: 2px
17
17
  ${e=>e.isPreview?"unset":e.isWhatsappCarousel?e.hasError?"dashed":e.showBorder?"solid":"dashed":"solid"}
18
18
  ${r.COLORS.stroke.brand};
19
19
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
@@ -13,7 +13,7 @@ import r from"styled-components";import{Caption as e}from"../../TypographyStyle.
13
13
  display: flex;
14
14
  flex-direction: column;
15
15
  :hover {
16
- border: 1px
16
+ border: 2px
17
17
  ${r=>r.isPreview?"unset":r.isWhatsappCarousel?r.hasError?"dashed":r.showBorder?"solid":"dashed":"solid"}
18
18
  ${o.stroke.brand};
19
19
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.509-beta.carousel-7",
3
+ "version": "0.0.509-beta.carousel-8",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",