Skip to content

Commit 032bb6a

Browse files
docs: обновлены ссылки компонентов на Figma
1 parent c8cbe20 commit 032bb6a

21 files changed

Lines changed: 21 additions & 0 deletions

File tree

src/components/Accordion/Accordion.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export interface AccordionProps extends ViewProps {
3939
* @param withSeparator - Наличие разделитель. Когда true, верхняя граница заголовка становится разделителем
4040
* @param disabled - Отключенное состояние. Когда true компонент рендерится в соответствии со значением isInitiallyExpanded и не реагирует на нажатия
4141
* @link https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace--DS-?node-id=1207-1852&m=dev
42+
* @link https://www.figma.com/design/Q1BWgZ7zoV5UzlBOnjW0cM/UI-Kit--DS--v2.1?node-id=24043-1592
4243
*/
4344
export const Accordion: React.FC<AccordionProps> = ({
4445
Icon,

src/components/Avatar/Avatar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const ICON_MULTIPLIER = 0.43
122122
* @param badge - Компонент бейджа
123123
* @param showBadge - Показывать бейдж или нет
124124
* @link https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace-(DS)?node-id=484-4972&m=dev
125+
* @link https://www.figma.com/design/Q1BWgZ7zoV5UzlBOnjW0cM/UI-Kit--DS--v2.1?node-id=24043-14161
125126
*/
126127
export const Avatar = memo<AvatarProps>(
127128
({

src/components/Checkbox/Checkbox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export interface CheckboxProps
4040
/**
4141
* Используется для множественного выбора элементов
4242
* @see https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace-(DS)?node-id=484-5316
43+
* @see https://www.figma.com/design/Q1BWgZ7zoV5UzlBOnjW0cM/UI-Kit--DS--v2.1?node-id=24035-64
4344
*/
4445
export const Checkbox = memo<CheckboxProps>(
4546
({

src/components/Chip/Chip.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export interface ChipProps extends PressableProps {
3434
* Компонет Нажимабельного тега с возможностью закрытия
3535
* Используется для представления массива данных в виде меток
3636
* @see https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace-(DS)?node-id=484-5126&t=jMMaE0JO924pG1ga-4
37+
* @see https://www.figma.com/design/Q1BWgZ7zoV5UzlBOnjW0cM/UI-Kit--DS--v2.1?node-id=24043-14962
3738
*/
3839
export const Chip = memo<ChipProps>(
3940
({

src/components/Divider/Divider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export interface DividerProps {
5252
/**
5353
* Используется для визуального разделения контента
5454
* @see https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace-(DS)?node-id=484-5178
55+
* @see https://www.figma.com/design/Q1BWgZ7zoV5UzlBOnjW0cM/UI-Kit--DS--v2.1?node-id=24043-379
5556
*/
5657
export const Divider = memo<DividerProps>(
5758
({

src/components/Input/InputGroup.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export type InputGroupProps = InputGroupBaseProps & InputTextBaseProps
2828
/**
2929
* Компонент группы инпута. Позволяет обернуть инпут в группу и добавить кнопки-аддоны слева и справа
3030
* @link https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace-(DS)?node-id=484-5932&m=dev
31+
* @link https://www.figma.com/design/Q1BWgZ7zoV5UzlBOnjW0cM/UI-Kit--DS--v2.1?node-id=24037-68
3132
* @see InputTextBase
3233
* @see InputGroupAddon
3334
*/

src/components/Input/InputGroupAddon.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export interface InputGroupAddonProps {
1919
/**
2020
* Служебный компонент для группировки инпута
2121
* @link https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace-(DS)?node-id=484-5932&m=dev
22+
* @link https://www.figma.com/design/Q1BWgZ7zoV5UzlBOnjW0cM/UI-Kit--DS--v2.1?node-id=24037-68
2223
* @see InputGroup
2324
*/
2425
export const InputGroupAddon = memo<InputGroupAddonProps>(

src/components/Input/InputText.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface InputTextProps extends InputTextBaseProps {
1212
/**
1313
* Компонент для ввода текста
1414
* @link https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace-(DS)?node-id=484-5470&m=dev
15+
* @link https://www.figma.com/design/Q1BWgZ7zoV5UzlBOnjW0cM/UI-Kit--DS--v2.1?node-id=24036-56
1516
* @see InputTextBase
1617
* @see InputTextBaseProps
1718
*/

src/components/Input/InputTextBase/InputTextBase.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ interface PrivateInputTextBaseProps {
5353
/**
5454
* Базовое поле
5555
* @link https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace-(DS)?node-id=484-5470&m=dev
56+
* @link https://www.figma.com/design/Q1BWgZ7zoV5UzlBOnjW0cM/UI-Kit--DS--v2.1?node-id=24036-56
5657
* @see InputText
5758
*/
5859
const inputIconUniProps = ({ components }: SvgUniversalTheme) => {

src/components/MenuItem/Template/MenuItemTemplate.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export interface MenuItemTemplateProps extends ViewProps {
5454
* Шаблон элемента меню. Содержит максимальное количество компонентов внутри пункта меню и используется как основа для создания пунктов меню любой возможной конфигурации.
5555
*
5656
* @link https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace-(DS)?node-id=937-6724&m=dev
57+
* @link https://www.figma.com/design/Q1BWgZ7zoV5UzlBOnjW0cM/UI-Kit--DS--v2.1?node-id=24043-18237
5758
*/
5859
export const MenuItemTemplate = memo<MenuItemTemplateProps>(
5960
({

0 commit comments

Comments
 (0)