@codeandfunction/callaloo 1.18.8 → 1.18.10
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/Containers/CLCard.vue.d.ts +4 -0
- package/dist/components/Containers/CLDisclosure.vue.d.ts +8 -4
- package/dist/components/Containers/utils.d.ts +1 -1
- package/dist/index.js +1799 -1784
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +17 -1
- package/package.json +3 -2
package/dist/types.d.ts
CHANGED
|
@@ -164,6 +164,10 @@ export declare enum IconNames {
|
|
|
164
164
|
AlignBoxRightTop = "tabler:align-box-right-top",
|
|
165
165
|
AlignBoxRightMiddle = "tabler:align-box-right-middle",
|
|
166
166
|
AlignBoxRightBottom = "tabler:align-box-right-bottom",
|
|
167
|
+
AlignCenter = "tabler:align-center",
|
|
168
|
+
AlignLeft = "tabler:align-left",
|
|
169
|
+
AlignRight = "tabler:align-right",
|
|
170
|
+
AlignJustified = "tabler:align-justified",
|
|
167
171
|
Apps = "tabler:apps",
|
|
168
172
|
Archive = "tabler:archive",
|
|
169
173
|
ArrowBackUp = "tabler:arrow-back-up",
|
|
@@ -216,6 +220,7 @@ export declare enum IconNames {
|
|
|
216
220
|
BrandYouTube = "tabler:brand-youtube-filled",
|
|
217
221
|
Broadcast = "tabler:broadcast",
|
|
218
222
|
Calendar = "tabler:calendar",
|
|
223
|
+
Calculator = "tabler:calculator",
|
|
219
224
|
CaretDown = "tabler:caret-down",
|
|
220
225
|
CaretLeft = "tabler:caret-left",
|
|
221
226
|
CaretRight = "tabler:caret-right",
|
|
@@ -242,6 +247,8 @@ export declare enum IconNames {
|
|
|
242
247
|
ClipboardText = "tabler:clipboard-text",
|
|
243
248
|
Clock = "tabler:clock",
|
|
244
249
|
Clock2 = "tabler:clock-2",
|
|
250
|
+
Cloud = "tabler:cloud",
|
|
251
|
+
CloudComputing = "tabler:cloud-computing",
|
|
245
252
|
Code = "tabler:code",
|
|
246
253
|
Columns1 = "tabler:columns-1",
|
|
247
254
|
Columns2 = "tabler:columns-2",
|
|
@@ -253,6 +260,7 @@ export declare enum IconNames {
|
|
|
253
260
|
CreditCard = "tabler:credit-card",
|
|
254
261
|
Dasboard = "tabler:dashboard",
|
|
255
262
|
Database = "tabler:database",
|
|
263
|
+
DatabaseExport = "tabler:database-export",
|
|
256
264
|
Delete = "tabler:x",
|
|
257
265
|
Devices = "tabler:devices",
|
|
258
266
|
DeviceDesktop = "tabler:device-desktop",
|
|
@@ -262,6 +270,7 @@ export declare enum IconNames {
|
|
|
262
270
|
DeviceTv = "tabler:device-tv",
|
|
263
271
|
Dialpad = "tabler:dialpad",
|
|
264
272
|
Download = "tabler:download",
|
|
273
|
+
DragDrop = "tabler:drag-drop",
|
|
265
274
|
EditItem = "tabler:edit-circle",
|
|
266
275
|
EditPencil = "tabler:edit",
|
|
267
276
|
Email = "tabler:mail",
|
|
@@ -310,6 +319,7 @@ export declare enum IconNames {
|
|
|
310
319
|
ListTree = "tabler:list-tree",
|
|
311
320
|
LogIn = "tabler:login",
|
|
312
321
|
LogOut = "tabler:logout",
|
|
322
|
+
Logs = "tabler:logs",
|
|
313
323
|
Palette = "tabler:palette",
|
|
314
324
|
Paint = "tabler:paint",
|
|
315
325
|
PhotoScan = "tabler:photo-scan",
|
|
@@ -345,12 +355,17 @@ export declare enum IconNames {
|
|
|
345
355
|
Rectangle = "tabler:rectangle",
|
|
346
356
|
Refresh = "tabler:refresh",
|
|
347
357
|
Restore = "tabler:restore",
|
|
358
|
+
Rocket = "tabler:rocket",
|
|
348
359
|
Rss = "tabler:rss",
|
|
349
360
|
Scoreboard = "tabler:scoreboard",
|
|
361
|
+
Seo = "tabler:seo",
|
|
350
362
|
ShoppingCart = "tabler:shopping-cart",
|
|
363
|
+
ShieldCheck = "tabler:shield-check",
|
|
351
364
|
Search = "tabler:search",
|
|
352
365
|
Section = "tabler:section",
|
|
353
366
|
Select = "tabler:select",
|
|
367
|
+
Server = "tabler:server",
|
|
368
|
+
Server2 = "tabler:server-2",
|
|
354
369
|
Settings = "tabler:settings",
|
|
355
370
|
Share = "tabler:share",
|
|
356
371
|
Share2 = "tabler:share-2",
|
|
@@ -377,7 +392,8 @@ export declare enum IconNames {
|
|
|
377
392
|
UserSquareRounded = "tabler:user-square-rounded",
|
|
378
393
|
Video = "tabler:video",
|
|
379
394
|
WindowMaximize = "tabler:window-maximize",
|
|
380
|
-
WindowMinimize = "tabler:window-minimize"
|
|
395
|
+
WindowMinimize = "tabler:window-minimize",
|
|
396
|
+
WordlWww = "tabler:world-www"
|
|
381
397
|
}
|
|
382
398
|
export type InlineTextHtmlTags = 'a' | 'abbr' | 'b' | 'bdi' | 'bdo' | 'br' | 'cite' | 'code' | 'data' | 'dfn' | 'em' | 'i' | 'kbd' | 'mark' | 'q' | 'rp' | 'rt' | 'ruby' | 's' | 'samp' | 'small' | 'span' | 'strong' | 'sub' | 'sup' | 'time' | 'u' | 'var' | 'wbr';
|
|
383
399
|
export type InputThemes = Extract<Themes, Themes.Danger | Themes.Default | Themes.Success | Themes.Warning>;
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"a11y",
|
|
16
16
|
"component library"
|
|
17
17
|
],
|
|
18
|
-
"version": "1.18.
|
|
18
|
+
"version": "1.18.10",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"type": "module",
|
|
21
21
|
"scripts": {
|
|
@@ -55,7 +55,8 @@
|
|
|
55
55
|
"types": "./dist/index.d.ts",
|
|
56
56
|
"import": "./dist/index.js",
|
|
57
57
|
"require": "./dist/index.umd.cjs"
|
|
58
|
-
}
|
|
58
|
+
},
|
|
59
|
+
"./style.css": "./dist/assets/index.css"
|
|
59
60
|
},
|
|
60
61
|
"sideEffects": [
|
|
61
62
|
"**/*.css"
|