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

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,6 +39,7 @@ data:
39
39
  root:
40
40
  size: 20px
41
41
  strokeWidth: 1px
42
+ # we don't use badge for size 20
42
43
  size=24:
43
44
  enabled:
44
45
  root:
@@ -9,12 +9,22 @@ data:
9
9
  slots:
10
10
  root:
11
11
  properties:
12
- color:
13
- type: color
14
12
  cornerRadius:
15
13
  type: dimension
14
+ color:
15
+ type: color
16
+ colorDuration:
17
+ type: duration
18
+ colorTimingFunction:
19
+ type: cubicBezier
20
+ colorDelay:
21
+ type: duration
16
22
  opacity:
17
23
  type: number
24
+ opacityDuration:
25
+ type: duration
26
+ opacityTimingFunction:
27
+ type: cubicBezier
18
28
  height:
19
29
  type: dimension
20
30
  width:
@@ -27,25 +37,55 @@ data:
27
37
  properties:
28
38
  color:
29
39
  type: color
40
+ colorDuration:
41
+ type: duration
42
+ colorTimingFunction:
43
+ type: cubicBezier
44
+ colorDelay:
45
+ type: duration
30
46
  cornerRadius:
31
47
  type: dimension
32
48
  height:
33
49
  type: dimension
34
50
  width:
35
51
  type: dimension
36
- shadow:
37
- type: shadow
52
+ scale:
53
+ type: number
54
+ scaleDuration:
55
+ type: duration
56
+ scaleTimingFunction:
57
+ type: cubicBezier
58
+ translateDuration:
59
+ type: duration
60
+ translateTimingFunction:
61
+ type: cubicBezier
38
62
  definitions:
39
63
  base:
40
64
  enabled:
41
65
  root:
42
- color: $color.palette.gray-600
43
66
  cornerRadius: $radius.full
67
+ color: $color.palette.gray-600
68
+ colorDuration: $duration.d1
69
+ colorTimingFunction: $timing-function.easing
70
+ colorDelay: 20ms
44
71
  thumb:
45
72
  cornerRadius: $radius.full
73
+ scale: 0.8
74
+ scaleDuration: $duration.d3
75
+ scaleTimingFunction: $timing-function.easing
76
+ translateDuration: $duration.d3
77
+ translateTimingFunction: $timing-function.easing
78
+ colorDuration: $duration.d1
79
+ colorTimingFunction: $timing-function.easing
80
+ colorDelay: 20ms
46
81
  disabled:
47
82
  root:
48
83
  opacity: 0.38
84
+ opacityDuration: $duration.d1
85
+ opacityTimingFunction: $timing-function.easing
86
+ selected:
87
+ thumb:
88
+ scale: 1.0
49
89
 
50
90
  tone=brand:
51
91
  enabled:
@@ -78,19 +118,6 @@ data:
78
118
  thumb:
79
119
  height: 26px
80
120
  width: 26px
81
- shadow:
82
- type: shadow
83
- value:
84
- - offsetX: 0px
85
- offsetY: 3px
86
- blur: 8px
87
- spread: 0px
88
- color: "#00000026"
89
- - offsetX: 0px
90
- offsetY: 1px
91
- blur: 3px
92
- spread: 0px
93
- color: "#0000000f"
94
121
  size=24:
95
122
  enabled:
96
123
  root:
@@ -101,19 +128,6 @@ data:
101
128
  thumb:
102
129
  height: 20px
103
130
  width: 20px
104
- shadow:
105
- type: shadow
106
- value:
107
- - offsetX: 0px
108
- offsetY: 3px
109
- blur: 8px
110
- spread: 0px
111
- color: "#00000026"
112
- - offsetX: 0px
113
- offsetY: 1px
114
- blur: 3px
115
- spread: 0px
116
- color: "#0000000f"
117
131
  size=16:
118
132
  enabled:
119
133
  root:
@@ -19,6 +19,10 @@ data:
19
19
  type: color
20
20
  opacity:
21
21
  type: number
22
+ opacityDuration:
23
+ type: duration
24
+ opacityTimingFunction:
25
+ type: cubicBezier
22
26
  fontSize:
23
27
  type: dimension
24
28
  lineHeight:
@@ -34,6 +38,8 @@ data:
34
38
  disabled:
35
39
  label:
36
40
  opacity: 0.58
41
+ opacityDuration: $duration.d1
42
+ opacityTimingFunction: $timing-function.easing
37
43
 
38
44
  size=32:
39
45
  enabled:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.0.4",
3
+ "version": "1.0.5-alpha-20251021104301",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",