@central-design-system/icons 3.0.0-beta.35 → 3.0.0-beta.37
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 +7 -4
- package/dist/cds-icons.es.js +827 -782
- package/dist/cds-icons.umd.js +1 -1
- package/dist/icons/IconBookmark.vue.d.ts +2 -0
- package/dist/icons/IconBookmarkFill.vue.d.ts +2 -0
- package/dist/icons/IconWhatsapp.vue.d.ts +2 -0
- package/dist/icons/index.d.ts +4 -1
- package/package.json +1 -1
- package/src/svg/bookmark-fill.svg +3 -0
- package/src/svg/bookmark.svg +3 -0
- package/src/svg/whatsapp.svg +4 -0
package/dist/cds-icons.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Automatically generated by CDS CLI
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on 9/10/2024, 8:03:18 AM
|
|
4
4
|
**/
|
|
5
5
|
import * as icons from './icons';
|
|
6
|
-
import { IconAdd, IconAdministrator, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconBold, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocholateMenu, IconChocolateMenu, IconClock, IconCollapse, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectoryOpen, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExpand, IconExternal, IconFacebookFill, IconFacebook, IconFill, IconFilters, IconFlag, IconFormat, IconFunnel, IconGlobe, IconHighlight, IconInfinity, IconInfoFill, IconInfo, IconInsert, IconItalic, 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, IconTabBackward, IconTabForward, IconTelegram, IconTimer, IconTool, IconTruck, IconUnderline, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube } from './icons';
|
|
6
|
+
import { IconAdd, IconAdministrator, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconBold, IconBookmarkFill, IconBookmark, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocholateMenu, IconChocolateMenu, IconClock, IconCollapse, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectoryOpen, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExpand, IconExternal, IconFacebookFill, IconFacebook, IconFill, IconFilters, IconFlag, IconFormat, IconFunnel, IconGlobe, IconHighlight, IconInfinity, IconInfoFill, IconInfo, IconInsert, IconItalic, 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, IconTabBackward, IconTabForward, IconTelegram, IconTimer, IconTool, IconTruck, IconUnderline, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWhatsapp, IconWinner, IconWorkspace, IconYoutube } from './icons';
|
|
7
7
|
import type { Plugin } from 'vue';
|
|
8
8
|
declare module '@vue/runtime-core' {
|
|
9
9
|
interface GlobalComponents {
|
|
@@ -22,6 +22,8 @@ declare module '@vue/runtime-core' {
|
|
|
22
22
|
IconArrowUp: typeof IconArrowUp;
|
|
23
23
|
IconArrowsVertical: typeof IconArrowsVertical;
|
|
24
24
|
IconBold: typeof IconBold;
|
|
25
|
+
IconBookmarkFill: typeof IconBookmarkFill;
|
|
26
|
+
IconBookmark: typeof IconBookmark;
|
|
25
27
|
IconCalendar: typeof IconCalendar;
|
|
26
28
|
IconCardBank: typeof IconCardBank;
|
|
27
29
|
IconCategory: typeof IconCategory;
|
|
@@ -113,14 +115,15 @@ declare module '@vue/runtime-core' {
|
|
|
113
115
|
IconVisibilityOff: typeof IconVisibilityOff;
|
|
114
116
|
IconVisibilityOn: typeof IconVisibilityOn;
|
|
115
117
|
IconVk: typeof IconVk;
|
|
118
|
+
IconWhatsapp: typeof IconWhatsapp;
|
|
116
119
|
IconWinner: typeof IconWinner;
|
|
117
120
|
IconWorkspace: typeof IconWorkspace;
|
|
118
121
|
IconYoutube: typeof IconYoutube;
|
|
119
122
|
}
|
|
120
123
|
}
|
|
121
|
-
export { IconAdd, IconAdministrator, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconBold, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocholateMenu, IconChocolateMenu, IconClock, IconCollapse, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectoryOpen, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExpand, IconExternal, IconFacebookFill, IconFacebook, IconFill, IconFilters, IconFlag, IconFormat, IconFunnel, IconGlobe, IconHighlight, IconInfinity, IconInfoFill, IconInfo, IconInsert, IconItalic, 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, IconTabBackward, IconTabForward, IconTelegram, IconTimer, IconTool, IconTruck, IconUnderline, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube };
|
|
124
|
+
export { IconAdd, IconAdministrator, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconBold, IconBookmarkFill, IconBookmark, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocholateMenu, IconChocolateMenu, IconClock, IconCollapse, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectoryOpen, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExpand, IconExternal, IconFacebookFill, IconFacebook, IconFill, IconFilters, IconFlag, IconFormat, IconFunnel, IconGlobe, IconHighlight, IconInfinity, IconInfoFill, IconInfo, IconInsert, IconItalic, 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, IconTabBackward, IconTabForward, IconTelegram, IconTimer, IconTool, IconTruck, IconUnderline, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWhatsapp, IconWinner, IconWorkspace, IconYoutube };
|
|
122
125
|
declare const plugin: Plugin;
|
|
123
126
|
export { plugin as CdsIcons, icons };
|
|
124
127
|
export default plugin;
|
|
125
|
-
export declare const allowedIcons: readonly ["add", "administrator", "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", "bold", "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-open", "directory", "doc-download", "doc", "download", "draggable", "edit", "enter", "error-fill", "error", "expand", "external", "facebook-fill", "facebook", "fill", "filters", "flag", "format", "funnel", "globe", "highlight", "infinity", "info-fill", "info", "insert", "italic", "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", "tab-backward", "tab-forward", "telegram", "timer", "tool", "truck", "underline", "unlocked", "upload", "user-avatar", "user-group", "visibility-off", "visibility-on", "vk", "winner", "workspace", "youtube"];
|
|
128
|
+
export declare const allowedIcons: readonly ["add", "administrator", "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", "bold", "bookmark-fill", "bookmark", "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-open", "directory", "doc-download", "doc", "download", "draggable", "edit", "enter", "error-fill", "error", "expand", "external", "facebook-fill", "facebook", "fill", "filters", "flag", "format", "funnel", "globe", "highlight", "infinity", "info-fill", "info", "insert", "italic", "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", "tab-backward", "tab-forward", "telegram", "timer", "tool", "truck", "underline", "unlocked", "upload", "user-avatar", "user-group", "visibility-off", "visibility-on", "vk", "whatsapp", "winner", "workspace", "youtube"];
|
|
126
129
|
export declare type TCdsIconsName = typeof allowedIcons[number];
|