@seed-design/rootage-artifacts 1.0.1 → 1.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.
@@ -6,6 +6,10 @@ metadata:
6
6
  data:
7
7
  schema:
8
8
  slots:
9
+ root:
10
+ properties:
11
+ gap:
12
+ type: dimension
9
13
  label:
10
14
  properties:
11
15
  fontSize:
@@ -20,16 +24,20 @@ data:
20
24
  properties:
21
25
  size:
22
26
  type: dimension
27
+ bleed:
28
+ type: dimension
23
29
  definitions:
24
30
  base:
25
31
  enabled:
32
+ root:
33
+ gap: $dimension.x1
26
34
  label:
27
35
  fontSize: $font-size.t5
28
36
  lineHeight: $line-height.t5
29
37
  fontWeight: $font-weight.bold
30
38
  emote:
31
39
  size: $dimension.x8
32
- bleedY: $dimension.x1
40
+ bleed: $dimension.x1
33
41
  level=l1:
34
42
  enabled:
35
43
  label:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",