@seed-design/rootage-artifacts 1.2.10 → 1.2.12

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.
@@ -30,7 +30,9 @@ data:
30
30
  type: dimension
31
31
  paddingX:
32
32
  type: dimension
33
- paddingY:
33
+ paddingTop:
34
+ type: dimension
35
+ paddingBottom:
34
36
  type: dimension
35
37
  topCornerRadius:
36
38
  type: dimension
@@ -46,8 +48,6 @@ data:
46
48
  properties:
47
49
  gap:
48
50
  type: dimension
49
- paddingTop:
50
- type: dimension
51
51
  paddingBottom:
52
52
  type: dimension
53
53
  title:
@@ -103,7 +103,8 @@ data:
103
103
  color: $color.bg.layer-floating
104
104
  maxWidth: 480px
105
105
  paddingX: $dimension.spacing-x.global-gutter
106
- paddingY: $dimension.x4
106
+ paddingTop: $dimension.x6
107
+ paddingBottom: $dimension.x4
107
108
  topCornerRadius: $radius.r5
108
109
  enterDuration: $duration.d6
109
110
  enterTimingFunction: $timing-function.enter-expressive
@@ -112,7 +113,6 @@ data:
112
113
  exitTimingFunction: $timing-function.exit
113
114
  header:
114
115
  gap: $dimension.x1
115
- paddingTop: $dimension.x2
116
116
  paddingBottom: $dimension.x4
117
117
  title:
118
118
  fontSize: $font-size.t6
@@ -14,10 +14,6 @@ data:
14
14
  type: dimension
15
15
  color:
16
16
  type: color
17
- strokeColor:
18
- type: color
19
- strokeWidth:
20
- type: dimension
21
17
  gradient:
22
18
  type: gradient
23
19
  bleedBottom:
@@ -33,7 +29,8 @@ data:
33
29
  description: title과 subtitle을 포함하는 영역입니다.
34
30
  right:
35
31
  properties: {}
36
- description: 오른쪽 영역입니다. 일반적으로 Top Navigation Icon Button 또는 Top Navigation Text
32
+ description:
33
+ 오른쪽 영역입니다. 일반적으로 Top Navigation Icon Button 또는 Top Navigation Text
37
34
  Button이 위치합니다.
38
35
  title:
39
36
  properties:
@@ -80,7 +77,8 @@ data:
80
77
  description: tone=transparent일 때만 동작합니다.
81
78
  values:
82
79
  "false":
83
- description: false로 사용하는 것을 권장하지 않습니다. gradient 없이 사용하면 Top Navigation의 콘텐츠 가독성을
80
+ description:
81
+ false로 사용하는 것을 권장하지 않습니다. gradient 없이 사용하면 Top Navigation의 콘텐츠 가독성을
84
82
  직접 확보해야 합니다. 스크린 배경 색상이 Top Navigation에 보이기를 원하는 경우 tone=layer를
85
83
  사용하세요.
86
84
  definitions:
@@ -127,12 +125,6 @@ data:
127
125
  - color: "#00000000"
128
126
  position: 1
129
127
  bleedBottom: $dimension.x5
130
- divider=true:
131
- enabled:
132
- root:
133
- strokeColor: $color.stroke.neutral-subtle
134
- strokeWidth: 1px
135
- divider=false: {}
136
128
  titleLayout=titleOnly:
137
129
  enabled:
138
130
  title:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.2.10",
3
+ "version": "1.2.12",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",