@seed-design/rootage-artifacts 0.0.1 → 0.0.2

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.
@@ -376,7 +376,7 @@ data:
376
376
  size=medium, layout=withText:
377
377
  enabled:
378
378
  root:
379
- gap: $dimension.x1
379
+ gap: $dimension.x1_5
380
380
  paddingX: $dimension.x4
381
381
  paddingY: $dimension.x2_5
382
382
  prefixIcon:
package/gradient.yaml CHANGED
@@ -149,3 +149,20 @@ data:
149
149
  position: 0.2
150
150
  - color: "#d25aca"
151
151
  position: 1
152
+ $gradient.highlight-magic-pressed:
153
+ description: 아이콘 및 shape 영역에서 AI 기능을 표현할 때 사용하는 컬러의 pressed 컬러입니다.
154
+ values:
155
+ theme-light:
156
+ type: gradient
157
+ value:
158
+ - color: "#e14f00"
159
+ position: 0.2
160
+ - color: "#ae58bf"
161
+ position: 1
162
+ theme-dark:
163
+ type: gradient
164
+ value:
165
+ - color: "#ff9e65"
166
+ position: 0.2
167
+ - color: "#e89bee"
168
+ position: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",