@bikdotai/bik-component-library 0.0.796-beta.10 → 0.0.796-beta.11

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.
@@ -99,11 +99,10 @@
99
99
 
100
100
  ${t=>{let{isActive:i,isHovered:o}=t;return i&&o&&e.css`
101
101
  border-radius: 8px;
102
- border: 1px solid ${r.BASE_COLORS.brand[700]};
102
+ box-shadow: inset 0 0 0 1px ${r.BASE_COLORS.brand[700]};
103
103
  background-color: ${r.BASE_COLORS.brand[800]};
104
104
  `}}
105
105
 
106
-
107
106
  ${t=>{let{isLastSticky:r}=t;return r&&e.css`
108
107
  @media (min-height: 768px) {
109
108
  position: absolute;
@@ -99,11 +99,10 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
99
99
 
100
100
  ${e=>{let{isActive:i,isHovered:r}=e;return i&&r&&t`
101
101
  border-radius: 8px;
102
- border: 1px solid ${o.brand[700]};
102
+ box-shadow: inset 0 0 0 1px ${o.brand[700]};
103
103
  background-color: ${o.brand[800]};
104
104
  `}}
105
105
 
106
-
107
106
  ${e=>{let{isLastSticky:i}=e;return i&&t`
108
107
  @media (min-height: 768px) {
109
108
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.796-beta.10",
3
+ "version": "0.0.796-beta.11",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",