rimelight-components 2.0.13 → 2.0.15

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.13",
3
+ "version": "2.0.15",
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.13";
7
+ const version = "2.0.15";
8
8
  const homepage = "https://rimelight.com/tools/rimelight-components";
9
9
 
10
10
  const defaultOptions = {
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
3
  import { useClipboard } from "@vueuse/core";
4
- import { useToast } from "@nuxt/ui";
4
+ import { useToast } from "#imports";
5
5
  const { copy } = useClipboard();
6
6
  const toast = useToast();
7
7
  const { name, hex, rgb, hsl, oklch, cmyk } = defineProps({
@@ -1,9 +1,6 @@
1
- import type { ModuleOptions } from "../../module"
1
+ declare module '#build/app.config' {
2
+ import type { AppConfig } from '@nuxt/schema'
2
3
 
3
- declare module "@nuxt/schema" {
4
- interface AppConfig {
5
- rimelightComponents: ModuleOptions
6
- }
7
- }
8
-
9
- export {}
4
+ const _default: AppConfig
5
+ export default _default
6
+ }
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.13",
4
+ "version": "2.0.15",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",