@serendie/ui 3.3.0-dev.202605130602 → 3.3.0-dev.202605131151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,12 +15,18 @@
|
|
|
15
15
|
</div>
|
|
16
16
|
<br/>
|
|
17
17
|
|
|
18
|
-
[Serendie Design System](https://serendie.design/)
|
|
19
|
-
[デザイントークン](https://github.com/serendie/design-token)や[Serendie Symbols](https://github.com/serendie/serendie-symbols)
|
|
18
|
+
[Serendie Design System](https://serendie.design/)は三菱電機によるオープンなデザインシステムです。<br/>
|
|
19
|
+
[デザイントークン](https://github.com/serendie/design-token)や[Serendie Symbols](https://github.com/serendie/serendie-symbols)など複数のリポジトリから構成されています。本リポジトリはSerendie UIを扱います。
|
|
20
20
|
|
|
21
21
|
# Serendie UI
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
次のような特徴を持つ、ReactベースのUIコンポーネントライブラリです。
|
|
24
|
+
|
|
25
|
+
- 🎨デザイントークンやUIコンポーネントは[Serendie UI Kit (Figma)](https://www.figma.com/community/file/1433690846108785966)に対応し、デザインと開発でSingle Source of Truthを実現
|
|
26
|
+
- 🌈5つの組み込み[カラーテーマ](https://github.com/serendie/serendie?tab=readme-ov-file#%E3%83%86%E3%83%BC%E3%83%9E%E5%88%87%E3%82%8A%E6%9B%BF%E3%81%88)や[カスタムテーミング](https://github.com/serendie/serendie?tab=readme-ov-file#%E3%82%B5%E3%83%96%E3%83%96%E3%83%A9%E3%83%B3%E3%83%89%E5%AF%BE%E5%BF%9C)に対応
|
|
27
|
+
- 🌙ダークモード対応
|
|
28
|
+
- 🌐多言語対応(日英)
|
|
29
|
+
- 🤖[MCPサーバー](https://serendie.design/ai/mcp-server)や[Agent Skills](https://serendie.design/ai/agent-skills)を提供
|
|
24
30
|
|
|
25
31
|
## 使い方
|
|
26
32
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@serendie/ui",
|
|
3
3
|
"description": "Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "3.3.0-dev.
|
|
5
|
+
"version": "3.3.0-dev.202605131151",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"sideEffects": [
|