@scbt-ecom/ui 0.111.1 → 0.111.2
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/lib/shared/ui/icon/allowedIcons.js +1 -1
- package/dist/lib/shared/ui/icon/allowedIcons.js.map +1 -1
- package/dist/lib/shared/ui/icon/iconsMap.js +1 -1
- package/dist/lib/shared/ui/icon/iconsMap.js.map +1 -1
- package/dist/lib/widgets/model/helpers.js +2 -2
- package/dist/lib/widgets/model/helpers.js.map +1 -1
- package/dist/static/general/optionsHorizontal.svg.js +2 -0
- package/dist/static/general/optionsHorizontal.svg.js.map +1 -0
- package/dist/static/general/optionsVertical.svg.js +2 -0
- package/dist/static/general/optionsVertical.svg.js.map +1 -0
- package/dist/static/static/general/optionsHorizontal.svg +5 -0
- package/dist/static/static/general/optionsVertical.svg +5 -0
- package/dist/stats.html +1 -1
- package/dist/types/lib/shared/ui/icon/allowedIcons.d.ts +2 -2
- package/dist/types/lib/shared/ui/icon/iconsMap.d.ts +12 -0
- package/package.json +1 -1
|
@@ -7,12 +7,12 @@ export declare const allowedIcons: {
|
|
|
7
7
|
readonly media: readonly ["media/desktop", "media/mobile"];
|
|
8
8
|
readonly logos: readonly ["logos/beeline", "logos/megafon", "logos/mts"];
|
|
9
9
|
readonly info: readonly ["info/helpCircle", "info/warningCircle"];
|
|
10
|
-
readonly general: readonly ["general/calendar", "general/check", "general/close", "general/edit", "general/heart", "general/hiddenEye", "general/loginFilled", "general/menu", "general/plus", "general/reorder", "general/search", "general/shield", "general/showEye"];
|
|
10
|
+
readonly general: readonly ["general/calendar", "general/check", "general/close", "general/edit", "general/heart", "general/hiddenEye", "general/loginFilled", "general/menu", "general/optionsHorizontal", "general/optionsVertical", "general/plus", "general/reorder", "general/search", "general/shield", "general/showEye"];
|
|
11
11
|
readonly files: readonly ["files/border", "files/borderError", "files/documentFilled", "files/documentOutline", "files/upload"];
|
|
12
12
|
readonly editor: readonly ["editor/bold", "editor/fonts", "editor/heading", "editor/italic", "editor/link", "editor/list", "editor/palette", "editor/redo", "editor/removeFormatting", "editor/space", "editor/strikethrough", "editor/typography", "editor/underline", "editor/undo"];
|
|
13
13
|
readonly communication: readonly ["communication/phone"];
|
|
14
14
|
readonly brandLogos: readonly ["brandLogos/logoBlack", "brandLogos/logoBusiness", "brandLogos/logoGray", "brandLogos/logoInsurance", "brandLogos/logoMain", "brandLogos/logoWhite"];
|
|
15
15
|
readonly arrows: readonly ["arrows/arrowCircle", "arrows/arrowDownRight", "arrows/arrowLink", "arrows/arrowRight", "arrows/arrowRotate", "arrows/arrowScroll"];
|
|
16
16
|
};
|
|
17
|
-
readonly flatten: readonly ["status/badSmile", "status/iconMark", "status/iconRetry", "status/iconUser", "status/succesCircle", "social/classmates", "social/telegram", "social/vk", "media/desktop", "media/mobile", "logos/beeline", "logos/megafon", "logos/mts", "info/helpCircle", "info/warningCircle", "general/calendar", "general/check", "general/close", "general/edit", "general/heart", "general/hiddenEye", "general/loginFilled", "general/menu", "general/plus", "general/reorder", "general/search", "general/shield", "general/showEye", "files/border", "files/borderError", "files/documentFilled", "files/documentOutline", "files/upload", "editor/bold", "editor/fonts", "editor/heading", "editor/italic", "editor/link", "editor/list", "editor/palette", "editor/redo", "editor/removeFormatting", "editor/space", "editor/strikethrough", "editor/typography", "editor/underline", "editor/undo", "communication/phone", "brandLogos/logoBlack", "brandLogos/logoBusiness", "brandLogos/logoGray", "brandLogos/logoInsurance", "brandLogos/logoMain", "brandLogos/logoWhite", "arrows/arrowCircle", "arrows/arrowDownRight", "arrows/arrowLink", "arrows/arrowRight", "arrows/arrowRotate", "arrows/arrowScroll"];
|
|
17
|
+
readonly flatten: readonly ["status/badSmile", "status/iconMark", "status/iconRetry", "status/iconUser", "status/succesCircle", "social/classmates", "social/telegram", "social/vk", "media/desktop", "media/mobile", "logos/beeline", "logos/megafon", "logos/mts", "info/helpCircle", "info/warningCircle", "general/calendar", "general/check", "general/close", "general/edit", "general/heart", "general/hiddenEye", "general/loginFilled", "general/menu", "general/optionsHorizontal", "general/optionsVertical", "general/plus", "general/reorder", "general/search", "general/shield", "general/showEye", "files/border", "files/borderError", "files/documentFilled", "files/documentOutline", "files/upload", "editor/bold", "editor/fonts", "editor/heading", "editor/italic", "editor/link", "editor/list", "editor/palette", "editor/redo", "editor/removeFormatting", "editor/space", "editor/strikethrough", "editor/typography", "editor/underline", "editor/undo", "communication/phone", "brandLogos/logoBlack", "brandLogos/logoBusiness", "brandLogos/logoGray", "brandLogos/logoInsurance", "brandLogos/logoMain", "brandLogos/logoWhite", "arrows/arrowCircle", "arrows/arrowDownRight", "arrows/arrowLink", "arrows/arrowRight", "arrows/arrowRotate", "arrows/arrowScroll"];
|
|
18
18
|
};
|
|
@@ -137,6 +137,18 @@ export declare const iconsMap: {
|
|
|
137
137
|
desc?: string;
|
|
138
138
|
descId?: string;
|
|
139
139
|
}>;
|
|
140
|
+
'general/optionsHorizontal': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
141
|
+
title?: string;
|
|
142
|
+
titleId?: string;
|
|
143
|
+
desc?: string;
|
|
144
|
+
descId?: string;
|
|
145
|
+
}>;
|
|
146
|
+
'general/optionsVertical': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
147
|
+
title?: string;
|
|
148
|
+
titleId?: string;
|
|
149
|
+
desc?: string;
|
|
150
|
+
descId?: string;
|
|
151
|
+
}>;
|
|
140
152
|
'general/plus': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
141
153
|
title?: string;
|
|
142
154
|
titleId?: string;
|