@servlyadmin/runtime-core 0.1.7 → 0.1.9

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.
@@ -5,7 +5,7 @@ import {
5
5
  detectCircularDependencies,
6
6
  extractDependencies,
7
7
  extractDependenciesFromCode
8
- } from "./chunk-CIUQK4GA.js";
8
+ } from "./chunk-EQFZFPI7.mjs";
9
9
  export {
10
10
  buildRegistryFromBundle,
11
11
  collectAllDependencies,
@@ -0,0 +1,24 @@
1
+ import {
2
+ DEFAULT_SERVLY_TAILWIND_CONFIG,
3
+ addCustomStyles,
4
+ getTailwind,
5
+ initServlyTailwind,
6
+ injectTailwind,
7
+ isTailwindLoaded,
8
+ removeCustomStyles,
9
+ removeTailwind,
10
+ tailwind_default,
11
+ updateTailwindConfig
12
+ } from "./chunk-RKUT63EF.mjs";
13
+ export {
14
+ DEFAULT_SERVLY_TAILWIND_CONFIG,
15
+ addCustomStyles,
16
+ tailwind_default as default,
17
+ getTailwind,
18
+ initServlyTailwind,
19
+ injectTailwind,
20
+ isTailwindLoaded,
21
+ removeCustomStyles,
22
+ removeTailwind,
23
+ updateTailwindConfig
24
+ };
package/package.json CHANGED
@@ -1,16 +1,14 @@
1
1
  {
2
2
  "name": "@servlyadmin/runtime-core",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Framework-agnostic core renderer for Servly components",
5
5
  "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
6
+ "main": "./dist/index.js",
7
+ "module": "./dist/index.mjs",
9
8
  "exports": {
10
9
  ".": {
11
- "import": "./dist/index.js",
12
- "require": "./dist/index.cjs",
13
- "types": "./dist/index.d.ts"
10
+ "import": "./dist/index.mjs",
11
+ "require": "./dist/index.js"
14
12
  }
15
13
  },
16
14
  "files": [