@middag-io/react 0.3.2 → 0.3.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,3 +1,5 @@
1
+ import * as __cjs_react from "react";
2
+ import * as __cjs_react_dom from "react-dom";
1
3
  import { createElement as e, forwardRef as t } from "react";
2
4
  import { jsx as n } from "react/jsx-runtime";
3
5
  //#region \0rolldown/runtime.js
@@ -17,10 +19,7 @@ var r = Object.create, i = Object.defineProperty, a = Object.getOwnPropertyDescr
17
19
  }, f = (e, t, n) => (n = e == null ? {} : r(s(e)), d(t || !e || !e.__esModule ? i(n, "default", {
18
20
  value: e,
19
21
  enumerable: !0
20
- }) : n, e)), p = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (e, t) => (typeof require < "u" ? require : e)[t] }) : e)(function(e) {
21
- if (typeof require < "u") return require.apply(this, arguments);
22
- throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
23
- });
22
+ }) : n, e)), p = ((id) => { const m = {"react": __cjs_react, "react-dom": __cjs_react_dom}; if (m[id]) return m[id]; throw Error("Cannot require " + id + " in ESM bundle") });
24
23
  //#endregion
25
24
  //#region node_modules/clsx/dist/clsx.mjs
26
25
  function m(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middag-io/react",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "type": "module",
5
5
  "description": "MIDDAG shared React UI library for Moodle, WordPress and other Inertia hosts",
6
6
  "repository": {