@codeandfunction/callaloo 1.17.2 → 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
package/dist/types.d.ts
CHANGED
|
@@ -155,6 +155,15 @@ export declare enum IconNames {
|
|
|
155
155
|
Ai = "tabler:ai",
|
|
156
156
|
Alarm = "tabler:alarm",
|
|
157
157
|
AlertSquare = "tabler:alert-square",
|
|
158
|
+
AlignBoxLeftTop = "tabler:align-box-left-top",
|
|
159
|
+
AlignBoxLeftMiddle = "tabler:align-box-left-middle",
|
|
160
|
+
AlignBoxLeftBottom = "tabler:align-box-left-bottom",
|
|
161
|
+
AlignBoxCenterTop = "tabler:align-box-center-top",
|
|
162
|
+
AlignBoxCenterMiddle = "tabler:align-box-center-middle",
|
|
163
|
+
AlignBoxCenterBottom = "tabler:align-box-center-bottom",
|
|
164
|
+
AlignBoxRightTop = "tabler:align-box-right-top",
|
|
165
|
+
AlignBoxRightMiddle = "tabler:align-box-right-middle",
|
|
166
|
+
AlignBoxRightBottom = "tabler:align-box-right-bottom",
|
|
158
167
|
Apps = "tabler:apps",
|
|
159
168
|
Archive = "tabler:archive",
|
|
160
169
|
ArrowBackUp = "tabler:arrow-back-up",
|
|
@@ -178,6 +187,8 @@ export declare enum IconNames {
|
|
|
178
187
|
Auth2fa = "tabler:auth-2fa",
|
|
179
188
|
Backspace = "tabler:backspace",
|
|
180
189
|
Book = "tabler:book",
|
|
190
|
+
BorderCorners = "tabler:border-corners",
|
|
191
|
+
BoxMargin = "tabler:box-margin",
|
|
181
192
|
Brush = "tabler:brush",
|
|
182
193
|
BrandApple = "tabler:brand-apple",
|
|
183
194
|
BrandAws = "tabler:brand-aws",
|
|
@@ -271,6 +282,7 @@ export declare enum IconNames {
|
|
|
271
282
|
FileTypeVue = "tabler:file-type-vue",
|
|
272
283
|
Folder = "tabler:folder",
|
|
273
284
|
Forms = "tabler:forms",
|
|
285
|
+
Frame = "tabler:frame",
|
|
274
286
|
Hanger = "tabler:hanger",
|
|
275
287
|
Heading = "tabler:heading",
|
|
276
288
|
Help = "tabler:help",
|