@aceshooting/lyra-ui 14.3.0 → 14.3.1

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.
@@ -5,7 +5,9 @@ import{type PropertyValues,type TemplateResult}from'lit';import type{Placement}f
5
5
  * sole role/name owner and supplies roving focus, type-ahead, nested submenu intent, selection,
6
6
  * and focus return for mapped dropdown items. A consumer-supplied `<lr-menu>` in the default slot
7
7
  * becomes that contained engine instead of being wrapped in a second menu, preserving its own
8
- * header/list/footer regions and naming precedence. Motion resolves through
8
+ * header/list/footer regions and naming precedence. The menu list scrolls within the popup's
9
+ * height limit while the positioning shell lets nested submenus receive pointer input outside it.
10
+ * Motion resolves through
9
11
  * `dropdown.show`/`dropdown.hide` in the public animation registry without changing the inherited
10
12
  * Popover lifecycle. ArrowDown and ArrowUp open the menu and focus its first or last enabled item
11
13
  * whether the trigger is slotted or resolved through `for`.
@@ -1 +1 @@
1
- import{css}from"lit";const styles=css`[part~=content]{padding:var(--lr-space-xs)}[part~=menu]{display:contents}`;export{styles};
1
+ import{css}from"lit";const styles=css`[part~=popup]{flex-direction:column;display:flex;overflow:visible}[part~=popup] [part~=content]{min-block-size:0;padding:var(--lr-space-xs);flex-direction:column;display:flex;overflow:visible}[part~=menu]{display:contents}`;export{styles};
@@ -2,4 +2,4 @@
2
2
  * Generated from package.json by scripts/generate-package-metadata.mjs.
3
3
  * Run `pnpm package-metadata` after changing package identity or version.
4
4
  */
5
- export declare const LYRA_PACKAGE_NAME:'@aceshooting/lyra-ui';export declare const LYRA_PACKAGE_VERSION:'14.3.0';
5
+ export declare const LYRA_PACKAGE_NAME:'@aceshooting/lyra-ui';export declare const LYRA_PACKAGE_VERSION:'14.3.1';
@@ -1 +1 @@
1
- const LYRA_PACKAGE_NAME="@aceshooting/lyra-ui",LYRA_PACKAGE_VERSION="14.3.0";export{LYRA_PACKAGE_NAME,LYRA_PACKAGE_VERSION};
1
+ const LYRA_PACKAGE_NAME="@aceshooting/lyra-ui",LYRA_PACKAGE_VERSION="14.3.1";export{LYRA_PACKAGE_NAME,LYRA_PACKAGE_VERSION};
@@ -25,6 +25,11 @@ consumer-supplied `lr-menu` in the default slot becomes that contained engine in
25
25
  wrapped in another menu. This supports both Web Awesome's direct-item shape and Shoelace's
26
26
  consumer-menu shape.
27
27
 
28
+ The inner menu list owns scrolling within the popup's height limit, keeping a consumer menu's
29
+ header and footer visible. The outer `popup` and `content` parts allow overflow so nested submenus
30
+ remain clickable outside the parent menu in every supported browser. This works with either
31
+ submenu authoring shape, with or without `hoist` or an arrow; no overflow override is required.
32
+
28
33
  An open lr-dropdown repositions when its effective host or inherited text direction changes,
29
34
  preserving open state without emitting lifecycle events.
30
35
 
package/llms-full.txt CHANGED
@@ -20433,6 +20433,11 @@ consumer-supplied `lr-menu` in the default slot becomes that contained engine in
20433
20433
  wrapped in another menu. This supports both Web Awesome's direct-item shape and Shoelace's
20434
20434
  consumer-menu shape.
20435
20435
 
20436
+ The inner menu list owns scrolling within the popup's height limit, keeping a consumer menu's
20437
+ header and footer visible. The outer `popup` and `content` parts allow overflow so nested submenus
20438
+ remain clickable outside the parent menu in every supported browser. This works with either
20439
+ submenu authoring shape, with or without `hoist` or an arrow; no overflow override is required.
20440
+
20436
20441
  An open lr-dropdown repositions when its effective host or inherited text direction changes,
20437
20442
  preserving open state without emitting lifecycle events.
20438
20443
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aceshooting/lyra-ui",
3
- "version": "14.3.0",
3
+ "version": "14.3.1",
4
4
  "description": "Free, independent Lit web components: an open-source alternative to Shoelace and Web Awesome with accessible forms, dashboards, charts, and agent UI.",
5
5
  "keywords": [
6
6
  "web-components",
@@ -2408,7 +2408,7 @@
2408
2408
  "@types/mocha": "^10.0.10",
2409
2409
  "@types/papaparse": "^5.5.2",
2410
2410
  "@types/qrcode": "^1.5.6",
2411
- "@types/react": "^19.2.18",
2411
+ "@types/react": "^19.3.0",
2412
2412
  "@web/dev-server-esbuild": "^2.0.0",
2413
2413
  "@web/test-runner": "^1.0.0",
2414
2414
  "@web/test-runner-commands": "^1.0.1",
@@ -2430,13 +2430,13 @@
2430
2430
  "istanbul-lib-coverage": "^3.2.2",
2431
2431
  "istanbul-lib-report": "^3.0.1",
2432
2432
  "istanbul-reports": "^3.2.0",
2433
- "jszip": "^3.10.1",
2433
+ "jszip": "^3.10.2",
2434
2434
  "katex": "^0.18.7",
2435
- "libphonenumber-js": "^1.13.12",
2435
+ "libphonenumber-js": "^1.13.13",
2436
2436
  "mammoth": "^1.12.2",
2437
- "maplibre-gl": "^6.7.0",
2438
- "marked": "^18.0.11",
2439
- "oxc-parser": "^0.148.0",
2437
+ "maplibre-gl": "^6.9.0",
2438
+ "marked": "^18.0.12",
2439
+ "oxc-parser": "^0.149.0",
2440
2440
  "papaparse": "^5.7.0",
2441
2441
  "pdfjs-dist": "^6.3.289",
2442
2442
  "pixelmatch": "^7.2.0",
@@ -2444,7 +2444,7 @@
2444
2444
  "pngjs": "^7.0.0",
2445
2445
  "postal-mime": "^3.0.0",
2446
2446
  "qrcode": "^1.5.4",
2447
- "react": "^19.2.8",
2447
+ "react": "^19.3.0",
2448
2448
  "shiki": "^4.4.3",
2449
2449
  "svelte": "^5.57.0",
2450
2450
  "typescript": "^7.0.2",