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.js
CHANGED
|
@@ -7245,7 +7245,7 @@ var MenuItem = (0, import_react24.forwardRef)(
|
|
|
7245
7245
|
{
|
|
7246
7246
|
className: cn(
|
|
7247
7247
|
"border-b border-text-600 hover:border-primary-600 text-inherit text-xs",
|
|
7248
|
-
selectedValue === value ? "border-b-0 font-bold" : "border-b-
|
|
7248
|
+
selectedValue === value ? "border-b-0 font-bold" : "border-b-text-600"
|
|
7249
7249
|
),
|
|
7250
7250
|
children
|
|
7251
7251
|
}
|