@resee-movies/nuxt-ux 0.19.0 → 0.19.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@resee-movies/nuxt-ux",
3
3
  "configKey": "ux",
4
- "version": "0.19.0",
4
+ "version": "0.19.1",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.0"
@@ -28,7 +28,7 @@ defineOptions({
28
28
  });
29
29
  const props = defineProps({
30
30
  label: { type: String, required: true },
31
- description: { type: String, required: true },
31
+ description: { type: String, required: false },
32
32
  icon: { type: String, required: false, default: void 0 }
33
33
  });
34
34
  const slots = useSlots();
@@ -1,6 +1,6 @@
1
1
  export interface InlineStatsListItemProps {
2
2
  label: string;
3
- description: string;
3
+ description?: string;
4
4
  icon?: string;
5
5
  }
6
6
  declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<InlineStatsListItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InlineStatsListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resee-movies/nuxt-ux",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "The next-gen user experience library for ReSee Movies - currently in development. ",
5
5
  "repository": {
6
6
  "url": "https://github.com/ReSee-Movies/nuxt-ux.git"