@seed-design/rootage-artifacts 0.0.4 → 0.0.6

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.
package/color.yaml CHANGED
@@ -2,6 +2,7 @@ kind: Tokens
2
2
  metadata:
3
3
  id: color
4
4
  name: Color
5
+ lastUpdated: 25-08-22
5
6
  data:
6
7
  collection: color
7
8
  tokens:
@@ -381,6 +382,10 @@ data:
381
382
  values:
382
383
  theme-light: "#2c2512"
383
384
  theme-dark: "#f7f0cd"
385
+ $color.fg.neutral:
386
+ values:
387
+ theme-light: $color.palette.gray-1000
388
+ theme-dark: $color.palette.gray-1000
384
389
  $color.fg.brand:
385
390
  values:
386
391
  theme-light: $color.palette.carrot-600
@@ -389,26 +394,30 @@ data:
389
394
  values:
390
395
  theme-light: $color.palette.red-700
391
396
  theme-dark: $color.palette.red-700
392
- $color.fg.disabled:
397
+ $color.fg.positive:
393
398
  values:
394
- theme-light: $color.palette.gray-500
395
- theme-dark: $color.palette.gray-500
399
+ theme-light: $color.palette.green-700
400
+ theme-dark: $color.palette.green-700
401
+ $color.fg.warning:
402
+ values:
403
+ theme-light: $color.palette.yellow-700
404
+ theme-dark: $color.palette.yellow-700
396
405
  $color.fg.informative:
397
406
  values:
398
407
  theme-light: $color.palette.blue-700
399
408
  theme-dark: $color.palette.blue-700
400
- $color.fg.neutral:
401
- values:
402
- theme-light: $color.palette.gray-1000
403
- theme-dark: $color.palette.gray-1000
404
409
  $color.fg.placeholder:
405
410
  values:
406
411
  theme-light: $color.palette.gray-600
407
412
  theme-dark: $color.palette.gray-600
408
- $color.fg.positive:
413
+ $color.fg.disabled:
409
414
  values:
410
- theme-light: $color.palette.green-700
411
- theme-dark: $color.palette.green-700
415
+ theme-light: $color.palette.gray-500
416
+ theme-dark: $color.palette.gray-500
417
+ $color.fg.brand-contrast:
418
+ values:
419
+ theme-light: $color.palette.carrot-700
420
+ theme-dark: $color.palette.carrot-700
412
421
  $color.fg.critical-contrast:
413
422
  values:
414
423
  theme-light: $color.palette.red-900
@@ -417,10 +426,6 @@ data:
417
426
  values:
418
427
  theme-light: $color.palette.blue-900
419
428
  theme-dark: $color.palette.blue-900
420
- $color.fg.neutral-inverted:
421
- values:
422
- theme-light: $color.palette.gray-00
423
- theme-dark: $color.palette.gray-100
424
429
  $color.fg.neutral-muted:
425
430
  values:
426
431
  theme-light: $color.palette.gray-800
@@ -429,6 +434,10 @@ data:
429
434
  values:
430
435
  theme-light: $color.palette.gray-700
431
436
  theme-dark: $color.palette.gray-700
437
+ $color.fg.neutral-inverted:
438
+ values:
439
+ theme-light: $color.palette.gray-00
440
+ theme-dark: $color.palette.gray-100
432
441
  $color.fg.positive-contrast:
433
442
  values:
434
443
  theme-light: $color.palette.green-900
@@ -437,14 +446,18 @@ data:
437
446
  values:
438
447
  theme-light: $color.palette.yellow-900
439
448
  theme-dark: $color.palette.yellow-900
449
+ $color.bg.overlay:
450
+ values:
451
+ theme-light: $color.palette.static-black-alpha-700
452
+ theme-dark: $color.palette.static-black-alpha-700
440
453
  $color.bg.disabled:
441
454
  values:
442
455
  theme-light: $color.palette.gray-200
443
456
  theme-dark: $color.palette.gray-300
444
- $color.bg.overlay:
457
+ $color.bg.brand-weak:
445
458
  values:
446
- theme-light: $color.palette.static-black-alpha-700
447
- theme-dark: $color.palette.static-black-alpha-700
459
+ theme-light: $color.palette.carrot-100
460
+ theme-dark: $color.palette.carrot-100
448
461
  $color.bg.brand-solid:
449
462
  values:
450
463
  theme-light: $color.palette.carrot-600
@@ -453,14 +466,18 @@ data:
453
466
  values:
454
467
  theme-light: $color.palette.carrot-700
455
468
  theme-dark: $color.palette.carrot-800
456
- $color.bg.critical-solid:
469
+ $color.bg.brand-weak-pressed:
457
470
  values:
458
- theme-light: $color.palette.red-700
459
- theme-dark: $color.palette.red-600
471
+ theme-light: $color.palette.carrot-200
472
+ theme-dark: $color.palette.carrot-200
460
473
  $color.bg.critical-weak:
461
474
  values:
462
475
  theme-light: $color.palette.red-100
463
476
  theme-dark: $color.palette.red-100
477
+ $color.bg.critical-solid:
478
+ values:
479
+ theme-light: $color.palette.red-700
480
+ theme-dark: $color.palette.red-600
464
481
  $color.bg.critical-solid-pressed:
465
482
  values:
466
483
  theme-light: $color.palette.red-800
@@ -469,14 +486,14 @@ data:
469
486
  values:
470
487
  theme-light: $color.palette.red-200
471
488
  theme-dark: $color.palette.red-200
472
- $color.bg.informative-solid:
473
- values:
474
- theme-light: $color.palette.blue-700
475
- theme-dark: $color.palette.blue-600
476
489
  $color.bg.informative-weak:
477
490
  values:
478
491
  theme-light: $color.palette.blue-100
479
492
  theme-dark: $color.palette.blue-100
493
+ $color.bg.informative-solid:
494
+ values:
495
+ theme-light: $color.palette.blue-700
496
+ theme-dark: $color.palette.blue-600
480
497
  $color.bg.informative-solid-pressed:
481
498
  values:
482
499
  theme-light: $color.palette.blue-800
@@ -513,6 +530,10 @@ data:
513
530
  values:
514
531
  theme-light: "#f9f2ee"
515
532
  theme-dark: "#201f1f"
533
+ $color.bg.neutral-weak:
534
+ values:
535
+ theme-light: $color.palette.gray-200
536
+ theme-dark: $color.palette.gray-300
516
537
  $color.bg.neutral-inverted:
517
538
  values:
518
539
  theme-light: $color.palette.gray-900
@@ -521,10 +542,6 @@ data:
521
542
  values:
522
543
  theme-light: $color.palette.gray-1000
523
544
  theme-dark: $color.palette.gray-300
524
- $color.bg.neutral-weak:
525
- values:
526
- theme-light: $color.palette.gray-200
527
- theme-dark: $color.palette.gray-300
528
545
  $color.bg.neutral-inverted-pressed:
529
546
  values:
530
547
  theme-light: $color.palette.gray-800
@@ -545,42 +562,58 @@ data:
545
562
  values:
546
563
  theme-light: $color.palette.static-black-alpha-500
547
564
  theme-dark: $color.palette.static-black-alpha-500
548
- $color.bg.positive-solid:
549
- values:
550
- theme-light: $color.palette.green-700
551
- theme-dark: $color.palette.green-500
552
565
  $color.bg.positive-weak:
553
566
  values:
554
567
  theme-light: $color.palette.green-100
555
568
  theme-dark: $color.palette.green-100
569
+ $color.bg.positive-solid:
570
+ values:
571
+ theme-light: $color.palette.green-700
572
+ theme-dark: $color.palette.green-500
556
573
  $color.bg.positive-solid-pressed:
557
574
  values:
558
575
  theme-light: $color.palette.green-800
559
- theme-dark: $color.palette.green-500
576
+ theme-dark: $color.palette.green-600
560
577
  $color.bg.positive-weak-pressed:
561
578
  values:
562
579
  theme-light: $color.palette.green-200
563
580
  theme-dark: $color.palette.green-200
581
+ $color.bg.warning-weak:
582
+ values:
583
+ theme-light: $color.palette.yellow-100
584
+ theme-dark: $color.palette.yellow-100
564
585
  $color.bg.warning-solid:
565
586
  values:
566
587
  theme-light: $color.palette.yellow-300
567
588
  theme-dark: $color.palette.yellow-600
568
- $color.bg.warning-weak:
589
+ $color.bg.warning-solid-pressed:
569
590
  values:
570
- theme-light: $color.palette.yellow-100
571
- theme-dark: $color.palette.yellow-100
591
+ theme-light: $color.palette.yellow-400
592
+ theme-dark: $color.palette.yellow-700
572
593
  $color.bg.warning-weak-pressed:
573
594
  values:
574
595
  theme-light: $color.palette.yellow-200
575
596
  theme-dark: $color.palette.yellow-200
597
+ $color.stroke.neutral:
598
+ values:
599
+ theme-light: $color.palette.static-black-alpha-300
600
+ theme-dark: $color.palette.static-white-alpha-100
576
601
  $color.stroke.brand:
577
602
  values:
578
603
  theme-light: $color.palette.carrot-300
579
604
  theme-dark: $color.palette.carrot-300
580
- $color.stroke.control:
605
+ $color.stroke.positive:
581
606
  values:
582
- theme-light: $color.palette.gray-400
583
- theme-dark: $color.palette.gray-400
607
+ theme-light: $color.palette.green-300
608
+ theme-dark: $color.palette.green-300
609
+ $color.stroke.informative:
610
+ values:
611
+ theme-light: $color.palette.blue-300
612
+ theme-dark: $color.palette.blue-300
613
+ $color.stroke.warning:
614
+ values:
615
+ theme-light: $color.palette.yellow-300
616
+ theme-dark: $color.palette.yellow-300
584
617
  $color.stroke.critical:
585
618
  values:
586
619
  theme-light: $color.palette.red-300
@@ -589,18 +622,10 @@ data:
589
622
  values:
590
623
  theme-light: $color.palette.gray-400
591
624
  theme-dark: $color.palette.gray-400
592
- $color.stroke.informative:
593
- values:
594
- theme-light: $color.palette.blue-300
595
- theme-dark: $color.palette.blue-300
596
- $color.stroke.neutral:
597
- values:
598
- theme-light: $color.palette.static-black-alpha-300
599
- theme-dark: $color.palette.static-white-alpha-100
600
- $color.stroke.positive:
625
+ $color.stroke.control:
601
626
  values:
602
- theme-light: $color.palette.green-300
603
- theme-dark: $color.palette.green-300
627
+ theme-light: $color.palette.gray-400
628
+ theme-dark: $color.palette.gray-400
604
629
  $color.stroke.field-focused:
605
630
  values:
606
631
  theme-light: $color.palette.gray-800
@@ -613,51 +638,51 @@ data:
613
638
  values:
614
639
  theme-light: $color.palette.static-black-alpha-200
615
640
  theme-dark: $color.palette.static-white-alpha-50
616
- $color.manner-temp.l1.bg:
617
- values:
618
- theme-light: "#eff0f1"
619
- theme-dark: "#222226"
620
641
  $color.manner-temp.l1.text:
621
642
  values:
622
643
  theme-light: "#62666a"
623
644
  theme-dark: "#b1b5b9"
624
- $color.manner-temp.l2.bg:
625
- values:
626
- theme-light: "#e7f2fc"
627
- theme-dark: "#16212b"
628
645
  $color.manner-temp.l2.text:
629
646
  values:
630
647
  theme-light: "#2592f7"
631
648
  theme-dark: "#7cbaf4"
632
- $color.manner-temp.l3.bg:
633
- values:
634
- theme-light: "#e3f6fc"
635
- theme-dark: "#12262c"
636
649
  $color.manner-temp.l3.text:
637
650
  values:
638
651
  theme-light: "#0099c8"
639
652
  theme-dark: "#47c3eb"
640
- $color.manner-temp.l4.bg:
641
- values:
642
- theme-light: "#ebf9f4"
643
- theme-dark: "#162822"
644
653
  $color.manner-temp.l4.text:
645
654
  values:
646
655
  theme-light: "#03a07e"
647
656
  theme-dark: "#33cc94"
648
- $color.manner-temp.l5.bg:
657
+ $color.manner-temp.l4.bg:
649
658
  values:
650
- theme-light: "#fff5e5"
651
- theme-dark: "#2e2312"
659
+ theme-light: "#ebf9f4"
660
+ theme-dark: "#162822"
652
661
  $color.manner-temp.l5.text:
653
662
  values:
654
663
  theme-light: "#d28500"
655
664
  theme-dark: "#ffa100"
656
- $color.manner-temp.l6.bg:
657
- values:
658
- theme-light: "#fff0e5"
659
- theme-dark: "#2e1d12"
660
665
  $color.manner-temp.l6.text:
661
666
  values:
662
667
  theme-light: "#f06000"
663
668
  theme-dark: "#ff9147"
669
+ $color.manner-temp.l1.bg:
670
+ values:
671
+ theme-light: "#eff0f1"
672
+ theme-dark: "#222226"
673
+ $color.manner-temp.l2.bg:
674
+ values:
675
+ theme-light: "#e7f2fc"
676
+ theme-dark: "#16212b"
677
+ $color.manner-temp.l3.bg:
678
+ values:
679
+ theme-light: "#e3f6fc"
680
+ theme-dark: "#12262c"
681
+ $color.manner-temp.l5.bg:
682
+ values:
683
+ theme-light: "#fff5e5"
684
+ theme-dark: "#2e2312"
685
+ $color.manner-temp.l6.bg:
686
+ values:
687
+ theme-light: "#fff0e5"
688
+ theme-dark: "#2e1d12"
@@ -8,6 +8,8 @@ data:
8
8
  slots:
9
9
  root:
10
10
  properties:
11
+ maxWidth:
12
+ type: dimension
11
13
  minHeight:
12
14
  type: dimension
13
15
  paddingX:
@@ -36,6 +38,7 @@ data:
36
38
  size=large:
37
39
  enabled:
38
40
  root:
41
+ maxWidth: 6.75rem # 108px ÷ 16
39
42
  minHeight: $dimension.x6
40
43
  paddingX: $dimension.x2
41
44
  paddingY: $dimension.x1
@@ -46,6 +49,7 @@ data:
46
49
  size=medium:
47
50
  enabled:
48
51
  root:
52
+ maxWidth: 7.5rem # 120px ÷ 16
49
53
  minHeight: $dimension.x5
50
54
  paddingX: $dimension.x1_5
51
55
  paddingY: $dimension.x0_5
@@ -53,6 +57,7 @@ data:
53
57
  label:
54
58
  fontSize: $font-size.t1
55
59
  lineHeight: $line-height.t1
60
+
56
61
  variant=weak:
57
62
  enabled:
58
63
  label:
@@ -67,6 +72,7 @@ data:
67
72
  strokeWidth: 1px
68
73
  label:
69
74
  fontWeight: $font-weight.bold
75
+
70
76
  tone=neutral, variant=weak:
71
77
  enabled:
72
78
  root:
@@ -85,12 +91,13 @@ data:
85
91
  strokeColor: $color.stroke.neutral
86
92
  label:
87
93
  color: $color.fg.neutral-muted
94
+
88
95
  tone=brand, variant=weak:
89
96
  enabled:
90
97
  root:
91
- color: $color.palette.carrot-100
98
+ color: $color.bg.brand-weak
92
99
  label:
93
- color: $color.palette.carrot-900
100
+ color: $color.fg.brand-contrast
94
101
  tone=brand, variant=solid:
95
102
  enabled:
96
103
  root:
@@ -103,6 +110,7 @@ data:
103
110
  strokeColor: $color.stroke.brand
104
111
  label:
105
112
  color: $color.fg.brand
113
+
106
114
  tone=informative, variant=weak:
107
115
  enabled:
108
116
  root:
@@ -121,6 +129,7 @@ data:
121
129
  strokeColor: $color.stroke.informative
122
130
  label:
123
131
  color: $color.fg.informative
132
+
124
133
  tone=positive, variant=weak:
125
134
  enabled:
126
135
  root:
@@ -139,6 +148,26 @@ data:
139
148
  strokeColor: $color.stroke.positive
140
149
  label:
141
150
  color: $color.fg.positive
151
+
152
+ tone=warning, variant=weak:
153
+ enabled:
154
+ root:
155
+ color: $color.bg.warning-weak
156
+ label:
157
+ color: $color.fg.warning-contrast
158
+ tone=warning, variant=solid:
159
+ enabled:
160
+ root:
161
+ color: $color.bg.warning-solid
162
+ label:
163
+ color: $color.fg.neutral
164
+ tone=warning, variant=outline:
165
+ enabled:
166
+ root:
167
+ strokeColor: $color.stroke.warning
168
+ label:
169
+ color: $color.fg.warning
170
+
142
171
  tone=critical, variant=weak:
143
172
  enabled:
144
173
  root:
@@ -3,6 +3,7 @@ kind: ComponentSpec
3
3
  metadata:
4
4
  id: inline-banner
5
5
  name: Inline Banner
6
+ deprecated: Use Page Banner instead.
6
7
  data:
7
8
  schema:
8
9
  slots:
@@ -0,0 +1,273 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: page-banner
5
+ name: Page Banner
6
+ data:
7
+ schema:
8
+ slots:
9
+ root:
10
+ properties:
11
+ paddingX:
12
+ type: dimension
13
+ paddingY:
14
+ type: dimension
15
+ minHeight:
16
+ type: dimension
17
+ color:
18
+ type: color
19
+ prefixIcon:
20
+ properties:
21
+ size:
22
+ type: dimension
23
+ marginRight:
24
+ type: dimension
25
+ color:
26
+ type: color
27
+ textContent:
28
+ properties:
29
+ gap:
30
+ type: dimension
31
+ title:
32
+ properties:
33
+ fontSize:
34
+ type: dimension
35
+ lineHeight:
36
+ type: dimension
37
+ fontWeight:
38
+ type: number
39
+ color:
40
+ type: color
41
+ description:
42
+ properties:
43
+ fontSize:
44
+ type: dimension
45
+ lineHeight:
46
+ type: dimension
47
+ fontWeight:
48
+ type: number
49
+ color:
50
+ type: color
51
+ button:
52
+ properties:
53
+ targetHeight:
54
+ type: dimension
55
+ fontSize:
56
+ type: dimension
57
+ lineHeight:
58
+ type: dimension
59
+ fontWeight:
60
+ type: number
61
+ marginLeft:
62
+ type: dimension
63
+ color:
64
+ type: color
65
+ suffixIcon:
66
+ properties:
67
+ size:
68
+ type: dimension
69
+ targetSize:
70
+ type: dimension
71
+ marginLeft:
72
+ type: dimension
73
+ color:
74
+ type: color
75
+ definitions:
76
+ base:
77
+ enabled:
78
+ root:
79
+ paddingX: $dimension.x4
80
+ paddingY: $dimension.x2_5
81
+ minHeight: $dimension.x10
82
+ prefixIcon:
83
+ size: $dimension.x4
84
+ marginRight: $dimension.x2
85
+ textContent:
86
+ gap: $dimension.x1_5
87
+ title:
88
+ fontSize: $font-size.t4
89
+ lineHeight: $line-height.t4
90
+ fontWeight: $font-weight.bold
91
+ description:
92
+ fontSize: $font-size.t4
93
+ lineHeight: $line-height.t4
94
+ fontWeight: $font-weight.medium
95
+ button:
96
+ targetHeight: $dimension.x10
97
+ fontSize: $font-size.t3
98
+ lineHeight: $line-height.t3
99
+ fontWeight: $font-weight.bold
100
+ suffixIcon:
101
+ size: $dimension.x4
102
+ targetSize: $dimension.x10
103
+ marginLeft: $dimension.x2
104
+ tone=neutral, variant=weak:
105
+ enabled:
106
+ root:
107
+ color: $color.bg.neutral-weak
108
+ prefixIcon:
109
+ color: $color.fg.neutral
110
+ title:
111
+ color: $color.fg.neutral
112
+ description:
113
+ color: $color.fg.neutral
114
+ button:
115
+ color: $color.fg.neutral
116
+ suffixIcon:
117
+ color: $color.fg.neutral
118
+ pressed:
119
+ root:
120
+ color: $color.bg.neutral-weak-pressed
121
+ tone=neutral, variant=solid:
122
+ enabled:
123
+ root:
124
+ color: $color.bg.neutral-inverted
125
+ prefixIcon:
126
+ color: $color.fg.neutral-inverted
127
+ title:
128
+ color: $color.fg.neutral-inverted
129
+ description:
130
+ color: $color.fg.neutral-inverted
131
+ button:
132
+ color: $color.fg.neutral-inverted
133
+ suffixIcon:
134
+ color: $color.fg.neutral-inverted
135
+ pressed:
136
+ root:
137
+ color: $color.bg.neutral-inverted-pressed
138
+ tone=positive, variant=weak:
139
+ enabled:
140
+ root:
141
+ color: $color.bg.positive-weak
142
+ prefixIcon:
143
+ color: $color.fg.positive-contrast
144
+ title:
145
+ color: $color.fg.positive-contrast
146
+ description:
147
+ color: $color.fg.positive-contrast
148
+ button:
149
+ color: $color.fg.positive-contrast
150
+ suffixIcon:
151
+ color: $color.fg.positive-contrast
152
+ pressed:
153
+ root:
154
+ color: $color.bg.positive-weak-pressed
155
+ tone=positive, variant=solid:
156
+ enabled:
157
+ root:
158
+ color: $color.bg.positive-solid
159
+ prefixIcon:
160
+ color: $color.palette.static-white
161
+ title:
162
+ color: $color.palette.static-white
163
+ description:
164
+ color: $color.palette.static-white
165
+ button:
166
+ color: $color.palette.static-white
167
+ suffixIcon:
168
+ color: $color.palette.static-white
169
+ pressed:
170
+ root:
171
+ color: $color.bg.positive-solid-pressed
172
+ tone=informative, variant=weak:
173
+ enabled:
174
+ root:
175
+ color: $color.bg.informative-weak
176
+ prefixIcon:
177
+ color: $color.fg.informative-contrast
178
+ title:
179
+ color: $color.fg.informative-contrast
180
+ description:
181
+ color: $color.fg.informative-contrast
182
+ button:
183
+ color: $color.fg.informative-contrast
184
+ suffixIcon:
185
+ color: $color.fg.informative-contrast
186
+ pressed:
187
+ root:
188
+ color: $color.bg.informative-weak-pressed
189
+ tone=informative, variant=solid:
190
+ enabled:
191
+ root:
192
+ color: $color.bg.informative-solid
193
+ prefixIcon:
194
+ color: $color.palette.static-white
195
+ title:
196
+ color: $color.palette.static-white
197
+ description:
198
+ color: $color.palette.static-white
199
+ button:
200
+ color: $color.palette.static-white
201
+ suffixIcon:
202
+ color: $color.palette.static-white
203
+ pressed:
204
+ root:
205
+ color: $color.bg.informative-solid-pressed
206
+ tone=warning, variant=weak:
207
+ enabled:
208
+ root:
209
+ color: $color.bg.warning-weak
210
+ prefixIcon:
211
+ color: $color.fg.warning-contrast
212
+ title:
213
+ color: $color.fg.warning-contrast
214
+ description:
215
+ color: $color.fg.warning-contrast
216
+ button:
217
+ color: $color.fg.warning-contrast
218
+ suffixIcon:
219
+ color: $color.fg.warning-contrast
220
+ pressed:
221
+ root:
222
+ color: $color.bg.warning-weak-pressed
223
+ tone=warning, variant=solid:
224
+ enabled:
225
+ root:
226
+ color: $color.bg.warning-solid
227
+ prefixIcon:
228
+ color: $color.fg.neutral
229
+ title:
230
+ color: $color.fg.neutral
231
+ description:
232
+ color: $color.fg.neutral
233
+ button:
234
+ color: $color.fg.neutral
235
+ suffixIcon:
236
+ color: $color.fg.neutral
237
+ pressed:
238
+ root:
239
+ color: $color.bg.warning-solid-pressed
240
+ tone=critical, variant=weak:
241
+ enabled:
242
+ root:
243
+ color: $color.bg.critical-weak
244
+ prefixIcon:
245
+ color: $color.fg.critical-contrast
246
+ title:
247
+ color: $color.fg.critical-contrast
248
+ description:
249
+ color: $color.fg.critical-contrast
250
+ button:
251
+ color: $color.fg.critical-contrast
252
+ suffixIcon:
253
+ color: $color.fg.critical-contrast
254
+ pressed:
255
+ root:
256
+ color: $color.bg.critical-weak-pressed
257
+ tone=critical, variant=solid:
258
+ enabled:
259
+ root:
260
+ color: $color.bg.critical-solid
261
+ prefixIcon:
262
+ color: $color.palette.static-white
263
+ title:
264
+ color: $color.palette.static-white
265
+ description:
266
+ color: $color.palette.static-white
267
+ button:
268
+ color: $color.palette.static-white
269
+ suffixIcon:
270
+ color: $color.palette.static-white
271
+ pressed:
272
+ root:
273
+ color: $color.bg.critical-solid-pressed
@@ -24,6 +24,8 @@ data:
24
24
  type: dimension
25
25
  minHeight:
26
26
  type: dimension
27
+ maxWidth:
28
+ type: dimension
27
29
  paddingX:
28
30
  type: dimension
29
31
  paddingY:
@@ -89,6 +91,7 @@ data:
89
91
  color: $color.bg.neutral-solid
90
92
  cornerRadius: $radius.r2
91
93
  minHeight: 44px
94
+ maxWidth: 560px
92
95
  paddingX: $dimension.x4
93
96
  paddingY: $dimension.x2_5
94
97
  gap: $dimension.x2
package/font-size.yaml CHANGED
@@ -35,12 +35,33 @@ data:
35
35
  $font-size.t10:
36
36
  values:
37
37
  default: 1.625rem # 26px ÷ 16
38
+ $font-size.t1-static:
39
+ values:
40
+ default: 11px
38
41
  $font-size.t2-static:
39
42
  values:
40
43
  default: 12px
44
+ $font-size.t3-static:
45
+ values:
46
+ default: 13px
47
+ $font-size.t4-static:
48
+ values:
49
+ default: 14px
41
50
  $font-size.t5-static:
42
51
  values:
43
52
  default: 16px
44
53
  $font-size.t6-static:
45
54
  values:
46
55
  default: 18px
56
+ $font-size.t7-static:
57
+ values:
58
+ default: 20px
59
+ $font-size.t8-static:
60
+ values:
61
+ default: 22px
62
+ $font-size.t9-static:
63
+ values:
64
+ default: 24px
65
+ $font-size.t10-static:
66
+ values:
67
+ default: 26px
package/gradient.yaml CHANGED
@@ -2,7 +2,7 @@ kind: Tokens
2
2
  metadata:
3
3
  id: gradient
4
4
  name: Gradient
5
- lastUpdated: 25-07-12
5
+ lastUpdated: 25-08-22
6
6
  data:
7
7
  collection: color
8
8
  tokens:
@@ -29,16 +29,16 @@ data:
29
29
  theme-light:
30
30
  type: gradient
31
31
  value:
32
- - color: "#ffffff00"
33
- position: 0
34
32
  - color: "#000000"
33
+ position: 0
34
+ - color: "#ffffff00"
35
35
  position: 1
36
36
  theme-dark:
37
37
  type: gradient
38
38
  value:
39
- - color: "#16171b00"
40
- position: 0
41
39
  - color: "#000000"
40
+ position: 0
41
+ - color: "#16171b00"
42
42
  position: 1
43
43
  $gradient.glow-magic:
44
44
  description: 반짝이는 것처럼 느껴지는 배경에 쓰이는 ai 컬러입니다.
@@ -61,31 +61,6 @@ data:
61
61
  position: 0.8
62
62
  - color: "#333232"
63
63
  position: 1
64
- $gradient.shimmer-magic:
65
- description: Skeleton AI shimmer
66
- values:
67
- theme-light:
68
- type: gradient
69
- value:
70
- - color: "#fff9f500"
71
- position: 0
72
- - color: "#fff9f58a"
73
- position: 0.46
74
- - color: "#fff9f58a"
75
- position: 0.54
76
- - color: "#fff9f500"
77
- position: 1
78
- theme-dark:
79
- type: gradient
80
- value:
81
- - color: "#fff9f500"
82
- position: 0
83
- - color: "#fff9f51a"
84
- position: 0.46
85
- - color: "#fff9f51a"
86
- position: 0.54
87
- - color: "#fff9f500"
88
- position: 1
89
64
  $gradient.glow-magic-pressed:
90
65
  description: 반짝이는 것처럼 느껴지는 배경에 쓰이는 ai 컬러의 pressed컬러입니다.
91
66
  values:
@@ -132,25 +107,33 @@ data:
132
107
  position: 0.54
133
108
  - color: "#ffffff00"
134
109
  position: 1
135
- $gradient.highlight-magic:
136
- description: 아이콘 및 shape 영역에서 AI 기능을 표현할 때 사용하는 컬러입니다.
110
+ $gradient.shimmer-magic:
111
+ description: Skeleton AI shimmer
137
112
  values:
138
113
  theme-light:
139
114
  type: gradient
140
115
  value:
141
- - color: "#ff6600"
142
- position: 0.2
143
- - color: "#d25aca"
116
+ - color: "#fff9f500"
117
+ position: 0
118
+ - color: "#fff9f58a"
119
+ position: 0.46
120
+ - color: "#fff9f58a"
121
+ position: 0.54
122
+ - color: "#fff9f500"
144
123
  position: 1
145
124
  theme-dark:
146
125
  type: gradient
147
126
  value:
148
- - color: "#ff6600"
149
- position: 0.2
150
- - color: "#d25aca"
127
+ - color: "#fff9f500"
128
+ position: 0
129
+ - color: "#fff9f51a"
130
+ position: 0.46
131
+ - color: "#fff9f51a"
132
+ position: 0.54
133
+ - color: "#fff9f500"
151
134
  position: 1
152
135
  $gradient.highlight-magic-pressed:
153
- description: 아이콘 및 shape 영역에서 AI 기능을 표현할 때 사용하는 컬러의 pressed 컬러입니다.
136
+ description: ""
154
137
  values:
155
138
  theme-light:
156
139
  type: gradient
@@ -166,3 +149,20 @@ data:
166
149
  position: 0.2
167
150
  - color: "#e89bee"
168
151
  position: 1
152
+ $gradient.highlight-magic:
153
+ description: 아이콘 및 shape 영역에서 AI 기능을 표현할 때 사용하는 컬러입니다.
154
+ values:
155
+ theme-light:
156
+ type: gradient
157
+ value:
158
+ - color: "#ff6600"
159
+ position: 0.2
160
+ - color: "#d25aca"
161
+ position: 1
162
+ theme-dark:
163
+ type: gradient
164
+ value:
165
+ - color: "#ff6600"
166
+ position: 0.2
167
+ - color: "#d25aca"
168
+ position: 1
package/line-height.yaml CHANGED
@@ -35,3 +35,33 @@ data:
35
35
  $line-height.t10:
36
36
  values:
37
37
  default: 2.1875rem # 35px ÷ 16
38
+ $line-height.t1-static:
39
+ values:
40
+ default: 15px
41
+ $line-height.t2-static:
42
+ values:
43
+ default: 16px
44
+ $line-height.t3-static:
45
+ values:
46
+ default: 18px
47
+ $line-height.t4-static:
48
+ values:
49
+ default: 19px
50
+ $line-height.t5-static:
51
+ values:
52
+ default: 22px
53
+ $line-height.t6-static:
54
+ values:
55
+ default: 24px
56
+ $line-height.t7-static:
57
+ values:
58
+ default: 27px
59
+ $line-height.t8-static:
60
+ values:
61
+ default: 30px
62
+ $line-height.t9-static:
63
+ values:
64
+ default: 32px
65
+ $line-height.t10-static:
66
+ values:
67
+ default: 35px
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",