rimelight-components 2.0.63 → 2.0.65

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "2.0.63",
3
+ "version": "2.0.65",
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.63";
7
+ const version = "2.0.65";
8
8
  const homepage = "https://rimelight.com/tools/rimelight-components";
9
9
 
10
10
  const defaultOptions = {
@@ -197,7 +197,7 @@ const module$1 = defineNuxtModule().with({
197
197
  nuxt.options.appConfig.rimelightComponents || {},
198
198
  options
199
199
  );
200
- nuxt.options.build.transpile.push("@nuxt/ui");
200
+ nuxt.options.alias["#rimelight-components"] = resolve("./runtime");
201
201
  addComponentsDir({
202
202
  path: resolve("./runtime/components/"),
203
203
  pathPrefix: false,
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.63",
4
+ "version": "2.0.65",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -44,31 +44,6 @@
44
44
  "import": "./dist/runtime/utils/*.mjs"
45
45
  }
46
46
  },
47
- "typesVersions": {
48
- "*": {
49
- ".": [
50
- "./dist/module.d.mts"
51
- ],
52
- "runtime/*": [
53
- "./dist/runtime/*"
54
- ],
55
- "components/*": [
56
- "./dist/runtime/components/*"
57
- ],
58
- "composables": [
59
- "./dist/runtime/composables/index.d.mts"
60
- ],
61
- "composables/*": [
62
- "./dist/runtime/composables/*.d.mts"
63
- ],
64
- "utils": [
65
- "./dist/runtime/utils/index.d.mts"
66
- ],
67
- "utils/*": [
68
- "./dist/runtime/utils/*.d.mts"
69
- ]
70
- }
71
- },
72
47
  "style": "./dist/runtime/index.css",
73
48
  "main": "./dist/module.mjs",
74
49
  "files": [