@seed-design/rootage-artifacts 1.2.11 → 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",