@seed-design/rootage-artifacts 1.2.0 → 1.2.1

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.
@@ -9,19 +9,21 @@ data:
9
9
  root:
10
10
  description: 하트 아이콘 토글 버튼입니다. 이미지 위에서 좋아요 기능에 사용됩니다.
11
11
  properties:
12
- color:
13
- type: color
14
- description: 버튼 배경색입니다.
15
- cornerRadius:
16
- type: dimension
17
12
  size:
18
13
  type: dimension
19
14
  description: 보이는 버튼 크기입니다.
20
15
  targetSize:
21
16
  type: dimension
22
17
  description: 터치 영역 크기입니다.
23
- icon:
24
- description: 하트 아이콘입니다. 기본 상태에서는 IconHeartLine, 선택 상태에서는 IconHeartFill을 사용합니다.
18
+ fillIcon:
19
+ description: lineIcon 아래에 내려가는 하트 아이콘입니다.
20
+ properties:
21
+ gradient:
22
+ type: gradient
23
+ size:
24
+ type: dimension
25
+ lineIcon:
26
+ description: fillIcon 위로 올라가는 하트 아이콘입니다.
25
27
  properties:
26
28
  color:
27
29
  type: color
@@ -31,13 +33,28 @@ data:
31
33
  base:
32
34
  enabled:
33
35
  root:
34
- color: $color.palette.static-black-alpha-200
35
- cornerRadius: $radius.full
36
36
  size: $dimension.x6
37
37
  targetSize: $dimension.x10
38
- icon:
39
- color: $color.fg.neutral-inverted
38
+ fillIcon:
39
+ gradient:
40
+ type: gradient
41
+ value:
42
+ - color: $color.palette.static-black-alpha-300
43
+ position: 0
44
+ - color: $color.palette.static-black-alpha-300
45
+ position: 1
46
+ size: $dimension.x6
47
+ lineIcon:
48
+ color: $color.palette.static-white
40
49
  size: $dimension.x6
41
50
  selected:
42
- icon:
43
- color: $color.fg.brand
51
+ fillIcon:
52
+ gradient:
53
+ type: gradient
54
+ value:
55
+ - color: "#FF9A56"
56
+ position: 0
57
+ - color: "#FF6600"
58
+ position: 1
59
+ lineIcon:
60
+ color: $color.bg.transparent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",