@seed-design/rootage-artifacts 1.2.11 → 2.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.
- package/__generated__/collections.json +53 -0
- package/__generated__/color.json +2452 -0
- package/__generated__/components/accordion-item.json +501 -0
- package/__generated__/components/accordion.json +86 -0
- package/__generated__/components/action-button.json +1568 -0
- package/__generated__/components/action-chip.json +454 -0
- package/__generated__/components/action-sheet-close-button.json +115 -0
- package/__generated__/components/action-sheet-item.json +159 -0
- package/__generated__/components/action-sheet.json +269 -0
- package/__generated__/components/attachment-input-dropzone.json +145 -0
- package/__generated__/components/attachment-input-item-action-button.json +149 -0
- package/__generated__/components/attachment-input-item-remove-button.json +127 -0
- package/__generated__/components/attachment-input-item.json +448 -0
- package/__generated__/components/attachment-input-trigger.json +210 -0
- package/__generated__/components/attachment-input.json +58 -0
- package/__generated__/components/avatar-stack.json +396 -0
- package/__generated__/components/avatar.json +698 -0
- package/__generated__/components/badge.json +759 -0
- package/__generated__/components/bottom-sheet-close-button.json +106 -0
- package/__generated__/components/bottom-sheet-handle.json +136 -0
- package/__generated__/components/bottom-sheet.json +435 -0
- package/__generated__/components/callout.json +613 -0
- package/__generated__/components/checkbox-group.json +43 -0
- package/__generated__/components/checkbox.json +196 -0
- package/__generated__/components/checkmark.json +573 -0
- package/__generated__/components/chip-tablist.json +107 -0
- package/__generated__/components/chip.json +929 -0
- package/__generated__/components/content-placeholder.json +171 -0
- package/__generated__/components/contextual-floating-button.json +473 -0
- package/__generated__/components/control-chip.json +524 -0
- package/__generated__/components/dialog.json +307 -0
- package/__generated__/components/divider.json +46 -0
- package/__generated__/components/extended-action-sheet-close-button.json +122 -0
- package/__generated__/components/extended-action-sheet-item.json +197 -0
- package/__generated__/components/extended-action-sheet.json +308 -0
- package/__generated__/components/extended-fab.json +337 -0
- package/__generated__/components/fab.json +124 -0
- package/__generated__/components/field-label.json +108 -0
- package/__generated__/components/field.json +381 -0
- package/__generated__/components/floating-action-button.json +259 -0
- package/__generated__/components/help-bubble.json +310 -0
- package/__generated__/components/identity-placeholder.json +56 -0
- package/__generated__/components/image-frame-floater.json +47 -0
- package/__generated__/components/image-frame-indicator.json +99 -0
- package/__generated__/components/image-frame-reaction-button.json +132 -0
- package/__generated__/components/image-frame.json +97 -0
- package/__generated__/components/inline-banner.json +581 -0
- package/__generated__/components/input-button.json +558 -0
- package/__generated__/components/link-content.json +210 -0
- package/__generated__/components/list-header.json +133 -0
- package/__generated__/components/list-item.json +401 -0
- package/__generated__/components/manner-temp-badge.json +373 -0
- package/__generated__/components/manner-temp.json +309 -0
- package/__generated__/components/menu-item.json +448 -0
- package/__generated__/components/menu-sheet-close-button.json +121 -0
- package/__generated__/components/menu-sheet-item.json +284 -0
- package/__generated__/components/menu-sheet.json +314 -0
- package/__generated__/components/menu.json +319 -0
- package/__generated__/components/notification-badge.json +232 -0
- package/__generated__/components/page-banner.json +956 -0
- package/__generated__/components/progress-circle.json +318 -0
- package/__generated__/components/radio-group.json +43 -0
- package/__generated__/components/radio.json +196 -0
- package/__generated__/components/radiomark.json +399 -0
- package/__generated__/components/reaction-button.json +504 -0
- package/__generated__/components/scroll-fog.json +60 -0
- package/__generated__/components/segmented-control-indicator.json +107 -0
- package/__generated__/components/segmented-control-item.json +205 -0
- package/__generated__/components/segmented-control.json +57 -0
- package/__generated__/components/select-box-checkmark.json +149 -0
- package/__generated__/components/select-box-group.json +50 -0
- package/__generated__/components/select-box.json +468 -0
- package/__generated__/components/side-panel-close-button.json +120 -0
- package/__generated__/components/side-panel.json +434 -0
- package/__generated__/components/skeleton.json +236 -0
- package/__generated__/components/slider-thumb.json +114 -0
- package/__generated__/components/slider-tick.json +97 -0
- package/__generated__/components/slider.json +395 -0
- package/__generated__/components/snackbar.json +360 -0
- package/__generated__/components/switch.json +207 -0
- package/__generated__/components/switchmark.json +502 -0
- package/__generated__/components/tab.json +189 -0
- package/__generated__/components/tablist.json +225 -0
- package/__generated__/components/tag-group-item.json +402 -0
- package/__generated__/components/tag-group.json +137 -0
- package/__generated__/components/text-button.json +114 -0
- package/__generated__/components/text-input.json +886 -0
- package/__generated__/components/toggle-button.json +641 -0
- package/__generated__/components/top-navigation-icon-button.json +139 -0
- package/__generated__/components/top-navigation-text-button.json +225 -0
- package/__generated__/components/top-navigation.json +438 -0
- package/__generated__/components/typography.json +2674 -0
- package/__generated__/dimension.json +275 -0
- package/__generated__/duration.json +95 -0
- package/__generated__/font-size.json +338 -0
- package/__generated__/font-weight.json +36 -0
- package/__generated__/gradient.json +247 -0
- package/__generated__/index.json +309 -0
- package/__generated__/line-height.json +338 -0
- package/__generated__/radius.json +133 -0
- package/__generated__/shadow.json +170 -0
- package/__generated__/timing-function.json +103 -0
- package/collections.yaml +15 -3
- package/color.yaml +13 -10
- package/components/accordion-item.yaml +193 -0
- package/components/accordion.yaml +33 -0
- package/components/attachment-input-dropzone.yaml +55 -0
- package/components/attachment-input-item-action-button.yaml +53 -0
- package/components/attachment-input-item-remove-button.yaml +48 -0
- package/components/attachment-input-item.yaml +168 -0
- package/components/attachment-input-trigger.yaml +81 -0
- package/components/attachment-input.yaml +25 -0
- package/components/chip-tablist.yaml +0 -4
- package/components/image-frame.yaml +0 -20
- package/components/input-button.yaml +67 -20
- package/components/menu-item.yaml +162 -0
- package/components/menu-sheet-close-button.yaml +0 -1
- package/components/menu-sheet.yaml +5 -5
- package/components/menu.yaml +124 -0
- package/components/side-panel-close-button.yaml +44 -0
- package/components/side-panel.yaml +170 -0
- package/components/text-input.yaml +61 -18
- package/components/typography.yaml +276 -0
- package/font-size.yaml +32 -0
- package/gradient.yaml +0 -38
- package/line-height.yaml +32 -0
- package/package.json +11 -3
- package/components/chip-tab.yaml +0 -137
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "ComponentSpec",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "fab",
|
|
5
|
+
"name": "Fab",
|
|
6
|
+
"deprecated": "Use contextual-floating-button instead."
|
|
7
|
+
},
|
|
8
|
+
"data": {
|
|
9
|
+
"id": "fab",
|
|
10
|
+
"name": "Fab",
|
|
11
|
+
"schema": {
|
|
12
|
+
"slots": {
|
|
13
|
+
"root": {
|
|
14
|
+
"properties": {
|
|
15
|
+
"color": {
|
|
16
|
+
"type": "color"
|
|
17
|
+
},
|
|
18
|
+
"cornerRadius": {
|
|
19
|
+
"type": "dimension"
|
|
20
|
+
},
|
|
21
|
+
"size": {
|
|
22
|
+
"type": "dimension"
|
|
23
|
+
},
|
|
24
|
+
"shadow": {
|
|
25
|
+
"type": "shadow"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"icon": {
|
|
30
|
+
"properties": {
|
|
31
|
+
"color": {
|
|
32
|
+
"type": "color"
|
|
33
|
+
},
|
|
34
|
+
"size": {
|
|
35
|
+
"type": "dimension"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"variants": {}
|
|
41
|
+
},
|
|
42
|
+
"definitions": [
|
|
43
|
+
{
|
|
44
|
+
"variants": {},
|
|
45
|
+
"definitions": [
|
|
46
|
+
{
|
|
47
|
+
"states": [
|
|
48
|
+
"enabled"
|
|
49
|
+
],
|
|
50
|
+
"slots": {
|
|
51
|
+
"root": {
|
|
52
|
+
"color": {
|
|
53
|
+
"type": "color",
|
|
54
|
+
"value": "$color.bg.layer-floating"
|
|
55
|
+
},
|
|
56
|
+
"cornerRadius": {
|
|
57
|
+
"type": "dimension",
|
|
58
|
+
"value": "$radius.full"
|
|
59
|
+
},
|
|
60
|
+
"size": {
|
|
61
|
+
"type": "dimension",
|
|
62
|
+
"value": {
|
|
63
|
+
"value": 44,
|
|
64
|
+
"unit": "px"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"shadow": {
|
|
68
|
+
"type": "shadow",
|
|
69
|
+
"value": [
|
|
70
|
+
{
|
|
71
|
+
"color": "#00000026",
|
|
72
|
+
"offsetX": {
|
|
73
|
+
"value": 0,
|
|
74
|
+
"unit": "px"
|
|
75
|
+
},
|
|
76
|
+
"offsetY": {
|
|
77
|
+
"value": 2,
|
|
78
|
+
"unit": "px"
|
|
79
|
+
},
|
|
80
|
+
"blur": {
|
|
81
|
+
"value": 6,
|
|
82
|
+
"unit": "px"
|
|
83
|
+
},
|
|
84
|
+
"spread": {
|
|
85
|
+
"value": 0,
|
|
86
|
+
"unit": "px"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"icon": {
|
|
93
|
+
"color": {
|
|
94
|
+
"type": "color",
|
|
95
|
+
"value": "$color.fg.neutral"
|
|
96
|
+
},
|
|
97
|
+
"size": {
|
|
98
|
+
"type": "dimension",
|
|
99
|
+
"value": {
|
|
100
|
+
"value": 22,
|
|
101
|
+
"unit": "px"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"states": [
|
|
109
|
+
"pressed"
|
|
110
|
+
],
|
|
111
|
+
"slots": {
|
|
112
|
+
"root": {
|
|
113
|
+
"color": {
|
|
114
|
+
"type": "color",
|
|
115
|
+
"value": "$color.bg.layer-floating-pressed"
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
}
|
|
124
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "ComponentSpec",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "field-label",
|
|
5
|
+
"name": "Field Label"
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"id": "field-label",
|
|
9
|
+
"name": "Field Label",
|
|
10
|
+
"schema": {
|
|
11
|
+
"slots": {
|
|
12
|
+
"root": {
|
|
13
|
+
"properties": {
|
|
14
|
+
"color": {
|
|
15
|
+
"type": "color"
|
|
16
|
+
},
|
|
17
|
+
"fontSize": {
|
|
18
|
+
"type": "dimension"
|
|
19
|
+
},
|
|
20
|
+
"lineHeight": {
|
|
21
|
+
"type": "dimension"
|
|
22
|
+
},
|
|
23
|
+
"fontWeight": {
|
|
24
|
+
"type": "number"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"variants": {
|
|
30
|
+
"weight": {
|
|
31
|
+
"values": {
|
|
32
|
+
"medium": {},
|
|
33
|
+
"bold": {}
|
|
34
|
+
},
|
|
35
|
+
"defaultValue": "medium"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"definitions": [
|
|
40
|
+
{
|
|
41
|
+
"variants": {},
|
|
42
|
+
"definitions": [
|
|
43
|
+
{
|
|
44
|
+
"states": [
|
|
45
|
+
"enabled"
|
|
46
|
+
],
|
|
47
|
+
"slots": {
|
|
48
|
+
"root": {
|
|
49
|
+
"color": {
|
|
50
|
+
"type": "color",
|
|
51
|
+
"value": "$color.fg.neutral"
|
|
52
|
+
},
|
|
53
|
+
"fontSize": {
|
|
54
|
+
"type": "dimension",
|
|
55
|
+
"value": "$font-size.t5"
|
|
56
|
+
},
|
|
57
|
+
"lineHeight": {
|
|
58
|
+
"type": "dimension",
|
|
59
|
+
"value": "$line-height.t5"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"variants": {
|
|
68
|
+
"weight": "medium"
|
|
69
|
+
},
|
|
70
|
+
"definitions": [
|
|
71
|
+
{
|
|
72
|
+
"states": [
|
|
73
|
+
"enabled"
|
|
74
|
+
],
|
|
75
|
+
"slots": {
|
|
76
|
+
"root": {
|
|
77
|
+
"fontWeight": {
|
|
78
|
+
"type": "number",
|
|
79
|
+
"value": "$font-weight.medium"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"variants": {
|
|
88
|
+
"weight": "bold"
|
|
89
|
+
},
|
|
90
|
+
"definitions": [
|
|
91
|
+
{
|
|
92
|
+
"states": [
|
|
93
|
+
"enabled"
|
|
94
|
+
],
|
|
95
|
+
"slots": {
|
|
96
|
+
"root": {
|
|
97
|
+
"fontWeight": {
|
|
98
|
+
"type": "number",
|
|
99
|
+
"value": "$font-weight.bold"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
}
|
|
@@ -0,0 +1,381 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "ComponentSpec",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "field",
|
|
5
|
+
"name": "Field"
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"id": "field",
|
|
9
|
+
"name": "Field",
|
|
10
|
+
"schema": {
|
|
11
|
+
"slots": {
|
|
12
|
+
"root": {
|
|
13
|
+
"properties": {
|
|
14
|
+
"gap": {
|
|
15
|
+
"type": "dimension"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"header": {
|
|
20
|
+
"properties": {
|
|
21
|
+
"paddingX": {
|
|
22
|
+
"type": "dimension"
|
|
23
|
+
},
|
|
24
|
+
"gap": {
|
|
25
|
+
"type": "dimension"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"indicatorIcon": {
|
|
30
|
+
"properties": {
|
|
31
|
+
"color": {
|
|
32
|
+
"type": "color"
|
|
33
|
+
},
|
|
34
|
+
"size": {
|
|
35
|
+
"type": "dimension"
|
|
36
|
+
},
|
|
37
|
+
"paddingTop": {
|
|
38
|
+
"type": "dimension"
|
|
39
|
+
},
|
|
40
|
+
"paddingLeft": {
|
|
41
|
+
"type": "dimension"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"description": "필수 입력 필드임을 나타내는 아이콘입니다. indicatorText 및 Field Label과의 조화를 위해 폰트 스케일링에 반응합니다."
|
|
45
|
+
},
|
|
46
|
+
"indicatorText": {
|
|
47
|
+
"properties": {
|
|
48
|
+
"color": {
|
|
49
|
+
"type": "color"
|
|
50
|
+
},
|
|
51
|
+
"fontSize": {
|
|
52
|
+
"type": "dimension"
|
|
53
|
+
},
|
|
54
|
+
"lineHeight": {
|
|
55
|
+
"type": "dimension",
|
|
56
|
+
"description": "Field Label과의 조화를 위해 Field Label의 lineHeight와 동일한 값을 갖습니다."
|
|
57
|
+
},
|
|
58
|
+
"fontWeight": {
|
|
59
|
+
"type": "number"
|
|
60
|
+
},
|
|
61
|
+
"paddingLeft": {
|
|
62
|
+
"type": "dimension"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"footer": {
|
|
67
|
+
"properties": {
|
|
68
|
+
"paddingX": {
|
|
69
|
+
"type": "dimension"
|
|
70
|
+
},
|
|
71
|
+
"gap": {
|
|
72
|
+
"type": "dimension"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"description": {
|
|
77
|
+
"properties": {
|
|
78
|
+
"color": {
|
|
79
|
+
"type": "color"
|
|
80
|
+
},
|
|
81
|
+
"fontWeight": {
|
|
82
|
+
"type": "number"
|
|
83
|
+
},
|
|
84
|
+
"fontSize": {
|
|
85
|
+
"type": "dimension"
|
|
86
|
+
},
|
|
87
|
+
"lineHeight": {
|
|
88
|
+
"type": "dimension"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"descriptionIcon": {
|
|
93
|
+
"properties": {
|
|
94
|
+
"paddingRight": {
|
|
95
|
+
"type": "dimension"
|
|
96
|
+
},
|
|
97
|
+
"color": {
|
|
98
|
+
"type": "color"
|
|
99
|
+
},
|
|
100
|
+
"size": {
|
|
101
|
+
"type": "dimension"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"errorMessage": {
|
|
106
|
+
"properties": {
|
|
107
|
+
"color": {
|
|
108
|
+
"type": "color"
|
|
109
|
+
},
|
|
110
|
+
"fontWeight": {
|
|
111
|
+
"type": "number"
|
|
112
|
+
},
|
|
113
|
+
"fontSize": {
|
|
114
|
+
"type": "dimension"
|
|
115
|
+
},
|
|
116
|
+
"lineHeight": {
|
|
117
|
+
"type": "dimension"
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"errorIcon": {
|
|
122
|
+
"properties": {
|
|
123
|
+
"paddingRight": {
|
|
124
|
+
"type": "dimension"
|
|
125
|
+
},
|
|
126
|
+
"color": {
|
|
127
|
+
"type": "color"
|
|
128
|
+
},
|
|
129
|
+
"size": {
|
|
130
|
+
"type": "dimension"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"characterCount": {
|
|
135
|
+
"properties": {
|
|
136
|
+
"color": {
|
|
137
|
+
"type": "color"
|
|
138
|
+
},
|
|
139
|
+
"fontWeight": {
|
|
140
|
+
"type": "number"
|
|
141
|
+
},
|
|
142
|
+
"fontSize": {
|
|
143
|
+
"type": "dimension"
|
|
144
|
+
},
|
|
145
|
+
"lineHeight": {
|
|
146
|
+
"type": "dimension"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"maxCharacterCount": {
|
|
151
|
+
"properties": {
|
|
152
|
+
"color": {
|
|
153
|
+
"type": "color"
|
|
154
|
+
},
|
|
155
|
+
"fontWeight": {
|
|
156
|
+
"type": "number"
|
|
157
|
+
},
|
|
158
|
+
"fontSize": {
|
|
159
|
+
"type": "dimension"
|
|
160
|
+
},
|
|
161
|
+
"lineHeight": {
|
|
162
|
+
"type": "dimension"
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"variants": {}
|
|
168
|
+
},
|
|
169
|
+
"definitions": [
|
|
170
|
+
{
|
|
171
|
+
"variants": {},
|
|
172
|
+
"definitions": [
|
|
173
|
+
{
|
|
174
|
+
"states": [
|
|
175
|
+
"enabled"
|
|
176
|
+
],
|
|
177
|
+
"slots": {
|
|
178
|
+
"root": {
|
|
179
|
+
"gap": {
|
|
180
|
+
"type": "dimension",
|
|
181
|
+
"value": "$dimension.x2"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"header": {
|
|
185
|
+
"paddingX": {
|
|
186
|
+
"type": "dimension",
|
|
187
|
+
"value": "$dimension.x0_5"
|
|
188
|
+
},
|
|
189
|
+
"gap": {
|
|
190
|
+
"type": "dimension",
|
|
191
|
+
"value": "$dimension.x2_5"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"indicatorIcon": {
|
|
195
|
+
"color": {
|
|
196
|
+
"type": "color",
|
|
197
|
+
"value": "$color.fg.critical"
|
|
198
|
+
},
|
|
199
|
+
"size": {
|
|
200
|
+
"type": "dimension",
|
|
201
|
+
"value": {
|
|
202
|
+
"value": 0.375,
|
|
203
|
+
"unit": "rem"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"paddingTop": {
|
|
207
|
+
"type": "dimension",
|
|
208
|
+
"value": {
|
|
209
|
+
"value": 0.25,
|
|
210
|
+
"unit": "rem"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"paddingLeft": {
|
|
214
|
+
"type": "dimension",
|
|
215
|
+
"value": {
|
|
216
|
+
"value": 0.125,
|
|
217
|
+
"unit": "rem"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"indicatorText": {
|
|
222
|
+
"color": {
|
|
223
|
+
"type": "color",
|
|
224
|
+
"value": "$color.fg.neutral-subtle"
|
|
225
|
+
},
|
|
226
|
+
"fontSize": {
|
|
227
|
+
"type": "dimension",
|
|
228
|
+
"value": "$font-size.t4"
|
|
229
|
+
},
|
|
230
|
+
"lineHeight": {
|
|
231
|
+
"type": "dimension",
|
|
232
|
+
"value": "$line-height.t5"
|
|
233
|
+
},
|
|
234
|
+
"fontWeight": {
|
|
235
|
+
"type": "number",
|
|
236
|
+
"value": "$font-weight.regular"
|
|
237
|
+
},
|
|
238
|
+
"paddingLeft": {
|
|
239
|
+
"type": "dimension",
|
|
240
|
+
"value": {
|
|
241
|
+
"value": 0.25,
|
|
242
|
+
"unit": "rem"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"footer": {
|
|
247
|
+
"paddingX": {
|
|
248
|
+
"type": "dimension",
|
|
249
|
+
"value": "$dimension.x0_5"
|
|
250
|
+
},
|
|
251
|
+
"gap": {
|
|
252
|
+
"type": "dimension",
|
|
253
|
+
"value": "$dimension.x2"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
"description": {
|
|
257
|
+
"color": {
|
|
258
|
+
"type": "color",
|
|
259
|
+
"value": "$color.fg.neutral-subtle"
|
|
260
|
+
},
|
|
261
|
+
"fontWeight": {
|
|
262
|
+
"type": "number",
|
|
263
|
+
"value": "$font-weight.regular"
|
|
264
|
+
},
|
|
265
|
+
"fontSize": {
|
|
266
|
+
"type": "dimension",
|
|
267
|
+
"value": "$font-size.t4"
|
|
268
|
+
},
|
|
269
|
+
"lineHeight": {
|
|
270
|
+
"type": "dimension",
|
|
271
|
+
"value": "$line-height.t4"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"descriptionIcon": {
|
|
275
|
+
"paddingRight": {
|
|
276
|
+
"type": "dimension",
|
|
277
|
+
"value": "$dimension.x1_5"
|
|
278
|
+
},
|
|
279
|
+
"color": {
|
|
280
|
+
"type": "color",
|
|
281
|
+
"value": "$color.fg.neutral-subtle"
|
|
282
|
+
},
|
|
283
|
+
"size": {
|
|
284
|
+
"type": "dimension",
|
|
285
|
+
"value": "$dimension.x4"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"errorMessage": {
|
|
289
|
+
"color": {
|
|
290
|
+
"type": "color",
|
|
291
|
+
"value": "$color.fg.critical"
|
|
292
|
+
},
|
|
293
|
+
"fontWeight": {
|
|
294
|
+
"type": "number",
|
|
295
|
+
"value": "$font-weight.regular"
|
|
296
|
+
},
|
|
297
|
+
"fontSize": {
|
|
298
|
+
"type": "dimension",
|
|
299
|
+
"value": "$font-size.t4"
|
|
300
|
+
},
|
|
301
|
+
"lineHeight": {
|
|
302
|
+
"type": "dimension",
|
|
303
|
+
"value": "$line-height.t4"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"errorIcon": {
|
|
307
|
+
"paddingRight": {
|
|
308
|
+
"type": "dimension",
|
|
309
|
+
"value": "$dimension.x1_5"
|
|
310
|
+
},
|
|
311
|
+
"color": {
|
|
312
|
+
"type": "color",
|
|
313
|
+
"value": "$color.fg.critical"
|
|
314
|
+
},
|
|
315
|
+
"size": {
|
|
316
|
+
"type": "dimension",
|
|
317
|
+
"value": "$dimension.x4"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"characterCount": {
|
|
321
|
+
"color": {
|
|
322
|
+
"type": "color",
|
|
323
|
+
"value": "$color.fg.neutral"
|
|
324
|
+
},
|
|
325
|
+
"fontWeight": {
|
|
326
|
+
"type": "number",
|
|
327
|
+
"value": "$font-weight.regular"
|
|
328
|
+
},
|
|
329
|
+
"fontSize": {
|
|
330
|
+
"type": "dimension",
|
|
331
|
+
"value": "$font-size.t4"
|
|
332
|
+
},
|
|
333
|
+
"lineHeight": {
|
|
334
|
+
"type": "dimension",
|
|
335
|
+
"value": "$line-height.t4"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"maxCharacterCount": {
|
|
339
|
+
"color": {
|
|
340
|
+
"type": "color",
|
|
341
|
+
"value": "$color.fg.neutral-subtle"
|
|
342
|
+
},
|
|
343
|
+
"fontWeight": {
|
|
344
|
+
"type": "number",
|
|
345
|
+
"value": "$font-weight.regular"
|
|
346
|
+
},
|
|
347
|
+
"fontSize": {
|
|
348
|
+
"type": "dimension",
|
|
349
|
+
"value": "$font-size.t4"
|
|
350
|
+
},
|
|
351
|
+
"lineHeight": {
|
|
352
|
+
"type": "dimension",
|
|
353
|
+
"value": "$line-height.t4"
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"states": [
|
|
360
|
+
"invalid"
|
|
361
|
+
],
|
|
362
|
+
"slots": {
|
|
363
|
+
"characterCount": {
|
|
364
|
+
"color": {
|
|
365
|
+
"type": "color",
|
|
366
|
+
"value": "$color.fg.critical"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"maxCharacterCount": {
|
|
370
|
+
"color": {
|
|
371
|
+
"type": "color",
|
|
372
|
+
"value": "$color.fg.critical"
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
]
|
|
378
|
+
}
|
|
379
|
+
]
|
|
380
|
+
}
|
|
381
|
+
}
|