@codeandfunction/callaloo 3.12.0 → 3.12.2
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/styles.css +1 -1
- package/dist/components/Assets/{CLIcon.vue.d.ts → CLIcon/CLIcon.vue.d.ts} +4 -3
- package/dist/components/Assets/CLIcon/index.d.ts +4 -0
- package/dist/components/Assets/index.d.ts +1 -2
- package/dist/components/Assets/utils.d.ts +1 -1
- package/dist/components/Buttons/{CLA11yButton.vue.d.ts → CLA11yButton/CLA11yButton.vue.d.ts} +8 -17
- package/dist/components/Buttons/CLA11yButton/index.d.ts +4 -0
- package/dist/components/Buttons/CLButton/CLButton.vue.d.ts +99 -0
- package/dist/components/Buttons/CLButton/index.d.ts +4 -0
- package/dist/components/Buttons/index.d.ts +2 -4
- package/dist/components/Buttons/utils.d.ts +1 -1
- package/dist/components/Containers/CLCard/CLCard.vue.d.ts +105 -0
- package/dist/components/Containers/CLCard/index.d.ts +4 -0
- package/dist/components/Containers/{Carousel → CLCarousel}/CLCarousel.vue.d.ts +9 -20
- package/dist/components/Containers/CLCarousel/CLCarouselNavigation.vue.d.ts +37 -0
- package/dist/components/Containers/CLCarousel/index.d.ts +11 -0
- package/dist/components/Containers/CLDisclosure/CLDisclosure.vue.d.ts +70 -0
- package/dist/components/Containers/CLDisclosure/index.d.ts +4 -0
- package/dist/components/Containers/index.d.ts +3 -9
- package/dist/components/Containers/utils.d.ts +1 -1
- package/dist/components/Form/{CLCheckbox.vue.d.ts → CLCheckbox/CLCheckbox.vue.d.ts} +26 -13
- package/dist/components/Form/CLCheckbox/index.d.ts +4 -0
- package/dist/components/Form/CLFormField.vue.d.ts +1 -1
- package/dist/components/Form/{CLInput.vue.d.ts → CLInput/CLInput.vue.d.ts} +42 -17
- package/dist/components/Form/CLInput/index.d.ts +4 -0
- package/dist/components/Form/CLInputMessages.vue.d.ts +1 -1
- package/dist/components/Form/{CLRadioButton.vue.d.ts → CLRadioButton/CLRadioButton.vue.d.ts} +9 -9
- package/dist/components/Form/CLRadioButton/index.d.ts +4 -0
- package/dist/components/Form/{CLSelect.vue.d.ts → CLSelect/CLSelect.vue.d.ts} +9 -9
- package/dist/components/Form/CLSelect/index.d.ts +4 -0
- package/dist/components/Form/{CLTextArea.vue.d.ts → CLTextArea/CLTextArea.vue.d.ts} +18 -18
- package/dist/components/Form/CLTextArea/index.d.ts +4 -0
- package/dist/components/Form/index.d.ts +5 -10
- package/dist/components/Form/utils.d.ts +1 -1
- package/dist/components/Indicators/{CLBadge.vue.d.ts → CLBadge/CLBadge.vue.d.ts} +6 -6
- package/dist/components/Indicators/CLBadge/index.d.ts +4 -0
- package/dist/components/Indicators/CLBanner/CLBanner.vue.d.ts +49 -0
- package/dist/components/Indicators/CLBanner/index.d.ts +4 -0
- package/dist/components/Indicators/{CLPill.vue.d.ts → CLPill/CLPill.vue.d.ts} +4 -4
- package/dist/components/Indicators/CLPill/index.d.ts +4 -0
- package/dist/components/Indicators/CLProgress/CLProgress.vue.d.ts +32 -0
- package/dist/components/Indicators/CLProgress/index.d.ts +4 -0
- package/dist/components/Indicators/index.d.ts +4 -9
- package/dist/components/Indicators/utils.d.ts +1 -1
- package/dist/components/Loading/{CLSkeleton.vue.d.ts → CLSkeleton/CLSkeleton.vue.d.ts} +3 -3
- package/dist/components/Loading/CLSkeleton/index.d.ts +4 -0
- package/dist/components/Loading/{CLSpinner.vue.d.ts → CLSpinner/CLSpinner.vue.d.ts} +4 -4
- package/dist/components/Loading/CLSpinner/index.d.ts +4 -0
- package/dist/components/Loading/index.d.ts +2 -4
- package/dist/components/Loading/utils.d.ts +1 -1
- package/dist/components/Modals/{CLModal.vue.d.ts → CLModal/CLModal.vue.d.ts} +16 -24
- package/dist/components/Modals/CLModal/index.d.ts +4 -0
- package/dist/components/Modals/index.d.ts +1 -2
- package/dist/components/Navigation/{CLLink.vue.d.ts → CLLink/CLLink.vue.d.ts} +6 -14
- package/dist/components/Navigation/CLLink/index.d.ts +4 -0
- package/dist/components/Navigation/{CLNavLink.vue.d.ts → CLNavLink/CLNavLink.vue.d.ts} +10 -14
- package/dist/components/Navigation/CLNavLink/index.d.ts +4 -0
- package/dist/components/Navigation/{CLNavSection.vue.d.ts → CLNavSection/CLNavSection.vue.d.ts} +3 -3
- package/dist/components/Navigation/CLNavSection/index.d.ts +4 -0
- package/dist/components/Navigation/index.d.ts +3 -6
- package/dist/components/Navigation/utils.d.ts +1 -1
- package/dist/components/Popups/CLDropdownMenu/CLDropdownMenu.vue.d.ts +204 -0
- package/dist/components/Popups/CLDropdownMenu/index.d.ts +4 -0
- package/dist/components/Popups/{CLToast.vue.d.ts → CLToast/CLToast.vue.d.ts} +1 -1
- package/dist/components/Popups/CLToast/index.d.ts +4 -0
- package/dist/components/Popups/index.d.ts +2 -5
- package/dist/components/Popups/utils.d.ts +1 -1
- package/dist/components/{Theme → Providers/Theme}/CLThemeProvider.vue.d.ts +1 -1
- package/dist/components/{Theme → Providers/Theme}/base-theme.d.ts +15 -15
- package/dist/components/{Theme → Providers/Theme}/utils.d.ts +1 -1
- package/dist/components/Providers/Toast/CLToastProvider.vue.d.ts +2 -2
- package/dist/components/Providers/index.d.ts +3 -1
- package/dist/components/Table/CLTable.vue.d.ts +6 -14
- package/dist/components/Table/CLTableCell.vue.d.ts +9 -17
- package/dist/components/Table/CLTableNestedCell.vue.d.ts +5 -12
- package/dist/components/Table/CLTableRow.vue.d.ts +5 -13
- package/dist/components/Table/index.d.ts +32 -15
- package/dist/components/Typography/CLHeading/CLHeading.vue.d.ts +33 -0
- package/dist/components/Typography/CLHeading/index.d.ts +4 -0
- package/dist/components/Typography/CLText/CLText.vue.d.ts +43 -0
- package/dist/components/Typography/CLText/index.d.ts +4 -0
- package/dist/components/Typography/index.d.ts +2 -5
- package/dist/components/Typography/utils.d.ts +1 -1
- package/dist/composables/useDropdown.d.ts +1 -1
- package/dist/composables/useToast.d.ts +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +3544 -3659
- package/dist/types.d.ts +73 -172
- package/package.json +11 -9
- package/dist/components/Buttons/CLButton.vue.d.ts +0 -288
- package/dist/components/Containers/CLCard.vue.d.ts +0 -51
- package/dist/components/Containers/CLDisclosure.vue.d.ts +0 -77
- package/dist/components/Containers/Carousel/CLCarouselNavigation.vue.d.ts +0 -22
- package/dist/components/Indicators/CLBanner.vue.d.ts +0 -13
- package/dist/components/Indicators/Progress/CLProgress.vue.d.ts +0 -45
- package/dist/components/Popups/CLDropdownMenu.vue.d.ts +0 -595
- package/dist/components/Theme/index.d.ts +0 -3
- package/dist/components/Typography/CLHeading.vue.d.ts +0 -85
- package/dist/components/Typography/CLText.vue.d.ts +0 -119
- /package/dist/components/Containers/{Carousel → CLCarousel}/CLCarouselSlide.vue.d.ts +0 -0
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { CLAlign, CLTextHtmlTags, CLTextTypes, CLColors } from '../../index';
|
|
2
|
-
/**
|
|
3
|
-
* The `<CLText />` component renders a text element.
|
|
4
|
-
*/
|
|
5
|
-
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
6
|
-
/** Set the horizontal alignment of content. The property can be one of `CLAlign`, e.g. `CLAlign.Left` */
|
|
7
|
-
align: {
|
|
8
|
-
type: PropType<CLAlign>;
|
|
9
|
-
default: CLAlign;
|
|
10
|
-
};
|
|
11
|
-
/** Set the HTML tag of the text element. The property can be one of `CLTextHtmlTags`, e.g. `p`. */
|
|
12
|
-
as: {
|
|
13
|
-
type: PropType<CLTextHtmlTags>;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
/** Render text with a font-weight of 700 */
|
|
17
|
-
bold: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
/** Render text with a font-weight of 900 */
|
|
22
|
-
bolder: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
/** Set the text color. The property can be one of `CLColors`, e.g. `CLColors.Neutral`. */
|
|
27
|
-
color: {
|
|
28
|
-
type: PropType<CLColors>;
|
|
29
|
-
default: CLColors;
|
|
30
|
-
};
|
|
31
|
-
/** Render text with a font-weight of 300 */
|
|
32
|
-
light: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
/** Render text with a font-weight of 500 */
|
|
37
|
-
medium: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
/** Set the text type. The property can be one of `CLTextTypes`, e.g. `Body`. */
|
|
42
|
-
type: {
|
|
43
|
-
type: PropType<CLTextTypes>;
|
|
44
|
-
default: CLTextTypes;
|
|
45
|
-
};
|
|
46
|
-
/** Sets a custom ID used for unit tests. */
|
|
47
|
-
testId: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
/** When set to `true`, truncate the text if it overflows its container. */
|
|
52
|
-
truncate: {
|
|
53
|
-
type: BooleanConstructor;
|
|
54
|
-
default: boolean;
|
|
55
|
-
};
|
|
56
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
57
|
-
/** Set the horizontal alignment of content. The property can be one of `CLAlign`, e.g. `CLAlign.Left` */
|
|
58
|
-
align: {
|
|
59
|
-
type: PropType<CLAlign>;
|
|
60
|
-
default: CLAlign;
|
|
61
|
-
};
|
|
62
|
-
/** Set the HTML tag of the text element. The property can be one of `CLTextHtmlTags`, e.g. `p`. */
|
|
63
|
-
as: {
|
|
64
|
-
type: PropType<CLTextHtmlTags>;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
/** Render text with a font-weight of 700 */
|
|
68
|
-
bold: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
/** Render text with a font-weight of 900 */
|
|
73
|
-
bolder: {
|
|
74
|
-
type: BooleanConstructor;
|
|
75
|
-
default: boolean;
|
|
76
|
-
};
|
|
77
|
-
/** Set the text color. The property can be one of `CLColors`, e.g. `CLColors.Neutral`. */
|
|
78
|
-
color: {
|
|
79
|
-
type: PropType<CLColors>;
|
|
80
|
-
default: CLColors;
|
|
81
|
-
};
|
|
82
|
-
/** Render text with a font-weight of 300 */
|
|
83
|
-
light: {
|
|
84
|
-
type: BooleanConstructor;
|
|
85
|
-
default: boolean;
|
|
86
|
-
};
|
|
87
|
-
/** Render text with a font-weight of 500 */
|
|
88
|
-
medium: {
|
|
89
|
-
type: BooleanConstructor;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
/** Set the text type. The property can be one of `CLTextTypes`, e.g. `Body`. */
|
|
93
|
-
type: {
|
|
94
|
-
type: PropType<CLTextTypes>;
|
|
95
|
-
default: CLTextTypes;
|
|
96
|
-
};
|
|
97
|
-
/** Sets a custom ID used for unit tests. */
|
|
98
|
-
testId: {
|
|
99
|
-
type: StringConstructor;
|
|
100
|
-
default: string;
|
|
101
|
-
};
|
|
102
|
-
/** When set to `true`, truncate the text if it overflows its container. */
|
|
103
|
-
truncate: {
|
|
104
|
-
type: BooleanConstructor;
|
|
105
|
-
default: boolean;
|
|
106
|
-
};
|
|
107
|
-
}>> & Readonly<{}>, {
|
|
108
|
-
medium: boolean;
|
|
109
|
-
color: CLColors;
|
|
110
|
-
light: boolean;
|
|
111
|
-
testId: string;
|
|
112
|
-
type: CLTextTypes;
|
|
113
|
-
bold: boolean;
|
|
114
|
-
align: CLAlign;
|
|
115
|
-
as: CLTextHtmlTags;
|
|
116
|
-
bolder: boolean;
|
|
117
|
-
truncate: boolean;
|
|
118
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
119
|
-
export default _default;
|
|
File without changes
|