@swc-react/field-group 0.35.0 → 0.35.1-rc.25

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 +9 -9
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -3,15 +3,14 @@
3
3
  export declare const FieldGroup: import("react").ComponentType<Partial<{
4
4
  dir?: string | undefined;
5
5
  'aria-hidden'?: (boolean | "true" | "false") | undefined;
6
- hidden?: boolean | undefined;
7
- title?: string | undefined;
8
- 'aria-describedby'?: string | undefined;
9
- id?: string | undefined;
10
6
  accessKey?: string | undefined;
11
7
  draggable?: (boolean | "true" | "false") | undefined;
8
+ hidden?: boolean | undefined;
12
9
  lang?: string | undefined;
10
+ title?: string | undefined;
13
11
  translate?: "yes" | "no" | undefined;
14
12
  className?: string | undefined;
13
+ id?: string | undefined;
15
14
  prefix?: string | undefined;
16
15
  slot?: string | undefined;
17
16
  children?: import("react").ReactNode;
@@ -20,6 +19,7 @@ export declare const FieldGroup: import("react").ComponentType<Partial<{
20
19
  inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
21
20
  nonce?: string | undefined;
22
21
  tabIndex?: number | undefined;
22
+ 'aria-describedby'?: string | undefined;
23
23
  'aria-label'?: string | undefined;
24
24
  defaultChecked?: boolean | undefined;
25
25
  defaultValue?: string | number | readonly string[] | undefined;
@@ -282,16 +282,13 @@ export declare const FieldGroup: import("react").ComponentType<Partial<{
282
282
  (options?: ScrollToOptions | undefined): void;
283
283
  (x: number, y: number): void;
284
284
  };
285
- horizontal: boolean;
286
- vertical: boolean;
287
- readonly renderOptions: import("lit-html").RenderOptions;
288
- connectedCallback: () => void;
289
- disconnectedCallback: () => void;
290
285
  readonly renderRoot: HTMLElement | ShadowRoot;
291
286
  isUpdatePending: boolean;
292
287
  hasUpdated: boolean;
293
288
  addController: (controller: import("lit").ReactiveController) => void;
294
289
  removeController: (controller: import("lit").ReactiveController) => void;
290
+ connectedCallback: () => void;
291
+ disconnectedCallback: () => void;
295
292
  attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
296
293
  requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
297
294
  readonly updateComplete: Promise<boolean>;
@@ -590,6 +587,9 @@ export declare const FieldGroup: import("react").ComponentType<Partial<{
590
587
  onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
591
588
  autofocus: boolean;
592
589
  readonly dataset: DOMStringMap;
590
+ horizontal: boolean;
591
+ vertical: boolean;
592
+ readonly renderOptions: import("lit-html").RenderOptions;
593
593
  isLTR: boolean;
594
594
  hasVisibleFocusInTree: () => boolean;
595
595
  renderHelpText: (negative?: boolean | undefined) => import("lit-html").TemplateResult<2 | 1>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/field-group",
3
- "version": "0.35.0",
3
+ "version": "0.35.1-rc.25+b3feb0eb9",
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/field-group": "^0.35.0"
33
+ "@spectrum-web-components/field-group": "^0.35.1-rc.25+b3feb0eb9"
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": "b3feb0eb979ff059457a00125919c13ea1afe9bc"
44
44
  }