@getflip/swirl-components-angular 0.517.0 → 0.518.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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +16 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +969 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/component-library.module.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +333 -0
- package/dist/component-library/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +816 -0
- package/projects/component-library/src/lib/stencil-generated/index.ts +37 -0
|
@@ -108,6 +108,7 @@ export const DIRECTIVES = [
|
|
|
108
108
|
d.SwirlIconCloseSmall,
|
|
109
109
|
d.SwirlIconCloudUpload,
|
|
110
110
|
d.SwirlIconCoPresent,
|
|
111
|
+
d.SwirlIconCode,
|
|
111
112
|
d.SwirlIconColumn,
|
|
112
113
|
d.SwirlIconComment,
|
|
113
114
|
d.SwirlIconContractEdit,
|
|
@@ -326,6 +327,42 @@ export const DIRECTIVES = [
|
|
|
326
327
|
d.SwirlIconWorkspacePremium,
|
|
327
328
|
d.SwirlIconZoomIn,
|
|
328
329
|
d.SwirlIconZoomOut,
|
|
330
|
+
d.SwirlIllustration,
|
|
331
|
+
d.SwirlIllustrationAbsence,
|
|
332
|
+
d.SwirlIllustrationBookmarks,
|
|
333
|
+
d.SwirlIllustrationCalendar,
|
|
334
|
+
d.SwirlIllustrationCelebrate,
|
|
335
|
+
d.SwirlIllustrationChatMessages,
|
|
336
|
+
d.SwirlIllustrationChatSecurity,
|
|
337
|
+
d.SwirlIllustrationCompletedTask,
|
|
338
|
+
d.SwirlIllustrationConstruction,
|
|
339
|
+
d.SwirlIllustrationContrast,
|
|
340
|
+
d.SwirlIllustrationDirectory,
|
|
341
|
+
d.SwirlIllustrationDoor,
|
|
342
|
+
d.SwirlIllustrationEmptyFolder,
|
|
343
|
+
d.SwirlIllustrationInvites,
|
|
344
|
+
d.SwirlIllustrationInvitesDeclined,
|
|
345
|
+
d.SwirlIllustrationKey,
|
|
346
|
+
d.SwirlIllustrationKeyboard,
|
|
347
|
+
d.SwirlIllustrationLight,
|
|
348
|
+
d.SwirlIllustrationMail,
|
|
349
|
+
d.SwirlIllustrationMaintenance,
|
|
350
|
+
d.SwirlIllustrationMeteor,
|
|
351
|
+
d.SwirlIllustrationMoon,
|
|
352
|
+
d.SwirlIllustrationNews,
|
|
353
|
+
d.SwirlIllustrationNoNotifications,
|
|
354
|
+
d.SwirlIllustrationNotification,
|
|
355
|
+
d.SwirlIllustrationPaperRoll,
|
|
356
|
+
d.SwirlIllustrationPending,
|
|
357
|
+
d.SwirlIllustrationProfile,
|
|
358
|
+
d.SwirlIllustrationRoot,
|
|
359
|
+
d.SwirlIllustrationSearch,
|
|
360
|
+
d.SwirlIllustrationShifts,
|
|
361
|
+
d.SwirlIllustrationSorry,
|
|
362
|
+
d.SwirlIllustrationStart,
|
|
363
|
+
d.SwirlIllustrationTasks,
|
|
364
|
+
d.SwirlIllustrationWarningSign,
|
|
365
|
+
d.SwirlIllustrationWave,
|
|
329
366
|
d.SwirlImageGrid,
|
|
330
367
|
d.SwirlImageGridItem,
|
|
331
368
|
d.SwirlInlineError,
|