@seed-design/rootage-artifacts 1.0.1 → 1.0.3

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.
@@ -124,6 +124,23 @@ data:
124
124
  pressed:
125
125
  root:
126
126
  color: $color.bg.informative-weak-pressed
127
+ tone=positive:
128
+ enabled:
129
+ root:
130
+ color: $color.bg.positive-weak
131
+ prefixIcon:
132
+ color: $color.fg.positive-contrast
133
+ title:
134
+ color: $color.fg.positive-contrast
135
+ description:
136
+ color: $color.fg.positive-contrast
137
+ link:
138
+ color: $color.fg.positive-contrast
139
+ suffixIcon:
140
+ color: $color.fg.positive-contrast
141
+ pressed:
142
+ root:
143
+ color: $color.bg.positive-weak-pressed
127
144
  tone=warning:
128
145
  enabled:
129
146
  root:
@@ -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.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",