pxcube-ui 0.2.3 → 0.2.5

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.
@@ -57,82 +57,3 @@ export declare const buttonProps: {
57
57
  export declare const buttonItemSize: ButtonTypes.ButtonSizesData;
58
58
  export declare const buttonItemType: ButtonTypes.ButtonTypesData;
59
59
  export type ButtonProps = ExtractPropTypes<typeof buttonProps>;
60
- {
61
- type: BooleanConstructor;
62
- default: boolean;
63
- };
64
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
65
- width: {
66
- type: StringConstructor;
67
- default: string;
68
- };
69
- height: {
70
- type: StringConstructor;
71
- default: string;
72
- };
73
- size: {
74
- type: import('vue').PropType<ButtonTypes.Sizes>;
75
- default: string;
76
- };
77
- type: {
78
- type: import('vue').PropType<ButtonTypes.Types>;
79
- default: string;
80
- };
81
- animation: {
82
- type: import('vue').PropType<ButtonTypes.AnimationTypes>;
83
- default: string;
84
- };
85
- radius: {
86
- type: StringConstructor;
87
- default: string;
88
- };
89
- color: {
90
- type: StringConstructor;
91
- default: string;
92
- };
93
- icon: {
94
- type: StringConstructor;
95
- default: string;
96
- };
97
- iconSize: {
98
- type: StringConstructor;
99
- default: string;
100
- };
101
- iconColor: {
102
- type: StringConstructor;
103
- default: string;
104
- };
105
- round: {
106
- type: BooleanConstructor;
107
- default: boolean;
108
- };
109
- hollow: {
110
- type: BooleanConstructor;
111
- default: boolean;
112
- };
113
- disabled: {
114
- type: BooleanConstructor;
115
- default: boolean;
116
- };
117
- }>> & Readonly<{}>, {
118
- size: ButtonTypes.Sizes;
119
- type: ButtonTypes.Types;
120
- width: string;
121
- height: string;
122
- round: boolean;
123
- color: string;
124
- icon: string;
125
- animation: ButtonTypes.AnimationTypes;
126
- radius: string;
127
- iconSize: string;
128
- iconColor: string;
129
- hollow: boolean;
130
- disabled: boolean;
131
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
132
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
133
- export default _default;
134
- type __VLS_WithTemplateSlots<T, S> = T & {
135
- new (): {
136
- $slots: S;
137
- };
138
- };
@@ -23,3 +23,48 @@ export declare const iconProps: {
23
23
  };
24
24
  };
25
25
  export type IconProps = ExtractPropTypes<typeof iconProps>;
26
+ ;
27
+ };
28
+ bgColor: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ icon: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
37
+ type: {
38
+ type: PropType<import('./icon').iconType>;
39
+ default: string;
40
+ };
41
+ size: {
42
+ type: PropType<string | number>;
43
+ default: string;
44
+ };
45
+ color: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ bgColor: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ icon: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ }>> & Readonly<{}>, {
58
+ size: string | number;
59
+ type: import('./icon').iconType;
60
+ color: string;
61
+ bgColor: string;
62
+ icon: string;
63
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
64
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
65
+ export default _default;
66
+ type __VLS_WithTemplateSlots<T, S> = T & {
67
+ new (): {
68
+ $slots: S;
69
+ };
70
+ };
@@ -1,2 +1,2 @@
1
- export declare const version = "0.2.3";
1
+ export declare const version = "0.2.5";
2
2
  export declare const updateDate = "2026-09-20";
package/logo.png DELETED
Binary file