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

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.
@@ -20,6 +20,8 @@ data:
20
20
  type: dimension
21
21
  color:
22
22
  type: color
23
+ gradient:
24
+ type: gradient
23
25
  prefixIcon:
24
26
  properties:
25
27
  size:
@@ -178,7 +180,7 @@ data:
178
180
  tone=magic:
179
181
  enabled:
180
182
  root:
181
- color: $gradient.glow-magic
183
+ gradient: $gradient.glow-magic
182
184
  prefixIcon:
183
185
  color: $color.fg.neutral
184
186
  title:
@@ -191,4 +193,4 @@ data:
191
193
  color: $color.fg.neutral
192
194
  pressed:
193
195
  root:
194
- color: $gradient.glow-magic-pressed
196
+ gradient: $gradient.glow-magic-pressed
@@ -24,6 +24,10 @@ data:
24
24
  type: dimension
25
25
  color:
26
26
  type: color
27
+ content:
28
+ properties:
29
+ gap:
30
+ type: dimension
27
31
  label:
28
32
  properties:
29
33
  color:
@@ -34,6 +38,16 @@ data:
34
38
  type: dimension
35
39
  fontWeight:
36
40
  type: number
41
+ description:
42
+ properties:
43
+ color:
44
+ type: color
45
+ fontSize:
46
+ type: dimension
47
+ lineHeight:
48
+ type: dimension
49
+ fontWeight:
50
+ type: number
37
51
  definitions:
38
52
  base:
39
53
  enabled:
@@ -45,10 +59,17 @@ data:
45
59
  gap: $dimension.x3_5
46
60
  prefixIcon:
47
61
  size: 22px
62
+ content:
63
+ gap: $dimension.x0_5
48
64
  label:
49
65
  fontSize: $font-size.t5
50
66
  lineHeight: $line-height.t5
51
67
  fontWeight: $font-weight.regular
68
+ description:
69
+ fontSize: $font-size.t3
70
+ lineHeight: $line-height.t3
71
+ fontWeight: $font-weight.medium
72
+ color: $color.fg.neutral-subtle
52
73
  pressed:
53
74
  root:
54
75
  color: $color.bg.neutral-weak-pressed
@@ -16,6 +16,8 @@ data:
16
16
  type: dimension
17
17
  color:
18
18
  type: color
19
+ gradient:
20
+ type: gradient
19
21
  prefixIcon:
20
22
  properties:
21
23
  size:
@@ -271,3 +273,20 @@ data:
271
273
  pressed:
272
274
  root:
273
275
  color: $color.bg.critical-solid-pressed
276
+ tone=magic, variant=weak:
277
+ enabled:
278
+ root:
279
+ gradient: $gradient.glow-magic
280
+ prefixIcon:
281
+ color: $color.fg.neutral
282
+ title:
283
+ color: $color.fg.neutral
284
+ description:
285
+ color: $color.fg.neutral
286
+ button:
287
+ color: $color.fg.neutral
288
+ suffixIcon:
289
+ color: $color.fg.neutral
290
+ pressed:
291
+ root:
292
+ gradient: $gradient.glow-magic-pressed
@@ -25,8 +25,6 @@ data:
25
25
  type: dimension
26
26
  strokeColor:
27
27
  type: color
28
- shadow:
29
- type: shadow
30
28
  transformDuration:
31
29
  type: duration
32
30
  transformTimingFunction:
@@ -43,13 +41,5 @@ data:
43
41
  cornerRadius: $radius.full
44
42
  strokeWidth: 1px
45
43
  strokeColor: $color.stroke.neutral-muted
46
- shadow:
47
- type: shadow
48
- value:
49
- - offsetX: 0px
50
- offsetY: 1px
51
- blur: 6px
52
- spread: 0px
53
- color: "#0000000d"
54
44
  transformDuration: $duration.d4
55
45
  transformTimingFunction: $timing-function.easing
@@ -18,7 +18,7 @@ data:
18
18
  type: duration
19
19
  timingFunction:
20
20
  type: cubicBezier
21
- color:
21
+ gradient:
22
22
  type: gradient
23
23
  definitions:
24
24
  base:
@@ -47,10 +47,10 @@ data:
47
47
  root:
48
48
  color: $color.palette.gray-200
49
49
  shimmer:
50
- color: $gradient.shimmer-neutral
50
+ gradient: $gradient.shimmer-neutral
51
51
  tone=magic:
52
52
  enabled:
53
53
  root:
54
54
  color: $color.bg.magic-weak
55
55
  shimmer:
56
- color: $gradient.shimmer-magic
56
+ gradient: $gradient.shimmer-magic
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.1.5-alpha-20251124091756",
3
+ "version": "1.1.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",