@getflip/swirl-components 0.58.2 → 0.59.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/components.json +651 -111
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-icon-bar-chart.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-gif.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-highlight.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-home.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-mark-chat-read.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-mark-chat-unread.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-play-arrow.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-reply.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-roadmap.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-video-library.cjs.entry.js +23 -0
- package/dist/collection/collection-manifest.json +10 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-bar-chart.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-gif.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-highlight.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-home.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-mark-chat-read.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-mark-chat-unread.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-play-arrow.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-reply.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-roadmap.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-video-library.js +52 -0
- package/dist/components/swirl-icon-bar-chart.d.ts +11 -0
- package/dist/components/swirl-icon-bar-chart.js +40 -0
- package/dist/components/swirl-icon-gif.d.ts +11 -0
- package/dist/components/swirl-icon-gif.js +40 -0
- package/dist/components/swirl-icon-highlight.d.ts +11 -0
- package/dist/components/swirl-icon-highlight.js +40 -0
- package/dist/components/swirl-icon-home.d.ts +11 -0
- package/dist/components/swirl-icon-home.js +40 -0
- package/dist/components/swirl-icon-mark-chat-read.d.ts +11 -0
- package/dist/components/swirl-icon-mark-chat-read.js +40 -0
- package/dist/components/swirl-icon-mark-chat-unread.d.ts +11 -0
- package/dist/components/swirl-icon-mark-chat-unread.js +40 -0
- package/dist/components/swirl-icon-play-arrow.d.ts +11 -0
- package/dist/components/swirl-icon-play-arrow.js +40 -0
- package/dist/components/swirl-icon-reply.d.ts +11 -0
- package/dist/components/swirl-icon-reply.js +40 -0
- package/dist/components/swirl-icon-roadmap.d.ts +11 -0
- package/dist/components/swirl-icon-roadmap.js +40 -0
- package/dist/components/swirl-icon-video-library.d.ts +11 -0
- package/dist/components/swirl-icon-video-library.js +40 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-icon-bar-chart.entry.js +19 -0
- package/dist/esm/swirl-icon-gif.entry.js +19 -0
- package/dist/esm/swirl-icon-highlight.entry.js +19 -0
- package/dist/esm/swirl-icon-home.entry.js +19 -0
- package/dist/esm/swirl-icon-mark-chat-read.entry.js +19 -0
- package/dist/esm/swirl-icon-mark-chat-unread.entry.js +19 -0
- package/dist/esm/swirl-icon-play-arrow.entry.js +19 -0
- package/dist/esm/swirl-icon-reply.entry.js +19 -0
- package/dist/esm/swirl-icon-roadmap.entry.js +19 -0
- package/dist/esm/swirl-icon-video-library.entry.js +19 -0
- package/dist/swirl-components/p-18727d9f.entry.js +1 -0
- package/dist/swirl-components/p-290b3a5e.entry.js +1 -0
- package/dist/swirl-components/p-50bd9548.entry.js +1 -0
- package/dist/swirl-components/p-637b01cf.entry.js +1 -0
- package/dist/swirl-components/p-6eec9b50.entry.js +1 -0
- package/dist/swirl-components/p-7b2c3fd3.entry.js +1 -0
- package/dist/swirl-components/p-7fecab0f.entry.js +1 -0
- package/dist/swirl-components/p-a72780ca.entry.js +1 -0
- package/dist/swirl-components/p-c2237c6c.entry.js +1 -0
- package/dist/swirl-components/p-f7d6cae3.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-icon/icons/swirl-icon-bar-chart.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-gif.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-highlight.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-home.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-mark-chat-read.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-mark-chat-unread.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-play-arrow.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-reply.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-roadmap.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-video-library.d.ts +5 -0
- package/dist/types/components.d.ts +150 -0
- package/package.json +2 -2
- package/vscode-data.json +130 -0
- package/dist/typings.d.ts +0 -1
|
@@ -556,6 +556,9 @@ export namespace Components {
|
|
|
556
556
|
interface SwirlIconAttachment {
|
|
557
557
|
"size": SwirlIconSize;
|
|
558
558
|
}
|
|
559
|
+
interface SwirlIconBarChart {
|
|
560
|
+
"size": SwirlIconSize;
|
|
561
|
+
}
|
|
559
562
|
interface SwirlIconBlock {
|
|
560
563
|
"size": SwirlIconSize;
|
|
561
564
|
}
|
|
@@ -670,6 +673,9 @@ export namespace Components {
|
|
|
670
673
|
interface SwirlIconFullscreenExit {
|
|
671
674
|
"size": SwirlIconSize;
|
|
672
675
|
}
|
|
676
|
+
interface SwirlIconGif {
|
|
677
|
+
"size": SwirlIconSize;
|
|
678
|
+
}
|
|
673
679
|
interface SwirlIconGroupAssign {
|
|
674
680
|
"size": SwirlIconSize;
|
|
675
681
|
}
|
|
@@ -688,6 +694,12 @@ export namespace Components {
|
|
|
688
694
|
interface SwirlIconHelp {
|
|
689
695
|
"size": SwirlIconSize;
|
|
690
696
|
}
|
|
697
|
+
interface SwirlIconHighlight {
|
|
698
|
+
"size": SwirlIconSize;
|
|
699
|
+
}
|
|
700
|
+
interface SwirlIconHome {
|
|
701
|
+
"size": SwirlIconSize;
|
|
702
|
+
}
|
|
691
703
|
interface SwirlIconImage {
|
|
692
704
|
"size": SwirlIconSize;
|
|
693
705
|
}
|
|
@@ -730,6 +742,12 @@ export namespace Components {
|
|
|
730
742
|
interface SwirlIconManageAccounts {
|
|
731
743
|
"size": SwirlIconSize;
|
|
732
744
|
}
|
|
745
|
+
interface SwirlIconMarkChatRead {
|
|
746
|
+
"size": SwirlIconSize;
|
|
747
|
+
}
|
|
748
|
+
interface SwirlIconMarkChatUnread {
|
|
749
|
+
"size": SwirlIconSize;
|
|
750
|
+
}
|
|
733
751
|
interface SwirlIconMention {
|
|
734
752
|
"size": SwirlIconSize;
|
|
735
753
|
}
|
|
@@ -784,6 +802,9 @@ export namespace Components {
|
|
|
784
802
|
interface SwirlIconPhone {
|
|
785
803
|
"size": SwirlIconSize;
|
|
786
804
|
}
|
|
805
|
+
interface SwirlIconPlayArrow {
|
|
806
|
+
"size": SwirlIconSize;
|
|
807
|
+
}
|
|
787
808
|
interface SwirlIconPoll {
|
|
788
809
|
"size": SwirlIconSize;
|
|
789
810
|
}
|
|
@@ -796,6 +817,12 @@ export namespace Components {
|
|
|
796
817
|
interface SwirlIconRemove {
|
|
797
818
|
"size": SwirlIconSize;
|
|
798
819
|
}
|
|
820
|
+
interface SwirlIconReply {
|
|
821
|
+
"size": SwirlIconSize;
|
|
822
|
+
}
|
|
823
|
+
interface SwirlIconRoadmap {
|
|
824
|
+
"size": SwirlIconSize;
|
|
825
|
+
}
|
|
799
826
|
interface SwirlIconSearch {
|
|
800
827
|
"size": SwirlIconSize;
|
|
801
828
|
}
|
|
@@ -847,6 +874,9 @@ export namespace Components {
|
|
|
847
874
|
interface SwirlIconVideoCamera {
|
|
848
875
|
"size": SwirlIconSize;
|
|
849
876
|
}
|
|
877
|
+
interface SwirlIconVideoLibrary {
|
|
878
|
+
"size": SwirlIconSize;
|
|
879
|
+
}
|
|
850
880
|
interface SwirlIconVisibility {
|
|
851
881
|
"size": SwirlIconSize;
|
|
852
882
|
}
|
|
@@ -1772,6 +1802,12 @@ declare global {
|
|
|
1772
1802
|
prototype: HTMLSwirlIconAttachmentElement;
|
|
1773
1803
|
new (): HTMLSwirlIconAttachmentElement;
|
|
1774
1804
|
};
|
|
1805
|
+
interface HTMLSwirlIconBarChartElement extends Components.SwirlIconBarChart, HTMLStencilElement {
|
|
1806
|
+
}
|
|
1807
|
+
var HTMLSwirlIconBarChartElement: {
|
|
1808
|
+
prototype: HTMLSwirlIconBarChartElement;
|
|
1809
|
+
new (): HTMLSwirlIconBarChartElement;
|
|
1810
|
+
};
|
|
1775
1811
|
interface HTMLSwirlIconBlockElement extends Components.SwirlIconBlock, HTMLStencilElement {
|
|
1776
1812
|
}
|
|
1777
1813
|
var HTMLSwirlIconBlockElement: {
|
|
@@ -2000,6 +2036,12 @@ declare global {
|
|
|
2000
2036
|
prototype: HTMLSwirlIconFullscreenExitElement;
|
|
2001
2037
|
new (): HTMLSwirlIconFullscreenExitElement;
|
|
2002
2038
|
};
|
|
2039
|
+
interface HTMLSwirlIconGifElement extends Components.SwirlIconGif, HTMLStencilElement {
|
|
2040
|
+
}
|
|
2041
|
+
var HTMLSwirlIconGifElement: {
|
|
2042
|
+
prototype: HTMLSwirlIconGifElement;
|
|
2043
|
+
new (): HTMLSwirlIconGifElement;
|
|
2044
|
+
};
|
|
2003
2045
|
interface HTMLSwirlIconGroupAssignElement extends Components.SwirlIconGroupAssign, HTMLStencilElement {
|
|
2004
2046
|
}
|
|
2005
2047
|
var HTMLSwirlIconGroupAssignElement: {
|
|
@@ -2036,6 +2078,18 @@ declare global {
|
|
|
2036
2078
|
prototype: HTMLSwirlIconHelpElement;
|
|
2037
2079
|
new (): HTMLSwirlIconHelpElement;
|
|
2038
2080
|
};
|
|
2081
|
+
interface HTMLSwirlIconHighlightElement extends Components.SwirlIconHighlight, HTMLStencilElement {
|
|
2082
|
+
}
|
|
2083
|
+
var HTMLSwirlIconHighlightElement: {
|
|
2084
|
+
prototype: HTMLSwirlIconHighlightElement;
|
|
2085
|
+
new (): HTMLSwirlIconHighlightElement;
|
|
2086
|
+
};
|
|
2087
|
+
interface HTMLSwirlIconHomeElement extends Components.SwirlIconHome, HTMLStencilElement {
|
|
2088
|
+
}
|
|
2089
|
+
var HTMLSwirlIconHomeElement: {
|
|
2090
|
+
prototype: HTMLSwirlIconHomeElement;
|
|
2091
|
+
new (): HTMLSwirlIconHomeElement;
|
|
2092
|
+
};
|
|
2039
2093
|
interface HTMLSwirlIconImageElement extends Components.SwirlIconImage, HTMLStencilElement {
|
|
2040
2094
|
}
|
|
2041
2095
|
var HTMLSwirlIconImageElement: {
|
|
@@ -2120,6 +2174,18 @@ declare global {
|
|
|
2120
2174
|
prototype: HTMLSwirlIconManageAccountsElement;
|
|
2121
2175
|
new (): HTMLSwirlIconManageAccountsElement;
|
|
2122
2176
|
};
|
|
2177
|
+
interface HTMLSwirlIconMarkChatReadElement extends Components.SwirlIconMarkChatRead, HTMLStencilElement {
|
|
2178
|
+
}
|
|
2179
|
+
var HTMLSwirlIconMarkChatReadElement: {
|
|
2180
|
+
prototype: HTMLSwirlIconMarkChatReadElement;
|
|
2181
|
+
new (): HTMLSwirlIconMarkChatReadElement;
|
|
2182
|
+
};
|
|
2183
|
+
interface HTMLSwirlIconMarkChatUnreadElement extends Components.SwirlIconMarkChatUnread, HTMLStencilElement {
|
|
2184
|
+
}
|
|
2185
|
+
var HTMLSwirlIconMarkChatUnreadElement: {
|
|
2186
|
+
prototype: HTMLSwirlIconMarkChatUnreadElement;
|
|
2187
|
+
new (): HTMLSwirlIconMarkChatUnreadElement;
|
|
2188
|
+
};
|
|
2123
2189
|
interface HTMLSwirlIconMentionElement extends Components.SwirlIconMention, HTMLStencilElement {
|
|
2124
2190
|
}
|
|
2125
2191
|
var HTMLSwirlIconMentionElement: {
|
|
@@ -2228,6 +2294,12 @@ declare global {
|
|
|
2228
2294
|
prototype: HTMLSwirlIconPhoneElement;
|
|
2229
2295
|
new (): HTMLSwirlIconPhoneElement;
|
|
2230
2296
|
};
|
|
2297
|
+
interface HTMLSwirlIconPlayArrowElement extends Components.SwirlIconPlayArrow, HTMLStencilElement {
|
|
2298
|
+
}
|
|
2299
|
+
var HTMLSwirlIconPlayArrowElement: {
|
|
2300
|
+
prototype: HTMLSwirlIconPlayArrowElement;
|
|
2301
|
+
new (): HTMLSwirlIconPlayArrowElement;
|
|
2302
|
+
};
|
|
2231
2303
|
interface HTMLSwirlIconPollElement extends Components.SwirlIconPoll, HTMLStencilElement {
|
|
2232
2304
|
}
|
|
2233
2305
|
var HTMLSwirlIconPollElement: {
|
|
@@ -2252,6 +2324,18 @@ declare global {
|
|
|
2252
2324
|
prototype: HTMLSwirlIconRemoveElement;
|
|
2253
2325
|
new (): HTMLSwirlIconRemoveElement;
|
|
2254
2326
|
};
|
|
2327
|
+
interface HTMLSwirlIconReplyElement extends Components.SwirlIconReply, HTMLStencilElement {
|
|
2328
|
+
}
|
|
2329
|
+
var HTMLSwirlIconReplyElement: {
|
|
2330
|
+
prototype: HTMLSwirlIconReplyElement;
|
|
2331
|
+
new (): HTMLSwirlIconReplyElement;
|
|
2332
|
+
};
|
|
2333
|
+
interface HTMLSwirlIconRoadmapElement extends Components.SwirlIconRoadmap, HTMLStencilElement {
|
|
2334
|
+
}
|
|
2335
|
+
var HTMLSwirlIconRoadmapElement: {
|
|
2336
|
+
prototype: HTMLSwirlIconRoadmapElement;
|
|
2337
|
+
new (): HTMLSwirlIconRoadmapElement;
|
|
2338
|
+
};
|
|
2255
2339
|
interface HTMLSwirlIconSearchElement extends Components.SwirlIconSearch, HTMLStencilElement {
|
|
2256
2340
|
}
|
|
2257
2341
|
var HTMLSwirlIconSearchElement: {
|
|
@@ -2354,6 +2438,12 @@ declare global {
|
|
|
2354
2438
|
prototype: HTMLSwirlIconVideoCameraElement;
|
|
2355
2439
|
new (): HTMLSwirlIconVideoCameraElement;
|
|
2356
2440
|
};
|
|
2441
|
+
interface HTMLSwirlIconVideoLibraryElement extends Components.SwirlIconVideoLibrary, HTMLStencilElement {
|
|
2442
|
+
}
|
|
2443
|
+
var HTMLSwirlIconVideoLibraryElement: {
|
|
2444
|
+
prototype: HTMLSwirlIconVideoLibraryElement;
|
|
2445
|
+
new (): HTMLSwirlIconVideoLibraryElement;
|
|
2446
|
+
};
|
|
2357
2447
|
interface HTMLSwirlIconVisibilityElement extends Components.SwirlIconVisibility, HTMLStencilElement {
|
|
2358
2448
|
}
|
|
2359
2449
|
var HTMLSwirlIconVisibilityElement: {
|
|
@@ -2717,6 +2807,7 @@ declare global {
|
|
|
2717
2807
|
"swirl-icon-arrow-right-small": HTMLSwirlIconArrowRightSmallElement;
|
|
2718
2808
|
"swirl-icon-arrow-upward": HTMLSwirlIconArrowUpwardElement;
|
|
2719
2809
|
"swirl-icon-attachment": HTMLSwirlIconAttachmentElement;
|
|
2810
|
+
"swirl-icon-bar-chart": HTMLSwirlIconBarChartElement;
|
|
2720
2811
|
"swirl-icon-block": HTMLSwirlIconBlockElement;
|
|
2721
2812
|
"swirl-icon-bookmark": HTMLSwirlIconBookmarkElement;
|
|
2722
2813
|
"swirl-icon-cancel": HTMLSwirlIconCancelElement;
|
|
@@ -2755,12 +2846,15 @@ declare global {
|
|
|
2755
2846
|
"swirl-icon-folder-shared": HTMLSwirlIconFolderSharedElement;
|
|
2756
2847
|
"swirl-icon-fullscreen": HTMLSwirlIconFullscreenElement;
|
|
2757
2848
|
"swirl-icon-fullscreen-exit": HTMLSwirlIconFullscreenExitElement;
|
|
2849
|
+
"swirl-icon-gif": HTMLSwirlIconGifElement;
|
|
2758
2850
|
"swirl-icon-group-assign": HTMLSwirlIconGroupAssignElement;
|
|
2759
2851
|
"swirl-icon-groups": HTMLSwirlIconGroupsElement;
|
|
2760
2852
|
"swirl-icon-groups-custom": HTMLSwirlIconGroupsCustomElement;
|
|
2761
2853
|
"swirl-icon-groups-filled": HTMLSwirlIconGroupsFilledElement;
|
|
2762
2854
|
"swirl-icon-groups-outlined": HTMLSwirlIconGroupsOutlinedElement;
|
|
2763
2855
|
"swirl-icon-help": HTMLSwirlIconHelpElement;
|
|
2856
|
+
"swirl-icon-highlight": HTMLSwirlIconHighlightElement;
|
|
2857
|
+
"swirl-icon-home": HTMLSwirlIconHomeElement;
|
|
2764
2858
|
"swirl-icon-image": HTMLSwirlIconImageElement;
|
|
2765
2859
|
"swirl-icon-improve-text": HTMLSwirlIconImproveTextElement;
|
|
2766
2860
|
"swirl-icon-info": HTMLSwirlIconInfoElement;
|
|
@@ -2775,6 +2869,8 @@ declare global {
|
|
|
2775
2869
|
"swirl-icon-long-text": HTMLSwirlIconLongTextElement;
|
|
2776
2870
|
"swirl-icon-mail": HTMLSwirlIconMailElement;
|
|
2777
2871
|
"swirl-icon-manage-accounts": HTMLSwirlIconManageAccountsElement;
|
|
2872
|
+
"swirl-icon-mark-chat-read": HTMLSwirlIconMarkChatReadElement;
|
|
2873
|
+
"swirl-icon-mark-chat-unread": HTMLSwirlIconMarkChatUnreadElement;
|
|
2778
2874
|
"swirl-icon-mention": HTMLSwirlIconMentionElement;
|
|
2779
2875
|
"swirl-icon-menu": HTMLSwirlIconMenuElement;
|
|
2780
2876
|
"swirl-icon-menu-book": HTMLSwirlIconMenuBookElement;
|
|
@@ -2793,10 +2889,13 @@ declare global {
|
|
|
2793
2889
|
"swirl-icon-person": HTMLSwirlIconPersonElement;
|
|
2794
2890
|
"swirl-icon-person-off": HTMLSwirlIconPersonOffElement;
|
|
2795
2891
|
"swirl-icon-phone": HTMLSwirlIconPhoneElement;
|
|
2892
|
+
"swirl-icon-play-arrow": HTMLSwirlIconPlayArrowElement;
|
|
2796
2893
|
"swirl-icon-poll": HTMLSwirlIconPollElement;
|
|
2797
2894
|
"swirl-icon-print": HTMLSwirlIconPrintElement;
|
|
2798
2895
|
"swirl-icon-recieved": HTMLSwirlIconRecievedElement;
|
|
2799
2896
|
"swirl-icon-remove": HTMLSwirlIconRemoveElement;
|
|
2897
|
+
"swirl-icon-reply": HTMLSwirlIconReplyElement;
|
|
2898
|
+
"swirl-icon-roadmap": HTMLSwirlIconRoadmapElement;
|
|
2800
2899
|
"swirl-icon-search": HTMLSwirlIconSearchElement;
|
|
2801
2900
|
"swirl-icon-search-strong": HTMLSwirlIconSearchStrongElement;
|
|
2802
2901
|
"swirl-icon-send": HTMLSwirlIconSendElement;
|
|
@@ -2814,6 +2913,7 @@ declare global {
|
|
|
2814
2913
|
"swirl-icon-unlock-person": HTMLSwirlIconUnlockPersonElement;
|
|
2815
2914
|
"swirl-icon-user-assign": HTMLSwirlIconUserAssignElement;
|
|
2816
2915
|
"swirl-icon-video-camera": HTMLSwirlIconVideoCameraElement;
|
|
2916
|
+
"swirl-icon-video-library": HTMLSwirlIconVideoLibraryElement;
|
|
2817
2917
|
"swirl-icon-visibility": HTMLSwirlIconVisibilityElement;
|
|
2818
2918
|
"swirl-icon-visibility-off": HTMLSwirlIconVisibilityOffElement;
|
|
2819
2919
|
"swirl-icon-voice": HTMLSwirlIconVoiceElement;
|
|
@@ -3262,6 +3362,9 @@ declare namespace LocalJSX {
|
|
|
3262
3362
|
interface SwirlIconAttachment {
|
|
3263
3363
|
"size"?: SwirlIconSize;
|
|
3264
3364
|
}
|
|
3365
|
+
interface SwirlIconBarChart {
|
|
3366
|
+
"size"?: SwirlIconSize;
|
|
3367
|
+
}
|
|
3265
3368
|
interface SwirlIconBlock {
|
|
3266
3369
|
"size"?: SwirlIconSize;
|
|
3267
3370
|
}
|
|
@@ -3376,6 +3479,9 @@ declare namespace LocalJSX {
|
|
|
3376
3479
|
interface SwirlIconFullscreenExit {
|
|
3377
3480
|
"size"?: SwirlIconSize;
|
|
3378
3481
|
}
|
|
3482
|
+
interface SwirlIconGif {
|
|
3483
|
+
"size"?: SwirlIconSize;
|
|
3484
|
+
}
|
|
3379
3485
|
interface SwirlIconGroupAssign {
|
|
3380
3486
|
"size"?: SwirlIconSize;
|
|
3381
3487
|
}
|
|
@@ -3394,6 +3500,12 @@ declare namespace LocalJSX {
|
|
|
3394
3500
|
interface SwirlIconHelp {
|
|
3395
3501
|
"size"?: SwirlIconSize;
|
|
3396
3502
|
}
|
|
3503
|
+
interface SwirlIconHighlight {
|
|
3504
|
+
"size"?: SwirlIconSize;
|
|
3505
|
+
}
|
|
3506
|
+
interface SwirlIconHome {
|
|
3507
|
+
"size"?: SwirlIconSize;
|
|
3508
|
+
}
|
|
3397
3509
|
interface SwirlIconImage {
|
|
3398
3510
|
"size"?: SwirlIconSize;
|
|
3399
3511
|
}
|
|
@@ -3436,6 +3548,12 @@ declare namespace LocalJSX {
|
|
|
3436
3548
|
interface SwirlIconManageAccounts {
|
|
3437
3549
|
"size"?: SwirlIconSize;
|
|
3438
3550
|
}
|
|
3551
|
+
interface SwirlIconMarkChatRead {
|
|
3552
|
+
"size"?: SwirlIconSize;
|
|
3553
|
+
}
|
|
3554
|
+
interface SwirlIconMarkChatUnread {
|
|
3555
|
+
"size"?: SwirlIconSize;
|
|
3556
|
+
}
|
|
3439
3557
|
interface SwirlIconMention {
|
|
3440
3558
|
"size"?: SwirlIconSize;
|
|
3441
3559
|
}
|
|
@@ -3490,6 +3608,9 @@ declare namespace LocalJSX {
|
|
|
3490
3608
|
interface SwirlIconPhone {
|
|
3491
3609
|
"size"?: SwirlIconSize;
|
|
3492
3610
|
}
|
|
3611
|
+
interface SwirlIconPlayArrow {
|
|
3612
|
+
"size"?: SwirlIconSize;
|
|
3613
|
+
}
|
|
3493
3614
|
interface SwirlIconPoll {
|
|
3494
3615
|
"size"?: SwirlIconSize;
|
|
3495
3616
|
}
|
|
@@ -3502,6 +3623,12 @@ declare namespace LocalJSX {
|
|
|
3502
3623
|
interface SwirlIconRemove {
|
|
3503
3624
|
"size"?: SwirlIconSize;
|
|
3504
3625
|
}
|
|
3626
|
+
interface SwirlIconReply {
|
|
3627
|
+
"size"?: SwirlIconSize;
|
|
3628
|
+
}
|
|
3629
|
+
interface SwirlIconRoadmap {
|
|
3630
|
+
"size"?: SwirlIconSize;
|
|
3631
|
+
}
|
|
3505
3632
|
interface SwirlIconSearch {
|
|
3506
3633
|
"size"?: SwirlIconSize;
|
|
3507
3634
|
}
|
|
@@ -3553,6 +3680,9 @@ declare namespace LocalJSX {
|
|
|
3553
3680
|
interface SwirlIconVideoCamera {
|
|
3554
3681
|
"size"?: SwirlIconSize;
|
|
3555
3682
|
}
|
|
3683
|
+
interface SwirlIconVideoLibrary {
|
|
3684
|
+
"size"?: SwirlIconSize;
|
|
3685
|
+
}
|
|
3556
3686
|
interface SwirlIconVisibility {
|
|
3557
3687
|
"size"?: SwirlIconSize;
|
|
3558
3688
|
}
|
|
@@ -4010,6 +4140,7 @@ declare namespace LocalJSX {
|
|
|
4010
4140
|
"swirl-icon-arrow-right-small": SwirlIconArrowRightSmall;
|
|
4011
4141
|
"swirl-icon-arrow-upward": SwirlIconArrowUpward;
|
|
4012
4142
|
"swirl-icon-attachment": SwirlIconAttachment;
|
|
4143
|
+
"swirl-icon-bar-chart": SwirlIconBarChart;
|
|
4013
4144
|
"swirl-icon-block": SwirlIconBlock;
|
|
4014
4145
|
"swirl-icon-bookmark": SwirlIconBookmark;
|
|
4015
4146
|
"swirl-icon-cancel": SwirlIconCancel;
|
|
@@ -4048,12 +4179,15 @@ declare namespace LocalJSX {
|
|
|
4048
4179
|
"swirl-icon-folder-shared": SwirlIconFolderShared;
|
|
4049
4180
|
"swirl-icon-fullscreen": SwirlIconFullscreen;
|
|
4050
4181
|
"swirl-icon-fullscreen-exit": SwirlIconFullscreenExit;
|
|
4182
|
+
"swirl-icon-gif": SwirlIconGif;
|
|
4051
4183
|
"swirl-icon-group-assign": SwirlIconGroupAssign;
|
|
4052
4184
|
"swirl-icon-groups": SwirlIconGroups;
|
|
4053
4185
|
"swirl-icon-groups-custom": SwirlIconGroupsCustom;
|
|
4054
4186
|
"swirl-icon-groups-filled": SwirlIconGroupsFilled;
|
|
4055
4187
|
"swirl-icon-groups-outlined": SwirlIconGroupsOutlined;
|
|
4056
4188
|
"swirl-icon-help": SwirlIconHelp;
|
|
4189
|
+
"swirl-icon-highlight": SwirlIconHighlight;
|
|
4190
|
+
"swirl-icon-home": SwirlIconHome;
|
|
4057
4191
|
"swirl-icon-image": SwirlIconImage;
|
|
4058
4192
|
"swirl-icon-improve-text": SwirlIconImproveText;
|
|
4059
4193
|
"swirl-icon-info": SwirlIconInfo;
|
|
@@ -4068,6 +4202,8 @@ declare namespace LocalJSX {
|
|
|
4068
4202
|
"swirl-icon-long-text": SwirlIconLongText;
|
|
4069
4203
|
"swirl-icon-mail": SwirlIconMail;
|
|
4070
4204
|
"swirl-icon-manage-accounts": SwirlIconManageAccounts;
|
|
4205
|
+
"swirl-icon-mark-chat-read": SwirlIconMarkChatRead;
|
|
4206
|
+
"swirl-icon-mark-chat-unread": SwirlIconMarkChatUnread;
|
|
4071
4207
|
"swirl-icon-mention": SwirlIconMention;
|
|
4072
4208
|
"swirl-icon-menu": SwirlIconMenu;
|
|
4073
4209
|
"swirl-icon-menu-book": SwirlIconMenuBook;
|
|
@@ -4086,10 +4222,13 @@ declare namespace LocalJSX {
|
|
|
4086
4222
|
"swirl-icon-person": SwirlIconPerson;
|
|
4087
4223
|
"swirl-icon-person-off": SwirlIconPersonOff;
|
|
4088
4224
|
"swirl-icon-phone": SwirlIconPhone;
|
|
4225
|
+
"swirl-icon-play-arrow": SwirlIconPlayArrow;
|
|
4089
4226
|
"swirl-icon-poll": SwirlIconPoll;
|
|
4090
4227
|
"swirl-icon-print": SwirlIconPrint;
|
|
4091
4228
|
"swirl-icon-recieved": SwirlIconRecieved;
|
|
4092
4229
|
"swirl-icon-remove": SwirlIconRemove;
|
|
4230
|
+
"swirl-icon-reply": SwirlIconReply;
|
|
4231
|
+
"swirl-icon-roadmap": SwirlIconRoadmap;
|
|
4093
4232
|
"swirl-icon-search": SwirlIconSearch;
|
|
4094
4233
|
"swirl-icon-search-strong": SwirlIconSearchStrong;
|
|
4095
4234
|
"swirl-icon-send": SwirlIconSend;
|
|
@@ -4107,6 +4246,7 @@ declare namespace LocalJSX {
|
|
|
4107
4246
|
"swirl-icon-unlock-person": SwirlIconUnlockPerson;
|
|
4108
4247
|
"swirl-icon-user-assign": SwirlIconUserAssign;
|
|
4109
4248
|
"swirl-icon-video-camera": SwirlIconVideoCamera;
|
|
4249
|
+
"swirl-icon-video-library": SwirlIconVideoLibrary;
|
|
4110
4250
|
"swirl-icon-visibility": SwirlIconVisibility;
|
|
4111
4251
|
"swirl-icon-visibility-off": SwirlIconVisibilityOff;
|
|
4112
4252
|
"swirl-icon-voice": SwirlIconVoice;
|
|
@@ -4222,6 +4362,7 @@ declare module "@stencil/core" {
|
|
|
4222
4362
|
"swirl-icon-arrow-right-small": LocalJSX.SwirlIconArrowRightSmall & JSXBase.HTMLAttributes<HTMLSwirlIconArrowRightSmallElement>;
|
|
4223
4363
|
"swirl-icon-arrow-upward": LocalJSX.SwirlIconArrowUpward & JSXBase.HTMLAttributes<HTMLSwirlIconArrowUpwardElement>;
|
|
4224
4364
|
"swirl-icon-attachment": LocalJSX.SwirlIconAttachment & JSXBase.HTMLAttributes<HTMLSwirlIconAttachmentElement>;
|
|
4365
|
+
"swirl-icon-bar-chart": LocalJSX.SwirlIconBarChart & JSXBase.HTMLAttributes<HTMLSwirlIconBarChartElement>;
|
|
4225
4366
|
"swirl-icon-block": LocalJSX.SwirlIconBlock & JSXBase.HTMLAttributes<HTMLSwirlIconBlockElement>;
|
|
4226
4367
|
"swirl-icon-bookmark": LocalJSX.SwirlIconBookmark & JSXBase.HTMLAttributes<HTMLSwirlIconBookmarkElement>;
|
|
4227
4368
|
"swirl-icon-cancel": LocalJSX.SwirlIconCancel & JSXBase.HTMLAttributes<HTMLSwirlIconCancelElement>;
|
|
@@ -4260,12 +4401,15 @@ declare module "@stencil/core" {
|
|
|
4260
4401
|
"swirl-icon-folder-shared": LocalJSX.SwirlIconFolderShared & JSXBase.HTMLAttributes<HTMLSwirlIconFolderSharedElement>;
|
|
4261
4402
|
"swirl-icon-fullscreen": LocalJSX.SwirlIconFullscreen & JSXBase.HTMLAttributes<HTMLSwirlIconFullscreenElement>;
|
|
4262
4403
|
"swirl-icon-fullscreen-exit": LocalJSX.SwirlIconFullscreenExit & JSXBase.HTMLAttributes<HTMLSwirlIconFullscreenExitElement>;
|
|
4404
|
+
"swirl-icon-gif": LocalJSX.SwirlIconGif & JSXBase.HTMLAttributes<HTMLSwirlIconGifElement>;
|
|
4263
4405
|
"swirl-icon-group-assign": LocalJSX.SwirlIconGroupAssign & JSXBase.HTMLAttributes<HTMLSwirlIconGroupAssignElement>;
|
|
4264
4406
|
"swirl-icon-groups": LocalJSX.SwirlIconGroups & JSXBase.HTMLAttributes<HTMLSwirlIconGroupsElement>;
|
|
4265
4407
|
"swirl-icon-groups-custom": LocalJSX.SwirlIconGroupsCustom & JSXBase.HTMLAttributes<HTMLSwirlIconGroupsCustomElement>;
|
|
4266
4408
|
"swirl-icon-groups-filled": LocalJSX.SwirlIconGroupsFilled & JSXBase.HTMLAttributes<HTMLSwirlIconGroupsFilledElement>;
|
|
4267
4409
|
"swirl-icon-groups-outlined": LocalJSX.SwirlIconGroupsOutlined & JSXBase.HTMLAttributes<HTMLSwirlIconGroupsOutlinedElement>;
|
|
4268
4410
|
"swirl-icon-help": LocalJSX.SwirlIconHelp & JSXBase.HTMLAttributes<HTMLSwirlIconHelpElement>;
|
|
4411
|
+
"swirl-icon-highlight": LocalJSX.SwirlIconHighlight & JSXBase.HTMLAttributes<HTMLSwirlIconHighlightElement>;
|
|
4412
|
+
"swirl-icon-home": LocalJSX.SwirlIconHome & JSXBase.HTMLAttributes<HTMLSwirlIconHomeElement>;
|
|
4269
4413
|
"swirl-icon-image": LocalJSX.SwirlIconImage & JSXBase.HTMLAttributes<HTMLSwirlIconImageElement>;
|
|
4270
4414
|
"swirl-icon-improve-text": LocalJSX.SwirlIconImproveText & JSXBase.HTMLAttributes<HTMLSwirlIconImproveTextElement>;
|
|
4271
4415
|
"swirl-icon-info": LocalJSX.SwirlIconInfo & JSXBase.HTMLAttributes<HTMLSwirlIconInfoElement>;
|
|
@@ -4280,6 +4424,8 @@ declare module "@stencil/core" {
|
|
|
4280
4424
|
"swirl-icon-long-text": LocalJSX.SwirlIconLongText & JSXBase.HTMLAttributes<HTMLSwirlIconLongTextElement>;
|
|
4281
4425
|
"swirl-icon-mail": LocalJSX.SwirlIconMail & JSXBase.HTMLAttributes<HTMLSwirlIconMailElement>;
|
|
4282
4426
|
"swirl-icon-manage-accounts": LocalJSX.SwirlIconManageAccounts & JSXBase.HTMLAttributes<HTMLSwirlIconManageAccountsElement>;
|
|
4427
|
+
"swirl-icon-mark-chat-read": LocalJSX.SwirlIconMarkChatRead & JSXBase.HTMLAttributes<HTMLSwirlIconMarkChatReadElement>;
|
|
4428
|
+
"swirl-icon-mark-chat-unread": LocalJSX.SwirlIconMarkChatUnread & JSXBase.HTMLAttributes<HTMLSwirlIconMarkChatUnreadElement>;
|
|
4283
4429
|
"swirl-icon-mention": LocalJSX.SwirlIconMention & JSXBase.HTMLAttributes<HTMLSwirlIconMentionElement>;
|
|
4284
4430
|
"swirl-icon-menu": LocalJSX.SwirlIconMenu & JSXBase.HTMLAttributes<HTMLSwirlIconMenuElement>;
|
|
4285
4431
|
"swirl-icon-menu-book": LocalJSX.SwirlIconMenuBook & JSXBase.HTMLAttributes<HTMLSwirlIconMenuBookElement>;
|
|
@@ -4298,10 +4444,13 @@ declare module "@stencil/core" {
|
|
|
4298
4444
|
"swirl-icon-person": LocalJSX.SwirlIconPerson & JSXBase.HTMLAttributes<HTMLSwirlIconPersonElement>;
|
|
4299
4445
|
"swirl-icon-person-off": LocalJSX.SwirlIconPersonOff & JSXBase.HTMLAttributes<HTMLSwirlIconPersonOffElement>;
|
|
4300
4446
|
"swirl-icon-phone": LocalJSX.SwirlIconPhone & JSXBase.HTMLAttributes<HTMLSwirlIconPhoneElement>;
|
|
4447
|
+
"swirl-icon-play-arrow": LocalJSX.SwirlIconPlayArrow & JSXBase.HTMLAttributes<HTMLSwirlIconPlayArrowElement>;
|
|
4301
4448
|
"swirl-icon-poll": LocalJSX.SwirlIconPoll & JSXBase.HTMLAttributes<HTMLSwirlIconPollElement>;
|
|
4302
4449
|
"swirl-icon-print": LocalJSX.SwirlIconPrint & JSXBase.HTMLAttributes<HTMLSwirlIconPrintElement>;
|
|
4303
4450
|
"swirl-icon-recieved": LocalJSX.SwirlIconRecieved & JSXBase.HTMLAttributes<HTMLSwirlIconRecievedElement>;
|
|
4304
4451
|
"swirl-icon-remove": LocalJSX.SwirlIconRemove & JSXBase.HTMLAttributes<HTMLSwirlIconRemoveElement>;
|
|
4452
|
+
"swirl-icon-reply": LocalJSX.SwirlIconReply & JSXBase.HTMLAttributes<HTMLSwirlIconReplyElement>;
|
|
4453
|
+
"swirl-icon-roadmap": LocalJSX.SwirlIconRoadmap & JSXBase.HTMLAttributes<HTMLSwirlIconRoadmapElement>;
|
|
4305
4454
|
"swirl-icon-search": LocalJSX.SwirlIconSearch & JSXBase.HTMLAttributes<HTMLSwirlIconSearchElement>;
|
|
4306
4455
|
"swirl-icon-search-strong": LocalJSX.SwirlIconSearchStrong & JSXBase.HTMLAttributes<HTMLSwirlIconSearchStrongElement>;
|
|
4307
4456
|
"swirl-icon-send": LocalJSX.SwirlIconSend & JSXBase.HTMLAttributes<HTMLSwirlIconSendElement>;
|
|
@@ -4319,6 +4468,7 @@ declare module "@stencil/core" {
|
|
|
4319
4468
|
"swirl-icon-unlock-person": LocalJSX.SwirlIconUnlockPerson & JSXBase.HTMLAttributes<HTMLSwirlIconUnlockPersonElement>;
|
|
4320
4469
|
"swirl-icon-user-assign": LocalJSX.SwirlIconUserAssign & JSXBase.HTMLAttributes<HTMLSwirlIconUserAssignElement>;
|
|
4321
4470
|
"swirl-icon-video-camera": LocalJSX.SwirlIconVideoCamera & JSXBase.HTMLAttributes<HTMLSwirlIconVideoCameraElement>;
|
|
4471
|
+
"swirl-icon-video-library": LocalJSX.SwirlIconVideoLibrary & JSXBase.HTMLAttributes<HTMLSwirlIconVideoLibraryElement>;
|
|
4322
4472
|
"swirl-icon-visibility": LocalJSX.SwirlIconVisibility & JSXBase.HTMLAttributes<HTMLSwirlIconVisibilityElement>;
|
|
4323
4473
|
"swirl-icon-visibility-off": LocalJSX.SwirlIconVisibilityOff & JSXBase.HTMLAttributes<HTMLSwirlIconVisibilityOffElement>;
|
|
4324
4474
|
"swirl-icon-voice": LocalJSX.SwirlIconVoice & JSXBase.HTMLAttributes<HTMLSwirlIconVoiceElement>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.59.0",
|
|
4
4
|
"description": "Swirl Design System Web Component Library",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@floating-ui/dom": "1.0.1",
|
|
43
|
-
"@getflip/swirl-icons": "^0.
|
|
43
|
+
"@getflip/swirl-icons": "^0.16.0",
|
|
44
44
|
"@getflip/swirl-tokens": "^2.2.1",
|
|
45
45
|
"@stencil/core": "^3.0.0",
|
|
46
46
|
"a11y-dialog": "^7.5.2",
|
package/vscode-data.json
CHANGED
|
@@ -2166,6 +2166,19 @@
|
|
|
2166
2166
|
}
|
|
2167
2167
|
]
|
|
2168
2168
|
},
|
|
2169
|
+
{
|
|
2170
|
+
"name": "swirl-icon-bar-chart",
|
|
2171
|
+
"description": {
|
|
2172
|
+
"kind": "markdown",
|
|
2173
|
+
"value": ""
|
|
2174
|
+
},
|
|
2175
|
+
"attributes": [
|
|
2176
|
+
{
|
|
2177
|
+
"name": "size",
|
|
2178
|
+
"description": ""
|
|
2179
|
+
}
|
|
2180
|
+
]
|
|
2181
|
+
},
|
|
2169
2182
|
{
|
|
2170
2183
|
"name": "swirl-icon-block",
|
|
2171
2184
|
"description": {
|
|
@@ -2660,6 +2673,19 @@
|
|
|
2660
2673
|
}
|
|
2661
2674
|
]
|
|
2662
2675
|
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "swirl-icon-gif",
|
|
2678
|
+
"description": {
|
|
2679
|
+
"kind": "markdown",
|
|
2680
|
+
"value": ""
|
|
2681
|
+
},
|
|
2682
|
+
"attributes": [
|
|
2683
|
+
{
|
|
2684
|
+
"name": "size",
|
|
2685
|
+
"description": ""
|
|
2686
|
+
}
|
|
2687
|
+
]
|
|
2688
|
+
},
|
|
2663
2689
|
{
|
|
2664
2690
|
"name": "swirl-icon-group-assign",
|
|
2665
2691
|
"description": {
|
|
@@ -2738,6 +2764,32 @@
|
|
|
2738
2764
|
}
|
|
2739
2765
|
]
|
|
2740
2766
|
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "swirl-icon-highlight",
|
|
2769
|
+
"description": {
|
|
2770
|
+
"kind": "markdown",
|
|
2771
|
+
"value": ""
|
|
2772
|
+
},
|
|
2773
|
+
"attributes": [
|
|
2774
|
+
{
|
|
2775
|
+
"name": "size",
|
|
2776
|
+
"description": ""
|
|
2777
|
+
}
|
|
2778
|
+
]
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"name": "swirl-icon-home",
|
|
2782
|
+
"description": {
|
|
2783
|
+
"kind": "markdown",
|
|
2784
|
+
"value": ""
|
|
2785
|
+
},
|
|
2786
|
+
"attributes": [
|
|
2787
|
+
{
|
|
2788
|
+
"name": "size",
|
|
2789
|
+
"description": ""
|
|
2790
|
+
}
|
|
2791
|
+
]
|
|
2792
|
+
},
|
|
2741
2793
|
{
|
|
2742
2794
|
"name": "swirl-icon-image",
|
|
2743
2795
|
"description": {
|
|
@@ -2920,6 +2972,32 @@
|
|
|
2920
2972
|
}
|
|
2921
2973
|
]
|
|
2922
2974
|
},
|
|
2975
|
+
{
|
|
2976
|
+
"name": "swirl-icon-mark-chat-read",
|
|
2977
|
+
"description": {
|
|
2978
|
+
"kind": "markdown",
|
|
2979
|
+
"value": ""
|
|
2980
|
+
},
|
|
2981
|
+
"attributes": [
|
|
2982
|
+
{
|
|
2983
|
+
"name": "size",
|
|
2984
|
+
"description": ""
|
|
2985
|
+
}
|
|
2986
|
+
]
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "swirl-icon-mark-chat-unread",
|
|
2990
|
+
"description": {
|
|
2991
|
+
"kind": "markdown",
|
|
2992
|
+
"value": ""
|
|
2993
|
+
},
|
|
2994
|
+
"attributes": [
|
|
2995
|
+
{
|
|
2996
|
+
"name": "size",
|
|
2997
|
+
"description": ""
|
|
2998
|
+
}
|
|
2999
|
+
]
|
|
3000
|
+
},
|
|
2923
3001
|
{
|
|
2924
3002
|
"name": "swirl-icon-mention",
|
|
2925
3003
|
"description": {
|
|
@@ -3154,6 +3232,19 @@
|
|
|
3154
3232
|
}
|
|
3155
3233
|
]
|
|
3156
3234
|
},
|
|
3235
|
+
{
|
|
3236
|
+
"name": "swirl-icon-play-arrow",
|
|
3237
|
+
"description": {
|
|
3238
|
+
"kind": "markdown",
|
|
3239
|
+
"value": ""
|
|
3240
|
+
},
|
|
3241
|
+
"attributes": [
|
|
3242
|
+
{
|
|
3243
|
+
"name": "size",
|
|
3244
|
+
"description": ""
|
|
3245
|
+
}
|
|
3246
|
+
]
|
|
3247
|
+
},
|
|
3157
3248
|
{
|
|
3158
3249
|
"name": "swirl-icon-poll",
|
|
3159
3250
|
"description": {
|
|
@@ -3206,6 +3297,32 @@
|
|
|
3206
3297
|
}
|
|
3207
3298
|
]
|
|
3208
3299
|
},
|
|
3300
|
+
{
|
|
3301
|
+
"name": "swirl-icon-reply",
|
|
3302
|
+
"description": {
|
|
3303
|
+
"kind": "markdown",
|
|
3304
|
+
"value": ""
|
|
3305
|
+
},
|
|
3306
|
+
"attributes": [
|
|
3307
|
+
{
|
|
3308
|
+
"name": "size",
|
|
3309
|
+
"description": ""
|
|
3310
|
+
}
|
|
3311
|
+
]
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"name": "swirl-icon-roadmap",
|
|
3315
|
+
"description": {
|
|
3316
|
+
"kind": "markdown",
|
|
3317
|
+
"value": ""
|
|
3318
|
+
},
|
|
3319
|
+
"attributes": [
|
|
3320
|
+
{
|
|
3321
|
+
"name": "size",
|
|
3322
|
+
"description": ""
|
|
3323
|
+
}
|
|
3324
|
+
]
|
|
3325
|
+
},
|
|
3209
3326
|
{
|
|
3210
3327
|
"name": "swirl-icon-search",
|
|
3211
3328
|
"description": {
|
|
@@ -3427,6 +3544,19 @@
|
|
|
3427
3544
|
}
|
|
3428
3545
|
]
|
|
3429
3546
|
},
|
|
3547
|
+
{
|
|
3548
|
+
"name": "swirl-icon-video-library",
|
|
3549
|
+
"description": {
|
|
3550
|
+
"kind": "markdown",
|
|
3551
|
+
"value": ""
|
|
3552
|
+
},
|
|
3553
|
+
"attributes": [
|
|
3554
|
+
{
|
|
3555
|
+
"name": "size",
|
|
3556
|
+
"description": ""
|
|
3557
|
+
}
|
|
3558
|
+
]
|
|
3559
|
+
},
|
|
3430
3560
|
{
|
|
3431
3561
|
"name": "swirl-icon-visibility",
|
|
3432
3562
|
"description": {
|
package/dist/typings.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
declare module "balance-text";
|