Skip to content

Commit

Permalink
chore: deprecate solar theme (#1192)
Browse files Browse the repository at this point in the history
* chore: deprecate solar theme

* Update packages/solar-theme/README.md

* Update README.md

* chore: remove solar theme from lerna ignore change

* style: add space and remove sentence from heading

---------

Co-authored-by: wattachai <[email protected]>
  • Loading branch information
bualoy-napat and wattachai-lseg authored Jul 5, 2024
1 parent 9bd8613 commit a638c92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ Getting started and usage guide are available from this [documentation](https://
| [@refinitiv-ui/i18n](https://github.com/Refinitiv/refinitiv-ui/tree/v6/packages/i18n) | [![npm version](https://badgen.net/npm/v/@refinitiv-ui/i18n/v6-lts)](https://www.npmjs.com/package/@refinitiv-ui/i18n) | [![change log](https://badgen.net/badge/icon/changelog/grey?icon=git&label)](https://github.com/Refinitiv/refinitiv-ui/blob/v6/packages/i18n/CHANGELOG.md) |
| [@refinitiv-ui/phrasebook](https://github.com/Refinitiv/refinitiv-ui/tree/v6/packages/phrasebook) | [![npm version](https://badgen.net/npm/v/@refinitiv-ui/phrasebook/v6-lts)](https://www.npmjs.com/package/@refinitiv-ui/phrasebook) | [![change log](https://badgen.net/badge/icon/changelog/grey?icon=git&label)](https://github.com/Refinitiv/refinitiv-ui/blob/v6/packages/phrasebook/CHANGELOG.md) |
| [@refinitiv-ui/polyfills](https://github.com/Refinitiv/refinitiv-ui/tree/v6/packages/polyfills) | [![npm version](https://badgen.net/npm/v/@refinitiv-ui/polyfills/v6-lts)](https://www.npmjs.com/package/@refinitiv-ui/polyfills) | [![change log](https://badgen.net/badge/icon/changelog/grey?icon=git&label)](https://github.com/Refinitiv/refinitiv-ui/blob/v6/packages/polyfills/CHANGELOG.md) |
| [@refinitiv-ui/solar-theme](https://github.com/Refinitiv/refinitiv-ui/tree/v6/packages/solar-theme) | [![npm version](https://badgen.net/npm/v/@refinitiv-ui/solar-theme/v6-lts)](https://www.npmjs.com/package/@refinitiv-ui/solar-theme) | [![change log](https://badgen.net/badge/icon/changelog/grey?icon=git&label)](https://github.com/Refinitiv/refinitiv-ui/blob/v6/packages/solar-theme/CHANGELOG.md) |
| [@refinitiv-ui/solar-theme](https://github.com/Refinitiv/refinitiv-ui/tree/v6/packages/solar-theme) ⚠️ | [![npm version](https://badgen.net/npm/v/@refinitiv-ui/solar-theme/v6-lts)](https://www.npmjs.com/package/@refinitiv-ui/solar-theme) | [![change log](https://badgen.net/badge/icon/changelog/grey?icon=git&label)](https://github.com/Refinitiv/refinitiv-ui/blob/v6/packages/solar-theme/CHANGELOG.md) |
| [@refinitiv-ui/test-helpers](https://github.com/Refinitiv/refinitiv-ui/tree/v6/packages/test-helpers) | [![npm version](https://badgen.net/npm/v/@refinitiv-ui/test-helpers/v6-lts)](https://www.npmjs.com/package/@refinitiv-ui/test-helpers) | [![change log](https://badgen.net/badge/icon/changelog/grey?icon=git&label)](https://github.com/Refinitiv/refinitiv-ui/blob/v6/packages/test-helpers/CHANGELOG.md) |
| [@refinitiv-ui/theme-compiler](https://github.com/Refinitiv/refinitiv-ui/tree/v6/packages/theme-compiler) | [![npm version](https://badgen.net/npm/v/@refinitiv-ui/theme-compiler/v6-lts)](https://www.npmjs.com/package/@refinitiv-ui/theme-compiler) | [![change log](https://badgen.net/badge/icon/changelog/grey?icon=git&label)](https://github.com/Refinitiv/refinitiv-ui/blob/v6/packages/theme-compiler/CHANGELOG.md) |
| [@refinitiv-ui/translate](https://github.com/Refinitiv/refinitiv-ui/tree/v6/packages/translate) | [![npm version](https://badgen.net/npm/v/@refinitiv-ui/translate/v6-lts)](https://www.npmjs.com/package/@refinitiv-ui/translate) | [![change log](https://badgen.net/badge/icon/changelog/grey?icon=git&label)](https://github.com/Refinitiv/refinitiv-ui/blob/v6/packages/translate/CHANGELOG.md) |
| [@refinitiv-ui/utils](https://github.com/Refinitiv/refinitiv-ui/tree/v6/packages/utils) | [![npm version](https://badgen.net/npm/v/@refinitiv-ui/utils/v6-lts)](https://www.npmjs.com/package/@refinitiv-ui/utils) | [![change log](https://badgen.net/badge/icon/changelog/grey?icon=git&label)](https://github.com/Refinitiv/refinitiv-ui/blob/v6/packages/utils/CHANGELOG.md) |
| [create-efx](https://github.com/Refinitiv/refinitiv-ui/tree/v6/packages/create-efx) | [![npm version](https://badgen.net/npm/v/create-efx/v6-lts)](https://www.npmjs.com/package/create-efx) | [![change log](https://badgen.net/badge/icon/changelog/grey?icon=git&label)](https://github.com/Refinitiv/refinitiv-ui/blob/v6/packages/create-efx/CHANGELOG.md) |

**⚠️ Solar Theme is deprecated.**

# License Information

See [LICENSE](./LICENSE.md).
Expand Down
2 changes: 1 addition & 1 deletion packages/solar-theme/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Solar Theme

This is a legacy theme. It's only to use for Eikon products and services and shall not use within LSEG Workspace.
This is a **deprecated** legacy theme. It's only to use for Eikon products and services and shall not use within LSEG Workspace.

The theme needs to use with EF elements. See list of elements, demo and more tutorial by visiting [EF Documentation](https://ui.refinitiv.com).

Expand Down

0 comments on commit a638c92

Please sign in to comment.