@swc-react/tray 0.35.0 → 0.35.1-rc.15

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.
Files changed (2) hide show
  1. package/next.d.ts +4 -4
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -276,15 +276,13 @@ export declare const Tray: import("react").ComponentType<Partial<{
276
276
  animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
277
277
  readonly renderOptions: import("lit-html").RenderOptions;
278
278
  matches: (selectors: string) => boolean;
279
- focus: () => void;
280
- overlayWillCloseCallback: () => boolean;
281
- connectedCallback: () => void;
282
- disconnectedCallback: () => void;
283
279
  readonly renderRoot: HTMLElement | ShadowRoot;
284
280
  isUpdatePending: boolean;
285
281
  hasUpdated: boolean;
286
282
  addController: (controller: import("lit").ReactiveController) => void;
287
283
  removeController: (controller: import("lit").ReactiveController) => void;
284
+ connectedCallback: () => void;
285
+ disconnectedCallback: () => void;
288
286
  attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
289
287
  requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
290
288
  readonly updateComplete: Promise<boolean>;
@@ -588,6 +586,8 @@ export declare const Tray: import("react").ComponentType<Partial<{
588
586
  autofocus: boolean;
589
587
  readonly dataset: DOMStringMap;
590
588
  blur: () => void;
589
+ focus: () => void;
590
+ overlayWillCloseCallback: () => boolean;
591
591
  isLTR: boolean;
592
592
  hasVisibleFocusInTree: () => boolean;
593
593
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/tray",
3
- "version": "0.35.0",
3
+ "version": "0.35.1-rc.15+9b76319e4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@lit-labs/react": "^1.1.1",
33
- "@spectrum-web-components/tray": "^0.35.0"
33
+ "@spectrum-web-components/tray": "^0.35.1-rc.15+9b76319e4"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "1ee5a6c92838cdf48321276d97f61c20f8476ac1"
43
+ "gitHead": "9b76319e4f1cc7cb0dd03e9d9debf544e5bed4e9"
44
44
  }