fluid-primitives 0.2.2 → 0.2.3

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,2 +1,2 @@
1
- import { Component$1 as Component, ComponentHydrationData, ComponentHydrator$1 as ComponentHydrator, ComponentInterface, Machine$1 as Machine, getHydrationData$1 as getHydrationData, initAllComponentInstances$1 as initAllComponentInstances, mergeProps$1 as mergeProps, normalizeProps$1 as normalizeProps, spreadProps$1 as spreadProps } from "./index-Oxoe0m6L.js";
1
+ import { Component$1 as Component, ComponentHydrationData, ComponentHydrator$1 as ComponentHydrator, ComponentInterface, Machine$1 as Machine, getHydrationData$1 as getHydrationData, initAllComponentInstances$1 as initAllComponentInstances, mergeProps$1 as mergeProps, normalizeProps$1 as normalizeProps, spreadProps$1 as spreadProps } from "./index-C51Brj49.js";
2
2
  export { Component, ComponentHydrationData, ComponentHydrator, ComponentInterface, Machine, getHydrationData, initAllComponentInstances, mergeProps, normalizeProps, spreadProps };
@@ -70,7 +70,7 @@ declare abstract class Component<Props, Api> implements ComponentInterface<Api>
70
70
  //#region Resources/Private/Client/src/lib/hydration.d.ts
71
71
  declare function getHydrationData(component: string): Record<string, ComponentHydrationData> | null;
72
72
  declare function getHydrationData(component: string, id: string): ComponentHydrationData | null;
73
- declare function initAllComponentInstances(componentName: string, callback: (data: ComponentHydrationData) => Component<unknown, unknown> | undefined): void;
73
+ declare function initAllComponentInstances(componentName: string, callback: (data: ComponentHydrationData) => Component<unknown, unknown> | void): void;
74
74
  declare class ComponentHydrator {
75
75
  componentName: string;
76
76
  doc: Document;
@@ -1,4 +1,4 @@
1
- import { Component$1 as Component, Machine$1 as Machine } from "../index-Oxoe0m6L.js";
1
+ import { Component$1 as Component, Machine$1 as Machine } from "../index-C51Brj49.js";
2
2
  import * as accordion from "@zag-js/accordion";
3
3
 
4
4
  //#region Resources/Private/Primitives/Accordion/Accordion.d.ts
@@ -1,4 +1,4 @@
1
- import { Component$1 as Component, Machine$1 as Machine } from "../index-Oxoe0m6L.js";
1
+ import { Component$1 as Component, Machine$1 as Machine } from "../index-C51Brj49.js";
2
2
  import * as _zag_js_types0 from "@zag-js/types";
3
3
  import * as clipboard from "@zag-js/clipboard";
4
4
 
@@ -1,4 +1,4 @@
1
- import { Component$1 as Component, Machine$1 as Machine } from "../index-Oxoe0m6L.js";
1
+ import { Component$1 as Component, Machine$1 as Machine } from "../index-C51Brj49.js";
2
2
  import * as _zag_js_types1 from "@zag-js/types";
3
3
  import * as collapsible from "@zag-js/collapsible";
4
4
 
@@ -1,4 +1,4 @@
1
- import { Component$1 as Component, Machine$1 as Machine } from "../index-Oxoe0m6L.js";
1
+ import { Component$1 as Component, Machine$1 as Machine } from "../index-C51Brj49.js";
2
2
  import * as _zag_js_types0 from "@zag-js/types";
3
3
  import * as dialog from "@zag-js/dialog";
4
4
 
@@ -1,4 +1,4 @@
1
- import { Component$1 as Component, Machine$1 as Machine } from "../index-Oxoe0m6L.js";
1
+ import { Component$1 as Component, Machine$1 as Machine } from "../index-C51Brj49.js";
2
2
  import { PropTypes } from "@zag-js/types";
3
3
  import * as scrollArea from "@zag-js/scroll-area";
4
4
 
@@ -1,12 +1,12 @@
1
- import { Component$1 as Component, Machine$1 as Machine } from "../index-Oxoe0m6L.js";
2
- import * as _zag_js_types3 from "@zag-js/types";
1
+ import { Component$1 as Component, Machine$1 as Machine } from "../index-C51Brj49.js";
2
+ import * as _zag_js_types2 from "@zag-js/types";
3
3
  import * as select from "@zag-js/select";
4
4
 
5
5
  //#region Resources/Private/Primitives/Select/Select.d.ts
6
6
  declare class Select extends Component<select.Props, select.Api> {
7
7
  name: string;
8
8
  initMachine(props: select.Props): Machine<any>;
9
- initApi(): select.Api<_zag_js_types3.PropTypes<{
9
+ initApi(): select.Api<_zag_js_types2.PropTypes<{
10
10
  [x: string]: any;
11
11
  }>, any>;
12
12
  render: () => void;
@@ -1,4 +1,4 @@
1
- import { Component$1 as Component, Machine$1 as Machine } from "../index-Oxoe0m6L.js";
1
+ import { Component$1 as Component, Machine$1 as Machine } from "../index-C51Brj49.js";
2
2
  import * as tabs from "@zag-js/tabs";
3
3
 
4
4
  //#region Resources/Private/Primitives/Tabs/Tabs.d.ts
@@ -1,12 +1,12 @@
1
- import { Component$1 as Component, Machine$1 as Machine } from "../index-Oxoe0m6L.js";
2
- import * as _zag_js_types2 from "@zag-js/types";
1
+ import { Component$1 as Component, Machine$1 as Machine } from "../index-C51Brj49.js";
2
+ import * as _zag_js_types3 from "@zag-js/types";
3
3
  import * as tooltip from "@zag-js/tooltip";
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
  name: string;
8
8
  initMachine(props: tooltip.Props): Machine<any>;
9
- initApi(): tooltip.Api<_zag_js_types2.PropTypes<{
9
+ initApi(): tooltip.Api<_zag_js_types3.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.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Client-side library for Fluid Primitives.",
5
5
  "type": "module",
6
6
  "license": "MIT",