@scbt-ecom/ui 0.109.0 → 0.110.0
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/style.css +1 -1
- package/dist/lib/shared/ui/formElements/controlled/combobox/hooks/useComboboxControl.js +1 -1
- package/dist/lib/shared/ui/formElements/controlled/combobox/hooks/useComboboxControl.js.map +1 -1
- package/dist/lib/shared/ui/icon/allowedIcons.js.map +1 -1
- package/dist/lib/shared/utils/mergeRefs.js +1 -1
- package/dist/lib/shared/utils/mergeRefs.js.map +1 -1
- package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/Document.js +1 -1
- package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/Document.js.map +1 -1
- package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.js.map +1 -1
- package/dist/stats.html +1 -1
- package/dist/types/lib/shared/ui/icon/allowedIcons.d.ts +1 -0
- package/dist/types/lib/shared/ui/icon/index.d.ts +0 -1
- package/dist/types/lib/widgets/footer/model/types.d.ts +2 -2
- package/dist/types/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.d.ts +1 -2
- package/package.json +3 -3
- package/dist/lib/shared/ui/icon/sprite.gen.js +0 -2
- package/dist/lib/shared/ui/icon/sprite.gen.js.map +0 -1
- package/dist/types/lib/shared/ui/icon/sprite.gen.d.ts +0 -23
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export type AllowedIcons = (typeof allowedIcons.flatten)[number];
|
|
2
|
+
export type AllowedIconsGroup<T extends keyof typeof allowedIcons.group> = (typeof allowedIcons.group)[T][number];
|
|
2
3
|
export declare const allowedIcons: {
|
|
3
4
|
readonly group: {
|
|
4
5
|
readonly arrows: readonly ["arrows/arrowCircle", "arrows/arrowDownRight", "arrows/arrowLink", "arrows/arrowRight", "arrows/arrowRotate", "arrows/arrowScroll"];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CopyrightClasses, FooterLogoClasses, NavigationLinksClasses, PhoneBlockClasses, SiteMapClasses, SocialLinksClasses } from '../ui';
|
|
2
|
-
import {
|
|
2
|
+
import { AllowedIconsGroup } from '../../../../shared/ui/icon/allowedIcons';
|
|
3
3
|
export interface FooterSocialLinks {
|
|
4
|
-
iconName:
|
|
4
|
+
iconName: AllowedIconsGroup<'social'>;
|
|
5
5
|
href: string;
|
|
6
6
|
target?: string;
|
|
7
7
|
}
|
package/dist/types/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export type IconNames = Extract<SpritesMap['files'], 'documentFilled' | 'documentOutline'>;
|
|
1
|
+
export type IconNames = 'documentFilled' | 'documentOutline';
|
|
3
2
|
export declare const iconsMap: Record<IconNames, `files/${IconNames}`>;
|
|
4
3
|
export declare const iconConfig: (props?: ({
|
|
5
4
|
iconType?: "documentFilled" | "documentOutline" | null | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scbt-ecom/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.110.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -89,7 +89,6 @@
|
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"@hookform/resolvers": "^3.9.0",
|
|
92
|
-
"@headlessui/react": "^2.1.2",
|
|
93
92
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
94
93
|
"@radix-ui/react-popover": "^1.1.1",
|
|
95
94
|
"@radix-ui/react-radio-group": "^1.2.0",
|
|
@@ -128,7 +127,8 @@
|
|
|
128
127
|
"use-mask-input": "^3.4.2",
|
|
129
128
|
"uuid": "^11.1.0",
|
|
130
129
|
"vite-plugin-svgr": "^4.3.0",
|
|
131
|
-
"zod": "^3.23.8"
|
|
130
|
+
"zod": "^3.23.8",
|
|
131
|
+
"@floating-ui/react": "^0.26.16"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
134
|
"@eslint/compat": "^1.2.1",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
const i={arrows:{filePath:"arrows.svg",items:{arrowCircle:{viewBox:"0 0 32 32",width:32,height:32},arrowDownRight:{viewBox:"0 0 24 24",width:24,height:24},arrowLink:{viewBox:"0 0 24 24",width:24,height:24},arrowRight:{viewBox:"0 0 16 17",width:16,height:17},arrowRotate:{viewBox:"0 0 18 18",width:18,height:18},arrowScroll:{viewBox:"0 0 14 16",width:14,height:16}}},brandLogos:{filePath:"brandLogos.svg",items:{logoBlack:{viewBox:"0 0 194 32",width:194,height:32},logoBusiness:{viewBox:"0 0 192 32",width:192,height:32},logoGray:{viewBox:"0 0 194 32",width:194,height:32},logoInsurance:{viewBox:"0 0 193 32",width:193,height:32},logoMain:{viewBox:"0 0 192 32",width:192,height:32},logoWhite:{viewBox:"0 0 194 32",width:194,height:32}}},communication:{filePath:"communication.svg",items:{phone:{viewBox:"0 0 24 24",width:24,height:24}}},editor:{filePath:"editor.svg",items:{bold:{viewBox:"0 0 24 24",width:24,height:24},heading:{viewBox:"0 0 24 24",width:24,height:24},italic:{viewBox:"0 0 24 24",width:24,height:24},link:{viewBox:"0 0 24 24",width:24,height:24},list:{viewBox:"0 0 24 24",width:24,height:24},palette:{viewBox:"0 0 24 24",width:24,height:24},redo:{viewBox:"0 0 24 24",width:24,height:24},removeFormatting:{viewBox:"0 0 24 24",width:24,height:24},space:{viewBox:"0 0 24 24",width:24,height:24},strikethrough:{viewBox:"0 0 24 24",width:24,height:24},typography:{viewBox:"0 0 24 24",width:24,height:24},underline:{viewBox:"0 0 24 24",width:24,height:24},undo:{viewBox:"0 0 24 24",width:24,height:24}}},files:{filePath:"files.svg",items:{border:{viewBox:"0 0 476 64",width:476,height:64},borderError:{viewBox:"0 0 476 64",width:476,height:64},documentFilled:{viewBox:"0 0 22 28",width:22,height:28},documentOutline:{viewBox:"0 0 22 28",width:22,height:28},upload:{viewBox:"0 0 23 20",width:23,height:20}}},general:{filePath:"general.svg",items:{calendar:{viewBox:"0 0 19 20",width:19,height:20},check:{viewBox:"0 0 24 24",width:24,height:24},close:{viewBox:"0 0 24 24",width:24,height:24},edit:{viewBox:"0 0 19 19",width:19,height:19},hiddenEye:{viewBox:"0 0 20 18",width:20,height:18},menu:{viewBox:"0 0 24 24",width:24,height:24},plus:{viewBox:"0 0 16 16",width:16,height:16},reorder:{viewBox:"0 0 12 18",width:12,height:18},search:{viewBox:"0 0 24 24",width:24,height:24},shield:{viewBox:"0 0 25 24",width:25,height:24},showEye:{viewBox:"0 0 20 14",width:20,height:14}}},info:{filePath:"info.svg",items:{helpCircle:{viewBox:"0 0 12 12",width:12,height:12},warningCircle:{viewBox:"0 0 20 20",width:20,height:20}}},logos:{filePath:"logos.svg",items:{beeline:{viewBox:"0 0 32 32",width:32,height:32},megafon:{viewBox:"0 0 32 32",width:32,height:32},mts:{viewBox:"0 0 32 32",width:32,height:32}}},media:{filePath:"media.svg",items:{desktop:{viewBox:"0 0 24 24",width:24,height:24},mobile:{viewBox:"0 0 24 24",width:24,height:24}}},social:{filePath:"social.svg",items:{classmates:{viewBox:"0 0 9 15",width:9,height:15},telegram:{viewBox:"0 0 15 13",width:15,height:13},vk:{viewBox:"0 0 16 9",width:16,height:9}}},status:{filePath:"status.svg",items:{badSmile:{viewBox:"0 0 30 30",width:30,height:30},iconMark:{viewBox:"0 0 24 20",width:24,height:20},iconRetry:{viewBox:"0 0 24 24",width:24,height:24},iconUser:{viewBox:"0 0 24 28",width:24,height:28}}}};export{i as SPRITES_META};
|
|
2
|
-
//# sourceMappingURL=sprite.gen.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sprite.gen.js","sources":["../../../../../lib/shared/ui/icon/sprite.gen.ts"],"sourcesContent":["export interface SpritesMap {\n arrows: 'arrowCircle' | 'arrowDownRight' | 'arrowLink' | 'arrowRight' | 'arrowRotate' | 'arrowScroll'\n brandLogos: 'logoBlack' | 'logoBusiness' | 'logoGray' | 'logoInsurance' | 'logoMain' | 'logoWhite'\n communication: 'phone'\n editor:\n | 'bold'\n | 'heading'\n | 'italic'\n | 'link'\n | 'list'\n | 'palette'\n | 'redo'\n | 'removeFormatting'\n | 'space'\n | 'strikethrough'\n | 'typography'\n | 'underline'\n | 'undo'\n files: 'border' | 'borderError' | 'documentFilled' | 'documentOutline' | 'upload'\n general: 'calendar' | 'check' | 'close' | 'edit' | 'hiddenEye' | 'menu' | 'plus' | 'reorder' | 'search' | 'shield' | 'showEye'\n info: 'helpCircle' | 'warningCircle'\n logos: 'beeline' | 'megafon' | 'mts'\n media: 'desktop' | 'mobile'\n social: 'classmates' | 'telegram' | 'vk'\n status: 'badSmile' | 'iconMark' | 'iconRetry' | 'iconUser'\n}\nexport const SPRITES_META: {\n [Key in keyof SpritesMap]: {\n filePath: string\n items: Record<\n SpritesMap[Key],\n {\n viewBox: string\n width: number\n height: number\n }\n >\n }\n} = {\n arrows: {\n filePath: 'arrows.svg',\n items: {\n arrowCircle: {\n viewBox: '0 0 32 32',\n width: 32,\n height: 32\n },\n arrowDownRight: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n arrowLink: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n arrowRight: {\n viewBox: '0 0 16 17',\n width: 16,\n height: 17\n },\n arrowRotate: {\n viewBox: '0 0 18 18',\n width: 18,\n height: 18\n },\n arrowScroll: {\n viewBox: '0 0 14 16',\n width: 14,\n height: 16\n }\n }\n },\n brandLogos: {\n filePath: 'brandLogos.svg',\n items: {\n logoBlack: {\n viewBox: '0 0 194 32',\n width: 194,\n height: 32\n },\n logoBusiness: {\n viewBox: '0 0 192 32',\n width: 192,\n height: 32\n },\n logoGray: {\n viewBox: '0 0 194 32',\n width: 194,\n height: 32\n },\n logoInsurance: {\n viewBox: '0 0 193 32',\n width: 193,\n height: 32\n },\n logoMain: {\n viewBox: '0 0 192 32',\n width: 192,\n height: 32\n },\n logoWhite: {\n viewBox: '0 0 194 32',\n width: 194,\n height: 32\n }\n }\n },\n communication: {\n filePath: 'communication.svg',\n items: {\n phone: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n }\n }\n },\n editor: {\n filePath: 'editor.svg',\n items: {\n bold: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n heading: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n italic: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n link: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n list: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n palette: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n redo: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n removeFormatting: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n space: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n strikethrough: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n typography: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n underline: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n undo: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n }\n }\n },\n files: {\n filePath: 'files.svg',\n items: {\n border: {\n viewBox: '0 0 476 64',\n width: 476,\n height: 64\n },\n borderError: {\n viewBox: '0 0 476 64',\n width: 476,\n height: 64\n },\n documentFilled: {\n viewBox: '0 0 22 28',\n width: 22,\n height: 28\n },\n documentOutline: {\n viewBox: '0 0 22 28',\n width: 22,\n height: 28\n },\n upload: {\n viewBox: '0 0 23 20',\n width: 23,\n height: 20\n }\n }\n },\n general: {\n filePath: 'general.svg',\n items: {\n calendar: {\n viewBox: '0 0 19 20',\n width: 19,\n height: 20\n },\n check: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n close: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n edit: {\n viewBox: '0 0 19 19',\n width: 19,\n height: 19\n },\n hiddenEye: {\n viewBox: '0 0 20 18',\n width: 20,\n height: 18\n },\n menu: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n plus: {\n viewBox: '0 0 16 16',\n width: 16,\n height: 16\n },\n reorder: {\n viewBox: '0 0 12 18',\n width: 12,\n height: 18\n },\n search: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n shield: {\n viewBox: '0 0 25 24',\n width: 25,\n height: 24\n },\n showEye: {\n viewBox: '0 0 20 14',\n width: 20,\n height: 14\n }\n }\n },\n info: {\n filePath: 'info.svg',\n items: {\n helpCircle: {\n viewBox: '0 0 12 12',\n width: 12,\n height: 12\n },\n warningCircle: {\n viewBox: '0 0 20 20',\n width: 20,\n height: 20\n }\n }\n },\n logos: {\n filePath: 'logos.svg',\n items: {\n beeline: {\n viewBox: '0 0 32 32',\n width: 32,\n height: 32\n },\n megafon: {\n viewBox: '0 0 32 32',\n width: 32,\n height: 32\n },\n mts: {\n viewBox: '0 0 32 32',\n width: 32,\n height: 32\n }\n }\n },\n media: {\n filePath: 'media.svg',\n items: {\n desktop: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n mobile: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n }\n }\n },\n social: {\n filePath: 'social.svg',\n items: {\n classmates: {\n viewBox: '0 0 9 15',\n width: 9,\n height: 15\n },\n telegram: {\n viewBox: '0 0 15 13',\n width: 15,\n height: 13\n },\n vk: {\n viewBox: '0 0 16 9',\n width: 16,\n height: 9\n }\n }\n },\n status: {\n filePath: 'status.svg',\n items: {\n badSmile: {\n viewBox: '0 0 30 30',\n width: 30,\n height: 30\n },\n iconMark: {\n viewBox: '0 0 24 20',\n width: 24,\n height: 20\n },\n iconRetry: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n iconUser: {\n viewBox: '0 0 24 28',\n width: 24,\n height: 28\n }\n }\n }\n}\n"],"names":["SPRITES_META"],"mappings":"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"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export interface SpritesMap {
|
|
2
|
-
arrows: 'arrowCircle' | 'arrowDownRight' | 'arrowLink' | 'arrowRight' | 'arrowRotate' | 'arrowScroll';
|
|
3
|
-
brandLogos: 'logoBlack' | 'logoBusiness' | 'logoGray' | 'logoInsurance' | 'logoMain' | 'logoWhite';
|
|
4
|
-
communication: 'phone';
|
|
5
|
-
editor: 'bold' | 'heading' | 'italic' | 'link' | 'list' | 'palette' | 'redo' | 'removeFormatting' | 'space' | 'strikethrough' | 'typography' | 'underline' | 'undo';
|
|
6
|
-
files: 'border' | 'borderError' | 'documentFilled' | 'documentOutline' | 'upload';
|
|
7
|
-
general: 'calendar' | 'check' | 'close' | 'edit' | 'hiddenEye' | 'menu' | 'plus' | 'reorder' | 'search' | 'shield' | 'showEye';
|
|
8
|
-
info: 'helpCircle' | 'warningCircle';
|
|
9
|
-
logos: 'beeline' | 'megafon' | 'mts';
|
|
10
|
-
media: 'desktop' | 'mobile';
|
|
11
|
-
social: 'classmates' | 'telegram' | 'vk';
|
|
12
|
-
status: 'badSmile' | 'iconMark' | 'iconRetry' | 'iconUser';
|
|
13
|
-
}
|
|
14
|
-
export declare const SPRITES_META: {
|
|
15
|
-
[Key in keyof SpritesMap]: {
|
|
16
|
-
filePath: string;
|
|
17
|
-
items: Record<SpritesMap[Key], {
|
|
18
|
-
viewBox: string;
|
|
19
|
-
width: number;
|
|
20
|
-
height: number;
|
|
21
|
-
}>;
|
|
22
|
-
};
|
|
23
|
-
};
|