@bikdotai/bik-component-library 0.0.796-beta.6 → 0.0.796-beta.7

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.
@@ -128,9 +128,11 @@
128
128
  `,c=o.default.div`
129
129
  display: flex;
130
130
  flex-direction: row;
131
+ width: 100%;
131
132
  cursor: pointer;
132
133
  `,u=o.default(t.BodyTiny)`
133
134
  user-select: none;
135
+ width: 100%;
134
136
  color: ${e=>{let{isActive:t}=e;return t?i.COLORS.content.primaryInverse:i.COLORS.content.secondaryInverse}};
135
137
  margin-bottom: 0px;
136
138
  text-align: center;
@@ -128,9 +128,11 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
128
128
  `,l=e.div`
129
129
  display: flex;
130
130
  flex-direction: row;
131
+ width: 100%;
131
132
  cursor: pointer;
132
133
  `,u=e(i)`
133
134
  user-select: none;
135
+ width: 100%;
134
136
  color: ${e=>{let{isActive:t}=e;return t?o.content.primaryInverse:o.content.secondaryInverse}};
135
137
  margin-bottom: 0px;
136
138
  text-align: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.796-beta.6",
3
+ "version": "0.0.796-beta.7",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",