@superinterface/react 4.1.2 → 4.2.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.
package/dist/index.d.cts CHANGED
@@ -12,6 +12,7 @@ import * as unified from 'unified';
12
12
  import OpenAI from 'openai';
13
13
  import remarkGfm from 'remark-gfm';
14
14
  import * as openai_resources_beta_threads_runs_steps from 'openai/resources/beta/threads/runs/steps';
15
+ import './enums/index.cjs';
15
16
 
16
17
  type Args$b = {
17
18
  children: React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -12,6 +12,7 @@ import * as unified from 'unified';
12
12
  import OpenAI from 'openai';
13
13
  import remarkGfm from 'remark-gfm';
14
14
  import * as openai_resources_beta_threads_runs_steps from 'openai/resources/beta/threads/runs/steps';
15
+ import './enums/index.js';
15
16
 
16
17
  type Args$b = {
17
18
  children: React.ReactNode;
package/dist/index.js CHANGED
@@ -51073,7 +51073,7 @@ var SourceAnnotation = function(t0) {
51073
51073
  };
51074
51074
  // src/components/avatars/Avatar.tsx
51075
51075
  import { c as _c109 } from "react-compiler-runtime";
51076
- // src/lib/enums/index.ts
51076
+ // src/enums/index.ts
51077
51077
  var IconAvatarName = /* @__PURE__ */ function(IconAvatarName2) {
51078
51078
  IconAvatarName2["BACKPACK"] = "BACKPACK";
51079
51079
  IconAvatarName2["ROCKET"] = "ROCKET";