@elmethis/react 0.2.3 → 0.2.4

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.
@@ -10,6 +10,7 @@
10
10
  console.error("vite-plugin-css-injected-by-js", e);
11
11
  }
12
12
  })();
13
+ "use client";
13
14
  import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.mjs";
14
15
  import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.mjs";
15
16
  import { useRef, useState, useEffect } from "react";
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  import { __exports as reactCompilerRuntime_development } from "../../../../../../_virtual/react-compiler-runtime.development.mjs";
2
3
  import require$$0 from "react";
3
4
  /**
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  import { __exports as reactCompilerRuntime_production } from "../../../../../../_virtual/react-compiler-runtime.production.mjs";
2
3
  import require$$0 from "react";
3
4
  /**
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  import { __exports as reactJsxRuntime_development } from "../../../../../../_virtual/react-jsx-runtime.development.mjs";
2
3
  import require$$0 from "react";
3
4
  /**
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  import { __exports as reactJsxRuntime_production } from "../../../../../../_virtual/react-jsx-runtime.production.mjs";
2
3
  /**
3
4
  * @license React
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  import { __module as compilerRuntime } from "../../../../../_virtual/compiler-runtime2.mjs";
2
3
  import { __require as requireReactCompilerRuntime_production } from "./cjs/react-compiler-runtime.production.mjs";
3
4
  import { __require as requireReactCompilerRuntime_development } from "./cjs/react-compiler-runtime.development.mjs";
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  import { __module as jsxRuntime } from "../../../../../_virtual/jsx-runtime2.mjs";
2
3
  import { __require as requireReactJsxRuntime_production } from "./cjs/react-jsx-runtime.production.mjs";
3
4
  import { __require as requireReactJsxRuntime_development } from "./cjs/react-jsx-runtime.development.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elmethis/react",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -45,6 +45,7 @@
45
45
  "globals": "^16.4.0",
46
46
  "postcss": "^8.5.6",
47
47
  "postcss-preset-env": "^10.4.0",
48
+ "rollup-plugin-preserve-directives": "^0.4.0",
48
49
  "typescript": "~5.9.3",
49
50
  "typescript-eslint": "^8.45.0",
50
51
  "vite": "^7.1.7",