From 00f47c4b6837dd5ce47b8582a6e2976b9af64573 Mon Sep 17 00:00:00 2001
From: Ivan <8611739+IRBorisov@users.noreply.github.com>
Date: Mon, 3 Nov 2025 20:00:34 +0300
Subject: [PATCH] R: Use canonical classnames
---
rsconcept/frontend/src/app/global-tooltips.tsx | 2 +-
rsconcept/frontend/src/components/info-error.tsx | 2 +-
rsconcept/frontend/src/components/modal/modal-view.tsx | 2 +-
.../ai/components/prompt-input/mark-variables.tsx | 2 +-
.../src/features/help/items/ui/help-formula-tree.tsx | 10 +++++-----
.../src/features/help/items/ui/help-library.tsx | 2 +-
.../features/rsform/components/info-constituenta.tsx | 2 +-
.../rsform/components/term-graph/schemas-guide.tsx | 2 +-
.../components/term-graph/toolbar-focused-cst.tsx | 2 +-
.../view-constituents/table-side-constituents.tsx | 2 +-
.../rsform/dialogs/dlg-cst-template/tab-arguments.tsx | 2 +-
.../pages/rsform-page/editor-rslist/table-rslist.tsx | 2 +-
12 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/rsconcept/frontend/src/app/global-tooltips.tsx b/rsconcept/frontend/src/app/global-tooltips.tsx
index e618c2c6..84f278d9 100644
--- a/rsconcept/frontend/src/app/global-tooltips.tsx
+++ b/rsconcept/frontend/src/app/global-tooltips.tsx
@@ -10,7 +10,7 @@ export const GlobalTooltips = () => {
layer='z-topmost'
place='bottom-start'
offset={24}
- className='max-w-80 break-words rounded-lg! select-none'
+ className='max-w-80 wrap-break-word rounded-lg! select-none'
/>
Message: {error.message}
- {error.stack && {error.stack}}
+ {error.stack && {error.stack}}
);
}
diff --git a/rsconcept/frontend/src/components/modal/modal-view.tsx b/rsconcept/frontend/src/components/modal/modal-view.tsx
index d59eb5c2..7ced8254 100644
--- a/rsconcept/frontend/src/components/modal/modal-view.tsx
+++ b/rsconcept/frontend/src/components/modal/modal-view.tsx
@@ -73,7 +73,7 @@ export function ModalView({
Виды узлов
-
+
объявление идентификатора
-
+
глобальный идентификатор
-
+
логическое выражение
-
+
типизированное выражение
-
+
присвоение и итерация
diff --git a/rsconcept/frontend/src/features/help/items/ui/help-library.tsx b/rsconcept/frontend/src/features/help/items/ui/help-library.tsx
index 9913c3ba..06566895 100644
--- a/rsconcept/frontend/src/features/help/items/ui/help-library.tsx
+++ b/rsconcept/frontend/src/features/help/items/ui/help-library.tsx
@@ -34,7 +34,7 @@ export function HelpLibrary() {
-
- зеленым текстом выделены ОСС
+ зеленым текстом выделены ОСС
-
клик по строке - переход к редактированию схемы
diff --git a/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx b/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx
index b6a6c5de..ec2d6b24 100644
--- a/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx
+++ b/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx
@@ -11,7 +11,7 @@ interface InfoConstituentaProps extends React.ComponentProps<'div'> {
export function InfoConstituenta({ data, className, ...restProps }: InfoConstituentaProps) {
return (
-
+
{data.alias}
{data.is_inherited ? : null}
diff --git a/rsconcept/frontend/src/features/rsform/components/term-graph/schemas-guide.tsx b/rsconcept/frontend/src/features/rsform/components/term-graph/schemas-guide.tsx
index 33f05260..5b92b38b 100644
--- a/rsconcept/frontend/src/features/rsform/components/term-graph/schemas-guide.tsx
+++ b/rsconcept/frontend/src/features/rsform/components/term-graph/schemas-guide.tsx
@@ -44,7 +44,7 @@ export function SchemasGuide({ schema }: SchemasGuideProps) {
diff --git a/rsconcept/frontend/src/features/rsform/components/term-graph/toolbar-focused-cst.tsx b/rsconcept/frontend/src/features/rsform/components/term-graph/toolbar-focused-cst.tsx
index 71c6761c..2477a322 100644
--- a/rsconcept/frontend/src/features/rsform/components/term-graph/toolbar-focused-cst.tsx
+++ b/rsconcept/frontend/src/features/rsform/components/term-graph/toolbar-focused-cst.tsx
@@ -21,7 +21,7 @@ export function ToolbarFocusedCst({ focus, resetFocus, className }: ToolbarFocus
return (
-
+
Фокус
{focus.alias}
diff --git a/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx b/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx
index 77adef6a..9ef0001f 100644
--- a/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx
+++ b/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx
@@ -73,7 +73,7 @@ export function TableSideConstituents({
cell: props => (
diff --git a/rsconcept/frontend/src/features/rsform/dialogs/dlg-cst-template/tab-arguments.tsx b/rsconcept/frontend/src/features/rsform/dialogs/dlg-cst-template/tab-arguments.tsx
index ab93b9ca..ed98109b 100644
--- a/rsconcept/frontend/src/features/rsform/dialogs/dlg-cst-template/tab-arguments.tsx
+++ b/rsconcept/frontend/src/features/rsform/dialogs/dlg-cst-template/tab-arguments.tsx
@@ -78,7 +78,7 @@ export function TabArguments({ schema }: TabArgumentsProps) {
argumentsHelper.accessor(arg => arg.typification, {
id: 'type',
enableHiding: true,
- cell: props => {props.getValue()}
+ cell: props => {props.getValue()}
}),
argumentsHelper.display({
id: 'actions',
diff --git a/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-rslist/table-rslist.tsx b/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-rslist/table-rslist.tsx
index f9b637a7..88fd1a99 100644
--- a/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-rslist/table-rslist.tsx
+++ b/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-rslist/table-rslist.tsx
@@ -75,7 +75,7 @@ export function TableRSList({
minSize: 150,
maxSize: 200,
cell: props => (
- {truncateToSymbol(props.getValue(), TYPIFICATION_TRUNCATE)}
+ {truncateToSymbol(props.getValue(), TYPIFICATION_TRUNCATE)}
)
}),
columnHelper.accessor(cst => cst.term_resolved || cst.term_raw || '', {