rimelight-components 2.0.27 → 2.0.28

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/module.d.mts CHANGED
@@ -1,4 +1,5 @@
1
1
  import * as _nuxt_schema from '@nuxt/schema';
2
+ export * from '../dist/runtime/types/index.js';
2
3
 
3
4
  interface CalloutOptions {
4
5
  icon: string;
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "2.0.27",
3
+ "version": "2.0.28",
4
4
  "docs": "https://rimelight.com/tools/rimelight-components",
5
5
  "configKey": "rimelightComponents",
6
6
  "compatibility": {
package/dist/module.mjs CHANGED
@@ -4,7 +4,7 @@ import { readdirSync } from 'node:fs';
4
4
  import { basename } from 'node:path';
5
5
 
6
6
  const name = "rimelight-components";
7
- const version = "2.0.27";
7
+ const version = "2.0.28";
8
8
  const homepage = "https://rimelight.com/tools/rimelight-components";
9
9
 
10
10
  const defaultOptions = {
@@ -168,7 +168,6 @@ const module = defineNuxtModule().with({
168
168
  global: true
169
169
  });
170
170
  addImportsDir(resolve("./runtime/composables"));
171
- addImportsDir(resolve("./runtime/types"));
172
171
  addImportsDir(resolve("./runtime/utils"));
173
172
  const blockFiles = readdirSync(
174
173
  resolve("./runtime/components/blocks")
@@ -0,0 +1 @@
1
+ export * from "./blocks.js";
@@ -0,0 +1 @@
1
+ export * from "./blocks.js";
package/dist/types.d.mts CHANGED
@@ -1,3 +1,5 @@
1
1
  export { default } from './module.mjs'
2
2
 
3
3
  export { type ModuleOptions } from './module.mjs'
4
+
5
+ export * from '../dist/runtime/types/index.js'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
3
  "description": "A component library by Rimelight Entertainment.",
4
- "version": "2.0.27",
4
+ "version": "2.0.28",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",