@seed-design/rootage-artifacts 1.1.3 → 1.1.5-alpha-20251124091756

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:
@@ -18,6 +18,10 @@ data:
18
18
  type: cubicBezier
19
19
  color:
20
20
  type: color
21
+ marginX:
22
+ type: dimension
23
+ cornerRadius:
24
+ type: dimension
21
25
  content:
22
26
  properties:
23
27
  color:
@@ -82,10 +86,14 @@ data:
82
86
  root:
83
87
  paddingY: $dimension.x3
84
88
  paddingX: $dimension.spacing-x.global-gutter
89
+ color: $color.bg.transparent
85
90
  colorDuration: $duration.color-transition
86
91
  colorTimingFunction: $timing-function.easing
92
+ marginDuration: $duration.d3
93
+ marginTimingFunction: $timing-function.easing
94
+ borderRadiusDuration: $duration.d3
95
+ borderRadiusTimingFunction: $timing-function.easing
87
96
  content:
88
- color: $color.bg.transparent
89
97
  gap: $dimension.x0_5
90
98
  paddingRight: $dimension.x2_5
91
99
  title:
@@ -113,17 +121,22 @@ data:
113
121
  suffixIcon:
114
122
  size: 18px
115
123
  color: $color.fg.neutral-subtle
116
- highlighted:
117
- root:
118
- color: $color.palette.carrot-100
119
124
  pressed:
120
125
  root:
121
126
  color: $color.bg.transparent-pressed
127
+ marginX: $dimension.x1_5
128
+ cornerRadius: $dimension.x2_5
129
+ highlighted:
130
+ root:
131
+ color: $color.bg.brand-weak
132
+ highlighted,pressed:
133
+ root:
134
+ color: $color.bg.brand-weak-pressed
122
135
  disabled:
123
136
  title:
124
137
  color: $color.fg.disabled
125
138
  detail:
126
- color: $color.fg.neutral-subtle
139
+ color: $color.fg.disabled
127
140
  prefixIcon:
128
141
  color: $color.fg.disabled
129
142
  suffixIcon:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.1.3",
3
+ "version": "1.1.5-alpha-20251124091756",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",