-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
28 additions
and
18 deletions.
There are no files selected for viewing
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,5 +1,10 @@ | ||
// Import all elements | ||
@import 'exports/all'; | ||
// Important! you should not need to modify this file | ||
// first, you need to inherit halo theme | ||
@import '@refinitiv-ui/halo-theme/exports/all'; | ||
// include theme of all element framework element and native styles | ||
@import 'elements:src/{native,custom}-elements/*'; | ||
|
||
// Set the default variant | ||
@variant: default; | ||
// include additional colour pallete that you define | ||
@import (reference) 'src/colors'; | ||
// include variables from all variants | ||
@import (reference) 'src/variants/@{variant}/variables'; |
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
Empty file.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@import '@lseg-workspace/web-design-tokens/dist/less/core'; | ||
@import '@lseg-workspace/web-design-tokens/dist/less/contextual'; |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@import (reference) '../../variables.less'; | ||
@import '@lseg-workspace/web-design-tokens/dist/less/overrides/color/dark.less'; | ||
|
||
|
||
// Compilation Error in elemental theme unable to evaluate - @const-color-common-container-brand-base; | ||
// @scheme-color-primary : @const-color-common-container-brand-base; | ||
// @scheme-color-secondary : @const-color-common-container-secondary-base; | ||
// @scheme-color-tertiary : @const-color-common-container-tertiary-base; | ||
// @scheme-color-info : @const-color-common-container-info-base; | ||
// @scheme-color-confirm : @const-color-common-container-positive-base; | ||
// @scheme-color-warning : @const-color-common-container-warning-base; | ||
// @scheme-color-error : @const-color-common-container-negative-base; | ||
|
||
@global-background-color : @cont-color-common-container-surface-layer-1; | ||
@global-text-color : @cont-color-common-fg-generic-moderate; |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
@import (reference) '../../variables.less'; |