@codeandfunction/callaloo 1.7.1 → 1.8.1

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
@@ -80,6 +80,7 @@ export declare enum HeadingTypes {
80
80
  }
81
81
  export declare enum IconNames {
82
82
  Ai = "tabler:ai",
83
+ Apps = "tabler:apps",
83
84
  Archive = "tabler:archive",
84
85
  ArrowBackUp = "tabler:arrow-back-up",
85
86
  ArrowForwardUp = "tabler:arrow-forward-up",
@@ -112,6 +113,7 @@ export declare enum IconNames {
112
113
  BrandGoogle = "tabler:brand-google-filled",
113
114
  BrandInstagram = "tabler:brand-instagram",
114
115
  BrandLinkedIn = "tabler:brand-linkedin",
116
+ BrandMastercard = "tabler:brand-mastercard",
115
117
  BrandNpm = "tabler:brand-npm",
116
118
  BrandNuxt = "tabler:brand-nuxt",
117
119
  BrandReact = "tabler:brand-react",
@@ -121,10 +123,15 @@ export declare enum IconNames {
121
123
  BrandTikTok = "tabler:brand-tiktok",
122
124
  BrandTwitter = "tabler:brand-twitter-filled",
123
125
  BrandVercel = "tabler:brand-vercel",
126
+ BrandVisa = "tabler:brand-visa",
124
127
  BrandVue = "tabler:brand-vue",
125
128
  BrandWhatsApp = "tabler:brand-whatsapp",
126
129
  BrandX = "tabler:brand-x",
127
130
  BrandYouTube = "tabler:brand-youtube-filled",
131
+ CaretDown = "tabler:caret-down",
132
+ CaretLeft = "tabler:caret-left",
133
+ CaretRight = "tabler:caret-right",
134
+ CaretUp = "tabler:caret-up",
128
135
  CarouselHorizontal = "tabler:carousel-horizontal",
129
136
  Check = "tabler:check",
130
137
  ChevronLeft = "tabler:chevron-left",
@@ -143,6 +150,7 @@ export declare enum IconNames {
143
150
  Components = "tabler:components",
144
151
  Contrast = "tabler:contrast",
145
152
  Copy = "tabler:copy",
153
+ CreditCard = "tabler:credit-card",
146
154
  Dasboard = "tabler:dashboard",
147
155
  Database = "tabler:database",
148
156
  Delete = "tabler:x",
@@ -151,6 +159,7 @@ export declare enum IconNames {
151
159
  DeviceMobile = "tabler:device-mobile",
152
160
  DeviceTablet = "tabler:device-tablet",
153
161
  DeviceTv = "tabler:device-tv",
162
+ Dialpad = "tabler:dialpad",
154
163
  Download = "tabler:download",
155
164
  EditItem = "tabler:edit-circle",
156
165
  EditPencil = "tabler:edit",
@@ -179,6 +188,8 @@ export declare enum IconNames {
179
188
  Image = "tabler:photo",
180
189
  InfoCircle = "tabler:info-circle",
181
190
  InfoSmall = "tabler:info-small",
191
+ GripHorizontal = "tabler:grip-horizontal",
192
+ GripVertical = "tabler:grip-vertical",
182
193
  Keyboard = "tabler:keyboard",
183
194
  Layers = "tabler:layers-subtract",
184
195
  Layout = "tabler:layout",
@@ -214,12 +225,14 @@ export declare enum IconNames {
214
225
  MoreHorizontal = "tabler:dots",
215
226
  MoreVertical = "tabler:dots-vertical",
216
227
  Movie = "tabler:movie",
228
+ NewSection = "tabler:new-section",
217
229
  PlusCircle = "tabler:circle-plus",
218
230
  Plus = "tabler:plus",
219
231
  Rectangle = "tabler:rectangle",
220
232
  Refresh = "tabler:refresh",
221
233
  ShoppingCart = "tabler:shopping-cart",
222
234
  Search = "tabler:search",
235
+ Section = "tabler:section",
223
236
  Select = "tabler:select",
224
237
  Settings = "tabler:settings",
225
238
  Share = "tabler:share",
@@ -229,6 +242,9 @@ export declare enum IconNames {
229
242
  Square = "tabler:square",
230
243
  SquareCheck = "tabler:square-check",
231
244
  SquarePlus = "tabler:square-plus",
245
+ Stack = "tabler:stack",
246
+ Stack2 = "tabler:stack-2",
247
+ Stack3 = "tabler:stack-3",
232
248
  Sun = "tabler:sun",
233
249
  Terminal = "tabler:terminal",
234
250
  Terminal2 = "tabler:terminal-2",
@@ -237,10 +253,12 @@ export declare enum IconNames {
237
253
  Typography = "tabler:typography",
238
254
  Upload = "tabler:upload",
239
255
  Video = "tabler:video",
240
- WindowMaximize = "tabler:window-maximize"
256
+ WindowMaximize = "tabler:window-maximize",
257
+ WindowMinimize = "tabler:window-minimize"
241
258
  }
242
259
  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';
243
260
  export declare enum InputTypes {
261
+ Color = "color",
244
262
  Date = "date",
245
263
  DateTimeLocal = "datetime-local",
246
264
  Decimal = "decimal",
@@ -288,7 +306,6 @@ export interface InputProps {
288
306
  busy?: boolean;
289
307
  checked?: boolean;
290
308
  disabled?: boolean;
291
- floatingLabel?: boolean;
292
309
  fluid?: boolean;
293
310
  form?: string;
294
311
  grouped?: boolean;
@@ -328,6 +345,20 @@ export declare enum Orientation {
328
345
  Horizontal = "horizontal",
329
346
  Vertical = "vertical"
330
347
  }
348
+ export declare enum Placement {
349
+ Bottom = "bottom",
350
+ BottomEnd = "bottom-end",
351
+ BottomStart = "bottom-start",
352
+ Left = "left",
353
+ LeftEnd = "left-end",
354
+ LeftStart = "left-start",
355
+ Right = "right",
356
+ RightEnd = "right-end",
357
+ RightStart = "right-start",
358
+ Top = "top",
359
+ TopEnd = "top-end",
360
+ TopStart = "top-start"
361
+ }
331
362
  export declare enum Position {
332
363
  Absolute = "absolute",
333
364
  Relative = "relative"
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.7.1",
8
+ "version": "1.8.1",
9
9
  "license": "MIT",
10
10
  "type": "module",
11
11
  "scripts": {
@@ -29,20 +29,24 @@
29
29
  "require": "./dist/index.umd.cjs"
30
30
  }
31
31
  },
32
+ "sideEffects": [
33
+ "**/*.css"
34
+ ],
32
35
  "devDependencies": {
33
36
  "@chromatic-com/storybook": "^2.0.2",
34
- "@iconify-json/tabler": "^1.2.5",
37
+ "@floating-ui/vue": "^1.1.5",
38
+ "@iconify-json/tabler": "^1.2.6",
35
39
  "@iconify/types": "^2.0.0",
36
- "@storybook/addon-a11y": "^8.3.3",
37
- "@storybook/addon-essentials": "^8.3.3",
38
- "@storybook/addon-interactions": "^8.3.3",
39
- "@storybook/cli": "^8.3.3",
40
- "@storybook/core-server": "^8.3.3",
41
- "@storybook/test": "^8.3.3",
40
+ "@storybook/addon-a11y": "^8.3.6",
41
+ "@storybook/addon-essentials": "^8.3.6",
42
+ "@storybook/addon-interactions": "^8.3.6",
43
+ "@storybook/cli": "^8.3.6",
44
+ "@storybook/core-server": "^8.3.6",
45
+ "@storybook/test": "^8.3.6",
42
46
  "@storybook/test-runner": "^0.19.1",
43
- "@storybook/vue3": "^8.3.3",
44
- "@storybook/vue3-vite": "^8.3.3",
45
- "@types/node": "20.16.10",
47
+ "@storybook/vue3": "^8.3.6",
48
+ "@storybook/vue3-vite": "^8.3.6",
49
+ "@types/node": "20.17.1",
46
50
  "@typescript-eslint/eslint-plugin": "7.18.0",
47
51
  "@typescript-eslint/parser": "7.18.0",
48
52
  "@vitejs/plugin-vue": "^5.1.4",
@@ -53,19 +57,19 @@
53
57
  "@vue/tsconfig": "^0.5.1",
54
58
  "eslint": "8.57.1",
55
59
  "eslint-config-prettier": "9.1.0",
56
- "eslint-plugin-vue": "^9.28.0",
60
+ "eslint-plugin-vue": "^9.29.1",
57
61
  "glob": "^11.0.0",
58
- "playwright": "^1.47.2",
62
+ "playwright": "^1.48.2",
59
63
  "prettier": "^3.3.3",
60
- "sass": "^1.79.4",
61
- "storybook": "^8.3.3",
62
- "typescript": "^5.6.2",
63
- "vite": "5.4.8",
64
+ "sass": "^1.80.4",
65
+ "storybook": "^8.3.6",
66
+ "typescript": "^5.6.3",
67
+ "vite": "5.4.10",
64
68
  "vite-plugin-dts": "^3.9.1",
65
69
  "vite-plugin-lib-inject-css": "^2.1.1",
66
70
  "vite-tsconfig-paths": "^4.3.2",
67
71
  "vitest": "1.6.0",
68
- "vue": "^3.5.10",
72
+ "vue": "^3.5.12",
69
73
  "vue-router": "^4.4.5",
70
74
  "vue-tsc": "^1.8.27"
71
75
  },