@seed-design/rootage-artifacts 1.0.5-alpha-20251021104301 → 1.0.6

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.
@@ -39,7 +39,6 @@ data:
39
39
  root:
40
40
  size: 20px
41
41
  strokeWidth: 1px
42
- # we don't use badge for size 20
43
42
  size=24:
44
43
  enabled:
45
44
  root:
@@ -78,7 +78,7 @@ data:
78
78
  base:
79
79
  enabled:
80
80
  root:
81
- paddingY: $dimension.x2_5
81
+ paddingY: $dimension.x3
82
82
  paddingX: $dimension.spacing-x.global-gutter
83
83
  colorDuration: $duration.d3
84
84
  colorTimingFunction: $timing-function.easing
@@ -0,0 +1,119 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: tag-group-item
5
+ name: Tag Group Item
6
+ data:
7
+ schema:
8
+ slots:
9
+ root:
10
+ properties:
11
+ gap:
12
+ type: dimension
13
+ label:
14
+ properties:
15
+ fontSize:
16
+ type: dimension
17
+ lineHeight:
18
+ type: dimension
19
+ fontWeight:
20
+ type: number
21
+ color:
22
+ type: color
23
+ icon:
24
+ properties:
25
+ size:
26
+ type: dimension
27
+ color:
28
+ type: color
29
+ prefixIcon:
30
+ properties:
31
+ size:
32
+ type: dimension
33
+ color:
34
+ type: color
35
+ suffixIcon:
36
+ properties:
37
+ size:
38
+ type: dimension
39
+ color:
40
+ type: color
41
+ definitions:
42
+ base:
43
+ enabled:
44
+ root:
45
+ gap: $dimension.x0_5
46
+
47
+ size=t2:
48
+ enabled:
49
+ label:
50
+ fontSize: $font-size.t2
51
+ lineHeight: $line-height.t2
52
+ icon:
53
+ size: $dimension.x3 # might change to rem later
54
+ prefixIcon:
55
+ size: $dimension.x3 # might change to rem later
56
+ suffixIcon:
57
+ size: $dimension.x3 # might change to rem later
58
+ size=t3:
59
+ enabled:
60
+ label:
61
+ fontSize: $font-size.t3
62
+ lineHeight: $line-height.t3
63
+ icon:
64
+ size: 13px # might change to rem later
65
+ prefixIcon:
66
+ size: 13px # might change to rem later
67
+ suffixIcon:
68
+ size: 13px # might change to rem later
69
+ size=t4:
70
+ enabled:
71
+ label:
72
+ fontSize: $font-size.t4
73
+ lineHeight: $line-height.t4
74
+ icon:
75
+ size: $dimension.x3_5 # might change to rem later
76
+ prefixIcon:
77
+ size: $dimension.x3_5 # might change to rem later
78
+ suffixIcon:
79
+ size: $dimension.x3_5 # might change to rem later
80
+
81
+ weight=regular:
82
+ enabled:
83
+ label:
84
+ fontWeight: $font-weight.regular
85
+ weight=bold:
86
+ enabled:
87
+ label:
88
+ fontWeight: $font-weight.bold
89
+
90
+ tone=neutralSubtle:
91
+ enabled:
92
+ label:
93
+ color: $color.fg.neutral-subtle
94
+ icon:
95
+ color: $color.fg.neutral-subtle
96
+ prefixIcon:
97
+ color: $color.fg.neutral-subtle
98
+ suffixIcon:
99
+ color: $color.fg.neutral-subtle
100
+ tone=neutral:
101
+ enabled:
102
+ label:
103
+ color: $color.fg.neutral
104
+ icon:
105
+ color: $color.fg.neutral
106
+ prefixIcon:
107
+ color: $color.fg.neutral
108
+ suffixIcon:
109
+ color: $color.fg.neutral
110
+ tone=brand:
111
+ enabled:
112
+ label:
113
+ color: $color.fg.brand
114
+ icon:
115
+ color: $color.fg.brand
116
+ prefixIcon:
117
+ color: $color.fg.brand
118
+ suffixIcon:
119
+ color: $color.fg.brand
@@ -0,0 +1,40 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: tag-group
5
+ name: Tag Group
6
+ data:
7
+ schema:
8
+ slots:
9
+ separator:
10
+ properties:
11
+ color:
12
+ type: color
13
+ fontSize:
14
+ type: dimension
15
+ lineHeight:
16
+ type: dimension
17
+ fontWeight:
18
+ type: number
19
+ definitions:
20
+ base:
21
+ enabled:
22
+ separator:
23
+ color: $color.palette.gray-600
24
+ fontWeight: $font-weight.regular
25
+
26
+ size=t2:
27
+ enabled:
28
+ separator:
29
+ fontSize: $font-size.t2
30
+ lineHeight: $line-height.t2
31
+ size=t3:
32
+ enabled:
33
+ separator:
34
+ fontSize: $font-size.t3
35
+ lineHeight: $line-height.t3
36
+ size=t4:
37
+ enabled:
38
+ separator:
39
+ fontSize: $font-size.t4
40
+ lineHeight: $line-height.t4
@@ -90,11 +90,14 @@ data:
90
90
  title:
91
91
  fontSize: $font-size.t6-static
92
92
  fontWeight: $font-weight.bold
93
+ lineHeight: $line-height.t6-static
93
94
  titleLayout=withSubtitle:
94
95
  enabled:
95
96
  title:
96
97
  fontSize: $font-size.t5-static
97
98
  fontWeight: $font-weight.bold
99
+ lineHeight: $line-height.t5-static
98
100
  subtitle:
99
101
  fontSize: $font-size.t2-static
100
102
  fontWeight: $font-weight.regular
103
+ lineHeight: $line-height.t2-static
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.0.5-alpha-20251021104301",
3
+ "version": "1.0.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",