@central-design-system/icons 3.0.0-beta.31 → 3.0.0-beta.32
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 +12 -4
- package/dist/cds-icons.es.js +861 -733
- package/dist/cds-icons.umd.js +1 -1
- package/dist/icons/IconBold.vue.d.ts +2 -0
- package/dist/icons/IconFill.vue.d.ts +2 -0
- package/dist/icons/IconFormat.vue.d.ts +2 -0
- package/dist/icons/IconHighlight.vue.d.ts +2 -0
- package/dist/icons/IconItalic.vue.d.ts +2 -0
- package/dist/icons/IconTabBackward.vue.d.ts +2 -0
- package/dist/icons/IconTabForward.vue.d.ts +2 -0
- package/dist/icons/IconUnderline.vue.d.ts +2 -0
- package/dist/icons/index.d.ts +9 -1
- package/package.json +1 -1
- package/src/svg/bold.svg +3 -0
- package/src/svg/fill.svg +3 -0
- package/src/svg/format.svg +3 -0
- package/src/svg/highlight.svg +3 -0
- package/src/svg/italic.svg +3 -0
- package/src/svg/tab-backward.svg +3 -0
- package/src/svg/tab-forward.svg +3 -0
- package/src/svg/underline.svg +3 -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 6/20/2024, 10:30:58 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, 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, 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';
|
|
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';
|
|
7
7
|
import type { Plugin } from 'vue';
|
|
8
8
|
declare module '@vue/runtime-core' {
|
|
9
9
|
interface GlobalComponents {
|
|
@@ -21,6 +21,7 @@ declare module '@vue/runtime-core' {
|
|
|
21
21
|
IconArrowRight: typeof IconArrowRight;
|
|
22
22
|
IconArrowUp: typeof IconArrowUp;
|
|
23
23
|
IconArrowsVertical: typeof IconArrowsVertical;
|
|
24
|
+
IconBold: typeof IconBold;
|
|
24
25
|
IconCalendar: typeof IconCalendar;
|
|
25
26
|
IconCardBank: typeof IconCardBank;
|
|
26
27
|
IconCategory: typeof IconCategory;
|
|
@@ -56,14 +57,18 @@ declare module '@vue/runtime-core' {
|
|
|
56
57
|
IconExternal: typeof IconExternal;
|
|
57
58
|
IconFacebookFill: typeof IconFacebookFill;
|
|
58
59
|
IconFacebook: typeof IconFacebook;
|
|
60
|
+
IconFill: typeof IconFill;
|
|
59
61
|
IconFilters: typeof IconFilters;
|
|
60
62
|
IconFlag: typeof IconFlag;
|
|
63
|
+
IconFormat: typeof IconFormat;
|
|
61
64
|
IconFunnel: typeof IconFunnel;
|
|
62
65
|
IconGlobe: typeof IconGlobe;
|
|
66
|
+
IconHighlight: typeof IconHighlight;
|
|
63
67
|
IconInfinity: typeof IconInfinity;
|
|
64
68
|
IconInfoFill: typeof IconInfoFill;
|
|
65
69
|
IconInfo: typeof IconInfo;
|
|
66
70
|
IconInsert: typeof IconInsert;
|
|
71
|
+
IconItalic: typeof IconItalic;
|
|
67
72
|
IconLink: typeof IconLink;
|
|
68
73
|
IconListSearch: typeof IconListSearch;
|
|
69
74
|
IconList: typeof IconList;
|
|
@@ -94,10 +99,13 @@ declare module '@vue/runtime-core' {
|
|
|
94
99
|
IconSource: typeof IconSource;
|
|
95
100
|
IconStarFill: typeof IconStarFill;
|
|
96
101
|
IconStar: typeof IconStar;
|
|
102
|
+
IconTabBackward: typeof IconTabBackward;
|
|
103
|
+
IconTabForward: typeof IconTabForward;
|
|
97
104
|
IconTelegram: typeof IconTelegram;
|
|
98
105
|
IconTimer: typeof IconTimer;
|
|
99
106
|
IconTool: typeof IconTool;
|
|
100
107
|
IconTruck: typeof IconTruck;
|
|
108
|
+
IconUnderline: typeof IconUnderline;
|
|
101
109
|
IconUnlocked: typeof IconUnlocked;
|
|
102
110
|
IconUpload: typeof IconUpload;
|
|
103
111
|
IconUserAvatar: typeof IconUserAvatar;
|
|
@@ -110,9 +118,9 @@ declare module '@vue/runtime-core' {
|
|
|
110
118
|
IconYoutube: typeof IconYoutube;
|
|
111
119
|
}
|
|
112
120
|
}
|
|
113
|
-
export { IconAdd, IconAdministrator, 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, IconDirectoryOpen, 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 };
|
|
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 };
|
|
114
122
|
declare const plugin: Plugin;
|
|
115
123
|
export { plugin as CdsIcons, icons };
|
|
116
124
|
export default plugin;
|
|
117
|
-
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", "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", "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"];
|
|
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"];
|
|
118
126
|
export declare type TCdsIconsName = typeof allowedIcons[number];
|