@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 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
@@ -1,3 +1,4 @@
1
+ import './styled-components-theme';
1
2
  declare global {
2
3
  var __DS_DEV__: boolean;
3
4
  }
@@ -0,0 +1,6 @@
1
+ import { ResolvedTheme } from './themes';
2
+ declare module 'styled-components' {
3
+ interface DefaultTheme extends ResolvedTheme {
4
+ }
5
+ }
6
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/design-elements-react",
3
- "version": "10.1.0",
3
+ "version": "10.1.1-snapshot.20260225203047",
4
4
  "description": "React implementation of the Equisoft design system.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/bundle.js",