twntyx-css 1.0.3 → 1.0.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.
- package/llm/components/ai-perl.json +5 -12
- package/llm/components/all-components.json +13 -5
- package/llm/components/{banner-marketplace.json → banner-funding.json} +8 -8
- package/llm/components/breadcrumb.json +0 -1
- package/llm/components/button-container.json +1 -0
- package/llm/components/chat-ai.json +100 -6
- package/llm/components/chat-footer.json +24 -3
- package/llm/components/checkmark.json +0 -1
- package/llm/components/command-palette.json +0 -1
- package/llm/components/countdown.json +1 -1
- package/llm/components/divider.json +1 -1
- package/llm/components/kbd.json +1 -1
- package/llm/components/key-value.json +2 -10
- package/llm/components/loader-symbol.json +0 -4
- package/llm/components/loader-text.json +2 -20
- package/llm/components/progress-bullet.json +0 -1
- package/llm/components/state.json +2 -1
- package/llm/components/stepper.json +1 -1
- package/llm/components/steps.json +6 -95
- package/llm/components/surface.json +2 -0
- package/llm/components/tabs.json +1 -0
- package/llm/components/{empty-state.json → template-navbar.json} +26 -27
- package/llm/components/text-input.json +8 -169
- package/llm/components/toast.json +0 -2
- package/llm/components/tooltip.json +1 -1
- package/llm/examples/ai-perl.html +1 -1
- package/llm/examples/banner-funding.html +1 -0
- package/llm/examples/chat-ai.html +1 -1
- package/llm/examples/chat-footer.html +1 -1
- package/llm/examples/key-value.html +1 -1
- package/llm/examples/loader-text.html +1 -1
- package/llm/examples/steps.html +1 -1
- package/llm/examples/template-navbar.html +1 -0
- package/llm/index.json +24 -62
- package/llm/patterns.json +2 -2
- package/llm/tokens.json +30 -30
- package/package.json +1 -1
- package/styles/animation.css +69 -47
- package/styles/colors.css +306 -90
- package/styles/datepicker.css +8 -15
- package/styles/divider.css +1 -1
- package/styles/form.css +6 -8
- package/styles/globals.css +62 -64
- package/styles/key-value.css +4 -3
- package/styles/loader.css +0 -6
- package/styles/logotype.css +6 -6
- package/styles/scrollbar.css +2 -2
- package/styles/shared.css +17 -17
- package/styles/state.css +109 -97
- package/styles/steps.css +2 -2
- package/styles/surface.css +74 -90
- package/styles/table.css +3 -3
- package/styles/toast.css +3 -5
- package/llm/components/input-group.json +0 -94
- package/llm/components/navbar.json +0 -158
- package/llm/examples/banner-marketplace.html +0 -1
- package/llm/examples/empty-state.html +0 -1
- package/llm/examples/input-group.html +0 -1
- package/llm/examples/navbar.html +0 -1
- package/styles/empty-state.css +0 -48
- package/styles/navbar.css +0 -48
|
@@ -1,18 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "ai-perl",
|
|
3
|
-
"name": "Perl",
|
|
4
|
-
"status": "
|
|
5
|
-
"summary": "
|
|
3
|
+
"name": "Ai Perl",
|
|
4
|
+
"status": "preview",
|
|
5
|
+
"summary": "Documentation and contract metadata for Ai Perl in the twntyX design system.",
|
|
6
6
|
"keywords": [
|
|
7
|
-
"ai",
|
|
8
7
|
"ai perl",
|
|
9
|
-
"ai-perl"
|
|
10
|
-
"animation",
|
|
11
|
-
"generating",
|
|
12
|
-
"loading",
|
|
13
|
-
"overlay",
|
|
14
|
-
"perl",
|
|
15
|
-
"spinner"
|
|
8
|
+
"ai-perl"
|
|
16
9
|
],
|
|
17
10
|
"sourcePaths": [
|
|
18
11
|
"app/design-system/ai-perl/page.js",
|
|
@@ -75,7 +68,7 @@
|
|
|
75
68
|
{
|
|
76
69
|
"id": "canonical",
|
|
77
70
|
"file": "examples/ai-perl.html",
|
|
78
|
-
"description": "Minimal canonical Perl usage."
|
|
71
|
+
"description": "Minimal canonical Ai Perl usage."
|
|
79
72
|
}
|
|
80
73
|
],
|
|
81
74
|
"composition": {
|
|
@@ -49,27 +49,35 @@
|
|
|
49
49
|
"class"
|
|
50
50
|
],
|
|
51
51
|
"required": [],
|
|
52
|
-
"dataAttributes": [
|
|
53
|
-
"data-value"
|
|
54
|
-
],
|
|
52
|
+
"dataAttributes": [],
|
|
55
53
|
"roles": [
|
|
54
|
+
"progressbar",
|
|
56
55
|
"separator",
|
|
57
56
|
"status"
|
|
58
57
|
],
|
|
59
58
|
"aria": [
|
|
60
59
|
"aria-current",
|
|
61
|
-
"aria-
|
|
60
|
+
"aria-hidden",
|
|
61
|
+
"aria-label",
|
|
62
|
+
"aria-valuemax",
|
|
63
|
+
"aria-valuemin",
|
|
64
|
+
"aria-valuenow"
|
|
62
65
|
]
|
|
63
66
|
},
|
|
64
67
|
"a11y": {
|
|
65
68
|
"interactive": false,
|
|
66
69
|
"requiredRoles": [
|
|
70
|
+
"progressbar",
|
|
67
71
|
"separator",
|
|
68
72
|
"status"
|
|
69
73
|
],
|
|
70
74
|
"requiredAria": [
|
|
71
75
|
"aria-current",
|
|
72
|
-
"aria-
|
|
76
|
+
"aria-hidden",
|
|
77
|
+
"aria-label",
|
|
78
|
+
"aria-valuemax",
|
|
79
|
+
"aria-valuemin",
|
|
80
|
+
"aria-valuenow"
|
|
73
81
|
],
|
|
74
82
|
"keyboardSupport": [],
|
|
75
83
|
"focusBehavior": "No keyboard interaction is required unless nested interactive children are introduced."
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "banner-
|
|
2
|
+
"id": "banner-funding",
|
|
3
3
|
"name": "Funding banner",
|
|
4
4
|
"status": "preview",
|
|
5
5
|
"summary": "A marketing banner component designed for promoting fundraising workflows and investor outreach actions.",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"alert",
|
|
9
9
|
"announcement",
|
|
10
10
|
"banner",
|
|
11
|
-
"banner
|
|
12
|
-
"banner-
|
|
11
|
+
"banner funding",
|
|
12
|
+
"banner-funding",
|
|
13
13
|
"capital raise",
|
|
14
14
|
"fundraising",
|
|
15
15
|
"investor",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"promotion"
|
|
20
20
|
],
|
|
21
21
|
"sourcePaths": [
|
|
22
|
-
"app/design-system/banner-
|
|
22
|
+
"app/design-system/banner-funding/page.js"
|
|
23
23
|
],
|
|
24
24
|
"apiModel": "html-class",
|
|
25
|
-
"baseClass": "banner-
|
|
25
|
+
"baseClass": "banner-funding",
|
|
26
26
|
"variants": [],
|
|
27
27
|
"sizes": [],
|
|
28
28
|
"states": [],
|
|
29
29
|
"structure": {
|
|
30
30
|
"rootElement": "div",
|
|
31
31
|
"requiredClasses": [
|
|
32
|
-
"banner-
|
|
32
|
+
"banner-funding"
|
|
33
33
|
],
|
|
34
34
|
"optionalClasses": [],
|
|
35
35
|
"requiredChildren": [],
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"focusBehavior": "No keyboard interaction is required unless nested interactive children are introduced."
|
|
53
53
|
},
|
|
54
54
|
"dos": [
|
|
55
|
-
"Apply the base class 'banner-
|
|
55
|
+
"Apply the base class 'banner-funding' on the root element.",
|
|
56
56
|
"Use documented modifiers for visual variants instead of ad-hoc custom classes.",
|
|
57
57
|
"Keep semantic color usage aligned with token classes for light/dark support."
|
|
58
58
|
],
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"examples": [
|
|
66
66
|
{
|
|
67
67
|
"id": "canonical",
|
|
68
|
-
"file": "examples/banner-
|
|
68
|
+
"file": "examples/banner-funding.html",
|
|
69
69
|
"description": "Minimal canonical Funding banner usage."
|
|
70
70
|
}
|
|
71
71
|
],
|
|
@@ -17,19 +17,64 @@
|
|
|
17
17
|
"new message state"
|
|
18
18
|
],
|
|
19
19
|
"sourcePaths": [
|
|
20
|
-
"app/design-system/chat-ai/page.js"
|
|
20
|
+
"app/design-system/chat-ai/page.js",
|
|
21
|
+
"assets/styles/button.css",
|
|
22
|
+
"assets/styles/chat.css",
|
|
23
|
+
"assets/styles/form-text-select.css",
|
|
24
|
+
"assets/styles/panel.css",
|
|
25
|
+
"assets/styles/toast.css"
|
|
21
26
|
],
|
|
22
27
|
"apiModel": "html-class",
|
|
23
28
|
"baseClass": "chat-ai",
|
|
24
|
-
"variants": [
|
|
25
|
-
|
|
26
|
-
|
|
29
|
+
"variants": [
|
|
30
|
+
{
|
|
31
|
+
"name": "chat-secondary",
|
|
32
|
+
"className": "chat-secondary",
|
|
33
|
+
"description": "AI chat visual variant styling."
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"sizes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "chat-loop-stack-lg",
|
|
39
|
+
"className": "chat-loop-stack-lg",
|
|
40
|
+
"description": "Large min-height variant for loop stack."
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"states": [
|
|
44
|
+
{
|
|
45
|
+
"name": "chat-loop-loading",
|
|
46
|
+
"className": "chat-loop-loading",
|
|
47
|
+
"description": "Animated loading row in loop simulation."
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "chat-loop-message",
|
|
51
|
+
"className": "chat-loop-message",
|
|
52
|
+
"description": "Animated resolved message row in loop simulation."
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "is-owner",
|
|
56
|
+
"className": "is-owner",
|
|
57
|
+
"description": "Marks messages authored by the current user."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "is-loading",
|
|
61
|
+
"className": "is-loading",
|
|
62
|
+
"description": "Shows loading placeholder behavior for a message group."
|
|
63
|
+
}
|
|
64
|
+
],
|
|
27
65
|
"structure": {
|
|
28
66
|
"rootElement": "div",
|
|
29
67
|
"requiredClasses": [
|
|
30
68
|
"chat-ai"
|
|
31
69
|
],
|
|
32
|
-
"optionalClasses": [
|
|
70
|
+
"optionalClasses": [
|
|
71
|
+
"chat-secondary",
|
|
72
|
+
"chat-loop-stack-lg",
|
|
73
|
+
"chat-loop-loading",
|
|
74
|
+
"chat-loop-message",
|
|
75
|
+
"is-owner",
|
|
76
|
+
"is-loading"
|
|
77
|
+
],
|
|
33
78
|
"requiredChildren": [],
|
|
34
79
|
"optionalChildren": []
|
|
35
80
|
},
|
|
@@ -69,7 +114,56 @@
|
|
|
69
114
|
"Do not rely on undocumented internal classes in production templates.",
|
|
70
115
|
"Do not remove required accessibility attributes when component is interactive."
|
|
71
116
|
],
|
|
72
|
-
"tokenUsage": [
|
|
117
|
+
"tokenUsage": [
|
|
118
|
+
"background-brand",
|
|
119
|
+
"background-brand-active",
|
|
120
|
+
"background-error",
|
|
121
|
+
"background-error-active",
|
|
122
|
+
"background-info",
|
|
123
|
+
"background-info-active",
|
|
124
|
+
"background-inverted",
|
|
125
|
+
"background-page",
|
|
126
|
+
"background-success",
|
|
127
|
+
"background-success-active",
|
|
128
|
+
"background-surface",
|
|
129
|
+
"background-surface-elevated",
|
|
130
|
+
"background-surface-sunken",
|
|
131
|
+
"background-warning",
|
|
132
|
+
"background-warning-active",
|
|
133
|
+
"brand-default",
|
|
134
|
+
"brand-moderate",
|
|
135
|
+
"brand-strong",
|
|
136
|
+
"core-black",
|
|
137
|
+
"core-ui-100",
|
|
138
|
+
"core-ui-50",
|
|
139
|
+
"core-ui-700",
|
|
140
|
+
"core-ui-800",
|
|
141
|
+
"core-ui-900",
|
|
142
|
+
"core-white",
|
|
143
|
+
"line-default",
|
|
144
|
+
"line-error",
|
|
145
|
+
"line-focus",
|
|
146
|
+
"line-highlight",
|
|
147
|
+
"line-info",
|
|
148
|
+
"line-strong",
|
|
149
|
+
"line-success",
|
|
150
|
+
"line-warning",
|
|
151
|
+
"text-attention",
|
|
152
|
+
"text-brand",
|
|
153
|
+
"text-brand-active",
|
|
154
|
+
"text-brand-hover",
|
|
155
|
+
"text-default",
|
|
156
|
+
"text-disabled",
|
|
157
|
+
"text-error",
|
|
158
|
+
"text-info",
|
|
159
|
+
"text-inverted",
|
|
160
|
+
"text-link",
|
|
161
|
+
"text-link-hover",
|
|
162
|
+
"text-secondary",
|
|
163
|
+
"text-success",
|
|
164
|
+
"text-tertiary",
|
|
165
|
+
"text-warning"
|
|
166
|
+
],
|
|
73
167
|
"examples": [
|
|
74
168
|
{
|
|
75
169
|
"id": "canonical",
|
|
@@ -22,15 +22,36 @@
|
|
|
22
22
|
],
|
|
23
23
|
"apiModel": "html-class",
|
|
24
24
|
"baseClass": "chat-footer",
|
|
25
|
-
"variants": [
|
|
25
|
+
"variants": [
|
|
26
|
+
{
|
|
27
|
+
"name": "chat-footer-full",
|
|
28
|
+
"className": "chat-footer-full",
|
|
29
|
+
"description": "Extended footer layout for full chat composer demo."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "chat-input-full",
|
|
33
|
+
"className": "chat-input-full",
|
|
34
|
+
"description": "Expanded input row behavior used in full footer mode."
|
|
35
|
+
}
|
|
36
|
+
],
|
|
26
37
|
"sizes": [],
|
|
27
|
-
"states": [
|
|
38
|
+
"states": [
|
|
39
|
+
{
|
|
40
|
+
"name": "is-listening",
|
|
41
|
+
"className": "is-listening",
|
|
42
|
+
"description": "Active dictation state with listening indicator."
|
|
43
|
+
}
|
|
44
|
+
],
|
|
28
45
|
"structure": {
|
|
29
46
|
"rootElement": "div",
|
|
30
47
|
"requiredClasses": [
|
|
31
48
|
"chat-footer"
|
|
32
49
|
],
|
|
33
|
-
"optionalClasses": [
|
|
50
|
+
"optionalClasses": [
|
|
51
|
+
"chat-footer-full",
|
|
52
|
+
"chat-input-full",
|
|
53
|
+
"is-listening"
|
|
54
|
+
],
|
|
34
55
|
"requiredChildren": [],
|
|
35
56
|
"optionalChildren": []
|
|
36
57
|
},
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"Do not remove required accessibility attributes when component is interactive."
|
|
82
82
|
],
|
|
83
83
|
"tokenUsage": [
|
|
84
|
+
"background-brand",
|
|
84
85
|
"background-surface",
|
|
85
86
|
"background-surface-elevated",
|
|
86
|
-
"brand-default",
|
|
87
87
|
"brand-moderate",
|
|
88
88
|
"line-brand",
|
|
89
89
|
"line-default",
|
package/llm/components/kbd.json
CHANGED
|
@@ -104,10 +104,10 @@
|
|
|
104
104
|
"Do not remove required accessibility attributes when component is interactive."
|
|
105
105
|
],
|
|
106
106
|
"tokenUsage": [
|
|
107
|
+
"background-brand",
|
|
107
108
|
"background-page",
|
|
108
109
|
"background-surface",
|
|
109
110
|
"background-surface-elevated",
|
|
110
|
-
"brand-default",
|
|
111
111
|
"brand-moderate",
|
|
112
112
|
"line-brand",
|
|
113
113
|
"line-default",
|
|
@@ -17,13 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"apiModel": "html-class",
|
|
19
19
|
"baseClass": "key-value",
|
|
20
|
-
"variants": [
|
|
21
|
-
{
|
|
22
|
-
"name": "key-value-compact",
|
|
23
|
-
"className": "key-value-compact",
|
|
24
|
-
"description": "Compact spacing variant."
|
|
25
|
-
}
|
|
26
|
-
],
|
|
20
|
+
"variants": [],
|
|
27
21
|
"sizes": [],
|
|
28
22
|
"states": [],
|
|
29
23
|
"structure": {
|
|
@@ -31,9 +25,7 @@
|
|
|
31
25
|
"requiredClasses": [
|
|
32
26
|
"key-value"
|
|
33
27
|
],
|
|
34
|
-
"optionalClasses": [
|
|
35
|
-
"key-value-compact"
|
|
36
|
-
],
|
|
28
|
+
"optionalClasses": [],
|
|
37
29
|
"requiredChildren": [],
|
|
38
30
|
"optionalChildren": []
|
|
39
31
|
},
|
|
@@ -21,18 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"apiModel": "html-class",
|
|
23
23
|
"baseClass": "loader-text",
|
|
24
|
-
"variants": [
|
|
25
|
-
{
|
|
26
|
-
"name": "from-[color]",
|
|
27
|
-
"className": "from-[color]",
|
|
28
|
-
"description": "Set the starting color of the text loader"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "to-[color]",
|
|
32
|
-
"className": "to-[color]",
|
|
33
|
-
"description": "Set the ending color of the text loader"
|
|
34
|
-
}
|
|
35
|
-
],
|
|
24
|
+
"variants": [],
|
|
36
25
|
"sizes": [],
|
|
37
26
|
"states": [],
|
|
38
27
|
"structure": {
|
|
@@ -40,10 +29,7 @@
|
|
|
40
29
|
"requiredClasses": [
|
|
41
30
|
"loader-text"
|
|
42
31
|
],
|
|
43
|
-
"optionalClasses": [
|
|
44
|
-
"from-[color]",
|
|
45
|
-
"to-[color]"
|
|
46
|
-
],
|
|
32
|
+
"optionalClasses": [],
|
|
47
33
|
"requiredChildren": [],
|
|
48
34
|
"optionalChildren": []
|
|
49
35
|
},
|
|
@@ -74,10 +60,6 @@
|
|
|
74
60
|
"Do not remove required accessibility attributes when component is interactive."
|
|
75
61
|
],
|
|
76
62
|
"tokenUsage": [
|
|
77
|
-
"core-black",
|
|
78
|
-
"core-ui-200",
|
|
79
|
-
"core-ui-700",
|
|
80
|
-
"core-white",
|
|
81
63
|
"line-strong",
|
|
82
64
|
"text-default"
|
|
83
65
|
],
|
|
@@ -110,8 +110,9 @@
|
|
|
110
110
|
"Do not remove required accessibility attributes when component is interactive."
|
|
111
111
|
],
|
|
112
112
|
"tokenUsage": [
|
|
113
|
+
"background-brand",
|
|
113
114
|
"brand-default",
|
|
114
|
-
"brand
|
|
115
|
+
"line-brand",
|
|
115
116
|
"line-default",
|
|
116
117
|
"line-error",
|
|
117
118
|
"line-success",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"Do not remove required accessibility attributes when component is interactive."
|
|
64
64
|
],
|
|
65
65
|
"tokenUsage": [
|
|
66
|
+
"background-brand",
|
|
66
67
|
"background-surface",
|
|
67
68
|
"background-surface-elevated",
|
|
68
|
-
"brand-default",
|
|
69
69
|
"brand-moderate",
|
|
70
70
|
"line-brand",
|
|
71
71
|
"line-default",
|
|
@@ -20,60 +20,19 @@
|
|
|
20
20
|
],
|
|
21
21
|
"sourcePaths": [
|
|
22
22
|
"app/design-system/steps/page.js",
|
|
23
|
-
"assets/styles/
|
|
24
|
-
"assets/styles/button.css",
|
|
25
|
-
"assets/styles/chat.css",
|
|
26
|
-
"assets/styles/checkmark.css",
|
|
27
|
-
"assets/styles/command.css",
|
|
28
|
-
"assets/styles/form-text-select.css",
|
|
29
|
-
"assets/styles/menu.css",
|
|
30
|
-
"assets/styles/navbar.css",
|
|
31
|
-
"assets/styles/pagination.css",
|
|
32
|
-
"assets/styles/progress.css",
|
|
33
|
-
"assets/styles/steps.css",
|
|
34
|
-
"assets/styles/tab.css",
|
|
35
|
-
"assets/styles/table.css",
|
|
36
|
-
"assets/styles/toast.css"
|
|
23
|
+
"assets/styles/steps.css"
|
|
37
24
|
],
|
|
38
25
|
"apiModel": "html-class",
|
|
39
26
|
"baseClass": "steps",
|
|
40
|
-
"variants": [
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"className": "steps-vertical",
|
|
44
|
-
"description": "Makes steps display vertically"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"sizes": [
|
|
48
|
-
{
|
|
49
|
-
"name": "steps-sm",
|
|
50
|
-
"className": "steps-sm",
|
|
51
|
-
"description": "Small size variant"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"name": "steps-lg",
|
|
55
|
-
"className": "steps-lg",
|
|
56
|
-
"description": "Large size variant"
|
|
57
|
-
}
|
|
58
|
-
],
|
|
59
|
-
"states": [
|
|
60
|
-
{
|
|
61
|
-
"name": "is-active",
|
|
62
|
-
"className": "is-active",
|
|
63
|
-
"description": "Marks a step as active/complete"
|
|
64
|
-
}
|
|
65
|
-
],
|
|
27
|
+
"variants": [],
|
|
28
|
+
"sizes": [],
|
|
29
|
+
"states": [],
|
|
66
30
|
"structure": {
|
|
67
31
|
"rootElement": "div",
|
|
68
32
|
"requiredClasses": [
|
|
69
33
|
"steps"
|
|
70
34
|
],
|
|
71
|
-
"optionalClasses": [
|
|
72
|
-
"steps-vertical",
|
|
73
|
-
"steps-sm",
|
|
74
|
-
"steps-lg",
|
|
75
|
-
"is-active"
|
|
76
|
-
],
|
|
35
|
+
"optionalClasses": [],
|
|
77
36
|
"requiredChildren": [],
|
|
78
37
|
"optionalChildren": []
|
|
79
38
|
},
|
|
@@ -104,59 +63,11 @@
|
|
|
104
63
|
"Do not remove required accessibility attributes when component is interactive."
|
|
105
64
|
],
|
|
106
65
|
"tokenUsage": [
|
|
107
|
-
"background-brand",
|
|
108
|
-
"background-brand-active",
|
|
109
|
-
"background-error",
|
|
110
|
-
"background-error-active",
|
|
111
|
-
"background-info",
|
|
112
|
-
"background-info-active",
|
|
113
|
-
"background-inverted",
|
|
114
|
-
"background-page",
|
|
115
|
-
"background-success",
|
|
116
|
-
"background-success-active",
|
|
117
|
-
"background-surface",
|
|
118
|
-
"background-surface-elevated",
|
|
119
|
-
"background-surface-sunken",
|
|
120
|
-
"background-warning",
|
|
121
|
-
"background-warning-active",
|
|
122
66
|
"brand-default",
|
|
123
|
-
"brand-moderate",
|
|
124
|
-
"brand-strong",
|
|
125
|
-
"core-black",
|
|
126
|
-
"core-ui-100",
|
|
127
|
-
"core-ui-300",
|
|
128
|
-
"core-ui-400",
|
|
129
|
-
"core-ui-50",
|
|
130
|
-
"core-ui-600",
|
|
131
|
-
"core-ui-700",
|
|
132
|
-
"core-ui-800",
|
|
133
|
-
"core-ui-900",
|
|
134
|
-
"core-white",
|
|
135
|
-
"line-brand",
|
|
136
67
|
"line-default",
|
|
137
|
-
"line-error",
|
|
138
|
-
"line-focus",
|
|
139
|
-
"line-highlight",
|
|
140
|
-
"line-info",
|
|
141
|
-
"line-strong",
|
|
142
|
-
"line-success",
|
|
143
|
-
"line-warning",
|
|
144
|
-
"text-attention",
|
|
145
|
-
"text-brand",
|
|
146
|
-
"text-brand-active",
|
|
147
|
-
"text-brand-hover",
|
|
148
68
|
"text-default",
|
|
149
|
-
"text-disabled",
|
|
150
|
-
"text-error",
|
|
151
|
-
"text-info",
|
|
152
69
|
"text-inverted",
|
|
153
|
-
"text-
|
|
154
|
-
"text-link-active",
|
|
155
|
-
"text-link-hover",
|
|
156
|
-
"text-secondary",
|
|
157
|
-
"text-success",
|
|
158
|
-
"text-tertiary",
|
|
159
|
-
"text-warning"
|
|
70
|
+
"text-tertiary"
|
|
160
71
|
],
|
|
161
72
|
"examples": [
|
|
162
73
|
{
|
|
@@ -115,6 +115,7 @@
|
|
|
115
115
|
"tokenUsage": [
|
|
116
116
|
"background-attention",
|
|
117
117
|
"background-attention-active",
|
|
118
|
+
"background-brand",
|
|
118
119
|
"background-error",
|
|
119
120
|
"background-error-active",
|
|
120
121
|
"background-info",
|
|
@@ -142,6 +143,7 @@
|
|
|
142
143
|
"core-ui-900",
|
|
143
144
|
"core-white",
|
|
144
145
|
"line-attention",
|
|
146
|
+
"line-brand",
|
|
145
147
|
"line-default",
|
|
146
148
|
"line-error",
|
|
147
149
|
"line-focus",
|
package/llm/components/tabs.json
CHANGED