analytica-frontend-lib 1.1.67 → 1.1.68
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.
- package/dist/Menu/index.js +1 -1
- package/dist/Menu/index.js.map +1 -1
- package/dist/Menu/index.mjs +1 -1
- package/dist/Menu/index.mjs.map +1 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +2 -2
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7180,7 +7180,7 @@ var MenuItem = forwardRef17(
|
|
|
7180
7180
|
{
|
|
7181
7181
|
className: cn(
|
|
7182
7182
|
"border-b border-text-600 hover:border-primary-600 text-inherit text-xs",
|
|
7183
|
-
selectedValue === value ? "border-b-0 font-bold" : "border-b-
|
|
7183
|
+
selectedValue === value ? "border-b-0 font-bold" : "border-b-text-600"
|
|
7184
7184
|
),
|
|
7185
7185
|
children
|
|
7186
7186
|
}
|