@cieloazul310/digital-go-pandacss-cli 0.1.4 → 0.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cieloazul310/digital-go-pandacss-cli",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/cieloazul310/digital-go-design-system-with-panda",
@@ -36,8 +36,8 @@
36
36
  "simple-git": "^3.28.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@repo/eslint-config": "^0.1.4",
40
- "@repo/typescript-config": "^0.1.4",
39
+ "@repo/eslint-config": "^0.2.0",
40
+ "@repo/typescript-config": "^0.2.0",
41
41
  "eslint": "^9.37.0",
42
42
  "execa": "^9.6.0",
43
43
  "tsup": "8.5.0",
@@ -196,6 +196,15 @@
196
196
  "digitalgo": "https://design.digital.go.jp/dads/components/select/",
197
197
  "ark": "https://ark-ui.com/docs/components/select"
198
198
  },
199
+ "StepNavigation": {
200
+ "id": "step-navigation",
201
+ "name": "ステップナビゲーション",
202
+ "className": "step-navigation",
203
+ "description": "一連の手続きを論理的なステップで提示して、完了までに必要な作業を俯瞰したり、進行状況を把握したりできるようにするコンポーネントです。ナビゲーションとして使用する場合もあります。",
204
+ "storybook": "https://cieloazul310.github.io/digital-go-design-system-with-panda/?path=/docs/components-%E3%82%B9%E3%83%86%E3%83%83%E3%83%97%E3%83%8A%E3%83%93%E3%82%B2%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3--docs",
205
+ "digitalgo": "https://design.digital.go.jp/dads/components/step-navigation/",
206
+ "ark": "https://ark-ui.com/docs/components/steps"
207
+ },
199
208
  "Table": {
200
209
  "id": "table",
201
210
  "name": "テーブル/データテーブル",