@equisoft/design-elements-react 10.1.0 → 10.1.1-snapshot.20260225203047
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/bundle.js +0 -2
- package/dist/index.d.ts +1 -0
- package/dist/styled-components-theme.d.ts +6 -0
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -2413,7 +2413,6 @@
|
|
|
2413
2413
|
overflow-y: ${({numberOfVisibleItems:e})=>e&&"auto"};
|
|
2414
2414
|
padding: var(--spacing-half) 0;
|
|
2415
2415
|
scroll-behavior: smooth;
|
|
2416
|
-
width: 100%;
|
|
2417
2416
|
`,IM=a().div`
|
|
2418
2417
|
background-color: ${({theme:e})=>e.component["menu-submenu-background-color"]};
|
|
2419
2418
|
|
|
@@ -2430,7 +2429,6 @@
|
|
|
2430
2429
|
scroll-behavior: smooth;
|
|
2431
2430
|
top: ${({top:e})=>e}px !important;
|
|
2432
2431
|
transform: none !important;
|
|
2433
|
-
width: 100%;
|
|
2434
2432
|
`,VM=a().button`
|
|
2435
2433
|
align-items: center;
|
|
2436
2434
|
color: ${({theme:e})=>e.component["menu-item-text-color"]};
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED