-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2574 from epam/improvement/3251_update_gt_config
3251 Update GT configuration
- Loading branch information
Showing
172 changed files
with
2,653 additions
and
3,033 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
import * as React from 'react'; | ||
import cx from 'classnames'; | ||
import { BaseDocsBlock, DocExample } from '../common'; | ||
import css from './styles.module.scss'; | ||
|
||
export class RichTextEditorDoc extends BaseDocsBlock { | ||
title = 'Rich Text Editor'; | ||
renderContent() { | ||
return ( | ||
<span className={ cx(css.wrapper) }> | ||
<> | ||
<DocExample path="./_examples/richTextEditor/Basic.example.tsx" /> | ||
<DocExample title="Inner scroll behavior" path="./_examples/richTextEditor/WithInnerScroll.example.tsx" /> | ||
</span> | ||
</> | ||
); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
import * as React from 'react'; | ||
import cx from 'classnames'; | ||
import { BaseDocsBlock, DocExample } from '../common'; | ||
import css from './styles.module.scss'; | ||
|
||
export class RichTextEditorSerializersDoc extends BaseDocsBlock { | ||
title = 'Rich Text Editor Serializers'; | ||
renderContent() { | ||
return ( | ||
<span className={ cx(css.wrapper) }> | ||
<> | ||
<DocExample title="MD format" path="./_examples/richTextEditor/MdSerialization.example.tsx" /> | ||
<DocExample title="HTML format" path="./_examples/richTextEditor/HtmlSerialization.example.tsx" /> | ||
</span> | ||
</> | ||
); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
@use '~@epam/assets/theme/theme_promo' as *; | ||
|
||
.wrapper { | ||
&.uui-theme-promo { | ||
:global { | ||
@include theme-promo(); | ||
} | ||
} | ||
} | ||
|
||
.app-bg { | ||
--uui-docs-bg: var(--uui-app-bg); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
@use '~@epam/assets/theme/theme_promo' as *; | ||
|
||
.container { | ||
display: flex; | ||
flex-direction: column; | ||
flex: 1 1 0; | ||
height: calc(100vh - 60px); | ||
|
||
&.uui-theme-promo { | ||
:global { | ||
@include theme-promo(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
@use '~@epam/assets/theme/theme_loveship' as *; | ||
|
||
.container { | ||
width: 100%; | ||
height: calc(100vh - 60px); | ||
|
||
&.uui-theme-loveship { | ||
:global { | ||
@include theme-loveship(); | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
@use '~@epam/assets/theme/theme_promo' as *; | ||
|
||
.panel { | ||
display: flex; | ||
width: 100%; | ||
|
||
&.uui-theme-promo { | ||
:global { | ||
@include theme-promo(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
app/src/sandbox/tableCellStyles/TableCellsStylesSandbox.module.scss
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.