@codeandfunction/callaloo 3.7.0 → 3.8.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/types.d.ts CHANGED
@@ -144,6 +144,7 @@ export declare enum ColorVariants {
144
144
  }
145
145
  export type GenericFunction = (event?: Event) => void;
146
146
  export type GenericFocusFunction = (event: FocusEvent) => void;
147
+ export type GenericInputFunction = (event?: Event) => void;
147
148
  export declare enum HeadingLevels {
148
149
  H1 = "h1",
149
150
  H2 = "h2",
@@ -268,6 +269,7 @@ export declare enum IconNames {
268
269
  BuildingStore = "tabler:building-store",
269
270
  BuildingSkyscraper = "tabler:building-skyscraper",
270
271
  Bug = "tabler:bug",
272
+ Bulb = "tabler:bulb",
271
273
  Bus = "tabler:bus",
272
274
  BusinessPlan = "tabler:businessplan",
273
275
  Calendar = "tabler:calendar",
@@ -281,6 +283,8 @@ export declare enum IconNames {
281
283
  CaretRight = "tabler:caret-right",
282
284
  CaretUp = "tabler:caret-up",
283
285
  CarouselHorizontal = "tabler:carousel-horizontal",
286
+ ChartBar = "tabler:chart-bar",
287
+ ChartPie = "tabler:chart-pie",
284
288
  Check = "tabler:check",
285
289
  ChefHat = "tabler:chef-hat",
286
290
  ChevronLeft = "tabler:chevron-left",
@@ -332,6 +336,7 @@ export declare enum IconNames {
332
336
  DatabaseExport = "tabler:database-export",
333
337
  Delete = "tabler:x",
334
338
  Devices = "tabler:devices",
339
+ DevicesDollar = "tabler:devices-dollar",
335
340
  DeviceDesktop = "tabler:device-desktop",
336
341
  DeviceGamepad = "tabler:device-gamepad",
337
342
  DeviceMobile = "tabler:device-mobile",
@@ -344,6 +349,7 @@ export declare enum IconNames {
344
349
  EditItem = "tabler:edit-circle",
345
350
  EditPencil = "tabler:edit",
346
351
  Email = "tabler:mail",
352
+ Equal = "tabler:equal",
347
353
  ExternalLink = "tabler:external-link",
348
354
  Eye = "tabler:eye",
349
355
  EyeOff = "tabler:eye-off",
@@ -369,6 +375,7 @@ export declare enum IconNames {
369
375
  Forms = "tabler:forms",
370
376
  Frame = "tabler:frame",
371
377
  Gps = "tabler:gps",
378
+ Gift = "tabler:gift",
372
379
  Hanger = "tabler:hanger",
373
380
  HandStop = "tabler:hand-stop",
374
381
  Heading = "tabler:heading",
@@ -462,6 +469,9 @@ export declare enum IconNames {
462
469
  Plus = "tabler:plus",
463
470
  Pointer = "tabler:pointer",
464
471
  Printer = "tabler:printer",
472
+ Progress = "tabler:progress",
473
+ ProgressHelp = "tabler:progress-help",
474
+ QuestionMark = "tabler:question-mark",
465
475
  Rectangle = "tabler:rectangle",
466
476
  Refresh = "tabler:refresh",
467
477
  Restore = "tabler:restore",
@@ -475,6 +485,8 @@ export declare enum IconNames {
475
485
  Run = "tabler:run",
476
486
  Sailboat = "tabler:sailboat",
477
487
  Scale = "tabler:scale",
488
+ School = "tabler:school",
489
+ Scissors = "tabler:scissors",
478
490
  Scoreboard = "tabler:scoreboard",
479
491
  Seo = "tabler:seo",
480
492
  ShoppingCart = "tabler:shopping-cart",
@@ -488,6 +500,7 @@ export declare enum IconNames {
488
500
  Share = "tabler:share",
489
501
  Share2 = "tabler:share-2",
490
502
  Share3 = "tabler:share-3",
503
+ Shirt = "tabler:shirt",
491
504
  Sliders = "tabler:adjustments",
492
505
  SpeedBoat = "tabler:speedboat",
493
506
  Square = "tabler:square",
@@ -496,15 +509,20 @@ export declare enum IconNames {
496
509
  Stack = "tabler:stack",
497
510
  Stack2 = "tabler:stack-2",
498
511
  Stack3 = "tabler:stack-3",
512
+ Stethoscope = "tabler:stethoscope",
499
513
  Sun = "tabler:sun",
500
514
  Table = "tabler:table",
501
- Ticket = "tabler:ticket",
502
- TipJar = "tabler:tip-jar",
503
515
  Template = "tabler:template",
504
516
  Terminal = "tabler:terminal",
505
517
  Terminal2 = "tabler:terminal-2",
506
518
  TextSize = "tabler:text-size",
519
+ Ticket = "tabler:ticket",
520
+ Timeline = "tabler:timeline",
521
+ TimelineEvent = "tabler:timeline-event",
522
+ TipJar = "tabler:tip-jar",
523
+ ToolsKitchen = "tabler:tools-kitchen",
507
524
  ToolsKitchen2 = "tabler:tools-kitchen-2",
525
+ ToolsKitchen3 = "tabler:tools-kitchen-3",
508
526
  Train = "tabler:train",
509
527
  TrashCan = "tabler:trash",
510
528
  Trekking = "tabler:trekking",
@@ -526,6 +544,7 @@ export declare enum IconNames {
526
544
  Video = "tabler:video",
527
545
  Walk = "tabler:walk",
528
546
  Wallet = "tabler:wallet",
547
+ Wifi = "tabler:wifi",
529
548
  WindowMaximize = "tabler:window-maximize",
530
549
  WindowMinimize = "tabler:window-minimize",
531
550
  WorldWww = "tabler:world-www"
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "3.7.0",
20
+ "version": "3.8.0",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {