analytica-frontend-lib 1.1.26 → 1.1.27
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 +0 -3
- 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 +0 -3
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6414,7 +6414,7 @@ var useMenuStore = (externalStore) => {
|
|
|
6414
6414
|
var VARIANT_CLASSES5 = {
|
|
6415
6415
|
menu: "bg-background shadow-soft-shadow-1 px-6",
|
|
6416
6416
|
menu2: "",
|
|
6417
|
-
breadcrumb: "bg-transparent shadow-none !px-0
|
|
6417
|
+
breadcrumb: "bg-transparent shadow-none !px-0"
|
|
6418
6418
|
};
|
|
6419
6419
|
var Menu = (0, import_react21.forwardRef)(
|
|
6420
6420
|
({
|