@serendie/ui 3.3.0-dev.202605130602 → 3.3.0-dev.202605191319

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.
Files changed (2) hide show
  1. package/README.md +9 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,12 +15,18 @@
15
15
  </div>
16
16
  <br/>
17
17
 
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を扱います。
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
- [Serendie UI Kit (Figma)](https://www.figma.com/community/file/1433690846108785966)と対となるReactベースのUIコンポーネント集です。Figma Code Connectにも対応しており、Storybookと同等の内容が[Figma Devモードでも確認](https://serendie.design/get-started/dev/#section-1)できます。
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.202605130602",
5
+ "version": "3.3.0-dev.202605191319",
6
6
  "type": "module",
7
7
  "types": "./dist/index.d.ts",
8
8
  "sideEffects": [
@@ -55,7 +55,7 @@
55
55
  "@pandacss/dev": "^0.54.0",
56
56
  "@pandacss/eslint-plugin": "^0.3.2",
57
57
  "@serendie/design-token": "^1.4.5",
58
- "@tanstack/intent": "^0.0.40",
58
+ "@tanstack/intent": "^0.0.41",
59
59
  "@storybook/addon-designs": "^11.1.3",
60
60
  "@storybook/addon-links": "10.3.6",
61
61
  "@storybook/addon-onboarding": "10.3.6",