@haiilo/catalyst-icons 0.1.2 → 0.1.5
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/LICENSE +21 -0
- package/dist/js/icons.constants.d.ts +29 -36
- package/dist/js/icons.constants.js +33 -38
- package/dist/js/icons.object.d.ts +6 -7
- package/dist/js/icons.object.js +12 -13
- package/dist/style/sprite.css.css +82 -91
- package/dist/style/sprite.css.less +82 -91
- package/dist/style/sprite.css.scss +82 -91
- package/dist/style/sprite.view.css +82 -91
- package/dist/style/sprite.view.less +82 -91
- package/dist/style/sprite.view.scss +82 -91
- package/dist/svg/sprite.css.svg +1 -1
- package/dist/svg/sprite.defs.svg +1 -1
- package/dist/svg/sprite.stack.svg +1 -1
- package/dist/svg/sprite.symbol.svg +1 -1
- package/dist/svg/sprite.view.svg +1 -1
- package/package.json +3 -2
- package/tmp/assets/{microsoft-edge.svg → edge.svg} +0 -0
- package/tmp/assets/firefox.svg +66 -0
- package/tmp/assets/google-calendar.svg +8 -1
- package/tmp/assets/google-mail.svg +48 -13
- package/tmp/assets/haiilo-home.svg +3 -1
- package/tmp/assets/haiilo-insights.svg +3 -1
- package/tmp/assets/haiilo-share.svg +3 -1
- package/tmp/assets/haiilo-stories.svg +3 -1
- package/tmp/assets/launch.svg +3 -0
- package/tmp/assets/pages.svg +3 -0
- package/tmp/assets/{microsoft-sharepoint.svg → sharepoint.svg} +0 -0
- package/tmp/assets/{stream-filled.svg → timeline-outlined.svg} +1 -1
- package/tmp/assets/feed-filled.svg +0 -1
- package/tmp/assets/feed-outlined.svg +0 -1
- package/tmp/assets/mozilla-firefox.svg +0 -1
- package/tmp/assets/stream-outlined.svg +0 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -330,6 +330,10 @@ export declare const ciThumbsUpOutlined: {
|
|
|
330
330
|
name: 'thumbs-up-outlined';
|
|
331
331
|
data: string;
|
|
332
332
|
};
|
|
333
|
+
export declare const ciTimelineOutlined: {
|
|
334
|
+
name: 'timeline-outlined';
|
|
335
|
+
data: string;
|
|
336
|
+
};
|
|
333
337
|
export declare const ciTrashFilled: {
|
|
334
338
|
name: 'trash-filled';
|
|
335
339
|
data: string;
|
|
@@ -350,16 +354,16 @@ export declare const ciAppleSafari: {
|
|
|
350
354
|
name: 'apple-safari';
|
|
351
355
|
data: string;
|
|
352
356
|
};
|
|
353
|
-
export declare const
|
|
354
|
-
name: '
|
|
357
|
+
export declare const ciEdge: {
|
|
358
|
+
name: 'edge';
|
|
355
359
|
data: string;
|
|
356
360
|
};
|
|
357
|
-
export declare const
|
|
358
|
-
name: '
|
|
361
|
+
export declare const ciFacebook: {
|
|
362
|
+
name: 'facebook';
|
|
359
363
|
data: string;
|
|
360
364
|
};
|
|
361
|
-
export declare const
|
|
362
|
-
name: '
|
|
365
|
+
export declare const ciFirefox: {
|
|
366
|
+
name: 'firefox';
|
|
363
367
|
data: string;
|
|
364
368
|
};
|
|
365
369
|
export declare const ciGoogleCalendar: {
|
|
@@ -402,12 +406,12 @@ export declare const ciInstagram: {
|
|
|
402
406
|
name: 'instagram';
|
|
403
407
|
data: string;
|
|
404
408
|
};
|
|
405
|
-
export declare const
|
|
406
|
-
name: '
|
|
409
|
+
export declare const ciLaunch: {
|
|
410
|
+
name: 'launch';
|
|
407
411
|
data: string;
|
|
408
412
|
};
|
|
409
|
-
export declare const
|
|
410
|
-
name: '
|
|
413
|
+
export declare const ciLinkedin: {
|
|
414
|
+
name: 'linkedin';
|
|
411
415
|
data: string;
|
|
412
416
|
};
|
|
413
417
|
export declare const ciMicrosoftExcel: {
|
|
@@ -430,10 +434,6 @@ export declare const ciMicrosoftPowerpoint: {
|
|
|
430
434
|
name: 'microsoft-powerpoint';
|
|
431
435
|
data: string;
|
|
432
436
|
};
|
|
433
|
-
export declare const ciMicrosoftSharepoint: {
|
|
434
|
-
name: 'microsoft-sharepoint';
|
|
435
|
-
data: string;
|
|
436
|
-
};
|
|
437
437
|
export declare const ciMicrosoftWord: {
|
|
438
438
|
name: 'microsoft-word';
|
|
439
439
|
data: string;
|
|
@@ -442,16 +442,12 @@ export declare const ciMicrosoft: {
|
|
|
442
442
|
name: 'microsoft';
|
|
443
443
|
data: string;
|
|
444
444
|
};
|
|
445
|
-
export declare const
|
|
446
|
-
name: '
|
|
445
|
+
export declare const ciPages: {
|
|
446
|
+
name: 'pages';
|
|
447
447
|
data: string;
|
|
448
448
|
};
|
|
449
|
-
export declare const
|
|
450
|
-
name: '
|
|
451
|
-
data: string;
|
|
452
|
-
};
|
|
453
|
-
export declare const ciStreamOutlined: {
|
|
454
|
-
name: 'stream-outlined';
|
|
449
|
+
export declare const ciSharepoint: {
|
|
450
|
+
name: 'sharepoint';
|
|
455
451
|
data: string;
|
|
456
452
|
};
|
|
457
453
|
export declare const ciTwitter: {
|
|
@@ -466,7 +462,7 @@ export declare const ciXing: {
|
|
|
466
462
|
name: 'xing';
|
|
467
463
|
data: string;
|
|
468
464
|
};
|
|
469
|
-
export declare type coyoIcon = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'clock-filled' | 'clock-outlined' | 'communities-filled' | 'communities-outlined' | 'content-filled' | 'content-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'events-filled' | 'events-outlined' | 'folder-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'menu-outlined' | 'photo-filled' | 'photo-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profiles-filled' | 'profiles-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'search-filled' | 'search-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'sparkle-filled' | 'sparkle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'trash-filled' | 'trash-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'apple-safari' | '
|
|
465
|
+
export declare type coyoIcon = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'clock-filled' | 'clock-outlined' | 'communities-filled' | 'communities-outlined' | 'content-filled' | 'content-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'events-filled' | 'events-outlined' | 'folder-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'menu-outlined' | 'photo-filled' | 'photo-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profiles-filled' | 'profiles-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'search-filled' | 'search-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'sparkle-filled' | 'sparkle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'timeline-outlined' | 'trash-filled' | 'trash-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'apple-safari' | 'edge' | 'facebook' | 'firefox' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-share' | 'haiilo-stories' | 'instagram' | 'launch' | 'linkedin' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-word' | 'microsoft' | 'pages' | 'sharepoint' | 'twitter' | 'wechat' | 'xing';
|
|
470
466
|
export interface CoyoIcon {
|
|
471
467
|
name: coyoIcon;
|
|
472
468
|
data: string;
|
|
@@ -721,6 +717,9 @@ export declare const completeIconSet: ({
|
|
|
721
717
|
} | {
|
|
722
718
|
name: 'thumbs-up-outlined';
|
|
723
719
|
data: string;
|
|
720
|
+
} | {
|
|
721
|
+
name: 'timeline-outlined';
|
|
722
|
+
data: string;
|
|
724
723
|
} | {
|
|
725
724
|
name: 'trash-filled';
|
|
726
725
|
data: string;
|
|
@@ -737,13 +736,13 @@ export declare const completeIconSet: ({
|
|
|
737
736
|
name: 'apple-safari';
|
|
738
737
|
data: string;
|
|
739
738
|
} | {
|
|
740
|
-
name: '
|
|
739
|
+
name: 'edge';
|
|
741
740
|
data: string;
|
|
742
741
|
} | {
|
|
743
|
-
name: '
|
|
742
|
+
name: 'facebook';
|
|
744
743
|
data: string;
|
|
745
744
|
} | {
|
|
746
|
-
name: '
|
|
745
|
+
name: 'firefox';
|
|
747
746
|
data: string;
|
|
748
747
|
} | {
|
|
749
748
|
name: 'google-calendar';
|
|
@@ -776,10 +775,10 @@ export declare const completeIconSet: ({
|
|
|
776
775
|
name: 'instagram';
|
|
777
776
|
data: string;
|
|
778
777
|
} | {
|
|
779
|
-
name: '
|
|
778
|
+
name: 'launch';
|
|
780
779
|
data: string;
|
|
781
780
|
} | {
|
|
782
|
-
name: '
|
|
781
|
+
name: 'linkedin';
|
|
783
782
|
data: string;
|
|
784
783
|
} | {
|
|
785
784
|
name: 'microsoft-excel';
|
|
@@ -796,9 +795,6 @@ export declare const completeIconSet: ({
|
|
|
796
795
|
} | {
|
|
797
796
|
name: 'microsoft-powerpoint';
|
|
798
797
|
data: string;
|
|
799
|
-
} | {
|
|
800
|
-
name: 'microsoft-sharepoint';
|
|
801
|
-
data: string;
|
|
802
798
|
} | {
|
|
803
799
|
name: 'microsoft-word';
|
|
804
800
|
data: string;
|
|
@@ -806,13 +802,10 @@ export declare const completeIconSet: ({
|
|
|
806
802
|
name: 'microsoft';
|
|
807
803
|
data: string;
|
|
808
804
|
} | {
|
|
809
|
-
name: '
|
|
810
|
-
data: string;
|
|
811
|
-
} | {
|
|
812
|
-
name: 'stream-filled';
|
|
805
|
+
name: 'pages';
|
|
813
806
|
data: string;
|
|
814
807
|
} | {
|
|
815
|
-
name: '
|
|
808
|
+
name: 'sharepoint';
|
|
816
809
|
data: string;
|
|
817
810
|
} | {
|
|
818
811
|
name: 'twitter';
|