@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.
- package/components/action-button.yaml +1 -1
- package/gradient.yaml +17 -0
- package/package.json +1 -1
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
|