@commercetools/nimbus-mcp 3.0.0 → 3.1.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/data/docs/route-manifest.json +1407 -794
- package/data/docs/routes/components-data-display-data-table.json +66 -34
- package/data/docs/routes/components-data-display-draggable-list.json +62 -7
- package/data/docs/routes/components-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-splitter.json +654 -0
- package/data/docs/routes/components-utilities-region.json +265 -0
- package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
- package/data/docs/routes/hooks-usedraganddrop.json +310 -0
- package/data/docs/routes/patterns-actions.json +78 -0
- package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
- package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
- package/data/docs/routes/patterns-dialogs.json +2 -2
- package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
- package/data/docs/routes/patterns-pages.json +78 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +32 -32
- package/data/docs/types/AccordionHeader.json +102 -102
- package/data/docs/types/AccordionItem.json +28 -28
- package/data/docs/types/AccordionRoot.json +15 -15
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +89 -89
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +2 -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 +97 -97
- package/data/docs/types/Calendar.json +111 -65
- 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/Checkbox.json +99 -99
- package/data/docs/types/Code.json +10 -10
- 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 +80 -80
- package/data/docs/types/ComboBoxOption.json +77 -77
- package/data/docs/types/ComboBoxPopover.json +77 -77
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +29 -29
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/ConfirmationDialog.json +224 -0
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +17 -2
- package/data/docs/types/DataTableBody.json +24 -24
- package/data/docs/types/DataTableHeader.json +31 -31
- package/data/docs/types/DataTableRoot.json +17 -2
- package/data/docs/types/DataTableTable.json +35 -20
- package/data/docs/types/DateInput.json +84 -84
- package/data/docs/types/DatePicker.json +65 -65
- package/data/docs/types/DateRangePicker.json +99 -99
- package/data/docs/types/DateRangePickerField.json +99 -99
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +87 -87
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DragAndDropItemData.json +9 -0
- package/data/docs/types/DragAndDropProps.json +9 -0
- package/data/docs/types/DraggableListField.json +159 -70
- package/data/docs/types/DraggableListItem.json +63 -63
- package/data/docs/types/DraggableListRoot.json +159 -70
- package/data/docs/types/DrawerCloseTrigger.json +87 -87
- package/data/docs/types/DrawerTrigger.json +2 -2
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormDialog.json +198 -0
- 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 +97 -97
- package/data/docs/types/IconToggleButton.json +84 -84
- package/data/docs/types/Image.json +30 -30
- 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 +31 -31
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +10 -10
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +19 -19
- package/data/docs/types/MenuItem.json +75 -75
- package/data/docs/types/MenuRoot.json +63 -63
- package/data/docs/types/MenuSection.json +35 -54
- package/data/docs/types/MenuSubmenuTrigger.json +5 -5
- package/data/docs/types/MenuTrigger.json +102 -102
- package/data/docs/types/MultilineTextInput.json +134 -134
- package/data/docs/types/MultilineTextInputField.json +131 -131
- package/data/docs/types/NumberInput.json +100 -100
- package/data/docs/types/NumberInputField.json +95 -95
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +129 -129
- package/data/docs/types/PasswordInputField.json +129 -129
- package/data/docs/types/ProgressBar.json +14 -14
- package/data/docs/types/PublicPageLayout.json +99 -0
- package/data/docs/types/RadioInputOption.json +64 -64
- package/data/docs/types/RadioInputRoot.json +55 -55
- package/data/docs/types/RangeCalendar.json +90 -71
- package/data/docs/types/Region.json +114 -0
- package/data/docs/types/RegionProvider.json +25 -0
- package/data/docs/types/RegionTarget.json +112 -0
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +10 -10
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/SPLITTER_SIZE_TOKENS.json +9 -0
- package/data/docs/types/ScrollArea.json +2 -2
- package/data/docs/types/SearchInput.json +136 -136
- package/data/docs/types/SearchInputField.json +131 -131
- package/data/docs/types/SelectOption.json +66 -66
- package/data/docs/types/SelectOptionGroup.json +22 -22
- package/data/docs/types/SelectOptions.json +74 -74
- package/data/docs/types/SelectRoot.json +102 -102
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SplitButton.json +12 -12
- package/data/docs/types/Splitter.json +12 -0
- package/data/docs/types/SplitterAside.json +27 -0
- package/data/docs/types/SplitterHandle.json +27 -0
- package/data/docs/types/SplitterMain.json +27 -0
- package/data/docs/types/SplitterRoot.json +271 -0
- package/data/docs/types/SplitterSizeToken.json +9 -0
- 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 +38 -38
- package/data/docs/types/TabNavItem.json +18 -18
- package/data/docs/types/TabNavRoot.json +2 -2
- 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 +32 -32
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsTab.json +2 -2
- package/data/docs/types/TagGroupRoot.json +27 -27
- package/data/docs/types/TagGroupTag.json +68 -68
- package/data/docs/types/TagGroupTagList.json +18 -18
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +132 -132
- package/data/docs/types/TextInputField.json +129 -129
- package/data/docs/types/TimeInput.json +78 -78
- package/data/docs/types/ToggleButton.json +86 -86
- package/data/docs/types/ToggleButtonGroupButton.json +33 -33
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +12 -12
- package/data/docs/types/TooltipContent.json +31 -31
- package/data/docs/types/TooltipRoot.json +18 -18
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/UseDragAndDropOptions.json +9 -0
- package/data/docs/types/VisuallyHidden.json +7 -7
- package/data/docs/types/createArrayHandlers.json +12 -0
- package/data/docs/types/createItemsFromCsvDrop.json +833 -0
- package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
- package/data/docs/types/createItemsFromFileDrop.json +833 -0
- package/data/docs/types/createItemsFromImageDrop.json +833 -0
- package/data/docs/types/createItemsFromJsonDrop.json +833 -0
- package/data/docs/types/createItemsFromTextDrop.json +12 -0
- package/data/docs/types/createListDataHandlers.json +102 -0
- package/data/docs/types/manifest.json +29 -2
- package/data/docs/types/useDragAndDrop.json +174 -0
- package/data/docs/types/useRegion.json +1052 -0
- package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
- package/package.json +6 -6
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"description": "The content to display as the label.",
|
|
56
56
|
"name": "label",
|
|
57
57
|
"parent": {
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
58
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
59
59
|
"name": "ProgressBarBaseProps"
|
|
60
60
|
},
|
|
61
61
|
"declarations": [
|
|
62
62
|
{
|
|
63
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
63
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
64
64
|
"name": "ProgressBarBaseProps"
|
|
65
65
|
}
|
|
66
66
|
],
|
|
@@ -97,12 +97,12 @@
|
|
|
97
97
|
"description": "The current value (controlled).",
|
|
98
98
|
"name": "value",
|
|
99
99
|
"parent": {
|
|
100
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
100
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
101
101
|
"name": "ProgressBarBaseProps"
|
|
102
102
|
},
|
|
103
103
|
"declarations": [
|
|
104
104
|
{
|
|
105
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
105
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
106
106
|
"name": "ProgressBarBaseProps"
|
|
107
107
|
}
|
|
108
108
|
],
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"name": "TypeLiteral"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
147
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
148
148
|
"name": "ProgressBarProps"
|
|
149
149
|
}
|
|
150
150
|
],
|
|
@@ -155,17 +155,17 @@
|
|
|
155
155
|
},
|
|
156
156
|
"formatOptions": {
|
|
157
157
|
"defaultValue": {
|
|
158
|
-
"value": "{style: 'percent'}\n{ style: \"percent\" }"
|
|
158
|
+
"value": "{ style: 'percent' }\n{ style: \"percent\" }"
|
|
159
159
|
},
|
|
160
160
|
"description": "The display format of the value label.\nFormat options for the progress bar value display\n@see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat",
|
|
161
161
|
"name": "formatOptions",
|
|
162
162
|
"parent": {
|
|
163
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
163
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
164
164
|
"name": "ProgressBarBaseProps"
|
|
165
165
|
},
|
|
166
166
|
"declarations": [
|
|
167
167
|
{
|
|
168
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
168
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
169
169
|
"name": "ProgressBarBaseProps"
|
|
170
170
|
},
|
|
171
171
|
{
|
|
@@ -185,12 +185,12 @@
|
|
|
185
185
|
"description": "The smallest value allowed for the input.",
|
|
186
186
|
"name": "minValue",
|
|
187
187
|
"parent": {
|
|
188
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
188
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
189
189
|
"name": "ProgressBarBaseProps"
|
|
190
190
|
},
|
|
191
191
|
"declarations": [
|
|
192
192
|
{
|
|
193
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
193
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
194
194
|
"name": "ProgressBarBaseProps"
|
|
195
195
|
}
|
|
196
196
|
],
|
|
@@ -206,12 +206,12 @@
|
|
|
206
206
|
"description": "The largest value allowed for the input.",
|
|
207
207
|
"name": "maxValue",
|
|
208
208
|
"parent": {
|
|
209
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
209
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
210
210
|
"name": "ProgressBarBaseProps"
|
|
211
211
|
},
|
|
212
212
|
"declarations": [
|
|
213
213
|
{
|
|
214
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
214
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
215
215
|
"name": "ProgressBarBaseProps"
|
|
216
216
|
}
|
|
217
217
|
],
|
|
@@ -246,12 +246,12 @@
|
|
|
246
246
|
"description": "The content to display as the value's label (e.g. 1 of 4).",
|
|
247
247
|
"name": "valueLabel",
|
|
248
248
|
"parent": {
|
|
249
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
249
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
250
250
|
"name": "ProgressBarBaseProps"
|
|
251
251
|
},
|
|
252
252
|
"declarations": [
|
|
253
253
|
{
|
|
254
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
254
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/progress/useProgressBar.d.ts",
|
|
255
255
|
"name": "ProgressBarBaseProps"
|
|
256
256
|
}
|
|
257
257
|
],
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": "",
|
|
4
|
+
"example": "```tsx\n<PublicPageLayout\n logo={<img src={logo} alt=\"Brand logo\" />}\n welcomeMessage=\"Welcome to the Merchant Center\"\n legalMessage={<Text>© 2026 commercetools</Text>}\n>\n <LoginForm />\n</PublicPageLayout>\n```"
|
|
5
|
+
},
|
|
6
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
7
|
+
"description": "# PublicPageLayout\n\nA pre-built, centered layout for public-facing pages (login, registration,\npassword reset). Provides slots for a brand logo, welcome heading, main\ncontent, and legal footer.\n\nReplaces MC's `public-page-layout`. For layouts needing a different\nstructure, compose Flex and Stack directly (escape hatch).",
|
|
8
|
+
"displayName": "PublicPageLayout",
|
|
9
|
+
"methods": [],
|
|
10
|
+
"props": {
|
|
11
|
+
"children": {
|
|
12
|
+
"defaultValue": null,
|
|
13
|
+
"description": "Main content rendered in the center of the layout (e.g., a login form).",
|
|
14
|
+
"name": "children",
|
|
15
|
+
"declarations": [
|
|
16
|
+
{
|
|
17
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/pages/public-page-layout/public-page-layout.types.ts",
|
|
18
|
+
"name": "TypeLiteral"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"required": true,
|
|
22
|
+
"type": {
|
|
23
|
+
"name": "ReactNode"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"logo": {
|
|
27
|
+
"defaultValue": null,
|
|
28
|
+
"description": "Brand logo rendered at the top of the layout. When omitted, the logo\narea is not rendered.",
|
|
29
|
+
"name": "logo",
|
|
30
|
+
"declarations": [
|
|
31
|
+
{
|
|
32
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/pages/public-page-layout/public-page-layout.types.ts",
|
|
33
|
+
"name": "TypeLiteral"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"required": false,
|
|
37
|
+
"type": {
|
|
38
|
+
"name": "ReactNode"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"welcomeMessage": {
|
|
42
|
+
"defaultValue": null,
|
|
43
|
+
"description": "Welcome heading displayed below the logo. Renders inside a Heading\ncomponent. When omitted, the welcome heading area is not rendered.",
|
|
44
|
+
"name": "welcomeMessage",
|
|
45
|
+
"declarations": [
|
|
46
|
+
{
|
|
47
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/pages/public-page-layout/public-page-layout.types.ts",
|
|
48
|
+
"name": "TypeLiteral"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"required": false,
|
|
52
|
+
"type": {
|
|
53
|
+
"name": "ReactNode"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"legalMessage": {
|
|
57
|
+
"defaultValue": null,
|
|
58
|
+
"description": "Legal or footer content rendered at the bottom of the layout. When\nomitted, the legal footer area is not rendered.",
|
|
59
|
+
"name": "legalMessage",
|
|
60
|
+
"declarations": [
|
|
61
|
+
{
|
|
62
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/pages/public-page-layout/public-page-layout.types.ts",
|
|
63
|
+
"name": "TypeLiteral"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"required": false,
|
|
67
|
+
"type": {
|
|
68
|
+
"name": "ReactNode"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"contentWidth": {
|
|
72
|
+
"defaultValue": {
|
|
73
|
+
"value": "normal"
|
|
74
|
+
},
|
|
75
|
+
"description": "Controls the max-width of the main content area.\n- `\"normal\"` — narrower width suited for single-column form content (~384px)\n- `\"wide\"` — wider width for two-column or wider content (~742px)",
|
|
76
|
+
"name": "contentWidth",
|
|
77
|
+
"declarations": [
|
|
78
|
+
{
|
|
79
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/pages/public-page-layout/public-page-layout.types.ts",
|
|
80
|
+
"name": "TypeLiteral"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"required": false,
|
|
84
|
+
"type": {
|
|
85
|
+
"name": "enum",
|
|
86
|
+
"raw": "\"normal\" | \"wide\"",
|
|
87
|
+
"value": [
|
|
88
|
+
{
|
|
89
|
+
"value": "\"normal\""
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"value": "\"wide\""
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"supportsStyleProps": true
|
|
99
|
+
}
|