@codeandfunction/callaloo 2.13.0 → 2.14.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
@@ -211,6 +211,7 @@ export declare enum IconNames {
211
211
  Auth2fa = "tabler:auth-2fa",
212
212
  Backspace = "tabler:backspace",
213
213
  Bell = "tabler:bell",
214
+ Bike = "tabler:bike",
214
215
  Book = "tabler:book",
215
216
  Bookmark = "tabler:bookmark",
216
217
  BorderCorners = "tabler:border-corners",
@@ -254,10 +255,17 @@ export declare enum IconNames {
254
255
  CarouselHorizontal = "tabler:carousel-horizontal",
255
256
  Check = "tabler:check",
256
257
  ChevronLeft = "tabler:chevron-left",
258
+ ChevronsLeft = "tabler:chevrons-left",
257
259
  ChevronRight = "tabler:chevron-right",
260
+ ChevronsRight = "tabler:chevrons-right",
258
261
  ChevronUp = "tabler:chevron-up",
262
+ ChevronsUp = "tabler:chevrons-up",
259
263
  ChevronDown = "tabler:chevron-down",
264
+ ChevronsDown = "tabler:chevrons-down",
265
+ Circle = "tabler:circle",
260
266
  CircleCheck = "tabler:circle-check",
267
+ CircleDot = "tabler:circle-dot",
268
+ CircleMinus = "tabler:circle-minus",
261
269
  CircleNumber0 = "tabler:circle-number-0",
262
270
  CircleNumber1 = "tabler:circle-number-1",
263
271
  CircleNumber2 = "tabler:circle-number-2",
@@ -268,6 +276,7 @@ export declare enum IconNames {
268
276
  CircleNumber7 = "tabler:circle-number-7",
269
277
  CircleNumber8 = "tabler:circle-number-8",
270
278
  CircleNumber9 = "tabler:circle-number-9",
279
+ CirclePlus = "tabler:circle-plus",
271
280
  Click = "tabler:click",
272
281
  ClipboardCopy = "tabler:clipboard-copy",
273
282
  ClipboardText = "tabler:clipboard-text",
@@ -278,6 +287,7 @@ export declare enum IconNames {
278
287
  CloudDataConnection = "tabler:cloud-data-connection",
279
288
  CloudUpload = "tabler:cloud-upload",
280
289
  Code = "tabler:code",
290
+ Coins = "tabler:coins",
281
291
  Columns1 = "tabler:columns-1",
282
292
  Columns2 = "tabler:columns-2",
283
293
  Columns3 = "tabler:columns-3",
@@ -336,6 +346,7 @@ export declare enum IconNames {
336
346
  InfoSmall = "tabler:info-small",
337
347
  GripHorizontal = "tabler:grip-horizontal",
338
348
  GripVertical = "tabler:grip-vertical",
349
+ Key = "tabler:key",
339
350
  Keyboard = "tabler:keyboard",
340
351
  Label = "tabler:label",
341
352
  Layers = "tabler:layers-subtract",
@@ -352,6 +363,7 @@ export declare enum IconNames {
352
363
  ListNumbers = "tabler:list-numbers",
353
364
  ListTree = "tabler:list-tree",
354
365
  LoadBalancer = "tabler:load-balancer",
366
+ Lock = "tabler:lock",
355
367
  Location = "tabler:location",
356
368
  LogIn = "tabler:login",
357
369
  LogOut = "tabler:logout",
@@ -410,6 +422,7 @@ export declare enum IconNames {
410
422
  RowInsertBottom = "tabler:row-insert-bottom",
411
423
  RowRemove = "tabler:row-remove",
412
424
  Rss = "tabler:rss",
425
+ Run = "tabler:run",
413
426
  Scoreboard = "tabler:scoreboard",
414
427
  Seo = "tabler:seo",
415
428
  ShoppingCart = "tabler:shopping-cart",
@@ -441,6 +454,7 @@ export declare enum IconNames {
441
454
  TextSize = "tabler:text-size",
442
455
  Train = "tabler:train",
443
456
  TrashCan = "tabler:trash",
457
+ Trekking = "tabler:trekking",
444
458
  Typography = "tabler:typography",
445
459
  Upload = "tabler:upload",
446
460
  Urgent = "tabler:urgent",
@@ -453,6 +467,7 @@ export declare enum IconNames {
453
467
  UsersPlus = "tabler:users-plus",
454
468
  UserSquareRounded = "tabler:user-square-rounded",
455
469
  Video = "tabler:video",
470
+ Walk = "tabler:walk",
456
471
  WindowMaximize = "tabler:window-maximize",
457
472
  WindowMinimize = "tabler:window-minimize",
458
473
  WorldWww = "tabler:world-www"
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "2.13.0",
20
+ "version": "2.14.0",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {