Skip to content

PLASMA-6691: fix emotion build for Tree#2522

Merged
shuga2704 merged 1 commit intodevfrom
plasma-6691
Mar 2, 2026
Merged

PLASMA-6691: fix emotion build for Tree#2522
shuga2704 merged 1 commit intodevfrom
plasma-6691

Conversation

@shuga2704
Copy link
Copy Markdown
Contributor

@shuga2704 shuga2704 commented Feb 19, 2026

Core

Tree

  • исправлена сборка компонента для emotion;

What/why changed

  • исправлена сборка компонента для emotion;
📦 Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @salutejs/plasma-asdk@0.367.0-canary.2522.22565999632.0
npm install @salutejs/plasma-b2c@1.609.0-canary.2522.22565999632.0
npm install @salutejs/plasma-core@1.218.0-canary.2522.22565999632.0
npm install @salutejs/plasma-giga@0.336.0-canary.2522.22565999632.0
npm install @salutejs/plasma-homeds@0.336.0-canary.2522.22565999632.0
npm install @salutejs/plasma-hope@1.364.0-canary.2522.22565999632.0
npm install @salutejs/plasma-icons@1.230.0-canary.2522.22565999632.0
npm install @salutejs/plasma-new-hope@0.353.0-canary.2522.22565999632.0
npm install @salutejs/plasma-tokens@1.130.0-canary.2522.22565999632.0
npm install @salutejs/plasma-ui@1.340.0-canary.2522.22565999632.0
npm install @salutejs/plasma-web@1.611.0-canary.2522.22565999632.0
npm install @salutejs/sdds-bizcom@0.341.0-canary.2522.22565999632.0
npm install @salutejs/sdds-cs@0.345.0-canary.2522.22565999632.0
npm install @salutejs/sdds-dfa@0.339.0-canary.2522.22565999632.0
npm install @salutejs/sdds-finai@0.332.0-canary.2522.22565999632.0
npm install @salutejs/sdds-insol@0.336.0-canary.2522.22565999632.0
npm install @salutejs/sdds-netology@0.340.0-canary.2522.22565999632.0
npm install @salutejs/sdds-os@0.11.0-canary.2522.22565999632.0
npm install @salutejs/sdds-platform-ai@0.340.0-canary.2522.22565999632.0
npm install @salutejs/sdds-scan@0.339.0-canary.2522.22565999632.0
npm install @salutejs/sdds-serv@0.340.0-canary.2522.22565999632.0
npm install @salutejs/plasma-themes@0.42.0-canary.2522.22565999632.0
npm install @salutejs/sdds-themes@0.57.0-canary.2522.22565999632.0
npm install @salutejs/plasma-cy-utils@0.148.0-canary.2522.22565999632.0
npm install @salutejs/plasma-sb-utils@0.218.0-canary.2522.22565999632.0
# or 
yarn add @salutejs/plasma-asdk@0.367.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-b2c@1.609.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-core@1.218.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-giga@0.336.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-homeds@0.336.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-hope@1.364.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-icons@1.230.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-new-hope@0.353.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-tokens@1.130.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-ui@1.340.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-web@1.611.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-bizcom@0.341.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-cs@0.345.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-dfa@0.339.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-finai@0.332.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-insol@0.336.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-netology@0.340.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-os@0.11.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-platform-ai@0.340.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-scan@0.339.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-serv@0.340.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-themes@0.42.0-canary.2522.22565999632.0
yarn add @salutejs/sdds-themes@0.57.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-cy-utils@0.148.0-canary.2522.22565999632.0
yarn add @salutejs/plasma-sb-utils@0.218.0-canary.2522.22565999632.0

@github-actions
Copy link
Copy Markdown
Contributor

Theme Builder app deployed!

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

@github-actions
Copy link
Copy Markdown
Contributor

.rc-tree:not(.rc-tree-show-line) .rc-tree-treenode .rc-tree-switcher-noop {
background: none;
}
.rc-tree.rc-tree-show-line .rc-tree-treenode:not(:last-child) > ul {
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.

@shuga2704 почему это сломалось в emotion?

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.

из-за 3-ех слешей подряд в base64

@shuga2704 shuga2704 added this pull request to the merge queue Mar 2, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 2, 2026
@shuga2704 shuga2704 added this pull request to the merge queue Mar 2, 2026
Merged via the queue into dev with commit 723b068 Mar 2, 2026
38 checks passed
@shuga2704 shuga2704 deleted the plasma-6691 branch March 2, 2026 10:37
@Yakutoc Yakutoc mentioned this pull request Mar 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 4, 2026

This PR is included in version:

  • @salutejs/plasma-asdk@0.367.0
  • @salutejs/plasma-b2c@1.609.0
  • @salutejs/plasma-core@1.218.0
  • @salutejs/plasma-giga@0.336.0
  • @salutejs/plasma-homeds@0.336.0
  • @salutejs/plasma-hope@1.364.0
  • @salutejs/plasma-icons@1.230.0
  • @salutejs/plasma-new-hope@0.353.0
  • @salutejs/plasma-tokens@1.130.0
  • @salutejs/plasma-ui@1.340.0
  • @salutejs/plasma-web@1.611.0
  • @salutejs/sdds-bizcom@0.341.0
  • @salutejs/sdds-crm@0.340.0
  • @salutejs/sdds-cs@0.345.0
  • @salutejs/sdds-dfa@0.339.0
  • @salutejs/sdds-finai@0.332.0
  • @salutejs/sdds-insol@0.336.0
  • @salutejs/sdds-netology@0.340.0
  • @salutejs/sdds-os@0.11.0
  • @salutejs/sdds-platform-ai@0.340.0
  • @salutejs/sdds-sbcom@0.340.0
  • @salutejs/sdds-scan@0.339.0
  • @salutejs/sdds-serv@0.340.0
  • @salutejs/plasma-themes@0.42.0
  • @salutejs/sdds-themes@0.57.0
  • @salutejs/plasma-cy-utils@0.148.0
  • @salutejs/plasma-sb-utils@0.218.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.

3 participants