fluid-primitives 0.15.0 → 0.15.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.
@@ -1,13 +1,13 @@
1
1
  import { FieldAwareComponent$1 as FieldAwareComponent, FieldMachine, Machine$1 as Machine } from "./index-BymmxVv7.js";
2
2
  import * as checkbox from "@zag-js/checkbox";
3
- import * as _zag_js_types7 from "@zag-js/types";
3
+ import * as _zag_js_types4 from "@zag-js/types";
4
4
 
5
5
  //#region Resources/Private/Primitives/Checkbox/Checkbox.d.ts
6
6
  declare class Checkbox extends FieldAwareComponent<checkbox.Props, checkbox.Api> {
7
7
  static name: string;
8
8
  propsWithField(props: checkbox.Props, fieldMachine: FieldMachine): checkbox.Props;
9
9
  initMachine(props: checkbox.Props): Machine<any>;
10
- initApi(): checkbox.Api<_zag_js_types7.PropTypes<{
10
+ initApi(): checkbox.Api<_zag_js_types4.PropTypes<{
11
11
  [x: string]: any;
12
12
  }>>;
13
13
  render(): void;
@@ -1,12 +1,12 @@
1
1
  import { Component$1 as Component, Machine$1 as Machine } from "./index-BymmxVv7.js";
2
2
  import * as collapsible from "@zag-js/collapsible";
3
- import * as _zag_js_types1 from "@zag-js/types";
3
+ import * as _zag_js_types8 from "@zag-js/types";
4
4
 
5
5
  //#region Resources/Private/Primitives/Collapsible/Collapsible.d.ts
6
6
  declare class Collapsible extends Component<collapsible.Props, collapsible.Api> {
7
7
  static name: string;
8
8
  initMachine(props: collapsible.Props): Machine<any>;
9
- initApi(): collapsible.Api<_zag_js_types1.PropTypes<{
9
+ initApi(): collapsible.Api<_zag_js_types8.PropTypes<{
10
10
  [x: string]: any;
11
11
  }>>;
12
12
  render(): void;
package/dist/dialog.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  import { Component$1 as Component, Machine$1 as Machine } from "./index-BymmxVv7.js";
2
2
  import * as dialog from "@zag-js/dialog";
3
- import * as _zag_js_types9 from "@zag-js/types";
3
+ import * as _zag_js_types0 from "@zag-js/types";
4
4
 
5
5
  //#region Resources/Private/Primitives/Dialog/Dialog.d.ts
6
6
  declare class Dialog extends Component<dialog.Props, dialog.Api> {
7
7
  static name: string;
8
8
  initMachine(props: dialog.Props): Machine<any>;
9
- initApi(): dialog.Api<_zag_js_types9.PropTypes<{
9
+ initApi(): dialog.Api<_zag_js_types0.PropTypes<{
10
10
  [x: string]: any;
11
11
  }>>;
12
12
  render(): void;
@@ -1,13 +1,13 @@
1
1
  import { FieldAwareComponent$1 as FieldAwareComponent, FieldMachine, Machine$1 as Machine } from "./index-BymmxVv7.js";
2
2
  import * as numberInput from "@zag-js/number-input";
3
- import * as _zag_js_types0 from "@zag-js/types";
3
+ import * as _zag_js_types7 from "@zag-js/types";
4
4
 
5
5
  //#region Resources/Private/Primitives/NumberInput/NumberInput.d.ts
6
6
  declare class NumberInput extends FieldAwareComponent<numberInput.Props, numberInput.Api> {
7
7
  static name: string;
8
8
  propsWithField(props: numberInput.Props, fieldMachine: FieldMachine): numberInput.Props;
9
9
  initMachine(props: numberInput.Props): Machine<any>;
10
- initApi(): numberInput.Api<_zag_js_types0.PropTypes<{
10
+ initApi(): numberInput.Api<_zag_js_types7.PropTypes<{
11
11
  [x: string]: any;
12
12
  }>>;
13
13
  render(): void;
package/dist/popover.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  import { Component$1 as Component, Machine$1 as Machine } from "./index-BymmxVv7.js";
2
2
  import * as popover from "@zag-js/popover";
3
- import * as _zag_js_types2 from "@zag-js/types";
3
+ import * as _zag_js_types1 from "@zag-js/types";
4
4
 
5
5
  //#region Resources/Private/Primitives/Popover/Popover.d.ts
6
6
  declare class Popover extends Component<popover.Props, popover.Api> {
7
7
  static name: string;
8
8
  initMachine(props: popover.Props): Machine<any>;
9
- initApi(): popover.Api<_zag_js_types2.PropTypes<{
9
+ initApi(): popover.Api<_zag_js_types1.PropTypes<{
10
10
  [x: string]: any;
11
11
  }>>;
12
12
  render(): void;
@@ -1,13 +1,13 @@
1
1
  import { FieldAwareComponent$1 as FieldAwareComponent, FieldMachine, Machine$1 as Machine } from "./index-BymmxVv7.js";
2
2
  import * as radioGroup from "@zag-js/radio-group";
3
- import * as _zag_js_types3 from "@zag-js/types";
3
+ import * as _zag_js_types9 from "@zag-js/types";
4
4
 
5
5
  //#region Resources/Private/Primitives/RadioGroup/RadioGroup.d.ts
6
6
  declare class RadioGroup extends FieldAwareComponent<radioGroup.Props, radioGroup.Api> {
7
7
  static name: string;
8
8
  propsWithField(props: radioGroup.Props, fieldMachine: FieldMachine): radioGroup.Props;
9
9
  initMachine(props: radioGroup.Props): Machine<any>;
10
- initApi(): radioGroup.Api<_zag_js_types3.PropTypes<{
10
+ initApi(): radioGroup.Api<_zag_js_types9.PropTypes<{
11
11
  [x: string]: any;
12
12
  }>>;
13
13
  render(): void;
package/dist/select.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { FieldAwareComponent$1 as FieldAwareComponent, FieldMachine, Machine$1 as Machine } from "./index-BymmxVv7.js";
2
2
  import * as _zag_js_collection0 from "@zag-js/collection";
3
3
  import * as select from "@zag-js/select";
4
- import * as _zag_js_types4 from "@zag-js/types";
4
+ import * as _zag_js_types2 from "@zag-js/types";
5
5
 
6
6
  //#region Resources/Private/Primitives/Select/Select.d.ts
7
7
  declare class Select extends FieldAwareComponent<select.Props, select.Api> {
@@ -54,7 +54,7 @@ declare class Select extends FieldAwareComponent<select.Props, select.Api> {
54
54
  onInteractOutside?: ((event: select.InteractOutsideEvent) => void) | undefined;
55
55
  };
56
56
  initMachine(props: select.Props): Machine<any>;
57
- initApi(): select.Api<_zag_js_types4.PropTypes<{
57
+ initApi(): select.Api<_zag_js_types2.PropTypes<{
58
58
  [x: string]: any;
59
59
  }>, any>;
60
60
  render: () => void;
package/dist/tabs.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  import { Component$1 as Component, Machine$1 as Machine } from "./index-BymmxVv7.js";
2
2
  import * as tabs from "@zag-js/tabs";
3
- import * as _zag_js_types5 from "@zag-js/types";
3
+ import * as _zag_js_types3 from "@zag-js/types";
4
4
 
5
5
  //#region Resources/Private/Primitives/Tabs/Tabs.d.ts
6
6
  declare class Tabs extends Component<tabs.Props, tabs.Api> {
7
7
  static name: string;
8
8
  initMachine(props: tabs.Props): Machine<any>;
9
- initApi(): tabs.Api<_zag_js_types5.PropTypes<{
9
+ initApi(): tabs.Api<_zag_js_types3.PropTypes<{
10
10
  [x: string]: any;
11
11
  }>>;
12
12
  render: () => void;
package/dist/tooltip.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  import { Component$1 as Component, Machine$1 as Machine } from "./index-BymmxVv7.js";
2
2
  import * as tooltip from "@zag-js/tooltip";
3
- import * as _zag_js_types8 from "@zag-js/types";
3
+ import * as _zag_js_types5 from "@zag-js/types";
4
4
 
5
5
  //#region Resources/Private/Primitives/Tooltip/Tooltip.d.ts
6
6
  declare class Tooltip extends Component<tooltip.Props, tooltip.Api> {
7
7
  static name: string;
8
8
  initMachine(props: tooltip.Props): Machine<any>;
9
- initApi(): tooltip.Api<_zag_js_types8.PropTypes<{
9
+ initApi(): tooltip.Api<_zag_js_types5.PropTypes<{
10
10
  [x: string]: any;
11
11
  }>>;
12
12
  render(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-primitives",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "Client-side library for Fluid Primitives.",
5
5
  "type": "module",
6
6
  "license": "MIT",