@seed-design/rootage-artifacts 0.1.3 → 0.1.4

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.
@@ -9,16 +9,24 @@ data:
9
9
  slots:
10
10
  root:
11
11
  properties:
12
- height:
12
+ minWidth:
13
+ type: dimension
14
+ minHeight:
13
15
  type: dimension
14
16
  cornerRadius:
15
17
  type: dimension
16
18
  paddingX:
17
19
  type: dimension
18
- minWidth:
20
+ paddingY:
21
+ type: dimension
22
+ gap:
19
23
  type: dimension
20
24
  color:
21
25
  type: color
26
+ colorDuration:
27
+ type: duration
28
+ colorTimingFunction:
29
+ type: cubicBezier
22
30
  label:
23
31
  properties:
24
32
  fontSize:
@@ -29,26 +37,41 @@ data:
29
37
  type: number
30
38
  color:
31
39
  type: color
40
+ colorDuration:
41
+ type: duration
42
+ colorTimingFunction:
43
+ type: cubicBezier
32
44
  definitions:
33
45
  base:
34
46
  enabled:
35
47
  root:
36
- height: $dimension.x8
37
- cornerRadius: $radius.full
38
- paddingX: $dimension.x4
39
48
  minWidth: 86px
49
+ minHeight: 34px
50
+ paddingX: $dimension.x6
51
+ paddingY: $dimension.x1_5
52
+ cornerRadius: $radius.full
53
+ gap: $dimension.x1_5
54
+ colorDuration: $duration.d4
55
+ colorTimingFunction: $timing-function.easing
40
56
  label:
41
57
  fontSize: $font-size.t5
42
58
  lineHeight: $line-height.t5
43
- fontWeight: $font-weight.medium
44
- color: $color.fg.neutral-muted
59
+ fontWeight: $font-weight.bold
60
+ color: $color.fg.neutral-subtle
61
+ colorDuration: $duration.d4
62
+ colorTimingFunction: $timing-function.easing
45
63
  pressed:
46
64
  root:
47
65
  color: $color.bg.neutral-weak-pressed
48
66
  selected:
49
67
  label:
50
- fontWeight: $font-weight.bold
51
68
  color: $color.fg.neutral
69
+ selected,pressed:
70
+ root:
71
+ color: $color.palette.gray-100
52
72
  disabled:
53
73
  label:
54
74
  color: $color.fg.disabled
75
+ disabled,selected:
76
+ root:
77
+ color: $color.bg.disabled
@@ -21,6 +21,10 @@ data:
21
21
  type: color
22
22
  cornerRadius:
23
23
  type: dimension
24
+ strokeWidth:
25
+ type: dimension
26
+ strokeColor:
27
+ type: color
24
28
  shadow:
25
29
  type: shadow
26
30
  transformDuration:
@@ -35,8 +39,10 @@ data:
35
39
  cornerRadius: $radius.full
36
40
  color: $color.bg.neutral-weak
37
41
  indicator:
38
- color: $color.bg.layer-default
42
+ color: $color.palette.gray-00
39
43
  cornerRadius: $radius.full
44
+ strokeWidth: 1px
45
+ strokeColor: $color.stroke.neutral-muted
40
46
  shadow:
41
47
  type: shadow
42
48
  value:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",