@central-design-system/icons 3.0.0-beta.1 → 3.0.0-beta.10
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/cds-icons.d.ts +9 -4
- package/dist/cds-icons.es.js +716 -631
- package/dist/cds-icons.umd.js +1 -1
- package/dist/icons/IconChocholateMenu.vue.d.ts +2 -0
- package/dist/icons/IconCollapse.vue.d.ts +2 -0
- package/dist/icons/IconExpand.vue.d.ts +2 -0
- package/dist/icons/IconInsert.vue.d.ts +2 -0
- package/dist/icons/IconSource.vue.d.ts +2 -0
- package/dist/icons/index.d.ts +6 -1
- package/package.json +5 -1
- package/src/svg/chocholate-menu.svg +7 -0
- package/src/svg/collapse.svg +3 -0
- package/src/svg/expand.svg +3 -0
- package/src/svg/insert.svg +3 -0
- package/src/svg/source.svg +3 -0
package/dist/cds-icons.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Automatically generated by CDS CLI
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on 10/9/2023, 12:35:29 PM
|
|
4
4
|
**/
|
|
5
5
|
import type { Plugin } from 'vue';
|
|
6
6
|
import * as icons from './icons';
|
|
7
|
-
import { IconAdd, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocolateMenu, IconClock, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExternal, IconFacebookFill, IconFacebook, IconFilters, IconFlag, IconFunnel, IconGlobe, IconInfinity, IconInfoFill, IconInfo, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconStarFill, IconStar, IconTelegram, IconTimer, IconTool, IconTruck, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube } from './icons';
|
|
7
|
+
import { IconAdd, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocholateMenu, IconChocolateMenu, IconClock, IconCollapse, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExpand, IconExternal, IconFacebookFill, IconFacebook, IconFilters, IconFlag, IconFunnel, IconGlobe, IconInfinity, IconInfoFill, IconInfo, IconInsert, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconSource, IconStarFill, IconStar, IconTelegram, IconTimer, IconTool, IconTruck, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube } from './icons';
|
|
8
8
|
declare module '@vue/runtime-core' {
|
|
9
9
|
interface GlobalComponents {
|
|
10
10
|
IconAdd: typeof IconAdd;
|
|
@@ -31,8 +31,10 @@ declare module '@vue/runtime-core' {
|
|
|
31
31
|
IconChevronLeft: typeof IconChevronLeft;
|
|
32
32
|
IconChevronRight: typeof IconChevronRight;
|
|
33
33
|
IconChevronUp: typeof IconChevronUp;
|
|
34
|
+
IconChocholateMenu: typeof IconChocholateMenu;
|
|
34
35
|
IconChocolateMenu: typeof IconChocolateMenu;
|
|
35
36
|
IconClock: typeof IconClock;
|
|
37
|
+
IconCollapse: typeof IconCollapse;
|
|
36
38
|
IconComment: typeof IconComment;
|
|
37
39
|
IconCompany: typeof IconCompany;
|
|
38
40
|
IconCompare: typeof IconCompare;
|
|
@@ -48,6 +50,7 @@ declare module '@vue/runtime-core' {
|
|
|
48
50
|
IconEnter: typeof IconEnter;
|
|
49
51
|
IconErrorFill: typeof IconErrorFill;
|
|
50
52
|
IconError: typeof IconError;
|
|
53
|
+
IconExpand: typeof IconExpand;
|
|
51
54
|
IconExternal: typeof IconExternal;
|
|
52
55
|
IconFacebookFill: typeof IconFacebookFill;
|
|
53
56
|
IconFacebook: typeof IconFacebook;
|
|
@@ -58,6 +61,7 @@ declare module '@vue/runtime-core' {
|
|
|
58
61
|
IconInfinity: typeof IconInfinity;
|
|
59
62
|
IconInfoFill: typeof IconInfoFill;
|
|
60
63
|
IconInfo: typeof IconInfo;
|
|
64
|
+
IconInsert: typeof IconInsert;
|
|
61
65
|
IconLink: typeof IconLink;
|
|
62
66
|
IconListSearch: typeof IconListSearch;
|
|
63
67
|
IconList: typeof IconList;
|
|
@@ -85,6 +89,7 @@ declare module '@vue/runtime-core' {
|
|
|
85
89
|
IconSettings: typeof IconSettings;
|
|
86
90
|
IconShoppingCart: typeof IconShoppingCart;
|
|
87
91
|
IconSortDate: typeof IconSortDate;
|
|
92
|
+
IconSource: typeof IconSource;
|
|
88
93
|
IconStarFill: typeof IconStarFill;
|
|
89
94
|
IconStar: typeof IconStar;
|
|
90
95
|
IconTelegram: typeof IconTelegram;
|
|
@@ -103,9 +108,9 @@ declare module '@vue/runtime-core' {
|
|
|
103
108
|
IconYoutube: typeof IconYoutube;
|
|
104
109
|
}
|
|
105
110
|
}
|
|
106
|
-
export { IconAdd, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocolateMenu, IconClock, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExternal, IconFacebookFill, IconFacebook, IconFilters, IconFlag, IconFunnel, IconGlobe, IconInfinity, IconInfoFill, IconInfo, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconStarFill, IconStar, IconTelegram, IconTimer, IconTool, IconTruck, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube };
|
|
111
|
+
export { IconAdd, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocholateMenu, IconChocolateMenu, IconClock, IconCollapse, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExpand, IconExternal, IconFacebookFill, IconFacebook, IconFilters, IconFlag, IconFunnel, IconGlobe, IconInfinity, IconInfoFill, IconInfo, IconInsert, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconSource, IconStarFill, IconStar, IconTelegram, IconTimer, IconTool, IconTruck, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube };
|
|
107
112
|
declare const plugin: Plugin;
|
|
108
113
|
export { plugin as CdsIcons, icons };
|
|
109
114
|
export default plugin;
|
|
110
|
-
export declare const allowedIcons: readonly ["add", "alert-fill", "alert", "analog", "arrow-down", "arrow-left-bottom", "arrow-left-top", "arrow-left", "arrow-right-bottom", "arrow-right-top", "arrow-right", "arrow-up", "arrows-vertical", "calendar", "card-bank", "category", "check-fill", "check", "checkbox-fill", "checkbox", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "chocolate-menu", "clock", "comment", "company", "compare", "copy", "data-cards", "delete", "directory", "doc-download", "doc", "download", "draggable", "edit", "enter", "error-fill", "error", "external", "facebook-fill", "facebook", "filters", "flag", "funnel", "globe", "infinity", "info-fill", "info", "link", "list-search", "list", "loader", "location", "locked", "login", "logout", "menu", "minus", "notification", "overflow-menu-horizontal", "overflow-menu-vertical", "password", "pin", "plus", "printer", "question-fill", "question", "refresh", "remove", "sandglass", "save", "search", "settings", "shopping-cart", "sort-date", "star-fill", "star", "telegram", "timer", "tool", "truck", "unlocked", "upload", "user-avatar", "user-group", "visibility-off", "visibility-on", "vk", "winner", "workspace", "youtube"];
|
|
115
|
+
export declare const allowedIcons: readonly ["add", "alert-fill", "alert", "analog", "arrow-down", "arrow-left-bottom", "arrow-left-top", "arrow-left", "arrow-right-bottom", "arrow-right-top", "arrow-right", "arrow-up", "arrows-vertical", "calendar", "card-bank", "category", "check-fill", "check", "checkbox-fill", "checkbox", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "chocholate-menu", "chocolate-menu", "clock", "collapse", "comment", "company", "compare", "copy", "data-cards", "delete", "directory", "doc-download", "doc", "download", "draggable", "edit", "enter", "error-fill", "error", "expand", "external", "facebook-fill", "facebook", "filters", "flag", "funnel", "globe", "infinity", "info-fill", "info", "insert", "link", "list-search", "list", "loader", "location", "locked", "login", "logout", "menu", "minus", "notification", "overflow-menu-horizontal", "overflow-menu-vertical", "password", "pin", "plus", "printer", "question-fill", "question", "refresh", "remove", "sandglass", "save", "search", "settings", "shopping-cart", "sort-date", "source", "star-fill", "star", "telegram", "timer", "tool", "truck", "unlocked", "upload", "user-avatar", "user-group", "visibility-off", "visibility-on", "vk", "winner", "workspace", "youtube"];
|
|
111
116
|
export declare type TCdsIconsName = typeof allowedIcons[number];
|