Skip to content

PLASMA-4669: TextArea clear appearance#2423

Merged
TitanKuzmich merged 7 commits intodevfrom
PLASMA-4669
Jan 20, 2026
Merged

PLASMA-4669: TextArea clear appearance#2423
TitanKuzmich merged 7 commits intodevfrom
PLASMA-4669

Conversation

@TitanKuzmich
Copy link
Copy Markdown
Contributor

@TitanKuzmich TitanKuzmich commented Jan 13, 2026

Core

TextArea

  • добавлен appearance='clear'

What/why changed

image

Добавлен appearance='clear'

📦 Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @salutejs/plasma-asdk@0.359.0-canary.2423.21170459540.0
npm install @salutejs/plasma-b2c@1.601.0-canary.2423.21170459540.0
npm install @salutejs/plasma-core@1.213.0-canary.2423.21170459540.0
npm install @salutejs/plasma-giga@0.328.0-canary.2423.21170459540.0
npm install @salutejs/plasma-hope@1.359.0-canary.2423.21170459540.0
npm install @salutejs/plasma-new-hope@0.345.0-canary.2423.21170459540.0
npm install @salutejs/plasma-ui@1.335.0-canary.2423.21170459540.0
npm install @salutejs/plasma-web@1.603.0-canary.2423.21170459540.0
npm install @salutejs/sdds-bizcom@0.333.0-canary.2423.21170459540.0
npm install @salutejs/sdds-crm@0.332.0-canary.2423.21170459540.0
npm install @salutejs/sdds-cs@0.337.0-canary.2423.21170459540.0
npm install @salutejs/sdds-dfa@0.331.0-canary.2423.21170459540.0
npm install @salutejs/sdds-finai@0.324.0-canary.2423.21170459540.0
npm install @salutejs/sdds-insol@0.328.0-canary.2423.21170459540.0
npm install @salutejs/sdds-netology@0.332.0-canary.2423.21170459540.0
npm install @salutejs/sdds-platform-ai@0.332.0-canary.2423.21170459540.0
npm install @salutejs/sdds-sber-os@0.2.0-canary.2423.21170459540.0
npm install @salutejs/sdds-scan@0.331.0-canary.2423.21170459540.0
npm install @salutejs/sdds-serv@0.332.0-canary.2423.21170459540.0
npm install @salutejs/plasma-themes@0.39.0-canary.2423.21170459540.0
npm install @salutejs/sdds-themes@0.52.0-canary.2423.21170459540.0
npm install @salutejs/plasma-cy-utils@0.143.0-canary.2423.21170459540.0
npm install @salutejs/plasma-sb-utils@0.213.0-canary.2423.21170459540.0
# or 
yarn add @salutejs/plasma-asdk@0.359.0-canary.2423.21170459540.0
yarn add @salutejs/plasma-b2c@1.601.0-canary.2423.21170459540.0
yarn add @salutejs/plasma-core@1.213.0-canary.2423.21170459540.0
yarn add @salutejs/plasma-giga@0.328.0-canary.2423.21170459540.0
yarn add @salutejs/plasma-hope@1.359.0-canary.2423.21170459540.0
yarn add @salutejs/plasma-new-hope@0.345.0-canary.2423.21170459540.0
yarn add @salutejs/plasma-ui@1.335.0-canary.2423.21170459540.0
yarn add @salutejs/plasma-web@1.603.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-bizcom@0.333.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-crm@0.332.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-cs@0.337.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-dfa@0.331.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-finai@0.324.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-insol@0.328.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-netology@0.332.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-platform-ai@0.332.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-sber-os@0.2.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-scan@0.331.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-serv@0.332.0-canary.2423.21170459540.0
yarn add @salutejs/plasma-themes@0.39.0-canary.2423.21170459540.0
yarn add @salutejs/sdds-themes@0.52.0-canary.2423.21170459540.0
yarn add @salutejs/plasma-cy-utils@0.143.0-canary.2423.21170459540.0
yarn add @salutejs/plasma-sb-utils@0.213.0-canary.2423.21170459540.0

@github-actions
Copy link
Copy Markdown
Contributor

Theme Builder app deployed!

https://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-2423/

@TitanKuzmich TitanKuzmich changed the title Plasma 4669 PLASMA-4669: TextArea clear appearance Jan 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 13, 2026

previousHeight.current = newHeight;
}
}, [resize, active, value, minAuto, maxAuto]);
}, [resize, active, value, minAuto, maxAuto, size]);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

не уверен, что здесь он нужен

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужен
Иначе в сб вот такое
autoresize

${StyledTextAreaWrapper} {
position: relative;

--plasma_private-textarea-divider-color: var(${tokens.dividerColor});
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вроде такие токены в файл tokens переносим обычно

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Предлагаю отдельной задачей. Все-таки это вынос clear в отдельный конфиг

@TitanKuzmich TitanKuzmich added this pull request to the merge queue Jan 20, 2026
Merged via the queue into dev with commit f63749c Jan 20, 2026
40 checks passed
@TitanKuzmich TitanKuzmich deleted the PLASMA-4669 branch January 20, 2026 12:38
@github-actions
Copy link
Copy Markdown
Contributor

This PR is included in version:

  • @salutejs/plasma-asdk@0.359.0
  • @salutejs/plasma-b2c@1.601.0
  • @salutejs/plasma-core@1.213.0
  • @salutejs/plasma-giga@0.328.0
  • @salutejs/plasma-hope@1.359.0
  • @salutejs/plasma-new-hope@0.345.0
  • @salutejs/plasma-ui@1.335.0
  • @salutejs/plasma-web@1.603.0
  • @salutejs/sdds-bizcom@0.333.0
  • @salutejs/sdds-crm@0.332.0
  • @salutejs/sdds-cs@0.337.0
  • @salutejs/sdds-dfa@0.331.0
  • @salutejs/sdds-finai@0.324.0
  • @salutejs/sdds-insol@0.328.0
  • @salutejs/sdds-netology@0.332.0
  • @salutejs/sdds-os@0.3.0
  • @salutejs/sdds-platform-ai@0.332.0
  • @salutejs/sdds-scan@0.331.0
  • @salutejs/sdds-serv@0.332.0
  • @salutejs/plasma-themes@0.39.0
  • @salutejs/sdds-themes@0.52.0
  • @salutejs/plasma-cy-utils@0.143.0
  • @salutejs/plasma-sb-utils@0.213.0

@Yakutoc Yakutoc mentioned this pull request Mar 31, 2026
@Yakutoc Yakutoc mentioned this pull request Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants