@commercetools/nimbus-mcp 2.11.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 +1421 -605
- package/data/docs/routes/components-data-display-card.json +71 -5
- 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-feedback-toast.json +1 -1
- package/data/docs/routes/components-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-defaultpage.json +4 -4
- package/data/docs/routes/components-layout-modalpage.json +4 -4
- package/data/docs/routes/components-layout-scrollarea.json +3 -3
- package/data/docs/routes/components-layout-splitter.json +654 -0
- package/data/docs/routes/components-media-avatar.json +24 -2
- 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-form-action-bar.json +412 -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-info-dialog.json +315 -0
- package/data/docs/routes/patterns-dialogs.json +78 -0
- 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 +8 -8
- 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/Card.json +1 -1
- package/data/docs/types/{CardContent.json → CardBody.json} +2 -2
- package/data/docs/types/CardFooter.json +27 -0
- package/data/docs/types/CardRoot.json +18 -48
- 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/FormActionBar.json +200 -0
- 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/InfoDialog.json +104 -0
- 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 +6 -6
- 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 +32 -2
- package/data/docs/types/toast.json +0 -15
- 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 +7 -7
|
@@ -2110,6 +2110,41 @@
|
|
|
2110
2110
|
}
|
|
2111
2111
|
]
|
|
2112
2112
|
},
|
|
2113
|
+
{
|
|
2114
|
+
"path": "/components/utilities/region",
|
|
2115
|
+
"id": "Components-Region",
|
|
2116
|
+
"title": "Region",
|
|
2117
|
+
"exportName": "Region",
|
|
2118
|
+
"description": "A headless primitive for named content projection — render content into a named region elsewhere in the layout while it stays in your React tree.",
|
|
2119
|
+
"lifecycleState": "Beta",
|
|
2120
|
+
"category": "Components",
|
|
2121
|
+
"tags": [
|
|
2122
|
+
"component",
|
|
2123
|
+
"utility",
|
|
2124
|
+
"portal",
|
|
2125
|
+
"layout",
|
|
2126
|
+
"provider"
|
|
2127
|
+
],
|
|
2128
|
+
"menu": [
|
|
2129
|
+
"Components",
|
|
2130
|
+
"Utilities",
|
|
2131
|
+
"Region"
|
|
2132
|
+
],
|
|
2133
|
+
"order": 999,
|
|
2134
|
+
"chunkName": "route-components-utilities-region",
|
|
2135
|
+
"tabs": [
|
|
2136
|
+
{
|
|
2137
|
+
"key": "overview",
|
|
2138
|
+
"title": "Overview",
|
|
2139
|
+
"order": 0
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"key": "dev",
|
|
2143
|
+
"title": "Implementation",
|
|
2144
|
+
"order": 3
|
|
2145
|
+
}
|
|
2146
|
+
]
|
|
2147
|
+
},
|
|
2113
2148
|
{
|
|
2114
2149
|
"path": "/components/inputs/rich-text-input",
|
|
2115
2150
|
"id": "Components-RichTextInput",
|
|
@@ -2499,6 +2534,44 @@
|
|
|
2499
2534
|
}
|
|
2500
2535
|
]
|
|
2501
2536
|
},
|
|
2537
|
+
{
|
|
2538
|
+
"path": "/components/layout/splitter",
|
|
2539
|
+
"id": "Components-Splitter",
|
|
2540
|
+
"title": "Splitter",
|
|
2541
|
+
"exportName": "Splitter",
|
|
2542
|
+
"description": "A two-pane compound primitive for user-resizable layouts with a draggable, keyboard-operable handle.",
|
|
2543
|
+
"lifecycleState": "Beta",
|
|
2544
|
+
"category": "Components",
|
|
2545
|
+
"tags": [
|
|
2546
|
+
"component",
|
|
2547
|
+
"layout",
|
|
2548
|
+
"resizable"
|
|
2549
|
+
],
|
|
2550
|
+
"menu": [
|
|
2551
|
+
"Components",
|
|
2552
|
+
"Layout",
|
|
2553
|
+
"Splitter"
|
|
2554
|
+
],
|
|
2555
|
+
"order": 999,
|
|
2556
|
+
"chunkName": "route-components-layout-splitter",
|
|
2557
|
+
"tabs": [
|
|
2558
|
+
{
|
|
2559
|
+
"key": "overview",
|
|
2560
|
+
"title": "Overview",
|
|
2561
|
+
"order": 0
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"key": "dev",
|
|
2565
|
+
"title": "Implementation",
|
|
2566
|
+
"order": 3
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"key": "a11y",
|
|
2570
|
+
"title": "Accessibility",
|
|
2571
|
+
"order": 4
|
|
2572
|
+
}
|
|
2573
|
+
]
|
|
2574
|
+
},
|
|
2502
2575
|
{
|
|
2503
2576
|
"path": "/components/layout/stack",
|
|
2504
2577
|
"id": "Components-Stack",
|
|
@@ -3195,6 +3268,32 @@
|
|
|
3195
3268
|
}
|
|
3196
3269
|
]
|
|
3197
3270
|
},
|
|
3271
|
+
{
|
|
3272
|
+
"path": "/patterns/actions",
|
|
3273
|
+
"id": "Patterns-Actions",
|
|
3274
|
+
"title": "Actions",
|
|
3275
|
+
"description": "Pre-composed action patterns for common form and page controls",
|
|
3276
|
+
"category": "Patterns",
|
|
3277
|
+
"tags": [
|
|
3278
|
+
"patterns",
|
|
3279
|
+
"actions",
|
|
3280
|
+
"forms"
|
|
3281
|
+
],
|
|
3282
|
+
"menu": [
|
|
3283
|
+
"Patterns",
|
|
3284
|
+
"Actions"
|
|
3285
|
+
],
|
|
3286
|
+
"order": 3,
|
|
3287
|
+
"chunkName": "route-patterns-actions",
|
|
3288
|
+
"icon": "TouchApp",
|
|
3289
|
+
"tabs": [
|
|
3290
|
+
{
|
|
3291
|
+
"key": "overview",
|
|
3292
|
+
"title": "Overview",
|
|
3293
|
+
"order": 0
|
|
3294
|
+
}
|
|
3295
|
+
]
|
|
3296
|
+
},
|
|
3198
3297
|
{
|
|
3199
3298
|
"path": "/home/contribute/adrs",
|
|
3200
3299
|
"id": "Architecture-Decision-Records",
|
|
@@ -3476,6 +3575,32 @@
|
|
|
3476
3575
|
}
|
|
3477
3576
|
]
|
|
3478
3577
|
},
|
|
3578
|
+
{
|
|
3579
|
+
"path": "/patterns/dialogs",
|
|
3580
|
+
"id": "Patterns-Dialogs",
|
|
3581
|
+
"title": "Dialogs",
|
|
3582
|
+
"description": "Pre-composed dialog patterns built on top of the Dialog primitive for common read-only and confirmation scenarios",
|
|
3583
|
+
"category": "Patterns",
|
|
3584
|
+
"tags": [
|
|
3585
|
+
"patterns",
|
|
3586
|
+
"dialogs",
|
|
3587
|
+
"overlays"
|
|
3588
|
+
],
|
|
3589
|
+
"menu": [
|
|
3590
|
+
"Patterns",
|
|
3591
|
+
"Dialogs"
|
|
3592
|
+
],
|
|
3593
|
+
"order": 2,
|
|
3594
|
+
"chunkName": "route-patterns-dialogs",
|
|
3595
|
+
"icon": "OpenInNew",
|
|
3596
|
+
"tabs": [
|
|
3597
|
+
{
|
|
3598
|
+
"key": "overview",
|
|
3599
|
+
"title": "Overview",
|
|
3600
|
+
"order": 0
|
|
3601
|
+
}
|
|
3602
|
+
]
|
|
3603
|
+
},
|
|
3479
3604
|
{
|
|
3480
3605
|
"path": "/home/style-props/display",
|
|
3481
3606
|
"id": "Style Props-Display",
|
|
@@ -3649,6 +3774,36 @@
|
|
|
3649
3774
|
}
|
|
3650
3775
|
]
|
|
3651
3776
|
},
|
|
3777
|
+
{
|
|
3778
|
+
"path": "/home/getting-started/bundler-plugins",
|
|
3779
|
+
"id": "Home-BundlerPlugins-1749667200000",
|
|
3780
|
+
"title": "Bundler Plugins",
|
|
3781
|
+
"description": "Webpack and Vite plugins for optional Nimbus dependency resolution",
|
|
3782
|
+
"category": "Home",
|
|
3783
|
+
"tags": [
|
|
3784
|
+
"guide",
|
|
3785
|
+
"plugins",
|
|
3786
|
+
"webpack",
|
|
3787
|
+
"vite",
|
|
3788
|
+
"build",
|
|
3789
|
+
"optional-dependency"
|
|
3790
|
+
],
|
|
3791
|
+
"menu": [
|
|
3792
|
+
"Home",
|
|
3793
|
+
"Getting Started",
|
|
3794
|
+
"Bundler Plugins"
|
|
3795
|
+
],
|
|
3796
|
+
"order": 7,
|
|
3797
|
+
"chunkName": "route-home-getting-started-bundler-plugins",
|
|
3798
|
+
"icon": "Extension",
|
|
3799
|
+
"tabs": [
|
|
3800
|
+
{
|
|
3801
|
+
"key": "overview",
|
|
3802
|
+
"title": "Overview",
|
|
3803
|
+
"order": 0
|
|
3804
|
+
}
|
|
3805
|
+
]
|
|
3806
|
+
},
|
|
3652
3807
|
{
|
|
3653
3808
|
"path": "/home/contribute",
|
|
3654
3809
|
"id": "Home-Contribute-1746704391512",
|
|
@@ -4051,6 +4206,32 @@
|
|
|
4051
4206
|
}
|
|
4052
4207
|
]
|
|
4053
4208
|
},
|
|
4209
|
+
{
|
|
4210
|
+
"path": "/patterns/pages",
|
|
4211
|
+
"id": "Patterns-Pages",
|
|
4212
|
+
"title": "Pages",
|
|
4213
|
+
"description": "Pre-built page layout patterns for common full-page structures",
|
|
4214
|
+
"category": "Patterns",
|
|
4215
|
+
"tags": [
|
|
4216
|
+
"patterns",
|
|
4217
|
+
"pages",
|
|
4218
|
+
"layouts"
|
|
4219
|
+
],
|
|
4220
|
+
"menu": [
|
|
4221
|
+
"Patterns",
|
|
4222
|
+
"Pages"
|
|
4223
|
+
],
|
|
4224
|
+
"order": 4,
|
|
4225
|
+
"chunkName": "route-patterns-pages",
|
|
4226
|
+
"icon": "WebAsset",
|
|
4227
|
+
"tabs": [
|
|
4228
|
+
{
|
|
4229
|
+
"key": "overview",
|
|
4230
|
+
"title": "Overview",
|
|
4231
|
+
"order": 0
|
|
4232
|
+
}
|
|
4233
|
+
]
|
|
4234
|
+
},
|
|
4054
4235
|
{
|
|
4055
4236
|
"path": "/patterns",
|
|
4056
4237
|
"id": "Patterns",
|
|
@@ -4810,6 +4991,32 @@
|
|
|
4810
4991
|
}
|
|
4811
4992
|
]
|
|
4812
4993
|
},
|
|
4994
|
+
{
|
|
4995
|
+
"path": "/hooks/usedraganddrop",
|
|
4996
|
+
"id": "useDragAndDrop",
|
|
4997
|
+
"title": "useDragAndDrop",
|
|
4998
|
+
"description": "shared drag-and-drop hook for Nimbus collection components",
|
|
4999
|
+
"category": "Hooks",
|
|
5000
|
+
"tags": [
|
|
5001
|
+
"drag",
|
|
5002
|
+
"drop",
|
|
5003
|
+
"reorder",
|
|
5004
|
+
"dnd"
|
|
5005
|
+
],
|
|
5006
|
+
"menu": [
|
|
5007
|
+
"Hooks",
|
|
5008
|
+
"useDragAndDrop"
|
|
5009
|
+
],
|
|
5010
|
+
"order": 999,
|
|
5011
|
+
"chunkName": "route-hooks-usedraganddrop",
|
|
5012
|
+
"tabs": [
|
|
5013
|
+
{
|
|
5014
|
+
"key": "overview",
|
|
5015
|
+
"title": "Overview",
|
|
5016
|
+
"order": 0
|
|
5017
|
+
}
|
|
5018
|
+
]
|
|
5019
|
+
},
|
|
4813
5020
|
{
|
|
4814
5021
|
"path": "/hooks/usehotkeys",
|
|
4815
5022
|
"id": "useHotkeys",
|
|
@@ -4835,6 +5042,140 @@
|
|
|
4835
5042
|
}
|
|
4836
5043
|
]
|
|
4837
5044
|
},
|
|
5045
|
+
{
|
|
5046
|
+
"path": "/patterns/actions/form-action-bar",
|
|
5047
|
+
"id": "Patterns-FormActionBar",
|
|
5048
|
+
"title": "Form action bar",
|
|
5049
|
+
"exportName": "FormActionBar",
|
|
5050
|
+
"description": "This pattern component provides standard save/cancel/delete action buttons for form footers, working inside any footer slot.",
|
|
5051
|
+
"lifecycleState": "Beta",
|
|
5052
|
+
"category": "Patterns",
|
|
5053
|
+
"tags": [
|
|
5054
|
+
"component",
|
|
5055
|
+
"pattern",
|
|
5056
|
+
"actions",
|
|
5057
|
+
"Button",
|
|
5058
|
+
"Group"
|
|
5059
|
+
],
|
|
5060
|
+
"menu": [
|
|
5061
|
+
"Patterns",
|
|
5062
|
+
"Actions",
|
|
5063
|
+
"Form action bar"
|
|
5064
|
+
],
|
|
5065
|
+
"order": 999,
|
|
5066
|
+
"chunkName": "route-patterns-actions-form-action-bar",
|
|
5067
|
+
"tabs": [
|
|
5068
|
+
{
|
|
5069
|
+
"key": "overview",
|
|
5070
|
+
"title": "Overview",
|
|
5071
|
+
"order": 0
|
|
5072
|
+
},
|
|
5073
|
+
{
|
|
5074
|
+
"key": "dev",
|
|
5075
|
+
"title": "Implementation",
|
|
5076
|
+
"order": 3
|
|
5077
|
+
}
|
|
5078
|
+
]
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"path": "/patterns/dialogs/confirmation-dialog",
|
|
5082
|
+
"id": "Patterns-ConfirmationDialog",
|
|
5083
|
+
"title": "Confirmation dialog",
|
|
5084
|
+
"exportName": "ConfirmationDialog",
|
|
5085
|
+
"description": "A pre-composed confirm/cancel dialog with a flat, opinionated API.",
|
|
5086
|
+
"category": "Patterns",
|
|
5087
|
+
"tags": [
|
|
5088
|
+
"component",
|
|
5089
|
+
"pattern",
|
|
5090
|
+
"dialog",
|
|
5091
|
+
"ConfirmationDialog"
|
|
5092
|
+
],
|
|
5093
|
+
"menu": [
|
|
5094
|
+
"Patterns",
|
|
5095
|
+
"Dialogs",
|
|
5096
|
+
"Confirmation dialog"
|
|
5097
|
+
],
|
|
5098
|
+
"order": 999,
|
|
5099
|
+
"chunkName": "route-patterns-dialogs-confirmation-dialog",
|
|
5100
|
+
"tabs": [
|
|
5101
|
+
{
|
|
5102
|
+
"key": "overview",
|
|
5103
|
+
"title": "Overview",
|
|
5104
|
+
"order": 0
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"key": "dev",
|
|
5108
|
+
"title": "Implementation",
|
|
5109
|
+
"order": 3
|
|
5110
|
+
}
|
|
5111
|
+
]
|
|
5112
|
+
},
|
|
5113
|
+
{
|
|
5114
|
+
"path": "/patterns/dialogs/form-dialog",
|
|
5115
|
+
"id": "Patterns-FormDialog",
|
|
5116
|
+
"title": "Form dialog",
|
|
5117
|
+
"exportName": "FormDialog",
|
|
5118
|
+
"description": "A pre-composed save/cancel dialog with a flat, opinionated API for hosting a form in a modal.",
|
|
5119
|
+
"category": "Patterns",
|
|
5120
|
+
"tags": [
|
|
5121
|
+
"component",
|
|
5122
|
+
"pattern",
|
|
5123
|
+
"dialog",
|
|
5124
|
+
"FormDialog"
|
|
5125
|
+
],
|
|
5126
|
+
"menu": [
|
|
5127
|
+
"Patterns",
|
|
5128
|
+
"Dialogs",
|
|
5129
|
+
"Form dialog"
|
|
5130
|
+
],
|
|
5131
|
+
"order": 999,
|
|
5132
|
+
"chunkName": "route-patterns-dialogs-form-dialog",
|
|
5133
|
+
"tabs": [
|
|
5134
|
+
{
|
|
5135
|
+
"key": "overview",
|
|
5136
|
+
"title": "Overview",
|
|
5137
|
+
"order": 0
|
|
5138
|
+
},
|
|
5139
|
+
{
|
|
5140
|
+
"key": "dev",
|
|
5141
|
+
"title": "Implementation",
|
|
5142
|
+
"order": 3
|
|
5143
|
+
}
|
|
5144
|
+
]
|
|
5145
|
+
},
|
|
5146
|
+
{
|
|
5147
|
+
"path": "/patterns/dialogs/info-dialog",
|
|
5148
|
+
"id": "Patterns-InfoDialog",
|
|
5149
|
+
"title": "Info dialog",
|
|
5150
|
+
"exportName": "InfoDialog",
|
|
5151
|
+
"description": "A pre-composed read-only informational dialog with a flat, minimal API.",
|
|
5152
|
+
"category": "Patterns",
|
|
5153
|
+
"tags": [
|
|
5154
|
+
"component",
|
|
5155
|
+
"pattern",
|
|
5156
|
+
"dialog",
|
|
5157
|
+
"InfoDialog"
|
|
5158
|
+
],
|
|
5159
|
+
"menu": [
|
|
5160
|
+
"Patterns",
|
|
5161
|
+
"Dialogs",
|
|
5162
|
+
"Info dialog"
|
|
5163
|
+
],
|
|
5164
|
+
"order": 999,
|
|
5165
|
+
"chunkName": "route-patterns-dialogs-info-dialog",
|
|
5166
|
+
"tabs": [
|
|
5167
|
+
{
|
|
5168
|
+
"key": "overview",
|
|
5169
|
+
"title": "Overview",
|
|
5170
|
+
"order": 0
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
"key": "dev",
|
|
5174
|
+
"title": "Implementation",
|
|
5175
|
+
"order": 3
|
|
5176
|
+
}
|
|
5177
|
+
]
|
|
5178
|
+
},
|
|
4838
5179
|
{
|
|
4839
5180
|
"path": "/patterns/fields/date-range-picker-field",
|
|
4840
5181
|
"id": "Patterns-DateRangePickerField",
|
|
@@ -5074,19 +5415,56 @@
|
|
|
5074
5415
|
]
|
|
5075
5416
|
},
|
|
5076
5417
|
{
|
|
5077
|
-
"path": "/
|
|
5078
|
-
"id": "
|
|
5079
|
-
"title": "
|
|
5080
|
-
"
|
|
5081
|
-
"
|
|
5418
|
+
"path": "/patterns/pages/public-page-layout",
|
|
5419
|
+
"id": "Patterns-PublicPageLayout",
|
|
5420
|
+
"title": "Public page layout",
|
|
5421
|
+
"exportName": "PublicPageLayout",
|
|
5422
|
+
"description": "A pre-built, centered layout for public-facing pages (login, registration, password reset) with slots for brand logo, welcome heading, main content, and legal footer.",
|
|
5423
|
+
"lifecycleState": "Beta",
|
|
5424
|
+
"category": "Patterns",
|
|
5082
5425
|
"tags": [
|
|
5083
|
-
"
|
|
5426
|
+
"component",
|
|
5427
|
+
"pattern",
|
|
5428
|
+
"pages",
|
|
5429
|
+
"Flex",
|
|
5430
|
+
"Stack",
|
|
5431
|
+
"Heading",
|
|
5432
|
+
"Text"
|
|
5084
5433
|
],
|
|
5085
5434
|
"menu": [
|
|
5086
|
-
"
|
|
5435
|
+
"Patterns",
|
|
5436
|
+
"Pages",
|
|
5437
|
+
"Public page layout"
|
|
5087
5438
|
],
|
|
5088
|
-
"order":
|
|
5089
|
-
"chunkName": "route-
|
|
5439
|
+
"order": 999,
|
|
5440
|
+
"chunkName": "route-patterns-pages-public-page-layout",
|
|
5441
|
+
"tabs": [
|
|
5442
|
+
{
|
|
5443
|
+
"key": "overview",
|
|
5444
|
+
"title": "Overview",
|
|
5445
|
+
"order": 0
|
|
5446
|
+
},
|
|
5447
|
+
{
|
|
5448
|
+
"key": "dev",
|
|
5449
|
+
"title": "Implementation",
|
|
5450
|
+
"order": 3
|
|
5451
|
+
}
|
|
5452
|
+
]
|
|
5453
|
+
},
|
|
5454
|
+
{
|
|
5455
|
+
"path": "/icons",
|
|
5456
|
+
"id": "Icons",
|
|
5457
|
+
"title": "Icons",
|
|
5458
|
+
"description": "display Icons",
|
|
5459
|
+
"category": "Icons",
|
|
5460
|
+
"tags": [
|
|
5461
|
+
"icons"
|
|
5462
|
+
],
|
|
5463
|
+
"menu": [
|
|
5464
|
+
"Icons"
|
|
5465
|
+
],
|
|
5466
|
+
"order": 5,
|
|
5467
|
+
"chunkName": "route-icons",
|
|
5090
5468
|
"tabs": [
|
|
5091
5469
|
{
|
|
5092
5470
|
"key": "overview",
|
|
@@ -7212,6 +7590,41 @@
|
|
|
7212
7590
|
}
|
|
7213
7591
|
]
|
|
7214
7592
|
},
|
|
7593
|
+
{
|
|
7594
|
+
"path": "/components/utilities/region",
|
|
7595
|
+
"id": "Components-Region",
|
|
7596
|
+
"title": "Region",
|
|
7597
|
+
"exportName": "Region",
|
|
7598
|
+
"description": "A headless primitive for named content projection — render content into a named region elsewhere in the layout while it stays in your React tree.",
|
|
7599
|
+
"lifecycleState": "Beta",
|
|
7600
|
+
"category": "Components",
|
|
7601
|
+
"tags": [
|
|
7602
|
+
"component",
|
|
7603
|
+
"utility",
|
|
7604
|
+
"portal",
|
|
7605
|
+
"layout",
|
|
7606
|
+
"provider"
|
|
7607
|
+
],
|
|
7608
|
+
"menu": [
|
|
7609
|
+
"Components",
|
|
7610
|
+
"Utilities",
|
|
7611
|
+
"Region"
|
|
7612
|
+
],
|
|
7613
|
+
"order": 999,
|
|
7614
|
+
"chunkName": "route-components-utilities-region",
|
|
7615
|
+
"tabs": [
|
|
7616
|
+
{
|
|
7617
|
+
"key": "overview",
|
|
7618
|
+
"title": "Overview",
|
|
7619
|
+
"order": 0
|
|
7620
|
+
},
|
|
7621
|
+
{
|
|
7622
|
+
"key": "dev",
|
|
7623
|
+
"title": "Implementation",
|
|
7624
|
+
"order": 3
|
|
7625
|
+
}
|
|
7626
|
+
]
|
|
7627
|
+
},
|
|
7215
7628
|
{
|
|
7216
7629
|
"path": "/components/inputs/rich-text-input",
|
|
7217
7630
|
"id": "Components-RichTextInput",
|
|
@@ -7601,6 +8014,44 @@
|
|
|
7601
8014
|
}
|
|
7602
8015
|
]
|
|
7603
8016
|
},
|
|
8017
|
+
{
|
|
8018
|
+
"path": "/components/layout/splitter",
|
|
8019
|
+
"id": "Components-Splitter",
|
|
8020
|
+
"title": "Splitter",
|
|
8021
|
+
"exportName": "Splitter",
|
|
8022
|
+
"description": "A two-pane compound primitive for user-resizable layouts with a draggable, keyboard-operable handle.",
|
|
8023
|
+
"lifecycleState": "Beta",
|
|
8024
|
+
"category": "Components",
|
|
8025
|
+
"tags": [
|
|
8026
|
+
"component",
|
|
8027
|
+
"layout",
|
|
8028
|
+
"resizable"
|
|
8029
|
+
],
|
|
8030
|
+
"menu": [
|
|
8031
|
+
"Components",
|
|
8032
|
+
"Layout",
|
|
8033
|
+
"Splitter"
|
|
8034
|
+
],
|
|
8035
|
+
"order": 999,
|
|
8036
|
+
"chunkName": "route-components-layout-splitter",
|
|
8037
|
+
"tabs": [
|
|
8038
|
+
{
|
|
8039
|
+
"key": "overview",
|
|
8040
|
+
"title": "Overview",
|
|
8041
|
+
"order": 0
|
|
8042
|
+
},
|
|
8043
|
+
{
|
|
8044
|
+
"key": "dev",
|
|
8045
|
+
"title": "Implementation",
|
|
8046
|
+
"order": 3
|
|
8047
|
+
},
|
|
8048
|
+
{
|
|
8049
|
+
"key": "a11y",
|
|
8050
|
+
"title": "Accessibility",
|
|
8051
|
+
"order": 4
|
|
8052
|
+
}
|
|
8053
|
+
]
|
|
8054
|
+
},
|
|
7604
8055
|
{
|
|
7605
8056
|
"path": "/components/layout/stack",
|
|
7606
8057
|
"id": "Components-Stack",
|
|
@@ -8568,29 +9019,28 @@
|
|
|
8568
9019
|
]
|
|
8569
9020
|
},
|
|
8570
9021
|
{
|
|
8571
|
-
"id": "
|
|
8572
|
-
"label": "
|
|
9022
|
+
"id": "patterns",
|
|
9023
|
+
"label": "Patterns",
|
|
8573
9024
|
"order": 999,
|
|
8574
9025
|
"items": [
|
|
8575
9026
|
{
|
|
8576
|
-
"path": "/
|
|
8577
|
-
"id": "
|
|
8578
|
-
"title": "
|
|
8579
|
-
"description": "
|
|
8580
|
-
"category": "
|
|
9027
|
+
"path": "/patterns/actions",
|
|
9028
|
+
"id": "Patterns-Actions",
|
|
9029
|
+
"title": "Actions",
|
|
9030
|
+
"description": "Pre-composed action patterns for common form and page controls",
|
|
9031
|
+
"category": "Patterns",
|
|
8581
9032
|
"tags": [
|
|
8582
|
-
"
|
|
8583
|
-
"
|
|
8584
|
-
"
|
|
9033
|
+
"patterns",
|
|
9034
|
+
"actions",
|
|
9035
|
+
"forms"
|
|
8585
9036
|
],
|
|
8586
9037
|
"menu": [
|
|
8587
|
-
"
|
|
8588
|
-
"
|
|
8589
|
-
"ADR's"
|
|
9038
|
+
"Patterns",
|
|
9039
|
+
"Actions"
|
|
8590
9040
|
],
|
|
8591
|
-
"order":
|
|
8592
|
-
"chunkName": "route-
|
|
8593
|
-
"icon": "
|
|
9041
|
+
"order": 3,
|
|
9042
|
+
"chunkName": "route-patterns-actions",
|
|
9043
|
+
"icon": "TouchApp",
|
|
8594
9044
|
"tabs": [
|
|
8595
9045
|
{
|
|
8596
9046
|
"key": "overview",
|
|
@@ -8600,25 +9050,23 @@
|
|
|
8600
9050
|
]
|
|
8601
9051
|
},
|
|
8602
9052
|
{
|
|
8603
|
-
"path": "/
|
|
8604
|
-
"id": "
|
|
8605
|
-
"title": "
|
|
8606
|
-
"description": "
|
|
8607
|
-
"category": "
|
|
9053
|
+
"path": "/patterns/dialogs",
|
|
9054
|
+
"id": "Patterns-Dialogs",
|
|
9055
|
+
"title": "Dialogs",
|
|
9056
|
+
"description": "Pre-composed dialog patterns built on top of the Dialog primitive for common read-only and confirmation scenarios",
|
|
9057
|
+
"category": "Patterns",
|
|
8608
9058
|
"tags": [
|
|
8609
|
-
"
|
|
8610
|
-
"
|
|
8611
|
-
"
|
|
8612
|
-
"api"
|
|
9059
|
+
"patterns",
|
|
9060
|
+
"dialogs",
|
|
9061
|
+
"overlays"
|
|
8613
9062
|
],
|
|
8614
9063
|
"menu": [
|
|
8615
|
-
"
|
|
8616
|
-
"
|
|
8617
|
-
"ADR's",
|
|
8618
|
-
"ADR0001 Consumer Component APIs"
|
|
9064
|
+
"Patterns",
|
|
9065
|
+
"Dialogs"
|
|
8619
9066
|
],
|
|
8620
|
-
"order":
|
|
8621
|
-
"chunkName": "route-
|
|
9067
|
+
"order": 2,
|
|
9068
|
+
"chunkName": "route-patterns-dialogs",
|
|
9069
|
+
"icon": "OpenInNew",
|
|
8622
9070
|
"tabs": [
|
|
8623
9071
|
{
|
|
8624
9072
|
"key": "overview",
|
|
@@ -8628,25 +9076,23 @@
|
|
|
8628
9076
|
]
|
|
8629
9077
|
},
|
|
8630
9078
|
{
|
|
8631
|
-
"path": "/
|
|
8632
|
-
"id": "
|
|
8633
|
-
"title": "
|
|
8634
|
-
"description": "
|
|
8635
|
-
"category": "
|
|
9079
|
+
"path": "/patterns/fields",
|
|
9080
|
+
"id": "Patterns-Fields",
|
|
9081
|
+
"title": "Fields",
|
|
9082
|
+
"description": "Field pattern components that integrate inputs within FormField for consistent form layouts",
|
|
9083
|
+
"category": "Patterns",
|
|
8636
9084
|
"tags": [
|
|
8637
|
-
"
|
|
8638
|
-
"
|
|
8639
|
-
"
|
|
8640
|
-
"organization"
|
|
9085
|
+
"patterns",
|
|
9086
|
+
"fields",
|
|
9087
|
+
"forms"
|
|
8641
9088
|
],
|
|
8642
9089
|
"menu": [
|
|
8643
|
-
"
|
|
8644
|
-
"
|
|
8645
|
-
"ADR's",
|
|
8646
|
-
"ADR0002 Compound Component Extraction"
|
|
9090
|
+
"Patterns",
|
|
9091
|
+
"Fields"
|
|
8647
9092
|
],
|
|
8648
|
-
"order":
|
|
8649
|
-
"chunkName": "route-
|
|
9093
|
+
"order": 1,
|
|
9094
|
+
"chunkName": "route-patterns-fields",
|
|
9095
|
+
"icon": "Input",
|
|
8650
9096
|
"tabs": [
|
|
8651
9097
|
{
|
|
8652
9098
|
"key": "overview",
|
|
@@ -8656,25 +9102,23 @@
|
|
|
8656
9102
|
]
|
|
8657
9103
|
},
|
|
8658
9104
|
{
|
|
8659
|
-
"path": "/
|
|
8660
|
-
"id": "
|
|
8661
|
-
"title": "
|
|
8662
|
-
"description": "
|
|
8663
|
-
"category": "
|
|
9105
|
+
"path": "/patterns/pages",
|
|
9106
|
+
"id": "Patterns-Pages",
|
|
9107
|
+
"title": "Pages",
|
|
9108
|
+
"description": "Pre-built page layout patterns for common full-page structures",
|
|
9109
|
+
"category": "Patterns",
|
|
8664
9110
|
"tags": [
|
|
8665
|
-
"
|
|
8666
|
-
"
|
|
8667
|
-
"
|
|
8668
|
-
"stability"
|
|
9111
|
+
"patterns",
|
|
9112
|
+
"pages",
|
|
9113
|
+
"layouts"
|
|
8669
9114
|
],
|
|
8670
9115
|
"menu": [
|
|
8671
|
-
"
|
|
8672
|
-
"
|
|
8673
|
-
"ADR's",
|
|
8674
|
-
"ADR0003 Component Lifecycle States"
|
|
9116
|
+
"Patterns",
|
|
9117
|
+
"Pages"
|
|
8675
9118
|
],
|
|
8676
|
-
"order":
|
|
8677
|
-
"chunkName": "route-
|
|
9119
|
+
"order": 4,
|
|
9120
|
+
"chunkName": "route-patterns-pages",
|
|
9121
|
+
"icon": "WebAsset",
|
|
8678
9122
|
"tabs": [
|
|
8679
9123
|
{
|
|
8680
9124
|
"key": "overview",
|
|
@@ -8684,21 +9128,21 @@
|
|
|
8684
9128
|
]
|
|
8685
9129
|
},
|
|
8686
9130
|
{
|
|
8687
|
-
"path": "/
|
|
8688
|
-
"id": "
|
|
8689
|
-
"title": "
|
|
8690
|
-
"description": "
|
|
8691
|
-
"category": "
|
|
9131
|
+
"path": "/patterns",
|
|
9132
|
+
"id": "Patterns",
|
|
9133
|
+
"title": "Patterns",
|
|
9134
|
+
"description": "Reusable component patterns and compositions for common use cases",
|
|
9135
|
+
"category": "Patterns",
|
|
8692
9136
|
"tags": [
|
|
8693
|
-
"
|
|
9137
|
+
"patterns",
|
|
9138
|
+
"compositions",
|
|
9139
|
+
"recipes"
|
|
8694
9140
|
],
|
|
8695
9141
|
"menu": [
|
|
8696
|
-
"
|
|
8697
|
-
"Style Props",
|
|
8698
|
-
"Background"
|
|
9142
|
+
"Patterns"
|
|
8699
9143
|
],
|
|
8700
|
-
"order":
|
|
8701
|
-
"chunkName": "route-
|
|
9144
|
+
"order": 4,
|
|
9145
|
+
"chunkName": "route-patterns",
|
|
8702
9146
|
"tabs": [
|
|
8703
9147
|
{
|
|
8704
9148
|
"key": "overview",
|
|
@@ -8708,77 +9152,628 @@
|
|
|
8708
9152
|
]
|
|
8709
9153
|
},
|
|
8710
9154
|
{
|
|
8711
|
-
"path": "/
|
|
8712
|
-
"id": "
|
|
8713
|
-
"title": "
|
|
8714
|
-
"
|
|
8715
|
-
"
|
|
9155
|
+
"path": "/patterns/actions/form-action-bar",
|
|
9156
|
+
"id": "Patterns-FormActionBar",
|
|
9157
|
+
"title": "Form action bar",
|
|
9158
|
+
"exportName": "FormActionBar",
|
|
9159
|
+
"description": "This pattern component provides standard save/cancel/delete action buttons for form footers, working inside any footer slot.",
|
|
9160
|
+
"lifecycleState": "Beta",
|
|
9161
|
+
"category": "Patterns",
|
|
8716
9162
|
"tags": [
|
|
8717
|
-
"
|
|
9163
|
+
"component",
|
|
9164
|
+
"pattern",
|
|
9165
|
+
"actions",
|
|
9166
|
+
"Button",
|
|
9167
|
+
"Group"
|
|
8718
9168
|
],
|
|
8719
9169
|
"menu": [
|
|
8720
|
-
"
|
|
8721
|
-
"
|
|
8722
|
-
"
|
|
9170
|
+
"Patterns",
|
|
9171
|
+
"Actions",
|
|
9172
|
+
"Form action bar"
|
|
8723
9173
|
],
|
|
8724
9174
|
"order": 999,
|
|
8725
|
-
"chunkName": "route-
|
|
9175
|
+
"chunkName": "route-patterns-actions-form-action-bar",
|
|
8726
9176
|
"tabs": [
|
|
8727
9177
|
{
|
|
8728
9178
|
"key": "overview",
|
|
8729
9179
|
"title": "Overview",
|
|
8730
9180
|
"order": 0
|
|
9181
|
+
},
|
|
9182
|
+
{
|
|
9183
|
+
"key": "dev",
|
|
9184
|
+
"title": "Implementation",
|
|
9185
|
+
"order": 3
|
|
8731
9186
|
}
|
|
8732
9187
|
]
|
|
8733
9188
|
},
|
|
8734
9189
|
{
|
|
8735
|
-
"path": "/
|
|
8736
|
-
"id": "
|
|
8737
|
-
"title": "
|
|
8738
|
-
"
|
|
8739
|
-
"
|
|
9190
|
+
"path": "/patterns/dialogs/confirmation-dialog",
|
|
9191
|
+
"id": "Patterns-ConfirmationDialog",
|
|
9192
|
+
"title": "Confirmation dialog",
|
|
9193
|
+
"exportName": "ConfirmationDialog",
|
|
9194
|
+
"description": "A pre-composed confirm/cancel dialog with a flat, opinionated API.",
|
|
9195
|
+
"category": "Patterns",
|
|
8740
9196
|
"tags": [
|
|
8741
|
-
"
|
|
9197
|
+
"component",
|
|
9198
|
+
"pattern",
|
|
9199
|
+
"dialog",
|
|
9200
|
+
"ConfirmationDialog"
|
|
8742
9201
|
],
|
|
8743
9202
|
"menu": [
|
|
8744
|
-
"
|
|
8745
|
-
"
|
|
8746
|
-
"
|
|
9203
|
+
"Patterns",
|
|
9204
|
+
"Dialogs",
|
|
9205
|
+
"Confirmation dialog"
|
|
8747
9206
|
],
|
|
8748
|
-
"order":
|
|
8749
|
-
"chunkName": "route-
|
|
8750
|
-
"icon": "Download",
|
|
9207
|
+
"order": 999,
|
|
9208
|
+
"chunkName": "route-patterns-dialogs-confirmation-dialog",
|
|
8751
9209
|
"tabs": [
|
|
8752
9210
|
{
|
|
8753
9211
|
"key": "overview",
|
|
8754
9212
|
"title": "Overview",
|
|
8755
9213
|
"order": 0
|
|
9214
|
+
},
|
|
9215
|
+
{
|
|
9216
|
+
"key": "dev",
|
|
9217
|
+
"title": "Implementation",
|
|
9218
|
+
"order": 3
|
|
8756
9219
|
}
|
|
8757
9220
|
]
|
|
8758
9221
|
},
|
|
8759
9222
|
{
|
|
8760
|
-
"path": "/
|
|
8761
|
-
"id": "
|
|
8762
|
-
"title": "
|
|
8763
|
-
"
|
|
8764
|
-
"
|
|
9223
|
+
"path": "/patterns/dialogs/form-dialog",
|
|
9224
|
+
"id": "Patterns-FormDialog",
|
|
9225
|
+
"title": "Form dialog",
|
|
9226
|
+
"exportName": "FormDialog",
|
|
9227
|
+
"description": "A pre-composed save/cancel dialog with a flat, opinionated API for hosting a form in a modal.",
|
|
9228
|
+
"category": "Patterns",
|
|
8765
9229
|
"tags": [
|
|
8766
|
-
"
|
|
9230
|
+
"component",
|
|
9231
|
+
"pattern",
|
|
9232
|
+
"dialog",
|
|
9233
|
+
"FormDialog"
|
|
8767
9234
|
],
|
|
8768
9235
|
"menu": [
|
|
8769
|
-
"
|
|
8770
|
-
"
|
|
8771
|
-
"
|
|
9236
|
+
"Patterns",
|
|
9237
|
+
"Dialogs",
|
|
9238
|
+
"Form dialog"
|
|
8772
9239
|
],
|
|
8773
9240
|
"order": 999,
|
|
8774
|
-
"chunkName": "route-
|
|
9241
|
+
"chunkName": "route-patterns-dialogs-form-dialog",
|
|
8775
9242
|
"tabs": [
|
|
8776
9243
|
{
|
|
8777
9244
|
"key": "overview",
|
|
8778
9245
|
"title": "Overview",
|
|
8779
9246
|
"order": 0
|
|
8780
|
-
}
|
|
8781
|
-
|
|
9247
|
+
},
|
|
9248
|
+
{
|
|
9249
|
+
"key": "dev",
|
|
9250
|
+
"title": "Implementation",
|
|
9251
|
+
"order": 3
|
|
9252
|
+
}
|
|
9253
|
+
]
|
|
9254
|
+
},
|
|
9255
|
+
{
|
|
9256
|
+
"path": "/patterns/dialogs/info-dialog",
|
|
9257
|
+
"id": "Patterns-InfoDialog",
|
|
9258
|
+
"title": "Info dialog",
|
|
9259
|
+
"exportName": "InfoDialog",
|
|
9260
|
+
"description": "A pre-composed read-only informational dialog with a flat, minimal API.",
|
|
9261
|
+
"category": "Patterns",
|
|
9262
|
+
"tags": [
|
|
9263
|
+
"component",
|
|
9264
|
+
"pattern",
|
|
9265
|
+
"dialog",
|
|
9266
|
+
"InfoDialog"
|
|
9267
|
+
],
|
|
9268
|
+
"menu": [
|
|
9269
|
+
"Patterns",
|
|
9270
|
+
"Dialogs",
|
|
9271
|
+
"Info dialog"
|
|
9272
|
+
],
|
|
9273
|
+
"order": 999,
|
|
9274
|
+
"chunkName": "route-patterns-dialogs-info-dialog",
|
|
9275
|
+
"tabs": [
|
|
9276
|
+
{
|
|
9277
|
+
"key": "overview",
|
|
9278
|
+
"title": "Overview",
|
|
9279
|
+
"order": 0
|
|
9280
|
+
},
|
|
9281
|
+
{
|
|
9282
|
+
"key": "dev",
|
|
9283
|
+
"title": "Implementation",
|
|
9284
|
+
"order": 3
|
|
9285
|
+
}
|
|
9286
|
+
]
|
|
9287
|
+
},
|
|
9288
|
+
{
|
|
9289
|
+
"path": "/patterns/fields/date-range-picker-field",
|
|
9290
|
+
"id": "Patterns-DateRangePickerField",
|
|
9291
|
+
"title": "Date range picker field",
|
|
9292
|
+
"exportName": "DateRangePickerField",
|
|
9293
|
+
"description": "This pattern component integrates the DateRangePicker within a FormField using a simple, consistent, and opinionated API.",
|
|
9294
|
+
"category": "Patterns",
|
|
9295
|
+
"tags": [
|
|
9296
|
+
"component",
|
|
9297
|
+
"pattern",
|
|
9298
|
+
"field",
|
|
9299
|
+
"DateRangePicker",
|
|
9300
|
+
"DateRangePickerField"
|
|
9301
|
+
],
|
|
9302
|
+
"menu": [
|
|
9303
|
+
"Patterns",
|
|
9304
|
+
"Fields",
|
|
9305
|
+
"Date range picker field"
|
|
9306
|
+
],
|
|
9307
|
+
"order": 999,
|
|
9308
|
+
"chunkName": "route-patterns-fields-date-range-picker-field",
|
|
9309
|
+
"tabs": [
|
|
9310
|
+
{
|
|
9311
|
+
"key": "overview",
|
|
9312
|
+
"title": "Overview",
|
|
9313
|
+
"order": 0
|
|
9314
|
+
},
|
|
9315
|
+
{
|
|
9316
|
+
"key": "dev",
|
|
9317
|
+
"title": "Implementation",
|
|
9318
|
+
"order": 3
|
|
9319
|
+
}
|
|
9320
|
+
]
|
|
9321
|
+
},
|
|
9322
|
+
{
|
|
9323
|
+
"path": "/patterns/fields/money-input-field",
|
|
9324
|
+
"id": "Patterns-MoneyInputField",
|
|
9325
|
+
"title": "Money input field",
|
|
9326
|
+
"exportName": "MoneyInputField",
|
|
9327
|
+
"description": "This pattern component integrates the MoneyInput within a FormField using a simple, consistent, and opinionated API.",
|
|
9328
|
+
"category": "Patterns",
|
|
9329
|
+
"tags": [
|
|
9330
|
+
"component",
|
|
9331
|
+
"pattern",
|
|
9332
|
+
"field",
|
|
9333
|
+
"MoneyInput",
|
|
9334
|
+
"MoneyInputField"
|
|
9335
|
+
],
|
|
9336
|
+
"menu": [
|
|
9337
|
+
"Patterns",
|
|
9338
|
+
"Fields",
|
|
9339
|
+
"Money input field"
|
|
9340
|
+
],
|
|
9341
|
+
"order": 999,
|
|
9342
|
+
"chunkName": "route-patterns-fields-money-input-field",
|
|
9343
|
+
"tabs": [
|
|
9344
|
+
{
|
|
9345
|
+
"key": "overview",
|
|
9346
|
+
"title": "Overview",
|
|
9347
|
+
"order": 0
|
|
9348
|
+
},
|
|
9349
|
+
{
|
|
9350
|
+
"key": "dev",
|
|
9351
|
+
"title": "Implementation",
|
|
9352
|
+
"order": 3
|
|
9353
|
+
}
|
|
9354
|
+
]
|
|
9355
|
+
},
|
|
9356
|
+
{
|
|
9357
|
+
"path": "/patterns/fields/multiline-text-input-field",
|
|
9358
|
+
"id": "Patterns-MultilineTextInputField",
|
|
9359
|
+
"title": "Multiline text input field",
|
|
9360
|
+
"exportName": "MultilineTextInputField",
|
|
9361
|
+
"description": "This pattern component integrates the MultilineTextInput within a FormField using a simple, consistent, and opinionated API.",
|
|
9362
|
+
"category": "Patterns",
|
|
9363
|
+
"tags": [
|
|
9364
|
+
"component",
|
|
9365
|
+
"pattern",
|
|
9366
|
+
"field",
|
|
9367
|
+
"MultilineTextInput",
|
|
9368
|
+
"MultilineTextInputField"
|
|
9369
|
+
],
|
|
9370
|
+
"menu": [
|
|
9371
|
+
"Patterns",
|
|
9372
|
+
"Fields",
|
|
9373
|
+
"Multiline text input field"
|
|
9374
|
+
],
|
|
9375
|
+
"order": 999,
|
|
9376
|
+
"chunkName": "route-patterns-fields-multiline-text-input-field",
|
|
9377
|
+
"tabs": [
|
|
9378
|
+
{
|
|
9379
|
+
"key": "overview",
|
|
9380
|
+
"title": "Overview",
|
|
9381
|
+
"order": 0
|
|
9382
|
+
},
|
|
9383
|
+
{
|
|
9384
|
+
"key": "dev",
|
|
9385
|
+
"title": "Implementation",
|
|
9386
|
+
"order": 3
|
|
9387
|
+
}
|
|
9388
|
+
]
|
|
9389
|
+
},
|
|
9390
|
+
{
|
|
9391
|
+
"path": "/patterns/fields/number-input-field",
|
|
9392
|
+
"id": "Patterns-NumberInputField",
|
|
9393
|
+
"title": "Number input field",
|
|
9394
|
+
"exportName": "NumberInputField",
|
|
9395
|
+
"description": "This pattern component integrates the NumberInput within a FormField using a simple, consistent, and opinionated API.",
|
|
9396
|
+
"category": "Patterns",
|
|
9397
|
+
"tags": [
|
|
9398
|
+
"component",
|
|
9399
|
+
"pattern",
|
|
9400
|
+
"field",
|
|
9401
|
+
"NumberInput",
|
|
9402
|
+
"NumberInputField"
|
|
9403
|
+
],
|
|
9404
|
+
"menu": [
|
|
9405
|
+
"Patterns",
|
|
9406
|
+
"Fields",
|
|
9407
|
+
"Number input field"
|
|
9408
|
+
],
|
|
9409
|
+
"order": 999,
|
|
9410
|
+
"chunkName": "route-patterns-fields-number-input-field",
|
|
9411
|
+
"tabs": [
|
|
9412
|
+
{
|
|
9413
|
+
"key": "overview",
|
|
9414
|
+
"title": "Overview",
|
|
9415
|
+
"order": 0
|
|
9416
|
+
},
|
|
9417
|
+
{
|
|
9418
|
+
"key": "dev",
|
|
9419
|
+
"title": "Implementation",
|
|
9420
|
+
"order": 3
|
|
9421
|
+
}
|
|
9422
|
+
]
|
|
9423
|
+
},
|
|
9424
|
+
{
|
|
9425
|
+
"path": "/patterns/fields/password-input-field",
|
|
9426
|
+
"id": "Patterns-PasswordInputField",
|
|
9427
|
+
"title": "Password input field",
|
|
9428
|
+
"exportName": "PasswordInputField",
|
|
9429
|
+
"description": "This pattern component integrates the PasswordInput within a FormField using a simple, consistent, and opinionated API.",
|
|
9430
|
+
"category": "Patterns",
|
|
9431
|
+
"tags": [
|
|
9432
|
+
"component",
|
|
9433
|
+
"pattern",
|
|
9434
|
+
"field",
|
|
9435
|
+
"PasswordInput",
|
|
9436
|
+
"PasswordInputField"
|
|
9437
|
+
],
|
|
9438
|
+
"menu": [
|
|
9439
|
+
"Patterns",
|
|
9440
|
+
"Fields",
|
|
9441
|
+
"Password input field"
|
|
9442
|
+
],
|
|
9443
|
+
"order": 999,
|
|
9444
|
+
"chunkName": "route-patterns-fields-password-input-field",
|
|
9445
|
+
"tabs": [
|
|
9446
|
+
{
|
|
9447
|
+
"key": "overview",
|
|
9448
|
+
"title": "Overview",
|
|
9449
|
+
"order": 0
|
|
9450
|
+
},
|
|
9451
|
+
{
|
|
9452
|
+
"key": "dev",
|
|
9453
|
+
"title": "Implementation",
|
|
9454
|
+
"order": 3
|
|
9455
|
+
}
|
|
9456
|
+
]
|
|
9457
|
+
},
|
|
9458
|
+
{
|
|
9459
|
+
"path": "/patterns/fields/search-input-field",
|
|
9460
|
+
"id": "Patterns-SearchInputField",
|
|
9461
|
+
"title": "Search input field",
|
|
9462
|
+
"exportName": "SearchInputField",
|
|
9463
|
+
"description": "This pattern component integrates the SearchInput within a FormField using a simple, consistent, and opinionated API.",
|
|
9464
|
+
"category": "Patterns",
|
|
9465
|
+
"tags": [
|
|
9466
|
+
"component",
|
|
9467
|
+
"pattern",
|
|
9468
|
+
"field",
|
|
9469
|
+
"SearchInput",
|
|
9470
|
+
"SearchInputField"
|
|
9471
|
+
],
|
|
9472
|
+
"menu": [
|
|
9473
|
+
"Patterns",
|
|
9474
|
+
"Fields",
|
|
9475
|
+
"Search input field"
|
|
9476
|
+
],
|
|
9477
|
+
"order": 999,
|
|
9478
|
+
"chunkName": "route-patterns-fields-search-input-field",
|
|
9479
|
+
"tabs": [
|
|
9480
|
+
{
|
|
9481
|
+
"key": "overview",
|
|
9482
|
+
"title": "Overview",
|
|
9483
|
+
"order": 0
|
|
9484
|
+
},
|
|
9485
|
+
{
|
|
9486
|
+
"key": "dev",
|
|
9487
|
+
"title": "Implementation",
|
|
9488
|
+
"order": 3
|
|
9489
|
+
}
|
|
9490
|
+
]
|
|
9491
|
+
},
|
|
9492
|
+
{
|
|
9493
|
+
"path": "/patterns/fields/text-input-field",
|
|
9494
|
+
"id": "Patterns-TextInputField",
|
|
9495
|
+
"title": "Text input field",
|
|
9496
|
+
"exportName": "TextInputField",
|
|
9497
|
+
"description": "This pattern component integrates the TextInput within a FormField using a simple, consistent, and opinionated API.",
|
|
9498
|
+
"category": "Patterns",
|
|
9499
|
+
"tags": [
|
|
9500
|
+
"component",
|
|
9501
|
+
"pattern",
|
|
9502
|
+
"field",
|
|
9503
|
+
"TextInput",
|
|
9504
|
+
"TextInputField"
|
|
9505
|
+
],
|
|
9506
|
+
"menu": [
|
|
9507
|
+
"Patterns",
|
|
9508
|
+
"Fields",
|
|
9509
|
+
"Text input field"
|
|
9510
|
+
],
|
|
9511
|
+
"order": 999,
|
|
9512
|
+
"chunkName": "route-patterns-fields-text-input-field",
|
|
9513
|
+
"tabs": [
|
|
9514
|
+
{
|
|
9515
|
+
"key": "overview",
|
|
9516
|
+
"title": "Overview",
|
|
9517
|
+
"order": 0
|
|
9518
|
+
},
|
|
9519
|
+
{
|
|
9520
|
+
"key": "dev",
|
|
9521
|
+
"title": "Implementation",
|
|
9522
|
+
"order": 3
|
|
9523
|
+
}
|
|
9524
|
+
]
|
|
9525
|
+
},
|
|
9526
|
+
{
|
|
9527
|
+
"path": "/patterns/pages/public-page-layout",
|
|
9528
|
+
"id": "Patterns-PublicPageLayout",
|
|
9529
|
+
"title": "Public page layout",
|
|
9530
|
+
"exportName": "PublicPageLayout",
|
|
9531
|
+
"description": "A pre-built, centered layout for public-facing pages (login, registration, password reset) with slots for brand logo, welcome heading, main content, and legal footer.",
|
|
9532
|
+
"lifecycleState": "Beta",
|
|
9533
|
+
"category": "Patterns",
|
|
9534
|
+
"tags": [
|
|
9535
|
+
"component",
|
|
9536
|
+
"pattern",
|
|
9537
|
+
"pages",
|
|
9538
|
+
"Flex",
|
|
9539
|
+
"Stack",
|
|
9540
|
+
"Heading",
|
|
9541
|
+
"Text"
|
|
9542
|
+
],
|
|
9543
|
+
"menu": [
|
|
9544
|
+
"Patterns",
|
|
9545
|
+
"Pages",
|
|
9546
|
+
"Public page layout"
|
|
9547
|
+
],
|
|
9548
|
+
"order": 999,
|
|
9549
|
+
"chunkName": "route-patterns-pages-public-page-layout",
|
|
9550
|
+
"tabs": [
|
|
9551
|
+
{
|
|
9552
|
+
"key": "overview",
|
|
9553
|
+
"title": "Overview",
|
|
9554
|
+
"order": 0
|
|
9555
|
+
},
|
|
9556
|
+
{
|
|
9557
|
+
"key": "dev",
|
|
9558
|
+
"title": "Implementation",
|
|
9559
|
+
"order": 3
|
|
9560
|
+
}
|
|
9561
|
+
]
|
|
9562
|
+
}
|
|
9563
|
+
]
|
|
9564
|
+
},
|
|
9565
|
+
{
|
|
9566
|
+
"id": "home",
|
|
9567
|
+
"label": "Home",
|
|
9568
|
+
"order": 999,
|
|
9569
|
+
"items": [
|
|
9570
|
+
{
|
|
9571
|
+
"path": "/home/contribute/adrs",
|
|
9572
|
+
"id": "Architecture-Decision-Records",
|
|
9573
|
+
"title": "ADR: Using Architecture Decision Records",
|
|
9574
|
+
"description": "An explanation of what Architecture Decision Records are and how we use them",
|
|
9575
|
+
"category": "Home",
|
|
9576
|
+
"tags": [
|
|
9577
|
+
"architecture",
|
|
9578
|
+
"documentation",
|
|
9579
|
+
"process"
|
|
9580
|
+
],
|
|
9581
|
+
"menu": [
|
|
9582
|
+
"Home",
|
|
9583
|
+
"Contribute",
|
|
9584
|
+
"ADR's"
|
|
9585
|
+
],
|
|
9586
|
+
"order": 999,
|
|
9587
|
+
"chunkName": "route-home-contribute-adrs",
|
|
9588
|
+
"icon": "Gavel",
|
|
9589
|
+
"tabs": [
|
|
9590
|
+
{
|
|
9591
|
+
"key": "overview",
|
|
9592
|
+
"title": "Overview",
|
|
9593
|
+
"order": 0
|
|
9594
|
+
}
|
|
9595
|
+
]
|
|
9596
|
+
},
|
|
9597
|
+
{
|
|
9598
|
+
"path": "/home/contribute/adrs/adr0001-consumer-component-apis",
|
|
9599
|
+
"id": "Consumer-Component-APIs",
|
|
9600
|
+
"title": "ADR: On Consumer Component API's",
|
|
9601
|
+
"description": "Architecture decision record on how to structure component APIs for flexibility and maintainability",
|
|
9602
|
+
"category": "Home",
|
|
9603
|
+
"tags": [
|
|
9604
|
+
"architecture",
|
|
9605
|
+
"components",
|
|
9606
|
+
"design",
|
|
9607
|
+
"api"
|
|
9608
|
+
],
|
|
9609
|
+
"menu": [
|
|
9610
|
+
"Home",
|
|
9611
|
+
"Contribute",
|
|
9612
|
+
"ADR's",
|
|
9613
|
+
"ADR0001 Consumer Component APIs"
|
|
9614
|
+
],
|
|
9615
|
+
"order": 1,
|
|
9616
|
+
"chunkName": "route-home-contribute-adrs-adr0001-consumer-component-apis",
|
|
9617
|
+
"tabs": [
|
|
9618
|
+
{
|
|
9619
|
+
"key": "overview",
|
|
9620
|
+
"title": "Overview",
|
|
9621
|
+
"order": 0
|
|
9622
|
+
}
|
|
9623
|
+
]
|
|
9624
|
+
},
|
|
9625
|
+
{
|
|
9626
|
+
"path": "/home/contribute/adrs/adr0002-compound-component-extraction",
|
|
9627
|
+
"id": "Compound-Component-Extraction",
|
|
9628
|
+
"title": "ADR: Standardizing Compound Component Extraction to a `components` Directory",
|
|
9629
|
+
"description": "Architecture decision record on organizing compound component implementations",
|
|
9630
|
+
"category": "Home",
|
|
9631
|
+
"tags": [
|
|
9632
|
+
"architecture",
|
|
9633
|
+
"components",
|
|
9634
|
+
"directory-structure",
|
|
9635
|
+
"organization"
|
|
9636
|
+
],
|
|
9637
|
+
"menu": [
|
|
9638
|
+
"Home",
|
|
9639
|
+
"Contribute",
|
|
9640
|
+
"ADR's",
|
|
9641
|
+
"ADR0002 Compound Component Extraction"
|
|
9642
|
+
],
|
|
9643
|
+
"order": 2,
|
|
9644
|
+
"chunkName": "route-home-contribute-adrs-adr0002-compound-component-extraction",
|
|
9645
|
+
"tabs": [
|
|
9646
|
+
{
|
|
9647
|
+
"key": "overview",
|
|
9648
|
+
"title": "Overview",
|
|
9649
|
+
"order": 0
|
|
9650
|
+
}
|
|
9651
|
+
]
|
|
9652
|
+
},
|
|
9653
|
+
{
|
|
9654
|
+
"path": "/home/contribute/adrs/adr0003-component-lifecycle-states",
|
|
9655
|
+
"id": "Component-Lifecycle-States",
|
|
9656
|
+
"title": "ADR: Nimbus Software Lifecycle States",
|
|
9657
|
+
"description": "Architecture decision record defining the lifecycle states for Nimbus components, hooks, utilities, classes, etc.",
|
|
9658
|
+
"category": "Home",
|
|
9659
|
+
"tags": [
|
|
9660
|
+
"architecture",
|
|
9661
|
+
"lifecycle",
|
|
9662
|
+
"versioning",
|
|
9663
|
+
"stability"
|
|
9664
|
+
],
|
|
9665
|
+
"menu": [
|
|
9666
|
+
"Home",
|
|
9667
|
+
"Contribute",
|
|
9668
|
+
"ADR's",
|
|
9669
|
+
"ADR0003 Component Lifecycle States"
|
|
9670
|
+
],
|
|
9671
|
+
"order": 3,
|
|
9672
|
+
"chunkName": "route-home-contribute-adrs-adr0003-component-lifecycle-states",
|
|
9673
|
+
"tabs": [
|
|
9674
|
+
{
|
|
9675
|
+
"key": "overview",
|
|
9676
|
+
"title": "Overview",
|
|
9677
|
+
"order": 0
|
|
9678
|
+
}
|
|
9679
|
+
]
|
|
9680
|
+
},
|
|
9681
|
+
{
|
|
9682
|
+
"path": "/home/style-props/background",
|
|
9683
|
+
"id": "Style Props-Background",
|
|
9684
|
+
"title": "Background",
|
|
9685
|
+
"description": "JSX style props for styling background colors, gradients, and images.",
|
|
9686
|
+
"category": "Home",
|
|
9687
|
+
"tags": [
|
|
9688
|
+
"document"
|
|
9689
|
+
],
|
|
9690
|
+
"menu": [
|
|
9691
|
+
"Home",
|
|
9692
|
+
"Style Props",
|
|
9693
|
+
"Background"
|
|
9694
|
+
],
|
|
9695
|
+
"order": 999,
|
|
9696
|
+
"chunkName": "route-home-style-props-background",
|
|
9697
|
+
"tabs": [
|
|
9698
|
+
{
|
|
9699
|
+
"key": "overview",
|
|
9700
|
+
"title": "Overview",
|
|
9701
|
+
"order": 0
|
|
9702
|
+
}
|
|
9703
|
+
]
|
|
9704
|
+
},
|
|
9705
|
+
{
|
|
9706
|
+
"path": "/home/style-props/border",
|
|
9707
|
+
"id": "Style Props-Border",
|
|
9708
|
+
"title": "Border",
|
|
9709
|
+
"description": "JSX style props for styling border and border radius.",
|
|
9710
|
+
"category": "Home",
|
|
9711
|
+
"tags": [
|
|
9712
|
+
"document"
|
|
9713
|
+
],
|
|
9714
|
+
"menu": [
|
|
9715
|
+
"Home",
|
|
9716
|
+
"Style Props",
|
|
9717
|
+
"Border"
|
|
9718
|
+
],
|
|
9719
|
+
"order": 999,
|
|
9720
|
+
"chunkName": "route-home-style-props-border",
|
|
9721
|
+
"tabs": [
|
|
9722
|
+
{
|
|
9723
|
+
"key": "overview",
|
|
9724
|
+
"title": "Overview",
|
|
9725
|
+
"order": 0
|
|
9726
|
+
}
|
|
9727
|
+
]
|
|
9728
|
+
},
|
|
9729
|
+
{
|
|
9730
|
+
"path": "/home/contribute/development-setup",
|
|
9731
|
+
"id": "Home-Contribute-Setup",
|
|
9732
|
+
"title": "Local Development Setup",
|
|
9733
|
+
"description": "Set up nimbus for local development",
|
|
9734
|
+
"category": "Home",
|
|
9735
|
+
"tags": [
|
|
9736
|
+
"document"
|
|
9737
|
+
],
|
|
9738
|
+
"menu": [
|
|
9739
|
+
"Home",
|
|
9740
|
+
"Contribute",
|
|
9741
|
+
"Development Setup"
|
|
9742
|
+
],
|
|
9743
|
+
"order": 1,
|
|
9744
|
+
"chunkName": "route-home-contribute-development-setup",
|
|
9745
|
+
"icon": "Download",
|
|
9746
|
+
"tabs": [
|
|
9747
|
+
{
|
|
9748
|
+
"key": "overview",
|
|
9749
|
+
"title": "Overview",
|
|
9750
|
+
"order": 0
|
|
9751
|
+
}
|
|
9752
|
+
]
|
|
9753
|
+
},
|
|
9754
|
+
{
|
|
9755
|
+
"path": "/home/style-props/display",
|
|
9756
|
+
"id": "Style Props-Display",
|
|
9757
|
+
"title": "Display",
|
|
9758
|
+
"description": "Style props for styling display of an element.",
|
|
9759
|
+
"category": "Home",
|
|
9760
|
+
"tags": [
|
|
9761
|
+
"document"
|
|
9762
|
+
],
|
|
9763
|
+
"menu": [
|
|
9764
|
+
"Home",
|
|
9765
|
+
"Style Props",
|
|
9766
|
+
"Display"
|
|
9767
|
+
],
|
|
9768
|
+
"order": 999,
|
|
9769
|
+
"chunkName": "route-home-style-props-display",
|
|
9770
|
+
"tabs": [
|
|
9771
|
+
{
|
|
9772
|
+
"key": "overview",
|
|
9773
|
+
"title": "Overview",
|
|
9774
|
+
"order": 0
|
|
9775
|
+
}
|
|
9776
|
+
]
|
|
8782
9777
|
},
|
|
8783
9778
|
{
|
|
8784
9779
|
"path": "/home/style-props/effects",
|
|
@@ -8852,6 +9847,36 @@
|
|
|
8852
9847
|
}
|
|
8853
9848
|
]
|
|
8854
9849
|
},
|
|
9850
|
+
{
|
|
9851
|
+
"path": "/home/getting-started/bundler-plugins",
|
|
9852
|
+
"id": "Home-BundlerPlugins-1749667200000",
|
|
9853
|
+
"title": "Bundler Plugins",
|
|
9854
|
+
"description": "Webpack and Vite plugins for optional Nimbus dependency resolution",
|
|
9855
|
+
"category": "Home",
|
|
9856
|
+
"tags": [
|
|
9857
|
+
"guide",
|
|
9858
|
+
"plugins",
|
|
9859
|
+
"webpack",
|
|
9860
|
+
"vite",
|
|
9861
|
+
"build",
|
|
9862
|
+
"optional-dependency"
|
|
9863
|
+
],
|
|
9864
|
+
"menu": [
|
|
9865
|
+
"Home",
|
|
9866
|
+
"Getting Started",
|
|
9867
|
+
"Bundler Plugins"
|
|
9868
|
+
],
|
|
9869
|
+
"order": 7,
|
|
9870
|
+
"chunkName": "route-home-getting-started-bundler-plugins",
|
|
9871
|
+
"icon": "Extension",
|
|
9872
|
+
"tabs": [
|
|
9873
|
+
{
|
|
9874
|
+
"key": "overview",
|
|
9875
|
+
"title": "Overview",
|
|
9876
|
+
"order": 0
|
|
9877
|
+
}
|
|
9878
|
+
]
|
|
9879
|
+
},
|
|
8855
9880
|
{
|
|
8856
9881
|
"path": "/home/contribute",
|
|
8857
9882
|
"id": "Home-Contribute-1746704391512",
|
|
@@ -9484,223 +10509,10 @@
|
|
|
9484
10509
|
]
|
|
9485
10510
|
},
|
|
9486
10511
|
{
|
|
9487
|
-
"path": "/home/design-tokens/other/breakpoints",
|
|
9488
|
-
"id": "Breakpoints",
|
|
9489
|
-
"title": "Breakpoints",
|
|
9490
|
-
"description": "The list of available breakpoints",
|
|
9491
|
-
"category": "Home",
|
|
9492
|
-
"tags": [
|
|
9493
|
-
"z-index",
|
|
9494
|
-
"layer",
|
|
9495
|
-
"stacking",
|
|
9496
|
-
"context"
|
|
9497
|
-
],
|
|
9498
|
-
"menu": [
|
|
9499
|
-
"Home",
|
|
9500
|
-
"Design Tokens",
|
|
9501
|
-
"Other",
|
|
9502
|
-
"Breakpoints"
|
|
9503
|
-
],
|
|
9504
|
-
"order": 999,
|
|
9505
|
-
"chunkName": "route-home-design-tokens-other-breakpoints",
|
|
9506
|
-
"icon": "DesktopWindows",
|
|
9507
|
-
"tabs": [
|
|
9508
|
-
{
|
|
9509
|
-
"key": "overview",
|
|
9510
|
-
"title": "Overview",
|
|
9511
|
-
"order": 0
|
|
9512
|
-
}
|
|
9513
|
-
]
|
|
9514
|
-
},
|
|
9515
|
-
{
|
|
9516
|
-
"path": "/home/design-tokens/colors",
|
|
9517
|
-
"id": "Colors",
|
|
9518
|
-
"title": "Colors",
|
|
9519
|
-
"description": "available colors",
|
|
9520
|
-
"category": "Home",
|
|
9521
|
-
"tags": [
|
|
9522
|
-
"colors"
|
|
9523
|
-
],
|
|
9524
|
-
"menu": [
|
|
9525
|
-
"Home",
|
|
9526
|
-
"Design Tokens",
|
|
9527
|
-
"Colors"
|
|
9528
|
-
],
|
|
9529
|
-
"order": 999,
|
|
9530
|
-
"chunkName": "route-home-design-tokens-colors",
|
|
9531
|
-
"icon": "Palette",
|
|
9532
|
-
"tabs": [
|
|
9533
|
-
{
|
|
9534
|
-
"key": "overview",
|
|
9535
|
-
"title": "Overview",
|
|
9536
|
-
"order": 0
|
|
9537
|
-
}
|
|
9538
|
-
]
|
|
9539
|
-
},
|
|
9540
|
-
{
|
|
9541
|
-
"path": "/home/design-tokens/other/cursors",
|
|
9542
|
-
"id": "TokensCursors",
|
|
9543
|
-
"title": "Cursors",
|
|
9544
|
-
"description": "The list of available cursor tokens",
|
|
9545
|
-
"category": "Home",
|
|
9546
|
-
"tags": [
|
|
9547
|
-
"cursor"
|
|
9548
|
-
],
|
|
9549
|
-
"menu": [
|
|
9550
|
-
"Home",
|
|
9551
|
-
"Design Tokens",
|
|
9552
|
-
"Other",
|
|
9553
|
-
"Cursors"
|
|
9554
|
-
],
|
|
9555
|
-
"order": 999,
|
|
9556
|
-
"chunkName": "route-home-design-tokens-other-cursors",
|
|
9557
|
-
"icon": "Mouse",
|
|
9558
|
-
"tabs": [
|
|
9559
|
-
{
|
|
9560
|
-
"key": "overview",
|
|
9561
|
-
"title": "Overview",
|
|
9562
|
-
"order": 0
|
|
9563
|
-
}
|
|
9564
|
-
]
|
|
9565
|
-
},
|
|
9566
|
-
{
|
|
9567
|
-
"path": "/home/design-tokens/radii",
|
|
9568
|
-
"id": "TokensRadii",
|
|
9569
|
-
"title": "Radii",
|
|
9570
|
-
"description": "The list of available radius tokens",
|
|
9571
|
-
"category": "Home",
|
|
9572
|
-
"tags": [
|
|
9573
|
-
"radius",
|
|
9574
|
-
"radii",
|
|
9575
|
-
"border-radius"
|
|
9576
|
-
],
|
|
9577
|
-
"menu": [
|
|
9578
|
-
"Home",
|
|
9579
|
-
"Design Tokens",
|
|
9580
|
-
"Radii"
|
|
9581
|
-
],
|
|
9582
|
-
"order": 999,
|
|
9583
|
-
"chunkName": "route-home-design-tokens-radii",
|
|
9584
|
-
"icon": "Architecture",
|
|
9585
|
-
"tabs": [
|
|
9586
|
-
{
|
|
9587
|
-
"key": "overview",
|
|
9588
|
-
"title": "Overview",
|
|
9589
|
-
"order": 0
|
|
9590
|
-
}
|
|
9591
|
-
]
|
|
9592
|
-
},
|
|
9593
|
-
{
|
|
9594
|
-
"path": "/home/design-tokens/shadows",
|
|
9595
|
-
"id": "TokensShadows",
|
|
9596
|
-
"title": "Shadows",
|
|
9597
|
-
"description": "The list of available shadow tokens",
|
|
9598
|
-
"category": "Home",
|
|
9599
|
-
"tags": [
|
|
9600
|
-
"shadows"
|
|
9601
|
-
],
|
|
9602
|
-
"menu": [
|
|
9603
|
-
"Home",
|
|
9604
|
-
"Design Tokens",
|
|
9605
|
-
"Shadows"
|
|
9606
|
-
],
|
|
9607
|
-
"order": 999,
|
|
9608
|
-
"chunkName": "route-home-design-tokens-shadows",
|
|
9609
|
-
"icon": "Texture",
|
|
9610
|
-
"tabs": [
|
|
9611
|
-
{
|
|
9612
|
-
"key": "overview",
|
|
9613
|
-
"title": "Overview",
|
|
9614
|
-
"order": 0
|
|
9615
|
-
}
|
|
9616
|
-
]
|
|
9617
|
-
},
|
|
9618
|
-
{
|
|
9619
|
-
"path": "/home/design-tokens/sizes",
|
|
9620
|
-
"id": "TokensSizes",
|
|
9621
|
-
"title": "Sizes",
|
|
9622
|
-
"description": "The list of available size tokens",
|
|
9623
|
-
"category": "Home",
|
|
9624
|
-
"tags": [
|
|
9625
|
-
"sizes"
|
|
9626
|
-
],
|
|
9627
|
-
"menu": [
|
|
9628
|
-
"Home",
|
|
9629
|
-
"Design Tokens",
|
|
9630
|
-
"Sizes"
|
|
9631
|
-
],
|
|
9632
|
-
"order": 999,
|
|
9633
|
-
"chunkName": "route-home-design-tokens-sizes",
|
|
9634
|
-
"icon": "Straighten",
|
|
9635
|
-
"tabs": [
|
|
9636
|
-
{
|
|
9637
|
-
"key": "overview",
|
|
9638
|
-
"title": "Overview",
|
|
9639
|
-
"order": 0
|
|
9640
|
-
}
|
|
9641
|
-
]
|
|
9642
|
-
},
|
|
9643
|
-
{
|
|
9644
|
-
"path": "/home/design-tokens/spacing",
|
|
9645
|
-
"id": "Spacing",
|
|
9646
|
-
"title": "Spacing",
|
|
9647
|
-
"description": "Spacing tokens are used to define the space between elements.",
|
|
9648
|
-
"category": "Home",
|
|
9649
|
-
"tags": [
|
|
9650
|
-
"space",
|
|
9651
|
-
"spacing"
|
|
9652
|
-
],
|
|
9653
|
-
"menu": [
|
|
9654
|
-
"Home",
|
|
9655
|
-
"Design Tokens",
|
|
9656
|
-
"Spacing"
|
|
9657
|
-
],
|
|
9658
|
-
"order": 999,
|
|
9659
|
-
"chunkName": "route-home-design-tokens-spacing",
|
|
9660
|
-
"icon": "SpaceBar",
|
|
9661
|
-
"tabs": [
|
|
9662
|
-
{
|
|
9663
|
-
"key": "overview",
|
|
9664
|
-
"title": "Overview",
|
|
9665
|
-
"order": 0
|
|
9666
|
-
}
|
|
9667
|
-
]
|
|
9668
|
-
},
|
|
9669
|
-
{
|
|
9670
|
-
"path": "/home/design-tokens/typography",
|
|
9671
|
-
"id": "TokensTypography",
|
|
9672
|
-
"title": "Typography",
|
|
9673
|
-
"description": "everything typography related",
|
|
9674
|
-
"category": "Home",
|
|
9675
|
-
"tags": [
|
|
9676
|
-
"text",
|
|
9677
|
-
"headings",
|
|
9678
|
-
"strong",
|
|
9679
|
-
"bold",
|
|
9680
|
-
"italic",
|
|
9681
|
-
"emphasize"
|
|
9682
|
-
],
|
|
9683
|
-
"menu": [
|
|
9684
|
-
"Home",
|
|
9685
|
-
"Design Tokens",
|
|
9686
|
-
"Typography"
|
|
9687
|
-
],
|
|
9688
|
-
"order": 999,
|
|
9689
|
-
"chunkName": "route-home-design-tokens-typography",
|
|
9690
|
-
"icon": "FormatSize",
|
|
9691
|
-
"tabs": [
|
|
9692
|
-
{
|
|
9693
|
-
"key": "overview",
|
|
9694
|
-
"title": "Overview",
|
|
9695
|
-
"order": 0
|
|
9696
|
-
}
|
|
9697
|
-
]
|
|
9698
|
-
},
|
|
9699
|
-
{
|
|
9700
|
-
"path": "/home/design-tokens/other/z-indices",
|
|
9701
|
-
"id": "ZIndex",
|
|
9702
|
-
"title": "Z-Indices",
|
|
9703
|
-
"description": "The list of available z-index tokens",
|
|
10512
|
+
"path": "/home/design-tokens/other/breakpoints",
|
|
10513
|
+
"id": "Breakpoints",
|
|
10514
|
+
"title": "Breakpoints",
|
|
10515
|
+
"description": "The list of available breakpoints",
|
|
9704
10516
|
"category": "Home",
|
|
9705
10517
|
"tags": [
|
|
9706
10518
|
"z-index",
|
|
@@ -9712,11 +10524,11 @@
|
|
|
9712
10524
|
"Home",
|
|
9713
10525
|
"Design Tokens",
|
|
9714
10526
|
"Other",
|
|
9715
|
-
"
|
|
10527
|
+
"Breakpoints"
|
|
9716
10528
|
],
|
|
9717
10529
|
"order": 999,
|
|
9718
|
-
"chunkName": "route-home-design-tokens-other-
|
|
9719
|
-
"icon": "
|
|
10530
|
+
"chunkName": "route-home-design-tokens-other-breakpoints",
|
|
10531
|
+
"icon": "DesktopWindows",
|
|
9720
10532
|
"tabs": [
|
|
9721
10533
|
{
|
|
9722
10534
|
"key": "overview",
|
|
@@ -9726,22 +10538,22 @@
|
|
|
9726
10538
|
]
|
|
9727
10539
|
},
|
|
9728
10540
|
{
|
|
9729
|
-
"path": "/home/design-tokens/
|
|
9730
|
-
"id": "
|
|
9731
|
-
"title": "
|
|
9732
|
-
"description": "
|
|
10541
|
+
"path": "/home/design-tokens/colors",
|
|
10542
|
+
"id": "Colors",
|
|
10543
|
+
"title": "Colors",
|
|
10544
|
+
"description": "available colors",
|
|
9733
10545
|
"category": "Home",
|
|
9734
10546
|
"tags": [
|
|
9735
|
-
"
|
|
10547
|
+
"colors"
|
|
9736
10548
|
],
|
|
9737
10549
|
"menu": [
|
|
9738
10550
|
"Home",
|
|
9739
10551
|
"Design Tokens",
|
|
9740
|
-
"
|
|
10552
|
+
"Colors"
|
|
9741
10553
|
],
|
|
9742
|
-
"order":
|
|
9743
|
-
"chunkName": "route-home-design-tokens-
|
|
9744
|
-
"icon": "
|
|
10554
|
+
"order": 999,
|
|
10555
|
+
"chunkName": "route-home-design-tokens-colors",
|
|
10556
|
+
"icon": "Palette",
|
|
9745
10557
|
"tabs": [
|
|
9746
10558
|
{
|
|
9747
10559
|
"key": "overview",
|
|
@@ -9751,21 +10563,23 @@
|
|
|
9751
10563
|
]
|
|
9752
10564
|
},
|
|
9753
10565
|
{
|
|
9754
|
-
"path": "/home/design-tokens",
|
|
9755
|
-
"id": "
|
|
9756
|
-
"title": "
|
|
9757
|
-
"description": "
|
|
10566
|
+
"path": "/home/design-tokens/other/cursors",
|
|
10567
|
+
"id": "TokensCursors",
|
|
10568
|
+
"title": "Cursors",
|
|
10569
|
+
"description": "The list of available cursor tokens",
|
|
9758
10570
|
"category": "Home",
|
|
9759
10571
|
"tags": [
|
|
9760
|
-
"
|
|
9761
|
-
"design"
|
|
10572
|
+
"cursor"
|
|
9762
10573
|
],
|
|
9763
10574
|
"menu": [
|
|
9764
10575
|
"Home",
|
|
9765
|
-
"Design Tokens"
|
|
10576
|
+
"Design Tokens",
|
|
10577
|
+
"Other",
|
|
10578
|
+
"Cursors"
|
|
9766
10579
|
],
|
|
9767
|
-
"order":
|
|
9768
|
-
"chunkName": "route-home-design-tokens",
|
|
10580
|
+
"order": 999,
|
|
10581
|
+
"chunkName": "route-home-design-tokens-other-cursors",
|
|
10582
|
+
"icon": "Mouse",
|
|
9769
10583
|
"tabs": [
|
|
9770
10584
|
{
|
|
9771
10585
|
"key": "overview",
|
|
@@ -9775,21 +10589,24 @@
|
|
|
9775
10589
|
]
|
|
9776
10590
|
},
|
|
9777
10591
|
{
|
|
9778
|
-
"path": "/home/
|
|
9779
|
-
"id": "
|
|
9780
|
-
"title": "
|
|
9781
|
-
"description": "
|
|
10592
|
+
"path": "/home/design-tokens/radii",
|
|
10593
|
+
"id": "TokensRadii",
|
|
10594
|
+
"title": "Radii",
|
|
10595
|
+
"description": "The list of available radius tokens",
|
|
9782
10596
|
"category": "Home",
|
|
9783
10597
|
"tags": [
|
|
9784
|
-
"
|
|
10598
|
+
"radius",
|
|
10599
|
+
"radii",
|
|
10600
|
+
"border-radius"
|
|
9785
10601
|
],
|
|
9786
10602
|
"menu": [
|
|
9787
10603
|
"Home",
|
|
9788
|
-
"
|
|
9789
|
-
"
|
|
10604
|
+
"Design Tokens",
|
|
10605
|
+
"Radii"
|
|
9790
10606
|
],
|
|
9791
10607
|
"order": 999,
|
|
9792
|
-
"chunkName": "route-home-
|
|
10608
|
+
"chunkName": "route-home-design-tokens-radii",
|
|
10609
|
+
"icon": "Architecture",
|
|
9793
10610
|
"tabs": [
|
|
9794
10611
|
{
|
|
9795
10612
|
"key": "overview",
|
|
@@ -9799,54 +10616,22 @@
|
|
|
9799
10616
|
]
|
|
9800
10617
|
},
|
|
9801
10618
|
{
|
|
9802
|
-
"path": "/home/
|
|
9803
|
-
"id": "
|
|
9804
|
-
"title": "
|
|
9805
|
-
"description": "
|
|
10619
|
+
"path": "/home/design-tokens/shadows",
|
|
10620
|
+
"id": "TokensShadows",
|
|
10621
|
+
"title": "Shadows",
|
|
10622
|
+
"description": "The list of available shadow tokens",
|
|
9806
10623
|
"category": "Home",
|
|
9807
10624
|
"tags": [
|
|
9808
|
-
"
|
|
10625
|
+
"shadows"
|
|
9809
10626
|
],
|
|
9810
10627
|
"menu": [
|
|
9811
10628
|
"Home",
|
|
9812
|
-
"
|
|
9813
|
-
"
|
|
10629
|
+
"Design Tokens",
|
|
10630
|
+
"Shadows"
|
|
9814
10631
|
],
|
|
9815
10632
|
"order": 999,
|
|
9816
|
-
"chunkName": "route-home-
|
|
9817
|
-
"
|
|
9818
|
-
{
|
|
9819
|
-
"key": "overview",
|
|
9820
|
-
"title": "Overview",
|
|
9821
|
-
"order": 0
|
|
9822
|
-
}
|
|
9823
|
-
]
|
|
9824
|
-
}
|
|
9825
|
-
]
|
|
9826
|
-
},
|
|
9827
|
-
{
|
|
9828
|
-
"id": "patterns",
|
|
9829
|
-
"label": "Patterns",
|
|
9830
|
-
"order": 999,
|
|
9831
|
-
"items": [
|
|
9832
|
-
{
|
|
9833
|
-
"path": "/patterns/fields",
|
|
9834
|
-
"id": "Patterns-Fields",
|
|
9835
|
-
"title": "Fields",
|
|
9836
|
-
"description": "Field pattern components that integrate inputs within FormField for consistent form layouts",
|
|
9837
|
-
"category": "Patterns",
|
|
9838
|
-
"tags": [
|
|
9839
|
-
"patterns",
|
|
9840
|
-
"fields",
|
|
9841
|
-
"forms"
|
|
9842
|
-
],
|
|
9843
|
-
"menu": [
|
|
9844
|
-
"Patterns",
|
|
9845
|
-
"Fields"
|
|
9846
|
-
],
|
|
9847
|
-
"order": 1,
|
|
9848
|
-
"chunkName": "route-patterns-fields",
|
|
9849
|
-
"icon": "Input",
|
|
10633
|
+
"chunkName": "route-home-design-tokens-shadows",
|
|
10634
|
+
"icon": "Texture",
|
|
9850
10635
|
"tabs": [
|
|
9851
10636
|
{
|
|
9852
10637
|
"key": "overview",
|
|
@@ -9856,21 +10641,22 @@
|
|
|
9856
10641
|
]
|
|
9857
10642
|
},
|
|
9858
10643
|
{
|
|
9859
|
-
"path": "/
|
|
9860
|
-
"id": "
|
|
9861
|
-
"title": "
|
|
9862
|
-
"description": "
|
|
9863
|
-
"category": "
|
|
10644
|
+
"path": "/home/design-tokens/sizes",
|
|
10645
|
+
"id": "TokensSizes",
|
|
10646
|
+
"title": "Sizes",
|
|
10647
|
+
"description": "The list of available size tokens",
|
|
10648
|
+
"category": "Home",
|
|
9864
10649
|
"tags": [
|
|
9865
|
-
"
|
|
9866
|
-
"compositions",
|
|
9867
|
-
"recipes"
|
|
10650
|
+
"sizes"
|
|
9868
10651
|
],
|
|
9869
10652
|
"menu": [
|
|
9870
|
-
"
|
|
10653
|
+
"Home",
|
|
10654
|
+
"Design Tokens",
|
|
10655
|
+
"Sizes"
|
|
9871
10656
|
],
|
|
9872
|
-
"order":
|
|
9873
|
-
"chunkName": "route-
|
|
10657
|
+
"order": 999,
|
|
10658
|
+
"chunkName": "route-home-design-tokens-sizes",
|
|
10659
|
+
"icon": "Straighten",
|
|
9874
10660
|
"tabs": [
|
|
9875
10661
|
{
|
|
9876
10662
|
"key": "overview",
|
|
@@ -9880,240 +10666,184 @@
|
|
|
9880
10666
|
]
|
|
9881
10667
|
},
|
|
9882
10668
|
{
|
|
9883
|
-
"path": "/
|
|
9884
|
-
"id": "
|
|
9885
|
-
"title": "
|
|
9886
|
-
"
|
|
9887
|
-
"
|
|
9888
|
-
"category": "Patterns",
|
|
10669
|
+
"path": "/home/design-tokens/spacing",
|
|
10670
|
+
"id": "Spacing",
|
|
10671
|
+
"title": "Spacing",
|
|
10672
|
+
"description": "Spacing tokens are used to define the space between elements.",
|
|
10673
|
+
"category": "Home",
|
|
9889
10674
|
"tags": [
|
|
9890
|
-
"
|
|
9891
|
-
"
|
|
9892
|
-
"field",
|
|
9893
|
-
"DateRangePicker",
|
|
9894
|
-
"DateRangePickerField"
|
|
10675
|
+
"space",
|
|
10676
|
+
"spacing"
|
|
9895
10677
|
],
|
|
9896
10678
|
"menu": [
|
|
9897
|
-
"
|
|
9898
|
-
"
|
|
9899
|
-
"
|
|
10679
|
+
"Home",
|
|
10680
|
+
"Design Tokens",
|
|
10681
|
+
"Spacing"
|
|
9900
10682
|
],
|
|
9901
10683
|
"order": 999,
|
|
9902
|
-
"chunkName": "route-
|
|
10684
|
+
"chunkName": "route-home-design-tokens-spacing",
|
|
10685
|
+
"icon": "SpaceBar",
|
|
9903
10686
|
"tabs": [
|
|
9904
10687
|
{
|
|
9905
10688
|
"key": "overview",
|
|
9906
10689
|
"title": "Overview",
|
|
9907
10690
|
"order": 0
|
|
9908
|
-
},
|
|
9909
|
-
{
|
|
9910
|
-
"key": "dev",
|
|
9911
|
-
"title": "Implementation",
|
|
9912
|
-
"order": 3
|
|
9913
10691
|
}
|
|
9914
10692
|
]
|
|
9915
10693
|
},
|
|
9916
10694
|
{
|
|
9917
|
-
"path": "/
|
|
9918
|
-
"id": "
|
|
9919
|
-
"title": "
|
|
9920
|
-
"
|
|
9921
|
-
"
|
|
9922
|
-
"category": "Patterns",
|
|
10695
|
+
"path": "/home/design-tokens/typography",
|
|
10696
|
+
"id": "TokensTypography",
|
|
10697
|
+
"title": "Typography",
|
|
10698
|
+
"description": "everything typography related",
|
|
10699
|
+
"category": "Home",
|
|
9923
10700
|
"tags": [
|
|
9924
|
-
"
|
|
9925
|
-
"
|
|
9926
|
-
"
|
|
9927
|
-
"
|
|
9928
|
-
"
|
|
10701
|
+
"text",
|
|
10702
|
+
"headings",
|
|
10703
|
+
"strong",
|
|
10704
|
+
"bold",
|
|
10705
|
+
"italic",
|
|
10706
|
+
"emphasize"
|
|
9929
10707
|
],
|
|
9930
10708
|
"menu": [
|
|
9931
|
-
"
|
|
9932
|
-
"
|
|
9933
|
-
"
|
|
10709
|
+
"Home",
|
|
10710
|
+
"Design Tokens",
|
|
10711
|
+
"Typography"
|
|
9934
10712
|
],
|
|
9935
10713
|
"order": 999,
|
|
9936
|
-
"chunkName": "route-
|
|
10714
|
+
"chunkName": "route-home-design-tokens-typography",
|
|
10715
|
+
"icon": "FormatSize",
|
|
9937
10716
|
"tabs": [
|
|
9938
10717
|
{
|
|
9939
10718
|
"key": "overview",
|
|
9940
10719
|
"title": "Overview",
|
|
9941
10720
|
"order": 0
|
|
9942
|
-
},
|
|
9943
|
-
{
|
|
9944
|
-
"key": "dev",
|
|
9945
|
-
"title": "Implementation",
|
|
9946
|
-
"order": 3
|
|
9947
10721
|
}
|
|
9948
10722
|
]
|
|
9949
10723
|
},
|
|
9950
10724
|
{
|
|
9951
|
-
"path": "/
|
|
9952
|
-
"id": "
|
|
9953
|
-
"title": "
|
|
9954
|
-
"
|
|
9955
|
-
"
|
|
9956
|
-
"category": "Patterns",
|
|
10725
|
+
"path": "/home/design-tokens/other/z-indices",
|
|
10726
|
+
"id": "ZIndex",
|
|
10727
|
+
"title": "Z-Indices",
|
|
10728
|
+
"description": "The list of available z-index tokens",
|
|
10729
|
+
"category": "Home",
|
|
9957
10730
|
"tags": [
|
|
9958
|
-
"
|
|
9959
|
-
"
|
|
9960
|
-
"
|
|
9961
|
-
"
|
|
9962
|
-
"MultilineTextInputField"
|
|
10731
|
+
"z-index",
|
|
10732
|
+
"layer",
|
|
10733
|
+
"stacking",
|
|
10734
|
+
"context"
|
|
9963
10735
|
],
|
|
9964
10736
|
"menu": [
|
|
9965
|
-
"
|
|
9966
|
-
"
|
|
9967
|
-
"
|
|
10737
|
+
"Home",
|
|
10738
|
+
"Design Tokens",
|
|
10739
|
+
"Other",
|
|
10740
|
+
"Z-Indices"
|
|
9968
10741
|
],
|
|
9969
10742
|
"order": 999,
|
|
9970
|
-
"chunkName": "route-
|
|
10743
|
+
"chunkName": "route-home-design-tokens-other-z-indices",
|
|
10744
|
+
"icon": "Layers",
|
|
9971
10745
|
"tabs": [
|
|
9972
10746
|
{
|
|
9973
10747
|
"key": "overview",
|
|
9974
10748
|
"title": "Overview",
|
|
9975
10749
|
"order": 0
|
|
9976
|
-
},
|
|
9977
|
-
{
|
|
9978
|
-
"key": "dev",
|
|
9979
|
-
"title": "Implementation",
|
|
9980
|
-
"order": 3
|
|
9981
10750
|
}
|
|
9982
10751
|
]
|
|
9983
10752
|
},
|
|
9984
10753
|
{
|
|
9985
|
-
"path": "/
|
|
9986
|
-
"id": "
|
|
9987
|
-
"title": "
|
|
9988
|
-
"
|
|
9989
|
-
"
|
|
9990
|
-
"category": "Patterns",
|
|
10754
|
+
"path": "/home/design-tokens/other",
|
|
10755
|
+
"id": "Tokens-Other",
|
|
10756
|
+
"title": "Other",
|
|
10757
|
+
"description": "Less frequently used design-tokens",
|
|
10758
|
+
"category": "Home",
|
|
9991
10759
|
"tags": [
|
|
9992
|
-
"
|
|
9993
|
-
"pattern",
|
|
9994
|
-
"field",
|
|
9995
|
-
"NumberInput",
|
|
9996
|
-
"NumberInputField"
|
|
10760
|
+
"document"
|
|
9997
10761
|
],
|
|
9998
10762
|
"menu": [
|
|
9999
|
-
"
|
|
10000
|
-
"
|
|
10001
|
-
"
|
|
10763
|
+
"Home",
|
|
10764
|
+
"Design Tokens",
|
|
10765
|
+
"Other"
|
|
10002
10766
|
],
|
|
10003
|
-
"order":
|
|
10004
|
-
"chunkName": "route-
|
|
10767
|
+
"order": 9999,
|
|
10768
|
+
"chunkName": "route-home-design-tokens-other",
|
|
10769
|
+
"icon": "MoreHoriz",
|
|
10005
10770
|
"tabs": [
|
|
10006
10771
|
{
|
|
10007
10772
|
"key": "overview",
|
|
10008
10773
|
"title": "Overview",
|
|
10009
10774
|
"order": 0
|
|
10010
|
-
},
|
|
10011
|
-
{
|
|
10012
|
-
"key": "dev",
|
|
10013
|
-
"title": "Implementation",
|
|
10014
|
-
"order": 3
|
|
10015
10775
|
}
|
|
10016
10776
|
]
|
|
10017
10777
|
},
|
|
10018
10778
|
{
|
|
10019
|
-
"path": "/
|
|
10020
|
-
"id": "
|
|
10021
|
-
"title": "
|
|
10022
|
-
"
|
|
10023
|
-
"
|
|
10024
|
-
"category": "Patterns",
|
|
10779
|
+
"path": "/home/design-tokens",
|
|
10780
|
+
"id": "DesignTokens",
|
|
10781
|
+
"title": "Design Tokens",
|
|
10782
|
+
"description": "Style definitions (colors, fonts, spacing, etc.) for consistent UI components.",
|
|
10783
|
+
"category": "Home",
|
|
10025
10784
|
"tags": [
|
|
10026
|
-
"
|
|
10027
|
-
"
|
|
10028
|
-
"field",
|
|
10029
|
-
"PasswordInput",
|
|
10030
|
-
"PasswordInputField"
|
|
10785
|
+
"tokens",
|
|
10786
|
+
"design"
|
|
10031
10787
|
],
|
|
10032
10788
|
"menu": [
|
|
10033
|
-
"
|
|
10034
|
-
"
|
|
10035
|
-
"Password input field"
|
|
10789
|
+
"Home",
|
|
10790
|
+
"Design Tokens"
|
|
10036
10791
|
],
|
|
10037
|
-
"order":
|
|
10038
|
-
"chunkName": "route-
|
|
10792
|
+
"order": 2,
|
|
10793
|
+
"chunkName": "route-home-design-tokens",
|
|
10039
10794
|
"tabs": [
|
|
10040
10795
|
{
|
|
10041
10796
|
"key": "overview",
|
|
10042
10797
|
"title": "Overview",
|
|
10043
10798
|
"order": 0
|
|
10044
|
-
},
|
|
10045
|
-
{
|
|
10046
|
-
"key": "dev",
|
|
10047
|
-
"title": "Implementation",
|
|
10048
|
-
"order": 3
|
|
10049
10799
|
}
|
|
10050
10800
|
]
|
|
10051
10801
|
},
|
|
10052
10802
|
{
|
|
10053
|
-
"path": "/
|
|
10054
|
-
"id": "
|
|
10055
|
-
"title": "
|
|
10056
|
-
"
|
|
10057
|
-
"
|
|
10058
|
-
"category": "Patterns",
|
|
10803
|
+
"path": "/home/style-props/transforms",
|
|
10804
|
+
"id": "Style Props-Transforms",
|
|
10805
|
+
"title": "Transforms",
|
|
10806
|
+
"description": "JSX style props for transforming elements.",
|
|
10807
|
+
"category": "Home",
|
|
10059
10808
|
"tags": [
|
|
10060
|
-
"
|
|
10061
|
-
"pattern",
|
|
10062
|
-
"field",
|
|
10063
|
-
"SearchInput",
|
|
10064
|
-
"SearchInputField"
|
|
10809
|
+
"document"
|
|
10065
10810
|
],
|
|
10066
10811
|
"menu": [
|
|
10067
|
-
"
|
|
10068
|
-
"
|
|
10069
|
-
"
|
|
10812
|
+
"Home",
|
|
10813
|
+
"Style Props",
|
|
10814
|
+
"Transforms"
|
|
10070
10815
|
],
|
|
10071
10816
|
"order": 999,
|
|
10072
|
-
"chunkName": "route-
|
|
10817
|
+
"chunkName": "route-home-style-props-transforms",
|
|
10073
10818
|
"tabs": [
|
|
10074
10819
|
{
|
|
10075
10820
|
"key": "overview",
|
|
10076
10821
|
"title": "Overview",
|
|
10077
10822
|
"order": 0
|
|
10078
|
-
},
|
|
10079
|
-
{
|
|
10080
|
-
"key": "dev",
|
|
10081
|
-
"title": "Implementation",
|
|
10082
|
-
"order": 3
|
|
10083
10823
|
}
|
|
10084
10824
|
]
|
|
10085
10825
|
},
|
|
10086
10826
|
{
|
|
10087
|
-
"path": "/
|
|
10088
|
-
"id": "
|
|
10089
|
-
"title": "
|
|
10090
|
-
"
|
|
10091
|
-
"
|
|
10092
|
-
"category": "Patterns",
|
|
10827
|
+
"path": "/home/style-props/transitions",
|
|
10828
|
+
"id": "Style Props-Transitions",
|
|
10829
|
+
"title": "Transitions",
|
|
10830
|
+
"description": "JSX style props for controlling an element's transition and animation.",
|
|
10831
|
+
"category": "Home",
|
|
10093
10832
|
"tags": [
|
|
10094
|
-
"
|
|
10095
|
-
"pattern",
|
|
10096
|
-
"field",
|
|
10097
|
-
"TextInput",
|
|
10098
|
-
"TextInputField"
|
|
10833
|
+
"document"
|
|
10099
10834
|
],
|
|
10100
10835
|
"menu": [
|
|
10101
|
-
"
|
|
10102
|
-
"
|
|
10103
|
-
"
|
|
10836
|
+
"Home",
|
|
10837
|
+
"Style Props",
|
|
10838
|
+
"Transitions"
|
|
10104
10839
|
],
|
|
10105
10840
|
"order": 999,
|
|
10106
|
-
"chunkName": "route-
|
|
10841
|
+
"chunkName": "route-home-style-props-transitions",
|
|
10107
10842
|
"tabs": [
|
|
10108
10843
|
{
|
|
10109
10844
|
"key": "overview",
|
|
10110
10845
|
"title": "Overview",
|
|
10111
10846
|
"order": 0
|
|
10112
|
-
},
|
|
10113
|
-
{
|
|
10114
|
-
"key": "dev",
|
|
10115
|
-
"title": "Implementation",
|
|
10116
|
-
"order": 3
|
|
10117
10847
|
}
|
|
10118
10848
|
]
|
|
10119
10849
|
}
|
|
@@ -10171,6 +10901,32 @@
|
|
|
10171
10901
|
}
|
|
10172
10902
|
]
|
|
10173
10903
|
},
|
|
10904
|
+
{
|
|
10905
|
+
"path": "/hooks/usedraganddrop",
|
|
10906
|
+
"id": "useDragAndDrop",
|
|
10907
|
+
"title": "useDragAndDrop",
|
|
10908
|
+
"description": "shared drag-and-drop hook for Nimbus collection components",
|
|
10909
|
+
"category": "Hooks",
|
|
10910
|
+
"tags": [
|
|
10911
|
+
"drag",
|
|
10912
|
+
"drop",
|
|
10913
|
+
"reorder",
|
|
10914
|
+
"dnd"
|
|
10915
|
+
],
|
|
10916
|
+
"menu": [
|
|
10917
|
+
"Hooks",
|
|
10918
|
+
"useDragAndDrop"
|
|
10919
|
+
],
|
|
10920
|
+
"order": 999,
|
|
10921
|
+
"chunkName": "route-hooks-usedraganddrop",
|
|
10922
|
+
"tabs": [
|
|
10923
|
+
{
|
|
10924
|
+
"key": "overview",
|
|
10925
|
+
"title": "Overview",
|
|
10926
|
+
"order": 0
|
|
10927
|
+
}
|
|
10928
|
+
]
|
|
10929
|
+
},
|
|
10174
10930
|
{
|
|
10175
10931
|
"path": "/hooks/usehotkeys",
|
|
10176
10932
|
"id": "useHotkeys",
|
|
@@ -10477,6 +11233,11 @@
|
|
|
10477
11233
|
"title": "Range calendar",
|
|
10478
11234
|
"path": "/components/inputs/range-calendar"
|
|
10479
11235
|
},
|
|
11236
|
+
{
|
|
11237
|
+
"id": "Components-Region",
|
|
11238
|
+
"title": "Region",
|
|
11239
|
+
"path": "/components/utilities/region"
|
|
11240
|
+
},
|
|
10480
11241
|
{
|
|
10481
11242
|
"id": "Components-RichTextInput",
|
|
10482
11243
|
"title": "Rich text input",
|
|
@@ -10522,6 +11283,11 @@
|
|
|
10522
11283
|
"title": "Split button",
|
|
10523
11284
|
"path": "/components/buttons/split-button"
|
|
10524
11285
|
},
|
|
11286
|
+
{
|
|
11287
|
+
"id": "Components-Splitter",
|
|
11288
|
+
"title": "Splitter",
|
|
11289
|
+
"path": "/components/layout/splitter"
|
|
11290
|
+
},
|
|
10525
11291
|
{
|
|
10526
11292
|
"id": "Components-Stack",
|
|
10527
11293
|
"title": "Stack",
|
|
@@ -10664,6 +11430,96 @@
|
|
|
10664
11430
|
}
|
|
10665
11431
|
]
|
|
10666
11432
|
},
|
|
11433
|
+
"patterns": {
|
|
11434
|
+
"label": "Patterns",
|
|
11435
|
+
"items": [
|
|
11436
|
+
{
|
|
11437
|
+
"id": "Patterns-Actions",
|
|
11438
|
+
"title": "Actions",
|
|
11439
|
+
"path": "/patterns/actions"
|
|
11440
|
+
},
|
|
11441
|
+
{
|
|
11442
|
+
"id": "Patterns-Dialogs",
|
|
11443
|
+
"title": "Dialogs",
|
|
11444
|
+
"path": "/patterns/dialogs"
|
|
11445
|
+
},
|
|
11446
|
+
{
|
|
11447
|
+
"id": "Patterns-Fields",
|
|
11448
|
+
"title": "Fields",
|
|
11449
|
+
"path": "/patterns/fields"
|
|
11450
|
+
},
|
|
11451
|
+
{
|
|
11452
|
+
"id": "Patterns-Pages",
|
|
11453
|
+
"title": "Pages",
|
|
11454
|
+
"path": "/patterns/pages"
|
|
11455
|
+
},
|
|
11456
|
+
{
|
|
11457
|
+
"id": "Patterns",
|
|
11458
|
+
"title": "Patterns",
|
|
11459
|
+
"path": "/patterns"
|
|
11460
|
+
},
|
|
11461
|
+
{
|
|
11462
|
+
"id": "Patterns-FormActionBar",
|
|
11463
|
+
"title": "Form action bar",
|
|
11464
|
+
"path": "/patterns/actions/form-action-bar"
|
|
11465
|
+
},
|
|
11466
|
+
{
|
|
11467
|
+
"id": "Patterns-ConfirmationDialog",
|
|
11468
|
+
"title": "Confirmation dialog",
|
|
11469
|
+
"path": "/patterns/dialogs/confirmation-dialog"
|
|
11470
|
+
},
|
|
11471
|
+
{
|
|
11472
|
+
"id": "Patterns-FormDialog",
|
|
11473
|
+
"title": "Form dialog",
|
|
11474
|
+
"path": "/patterns/dialogs/form-dialog"
|
|
11475
|
+
},
|
|
11476
|
+
{
|
|
11477
|
+
"id": "Patterns-InfoDialog",
|
|
11478
|
+
"title": "Info dialog",
|
|
11479
|
+
"path": "/patterns/dialogs/info-dialog"
|
|
11480
|
+
},
|
|
11481
|
+
{
|
|
11482
|
+
"id": "Patterns-DateRangePickerField",
|
|
11483
|
+
"title": "Date range picker field",
|
|
11484
|
+
"path": "/patterns/fields/date-range-picker-field"
|
|
11485
|
+
},
|
|
11486
|
+
{
|
|
11487
|
+
"id": "Patterns-MoneyInputField",
|
|
11488
|
+
"title": "Money input field",
|
|
11489
|
+
"path": "/patterns/fields/money-input-field"
|
|
11490
|
+
},
|
|
11491
|
+
{
|
|
11492
|
+
"id": "Patterns-MultilineTextInputField",
|
|
11493
|
+
"title": "Multiline text input field",
|
|
11494
|
+
"path": "/patterns/fields/multiline-text-input-field"
|
|
11495
|
+
},
|
|
11496
|
+
{
|
|
11497
|
+
"id": "Patterns-NumberInputField",
|
|
11498
|
+
"title": "Number input field",
|
|
11499
|
+
"path": "/patterns/fields/number-input-field"
|
|
11500
|
+
},
|
|
11501
|
+
{
|
|
11502
|
+
"id": "Patterns-PasswordInputField",
|
|
11503
|
+
"title": "Password input field",
|
|
11504
|
+
"path": "/patterns/fields/password-input-field"
|
|
11505
|
+
},
|
|
11506
|
+
{
|
|
11507
|
+
"id": "Patterns-SearchInputField",
|
|
11508
|
+
"title": "Search input field",
|
|
11509
|
+
"path": "/patterns/fields/search-input-field"
|
|
11510
|
+
},
|
|
11511
|
+
{
|
|
11512
|
+
"id": "Patterns-TextInputField",
|
|
11513
|
+
"title": "Text input field",
|
|
11514
|
+
"path": "/patterns/fields/text-input-field"
|
|
11515
|
+
},
|
|
11516
|
+
{
|
|
11517
|
+
"id": "Patterns-PublicPageLayout",
|
|
11518
|
+
"title": "Public page layout",
|
|
11519
|
+
"path": "/patterns/pages/public-page-layout"
|
|
11520
|
+
}
|
|
11521
|
+
]
|
|
11522
|
+
},
|
|
10667
11523
|
"home": {
|
|
10668
11524
|
"label": "Home",
|
|
10669
11525
|
"items": [
|
|
@@ -10722,6 +11578,11 @@
|
|
|
10722
11578
|
"title": "Flex and Grid",
|
|
10723
11579
|
"path": "/home/style-props/flex-and-grid"
|
|
10724
11580
|
},
|
|
11581
|
+
{
|
|
11582
|
+
"id": "Home-BundlerPlugins-1749667200000",
|
|
11583
|
+
"title": "Bundler Plugins",
|
|
11584
|
+
"path": "/home/getting-started/bundler-plugins"
|
|
11585
|
+
},
|
|
10725
11586
|
{
|
|
10726
11587
|
"id": "Home-Contribute-1746704391512",
|
|
10727
11588
|
"title": "Contributing",
|
|
@@ -10914,56 +11775,6 @@
|
|
|
10914
11775
|
}
|
|
10915
11776
|
]
|
|
10916
11777
|
},
|
|
10917
|
-
"patterns": {
|
|
10918
|
-
"label": "Patterns",
|
|
10919
|
-
"items": [
|
|
10920
|
-
{
|
|
10921
|
-
"id": "Patterns-Fields",
|
|
10922
|
-
"title": "Fields",
|
|
10923
|
-
"path": "/patterns/fields"
|
|
10924
|
-
},
|
|
10925
|
-
{
|
|
10926
|
-
"id": "Patterns",
|
|
10927
|
-
"title": "Patterns",
|
|
10928
|
-
"path": "/patterns"
|
|
10929
|
-
},
|
|
10930
|
-
{
|
|
10931
|
-
"id": "Patterns-DateRangePickerField",
|
|
10932
|
-
"title": "Date range picker field",
|
|
10933
|
-
"path": "/patterns/fields/date-range-picker-field"
|
|
10934
|
-
},
|
|
10935
|
-
{
|
|
10936
|
-
"id": "Patterns-MoneyInputField",
|
|
10937
|
-
"title": "Money input field",
|
|
10938
|
-
"path": "/patterns/fields/money-input-field"
|
|
10939
|
-
},
|
|
10940
|
-
{
|
|
10941
|
-
"id": "Patterns-MultilineTextInputField",
|
|
10942
|
-
"title": "Multiline text input field",
|
|
10943
|
-
"path": "/patterns/fields/multiline-text-input-field"
|
|
10944
|
-
},
|
|
10945
|
-
{
|
|
10946
|
-
"id": "Patterns-NumberInputField",
|
|
10947
|
-
"title": "Number input field",
|
|
10948
|
-
"path": "/patterns/fields/number-input-field"
|
|
10949
|
-
},
|
|
10950
|
-
{
|
|
10951
|
-
"id": "Patterns-PasswordInputField",
|
|
10952
|
-
"title": "Password input field",
|
|
10953
|
-
"path": "/patterns/fields/password-input-field"
|
|
10954
|
-
},
|
|
10955
|
-
{
|
|
10956
|
-
"id": "Patterns-SearchInputField",
|
|
10957
|
-
"title": "Search input field",
|
|
10958
|
-
"path": "/patterns/fields/search-input-field"
|
|
10959
|
-
},
|
|
10960
|
-
{
|
|
10961
|
-
"id": "Patterns-TextInputField",
|
|
10962
|
-
"title": "Text input field",
|
|
10963
|
-
"path": "/patterns/fields/text-input-field"
|
|
10964
|
-
}
|
|
10965
|
-
]
|
|
10966
|
-
},
|
|
10967
11778
|
"hooks": {
|
|
10968
11779
|
"label": "Hooks",
|
|
10969
11780
|
"items": [
|
|
@@ -10977,6 +11788,11 @@
|
|
|
10977
11788
|
"title": "useCopyToClipboard",
|
|
10978
11789
|
"path": "/hooks/usecopytoclipboard"
|
|
10979
11790
|
},
|
|
11791
|
+
{
|
|
11792
|
+
"id": "useDragAndDrop",
|
|
11793
|
+
"title": "useDragAndDrop",
|
|
11794
|
+
"path": "/hooks/usedraganddrop"
|
|
11795
|
+
},
|
|
10980
11796
|
{
|
|
10981
11797
|
"id": "useHotkeys",
|
|
10982
11798
|
"title": "useHotkeys",
|