@seed-design/rootage-artifacts 0.0.0-alpha-20260414104312

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.
Files changed (91) hide show
  1. package/README.md +10 -0
  2. package/collections.yaml +24 -0
  3. package/color.yaml +855 -0
  4. package/components/action-button.yaml +460 -0
  5. package/components/action-chip.yaml +150 -0
  6. package/components/action-sheet-close-button.yaml +45 -0
  7. package/components/action-sheet-item.yaml +52 -0
  8. package/components/action-sheet.yaml +115 -0
  9. package/components/avatar-stack.yaml +86 -0
  10. package/components/avatar.yaml +161 -0
  11. package/components/badge.yaml +210 -0
  12. package/components/bottom-sheet-close-button.yaml +38 -0
  13. package/components/bottom-sheet-handle.yaml +48 -0
  14. package/components/bottom-sheet.yaml +156 -0
  15. package/components/callout.yaml +213 -0
  16. package/components/checkbox-group.yaml +17 -0
  17. package/components/checkbox.yaml +59 -0
  18. package/components/checkmark.yaml +152 -0
  19. package/components/chip-tablist.yaml +28 -0
  20. package/components/chip.yaml +267 -0
  21. package/components/content-placeholder.yaml +45 -0
  22. package/components/contextual-floating-button.yaml +161 -0
  23. package/components/control-chip.yaml +169 -0
  24. package/components/dialog.yaml +131 -0
  25. package/components/divider.yaml +17 -0
  26. package/components/extended-action-sheet-close-button.yaml +48 -0
  27. package/components/extended-action-sheet-item.yaml +67 -0
  28. package/components/extended-action-sheet.yaml +134 -0
  29. package/components/extended-fab.yaml +109 -0
  30. package/components/fab.yaml +46 -0
  31. package/components/field-label.yaml +33 -0
  32. package/components/field.yaml +159 -0
  33. package/components/floating-action-button.yaml +99 -0
  34. package/components/help-bubble.yaml +127 -0
  35. package/components/identity-placeholder.yaml +23 -0
  36. package/components/image-frame-floater.yaml +18 -0
  37. package/components/image-frame-indicator.yaml +42 -0
  38. package/components/image-frame-reaction-button.yaml +60 -0
  39. package/components/image-frame.yaml +37 -0
  40. package/components/inline-banner.yaml +197 -0
  41. package/components/input-button.yaml +171 -0
  42. package/components/link-content.yaml +61 -0
  43. package/components/list-header.yaml +43 -0
  44. package/components/list-item.yaml +149 -0
  45. package/components/manner-temp-badge.yaml +102 -0
  46. package/components/manner-temp.yaml +80 -0
  47. package/components/menu-item.yaml +156 -0
  48. package/components/menu-sheet-close-button.yaml +48 -0
  49. package/components/menu-sheet-item.yaml +104 -0
  50. package/components/menu-sheet.yaml +136 -0
  51. package/components/menu.yaml +117 -0
  52. package/components/notification-badge.yaml +74 -0
  53. package/components/page-banner.yaml +302 -0
  54. package/components/progress-circle.yaml +105 -0
  55. package/components/radio-group.yaml +17 -0
  56. package/components/radio.yaml +59 -0
  57. package/components/radiomark.yaml +113 -0
  58. package/components/reaction-button.yaml +161 -0
  59. package/components/scroll-fog.yaml +23 -0
  60. package/components/segmented-control-indicator.yaml +38 -0
  61. package/components/segmented-control-item.yaml +76 -0
  62. package/components/segmented-control.yaml +23 -0
  63. package/components/select-box-checkmark.yaml +52 -0
  64. package/components/select-box-group.yaml +20 -0
  65. package/components/select-box.yaml +176 -0
  66. package/components/skeleton.yaml +73 -0
  67. package/components/slider-thumb.yaml +45 -0
  68. package/components/slider-tick.yaml +27 -0
  69. package/components/slider.yaml +169 -0
  70. package/components/snackbar.yaml +137 -0
  71. package/components/switch.yaml +66 -0
  72. package/components/switchmark.yaml +147 -0
  73. package/components/tab.yaml +57 -0
  74. package/components/tablist.yaml +64 -0
  75. package/components/tag-group-item.yaml +119 -0
  76. package/components/tag-group.yaml +40 -0
  77. package/components/text-button.yaml +46 -0
  78. package/components/text-input.yaml +234 -0
  79. package/components/toggle-button.yaml +201 -0
  80. package/components/top-navigation.yaml +106 -0
  81. package/components/typography.yaml +380 -0
  82. package/dimension.yaml +88 -0
  83. package/duration.yaml +29 -0
  84. package/font-size.yaml +77 -0
  85. package/font-weight.yaml +16 -0
  86. package/gradient.yaml +134 -0
  87. package/line-height.yaml +77 -0
  88. package/package.json +20 -0
  89. package/radius.yaml +40 -0
  90. package/shadow.yaml +63 -0
  91. package/timing-function.yaml +37 -0
@@ -0,0 +1,197 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: inline-banner
5
+ name: Inline Banner
6
+ deprecated: Use Page Banner instead.
7
+ data:
8
+ schema:
9
+ slots:
10
+ root:
11
+ properties:
12
+ paddingX:
13
+ type: dimension
14
+ paddingY:
15
+ type: dimension
16
+ minHeight:
17
+ type: dimension
18
+ color:
19
+ type: color
20
+ prefixIcon:
21
+ properties:
22
+ size:
23
+ type: dimension
24
+ marginRight:
25
+ type: dimension
26
+ color:
27
+ type: color
28
+ title:
29
+ properties:
30
+ fontSize:
31
+ type: dimension
32
+ lineHeight:
33
+ type: dimension
34
+ fontWeight:
35
+ type: number
36
+ color:
37
+ type: color
38
+ description:
39
+ properties:
40
+ fontSize:
41
+ type: dimension
42
+ lineHeight:
43
+ type: dimension
44
+ fontWeight:
45
+ type: number
46
+ color:
47
+ type: color
48
+ link:
49
+ properties:
50
+ targetHeight:
51
+ type: dimension
52
+ fontSize:
53
+ type: dimension
54
+ lineHeight:
55
+ type: dimension
56
+ fontWeight:
57
+ type: number
58
+ marginLeft:
59
+ type: dimension
60
+ color:
61
+ type: color
62
+ suffixIcon:
63
+ properties:
64
+ size:
65
+ type: dimension
66
+ targetSize:
67
+ type: dimension
68
+ marginLeft:
69
+ type: dimension
70
+ color:
71
+ type: color
72
+ definitions:
73
+ base:
74
+ enabled:
75
+ root:
76
+ paddingX: $dimension.x4
77
+ paddingY: $dimension.x2_5
78
+ minHeight: $dimension.x10
79
+ prefixIcon:
80
+ size: $dimension.x4
81
+ marginRight: $dimension.x2
82
+ title:
83
+ fontSize: $font-size.t4
84
+ lineHeight: $line-height.t4
85
+ fontWeight: $font-weight.bold
86
+ description:
87
+ fontSize: $font-size.t4
88
+ lineHeight: $line-height.t4
89
+ fontWeight: $font-weight.medium
90
+ link:
91
+ targetHeight: $dimension.x10
92
+ fontSize: $font-size.t2
93
+ lineHeight: $line-height.t2
94
+ fontWeight: $font-weight.regular
95
+ marginLeft: $dimension.x4
96
+ suffixIcon:
97
+ size: $dimension.x4
98
+ targetSize: $dimension.x10
99
+ marginLeft: $dimension.x4
100
+ variant=neutralWeak:
101
+ enabled:
102
+ root:
103
+ color: $color.bg.neutral-weak
104
+ prefixIcon:
105
+ color: $color.fg.neutral
106
+ title:
107
+ color: $color.fg.neutral
108
+ description:
109
+ color: $color.fg.neutral
110
+ link:
111
+ color: $color.fg.neutral
112
+ suffixIcon:
113
+ color: $color.fg.neutral
114
+ variant=positiveWeak:
115
+ enabled:
116
+ root:
117
+ color: $color.bg.positive-weak
118
+ prefixIcon:
119
+ color: $color.fg.positive-contrast
120
+ title:
121
+ color: $color.fg.positive-contrast
122
+ description:
123
+ color: $color.fg.positive-contrast
124
+ link:
125
+ color: $color.fg.positive-contrast
126
+ suffixIcon:
127
+ color: $color.fg.positive-contrast
128
+ variant=informativeWeak:
129
+ enabled:
130
+ root:
131
+ color: $color.bg.informative-weak
132
+ prefixIcon:
133
+ color: $color.fg.informative-contrast
134
+ title:
135
+ color: $color.fg.informative-contrast
136
+ description:
137
+ color: $color.fg.informative-contrast
138
+ link:
139
+ color: $color.fg.informative-contrast
140
+ suffixIcon:
141
+ color: $color.fg.informative-contrast
142
+ variant=warningWeak:
143
+ enabled:
144
+ root:
145
+ color: $color.bg.warning-weak
146
+ prefixIcon:
147
+ color: $color.fg.warning-contrast
148
+ title:
149
+ color: $color.fg.warning-contrast
150
+ description:
151
+ color: $color.fg.warning-contrast
152
+ link:
153
+ color: $color.fg.warning-contrast
154
+ suffixIcon:
155
+ color: $color.fg.warning-contrast
156
+ variant=warningSolid:
157
+ enabled:
158
+ root:
159
+ color: $color.bg.warning-solid
160
+ prefixIcon:
161
+ color: $color.fg.neutral
162
+ title:
163
+ color: $color.fg.neutral
164
+ description:
165
+ color: $color.fg.neutral
166
+ link:
167
+ color: $color.fg.neutral
168
+ suffixIcon:
169
+ color: $color.fg.neutral
170
+ variant=criticalWeak:
171
+ enabled:
172
+ root:
173
+ color: $color.bg.critical-weak
174
+ prefixIcon:
175
+ color: $color.fg.critical-contrast
176
+ title:
177
+ color: $color.fg.critical-contrast
178
+ description:
179
+ color: $color.fg.critical-contrast
180
+ link:
181
+ color: $color.fg.critical-contrast
182
+ suffixIcon:
183
+ color: $color.fg.critical-contrast
184
+ variant=criticalSolid:
185
+ enabled:
186
+ root:
187
+ color: $color.bg.critical-solid
188
+ prefixIcon:
189
+ color: $color.palette.static-white
190
+ title:
191
+ color: $color.palette.static-white
192
+ description:
193
+ color: $color.palette.static-white
194
+ link:
195
+ color: $color.palette.static-white
196
+ suffixIcon:
197
+ color: $color.palette.static-white
@@ -0,0 +1,171 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: input-button
5
+ name: Input Button
6
+ data:
7
+ schema:
8
+ slots:
9
+ root:
10
+ properties:
11
+ height:
12
+ type: dimension
13
+ cornerRadius:
14
+ type: dimension
15
+ gap:
16
+ type: dimension
17
+ paddingX:
18
+ type: dimension
19
+ strokeWidth:
20
+ type: dimension
21
+ strokeColor:
22
+ type: color
23
+ color:
24
+ type: color
25
+ colorDuration:
26
+ type: duration
27
+ colorTimingFunction:
28
+ type: cubicBezier
29
+ strokeDuration:
30
+ type: duration
31
+ description: enabled 상태의 stroke 위에 invalid 상태의 stroke가 fade in/out 되는 데에 걸리는 시간입니다. stroke 두께나 색상 자체를 transition하지 않습니다.
32
+ strokeTimingFunction:
33
+ type: cubicBezier
34
+ value:
35
+ properties:
36
+ fontSize:
37
+ type: dimension
38
+ lineHeight:
39
+ type: dimension
40
+ fontWeight:
41
+ type: number
42
+ color:
43
+ type: color
44
+ placeholder:
45
+ properties:
46
+ fontSize:
47
+ type: dimension
48
+ lineHeight:
49
+ type: dimension
50
+ fontWeight:
51
+ type: number
52
+ color:
53
+ type: color
54
+ prefixText:
55
+ properties:
56
+ fontSize:
57
+ type: dimension
58
+ lineHeight:
59
+ type: dimension
60
+ fontWeight:
61
+ type: number
62
+ color:
63
+ type: color
64
+ prefixIcon:
65
+ properties:
66
+ size:
67
+ type: dimension
68
+ color:
69
+ type: color
70
+ suffixText:
71
+ properties:
72
+ fontSize:
73
+ type: dimension
74
+ lineHeight:
75
+ type: dimension
76
+ fontWeight:
77
+ type: number
78
+ color:
79
+ type: color
80
+ suffixIcon:
81
+ properties:
82
+ size:
83
+ type: dimension
84
+ color:
85
+ type: color
86
+ clearButton:
87
+ properties:
88
+ size:
89
+ type: dimension
90
+ color:
91
+ type: color
92
+ definitions:
93
+ base:
94
+ enabled:
95
+ root:
96
+ height: $dimension.x13
97
+ cornerRadius: $radius.r3
98
+ gap: $dimension.x2_5
99
+ paddingX: $dimension.x4
100
+
101
+ strokeWidth: 1px
102
+ strokeColor: $color.stroke.neutral-weak
103
+
104
+ color: $color.bg.transparent
105
+ colorDuration: $duration.color-transition
106
+ colorTimingFunction: $timing-function.easing
107
+ strokeDuration: 0.1s
108
+ strokeTimingFunction: $timing-function.easing
109
+
110
+ value:
111
+ fontSize: $font-size.t5
112
+ lineHeight: $line-height.t5
113
+ fontWeight: $font-weight.regular
114
+
115
+ color: $color.fg.neutral
116
+
117
+ placeholder:
118
+ fontSize: $font-size.t5
119
+ lineHeight: $line-height.t5
120
+ fontWeight: $font-weight.regular
121
+ color: $color.fg.placeholder
122
+
123
+ prefixText:
124
+ fontSize: $font-size.t5
125
+ lineHeight: $line-height.t5
126
+ fontWeight: $font-weight.regular
127
+
128
+ color: $color.fg.neutral-muted
129
+ prefixIcon:
130
+ size: $dimension.x5
131
+
132
+ color: $color.fg.neutral-muted
133
+ suffixText:
134
+ fontSize: $font-size.t5
135
+ lineHeight: $line-height.t5
136
+ fontWeight: $font-weight.regular
137
+
138
+ color: $color.fg.neutral-muted
139
+
140
+ suffixIcon:
141
+ size: $dimension.x5
142
+
143
+ color: $color.fg.neutral-muted
144
+ clearButton:
145
+ size: 22px
146
+ color: $color.fg.neutral-subtle
147
+
148
+ pressed:
149
+ root:
150
+ color: $color.bg.transparent-pressed
151
+
152
+ invalid:
153
+ root:
154
+ strokeWidth: 2px
155
+ strokeColor: $color.stroke.critical-solid
156
+
157
+ disabled:
158
+ root:
159
+ color: $color.bg.disabled
160
+ value:
161
+ color: $color.fg.disabled
162
+ placeholder:
163
+ color: $color.fg.disabled
164
+
165
+ readonly:
166
+ root:
167
+ color: $color.bg.disabled
168
+ value:
169
+ color: $color.fg.neutral
170
+ placeholder:
171
+ color: $color.fg.placeholder
@@ -0,0 +1,61 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: link-content
5
+ name: Link Content
6
+ deprecated: Use Action Button with variant="ghost" instead.
7
+ data:
8
+ schema:
9
+ slots:
10
+ root:
11
+ properties:
12
+ gap:
13
+ type: dimension
14
+ label:
15
+ properties:
16
+ fontSize:
17
+ type: dimension
18
+ lineHeight:
19
+ type: dimension
20
+ fontWeight:
21
+ type: number
22
+ suffixIcon:
23
+ properties:
24
+ size:
25
+ type: dimension
26
+ definitions:
27
+ weight=regular:
28
+ enabled:
29
+ label:
30
+ fontWeight: $font-weight.regular
31
+ weight=bold:
32
+ enabled:
33
+ label:
34
+ fontWeight: $font-weight.bold
35
+ size=t4:
36
+ enabled:
37
+ root:
38
+ gap: $dimension.x0_5
39
+ suffixIcon:
40
+ size: $dimension.x3
41
+ label:
42
+ fontSize: $font-size.t4
43
+ lineHeight: $line-height.t4
44
+ size=t5:
45
+ enabled:
46
+ root:
47
+ gap: $dimension.x0_5
48
+ suffixIcon:
49
+ size: $dimension.x3_5
50
+ label:
51
+ fontSize: $font-size.t5
52
+ lineHeight: $line-height.t5
53
+ size=t6:
54
+ enabled:
55
+ root:
56
+ gap: $dimension.x0_5
57
+ suffixIcon:
58
+ size: $dimension.x4
59
+ label:
60
+ fontSize: $font-size.t6
61
+ lineHeight: $line-height.t6
@@ -0,0 +1,43 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: list-header
5
+ name: List Header
6
+ data:
7
+ schema:
8
+ slots:
9
+ root:
10
+ properties:
11
+ paddingX:
12
+ type: dimension
13
+ paddingY:
14
+ type: dimension
15
+ gap:
16
+ type: dimension
17
+ fontSize:
18
+ type: dimension
19
+ lineHeight:
20
+ type: dimension
21
+ fontWeight:
22
+ type: number
23
+ color:
24
+ type: color
25
+ definitions:
26
+ base:
27
+ enabled:
28
+ root:
29
+ paddingX: $dimension.spacing-x.global-gutter
30
+ paddingY: $dimension.x2
31
+ gap: $dimension.x2_5
32
+ fontSize: $font-size.t4
33
+ lineHeight: $line-height.t4
34
+ variant=mediumWeak:
35
+ enabled:
36
+ root:
37
+ fontWeight: $font-weight.medium
38
+ color: $color.fg.neutral-subtle
39
+ variant=boldSolid:
40
+ enabled:
41
+ root:
42
+ fontWeight: $font-weight.bold
43
+ color: $color.fg.neutral
@@ -0,0 +1,149 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: list-item
5
+ name: List Item
6
+ data:
7
+ schema:
8
+ slots:
9
+ root:
10
+ properties:
11
+ paddingY:
12
+ type: dimension
13
+ paddingX:
14
+ type: dimension
15
+ colorDuration:
16
+ type: duration
17
+ colorTimingFunction:
18
+ type: cubicBezier
19
+ color:
20
+ type: color
21
+ marginX:
22
+ type: dimension
23
+ cornerRadius:
24
+ type: dimension
25
+ marginDuration:
26
+ type: duration
27
+ marginTimingFunction:
28
+ type: cubicBezier
29
+ borderRadiusDuration:
30
+ type: duration
31
+ borderRadiusTimingFunction:
32
+ type: cubicBezier
33
+ content:
34
+ properties:
35
+ gap:
36
+ type: dimension
37
+ paddingRight:
38
+ type: dimension
39
+ title:
40
+ properties:
41
+ color:
42
+ type: color
43
+ fontSize:
44
+ type: dimension
45
+ lineHeight:
46
+ type: dimension
47
+ fontWeight:
48
+ type: number
49
+ detail:
50
+ properties:
51
+ color:
52
+ type: color
53
+ fontSize:
54
+ type: dimension
55
+ lineHeight:
56
+ type: dimension
57
+ fontWeight:
58
+ type: number
59
+ prefix:
60
+ properties:
61
+ paddingRight:
62
+ type: dimension
63
+ prefixIcon:
64
+ properties:
65
+ size:
66
+ type: dimension
67
+ color:
68
+ type: color
69
+ suffix:
70
+ properties:
71
+ gap:
72
+ type: dimension
73
+ suffixText:
74
+ properties:
75
+ color:
76
+ type: color
77
+ fontSize:
78
+ type: dimension
79
+ lineHeight:
80
+ type: dimension
81
+ fontWeight:
82
+ type: number
83
+ suffixIcon:
84
+ properties:
85
+ size:
86
+ type: dimension
87
+ color:
88
+ type: color
89
+ definitions:
90
+ base:
91
+ enabled:
92
+ root:
93
+ paddingY: $dimension.x3
94
+ paddingX: $dimension.spacing-x.global-gutter
95
+ color: $color.bg.transparent
96
+ colorDuration: $duration.color-transition
97
+ colorTimingFunction: $timing-function.easing
98
+ marginDuration: $duration.d3
99
+ marginTimingFunction: $timing-function.easing
100
+ borderRadiusDuration: $duration.d3
101
+ borderRadiusTimingFunction: $timing-function.easing
102
+ content:
103
+ gap: $dimension.x0_5
104
+ paddingRight: $dimension.x2_5
105
+ title:
106
+ color: $color.fg.neutral
107
+ fontSize: $font-size.t5
108
+ lineHeight: $line-height.t5
109
+ fontWeight: $font-weight.regular
110
+ detail:
111
+ color: $color.fg.neutral-subtle
112
+ fontSize: $font-size.t3
113
+ lineHeight: $line-height.t3
114
+ fontWeight: $font-weight.regular
115
+ prefix:
116
+ paddingRight: $dimension.x3
117
+ prefixIcon:
118
+ size: 22px
119
+ color: $color.fg.neutral
120
+ suffix:
121
+ gap: $dimension.x1
122
+ suffixText:
123
+ color: $color.fg.neutral-subtle
124
+ fontSize: $font-size.t5
125
+ lineHeight: $line-height.t5
126
+ fontWeight: $font-weight.regular
127
+ suffixIcon:
128
+ size: 18px
129
+ color: $color.fg.neutral-subtle
130
+ pressed:
131
+ root:
132
+ color: $color.bg.transparent-pressed
133
+ marginX: $dimension.x1_5
134
+ cornerRadius: $dimension.x2_5
135
+ highlighted:
136
+ root:
137
+ color: $color.bg.brand-weak
138
+ highlighted,pressed:
139
+ root:
140
+ color: $color.bg.brand-weak-pressed
141
+ disabled:
142
+ title:
143
+ color: $color.fg.disabled
144
+ detail:
145
+ color: $color.fg.disabled
146
+ prefixIcon:
147
+ color: $color.fg.disabled
148
+ suffixIcon:
149
+ color: $color.fg.disabled
@@ -0,0 +1,102 @@
1
+ # yaml-language-server: $schema=./schema.json
2
+ kind: ComponentSpec
3
+ metadata:
4
+ id: manner-temp-badge
5
+ name: Manner Temp Badge
6
+ data:
7
+ schema:
8
+ slots:
9
+ root:
10
+ properties:
11
+ minHeight:
12
+ type: dimension
13
+ paddingY:
14
+ type: dimension
15
+ paddingX:
16
+ type: dimension
17
+ cornerRadius:
18
+ type: dimension
19
+ color:
20
+ type: color
21
+ label:
22
+ properties:
23
+ fontSize:
24
+ type: dimension
25
+ lineHeight:
26
+ type: dimension
27
+ fontWeight:
28
+ type: number
29
+ color:
30
+ type: color
31
+ definitions:
32
+ base:
33
+ enabled:
34
+ root:
35
+ minHeight: $dimension.x5
36
+ paddingY: $dimension.x0_5
37
+ paddingX: $dimension.x1_5
38
+ cornerRadius: $radius.full
39
+ label:
40
+ fontSize: $font-size.t1
41
+ lineHeight: $line-height.t1
42
+ fontWeight: $font-weight.bold
43
+ level=l1:
44
+ enabled:
45
+ root:
46
+ color: $color.manner-temp.l1.bg
47
+ label:
48
+ color: $color.manner-temp.l1.text
49
+ level=l2:
50
+ enabled:
51
+ root:
52
+ color: $color.manner-temp.l2.bg
53
+ label:
54
+ color: $color.manner-temp.l2.text
55
+ level=l3:
56
+ enabled:
57
+ root:
58
+ color: $color.manner-temp.l3.bg
59
+ label:
60
+ color: $color.manner-temp.l3.text
61
+ level=l4:
62
+ enabled:
63
+ root:
64
+ color: $color.manner-temp.l4.bg
65
+ label:
66
+ color: $color.manner-temp.l4.text
67
+ level=l5:
68
+ enabled:
69
+ root:
70
+ color: $color.manner-temp.l5.bg
71
+ label:
72
+ color: $color.manner-temp.l5.text
73
+ level=l6:
74
+ enabled:
75
+ root:
76
+ color: $color.manner-temp.l6.bg
77
+ label:
78
+ color: $color.manner-temp.l6.text
79
+ level=l7:
80
+ enabled:
81
+ root:
82
+ color: $color.manner-temp.l7.bg
83
+ label:
84
+ color: $color.manner-temp.l7.text
85
+ level=l8:
86
+ enabled:
87
+ root:
88
+ color: $color.manner-temp.l8.bg
89
+ label:
90
+ color: $color.manner-temp.l8.text
91
+ level=l9:
92
+ enabled:
93
+ root:
94
+ color: $color.manner-temp.l9.bg
95
+ label:
96
+ color: $color.manner-temp.l9.text
97
+ level=l10:
98
+ enabled:
99
+ root:
100
+ color: $color.manner-temp.l10.bg
101
+ label:
102
+ color: $color.manner-temp.l10.text