@codeandfunction/callaloo 1.17.1 → 1.18.0
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/assets/index.css +1 -1
- package/dist/components/Buttons/CLA11yButton.vue.d.ts +4 -0
- package/dist/components/Buttons/CLButton.vue.d.ts +1 -1
- package/dist/components/Buttons/utils.d.ts +1 -1
- package/dist/components/Containers/CLCard.vue.d.ts +1 -1
- package/dist/components/Containers/Carousel/CLCarousel.vue.d.ts +1 -1
- package/dist/components/Form/CLCheckbox.vue.d.ts +1 -1
- package/dist/components/Form/CLInput.vue.d.ts +1 -1
- package/dist/components/Form/CLRadioButton.vue.d.ts +1 -1
- package/dist/components/Form/CLSelect.vue.d.ts +1 -1
- package/dist/components/Form/CLTextArea.vue.d.ts +1 -1
- package/dist/components/Indicators/CLBadge.vue.d.ts +2 -2
- package/dist/components/Indicators/CLBanner.vue.d.ts +1 -1
- package/dist/components/Indicators/CLPill.vue.d.ts +1 -1
- package/dist/components/Loading/CLSpinner.vue.d.ts +1 -1
- package/dist/components/Navigation/CLLink.vue.d.ts +1 -1
- package/dist/components/Navigation/CLNavLink.vue.d.ts +1 -1
- package/dist/components/Navigation/CLNavSection.vue.d.ts +1 -1
- package/dist/components/Popups/CLDropdownMenu.vue.d.ts +2 -2
- package/dist/components/Popups/CLToast.vue.d.ts +1 -1
- package/dist/components/Typography/CLHeading.vue.d.ts +1 -1
- package/dist/components/Typography/CLText.vue.d.ts +13 -2
- package/dist/index.js +1280 -1272
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +12 -0
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CLAlign, CLBannerProps } from '../../index';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<CLBannerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CLBannerProps> & Readonly<{}>, {
|
|
3
3
|
rounded: boolean;
|
|
4
|
-
testId: string;
|
|
5
4
|
theme: import('../../types').BannerThemes;
|
|
5
|
+
testId: string;
|
|
6
6
|
align: CLAlign;
|
|
7
7
|
bordered: boolean;
|
|
8
8
|
busy: boolean;
|
|
@@ -19,8 +19,8 @@ export interface Props {
|
|
|
19
19
|
}
|
|
20
20
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
21
21
|
rounded: boolean;
|
|
22
|
+
theme: CLPillThemes;
|
|
22
23
|
testId: string;
|
|
23
24
|
elevated: boolean;
|
|
24
|
-
theme: CLPillThemes;
|
|
25
25
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
export default _default;
|
|
@@ -12,8 +12,8 @@ export interface Props {
|
|
|
12
12
|
theme?: CLSpinnerThemes;
|
|
13
13
|
}
|
|
14
14
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
15
|
-
testId: string;
|
|
16
15
|
theme: CLSpinnerThemes;
|
|
16
|
+
testId: string;
|
|
17
17
|
align: CLAlign;
|
|
18
18
|
size: CLSizes;
|
|
19
19
|
position: CLPosition;
|
|
@@ -29,9 +29,9 @@ declare function __VLS_template(): {
|
|
|
29
29
|
};
|
|
30
30
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
31
31
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
32
|
+
theme: CLSimpleThemes;
|
|
32
33
|
testId: string;
|
|
33
34
|
target: CLLinkTarget;
|
|
34
|
-
theme: CLSimpleThemes;
|
|
35
35
|
external: boolean;
|
|
36
36
|
rel: string;
|
|
37
37
|
underline: boolean;
|
|
@@ -29,8 +29,8 @@ declare function __VLS_template(): {
|
|
|
29
29
|
};
|
|
30
30
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
31
31
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
32
|
-
testId: string;
|
|
33
32
|
theme: CLSimpleThemes;
|
|
33
|
+
testId: string;
|
|
34
34
|
external: boolean;
|
|
35
35
|
rel: string;
|
|
36
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>;
|
|
@@ -10,8 +10,8 @@ export interface Props {
|
|
|
10
10
|
type?: CLOrientation;
|
|
11
11
|
}
|
|
12
12
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
13
|
+
theme: CLSimpleThemes;
|
|
13
14
|
testId: string;
|
|
14
15
|
type: CLOrientation;
|
|
15
|
-
theme: CLSimpleThemes;
|
|
16
16
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
17
17
|
export default _default;
|
|
@@ -136,10 +136,10 @@ declare function __VLS_template(): {
|
|
|
136
136
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
137
137
|
link: boolean;
|
|
138
138
|
rounded: boolean;
|
|
139
|
+
theme: CLThemes;
|
|
139
140
|
testId: string;
|
|
140
141
|
type: import('../../types').ButtonTypes;
|
|
141
142
|
elevated: boolean;
|
|
142
|
-
theme: CLThemes;
|
|
143
143
|
busy: boolean;
|
|
144
144
|
height: string;
|
|
145
145
|
width: string;
|
|
@@ -250,10 +250,10 @@ declare function __VLS_template(): {
|
|
|
250
250
|
}, {
|
|
251
251
|
link: boolean;
|
|
252
252
|
rounded: boolean;
|
|
253
|
+
theme: CLThemes;
|
|
253
254
|
testId: string;
|
|
254
255
|
type: import('../../types').ButtonTypes;
|
|
255
256
|
elevated: boolean;
|
|
256
|
-
theme: CLThemes;
|
|
257
257
|
busy: boolean;
|
|
258
258
|
height: string;
|
|
259
259
|
width: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CLIconSizes, CLToastProps } from '../../index';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<CLToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CLToastProps> & Readonly<{}>, {
|
|
3
3
|
rounded: boolean;
|
|
4
|
-
testId: string;
|
|
5
4
|
theme: import('../../types').ToastThemes;
|
|
5
|
+
testId: string;
|
|
6
6
|
width: string;
|
|
7
7
|
iconSize: CLIconSizes;
|
|
8
8
|
dismissTimer: number;
|
|
@@ -56,9 +56,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
56
|
default: CLHeadingTypes;
|
|
57
57
|
};
|
|
58
58
|
}>> & Readonly<{}>, {
|
|
59
|
+
theme: CLHeadingThemes;
|
|
59
60
|
testId: string;
|
|
60
61
|
type: CLHeadingTypes;
|
|
61
|
-
theme: CLHeadingThemes;
|
|
62
62
|
align: CLAlign;
|
|
63
63
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
64
64
|
export default _default;
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { CLTextHtmlTags, CLTextThemes, CLTextTypes, CLThemes } from '../../index';
|
|
2
|
+
import { CLAlign, CLTextHtmlTags, CLTextThemes, CLTextTypes, CLThemes } from '../../index';
|
|
3
3
|
/**
|
|
4
4
|
* The `<CLText />` component renders a text element.
|
|
5
5
|
*/
|
|
6
6
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
|
+
/** Set the horizontal alignment of content. The property can be one of `CLAlign`, e.g. `CLAlign.Left` */
|
|
8
|
+
align: {
|
|
9
|
+
type: PropType<CLAlign>;
|
|
10
|
+
default: CLAlign;
|
|
11
|
+
};
|
|
7
12
|
/** Set the HTML tag of the text element. The property can be one of `CLTextHtmlTags`, e.g. `p`. */
|
|
8
13
|
as: {
|
|
9
14
|
type: PropType<CLTextHtmlTags>;
|
|
@@ -35,6 +40,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
35
40
|
default: boolean;
|
|
36
41
|
};
|
|
37
42
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
43
|
+
/** Set the horizontal alignment of content. The property can be one of `CLAlign`, e.g. `CLAlign.Left` */
|
|
44
|
+
align: {
|
|
45
|
+
type: PropType<CLAlign>;
|
|
46
|
+
default: CLAlign;
|
|
47
|
+
};
|
|
38
48
|
/** Set the HTML tag of the text element. The property can be one of `CLTextHtmlTags`, e.g. `p`. */
|
|
39
49
|
as: {
|
|
40
50
|
type: PropType<CLTextHtmlTags>;
|
|
@@ -67,9 +77,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
77
|
};
|
|
68
78
|
}>> & Readonly<{}>, {
|
|
69
79
|
label: boolean;
|
|
80
|
+
theme: CLTextThemes;
|
|
70
81
|
testId: string;
|
|
71
82
|
type: CLTextTypes;
|
|
72
|
-
|
|
83
|
+
align: CLAlign;
|
|
73
84
|
as: CLTextHtmlTags;
|
|
74
85
|
truncate: boolean;
|
|
75
86
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|