This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a change to branch feat/embed
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
from 50111d0 refactor(editor-formula): Update i18n files to use YAML format
new 696ce4f refactor(editor-chart): Update i18n files to use YAML format
new 19f2d00 refactor: Update .prettierrc.json files for embed-basic and
editor-formula packages
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
editor-chart/.prettierrc.json | 8 +++++
editor-chart/Chart.tsx | 61 +++++++++++++++++-----------------
editor-chart/hooks.ts | 6 ++--
editor-chart/i18n/en_US.json | 15 ---------
editor-chart/i18n/en_US.yaml | 12 +++++++
editor-chart/i18n/index.ts | 4 +--
editor-chart/i18n/zh_CN.json | 15 ---------
editor-chart/i18n/zh_CN.yaml | 11 +++++++
editor-chart/package.json | 1 +
editor-chart/pnpm-lock.yaml | 43 ++++++++++++++++++++++++
editor-chart/tsconfig.json | 3 ++
editor-chart/vite.config.ts | 3 +-
editor-formula/.prettierrc.json | 8 +++++
editor-formula/Formula.tsx | 72 ++++++++++++++++++++---------------------
embed-basic/.prettierrc.json | 8 +++++
embed-basic/Component.tsx | 56 ++++++++++++++++----------------
embed-basic/modal.tsx | 62 ++++++++++++++++++-----------------
17 files changed, 231 insertions(+), 157 deletions(-)
create mode 100644 editor-chart/.prettierrc.json
delete mode 100644 editor-chart/i18n/en_US.json
delete mode 100644 editor-chart/i18n/zh_CN.json
create mode 100644 editor-formula/.prettierrc.json
create mode 100644 embed-basic/.prettierrc.json