@point-hub/papp 0.0.59 → 0.0.61

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/README.md CHANGED
@@ -12,4 +12,4 @@ bun add @point-hub/papp
12
12
 
13
13
  ## Usage
14
14
 
15
- Please see [Full Documentation](https://papp.pointhub.net)
15
+ Please see [Full Documentation](https://dev.pointhub.net/library/papp)
@@ -4,9 +4,9 @@ declare function __VLS_template(): {
4
4
  default?(_: {}): any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<{
7
- bgColor: import("vue").PropType<"string">;
8
- titleColor: import("vue").PropType<"string">;
9
- bodyColor: import("vue").PropType<"string">;
7
+ bgColor: import("vue").PropType<string>;
8
+ titleColor: import("vue").PropType<string>;
9
+ bodyColor: import("vue").PropType<string>;
10
10
  shape: {
11
11
  type: import("vue").PropType<BaseCardShapeType>;
12
12
  default: string;
@@ -16,9 +16,9 @@ declare const __VLS_component: import("vue").DefineComponent<{
16
16
  default: boolean;
17
17
  };
18
18
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
- bgColor: import("vue").PropType<"string">;
20
- titleColor: import("vue").PropType<"string">;
21
- bodyColor: import("vue").PropType<"string">;
19
+ bgColor: import("vue").PropType<string>;
20
+ titleColor: import("vue").PropType<string>;
21
+ bodyColor: import("vue").PropType<string>;
22
22
  shape: {
23
23
  type: import("vue").PropType<BaseCardShapeType>;
24
24
  default: string;