@seed-design/rootage-artifacts 0.0.0

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.
@@ -0,0 +1,131 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ # parts: root, label, control, icon
3
+ kind: ComponentSpec
4
+ metadata:
5
+ id: checkbox
6
+ name: Checkbox
7
+ data:
8
+ base:
9
+ enabled:
10
+ label:
11
+ color: $color.fg.neutral
12
+ lineHeight: $line-height.t5
13
+ root:
14
+ gap: $unit.x2
15
+ bold:
16
+ label:
17
+ fontWeight: $font-weight.bold
18
+
19
+ variant=square:
20
+ enabled:
21
+ control:
22
+ strokeColor: $color.stroke.control
23
+ strokeWidth: 1.25px
24
+ enabledSelected:
25
+ control:
26
+ color: $color.bg.brand-solid
27
+ icon:
28
+ color: $color.fg.static-white
29
+ pressed:
30
+ control:
31
+ color: $color.bg.layer-default-pressed
32
+ pressedSelected:
33
+ control:
34
+ color: $color.bg.brand-solid-pressed
35
+ icon:
36
+ color: $color.fg.static-white
37
+ disabled:
38
+ control:
39
+ color: $color.bg.disabled
40
+ strokeColor: $color.stroke.neutral
41
+ label:
42
+ color: $color.fg.disabled
43
+ icon:
44
+ color: $color.fg.disabled
45
+ disabledSelected:
46
+ label:
47
+ color: $color.fg.disabled
48
+ icon:
49
+ color: $color.fg.disabled
50
+
51
+ variant=ghost:
52
+ enabled:
53
+ icon:
54
+ color: $color.fg.placeholder
55
+ enabledSelected:
56
+ icon:
57
+ color: $color.fg.brand
58
+ pressed:
59
+ control:
60
+ color: $color.bg.layer-default-pressed
61
+ pressedSelected:
62
+ control:
63
+ color: $color.bg.brand-weak-pressed
64
+ disabled:
65
+ label:
66
+ color: $color.fg.disabled
67
+ icon:
68
+ color: $color.fg.disabled
69
+ disabledSelected:
70
+ label:
71
+ color: $color.fg.disabled
72
+ icon:
73
+ color: $color.fg.disabled
74
+
75
+ size=small:
76
+ enabled:
77
+ root:
78
+ minHeight: $unit.x8
79
+ label:
80
+ fontSize: $font-size.t3
81
+ lineHeight: $line-height.t3
82
+ control:
83
+ size: $unit.x4
84
+ cornerRadius: $radius.x1
85
+
86
+ size=medium:
87
+ enabled:
88
+ root:
89
+ minHeight: $unit.x8
90
+ label:
91
+ fontSize: $font-size.t4
92
+ lineHeight: $line-height.t4
93
+ control:
94
+ size: $unit.x5
95
+ cornerRadius: $radius.x1
96
+
97
+ size=large:
98
+ enabled:
99
+ root:
100
+ minHeight: $unit.x9
101
+ label:
102
+ fontSize: $font-size.t5
103
+ lineHeight: $line-height.t5
104
+ control:
105
+ size: $unit.x6
106
+ cornerRadius: $radius.x1_5
107
+
108
+ variant=ghost,size=small:
109
+ enabled:
110
+ icon:
111
+ size: 13.5px
112
+ variant=ghost,size=medium:
113
+ enabled:
114
+ icon:
115
+ size: 15px
116
+ variant=ghost,size=large:
117
+ enabled:
118
+ icon:
119
+ size: 18px
120
+ variant=square,size=small:
121
+ enabled:
122
+ icon:
123
+ size: 10.5px
124
+ variant=square,size=medium:
125
+ enabled:
126
+ icon:
127
+ size: 11.67px
128
+ variant=square,size=large:
129
+ enabled:
130
+ icon:
131
+ size: 14px
@@ -0,0 +1,67 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: chip-tab
5
+ name: Chip Tab
6
+ data:
7
+ base:
8
+ enabled:
9
+ root:
10
+ paddingX: $unit.x3_5
11
+ paddingY: $unit.x2
12
+ cornerRadius: $radius.full
13
+ minHeight: 36px
14
+ label:
15
+ fontSize: $font-size.t4
16
+ fontWeight: $font-weight.bold
17
+ variant=neutral solid:
18
+ enabled:
19
+ label:
20
+ color: $color.fg.neutral
21
+ fontWeight: $font-weight.bold
22
+ enabled,pressed:
23
+ root:
24
+ color: $color.bg.layer-default-pressed
25
+ selected:
26
+ root:
27
+ color: $color.bg.neutral-solid
28
+ label:
29
+ color: $color.fg.neutral-inverted
30
+ selected,pressed:
31
+ root:
32
+ color: $color.bg.neutral-solid-pressed
33
+ disabled:
34
+ label:
35
+ color: $color.fg.disabled
36
+ selected,disabled:
37
+ root:
38
+ color: $color.bg.disabled
39
+ label:
40
+ color: $color.fg.disabled
41
+ variant=brand solid:
42
+ enabled:
43
+ root:
44
+ color: $color.bg.neutral-weak
45
+ label:
46
+ color: $color.fg.neutral-muted
47
+ fontWeight: $font-weight.medium
48
+ enabled,pressed:
49
+ root:
50
+ color: $color.bg.neutral-weak-pressed
51
+ selected:
52
+ root:
53
+ color: $color.bg.brand-solid
54
+ label:
55
+ color: $color.fg.static-white
56
+ fontWeight: $font-weight.bold
57
+ selected,pressed:
58
+ root:
59
+ color: $color.bg.brand-solid-pressed
60
+ disabled:
61
+ root:
62
+ color: $color.bg.disabled
63
+ label:
64
+ color: $color.fg.disabled
65
+ selected,disabled:
66
+ root:
67
+ color: $color.bg.disabled
@@ -0,0 +1,18 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: chip-tablist
5
+ name: Chip Tablist
6
+ data:
7
+ base:
8
+ enabled:
9
+ root:
10
+ paddingX: $unit.x4
11
+ variant=neutral solid:
12
+ enabled:
13
+ triggerList:
14
+ gap: 0px
15
+ variant=brand solid:
16
+ enabled:
17
+ triggerList:
18
+ gap: 8px
@@ -0,0 +1,100 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: control-chip
5
+ name: Control Chip
6
+ data:
7
+ base:
8
+ enabled:
9
+ root:
10
+ strokeColor: $color.stroke.neutral
11
+ strokeWidth: 1px
12
+ cornerRadius: $radius.full
13
+ label:
14
+ color: $color.fg.neutral
15
+ fontWeight: $font-weight.medium
16
+ prefixIcon:
17
+ color: $color.fg.neutral
18
+ suffixIcon:
19
+ color: $color.fg.neutral
20
+ icon:
21
+ color: $color.fg.neutral
22
+ count:
23
+ color: $color.fg.neutral-muted
24
+ pressed:
25
+ root:
26
+ color: $color.bg.layer-default-pressed
27
+ selected:
28
+ root:
29
+ strokeWidth: 0
30
+ color: $color.bg.brand-weak
31
+ label:
32
+ color: $color.fg.brand
33
+ prefixIcon:
34
+ color: $color.fg.brand
35
+ suffixIcon:
36
+ color: $color.fg.brand
37
+ icon:
38
+ color: $color.fg.brand
39
+ count:
40
+ color: $color.fg.brand
41
+ selected, pressed:
42
+ root:
43
+ color: $color.bg.brand-weak-pressed
44
+ disabled:
45
+ root:
46
+ color: $color.bg.disabled
47
+ label:
48
+ color: $color.fg.disabled
49
+ prefixIcon:
50
+ color: $color.fg.disabled
51
+ suffixIcon:
52
+ color: $color.fg.disabled
53
+ icon:
54
+ color: $color.fg.disabled
55
+ count:
56
+ color: $color.fg.disabled
57
+ size=small:
58
+ enabled:
59
+ root:
60
+ minHeight: $unit.x8
61
+ paddingY: $unit.x1_5
62
+ gap: $unit.x1
63
+ label:
64
+ fontSize: $font-size.t4
65
+ prefixIcon:
66
+ size: $unit.x4
67
+ suffixIcon:
68
+ size: $unit.x3_5
69
+ size=medium:
70
+ enabled:
71
+ root:
72
+ minHeight: $unit.x9
73
+ paddingY: $unit.x2
74
+ gap: $unit.x1
75
+ label:
76
+ fontSize: $font-size.t4
77
+ prefixIcon:
78
+ size: $unit.x4
79
+ suffixIcon:
80
+ size: $unit.x3_5
81
+ size=small,layout=with text:
82
+ enabled:
83
+ root:
84
+ paddingX: $unit.x3
85
+ size=small,layout=icon only:
86
+ enabled:
87
+ root:
88
+ minWidth: $unit.x8
89
+ icon:
90
+ size: $unit.x4
91
+ size=medium,layout=with text:
92
+ enabled:
93
+ root:
94
+ paddingX: $unit.x3_5
95
+ size=medium,layout=icon only:
96
+ enabled:
97
+ root:
98
+ minWidth: $unit.x9
99
+ icon:
100
+ size: $unit.x4
@@ -0,0 +1,30 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: dialog
5
+ name: Dialog
6
+ data:
7
+ base:
8
+ enabled:
9
+ backdrop:
10
+ background: $color.bg.overlay
11
+ content:
12
+ background: $color.bg.layer-default
13
+ borderRadius: $radius.x4
14
+ marginX: $unit.x8
15
+ paddingX: $unit.x5
16
+ paddingY: $unit.x5
17
+ maxWidth: 272px
18
+ header:
19
+ gap: $unit.x1_5
20
+ footer:
21
+ paddingTop: $unit.x4
22
+ gap: $unit.x2
23
+ title:
24
+ color: $color.fg.neutral
25
+ fontSize: $font-size.t7
26
+ fontWeight: $font-weight.bold
27
+ description:
28
+ color: $color.fg.neutral
29
+ fontSize: $font-size.t5
30
+ fontWeight: $font-weight.regular
@@ -0,0 +1,34 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: expand-button
5
+ name: Expand Button
6
+ data:
7
+ base:
8
+ enabled:
9
+ root:
10
+ color: $color.bg.layer-default
11
+ minHeight: $unit.x10
12
+ cornerRadius: $radius.x2
13
+ gap: $unit.x1
14
+ paddingX: $unit.x5
15
+ paddingY: $unit.x2_5
16
+ strokeColor: $color.palette.gray-400
17
+ strokeWidth: 1px
18
+ label:
19
+ color: $color.fg.neutral
20
+ fontWeight: $font-weight.bold
21
+ fontSize: $font-size.t4
22
+ suffixIcon:
23
+ color: $color.fg.neutral
24
+ size: $unit.x3_5
25
+ pressed:
26
+ root:
27
+ color: $color.bg.layer-default-pressed
28
+ disabled:
29
+ root:
30
+ color: $color.bg.disabled
31
+ label:
32
+ color: $color.fg.disabled
33
+ suffixIcon:
34
+ color: $color.fg.disabled
@@ -0,0 +1,28 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: fab
5
+ name: Fab
6
+ data:
7
+ base:
8
+ enabled:
9
+ root:
10
+ color: $color.bg.layer-floating
11
+ borderRadius: $radius.full
12
+ icon:
13
+ color: $color.fg.neutral
14
+ pressed:
15
+ root:
16
+ color: $color.bg.layer-floating-pressed
17
+ size=small:
18
+ enabled:
19
+ root:
20
+ size: $unit.x10
21
+ icon:
22
+ size: $unit.x5
23
+ size=medium:
24
+ enabled:
25
+ root:
26
+ size: $unit.x12
27
+ icon:
28
+ size: $unit.x6
@@ -0,0 +1,42 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: help-bubble
5
+ name: Help Bubble
6
+ data:
7
+ base:
8
+ enabled:
9
+ root:
10
+ cornerRadius: $radius.x1_5
11
+ paddingX: $unit.x3
12
+ paddingY: $unit.x2
13
+ arrow:
14
+ size: $unit.x2_5
15
+ title:
16
+ fontSize: $font-size.t3
17
+ fontWeight: $font-weight.bold
18
+ description:
19
+ fontSize: $font-size.t3
20
+ fontWeight: $font-weight.regular
21
+ variant=non-modal:
22
+ enabled:
23
+ root:
24
+ color: $color.bg.neutral-solid
25
+ arrow:
26
+ color: $color.bg.neutral-solid
27
+ title:
28
+ color: $color.fg.neutral-inverted
29
+ description:
30
+ color: $color.fg.neutral-inverted
31
+ variant=modal:
32
+ enabled:
33
+ root:
34
+ color: $color.bg.static-white
35
+ arrow:
36
+ color: $color.bg.static-white
37
+ title:
38
+ color: $color.fg.static-black
39
+ description:
40
+ color: $color.fg.static-black
41
+ backdrop:
42
+ color: $color.bg.overlay
@@ -0,0 +1,149 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: inline-banner
5
+ name: Inline Banner
6
+ data:
7
+ base:
8
+ enabled:
9
+ root:
10
+ gap: $unit.x1
11
+ paddingXStart: $unit.x4
12
+ paddingXEnd: $unit.x1
13
+ content:
14
+ gap: $unit.x2
15
+ paddingY: 10.5px
16
+ fontSize: $font-size.t4
17
+ lineHeight: $line-height.t4
18
+ icon:
19
+ size: $unit.x4
20
+ marginY: 1.5px
21
+ title:
22
+ fontWeight: $font-weight.bold
23
+ label:
24
+ fontWeight: $font-weight.medium
25
+ linkLabel:
26
+ size: $unit.x10
27
+ paddingX: $unit.x3
28
+ fontWeight: $font-weight.regular
29
+ fontSize: $font-size.t2
30
+ lineHeight: $line-height.t2
31
+ dismissButton:
32
+ size: $unit.x10
33
+ dismissIcon:
34
+ size: $unit.x4
35
+ actionableIcon:
36
+ size: $unit.x4
37
+ margin: $unit.x3
38
+ type=contentOnly:
39
+ enabled:
40
+ content:
41
+ paddingXEnd: $unit.x3
42
+ variant=neutral weak:
43
+ enabled:
44
+ root:
45
+ color: $color.bg.neutral-weak
46
+ icon:
47
+ color: $color.fg.neutral
48
+ title:
49
+ color: $color.fg.neutral
50
+ label:
51
+ color: $color.fg.neutral
52
+ linkLabel:
53
+ color: $color.fg.neutral
54
+ dismissIcon:
55
+ color: $color.fg.neutral
56
+ actionableIcon:
57
+ color: $color.fg.neutral
58
+ variant=positive weak:
59
+ enabled:
60
+ root:
61
+ color: $color.bg.positive-weak
62
+ icon:
63
+ color: $color.fg.positive-contrast
64
+ title:
65
+ color: $color.fg.positive-contrast
66
+ label:
67
+ color: $color.fg.positive-contrast
68
+ linkLabel:
69
+ color: $color.fg.positive-contrast
70
+ dismissIcon:
71
+ color: $color.fg.positive-contrast
72
+ actionableIcon:
73
+ color: $color.fg.positive-contrast
74
+ variant=informative weak:
75
+ enabled:
76
+ root:
77
+ color: $color.bg.informative-weak
78
+ icon:
79
+ color: $color.fg.informative-contrast
80
+ title:
81
+ color: $color.fg.informative-contrast
82
+ label:
83
+ color: $color.fg.informative-contrast
84
+ linkLabel:
85
+ color: $color.fg.informative-contrast
86
+ dismissIcon:
87
+ color: $color.fg.informative-contrast
88
+ actionableIcon:
89
+ color: $color.fg.informative-contrast
90
+ variant=warning weak:
91
+ enabled:
92
+ root:
93
+ color: $color.bg.warning-weak
94
+ icon:
95
+ color: $color.fg.warning-contrast
96
+ title:
97
+ color: $color.fg.warning-contrast
98
+ label:
99
+ color: $color.fg.warning-contrast
100
+ linkLabel:
101
+ color: $color.fg.warning-contrast
102
+ dismissIcon:
103
+ color: $color.fg.warning-contrast
104
+ actionableIcon:
105
+ color: $color.fg.warning-contrast
106
+ variant=warning solid:
107
+ enabled:
108
+ root:
109
+ color: $color.bg.warning-solid
110
+ icon:
111
+ color: $color.fg.neutral
112
+ title:
113
+ color: $color.fg.neutral
114
+ label:
115
+ color: $color.fg.neutral
116
+ linkLabel:
117
+ color: $color.fg.neutral
118
+ dismissIcon:
119
+ color: $color.fg.neutral
120
+ actionableIcon:
121
+ color: $color.fg.neutral
122
+ variant=danger weak:
123
+ enabled:
124
+ root:
125
+ color: $color.bg.danger-weak
126
+ icon:
127
+ color: $color.fg.danger-contrast
128
+ title:
129
+ color: $color.fg.danger-contrast
130
+ label:
131
+ color: $color.fg.danger-contrast
132
+ linkLabel:
133
+ color: $color.fg.danger-contrast
134
+ actionableIcon:
135
+ color: $color.fg.danger-contrast
136
+ variant=danger solid:
137
+ enabled:
138
+ root:
139
+ color: $color.bg.danger-solid
140
+ icon:
141
+ color: $color.fg.static-white
142
+ title:
143
+ color: $color.fg.static-white
144
+ label:
145
+ color: $color.fg.static-white
146
+ linkLabel:
147
+ color: $color.fg.static-white
148
+ actionableIcon:
149
+ color: $color.fg.static-white
@@ -0,0 +1,41 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ base:
3
+ enabled:
4
+ root: null
5
+ track:
6
+ fill: "#0017580d"
7
+ indicator:
8
+ color: "#d1d3d8"
9
+ indicator-path: null
10
+ size=small:
11
+ enabled:
12
+ root:
13
+ size: $unit.x6
14
+ track: null
15
+ indicator: null
16
+ size=medium:
17
+ enabled:
18
+ root:
19
+ size: $unit.x10
20
+ track: null
21
+ indicator: null
22
+ variant=indeterminate:
23
+ enabled:
24
+ root: null
25
+ track: null
26
+ indicator: null
27
+ indicator-path:
28
+ headDashDuration: 1.2s
29
+ tailDashDuration: 1.2s
30
+ rotateDuration: 1.2s
31
+ headDashTimingFunction: cubic-bezier(0.35, 0, 0.65, 1)
32
+ tailDashTimingFunction: cubic-bezier(0.35, 0, 0.65, 0.6)
33
+ rotateTimingFunction: cubic-bezier(0.35, 0.25, 0.65, 0.75)
34
+ variant=determinate:
35
+ enabled:
36
+ root: null
37
+ track: null
38
+ indicator: null
39
+ indicator-path:
40
+ transitionDuration: 0.4s
41
+ transitionTimingFunction: cubic-bezier(0, 0, 0.15, 1)