@commercetools/nimbus-mcp 3.1.0 → 3.3.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/README.md +9 -1
- package/data/docs/route-manifest.json +806 -41
- package/data/docs/routes/components-buttons-button.json +25 -2
- package/data/docs/routes/components-chat-chat-message-list.json +448 -0
- package/data/docs/routes/components-chat-chat-message.json +580 -0
- package/data/docs/routes/components-content-markdown.json +548 -0
- package/data/docs/routes/components-feedback-activity-indicator.json +396 -0
- package/data/docs/routes/components-feedback-tooltip.json +23 -1
- package/data/docs/routes/components-inputs-drop-zone.json +562 -0
- package/data/docs/routes/components-inputs-file-trigger.json +421 -0
- package/data/docs/routes/components-layout-splitter.json +3 -3
- package/data/docs/routes/components-media-avatar.json +16 -5
- package/data/docs/routes/components-navigation-menu.json +1 -1
- package/data/docs/routes/components-navigation-tabnav.json +80 -14
- package/data/docs/routes/components-navigation-tabs.json +44 -11
- package/data/docs/routes/components-navigation-tree.json +445 -0
- package/data/docs/routes/home-getting-started-mcp-server-overview.json +2 -2
- package/data/docs/routes/home-getting-started-mcp-server-setup.json +2 -2
- package/data/docs/routes/patterns-buttons-floating-action-button.json +392 -0
- package/data/docs/routes/patterns-buttons.json +58 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +27 -27
- package/data/docs/types/AccordionHeader.json +89 -89
- package/data/docs/types/AccordionItem.json +22 -22
- package/data/docs/types/AccordionRoot.json +14 -14
- package/data/docs/types/ActivityIndicator.json +202 -0
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +98 -81
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +19 -2
- package/data/docs/types/Badge.json +2 -2
- package/data/docs/types/Body.json +6 -6
- package/data/docs/types/Box.json +6 -6
- package/data/docs/types/Button.json +106 -89
- package/data/docs/types/Calendar.json +56 -56
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/CardRoot.json +2 -2
- package/data/docs/types/Cell.json +20 -20
- package/data/docs/types/ChatMessage.json +12 -0
- package/data/docs/types/ChatMessageActions.json +42 -0
- package/data/docs/types/ChatMessageAvatar.json +140 -0
- package/data/docs/types/ChatMessageBody.json +42 -0
- package/data/docs/types/ChatMessageList.json +12 -0
- package/data/docs/types/ChatMessageListItem.json +42 -0
- package/data/docs/types/ChatMessageListRoot.json +78 -0
- package/data/docs/types/ChatMessageMeta.json +42 -0
- package/data/docs/types/ChatMessageRoot.json +119 -0
- package/data/docs/types/ChatMessageTyping.json +42 -0
- package/data/docs/types/Checkbox.json +88 -88
- package/data/docs/types/Code.json +11 -11
- package/data/docs/types/CollapsibleMotionContent.json +2 -2
- package/data/docs/types/CollapsibleMotionRoot.json +2 -2
- package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
- package/data/docs/types/Column.json +8 -8
- package/data/docs/types/ColumnGroup.json +8 -8
- package/data/docs/types/ColumnHeader.json +18 -18
- package/data/docs/types/ComboBoxListBox.json +70 -70
- package/data/docs/types/ComboBoxOption.json +64 -64
- package/data/docs/types/ComboBoxPopover.json +91 -70
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +25 -25
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +2 -2
- package/data/docs/types/DataTableBody.json +21 -21
- package/data/docs/types/DataTableHeader.json +27 -27
- package/data/docs/types/DataTableRoot.json +2 -2
- package/data/docs/types/DataTableTable.json +20 -20
- package/data/docs/types/DateInput.json +73 -73
- package/data/docs/types/DatePicker.json +58 -58
- package/data/docs/types/DateRangePicker.json +86 -86
- package/data/docs/types/DateRangePickerField.json +86 -86
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +96 -79
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DraggableListField.json +88 -60
- package/data/docs/types/DraggableListItem.json +53 -53
- package/data/docs/types/DraggableListRoot.json +88 -60
- package/data/docs/types/DrawerCloseTrigger.json +96 -79
- package/data/docs/types/DrawerTrigger.json +2 -2
- package/data/docs/types/DropZone.json +161 -0
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/FileTrigger.json +130 -0
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/FloatingActionButton.json +1036 -0
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +1 -1
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +12 -12
- package/data/docs/types/Header.json +6 -6
- package/data/docs/types/Heading.json +8 -8
- package/data/docs/types/Icon.json +4 -4
- package/data/docs/types/IconButton.json +106 -89
- package/data/docs/types/IconToggleButton.json +73 -73
- package/data/docs/types/Image.json +63 -63
- package/data/docs/types/Indicator.json +6 -6
- package/data/docs/types/InlineSvg.json +2 -2
- package/data/docs/types/Item.json +6 -6
- package/data/docs/types/Kbd.json +8 -8
- package/data/docs/types/Link.json +30 -30
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +11 -11
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +18 -18
- package/data/docs/types/Markdown.json +183 -0
- package/data/docs/types/MenuItem.json +63 -63
- package/data/docs/types/MenuRoot.json +57 -57
- package/data/docs/types/MenuSection.json +31 -31
- package/data/docs/types/MenuSubmenuTrigger.json +4 -4
- package/data/docs/types/MenuTrigger.json +89 -89
- package/data/docs/types/MultilineTextInput.json +104 -104
- package/data/docs/types/MultilineTextInputField.json +102 -102
- package/data/docs/types/NumberInput.json +86 -86
- package/data/docs/types/NumberInputField.json +82 -82
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +100 -100
- package/data/docs/types/PasswordInputField.json +100 -100
- package/data/docs/types/ProgressBar.json +13 -13
- package/data/docs/types/RadioInputOption.json +56 -56
- package/data/docs/types/RadioInputRoot.json +48 -48
- package/data/docs/types/RangeCalendar.json +58 -58
- package/data/docs/types/Region.json +6 -6
- package/data/docs/types/RegionTarget.json +6 -6
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +11 -11
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/ScrollArea.json +2 -2
- package/data/docs/types/SearchInput.json +106 -106
- package/data/docs/types/SearchInputField.json +102 -102
- package/data/docs/types/SelectOption.json +54 -54
- package/data/docs/types/SelectOptionGroup.json +18 -18
- package/data/docs/types/SelectOptions.json +64 -64
- package/data/docs/types/SelectRoot.json +92 -92
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SlidingIndicatorGeometry.json +9 -0
- package/data/docs/types/SlidingIndicatorRects.json +9 -0
- package/data/docs/types/SplitButton.json +16 -20
- package/data/docs/types/SplitterRoot.json +2 -2
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsNextTrigger.json +2 -2
- package/data/docs/types/StepsPrevTrigger.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/StepsTrigger.json +2 -2
- package/data/docs/types/Switch.json +36 -36
- package/data/docs/types/TabNavItem.json +21 -21
- package/data/docs/types/TabNavRoot.json +5 -5
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +20 -20
- package/data/docs/types/TableColumn.json +8 -8
- package/data/docs/types/TableColumnGroup.json +8 -8
- package/data/docs/types/TableColumnHeader.json +18 -18
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +33 -33
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsList.json +2 -2
- package/data/docs/types/TabsPanel.json +2 -2
- package/data/docs/types/TabsPanels.json +2 -2
- package/data/docs/types/TabsRoot.json +3 -3
- package/data/docs/types/TabsTab.json +4 -4
- package/data/docs/types/TagGroupRoot.json +24 -24
- package/data/docs/types/TagGroupTag.json +56 -56
- package/data/docs/types/TagGroupTagList.json +15 -15
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +102 -102
- package/data/docs/types/TextInputField.json +100 -100
- package/data/docs/types/TimeInput.json +68 -68
- package/data/docs/types/ToggleButton.json +75 -75
- package/data/docs/types/ToggleButtonGroupButton.json +32 -32
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +9 -9
- package/data/docs/types/TooltipContent.json +28 -28
- package/data/docs/types/TooltipRoot.json +16 -16
- package/data/docs/types/Tree.json +12 -0
- package/data/docs/types/TreeIndicator.json +828 -0
- package/data/docs/types/TreeItem.json +559 -0
- package/data/docs/types/TreeItemContent.json +27 -0
- package/data/docs/types/TreeRoot.json +636 -0
- package/data/docs/types/TreeSubTree.json +40 -0
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/VisuallyHidden.json +6 -6
- package/data/docs/types/createItemsFromCsvDrop.json +4 -4
- package/data/docs/types/createItemsFromDirectoryDrop.json +4 -4
- package/data/docs/types/createItemsFromFileDrop.json +4 -4
- package/data/docs/types/createItemsFromImageDrop.json +4 -4
- package/data/docs/types/createItemsFromJsonDrop.json +4 -4
- package/data/docs/types/manifest.json +26 -0
- package/data/docs/types/useFocusInputOnFieldClick.json +11 -0
- package/data/docs/types/useRegion.json +2 -2
- package/data/docs/types/useSlidingIndicator.json +145 -0
- package/data/docs/types/useTree.json +267 -0
- package/data/tokens.json +21 -0
- package/data/uikit-tokens.json +894 -0
- package/dist/index.js +3298 -109
- package/package.json +8 -6
|
@@ -0,0 +1,894 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colorPrimary": {
|
|
3
|
+
"cssValue": "hsl(240, 64%, 58%)",
|
|
4
|
+
"recommendedCategory": "color"
|
|
5
|
+
},
|
|
6
|
+
"colorPrimary10": {
|
|
7
|
+
"cssValue": "hsl(240, 66%, 19%)",
|
|
8
|
+
"recommendedCategory": "color"
|
|
9
|
+
},
|
|
10
|
+
"colorPrimary20": {
|
|
11
|
+
"cssValue": "hsl(240, 45%, 33%)",
|
|
12
|
+
"recommendedCategory": "color"
|
|
13
|
+
},
|
|
14
|
+
"colorPrimary25": {
|
|
15
|
+
"cssValue": "hsl(240, 46%, 48%)",
|
|
16
|
+
"recommendedCategory": "color"
|
|
17
|
+
},
|
|
18
|
+
"colorPrimary30": {
|
|
19
|
+
"cssValue": "hsl(240, 46%, 53%)",
|
|
20
|
+
"recommendedCategory": "color"
|
|
21
|
+
},
|
|
22
|
+
"colorPrimary40": {
|
|
23
|
+
"cssValue": "hsl(240, 100%, 67%)",
|
|
24
|
+
"recommendedCategory": "color"
|
|
25
|
+
},
|
|
26
|
+
"colorPrimary85": {
|
|
27
|
+
"cssValue": "hsl(244, 100%, 84%)",
|
|
28
|
+
"recommendedCategory": "color"
|
|
29
|
+
},
|
|
30
|
+
"colorPrimary90": {
|
|
31
|
+
"cssValue": "hsl(243, 100%, 93%)",
|
|
32
|
+
"recommendedCategory": "color"
|
|
33
|
+
},
|
|
34
|
+
"colorPrimary95": {
|
|
35
|
+
"cssValue": "hsl(244, 100%, 97%)",
|
|
36
|
+
"recommendedCategory": "color"
|
|
37
|
+
},
|
|
38
|
+
"colorPrimary98": {
|
|
39
|
+
"cssValue": "hsl(244, 100%, 99%)",
|
|
40
|
+
"recommendedCategory": "color"
|
|
41
|
+
},
|
|
42
|
+
"colorAccent": {
|
|
43
|
+
"cssValue": "#213c45",
|
|
44
|
+
"recommendedCategory": "color"
|
|
45
|
+
},
|
|
46
|
+
"colorAccent10": {
|
|
47
|
+
"cssValue": "hsl(195, 100%, 10%)",
|
|
48
|
+
"recommendedCategory": "color"
|
|
49
|
+
},
|
|
50
|
+
"colorAccent20": {
|
|
51
|
+
"cssValue": "hsl(195, 80%, 20%)",
|
|
52
|
+
"recommendedCategory": "color"
|
|
53
|
+
},
|
|
54
|
+
"colorAccent30": {
|
|
55
|
+
"cssValue": "hsl(195, 70%, 30%)",
|
|
56
|
+
"recommendedCategory": "color"
|
|
57
|
+
},
|
|
58
|
+
"colorAccent40": {
|
|
59
|
+
"cssValue": "hsl(195, 70%, 40%)",
|
|
60
|
+
"recommendedCategory": "color"
|
|
61
|
+
},
|
|
62
|
+
"colorAccent50": {
|
|
63
|
+
"cssValue": "hsl(195, 70%, 50%)",
|
|
64
|
+
"recommendedCategory": "color"
|
|
65
|
+
},
|
|
66
|
+
"colorAccent60": {
|
|
67
|
+
"cssValue": "hsl(195, 70%, 60%)",
|
|
68
|
+
"recommendedCategory": "color"
|
|
69
|
+
},
|
|
70
|
+
"colorAccent85": {
|
|
71
|
+
"cssValue": "hsl(195, 85%, 85%)",
|
|
72
|
+
"recommendedCategory": "color"
|
|
73
|
+
},
|
|
74
|
+
"colorAccent90": {
|
|
75
|
+
"cssValue": "hsl(195, 90%, 90%)",
|
|
76
|
+
"recommendedCategory": "color"
|
|
77
|
+
},
|
|
78
|
+
"colorAccent95": {
|
|
79
|
+
"cssValue": "hsl(195, 95%, 95%)",
|
|
80
|
+
"recommendedCategory": "color"
|
|
81
|
+
},
|
|
82
|
+
"colorAccent98": {
|
|
83
|
+
"cssValue": "hsl(195, 100%, 98%)",
|
|
84
|
+
"recommendedCategory": "color"
|
|
85
|
+
},
|
|
86
|
+
"colorBrown10": {
|
|
87
|
+
"cssValue": "hsl(41, 100%, 10%)",
|
|
88
|
+
"recommendedCategory": "color"
|
|
89
|
+
},
|
|
90
|
+
"colorBrown20": {
|
|
91
|
+
"cssValue": "hsl(41, 100%, 20%)",
|
|
92
|
+
"recommendedCategory": "color"
|
|
93
|
+
},
|
|
94
|
+
"colorBrown35": {
|
|
95
|
+
"cssValue": "hsl(41, 96%, 30%)",
|
|
96
|
+
"recommendedCategory": "color"
|
|
97
|
+
},
|
|
98
|
+
"colorBrown50": {
|
|
99
|
+
"cssValue": "hsl(41, 95%, 44%)",
|
|
100
|
+
"recommendedCategory": "color"
|
|
101
|
+
},
|
|
102
|
+
"colorBrown70": {
|
|
103
|
+
"cssValue": "hsl(47, 95%, 70%)",
|
|
104
|
+
"recommendedCategory": "color"
|
|
105
|
+
},
|
|
106
|
+
"colorBrown85": {
|
|
107
|
+
"cssValue": "hsl(47, 100%, 85%)",
|
|
108
|
+
"recommendedCategory": "color"
|
|
109
|
+
},
|
|
110
|
+
"colorBrown90": {
|
|
111
|
+
"cssValue": "hsl(47, 100%, 90%)",
|
|
112
|
+
"recommendedCategory": "color"
|
|
113
|
+
},
|
|
114
|
+
"colorBrown95": {
|
|
115
|
+
"cssValue": "hsl(47, 100%, 95%)",
|
|
116
|
+
"recommendedCategory": "color"
|
|
117
|
+
},
|
|
118
|
+
"colorBrown98": {
|
|
119
|
+
"cssValue": "hsl(48, 100%, 97%)",
|
|
120
|
+
"recommendedCategory": "color"
|
|
121
|
+
},
|
|
122
|
+
"colorPurple10": {
|
|
123
|
+
"cssValue": "hsl(248, 88%, 10%)",
|
|
124
|
+
"recommendedCategory": "color"
|
|
125
|
+
},
|
|
126
|
+
"colorPurple20": {
|
|
127
|
+
"cssValue": "hsl(248, 50%, 20%)",
|
|
128
|
+
"recommendedCategory": "color"
|
|
129
|
+
},
|
|
130
|
+
"colorPurple35": {
|
|
131
|
+
"cssValue": "hsl(248, 25%, 35%)",
|
|
132
|
+
"recommendedCategory": "color"
|
|
133
|
+
},
|
|
134
|
+
"colorPurple50": {
|
|
135
|
+
"cssValue": "hsl(248, 64%, 58%)",
|
|
136
|
+
"recommendedCategory": "color"
|
|
137
|
+
},
|
|
138
|
+
"colorPurple70": {
|
|
139
|
+
"cssValue": "hsl(248, 80%, 70%)",
|
|
140
|
+
"recommendedCategory": "color"
|
|
141
|
+
},
|
|
142
|
+
"colorPurple85": {
|
|
143
|
+
"cssValue": "hsl(249, 100%, 85%)",
|
|
144
|
+
"recommendedCategory": "color"
|
|
145
|
+
},
|
|
146
|
+
"colorPurple90": {
|
|
147
|
+
"cssValue": "hsl(248, 100%, 90%)",
|
|
148
|
+
"recommendedCategory": "color"
|
|
149
|
+
},
|
|
150
|
+
"colorPurple95": {
|
|
151
|
+
"cssValue": "hsl(248, 100%, 95%)",
|
|
152
|
+
"recommendedCategory": "color"
|
|
153
|
+
},
|
|
154
|
+
"colorPurple98": {
|
|
155
|
+
"cssValue": "hsl(246, 100%, 98%)",
|
|
156
|
+
"recommendedCategory": "color"
|
|
157
|
+
},
|
|
158
|
+
"colorTurquoise10": {
|
|
159
|
+
"cssValue": "hsl(180, 88%, 10%)",
|
|
160
|
+
"recommendedCategory": "color"
|
|
161
|
+
},
|
|
162
|
+
"colorTurquoise20": {
|
|
163
|
+
"cssValue": "hsl(180, 90%, 20%)",
|
|
164
|
+
"recommendedCategory": "color"
|
|
165
|
+
},
|
|
166
|
+
"colorTurquoise35": {
|
|
167
|
+
"cssValue": "hsl(178, 88%, 25%)",
|
|
168
|
+
"recommendedCategory": "color"
|
|
169
|
+
},
|
|
170
|
+
"colorTurquoise50": {
|
|
171
|
+
"cssValue": "hsl(178, 67%, 50%)",
|
|
172
|
+
"recommendedCategory": "color"
|
|
173
|
+
},
|
|
174
|
+
"colorTurquoise70": {
|
|
175
|
+
"cssValue": "hsl(180, 75%, 70%)",
|
|
176
|
+
"recommendedCategory": "color"
|
|
177
|
+
},
|
|
178
|
+
"colorTurquoise85": {
|
|
179
|
+
"cssValue": "hsl(180, 90%, 85%)",
|
|
180
|
+
"recommendedCategory": "color"
|
|
181
|
+
},
|
|
182
|
+
"colorTurquoise90": {
|
|
183
|
+
"cssValue": "hsl(180, 88%, 90%)",
|
|
184
|
+
"recommendedCategory": "color"
|
|
185
|
+
},
|
|
186
|
+
"colorTurquoise95": {
|
|
187
|
+
"cssValue": "hsl(180, 88%, 95%)",
|
|
188
|
+
"recommendedCategory": "color"
|
|
189
|
+
},
|
|
190
|
+
"colorTurquoise98": {
|
|
191
|
+
"cssValue": "hsl(180, 100%, 98%)",
|
|
192
|
+
"recommendedCategory": "color"
|
|
193
|
+
},
|
|
194
|
+
"colorNeutral": {
|
|
195
|
+
"cssValue": "hsl(232, 18%, 80%)",
|
|
196
|
+
"recommendedCategory": "color"
|
|
197
|
+
},
|
|
198
|
+
"colorNeutral05": {
|
|
199
|
+
"cssValue": "hsl(0deg 0% 80% / 5%)",
|
|
200
|
+
"recommendedCategory": "color"
|
|
201
|
+
},
|
|
202
|
+
"colorNeutral10": {
|
|
203
|
+
"cssValue": "hsl(0deg 0% 80% / 10%)",
|
|
204
|
+
"recommendedCategory": "color"
|
|
205
|
+
},
|
|
206
|
+
"colorNeutral40": {
|
|
207
|
+
"cssValue": "hsl(232, 18%, 40%)",
|
|
208
|
+
"recommendedCategory": "color"
|
|
209
|
+
},
|
|
210
|
+
"colorNeutral50": {
|
|
211
|
+
"cssValue": "hsl(233, 18%, 50%)",
|
|
212
|
+
"recommendedCategory": "color"
|
|
213
|
+
},
|
|
214
|
+
"colorNeutral60": {
|
|
215
|
+
"cssValue": "hsl(232, 18%, 60%)",
|
|
216
|
+
"recommendedCategory": "color"
|
|
217
|
+
},
|
|
218
|
+
"colorNeutral85": {
|
|
219
|
+
"cssValue": "hsl(232, 18%, 85%)",
|
|
220
|
+
"recommendedCategory": "color"
|
|
221
|
+
},
|
|
222
|
+
"colorNeutral90": {
|
|
223
|
+
"cssValue": "hsl(232, 18%, 90%)",
|
|
224
|
+
"recommendedCategory": "color"
|
|
225
|
+
},
|
|
226
|
+
"colorNeutral95": {
|
|
227
|
+
"cssValue": "hsl(232, 18%, 95%)",
|
|
228
|
+
"recommendedCategory": "color"
|
|
229
|
+
},
|
|
230
|
+
"colorNeutral98": {
|
|
231
|
+
"cssValue": "hsl(232, 18%, 98%)",
|
|
232
|
+
"recommendedCategory": "color"
|
|
233
|
+
},
|
|
234
|
+
"colorInfo": {
|
|
235
|
+
"cssValue": "#078cdf",
|
|
236
|
+
"recommendedCategory": "color"
|
|
237
|
+
},
|
|
238
|
+
"colorInfo40": {
|
|
239
|
+
"cssValue": "hsl(203, 94%, 35%)",
|
|
240
|
+
"recommendedCategory": "color"
|
|
241
|
+
},
|
|
242
|
+
"colorInfo50": {
|
|
243
|
+
"cssValue": "hsl(203.05555555555554, 93.9130434783%, 50%)",
|
|
244
|
+
"recommendedCategory": "color"
|
|
245
|
+
},
|
|
246
|
+
"colorInfo60": {
|
|
247
|
+
"cssValue": "hsl(203.05555555555554, 93.9130434783%, 60%)",
|
|
248
|
+
"recommendedCategory": "color"
|
|
249
|
+
},
|
|
250
|
+
"colorInfo85": {
|
|
251
|
+
"cssValue": "hsl(203.05555555555554, 93.9130434783%, 85%)",
|
|
252
|
+
"recommendedCategory": "color"
|
|
253
|
+
},
|
|
254
|
+
"colorInfo90": {
|
|
255
|
+
"cssValue": "#CEEBFD",
|
|
256
|
+
"recommendedCategory": "color"
|
|
257
|
+
},
|
|
258
|
+
"colorInfo95": {
|
|
259
|
+
"cssValue": "hsl(203.05555555555554, 93.9130434783%, 95%)",
|
|
260
|
+
"recommendedCategory": "color"
|
|
261
|
+
},
|
|
262
|
+
"colorWarning": {
|
|
263
|
+
"cssValue": "hsl(35, 90%, 45%)",
|
|
264
|
+
"recommendedCategory": "color"
|
|
265
|
+
},
|
|
266
|
+
"colorWarning25": {
|
|
267
|
+
"cssValue": "hsl(33, 83%, 25%)",
|
|
268
|
+
"recommendedCategory": "color"
|
|
269
|
+
},
|
|
270
|
+
"colorWarning40": {
|
|
271
|
+
"cssValue": "hsl(33, 80%, 34%)",
|
|
272
|
+
"recommendedCategory": "color"
|
|
273
|
+
},
|
|
274
|
+
"colorWarning60": {
|
|
275
|
+
"cssValue": "hsl(35, 90%, 55%)",
|
|
276
|
+
"recommendedCategory": "color"
|
|
277
|
+
},
|
|
278
|
+
"colorWarning85": {
|
|
279
|
+
"cssValue": "hsl(33, 90%, 80%)",
|
|
280
|
+
"recommendedCategory": "color"
|
|
281
|
+
},
|
|
282
|
+
"colorWarning95": {
|
|
283
|
+
"cssValue": "hsl(45, 100%, 92%)",
|
|
284
|
+
"recommendedCategory": "color"
|
|
285
|
+
},
|
|
286
|
+
"colorError": {
|
|
287
|
+
"cssValue": "hsl(3, 65%, 58%)",
|
|
288
|
+
"recommendedCategory": "color"
|
|
289
|
+
},
|
|
290
|
+
"colorError25": {
|
|
291
|
+
"cssValue": "hsl(4, 69%, 37%)",
|
|
292
|
+
"recommendedCategory": "color"
|
|
293
|
+
},
|
|
294
|
+
"colorError40": {
|
|
295
|
+
"cssValue": "hsl(3, 60%, 46%)",
|
|
296
|
+
"recommendedCategory": "color"
|
|
297
|
+
},
|
|
298
|
+
"colorError85": {
|
|
299
|
+
"cssValue": "hsl(1, 55%, 74%)",
|
|
300
|
+
"recommendedCategory": "color"
|
|
301
|
+
},
|
|
302
|
+
"colorError95": {
|
|
303
|
+
"cssValue": "hsl(349, 66%, 92%)",
|
|
304
|
+
"recommendedCategory": "color"
|
|
305
|
+
},
|
|
306
|
+
"colorSolid": {
|
|
307
|
+
"cssValue": "#1a1a1a",
|
|
308
|
+
"recommendedCategory": "color"
|
|
309
|
+
},
|
|
310
|
+
"colorSolid02": {
|
|
311
|
+
"cssValue": "hsl(0deg 0% 10% / 2%)",
|
|
312
|
+
"recommendedCategory": "color"
|
|
313
|
+
},
|
|
314
|
+
"colorSolid05": {
|
|
315
|
+
"cssValue": "hsl(0deg 0% 10% / 5%)",
|
|
316
|
+
"recommendedCategory": "color"
|
|
317
|
+
},
|
|
318
|
+
"colorSolid10": {
|
|
319
|
+
"cssValue": "hsl(0deg 0% 10% / 10%)",
|
|
320
|
+
"recommendedCategory": "color"
|
|
321
|
+
},
|
|
322
|
+
"colorSurface": {
|
|
323
|
+
"cssValue": "#fff",
|
|
324
|
+
"recommendedCategory": "color"
|
|
325
|
+
},
|
|
326
|
+
"colorTransparent": {
|
|
327
|
+
"cssValue": "transparent",
|
|
328
|
+
"recommendedCategory": "color"
|
|
329
|
+
},
|
|
330
|
+
"colorSuccess": {
|
|
331
|
+
"cssValue": "hsl(152, 77%, 39%)",
|
|
332
|
+
"recommendedCategory": "color"
|
|
333
|
+
},
|
|
334
|
+
"colorSuccess25": {
|
|
335
|
+
"cssValue": "hsl(155, 84%, 20%)",
|
|
336
|
+
"recommendedCategory": "color"
|
|
337
|
+
},
|
|
338
|
+
"colorSuccess40": {
|
|
339
|
+
"cssValue": "hsl(155, 90%, 24%)",
|
|
340
|
+
"recommendedCategory": "color"
|
|
341
|
+
},
|
|
342
|
+
"colorSuccess85": {
|
|
343
|
+
"cssValue": "hsl(144, 69%, 80%)",
|
|
344
|
+
"recommendedCategory": "color"
|
|
345
|
+
},
|
|
346
|
+
"colorSuccess95": {
|
|
347
|
+
"cssValue": "hsl(141, 76%, 92%)",
|
|
348
|
+
"recommendedCategory": "color"
|
|
349
|
+
},
|
|
350
|
+
"borderRadius1": {
|
|
351
|
+
"cssValue": "1px",
|
|
352
|
+
"recommendedCategory": "borderRadius"
|
|
353
|
+
},
|
|
354
|
+
"borderRadius2": {
|
|
355
|
+
"cssValue": "2px",
|
|
356
|
+
"recommendedCategory": "borderRadius"
|
|
357
|
+
},
|
|
358
|
+
"borderRadius4": {
|
|
359
|
+
"cssValue": "4px",
|
|
360
|
+
"recommendedCategory": "borderRadius"
|
|
361
|
+
},
|
|
362
|
+
"borderRadius6": {
|
|
363
|
+
"cssValue": "6px",
|
|
364
|
+
"recommendedCategory": "borderRadius"
|
|
365
|
+
},
|
|
366
|
+
"borderRadius8": {
|
|
367
|
+
"cssValue": "8px",
|
|
368
|
+
"recommendedCategory": "borderRadius"
|
|
369
|
+
},
|
|
370
|
+
"borderRadius20": {
|
|
371
|
+
"cssValue": "20px",
|
|
372
|
+
"recommendedCategory": "borderRadius"
|
|
373
|
+
},
|
|
374
|
+
"borderWidth1": {
|
|
375
|
+
"cssValue": "1px",
|
|
376
|
+
"recommendedCategory": "borderWidth"
|
|
377
|
+
},
|
|
378
|
+
"borderWidth2": {
|
|
379
|
+
"cssValue": "2px",
|
|
380
|
+
"recommendedCategory": "borderWidth"
|
|
381
|
+
},
|
|
382
|
+
"fontFamily": {
|
|
383
|
+
"cssValue": "'Inter', system-ui",
|
|
384
|
+
"recommendedCategory": null
|
|
385
|
+
},
|
|
386
|
+
"fontSize10": {
|
|
387
|
+
"cssValue": "0.75rem",
|
|
388
|
+
"recommendedCategory": "fontSize"
|
|
389
|
+
},
|
|
390
|
+
"fontSize12": {
|
|
391
|
+
"cssValue": "0.8rem",
|
|
392
|
+
"recommendedCategory": "fontSize"
|
|
393
|
+
},
|
|
394
|
+
"fontSize20": {
|
|
395
|
+
"cssValue": "0.875rem",
|
|
396
|
+
"recommendedCategory": "fontSize"
|
|
397
|
+
},
|
|
398
|
+
"fontSize30": {
|
|
399
|
+
"cssValue": "1rem",
|
|
400
|
+
"recommendedCategory": "fontSize"
|
|
401
|
+
},
|
|
402
|
+
"fontSize40": {
|
|
403
|
+
"cssValue": "1.125rem",
|
|
404
|
+
"recommendedCategory": "fontSize"
|
|
405
|
+
},
|
|
406
|
+
"fontSize50": {
|
|
407
|
+
"cssValue": "1.25rem",
|
|
408
|
+
"recommendedCategory": "fontSize"
|
|
409
|
+
},
|
|
410
|
+
"fontSize60": {
|
|
411
|
+
"cssValue": "1.5rem",
|
|
412
|
+
"recommendedCategory": "fontSize"
|
|
413
|
+
},
|
|
414
|
+
"fontSize70": {
|
|
415
|
+
"cssValue": "2rem",
|
|
416
|
+
"recommendedCategory": "fontSize"
|
|
417
|
+
},
|
|
418
|
+
"fontSize80": {
|
|
419
|
+
"cssValue": "2.5rem",
|
|
420
|
+
"recommendedCategory": "fontSize"
|
|
421
|
+
},
|
|
422
|
+
"fontSize90": {
|
|
423
|
+
"cssValue": "3rem",
|
|
424
|
+
"recommendedCategory": "fontSize"
|
|
425
|
+
},
|
|
426
|
+
"fontSize15": {
|
|
427
|
+
"cssValue": "0.9231rem",
|
|
428
|
+
"recommendedCategory": "fontSize"
|
|
429
|
+
},
|
|
430
|
+
"fontSize35": {
|
|
431
|
+
"cssValue": "1.0769rem",
|
|
432
|
+
"recommendedCategory": "fontSize"
|
|
433
|
+
},
|
|
434
|
+
"fontSize45": {
|
|
435
|
+
"cssValue": "1.2308rem",
|
|
436
|
+
"recommendedCategory": "fontSize"
|
|
437
|
+
},
|
|
438
|
+
"fontSize63": {
|
|
439
|
+
"cssValue": "1.5385rem",
|
|
440
|
+
"recommendedCategory": "fontSize"
|
|
441
|
+
},
|
|
442
|
+
"fontSize66": {
|
|
443
|
+
"cssValue": "1.8462rem",
|
|
444
|
+
"recommendedCategory": "fontSize"
|
|
445
|
+
},
|
|
446
|
+
"fontSize69": {
|
|
447
|
+
"cssValue": "2.4615rem",
|
|
448
|
+
"recommendedCategory": "fontSize"
|
|
449
|
+
},
|
|
450
|
+
"fontSize78": {
|
|
451
|
+
"cssValue": "3rem",
|
|
452
|
+
"recommendedCategory": "fontSize"
|
|
453
|
+
},
|
|
454
|
+
"fontWeight300": {
|
|
455
|
+
"cssValue": "300",
|
|
456
|
+
"recommendedCategory": "fontWeight"
|
|
457
|
+
},
|
|
458
|
+
"fontWeight400": {
|
|
459
|
+
"cssValue": "400",
|
|
460
|
+
"recommendedCategory": "fontWeight"
|
|
461
|
+
},
|
|
462
|
+
"fontWeight500": {
|
|
463
|
+
"cssValue": "500",
|
|
464
|
+
"recommendedCategory": "fontWeight"
|
|
465
|
+
},
|
|
466
|
+
"fontWeight600": {
|
|
467
|
+
"cssValue": "600",
|
|
468
|
+
"recommendedCategory": "fontWeight"
|
|
469
|
+
},
|
|
470
|
+
"fontWeight700": {
|
|
471
|
+
"cssValue": "700",
|
|
472
|
+
"recommendedCategory": "fontWeight"
|
|
473
|
+
},
|
|
474
|
+
"lineHeight05": {
|
|
475
|
+
"cssValue": "1.125rem",
|
|
476
|
+
"recommendedCategory": "lineHeight"
|
|
477
|
+
},
|
|
478
|
+
"lineHeight10": {
|
|
479
|
+
"cssValue": "1.25rem",
|
|
480
|
+
"recommendedCategory": "lineHeight"
|
|
481
|
+
},
|
|
482
|
+
"lineHeight18": {
|
|
483
|
+
"cssValue": "1.3rem",
|
|
484
|
+
"recommendedCategory": "lineHeight"
|
|
485
|
+
},
|
|
486
|
+
"lineHeight20": {
|
|
487
|
+
"cssValue": "1.375rem",
|
|
488
|
+
"recommendedCategory": "lineHeight"
|
|
489
|
+
},
|
|
490
|
+
"lineHeight30": {
|
|
491
|
+
"cssValue": "1.5rem",
|
|
492
|
+
"recommendedCategory": "lineHeight"
|
|
493
|
+
},
|
|
494
|
+
"lineHeight40": {
|
|
495
|
+
"cssValue": "1.625rem",
|
|
496
|
+
"recommendedCategory": "lineHeight"
|
|
497
|
+
},
|
|
498
|
+
"lineHeight50": {
|
|
499
|
+
"cssValue": "1.75rem",
|
|
500
|
+
"recommendedCategory": "lineHeight"
|
|
501
|
+
},
|
|
502
|
+
"lineHeight60": {
|
|
503
|
+
"cssValue": "2.125rem",
|
|
504
|
+
"recommendedCategory": "lineHeight"
|
|
505
|
+
},
|
|
506
|
+
"shadow0": {
|
|
507
|
+
"cssValue": "none",
|
|
508
|
+
"recommendedCategory": "shadow"
|
|
509
|
+
},
|
|
510
|
+
"shadow1": {
|
|
511
|
+
"cssValue": "0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)",
|
|
512
|
+
"recommendedCategory": "shadow"
|
|
513
|
+
},
|
|
514
|
+
"shadow2": {
|
|
515
|
+
"cssValue": "0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)",
|
|
516
|
+
"recommendedCategory": "shadow"
|
|
517
|
+
},
|
|
518
|
+
"shadow3": {
|
|
519
|
+
"cssValue": "0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)",
|
|
520
|
+
"recommendedCategory": "shadow"
|
|
521
|
+
},
|
|
522
|
+
"shadow4": {
|
|
523
|
+
"cssValue": "0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)",
|
|
524
|
+
"recommendedCategory": "shadow"
|
|
525
|
+
},
|
|
526
|
+
"shadow5": {
|
|
527
|
+
"cssValue": "0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)",
|
|
528
|
+
"recommendedCategory": "shadow"
|
|
529
|
+
},
|
|
530
|
+
"shadow6": {
|
|
531
|
+
"cssValue": "0 -1px 2px 0 rgba(0, 0, 0, 0.2)",
|
|
532
|
+
"recommendedCategory": "shadow"
|
|
533
|
+
},
|
|
534
|
+
"shadow7": {
|
|
535
|
+
"cssValue": "0 -1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24)",
|
|
536
|
+
"recommendedCategory": "shadow"
|
|
537
|
+
},
|
|
538
|
+
"shadow8": {
|
|
539
|
+
"cssValue": "0 1px 9.5px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24)",
|
|
540
|
+
"recommendedCategory": "shadow"
|
|
541
|
+
},
|
|
542
|
+
"shadow9": {
|
|
543
|
+
"cssValue": "inset 0 -1px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.2), inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.25)",
|
|
544
|
+
"recommendedCategory": "shadow"
|
|
545
|
+
},
|
|
546
|
+
"shadow10": {
|
|
547
|
+
"cssValue": "0 0 0 1px rgba(224, 230, 237, 0.5)",
|
|
548
|
+
"recommendedCategory": "shadow"
|
|
549
|
+
},
|
|
550
|
+
"shadow11": {
|
|
551
|
+
"cssValue": "0 1px 0.5px rgba(0, 0, 0, 0.24), 0 -1px 0.75px rgba(0, 0, 0, 0.12)",
|
|
552
|
+
"recommendedCategory": "shadow"
|
|
553
|
+
},
|
|
554
|
+
"shadow12": {
|
|
555
|
+
"cssValue": "0 0 1px rgba(0, 0, 0, 0.25)",
|
|
556
|
+
"recommendedCategory": "shadow"
|
|
557
|
+
},
|
|
558
|
+
"shadow13": {
|
|
559
|
+
"cssValue": "0 0 1px rgba(0, 0, 0, 0.25)",
|
|
560
|
+
"recommendedCategory": "shadow"
|
|
561
|
+
},
|
|
562
|
+
"shadow14": {
|
|
563
|
+
"cssValue": "0 0 0.5px rgba(0, 0, 0, 0.1)",
|
|
564
|
+
"recommendedCategory": "shadow"
|
|
565
|
+
},
|
|
566
|
+
"shadow15": {
|
|
567
|
+
"cssValue": "0 2px 2px rgba(0, 0, 0, 0.24), 0 1px 4.75px rgba(0, 0, 0, 0.12)",
|
|
568
|
+
"recommendedCategory": "shadow"
|
|
569
|
+
},
|
|
570
|
+
"shadow16": {
|
|
571
|
+
"cssValue": "0.5px 1.5px 4px 1px rgba(0, 0, 0, 0.25), -0.5px -0.5px 4px 1px rgba(0, 0, 0, 0.25)",
|
|
572
|
+
"recommendedCategory": "shadow"
|
|
573
|
+
},
|
|
574
|
+
"shadow17": {
|
|
575
|
+
"cssValue": "0 1px 5px 0 rgba(0, 0, 0, 0.05)",
|
|
576
|
+
"recommendedCategory": "shadow"
|
|
577
|
+
},
|
|
578
|
+
"shadow18": {
|
|
579
|
+
"cssValue": "0 5px 30px 0px rgba(0, 0, 0, 0.1)",
|
|
580
|
+
"recommendedCategory": "shadow"
|
|
581
|
+
},
|
|
582
|
+
"constraintScale": {
|
|
583
|
+
"cssValue": "100%",
|
|
584
|
+
"recommendedCategory": "size"
|
|
585
|
+
},
|
|
586
|
+
"constraint1": {
|
|
587
|
+
"cssValue": "42px",
|
|
588
|
+
"recommendedCategory": "size"
|
|
589
|
+
},
|
|
590
|
+
"constraint2": {
|
|
591
|
+
"cssValue": "84px",
|
|
592
|
+
"recommendedCategory": "size"
|
|
593
|
+
},
|
|
594
|
+
"constraint3": {
|
|
595
|
+
"cssValue": "142px",
|
|
596
|
+
"recommendedCategory": "size"
|
|
597
|
+
},
|
|
598
|
+
"constraint4": {
|
|
599
|
+
"cssValue": "184px",
|
|
600
|
+
"recommendedCategory": "size"
|
|
601
|
+
},
|
|
602
|
+
"constraint5": {
|
|
603
|
+
"cssValue": "242px",
|
|
604
|
+
"recommendedCategory": "size"
|
|
605
|
+
},
|
|
606
|
+
"constraint6": {
|
|
607
|
+
"cssValue": "284px",
|
|
608
|
+
"recommendedCategory": "size"
|
|
609
|
+
},
|
|
610
|
+
"constraint7": {
|
|
611
|
+
"cssValue": "342px",
|
|
612
|
+
"recommendedCategory": "size"
|
|
613
|
+
},
|
|
614
|
+
"constraint8": {
|
|
615
|
+
"cssValue": "384px",
|
|
616
|
+
"recommendedCategory": "size"
|
|
617
|
+
},
|
|
618
|
+
"constraint9": {
|
|
619
|
+
"cssValue": "442px",
|
|
620
|
+
"recommendedCategory": "size"
|
|
621
|
+
},
|
|
622
|
+
"constraint10": {
|
|
623
|
+
"cssValue": "484px",
|
|
624
|
+
"recommendedCategory": "size"
|
|
625
|
+
},
|
|
626
|
+
"constraint11": {
|
|
627
|
+
"cssValue": "542px",
|
|
628
|
+
"recommendedCategory": "size"
|
|
629
|
+
},
|
|
630
|
+
"constraint12": {
|
|
631
|
+
"cssValue": "584px",
|
|
632
|
+
"recommendedCategory": "size"
|
|
633
|
+
},
|
|
634
|
+
"constraint13": {
|
|
635
|
+
"cssValue": "642px",
|
|
636
|
+
"recommendedCategory": "size"
|
|
637
|
+
},
|
|
638
|
+
"constraint14": {
|
|
639
|
+
"cssValue": "684px",
|
|
640
|
+
"recommendedCategory": "size"
|
|
641
|
+
},
|
|
642
|
+
"constraint15": {
|
|
643
|
+
"cssValue": "742px",
|
|
644
|
+
"recommendedCategory": "size"
|
|
645
|
+
},
|
|
646
|
+
"constraint16": {
|
|
647
|
+
"cssValue": "784px",
|
|
648
|
+
"recommendedCategory": "size"
|
|
649
|
+
},
|
|
650
|
+
"spacingXs": {
|
|
651
|
+
"cssValue": "4px",
|
|
652
|
+
"recommendedCategory": "spacing"
|
|
653
|
+
},
|
|
654
|
+
"spacingS": {
|
|
655
|
+
"cssValue": "8px",
|
|
656
|
+
"recommendedCategory": "spacing"
|
|
657
|
+
},
|
|
658
|
+
"spacingM": {
|
|
659
|
+
"cssValue": "16px",
|
|
660
|
+
"recommendedCategory": "spacing"
|
|
661
|
+
},
|
|
662
|
+
"spacingL": {
|
|
663
|
+
"cssValue": "24px",
|
|
664
|
+
"recommendedCategory": "spacing"
|
|
665
|
+
},
|
|
666
|
+
"spacingXl": {
|
|
667
|
+
"cssValue": "32px",
|
|
668
|
+
"recommendedCategory": "spacing"
|
|
669
|
+
},
|
|
670
|
+
"spacing05": {
|
|
671
|
+
"cssValue": "2px",
|
|
672
|
+
"recommendedCategory": "spacing"
|
|
673
|
+
},
|
|
674
|
+
"spacing10": {
|
|
675
|
+
"cssValue": "4px",
|
|
676
|
+
"recommendedCategory": "spacing"
|
|
677
|
+
},
|
|
678
|
+
"spacing20": {
|
|
679
|
+
"cssValue": "8px",
|
|
680
|
+
"recommendedCategory": "spacing"
|
|
681
|
+
},
|
|
682
|
+
"spacing25": {
|
|
683
|
+
"cssValue": "12px",
|
|
684
|
+
"recommendedCategory": "spacing"
|
|
685
|
+
},
|
|
686
|
+
"spacing30": {
|
|
687
|
+
"cssValue": "16px",
|
|
688
|
+
"recommendedCategory": "spacing"
|
|
689
|
+
},
|
|
690
|
+
"spacing40": {
|
|
691
|
+
"cssValue": "24px",
|
|
692
|
+
"recommendedCategory": "spacing"
|
|
693
|
+
},
|
|
694
|
+
"spacing50": {
|
|
695
|
+
"cssValue": "32px",
|
|
696
|
+
"recommendedCategory": "spacing"
|
|
697
|
+
},
|
|
698
|
+
"spacing55": {
|
|
699
|
+
"cssValue": "40px",
|
|
700
|
+
"recommendedCategory": "spacing"
|
|
701
|
+
},
|
|
702
|
+
"spacing60": {
|
|
703
|
+
"cssValue": "48px",
|
|
704
|
+
"recommendedCategory": "spacing"
|
|
705
|
+
},
|
|
706
|
+
"spacing70": {
|
|
707
|
+
"cssValue": "64px",
|
|
708
|
+
"recommendedCategory": "spacing"
|
|
709
|
+
},
|
|
710
|
+
"transitionLinear80ms": {
|
|
711
|
+
"cssValue": "80ms linear",
|
|
712
|
+
"recommendedCategory": null
|
|
713
|
+
},
|
|
714
|
+
"transitionEaseinout150ms": {
|
|
715
|
+
"cssValue": "150ms ease-in-out",
|
|
716
|
+
"recommendedCategory": null
|
|
717
|
+
},
|
|
718
|
+
"transitionStandard": {
|
|
719
|
+
"cssValue": "200ms ease",
|
|
720
|
+
"recommendedCategory": null
|
|
721
|
+
},
|
|
722
|
+
"breakPointMobile": {
|
|
723
|
+
"cssValue": "768px",
|
|
724
|
+
"recommendedCategory": null
|
|
725
|
+
},
|
|
726
|
+
"breakPointDesktop": {
|
|
727
|
+
"cssValue": "1024px",
|
|
728
|
+
"recommendedCategory": null
|
|
729
|
+
},
|
|
730
|
+
"breakPointBiggerdesktop": {
|
|
731
|
+
"cssValue": "1280px",
|
|
732
|
+
"recommendedCategory": null
|
|
733
|
+
},
|
|
734
|
+
"breakPointGiantdesktop": {
|
|
735
|
+
"cssValue": "1680px",
|
|
736
|
+
"recommendedCategory": null
|
|
737
|
+
},
|
|
738
|
+
"breakPointJumbodesktop": {
|
|
739
|
+
"cssValue": "1920px",
|
|
740
|
+
"recommendedCategory": null
|
|
741
|
+
},
|
|
742
|
+
"backgroundColorForInput": {
|
|
743
|
+
"cssValue": "#fff",
|
|
744
|
+
"recommendedCategory": "color"
|
|
745
|
+
},
|
|
746
|
+
"backgroundColorForInputWhenDisabled": {
|
|
747
|
+
"cssValue": "hsl(232, 18%, 95%)",
|
|
748
|
+
"recommendedCategory": "color"
|
|
749
|
+
},
|
|
750
|
+
"backgroundColorForInputWhenReadonly": {
|
|
751
|
+
"cssValue": "hsl(232, 18%, 95%)",
|
|
752
|
+
"recommendedCategory": "color"
|
|
753
|
+
},
|
|
754
|
+
"backgroundColorForInputWhenHovered": {
|
|
755
|
+
"cssValue": "hsl(244, 100%, 99%)",
|
|
756
|
+
"recommendedCategory": "color"
|
|
757
|
+
},
|
|
758
|
+
"backgroundColorForLocalizedInputLabel": {
|
|
759
|
+
"cssValue": "#fff",
|
|
760
|
+
"recommendedCategory": "color"
|
|
761
|
+
},
|
|
762
|
+
"backgroundColorForLocalizedInputLabelWhenReadonly": {
|
|
763
|
+
"cssValue": "hsl(232, 18%, 95%)",
|
|
764
|
+
"recommendedCategory": "color"
|
|
765
|
+
},
|
|
766
|
+
"backgroundColorForLocalizedInputLabelWhenDisabled": {
|
|
767
|
+
"cssValue": "hsl(232, 18%, 95%)",
|
|
768
|
+
"recommendedCategory": "color"
|
|
769
|
+
},
|
|
770
|
+
"backgroundColorForButtonWhenActive": {
|
|
771
|
+
"cssValue": "hsl(243, 100%, 93%)",
|
|
772
|
+
"recommendedCategory": "color"
|
|
773
|
+
},
|
|
774
|
+
"backgroundColorForButtonWhenHovered": {
|
|
775
|
+
"cssValue": "hsl(244, 100%, 97%)",
|
|
776
|
+
"recommendedCategory": "color"
|
|
777
|
+
},
|
|
778
|
+
"backgroundColorForButtonWhenDisabled": {
|
|
779
|
+
"cssValue": "hsl(232, 18%, 95%)",
|
|
780
|
+
"recommendedCategory": "color"
|
|
781
|
+
},
|
|
782
|
+
"borderColorForInput": {
|
|
783
|
+
"cssValue": "hsl(232, 18%, 80%)",
|
|
784
|
+
"recommendedCategory": "color"
|
|
785
|
+
},
|
|
786
|
+
"borderColorForInputWhenDisabled": {
|
|
787
|
+
"cssValue": "hsl(232, 18%, 80%)",
|
|
788
|
+
"recommendedCategory": "color"
|
|
789
|
+
},
|
|
790
|
+
"borderColorForInputWhenReadonly": {
|
|
791
|
+
"cssValue": "#fff",
|
|
792
|
+
"recommendedCategory": "color"
|
|
793
|
+
},
|
|
794
|
+
"borderColorForInputWhenError": {
|
|
795
|
+
"cssValue": "hsl(3, 65%, 58%)",
|
|
796
|
+
"recommendedCategory": "color"
|
|
797
|
+
},
|
|
798
|
+
"borderColorForInputWhenWarning": {
|
|
799
|
+
"cssValue": "hsl(35, 90%, 45%)",
|
|
800
|
+
"recommendedCategory": "color"
|
|
801
|
+
},
|
|
802
|
+
"borderColorForInputWhenHovered": {
|
|
803
|
+
"cssValue": "hsl(232, 18%, 80%)",
|
|
804
|
+
"recommendedCategory": "color"
|
|
805
|
+
},
|
|
806
|
+
"borderColorForInputWhenFocused": {
|
|
807
|
+
"cssValue": "hsl(240, 100%, 67%)",
|
|
808
|
+
"recommendedCategory": "color"
|
|
809
|
+
},
|
|
810
|
+
"borderColorForButtonAsSecondary": {
|
|
811
|
+
"cssValue": "hsl(244, 100%, 84%)",
|
|
812
|
+
"recommendedCategory": "color"
|
|
813
|
+
},
|
|
814
|
+
"borderRadiusForInput": {
|
|
815
|
+
"cssValue": "4px",
|
|
816
|
+
"recommendedCategory": "borderRadius"
|
|
817
|
+
},
|
|
818
|
+
"fontColorForInput": {
|
|
819
|
+
"cssValue": "#1a1a1a",
|
|
820
|
+
"recommendedCategory": "color"
|
|
821
|
+
},
|
|
822
|
+
"fontColorForInputWhenDisabled": {
|
|
823
|
+
"cssValue": "hsl(232, 18%, 60%)",
|
|
824
|
+
"recommendedCategory": "color"
|
|
825
|
+
},
|
|
826
|
+
"fontColorForInputWhenError": {
|
|
827
|
+
"cssValue": "hsl(3, 60%, 46%)",
|
|
828
|
+
"recommendedCategory": "color"
|
|
829
|
+
},
|
|
830
|
+
"fontColorForInputWhenReadonly": {
|
|
831
|
+
"cssValue": "hsl(232, 18%, 40%)",
|
|
832
|
+
"recommendedCategory": "color"
|
|
833
|
+
},
|
|
834
|
+
"fontColorForInputWhenWarning": {
|
|
835
|
+
"cssValue": "hsl(35, 90%, 45%)",
|
|
836
|
+
"recommendedCategory": "color"
|
|
837
|
+
},
|
|
838
|
+
"fontColorForButtonAsSecondary": {
|
|
839
|
+
"cssValue": "hsl(240, 64%, 58%)",
|
|
840
|
+
"recommendedCategory": "color"
|
|
841
|
+
},
|
|
842
|
+
"heightForButtonAsBig": {
|
|
843
|
+
"cssValue": "40px",
|
|
844
|
+
"recommendedCategory": "size"
|
|
845
|
+
},
|
|
846
|
+
"heightForButtonAsSmall": {
|
|
847
|
+
"cssValue": "16px",
|
|
848
|
+
"recommendedCategory": "size"
|
|
849
|
+
},
|
|
850
|
+
"heightForButtonAsMedium": {
|
|
851
|
+
"cssValue": "32px",
|
|
852
|
+
"recommendedCategory": "size"
|
|
853
|
+
},
|
|
854
|
+
"heightForButtonAs40": {
|
|
855
|
+
"cssValue": "40px",
|
|
856
|
+
"recommendedCategory": "size"
|
|
857
|
+
},
|
|
858
|
+
"heightForButtonAs30": {
|
|
859
|
+
"cssValue": "32px",
|
|
860
|
+
"recommendedCategory": "size"
|
|
861
|
+
},
|
|
862
|
+
"heightForButtonAs20": {
|
|
863
|
+
"cssValue": "24px",
|
|
864
|
+
"recommendedCategory": "size"
|
|
865
|
+
},
|
|
866
|
+
"heightForButtonAs10": {
|
|
867
|
+
"cssValue": "16px",
|
|
868
|
+
"recommendedCategory": "size"
|
|
869
|
+
},
|
|
870
|
+
"heightForInput": {
|
|
871
|
+
"cssValue": "40px",
|
|
872
|
+
"recommendedCategory": "size"
|
|
873
|
+
},
|
|
874
|
+
"heightForInputAsSmall": {
|
|
875
|
+
"cssValue": "32px",
|
|
876
|
+
"recommendedCategory": "size"
|
|
877
|
+
},
|
|
878
|
+
"shadowForInput": {
|
|
879
|
+
"cssValue": "none",
|
|
880
|
+
"recommendedCategory": "shadow"
|
|
881
|
+
},
|
|
882
|
+
"shadowForInputWhenFocused": {
|
|
883
|
+
"cssValue": "inset 0 0 0 1px var(--color-primary)",
|
|
884
|
+
"recommendedCategory": "shadow"
|
|
885
|
+
},
|
|
886
|
+
"shadowForInputWhenError": {
|
|
887
|
+
"cssValue": "inset 0 0 0 1px var(--color-error)",
|
|
888
|
+
"recommendedCategory": "shadow"
|
|
889
|
+
},
|
|
890
|
+
"shadowForInputWhenWarning": {
|
|
891
|
+
"cssValue": "inset 0 0 0 1px var(--color-warning)",
|
|
892
|
+
"recommendedCategory": "shadow"
|
|
893
|
+
}
|
|
894
|
+
}
|