@servlyadmin/runtime-core 0.1.9 → 0.1.10

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,4 +1,4 @@
1
- // packages/runtime-core/src/registry.ts
1
+ // src/registry.ts
2
2
  function createRegistry() {
3
3
  const components = /* @__PURE__ */ new Map();
4
4
  return {
@@ -1,4 +1,4 @@
1
- // packages/runtime-core/src/tailwind.ts
1
+ // src/tailwind.ts
2
2
  var DEFAULT_TAILWIND_CDN = "https://cdn.tailwindcss.com";
3
3
  var tailwindInjected = false;
4
4
  var tailwindScript = null;
@@ -0,0 +1,15 @@
1
+ var __getOwnPropNames = Object.getOwnPropertyNames;
2
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
3
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
4
+ }) : x)(function(x) {
5
+ if (typeof require !== "undefined") return require.apply(this, arguments);
6
+ throw Error('Dynamic require of "' + x + '" is not supported');
7
+ });
8
+ var __commonJS = (cb, mod) => function __require2() {
9
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
10
+ };
11
+
12
+ export {
13
+ __require,
14
+ __commonJS
15
+ };