@codeandfunction/callaloo 1.9.0 → 1.11.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
@@ -22,14 +22,14 @@ export type BannerThemes = Exclude<Themes, Themes.Transparent>;
22
22
  export type BlockTextHtmlTags = 'blockquote' | 'dd' | 'div' | 'dl' | 'dt' | 'figcaption' | 'figure' | 'hr' | 'li' | 'menu' | 'ol' | 'p' | 'pre' | 'ul';
23
23
  export declare enum BorderRadius {
24
24
  Full = "rounded-full",
25
- Lg = "rounded-lg",
26
- Md = "rounded-md",
25
+ Large = "rounded-lg",
26
+ Medium = "rounded-md",
27
27
  None = "rounded-none",
28
- Sm = "rounded-sm",
29
- Xl = "rounded-xl",
30
- Xxl = "rounded-2xl",
31
- Xxxl = "rounded-3xl",
32
- Xs = "rounded-xs"
28
+ Small = "rounded-sm",
29
+ XLarge = "rounded-xl",
30
+ XXLarge = "rounded-2xl",
31
+ XXXLarge = "rounded-3xl",
32
+ XSmall = "rounded-xs"
33
33
  }
34
34
  export declare enum ButtonTypes {
35
35
  Button = "button",
@@ -143,6 +143,7 @@ export declare enum IconNames {
143
143
  BrandWhatsApp = "tabler:brand-whatsapp",
144
144
  BrandX = "tabler:brand-x",
145
145
  BrandYouTube = "tabler:brand-youtube-filled",
146
+ Broadcast = "tabler:broadcast",
146
147
  Calendar = "tabler:calendar",
147
148
  CaretDown = "tabler:caret-down",
148
149
  CaretLeft = "tabler:caret-left",
@@ -174,6 +175,7 @@ export declare enum IconNames {
174
175
  Delete = "tabler:x",
175
176
  Devices = "tabler:devices",
176
177
  DeviceDesktop = "tabler:device-desktop",
178
+ DeviceGamepad = "tabler:device-gamepad",
177
179
  DeviceMobile = "tabler:device-mobile",
178
180
  DeviceTablet = "tabler:device-tablet",
179
181
  DeviceTv = "tabler:device-tv",
@@ -198,6 +200,7 @@ export declare enum IconNames {
198
200
  FileTypeVue = "tabler:file-type-vue",
199
201
  Folder = "tabler:folder",
200
202
  Forms = "tabler:forms",
203
+ Hanger = "tabler:hanger",
201
204
  Heading = "tabler:heading",
202
205
  Help = "tabler:help",
203
206
  HelpCircle = "tabler:help-circle",
@@ -223,6 +226,7 @@ export declare enum IconNames {
223
226
  ListTree = "tabler:list-tree",
224
227
  LogIn = "tabler:login",
225
228
  LogOut = "tabler:logout",
229
+ Music = "tabler:music",
226
230
  Palette = "tabler:palette",
227
231
  Paint = "tabler:paint",
228
232
  Marquee = "tabler:marquee",
@@ -248,6 +252,7 @@ export declare enum IconNames {
248
252
  Plus = "tabler:plus",
249
253
  Rectangle = "tabler:rectangle",
250
254
  Refresh = "tabler:refresh",
255
+ Rss = "tabler:rss",
251
256
  ShoppingCart = "tabler:shopping-cart",
252
257
  Search = "tabler:search",
253
258
  Section = "tabler:section",
@@ -264,6 +269,7 @@ export declare enum IconNames {
264
269
  Stack2 = "tabler:stack-2",
265
270
  Stack3 = "tabler:stack-3",
266
271
  Sun = "tabler:sun",
272
+ Ticket = "tabler:ticket",
267
273
  Terminal = "tabler:terminal",
268
274
  Terminal2 = "tabler:terminal-2",
269
275
  TextSize = "tabler:text-size",
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "Anthony Cholmondeley",
6
6
  "url": "https://callaloo.codeandfunction.com"
7
7
  },
8
- "version": "1.9.0",
8
+ "version": "1.11.0",
9
9
  "license": "MIT",
10
10
  "type": "module",
11
11
  "scripts": {