@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.
Files changed (180) hide show
  1. package/data/docs/route-manifest.json +1407 -794
  2. package/data/docs/routes/components-data-display-data-table.json +66 -34
  3. package/data/docs/routes/components-data-display-draggable-list.json +62 -7
  4. package/data/docs/routes/components-inputs-checkbox.json +2 -2
  5. package/data/docs/routes/components-layout-splitter.json +654 -0
  6. package/data/docs/routes/components-utilities-region.json +265 -0
  7. package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
  8. package/data/docs/routes/hooks-usedraganddrop.json +310 -0
  9. package/data/docs/routes/patterns-actions.json +78 -0
  10. package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
  11. package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
  12. package/data/docs/routes/patterns-dialogs.json +2 -2
  13. package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
  14. package/data/docs/routes/patterns-pages.json +78 -0
  15. package/data/docs/search-index.json +1 -1
  16. package/data/docs/types/AccordionContent.json +32 -32
  17. package/data/docs/types/AccordionHeader.json +102 -102
  18. package/data/docs/types/AccordionItem.json +28 -28
  19. package/data/docs/types/AccordionRoot.json +15 -15
  20. package/data/docs/types/AlertDescription.json +8 -8
  21. package/data/docs/types/AlertDismissButton.json +89 -89
  22. package/data/docs/types/AlertTitle.json +8 -8
  23. package/data/docs/types/Avatar.json +2 -2
  24. package/data/docs/types/Badge.json +2 -2
  25. package/data/docs/types/Body.json +6 -6
  26. package/data/docs/types/Box.json +6 -6
  27. package/data/docs/types/Button.json +97 -97
  28. package/data/docs/types/Calendar.json +111 -65
  29. package/data/docs/types/Caption.json +6 -6
  30. package/data/docs/types/CardRoot.json +2 -2
  31. package/data/docs/types/Cell.json +20 -20
  32. package/data/docs/types/Checkbox.json +99 -99
  33. package/data/docs/types/Code.json +10 -10
  34. package/data/docs/types/CollapsibleMotionContent.json +2 -2
  35. package/data/docs/types/CollapsibleMotionRoot.json +2 -2
  36. package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
  37. package/data/docs/types/Column.json +8 -8
  38. package/data/docs/types/ColumnGroup.json +8 -8
  39. package/data/docs/types/ColumnHeader.json +18 -18
  40. package/data/docs/types/ComboBoxListBox.json +80 -80
  41. package/data/docs/types/ComboBoxOption.json +77 -77
  42. package/data/docs/types/ComboBoxPopover.json +77 -77
  43. package/data/docs/types/ComboBoxRoot.json +8 -8
  44. package/data/docs/types/ComboBoxSection.json +29 -29
  45. package/data/docs/types/ComboBoxTrigger.json +6 -6
  46. package/data/docs/types/ConfirmationDialog.json +224 -0
  47. package/data/docs/types/Content.json +2 -2
  48. package/data/docs/types/DataTable.json +17 -2
  49. package/data/docs/types/DataTableBody.json +24 -24
  50. package/data/docs/types/DataTableHeader.json +31 -31
  51. package/data/docs/types/DataTableRoot.json +17 -2
  52. package/data/docs/types/DataTableTable.json +35 -20
  53. package/data/docs/types/DateInput.json +84 -84
  54. package/data/docs/types/DatePicker.json +65 -65
  55. package/data/docs/types/DateRangePicker.json +99 -99
  56. package/data/docs/types/DateRangePickerField.json +99 -99
  57. package/data/docs/types/DefaultPageBackLink.json +16 -16
  58. package/data/docs/types/DefaultPageRoot.json +2 -2
  59. package/data/docs/types/DialogCloseTrigger.json +87 -87
  60. package/data/docs/types/DialogTrigger.json +2 -2
  61. package/data/docs/types/DragAndDropItemData.json +9 -0
  62. package/data/docs/types/DragAndDropProps.json +9 -0
  63. package/data/docs/types/DraggableListField.json +159 -70
  64. package/data/docs/types/DraggableListItem.json +63 -63
  65. package/data/docs/types/DraggableListRoot.json +159 -70
  66. package/data/docs/types/DrawerCloseTrigger.json +87 -87
  67. package/data/docs/types/DrawerTrigger.json +2 -2
  68. package/data/docs/types/FieldErrors.json +2 -2
  69. package/data/docs/types/Flex.json +22 -22
  70. package/data/docs/types/Footer.json +6 -6
  71. package/data/docs/types/FormDialog.json +198 -0
  72. package/data/docs/types/FormFieldRoot.json +2 -2
  73. package/data/docs/types/Grid.json +24 -24
  74. package/data/docs/types/Group.json +12 -12
  75. package/data/docs/types/Header.json +6 -6
  76. package/data/docs/types/Heading.json +8 -8
  77. package/data/docs/types/Icon.json +4 -4
  78. package/data/docs/types/IconButton.json +97 -97
  79. package/data/docs/types/IconToggleButton.json +84 -84
  80. package/data/docs/types/Image.json +30 -30
  81. package/data/docs/types/Indicator.json +6 -6
  82. package/data/docs/types/InlineSvg.json +2 -2
  83. package/data/docs/types/Item.json +6 -6
  84. package/data/docs/types/Kbd.json +8 -8
  85. package/data/docs/types/Link.json +31 -31
  86. package/data/docs/types/ListIndicator.json +6 -6
  87. package/data/docs/types/ListItem.json +6 -6
  88. package/data/docs/types/ListRoot.json +10 -10
  89. package/data/docs/types/LoadingSpinner.json +2 -2
  90. package/data/docs/types/MakeElementFocusable.json +19 -19
  91. package/data/docs/types/MenuItem.json +75 -75
  92. package/data/docs/types/MenuRoot.json +63 -63
  93. package/data/docs/types/MenuSection.json +35 -54
  94. package/data/docs/types/MenuSubmenuTrigger.json +5 -5
  95. package/data/docs/types/MenuTrigger.json +102 -102
  96. package/data/docs/types/MultilineTextInput.json +134 -134
  97. package/data/docs/types/MultilineTextInputField.json +131 -131
  98. package/data/docs/types/NumberInput.json +100 -100
  99. package/data/docs/types/NumberInputField.json +95 -95
  100. package/data/docs/types/PageContentColumn.json +6 -6
  101. package/data/docs/types/PageContentRoot.json +6 -6
  102. package/data/docs/types/PasswordInput.json +129 -129
  103. package/data/docs/types/PasswordInputField.json +129 -129
  104. package/data/docs/types/ProgressBar.json +14 -14
  105. package/data/docs/types/PublicPageLayout.json +99 -0
  106. package/data/docs/types/RadioInputOption.json +64 -64
  107. package/data/docs/types/RadioInputRoot.json +55 -55
  108. package/data/docs/types/RangeCalendar.json +90 -71
  109. package/data/docs/types/Region.json +114 -0
  110. package/data/docs/types/RegionProvider.json +25 -0
  111. package/data/docs/types/RegionTarget.json +112 -0
  112. package/data/docs/types/RichTextInput.json +2 -2
  113. package/data/docs/types/Root.json +10 -10
  114. package/data/docs/types/Row.json +6 -6
  115. package/data/docs/types/SPLITTER_SIZE_TOKENS.json +9 -0
  116. package/data/docs/types/ScrollArea.json +2 -2
  117. package/data/docs/types/SearchInput.json +136 -136
  118. package/data/docs/types/SearchInputField.json +131 -131
  119. package/data/docs/types/SelectOption.json +66 -66
  120. package/data/docs/types/SelectOptionGroup.json +22 -22
  121. package/data/docs/types/SelectOptions.json +74 -74
  122. package/data/docs/types/SelectRoot.json +102 -102
  123. package/data/docs/types/Separator.json +4 -4
  124. package/data/docs/types/SimpleGrid.json +28 -28
  125. package/data/docs/types/SplitButton.json +12 -12
  126. package/data/docs/types/Splitter.json +12 -0
  127. package/data/docs/types/SplitterAside.json +27 -0
  128. package/data/docs/types/SplitterHandle.json +27 -0
  129. package/data/docs/types/SplitterMain.json +27 -0
  130. package/data/docs/types/SplitterRoot.json +271 -0
  131. package/data/docs/types/SplitterSizeToken.json +9 -0
  132. package/data/docs/types/Stack.json +2 -2
  133. package/data/docs/types/StepsNextTrigger.json +2 -2
  134. package/data/docs/types/StepsPrevTrigger.json +2 -2
  135. package/data/docs/types/StepsRoot.json +2 -2
  136. package/data/docs/types/StepsTrigger.json +2 -2
  137. package/data/docs/types/Switch.json +38 -38
  138. package/data/docs/types/TabNavItem.json +18 -18
  139. package/data/docs/types/TabNavRoot.json +2 -2
  140. package/data/docs/types/TableBody.json +6 -6
  141. package/data/docs/types/TableCaption.json +6 -6
  142. package/data/docs/types/TableCell.json +20 -20
  143. package/data/docs/types/TableColumn.json +8 -8
  144. package/data/docs/types/TableColumnGroup.json +8 -8
  145. package/data/docs/types/TableColumnHeader.json +18 -18
  146. package/data/docs/types/TableFooter.json +6 -6
  147. package/data/docs/types/TableHeader.json +6 -6
  148. package/data/docs/types/TableRoot.json +32 -32
  149. package/data/docs/types/TableRow.json +6 -6
  150. package/data/docs/types/TableScrollArea.json +6 -6
  151. package/data/docs/types/TabsTab.json +2 -2
  152. package/data/docs/types/TagGroupRoot.json +27 -27
  153. package/data/docs/types/TagGroupTag.json +68 -68
  154. package/data/docs/types/TagGroupTagList.json +18 -18
  155. package/data/docs/types/Text.json +8 -8
  156. package/data/docs/types/TextInput.json +132 -132
  157. package/data/docs/types/TextInputField.json +129 -129
  158. package/data/docs/types/TimeInput.json +78 -78
  159. package/data/docs/types/ToggleButton.json +86 -86
  160. package/data/docs/types/ToggleButtonGroupButton.json +33 -33
  161. package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
  162. package/data/docs/types/Toolbar.json +12 -12
  163. package/data/docs/types/TooltipContent.json +31 -31
  164. package/data/docs/types/TooltipRoot.json +18 -18
  165. package/data/docs/types/Trigger.json +4 -4
  166. package/data/docs/types/UseDragAndDropOptions.json +9 -0
  167. package/data/docs/types/VisuallyHidden.json +7 -7
  168. package/data/docs/types/createArrayHandlers.json +12 -0
  169. package/data/docs/types/createItemsFromCsvDrop.json +833 -0
  170. package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
  171. package/data/docs/types/createItemsFromFileDrop.json +833 -0
  172. package/data/docs/types/createItemsFromImageDrop.json +833 -0
  173. package/data/docs/types/createItemsFromJsonDrop.json +833 -0
  174. package/data/docs/types/createItemsFromTextDrop.json +12 -0
  175. package/data/docs/types/createListDataHandlers.json +102 -0
  176. package/data/docs/types/manifest.json +29 -2
  177. package/data/docs/types/useDragAndDrop.json +174 -0
  178. package/data/docs/types/useRegion.json +1052 -0
  179. package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
  180. package/package.json +6 -6
@@ -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",
@@ -3675,6 +3774,36 @@
3675
3774
  }
3676
3775
  ]
3677
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
+ },
3678
3807
  {
3679
3808
  "path": "/home/contribute",
3680
3809
  "id": "Home-Contribute-1746704391512",
@@ -4077,6 +4206,32 @@
4077
4206
  }
4078
4207
  ]
4079
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
+ },
4080
4235
  {
4081
4236
  "path": "/patterns",
4082
4237
  "id": "Patterns",
@@ -4836,6 +4991,32 @@
4836
4991
  }
4837
4992
  ]
4838
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
+ },
4839
5020
  {
4840
5021
  "path": "/hooks/usehotkeys",
4841
5022
  "id": "useHotkeys",
@@ -4896,6 +5077,72 @@
4896
5077
  }
4897
5078
  ]
4898
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
+ },
4899
5146
  {
4900
5147
  "path": "/patterns/dialogs/info-dialog",
4901
5148
  "id": "Patterns-InfoDialog",
@@ -5167,6 +5414,43 @@
5167
5414
  }
5168
5415
  ]
5169
5416
  },
5417
+ {
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",
5425
+ "tags": [
5426
+ "component",
5427
+ "pattern",
5428
+ "pages",
5429
+ "Flex",
5430
+ "Stack",
5431
+ "Heading",
5432
+ "Text"
5433
+ ],
5434
+ "menu": [
5435
+ "Patterns",
5436
+ "Pages",
5437
+ "Public page layout"
5438
+ ],
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
+ },
5170
5454
  {
5171
5455
  "path": "/icons",
5172
5456
  "id": "Icons",
@@ -7306,6 +7590,41 @@
7306
7590
  }
7307
7591
  ]
7308
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
+ },
7309
7628
  {
7310
7629
  "path": "/components/inputs/rich-text-input",
7311
7630
  "id": "Components-RichTextInput",
@@ -7695,6 +8014,44 @@
7695
8014
  }
7696
8015
  ]
7697
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
+ },
7698
8055
  {
7699
8056
  "path": "/components/layout/stack",
7700
8057
  "id": "Components-Stack",
@@ -8662,29 +9019,28 @@
8662
9019
  ]
8663
9020
  },
8664
9021
  {
8665
- "id": "home",
8666
- "label": "Home",
9022
+ "id": "patterns",
9023
+ "label": "Patterns",
8667
9024
  "order": 999,
8668
9025
  "items": [
8669
9026
  {
8670
- "path": "/home/contribute/adrs",
8671
- "id": "Architecture-Decision-Records",
8672
- "title": "ADR: Using Architecture Decision Records",
8673
- "description": "An explanation of what Architecture Decision Records are and how we use them",
8674
- "category": "Home",
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",
8675
9032
  "tags": [
8676
- "architecture",
8677
- "documentation",
8678
- "process"
9033
+ "patterns",
9034
+ "actions",
9035
+ "forms"
8679
9036
  ],
8680
9037
  "menu": [
8681
- "Home",
8682
- "Contribute",
8683
- "ADR's"
9038
+ "Patterns",
9039
+ "Actions"
8684
9040
  ],
8685
- "order": 999,
8686
- "chunkName": "route-home-contribute-adrs",
8687
- "icon": "Gavel",
9041
+ "order": 3,
9042
+ "chunkName": "route-patterns-actions",
9043
+ "icon": "TouchApp",
8688
9044
  "tabs": [
8689
9045
  {
8690
9046
  "key": "overview",
@@ -8694,25 +9050,23 @@
8694
9050
  ]
8695
9051
  },
8696
9052
  {
8697
- "path": "/home/contribute/adrs/adr0001-consumer-component-apis",
8698
- "id": "Consumer-Component-APIs",
8699
- "title": "ADR: On Consumer Component API's",
8700
- "description": "Architecture decision record on how to structure component APIs for flexibility and maintainability",
8701
- "category": "Home",
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",
8702
9058
  "tags": [
8703
- "architecture",
8704
- "components",
8705
- "design",
8706
- "api"
9059
+ "patterns",
9060
+ "dialogs",
9061
+ "overlays"
8707
9062
  ],
8708
9063
  "menu": [
8709
- "Home",
8710
- "Contribute",
8711
- "ADR's",
8712
- "ADR0001 Consumer Component APIs"
9064
+ "Patterns",
9065
+ "Dialogs"
8713
9066
  ],
8714
- "order": 1,
8715
- "chunkName": "route-home-contribute-adrs-adr0001-consumer-component-apis",
9067
+ "order": 2,
9068
+ "chunkName": "route-patterns-dialogs",
9069
+ "icon": "OpenInNew",
8716
9070
  "tabs": [
8717
9071
  {
8718
9072
  "key": "overview",
@@ -8722,25 +9076,23 @@
8722
9076
  ]
8723
9077
  },
8724
9078
  {
8725
- "path": "/home/contribute/adrs/adr0002-compound-component-extraction",
8726
- "id": "Compound-Component-Extraction",
8727
- "title": "ADR: Standardizing Compound Component Extraction to a `components` Directory",
8728
- "description": "Architecture decision record on organizing compound component implementations",
8729
- "category": "Home",
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",
8730
9084
  "tags": [
8731
- "architecture",
8732
- "components",
8733
- "directory-structure",
8734
- "organization"
9085
+ "patterns",
9086
+ "fields",
9087
+ "forms"
8735
9088
  ],
8736
9089
  "menu": [
8737
- "Home",
8738
- "Contribute",
8739
- "ADR's",
8740
- "ADR0002 Compound Component Extraction"
9090
+ "Patterns",
9091
+ "Fields"
8741
9092
  ],
8742
- "order": 2,
8743
- "chunkName": "route-home-contribute-adrs-adr0002-compound-component-extraction",
9093
+ "order": 1,
9094
+ "chunkName": "route-patterns-fields",
9095
+ "icon": "Input",
8744
9096
  "tabs": [
8745
9097
  {
8746
9098
  "key": "overview",
@@ -8750,25 +9102,23 @@
8750
9102
  ]
8751
9103
  },
8752
9104
  {
8753
- "path": "/home/contribute/adrs/adr0003-component-lifecycle-states",
8754
- "id": "Component-Lifecycle-States",
8755
- "title": "ADR: Nimbus Software Lifecycle States",
8756
- "description": "Architecture decision record defining the lifecycle states for Nimbus components, hooks, utilities, classes, etc.",
8757
- "category": "Home",
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",
8758
9110
  "tags": [
8759
- "architecture",
8760
- "lifecycle",
8761
- "versioning",
8762
- "stability"
9111
+ "patterns",
9112
+ "pages",
9113
+ "layouts"
8763
9114
  ],
8764
9115
  "menu": [
8765
- "Home",
8766
- "Contribute",
8767
- "ADR's",
8768
- "ADR0003 Component Lifecycle States"
9116
+ "Patterns",
9117
+ "Pages"
8769
9118
  ],
8770
- "order": 3,
8771
- "chunkName": "route-home-contribute-adrs-adr0003-component-lifecycle-states",
9119
+ "order": 4,
9120
+ "chunkName": "route-patterns-pages",
9121
+ "icon": "WebAsset",
8772
9122
  "tabs": [
8773
9123
  {
8774
9124
  "key": "overview",
@@ -8778,21 +9128,21 @@
8778
9128
  ]
8779
9129
  },
8780
9130
  {
8781
- "path": "/home/style-props/background",
8782
- "id": "Style Props-Background",
8783
- "title": "Background",
8784
- "description": "JSX style props for styling background colors, gradients, and images.",
8785
- "category": "Home",
9131
+ "path": "/patterns",
9132
+ "id": "Patterns",
9133
+ "title": "Patterns",
9134
+ "description": "Reusable component patterns and compositions for common use cases",
9135
+ "category": "Patterns",
8786
9136
  "tags": [
8787
- "document"
9137
+ "patterns",
9138
+ "compositions",
9139
+ "recipes"
8788
9140
  ],
8789
9141
  "menu": [
8790
- "Home",
8791
- "Style Props",
8792
- "Background"
9142
+ "Patterns"
8793
9143
  ],
8794
- "order": 999,
8795
- "chunkName": "route-home-style-props-background",
9144
+ "order": 4,
9145
+ "chunkName": "route-patterns",
8796
9146
  "tabs": [
8797
9147
  {
8798
9148
  "key": "overview",
@@ -8802,168 +9152,440 @@
8802
9152
  ]
8803
9153
  },
8804
9154
  {
8805
- "path": "/home/style-props/border",
8806
- "id": "Style Props-Border",
8807
- "title": "Border",
8808
- "description": "JSX style props for styling border and border radius.",
8809
- "category": "Home",
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",
8810
9162
  "tags": [
8811
- "document"
9163
+ "component",
9164
+ "pattern",
9165
+ "actions",
9166
+ "Button",
9167
+ "Group"
8812
9168
  ],
8813
9169
  "menu": [
8814
- "Home",
8815
- "Style Props",
8816
- "Border"
9170
+ "Patterns",
9171
+ "Actions",
9172
+ "Form action bar"
8817
9173
  ],
8818
9174
  "order": 999,
8819
- "chunkName": "route-home-style-props-border",
9175
+ "chunkName": "route-patterns-actions-form-action-bar",
8820
9176
  "tabs": [
8821
9177
  {
8822
9178
  "key": "overview",
8823
9179
  "title": "Overview",
8824
9180
  "order": 0
9181
+ },
9182
+ {
9183
+ "key": "dev",
9184
+ "title": "Implementation",
9185
+ "order": 3
8825
9186
  }
8826
9187
  ]
8827
9188
  },
8828
9189
  {
8829
- "path": "/home/contribute/development-setup",
8830
- "id": "Home-Contribute-Setup",
8831
- "title": "Local Development Setup",
8832
- "description": "Set up nimbus for local development",
8833
- "category": "Home",
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",
8834
9196
  "tags": [
8835
- "document"
9197
+ "component",
9198
+ "pattern",
9199
+ "dialog",
9200
+ "ConfirmationDialog"
8836
9201
  ],
8837
9202
  "menu": [
8838
- "Home",
8839
- "Contribute",
8840
- "Development Setup"
9203
+ "Patterns",
9204
+ "Dialogs",
9205
+ "Confirmation dialog"
8841
9206
  ],
8842
- "order": 1,
8843
- "chunkName": "route-home-contribute-development-setup",
8844
- "icon": "Download",
9207
+ "order": 999,
9208
+ "chunkName": "route-patterns-dialogs-confirmation-dialog",
8845
9209
  "tabs": [
8846
9210
  {
8847
9211
  "key": "overview",
8848
9212
  "title": "Overview",
8849
9213
  "order": 0
9214
+ },
9215
+ {
9216
+ "key": "dev",
9217
+ "title": "Implementation",
9218
+ "order": 3
8850
9219
  }
8851
9220
  ]
8852
9221
  },
8853
9222
  {
8854
- "path": "/home/style-props/display",
8855
- "id": "Style Props-Display",
8856
- "title": "Display",
8857
- "description": "Style props for styling display of an element.",
8858
- "category": "Home",
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",
8859
9229
  "tags": [
8860
- "document"
9230
+ "component",
9231
+ "pattern",
9232
+ "dialog",
9233
+ "FormDialog"
8861
9234
  ],
8862
9235
  "menu": [
8863
- "Home",
8864
- "Style Props",
8865
- "Display"
9236
+ "Patterns",
9237
+ "Dialogs",
9238
+ "Form dialog"
8866
9239
  ],
8867
9240
  "order": 999,
8868
- "chunkName": "route-home-style-props-display",
9241
+ "chunkName": "route-patterns-dialogs-form-dialog",
8869
9242
  "tabs": [
8870
9243
  {
8871
9244
  "key": "overview",
8872
9245
  "title": "Overview",
8873
9246
  "order": 0
9247
+ },
9248
+ {
9249
+ "key": "dev",
9250
+ "title": "Implementation",
9251
+ "order": 3
8874
9252
  }
8875
9253
  ]
8876
9254
  },
8877
9255
  {
8878
- "path": "/home/style-props/effects",
8879
- "id": "Style Props-Effects",
8880
- "title": "Effects",
8881
- "description": "JSX style props for styling box shadows, opacity, and more",
8882
- "category": "Home",
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",
8883
9262
  "tags": [
8884
- "document"
9263
+ "component",
9264
+ "pattern",
9265
+ "dialog",
9266
+ "InfoDialog"
8885
9267
  ],
8886
9268
  "menu": [
8887
- "Home",
8888
- "Style Props",
8889
- "Effects"
9269
+ "Patterns",
9270
+ "Dialogs",
9271
+ "Info dialog"
8890
9272
  ],
8891
9273
  "order": 999,
8892
- "chunkName": "route-home-style-props-effects",
9274
+ "chunkName": "route-patterns-dialogs-info-dialog",
8893
9275
  "tabs": [
8894
9276
  {
8895
9277
  "key": "overview",
8896
9278
  "title": "Overview",
8897
9279
  "order": 0
9280
+ },
9281
+ {
9282
+ "key": "dev",
9283
+ "title": "Implementation",
9284
+ "order": 3
8898
9285
  }
8899
9286
  ]
8900
9287
  },
8901
9288
  {
8902
- "path": "/home/style-props/filters",
8903
- "id": "Style Props-Filters",
8904
- "title": "Filters",
8905
- "description": "JSX style props for applying various filters to elements.",
8906
- "category": "Home",
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",
8907
9295
  "tags": [
8908
- "document"
9296
+ "component",
9297
+ "pattern",
9298
+ "field",
9299
+ "DateRangePicker",
9300
+ "DateRangePickerField"
8909
9301
  ],
8910
9302
  "menu": [
8911
- "Home",
8912
- "Style Props",
8913
- "Filters"
9303
+ "Patterns",
9304
+ "Fields",
9305
+ "Date range picker field"
8914
9306
  ],
8915
9307
  "order": 999,
8916
- "chunkName": "route-home-style-props-filters",
9308
+ "chunkName": "route-patterns-fields-date-range-picker-field",
8917
9309
  "tabs": [
8918
9310
  {
8919
9311
  "key": "overview",
8920
9312
  "title": "Overview",
8921
9313
  "order": 0
9314
+ },
9315
+ {
9316
+ "key": "dev",
9317
+ "title": "Implementation",
9318
+ "order": 3
8922
9319
  }
8923
9320
  ]
8924
9321
  },
8925
9322
  {
8926
- "path": "/home/style-props/flex-and-grid",
8927
- "id": "Style Props-Flex and Grid",
8928
- "title": "Flex and Grid",
8929
- "description": "JSX style props to control flex and grid layouts",
8930
- "category": "Home",
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",
8931
9329
  "tags": [
8932
- "document"
9330
+ "component",
9331
+ "pattern",
9332
+ "field",
9333
+ "MoneyInput",
9334
+ "MoneyInputField"
8933
9335
  ],
8934
9336
  "menu": [
8935
- "Home",
8936
- "Style Props",
8937
- "Flex and Grid"
9337
+ "Patterns",
9338
+ "Fields",
9339
+ "Money input field"
8938
9340
  ],
8939
9341
  "order": 999,
8940
- "chunkName": "route-home-style-props-flex-and-grid",
9342
+ "chunkName": "route-patterns-fields-money-input-field",
8941
9343
  "tabs": [
8942
9344
  {
8943
9345
  "key": "overview",
8944
9346
  "title": "Overview",
8945
9347
  "order": 0
9348
+ },
9349
+ {
9350
+ "key": "dev",
9351
+ "title": "Implementation",
9352
+ "order": 3
8946
9353
  }
8947
9354
  ]
8948
9355
  },
8949
9356
  {
8950
- "path": "/home/contribute",
8951
- "id": "Home-Contribute-1746704391512",
8952
- "title": "Contributing",
8953
- "description": "Contribute to the nimbus development",
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",
8954
9575
  "category": "Home",
8955
9576
  "tags": [
8956
- "guide",
8957
- "contributing",
8958
- "development"
9577
+ "architecture",
9578
+ "documentation",
9579
+ "process"
8959
9580
  ],
8960
9581
  "menu": [
8961
9582
  "Home",
8962
- "Contribute"
9583
+ "Contribute",
9584
+ "ADR's"
8963
9585
  ],
8964
9586
  "order": 999,
8965
- "chunkName": "route-home-contribute",
8966
- "icon": "Computer",
9587
+ "chunkName": "route-home-contribute-adrs",
9588
+ "icon": "Gavel",
8967
9589
  "tabs": [
8968
9590
  {
8969
9591
  "key": "overview",
@@ -8973,22 +9595,25 @@
8973
9595
  ]
8974
9596
  },
8975
9597
  {
8976
- "path": "/home/getting-started/core-concepts",
8977
- "id": "Home-Core Concepts",
8978
- "title": "Core Concepts",
8979
- "description": "Quick start guide to set up and use the package.",
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",
8980
9602
  "category": "Home",
8981
9603
  "tags": [
8982
- "document"
9604
+ "architecture",
9605
+ "components",
9606
+ "design",
9607
+ "api"
8983
9608
  ],
8984
9609
  "menu": [
8985
9610
  "Home",
8986
- "Getting Started",
8987
- "Core Concepts"
9611
+ "Contribute",
9612
+ "ADR's",
9613
+ "ADR0001 Consumer Component APIs"
8988
9614
  ],
8989
- "order": 2,
8990
- "chunkName": "route-home-getting-started-core-concepts",
8991
- "icon": "LocalLibrary",
9615
+ "order": 1,
9616
+ "chunkName": "route-home-contribute-adrs-adr0001-consumer-component-apis",
8992
9617
  "tabs": [
8993
9618
  {
8994
9619
  "key": "overview",
@@ -8998,24 +9623,25 @@
8998
9623
  ]
8999
9624
  },
9000
9625
  {
9001
- "path": "/home/getting-started/installation",
9002
- "id": "Home-Installation-1746704940030",
9003
- "title": "Installation",
9004
- "description": "How to add Nimbus to your react frontend",
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",
9005
9630
  "category": "Home",
9006
9631
  "tags": [
9007
- "guide",
9008
- "setup",
9009
- "installation"
9632
+ "architecture",
9633
+ "components",
9634
+ "directory-structure",
9635
+ "organization"
9010
9636
  ],
9011
9637
  "menu": [
9012
9638
  "Home",
9013
- "Getting Started",
9014
- "Installation"
9639
+ "Contribute",
9640
+ "ADR's",
9641
+ "ADR0002 Compound Component Extraction"
9015
9642
  ],
9016
- "order": 1,
9017
- "chunkName": "route-home-getting-started-installation",
9018
- "icon": "Download",
9643
+ "order": 2,
9644
+ "chunkName": "route-home-contribute-adrs-adr0002-compound-component-extraction",
9019
9645
  "tabs": [
9020
9646
  {
9021
9647
  "key": "overview",
@@ -9025,24 +9651,25 @@
9025
9651
  ]
9026
9652
  },
9027
9653
  {
9028
- "path": "/home/getting-started/mcp-server-overview",
9029
- "id": "Home-MCP-Overview",
9030
- "title": "MCP Server Overview",
9031
- "description": "What the Nimbus MCP server is, what it enables, and which AI assistants it supports",
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.",
9032
9658
  "category": "Home",
9033
9659
  "tags": [
9034
- "mcp",
9035
- "ai",
9036
- "developer-tools"
9660
+ "architecture",
9661
+ "lifecycle",
9662
+ "versioning",
9663
+ "stability"
9037
9664
  ],
9038
9665
  "menu": [
9039
9666
  "Home",
9040
- "Getting Started",
9041
- "MCP Server Overview"
9667
+ "Contribute",
9668
+ "ADR's",
9669
+ "ADR0003 Component Lifecycle States"
9042
9670
  ],
9043
- "order": 5,
9044
- "chunkName": "route-home-getting-started-mcp-server-overview",
9045
- "icon": "SmartToy",
9671
+ "order": 3,
9672
+ "chunkName": "route-home-contribute-adrs-adr0003-component-lifecycle-states",
9046
9673
  "tabs": [
9047
9674
  {
9048
9675
  "key": "overview",
@@ -9052,25 +9679,21 @@
9052
9679
  ]
9053
9680
  },
9054
9681
  {
9055
- "path": "/home/getting-started/mcp-server-setup",
9056
- "id": "Home-MCP-Setup",
9057
- "title": "MCP Server Setup",
9058
- "description": "Install and configure the Nimbus MCP server for your AI assistant",
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.",
9059
9686
  "category": "Home",
9060
9687
  "tags": [
9061
- "mcp",
9062
- "ai",
9063
- "developer-tools",
9064
- "setup"
9688
+ "document"
9065
9689
  ],
9066
9690
  "menu": [
9067
9691
  "Home",
9068
- "Getting Started",
9069
- "MCP Server Setup"
9692
+ "Style Props",
9693
+ "Background"
9070
9694
  ],
9071
- "order": 6,
9072
- "chunkName": "route-home-getting-started-mcp-server-setup",
9073
- "icon": "Build",
9695
+ "order": 999,
9696
+ "chunkName": "route-home-style-props-background",
9074
9697
  "tabs": [
9075
9698
  {
9076
9699
  "key": "overview",
@@ -9080,25 +9703,21 @@
9080
9703
  ]
9081
9704
  },
9082
9705
  {
9083
- "path": "/home/getting-started/testing-setup",
9084
- "id": "Home-Testing-Setup",
9085
- "title": "Testing Setup",
9086
- "description": "Configure Jest or Vitest to test Nimbus components",
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.",
9087
9710
  "category": "Home",
9088
9711
  "tags": [
9089
- "guide",
9090
- "testing",
9091
- "jest",
9092
- "vitest"
9712
+ "document"
9093
9713
  ],
9094
9714
  "menu": [
9095
9715
  "Home",
9096
- "Getting Started",
9097
- "Testing Setup"
9716
+ "Style Props",
9717
+ "Border"
9098
9718
  ],
9099
- "order": 1.6,
9100
- "chunkName": "route-home-getting-started-testing-setup",
9101
- "icon": "Science",
9719
+ "order": 999,
9720
+ "chunkName": "route-home-style-props-border",
9102
9721
  "tabs": [
9103
9722
  {
9104
9723
  "key": "overview",
@@ -9108,19 +9727,22 @@
9108
9727
  ]
9109
9728
  },
9110
9729
  {
9111
- "path": "/home",
9112
- "id": "Home",
9113
- "title": "Home",
9114
- "description": "Start here if you're new.",
9730
+ "path": "/home/contribute/development-setup",
9731
+ "id": "Home-Contribute-Setup",
9732
+ "title": "Local Development Setup",
9733
+ "description": "Set up nimbus for local development",
9115
9734
  "category": "Home",
9116
9735
  "tags": [
9117
- "forms"
9736
+ "document"
9118
9737
  ],
9119
9738
  "menu": [
9120
- "Home"
9739
+ "Home",
9740
+ "Contribute",
9741
+ "Development Setup"
9121
9742
  ],
9122
9743
  "order": 1,
9123
- "chunkName": "route-home",
9744
+ "chunkName": "route-home-contribute-development-setup",
9745
+ "icon": "Download",
9124
9746
  "tabs": [
9125
9747
  {
9126
9748
  "key": "overview",
@@ -9130,10 +9752,10 @@
9130
9752
  ]
9131
9753
  },
9132
9754
  {
9133
- "path": "/home/style-props/interactivity",
9134
- "id": "Style Props-Interactivity",
9135
- "title": "Interactivity",
9136
- "description": "JSX style props to enhance interactivity on an element",
9755
+ "path": "/home/style-props/display",
9756
+ "id": "Style Props-Display",
9757
+ "title": "Display",
9758
+ "description": "Style props for styling display of an element.",
9137
9759
  "category": "Home",
9138
9760
  "tags": [
9139
9761
  "document"
@@ -9141,10 +9763,10 @@
9141
9763
  "menu": [
9142
9764
  "Home",
9143
9765
  "Style Props",
9144
- "Interactivity"
9766
+ "Display"
9145
9767
  ],
9146
9768
  "order": 999,
9147
- "chunkName": "route-home-style-props-interactivity",
9769
+ "chunkName": "route-home-style-props-display",
9148
9770
  "tabs": [
9149
9771
  {
9150
9772
  "key": "overview",
@@ -9154,10 +9776,10 @@
9154
9776
  ]
9155
9777
  },
9156
9778
  {
9157
- "path": "/home/style-props/layout",
9158
- "id": "Style Props-Layout",
9159
- "title": "Layout",
9160
- "description": "JSX style props to control the width, height, and spacing of elements",
9779
+ "path": "/home/style-props/effects",
9780
+ "id": "Style Props-Effects",
9781
+ "title": "Effects",
9782
+ "description": "JSX style props for styling box shadows, opacity, and more",
9161
9783
  "category": "Home",
9162
9784
  "tags": [
9163
9785
  "document"
@@ -9165,10 +9787,10 @@
9165
9787
  "menu": [
9166
9788
  "Home",
9167
9789
  "Style Props",
9168
- "Layout"
9790
+ "Effects"
9169
9791
  ],
9170
9792
  "order": 999,
9171
- "chunkName": "route-home-style-props-layout",
9793
+ "chunkName": "route-home-style-props-effects",
9172
9794
  "tabs": [
9173
9795
  {
9174
9796
  "key": "overview",
@@ -9178,10 +9800,10 @@
9178
9800
  ]
9179
9801
  },
9180
9802
  {
9181
- "path": "/home/style-props/list",
9182
- "id": "Style Props-List",
9183
- "title": "List",
9184
- "description": "JSX style props for customizing list styles.",
9803
+ "path": "/home/style-props/filters",
9804
+ "id": "Style Props-Filters",
9805
+ "title": "Filters",
9806
+ "description": "JSX style props for applying various filters to elements.",
9185
9807
  "category": "Home",
9186
9808
  "tags": [
9187
9809
  "document"
@@ -9189,10 +9811,10 @@
9189
9811
  "menu": [
9190
9812
  "Home",
9191
9813
  "Style Props",
9192
- "List"
9814
+ "Filters"
9193
9815
  ],
9194
9816
  "order": 999,
9195
- "chunkName": "route-home-style-props-list",
9817
+ "chunkName": "route-home-style-props-filters",
9196
9818
  "tabs": [
9197
9819
  {
9198
9820
  "key": "overview",
@@ -9202,23 +9824,21 @@
9202
9824
  ]
9203
9825
  },
9204
9826
  {
9205
- "path": "/home/playground/markdown",
9206
- "id": "Markdown",
9207
- "title": "Markdown",
9208
- "description": "a page with many mdx & markdown features",
9827
+ "path": "/home/style-props/flex-and-grid",
9828
+ "id": "Style Props-Flex and Grid",
9829
+ "title": "Flex and Grid",
9830
+ "description": "JSX style props to control flex and grid layouts",
9209
9831
  "category": "Home",
9210
9832
  "tags": [
9211
- "playground",
9212
- "markdown",
9213
- "mdx"
9833
+ "document"
9214
9834
  ],
9215
9835
  "menu": [
9216
9836
  "Home",
9217
- "Playground",
9218
- "Markdown"
9837
+ "Style Props",
9838
+ "Flex and Grid"
9219
9839
  ],
9220
9840
  "order": 999,
9221
- "chunkName": "route-home-playground-markdown",
9841
+ "chunkName": "route-home-style-props-flex-and-grid",
9222
9842
  "tabs": [
9223
9843
  {
9224
9844
  "key": "overview",
@@ -9228,23 +9848,27 @@
9228
9848
  ]
9229
9849
  },
9230
9850
  {
9231
- "path": "/home/contribute/stats",
9232
- "id": "NimbusExportStats",
9233
- "title": "Nimbus Export Stats",
9234
- "description": "List of exports from the @commercetools/nimbus package",
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",
9235
9855
  "category": "Home",
9236
9856
  "tags": [
9237
- "stats",
9238
- "exports"
9857
+ "guide",
9858
+ "plugins",
9859
+ "webpack",
9860
+ "vite",
9861
+ "build",
9862
+ "optional-dependency"
9239
9863
  ],
9240
9864
  "menu": [
9241
9865
  "Home",
9242
- "Contribute",
9243
- "Stats"
9866
+ "Getting Started",
9867
+ "Bundler Plugins"
9244
9868
  ],
9245
- "order": 999,
9246
- "chunkName": "route-home-contribute-stats",
9247
- "icon": "BarChart",
9869
+ "order": 7,
9870
+ "chunkName": "route-home-getting-started-bundler-plugins",
9871
+ "icon": "Extension",
9248
9872
  "tabs": [
9249
9873
  {
9250
9874
  "key": "overview",
@@ -9254,21 +9878,23 @@
9254
9878
  ]
9255
9879
  },
9256
9880
  {
9257
- "path": "/home/playground",
9258
- "id": "Home-Playground",
9259
- "title": "Playground",
9260
- "description": "collection of pages with an explorative character",
9881
+ "path": "/home/contribute",
9882
+ "id": "Home-Contribute-1746704391512",
9883
+ "title": "Contributing",
9884
+ "description": "Contribute to the nimbus development",
9261
9885
  "category": "Home",
9262
9886
  "tags": [
9263
- "playground",
9264
- "exploring"
9887
+ "guide",
9888
+ "contributing",
9889
+ "development"
9265
9890
  ],
9266
9891
  "menu": [
9267
9892
  "Home",
9268
- "Playground"
9893
+ "Contribute"
9269
9894
  ],
9270
9895
  "order": 999,
9271
- "chunkName": "route-home-playground",
9896
+ "chunkName": "route-home-contribute",
9897
+ "icon": "Computer",
9272
9898
  "tabs": [
9273
9899
  {
9274
9900
  "key": "overview",
@@ -9278,25 +9904,22 @@
9278
9904
  ]
9279
9905
  },
9280
9906
  {
9281
- "path": "/home/getting-started/release-process",
9282
- "id": "Home-Release-Process",
9283
- "title": "Release Process",
9284
- "description": "How Nimbus releases work and how to stay informed",
9907
+ "path": "/home/getting-started/core-concepts",
9908
+ "id": "Home-Core Concepts",
9909
+ "title": "Core Concepts",
9910
+ "description": "Quick start guide to set up and use the package.",
9285
9911
  "category": "Home",
9286
9912
  "tags": [
9287
- "releases",
9288
- "versioning",
9289
- "upgrades",
9290
- "support"
9913
+ "document"
9291
9914
  ],
9292
9915
  "menu": [
9293
9916
  "Home",
9294
9917
  "Getting Started",
9295
- "Release Process"
9918
+ "Core Concepts"
9296
9919
  ],
9297
- "order": 4,
9298
- "chunkName": "route-home-getting-started-release-process",
9299
- "icon": "NewReleases",
9920
+ "order": 2,
9921
+ "chunkName": "route-home-getting-started-core-concepts",
9922
+ "icon": "LocalLibrary",
9300
9923
  "tabs": [
9301
9924
  {
9302
9925
  "key": "overview",
@@ -9306,21 +9929,24 @@
9306
9929
  ]
9307
9930
  },
9308
9931
  {
9309
- "path": "/home/style-props/sizing",
9310
- "id": "Style Props-Sizing",
9311
- "title": "Sizing",
9312
- "description": "JSX style props for sizing an element",
9932
+ "path": "/home/getting-started/installation",
9933
+ "id": "Home-Installation-1746704940030",
9934
+ "title": "Installation",
9935
+ "description": "How to add Nimbus to your react frontend",
9313
9936
  "category": "Home",
9314
9937
  "tags": [
9315
- "document"
9938
+ "guide",
9939
+ "setup",
9940
+ "installation"
9316
9941
  ],
9317
9942
  "menu": [
9318
9943
  "Home",
9319
- "Style Props",
9320
- "Sizing"
9944
+ "Getting Started",
9945
+ "Installation"
9321
9946
  ],
9322
- "order": 999,
9323
- "chunkName": "route-home-style-props-sizing",
9947
+ "order": 1,
9948
+ "chunkName": "route-home-getting-started-installation",
9949
+ "icon": "Download",
9324
9950
  "tabs": [
9325
9951
  {
9326
9952
  "key": "overview",
@@ -9330,21 +9956,24 @@
9330
9956
  ]
9331
9957
  },
9332
9958
  {
9333
- "path": "/home/style-props/spacing",
9334
- "id": "Style Props-Spacing",
9335
- "title": "Spacing",
9336
- "description": "JSX style props for controlling the padding and margin of an element.",
9959
+ "path": "/home/getting-started/mcp-server-overview",
9960
+ "id": "Home-MCP-Overview",
9961
+ "title": "MCP Server Overview",
9962
+ "description": "What the Nimbus MCP server is, what it enables, and which AI assistants it supports",
9337
9963
  "category": "Home",
9338
9964
  "tags": [
9339
- "document"
9965
+ "mcp",
9966
+ "ai",
9967
+ "developer-tools"
9340
9968
  ],
9341
9969
  "menu": [
9342
9970
  "Home",
9343
- "Style Props",
9344
- "Spacing"
9971
+ "Getting Started",
9972
+ "MCP Server Overview"
9345
9973
  ],
9346
- "order": 999,
9347
- "chunkName": "route-home-style-props-spacing",
9974
+ "order": 5,
9975
+ "chunkName": "route-home-getting-started-mcp-server-overview",
9976
+ "icon": "SmartToy",
9348
9977
  "tabs": [
9349
9978
  {
9350
9979
  "key": "overview",
@@ -9354,21 +9983,25 @@
9354
9983
  ]
9355
9984
  },
9356
9985
  {
9357
- "path": "/home/style-props/typography",
9358
- "id": "Style Props-Typography",
9359
- "title": "Typography",
9360
- "description": "JSX style props for styling text",
9986
+ "path": "/home/getting-started/mcp-server-setup",
9987
+ "id": "Home-MCP-Setup",
9988
+ "title": "MCP Server Setup",
9989
+ "description": "Install and configure the Nimbus MCP server for your AI assistant",
9361
9990
  "category": "Home",
9362
9991
  "tags": [
9363
- "document"
9992
+ "mcp",
9993
+ "ai",
9994
+ "developer-tools",
9995
+ "setup"
9364
9996
  ],
9365
9997
  "menu": [
9366
9998
  "Home",
9367
- "Style Props",
9368
- "Typography"
9999
+ "Getting Started",
10000
+ "MCP Server Setup"
9369
10001
  ],
9370
- "order": 999,
9371
- "chunkName": "route-home-style-props-typography",
10002
+ "order": 6,
10003
+ "chunkName": "route-home-getting-started-mcp-server-setup",
10004
+ "icon": "Build",
9372
10005
  "tabs": [
9373
10006
  {
9374
10007
  "key": "overview",
@@ -9378,20 +10011,25 @@
9378
10011
  ]
9379
10012
  },
9380
10013
  {
9381
- "path": "/home/style-props",
9382
- "id": "Home-Style Props",
9383
- "title": "Style Props",
9384
- "description": "JSX style props for applying CSS rules",
10014
+ "path": "/home/getting-started/testing-setup",
10015
+ "id": "Home-Testing-Setup",
10016
+ "title": "Testing Setup",
10017
+ "description": "Configure Jest or Vitest to test Nimbus components",
9385
10018
  "category": "Home",
9386
10019
  "tags": [
9387
- "document"
10020
+ "guide",
10021
+ "testing",
10022
+ "jest",
10023
+ "vitest"
9388
10024
  ],
9389
10025
  "menu": [
9390
10026
  "Home",
9391
- "Style Props"
10027
+ "Getting Started",
10028
+ "Testing Setup"
9392
10029
  ],
9393
- "order": 5,
9394
- "chunkName": "route-home-style-props",
10030
+ "order": 1.6,
10031
+ "chunkName": "route-home-getting-started-testing-setup",
10032
+ "icon": "Science",
9395
10033
  "tabs": [
9396
10034
  {
9397
10035
  "key": "overview",
@@ -9401,21 +10039,19 @@
9401
10039
  ]
9402
10040
  },
9403
10041
  {
9404
- "path": "/home/style-props/svg",
9405
- "id": "Style Props-SVG",
9406
- "title": "SVG",
9407
- "description": "JSX style props for SVG elements.",
10042
+ "path": "/home",
10043
+ "id": "Home",
10044
+ "title": "Home",
10045
+ "description": "Start here if you're new.",
9408
10046
  "category": "Home",
9409
10047
  "tags": [
9410
- "document"
10048
+ "forms"
9411
10049
  ],
9412
10050
  "menu": [
9413
- "Home",
9414
- "Style Props",
9415
- "SVG"
10051
+ "Home"
9416
10052
  ],
9417
- "order": 999,
9418
- "chunkName": "route-home-style-props-svg",
10053
+ "order": 1,
10054
+ "chunkName": "route-home",
9419
10055
  "tabs": [
9420
10056
  {
9421
10057
  "key": "overview",
@@ -9425,10 +10061,10 @@
9425
10061
  ]
9426
10062
  },
9427
10063
  {
9428
- "path": "/home/style-props/tables",
9429
- "id": "Style Props-Tables",
9430
- "title": "Tables",
9431
- "description": "JSX style props for styling table elements.",
10064
+ "path": "/home/style-props/interactivity",
10065
+ "id": "Style Props-Interactivity",
10066
+ "title": "Interactivity",
10067
+ "description": "JSX style props to enhance interactivity on an element",
9432
10068
  "category": "Home",
9433
10069
  "tags": [
9434
10070
  "document"
@@ -9436,10 +10072,10 @@
9436
10072
  "menu": [
9437
10073
  "Home",
9438
10074
  "Style Props",
9439
- "Tables"
10075
+ "Interactivity"
9440
10076
  ],
9441
10077
  "order": 999,
9442
- "chunkName": "route-home-style-props-tables",
10078
+ "chunkName": "route-home-style-props-interactivity",
9443
10079
  "tabs": [
9444
10080
  {
9445
10081
  "key": "overview",
@@ -9449,22 +10085,21 @@
9449
10085
  ]
9450
10086
  },
9451
10087
  {
9452
- "path": "/home/playground/toc",
9453
- "id": "Toc",
9454
- "title": "Toc",
9455
- "description": "Let's get the table of contents automatically generated",
10088
+ "path": "/home/style-props/layout",
10089
+ "id": "Style Props-Layout",
10090
+ "title": "Layout",
10091
+ "description": "JSX style props to control the width, height, and spacing of elements",
9456
10092
  "category": "Home",
9457
10093
  "tags": [
9458
- "playground",
9459
- "exploring"
10094
+ "document"
9460
10095
  ],
9461
10096
  "menu": [
9462
10097
  "Home",
9463
- "Playground",
9464
- "Toc"
10098
+ "Style Props",
10099
+ "Layout"
9465
10100
  ],
9466
10101
  "order": 999,
9467
- "chunkName": "route-home-playground-toc",
10102
+ "chunkName": "route-home-style-props-layout",
9468
10103
  "tabs": [
9469
10104
  {
9470
10105
  "key": "overview",
@@ -9474,24 +10109,21 @@
9474
10109
  ]
9475
10110
  },
9476
10111
  {
9477
- "path": "/home/design-tokens/other/animations",
9478
- "id": "TokensAnimations",
9479
- "title": "Animations",
9480
- "description": "The list of available animation tokens",
10112
+ "path": "/home/style-props/list",
10113
+ "id": "Style Props-List",
10114
+ "title": "List",
10115
+ "description": "JSX style props for customizing list styles.",
9481
10116
  "category": "Home",
9482
10117
  "tags": [
9483
- "animation",
9484
- "transition"
10118
+ "document"
9485
10119
  ],
9486
10120
  "menu": [
9487
10121
  "Home",
9488
- "Design Tokens",
9489
- "Other",
9490
- "Animations"
10122
+ "Style Props",
10123
+ "List"
9491
10124
  ],
9492
10125
  "order": 999,
9493
- "chunkName": "route-home-design-tokens-other-animations",
9494
- "icon": "RotateRight",
10126
+ "chunkName": "route-home-style-props-list",
9495
10127
  "tabs": [
9496
10128
  {
9497
10129
  "key": "overview",
@@ -9501,23 +10133,23 @@
9501
10133
  ]
9502
10134
  },
9503
10135
  {
9504
- "path": "/home/design-tokens/aspect-ratios",
9505
- "id": "TokensAspectRatios",
9506
- "title": "Aspect Ratios",
9507
- "description": "The list of available aspect ratio tokens",
10136
+ "path": "/home/playground/markdown",
10137
+ "id": "Markdown",
10138
+ "title": "Markdown",
10139
+ "description": "a page with many mdx & markdown features",
9508
10140
  "category": "Home",
9509
10141
  "tags": [
9510
- "aspect ratio",
9511
- "ratios"
10142
+ "playground",
10143
+ "markdown",
10144
+ "mdx"
9512
10145
  ],
9513
10146
  "menu": [
9514
10147
  "Home",
9515
- "Design Tokens",
9516
- "Aspect Ratios"
10148
+ "Playground",
10149
+ "Markdown"
9517
10150
  ],
9518
10151
  "order": 999,
9519
- "chunkName": "route-home-design-tokens-aspect-ratios",
9520
- "icon": "ImageAspectRatio",
10152
+ "chunkName": "route-home-playground-markdown",
9521
10153
  "tabs": [
9522
10154
  {
9523
10155
  "key": "overview",
@@ -9527,23 +10159,23 @@
9527
10159
  ]
9528
10160
  },
9529
10161
  {
9530
- "path": "/home/design-tokens/other/blurs",
9531
- "id": "TokensBlurs",
9532
- "title": "Blurs",
9533
- "description": "The list of available blur tokens",
10162
+ "path": "/home/contribute/stats",
10163
+ "id": "NimbusExportStats",
10164
+ "title": "Nimbus Export Stats",
10165
+ "description": "List of exports from the @commercetools/nimbus package",
9534
10166
  "category": "Home",
9535
10167
  "tags": [
9536
- "blur"
10168
+ "stats",
10169
+ "exports"
9537
10170
  ],
9538
10171
  "menu": [
9539
10172
  "Home",
9540
- "Design Tokens",
9541
- "Other",
9542
- "Blurs"
10173
+ "Contribute",
10174
+ "Stats"
9543
10175
  ],
9544
10176
  "order": 999,
9545
- "chunkName": "route-home-design-tokens-other-blurs",
9546
- "icon": "BlurOn",
10177
+ "chunkName": "route-home-contribute-stats",
10178
+ "icon": "BarChart",
9547
10179
  "tabs": [
9548
10180
  {
9549
10181
  "key": "overview",
@@ -9553,22 +10185,21 @@
9553
10185
  ]
9554
10186
  },
9555
10187
  {
9556
- "path": "/home/design-tokens/borders",
9557
- "id": "TokensBorders",
9558
- "title": "Borders",
9559
- "description": "The list of available border tokens",
10188
+ "path": "/home/playground",
10189
+ "id": "Home-Playground",
10190
+ "title": "Playground",
10191
+ "description": "collection of pages with an explorative character",
9560
10192
  "category": "Home",
9561
10193
  "tags": [
9562
- "border"
10194
+ "playground",
10195
+ "exploring"
9563
10196
  ],
9564
10197
  "menu": [
9565
10198
  "Home",
9566
- "Design Tokens",
9567
- "Borders"
10199
+ "Playground"
9568
10200
  ],
9569
10201
  "order": 999,
9570
- "chunkName": "route-home-design-tokens-borders",
9571
- "icon": "BorderStyle",
10202
+ "chunkName": "route-home-playground",
9572
10203
  "tabs": [
9573
10204
  {
9574
10205
  "key": "overview",
@@ -9578,26 +10209,25 @@
9578
10209
  ]
9579
10210
  },
9580
10211
  {
9581
- "path": "/home/design-tokens/other/breakpoints",
9582
- "id": "Breakpoints",
9583
- "title": "Breakpoints",
9584
- "description": "The list of available breakpoints",
10212
+ "path": "/home/getting-started/release-process",
10213
+ "id": "Home-Release-Process",
10214
+ "title": "Release Process",
10215
+ "description": "How Nimbus releases work and how to stay informed",
9585
10216
  "category": "Home",
9586
10217
  "tags": [
9587
- "z-index",
9588
- "layer",
9589
- "stacking",
9590
- "context"
10218
+ "releases",
10219
+ "versioning",
10220
+ "upgrades",
10221
+ "support"
9591
10222
  ],
9592
10223
  "menu": [
9593
10224
  "Home",
9594
- "Design Tokens",
9595
- "Other",
9596
- "Breakpoints"
10225
+ "Getting Started",
10226
+ "Release Process"
9597
10227
  ],
9598
- "order": 999,
9599
- "chunkName": "route-home-design-tokens-other-breakpoints",
9600
- "icon": "DesktopWindows",
10228
+ "order": 4,
10229
+ "chunkName": "route-home-getting-started-release-process",
10230
+ "icon": "NewReleases",
9601
10231
  "tabs": [
9602
10232
  {
9603
10233
  "key": "overview",
@@ -9607,22 +10237,21 @@
9607
10237
  ]
9608
10238
  },
9609
10239
  {
9610
- "path": "/home/design-tokens/colors",
9611
- "id": "Colors",
9612
- "title": "Colors",
9613
- "description": "available colors",
10240
+ "path": "/home/style-props/sizing",
10241
+ "id": "Style Props-Sizing",
10242
+ "title": "Sizing",
10243
+ "description": "JSX style props for sizing an element",
9614
10244
  "category": "Home",
9615
10245
  "tags": [
9616
- "colors"
10246
+ "document"
9617
10247
  ],
9618
10248
  "menu": [
9619
10249
  "Home",
9620
- "Design Tokens",
9621
- "Colors"
10250
+ "Style Props",
10251
+ "Sizing"
9622
10252
  ],
9623
10253
  "order": 999,
9624
- "chunkName": "route-home-design-tokens-colors",
9625
- "icon": "Palette",
10254
+ "chunkName": "route-home-style-props-sizing",
9626
10255
  "tabs": [
9627
10256
  {
9628
10257
  "key": "overview",
@@ -9632,23 +10261,21 @@
9632
10261
  ]
9633
10262
  },
9634
10263
  {
9635
- "path": "/home/design-tokens/other/cursors",
9636
- "id": "TokensCursors",
9637
- "title": "Cursors",
9638
- "description": "The list of available cursor tokens",
10264
+ "path": "/home/style-props/spacing",
10265
+ "id": "Style Props-Spacing",
10266
+ "title": "Spacing",
10267
+ "description": "JSX style props for controlling the padding and margin of an element.",
9639
10268
  "category": "Home",
9640
10269
  "tags": [
9641
- "cursor"
10270
+ "document"
9642
10271
  ],
9643
10272
  "menu": [
9644
10273
  "Home",
9645
- "Design Tokens",
9646
- "Other",
9647
- "Cursors"
10274
+ "Style Props",
10275
+ "Spacing"
9648
10276
  ],
9649
10277
  "order": 999,
9650
- "chunkName": "route-home-design-tokens-other-cursors",
9651
- "icon": "Mouse",
10278
+ "chunkName": "route-home-style-props-spacing",
9652
10279
  "tabs": [
9653
10280
  {
9654
10281
  "key": "overview",
@@ -9658,24 +10285,21 @@
9658
10285
  ]
9659
10286
  },
9660
10287
  {
9661
- "path": "/home/design-tokens/radii",
9662
- "id": "TokensRadii",
9663
- "title": "Radii",
9664
- "description": "The list of available radius tokens",
10288
+ "path": "/home/style-props/typography",
10289
+ "id": "Style Props-Typography",
10290
+ "title": "Typography",
10291
+ "description": "JSX style props for styling text",
9665
10292
  "category": "Home",
9666
10293
  "tags": [
9667
- "radius",
9668
- "radii",
9669
- "border-radius"
10294
+ "document"
9670
10295
  ],
9671
10296
  "menu": [
9672
10297
  "Home",
9673
- "Design Tokens",
9674
- "Radii"
10298
+ "Style Props",
10299
+ "Typography"
9675
10300
  ],
9676
10301
  "order": 999,
9677
- "chunkName": "route-home-design-tokens-radii",
9678
- "icon": "Architecture",
10302
+ "chunkName": "route-home-style-props-typography",
9679
10303
  "tabs": [
9680
10304
  {
9681
10305
  "key": "overview",
@@ -9685,22 +10309,20 @@
9685
10309
  ]
9686
10310
  },
9687
10311
  {
9688
- "path": "/home/design-tokens/shadows",
9689
- "id": "TokensShadows",
9690
- "title": "Shadows",
9691
- "description": "The list of available shadow tokens",
10312
+ "path": "/home/style-props",
10313
+ "id": "Home-Style Props",
10314
+ "title": "Style Props",
10315
+ "description": "JSX style props for applying CSS rules",
9692
10316
  "category": "Home",
9693
10317
  "tags": [
9694
- "shadows"
10318
+ "document"
9695
10319
  ],
9696
10320
  "menu": [
9697
10321
  "Home",
9698
- "Design Tokens",
9699
- "Shadows"
10322
+ "Style Props"
9700
10323
  ],
9701
- "order": 999,
9702
- "chunkName": "route-home-design-tokens-shadows",
9703
- "icon": "Texture",
10324
+ "order": 5,
10325
+ "chunkName": "route-home-style-props",
9704
10326
  "tabs": [
9705
10327
  {
9706
10328
  "key": "overview",
@@ -9710,22 +10332,21 @@
9710
10332
  ]
9711
10333
  },
9712
10334
  {
9713
- "path": "/home/design-tokens/sizes",
9714
- "id": "TokensSizes",
9715
- "title": "Sizes",
9716
- "description": "The list of available size tokens",
10335
+ "path": "/home/style-props/svg",
10336
+ "id": "Style Props-SVG",
10337
+ "title": "SVG",
10338
+ "description": "JSX style props for SVG elements.",
9717
10339
  "category": "Home",
9718
10340
  "tags": [
9719
- "sizes"
10341
+ "document"
9720
10342
  ],
9721
10343
  "menu": [
9722
10344
  "Home",
9723
- "Design Tokens",
9724
- "Sizes"
10345
+ "Style Props",
10346
+ "SVG"
9725
10347
  ],
9726
10348
  "order": 999,
9727
- "chunkName": "route-home-design-tokens-sizes",
9728
- "icon": "Straighten",
10349
+ "chunkName": "route-home-style-props-svg",
9729
10350
  "tabs": [
9730
10351
  {
9731
10352
  "key": "overview",
@@ -9735,23 +10356,21 @@
9735
10356
  ]
9736
10357
  },
9737
10358
  {
9738
- "path": "/home/design-tokens/spacing",
9739
- "id": "Spacing",
9740
- "title": "Spacing",
9741
- "description": "Spacing tokens are used to define the space between elements.",
10359
+ "path": "/home/style-props/tables",
10360
+ "id": "Style Props-Tables",
10361
+ "title": "Tables",
10362
+ "description": "JSX style props for styling table elements.",
9742
10363
  "category": "Home",
9743
10364
  "tags": [
9744
- "space",
9745
- "spacing"
10365
+ "document"
9746
10366
  ],
9747
10367
  "menu": [
9748
10368
  "Home",
9749
- "Design Tokens",
9750
- "Spacing"
10369
+ "Style Props",
10370
+ "Tables"
9751
10371
  ],
9752
10372
  "order": 999,
9753
- "chunkName": "route-home-design-tokens-spacing",
9754
- "icon": "SpaceBar",
10373
+ "chunkName": "route-home-style-props-tables",
9755
10374
  "tabs": [
9756
10375
  {
9757
10376
  "key": "overview",
@@ -9761,27 +10380,22 @@
9761
10380
  ]
9762
10381
  },
9763
10382
  {
9764
- "path": "/home/design-tokens/typography",
9765
- "id": "TokensTypography",
9766
- "title": "Typography",
9767
- "description": "everything typography related",
10383
+ "path": "/home/playground/toc",
10384
+ "id": "Toc",
10385
+ "title": "Toc",
10386
+ "description": "Let's get the table of contents automatically generated",
9768
10387
  "category": "Home",
9769
10388
  "tags": [
9770
- "text",
9771
- "headings",
9772
- "strong",
9773
- "bold",
9774
- "italic",
9775
- "emphasize"
10389
+ "playground",
10390
+ "exploring"
9776
10391
  ],
9777
10392
  "menu": [
9778
10393
  "Home",
9779
- "Design Tokens",
9780
- "Typography"
10394
+ "Playground",
10395
+ "Toc"
9781
10396
  ],
9782
10397
  "order": 999,
9783
- "chunkName": "route-home-design-tokens-typography",
9784
- "icon": "FormatSize",
10398
+ "chunkName": "route-home-playground-toc",
9785
10399
  "tabs": [
9786
10400
  {
9787
10401
  "key": "overview",
@@ -9791,26 +10405,24 @@
9791
10405
  ]
9792
10406
  },
9793
10407
  {
9794
- "path": "/home/design-tokens/other/z-indices",
9795
- "id": "ZIndex",
9796
- "title": "Z-Indices",
9797
- "description": "The list of available z-index tokens",
10408
+ "path": "/home/design-tokens/other/animations",
10409
+ "id": "TokensAnimations",
10410
+ "title": "Animations",
10411
+ "description": "The list of available animation tokens",
9798
10412
  "category": "Home",
9799
10413
  "tags": [
9800
- "z-index",
9801
- "layer",
9802
- "stacking",
9803
- "context"
10414
+ "animation",
10415
+ "transition"
9804
10416
  ],
9805
10417
  "menu": [
9806
10418
  "Home",
9807
10419
  "Design Tokens",
9808
10420
  "Other",
9809
- "Z-Indices"
10421
+ "Animations"
9810
10422
  ],
9811
10423
  "order": 999,
9812
- "chunkName": "route-home-design-tokens-other-z-indices",
9813
- "icon": "Layers",
10424
+ "chunkName": "route-home-design-tokens-other-animations",
10425
+ "icon": "RotateRight",
9814
10426
  "tabs": [
9815
10427
  {
9816
10428
  "key": "overview",
@@ -9820,22 +10432,23 @@
9820
10432
  ]
9821
10433
  },
9822
10434
  {
9823
- "path": "/home/design-tokens/other",
9824
- "id": "Tokens-Other",
9825
- "title": "Other",
9826
- "description": "Less frequently used design-tokens",
10435
+ "path": "/home/design-tokens/aspect-ratios",
10436
+ "id": "TokensAspectRatios",
10437
+ "title": "Aspect Ratios",
10438
+ "description": "The list of available aspect ratio tokens",
9827
10439
  "category": "Home",
9828
10440
  "tags": [
9829
- "document"
10441
+ "aspect ratio",
10442
+ "ratios"
9830
10443
  ],
9831
10444
  "menu": [
9832
10445
  "Home",
9833
10446
  "Design Tokens",
9834
- "Other"
10447
+ "Aspect Ratios"
9835
10448
  ],
9836
- "order": 9999,
9837
- "chunkName": "route-home-design-tokens-other",
9838
- "icon": "MoreHoriz",
10449
+ "order": 999,
10450
+ "chunkName": "route-home-design-tokens-aspect-ratios",
10451
+ "icon": "ImageAspectRatio",
9839
10452
  "tabs": [
9840
10453
  {
9841
10454
  "key": "overview",
@@ -9845,21 +10458,23 @@
9845
10458
  ]
9846
10459
  },
9847
10460
  {
9848
- "path": "/home/design-tokens",
9849
- "id": "DesignTokens",
9850
- "title": "Design Tokens",
9851
- "description": "Style definitions (colors, fonts, spacing, etc.) for consistent UI components.",
10461
+ "path": "/home/design-tokens/other/blurs",
10462
+ "id": "TokensBlurs",
10463
+ "title": "Blurs",
10464
+ "description": "The list of available blur tokens",
9852
10465
  "category": "Home",
9853
10466
  "tags": [
9854
- "tokens",
9855
- "design"
10467
+ "blur"
9856
10468
  ],
9857
10469
  "menu": [
9858
10470
  "Home",
9859
- "Design Tokens"
10471
+ "Design Tokens",
10472
+ "Other",
10473
+ "Blurs"
9860
10474
  ],
9861
- "order": 2,
9862
- "chunkName": "route-home-design-tokens",
10475
+ "order": 999,
10476
+ "chunkName": "route-home-design-tokens-other-blurs",
10477
+ "icon": "BlurOn",
9863
10478
  "tabs": [
9864
10479
  {
9865
10480
  "key": "overview",
@@ -9869,21 +10484,22 @@
9869
10484
  ]
9870
10485
  },
9871
10486
  {
9872
- "path": "/home/style-props/transforms",
9873
- "id": "Style Props-Transforms",
9874
- "title": "Transforms",
9875
- "description": "JSX style props for transforming elements.",
10487
+ "path": "/home/design-tokens/borders",
10488
+ "id": "TokensBorders",
10489
+ "title": "Borders",
10490
+ "description": "The list of available border tokens",
9876
10491
  "category": "Home",
9877
10492
  "tags": [
9878
- "document"
10493
+ "border"
9879
10494
  ],
9880
10495
  "menu": [
9881
10496
  "Home",
9882
- "Style Props",
9883
- "Transforms"
10497
+ "Design Tokens",
10498
+ "Borders"
9884
10499
  ],
9885
10500
  "order": 999,
9886
- "chunkName": "route-home-style-props-transforms",
10501
+ "chunkName": "route-home-design-tokens-borders",
10502
+ "icon": "BorderStyle",
9887
10503
  "tabs": [
9888
10504
  {
9889
10505
  "key": "overview",
@@ -9893,21 +10509,26 @@
9893
10509
  ]
9894
10510
  },
9895
10511
  {
9896
- "path": "/home/style-props/transitions",
9897
- "id": "Style Props-Transitions",
9898
- "title": "Transitions",
9899
- "description": "JSX style props for controlling an element's transition and animation.",
10512
+ "path": "/home/design-tokens/other/breakpoints",
10513
+ "id": "Breakpoints",
10514
+ "title": "Breakpoints",
10515
+ "description": "The list of available breakpoints",
9900
10516
  "category": "Home",
9901
10517
  "tags": [
9902
- "document"
10518
+ "z-index",
10519
+ "layer",
10520
+ "stacking",
10521
+ "context"
9903
10522
  ],
9904
10523
  "menu": [
9905
10524
  "Home",
9906
- "Style Props",
9907
- "Transitions"
10525
+ "Design Tokens",
10526
+ "Other",
10527
+ "Breakpoints"
9908
10528
  ],
9909
10529
  "order": 999,
9910
- "chunkName": "route-home-style-props-transitions",
10530
+ "chunkName": "route-home-design-tokens-other-breakpoints",
10531
+ "icon": "DesktopWindows",
9911
10532
  "tabs": [
9912
10533
  {
9913
10534
  "key": "overview",
@@ -9915,32 +10536,24 @@
9915
10536
  "order": 0
9916
10537
  }
9917
10538
  ]
9918
- }
9919
- ]
9920
- },
9921
- {
9922
- "id": "patterns",
9923
- "label": "Patterns",
9924
- "order": 999,
9925
- "items": [
10539
+ },
9926
10540
  {
9927
- "path": "/patterns/dialogs",
9928
- "id": "Patterns-Dialogs",
9929
- "title": "Dialogs",
9930
- "description": "Pre-composed dialog patterns built on top of the Dialog primitive for common read-only and confirmation scenarios",
9931
- "category": "Patterns",
10541
+ "path": "/home/design-tokens/colors",
10542
+ "id": "Colors",
10543
+ "title": "Colors",
10544
+ "description": "available colors",
10545
+ "category": "Home",
9932
10546
  "tags": [
9933
- "patterns",
9934
- "dialogs",
9935
- "overlays"
10547
+ "colors"
9936
10548
  ],
9937
10549
  "menu": [
9938
- "Patterns",
9939
- "Dialogs"
10550
+ "Home",
10551
+ "Design Tokens",
10552
+ "Colors"
9940
10553
  ],
9941
- "order": 2,
9942
- "chunkName": "route-patterns-dialogs",
9943
- "icon": "OpenInNew",
10554
+ "order": 999,
10555
+ "chunkName": "route-home-design-tokens-colors",
10556
+ "icon": "Palette",
9944
10557
  "tabs": [
9945
10558
  {
9946
10559
  "key": "overview",
@@ -9950,23 +10563,23 @@
9950
10563
  ]
9951
10564
  },
9952
10565
  {
9953
- "path": "/patterns/fields",
9954
- "id": "Patterns-Fields",
9955
- "title": "Fields",
9956
- "description": "Field pattern components that integrate inputs within FormField for consistent form layouts",
9957
- "category": "Patterns",
10566
+ "path": "/home/design-tokens/other/cursors",
10567
+ "id": "TokensCursors",
10568
+ "title": "Cursors",
10569
+ "description": "The list of available cursor tokens",
10570
+ "category": "Home",
9958
10571
  "tags": [
9959
- "patterns",
9960
- "fields",
9961
- "forms"
10572
+ "cursor"
9962
10573
  ],
9963
10574
  "menu": [
9964
- "Patterns",
9965
- "Fields"
10575
+ "Home",
10576
+ "Design Tokens",
10577
+ "Other",
10578
+ "Cursors"
9966
10579
  ],
9967
- "order": 1,
9968
- "chunkName": "route-patterns-fields",
9969
- "icon": "Input",
10580
+ "order": 999,
10581
+ "chunkName": "route-home-design-tokens-other-cursors",
10582
+ "icon": "Mouse",
9970
10583
  "tabs": [
9971
10584
  {
9972
10585
  "key": "overview",
@@ -9976,21 +10589,24 @@
9976
10589
  ]
9977
10590
  },
9978
10591
  {
9979
- "path": "/patterns",
9980
- "id": "Patterns",
9981
- "title": "Patterns",
9982
- "description": "Reusable component patterns and compositions for common use cases",
9983
- "category": "Patterns",
10592
+ "path": "/home/design-tokens/radii",
10593
+ "id": "TokensRadii",
10594
+ "title": "Radii",
10595
+ "description": "The list of available radius tokens",
10596
+ "category": "Home",
9984
10597
  "tags": [
9985
- "patterns",
9986
- "compositions",
9987
- "recipes"
10598
+ "radius",
10599
+ "radii",
10600
+ "border-radius"
9988
10601
  ],
9989
10602
  "menu": [
9990
- "Patterns"
10603
+ "Home",
10604
+ "Design Tokens",
10605
+ "Radii"
9991
10606
  ],
9992
- "order": 4,
9993
- "chunkName": "route-patterns",
10607
+ "order": 999,
10608
+ "chunkName": "route-home-design-tokens-radii",
10609
+ "icon": "Architecture",
9994
10610
  "tabs": [
9995
10611
  {
9996
10612
  "key": "overview",
@@ -10000,308 +10616,234 @@
10000
10616
  ]
10001
10617
  },
10002
10618
  {
10003
- "path": "/patterns/actions/form-action-bar",
10004
- "id": "Patterns-FormActionBar",
10005
- "title": "Form action bar",
10006
- "exportName": "FormActionBar",
10007
- "description": "This pattern component provides standard save/cancel/delete action buttons for form footers, working inside any footer slot.",
10008
- "lifecycleState": "Beta",
10009
- "category": "Patterns",
10619
+ "path": "/home/design-tokens/shadows",
10620
+ "id": "TokensShadows",
10621
+ "title": "Shadows",
10622
+ "description": "The list of available shadow tokens",
10623
+ "category": "Home",
10010
10624
  "tags": [
10011
- "component",
10012
- "pattern",
10013
- "actions",
10014
- "Button",
10015
- "Group"
10625
+ "shadows"
10016
10626
  ],
10017
10627
  "menu": [
10018
- "Patterns",
10019
- "Actions",
10020
- "Form action bar"
10628
+ "Home",
10629
+ "Design Tokens",
10630
+ "Shadows"
10021
10631
  ],
10022
10632
  "order": 999,
10023
- "chunkName": "route-patterns-actions-form-action-bar",
10633
+ "chunkName": "route-home-design-tokens-shadows",
10634
+ "icon": "Texture",
10024
10635
  "tabs": [
10025
10636
  {
10026
10637
  "key": "overview",
10027
10638
  "title": "Overview",
10028
10639
  "order": 0
10029
- },
10030
- {
10031
- "key": "dev",
10032
- "title": "Implementation",
10033
- "order": 3
10034
10640
  }
10035
10641
  ]
10036
10642
  },
10037
10643
  {
10038
- "path": "/patterns/dialogs/info-dialog",
10039
- "id": "Patterns-InfoDialog",
10040
- "title": "Info dialog",
10041
- "exportName": "InfoDialog",
10042
- "description": "A pre-composed read-only informational dialog with a flat, minimal API.",
10043
- "category": "Patterns",
10644
+ "path": "/home/design-tokens/sizes",
10645
+ "id": "TokensSizes",
10646
+ "title": "Sizes",
10647
+ "description": "The list of available size tokens",
10648
+ "category": "Home",
10044
10649
  "tags": [
10045
- "component",
10046
- "pattern",
10047
- "dialog",
10048
- "InfoDialog"
10650
+ "sizes"
10049
10651
  ],
10050
10652
  "menu": [
10051
- "Patterns",
10052
- "Dialogs",
10053
- "Info dialog"
10653
+ "Home",
10654
+ "Design Tokens",
10655
+ "Sizes"
10054
10656
  ],
10055
10657
  "order": 999,
10056
- "chunkName": "route-patterns-dialogs-info-dialog",
10658
+ "chunkName": "route-home-design-tokens-sizes",
10659
+ "icon": "Straighten",
10057
10660
  "tabs": [
10058
10661
  {
10059
10662
  "key": "overview",
10060
10663
  "title": "Overview",
10061
10664
  "order": 0
10062
- },
10063
- {
10064
- "key": "dev",
10065
- "title": "Implementation",
10066
- "order": 3
10067
10665
  }
10068
10666
  ]
10069
10667
  },
10070
10668
  {
10071
- "path": "/patterns/fields/date-range-picker-field",
10072
- "id": "Patterns-DateRangePickerField",
10073
- "title": "Date range picker field",
10074
- "exportName": "DateRangePickerField",
10075
- "description": "This pattern component integrates the DateRangePicker within a FormField using a simple, consistent, and opinionated API.",
10076
- "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",
10077
10674
  "tags": [
10078
- "component",
10079
- "pattern",
10080
- "field",
10081
- "DateRangePicker",
10082
- "DateRangePickerField"
10675
+ "space",
10676
+ "spacing"
10083
10677
  ],
10084
10678
  "menu": [
10085
- "Patterns",
10086
- "Fields",
10087
- "Date range picker field"
10679
+ "Home",
10680
+ "Design Tokens",
10681
+ "Spacing"
10088
10682
  ],
10089
10683
  "order": 999,
10090
- "chunkName": "route-patterns-fields-date-range-picker-field",
10684
+ "chunkName": "route-home-design-tokens-spacing",
10685
+ "icon": "SpaceBar",
10091
10686
  "tabs": [
10092
10687
  {
10093
10688
  "key": "overview",
10094
10689
  "title": "Overview",
10095
10690
  "order": 0
10096
- },
10097
- {
10098
- "key": "dev",
10099
- "title": "Implementation",
10100
- "order": 3
10101
10691
  }
10102
10692
  ]
10103
10693
  },
10104
10694
  {
10105
- "path": "/patterns/fields/money-input-field",
10106
- "id": "Patterns-MoneyInputField",
10107
- "title": "Money input field",
10108
- "exportName": "MoneyInputField",
10109
- "description": "This pattern component integrates the MoneyInput within a FormField using a simple, consistent, and opinionated API.",
10110
- "category": "Patterns",
10695
+ "path": "/home/design-tokens/typography",
10696
+ "id": "TokensTypography",
10697
+ "title": "Typography",
10698
+ "description": "everything typography related",
10699
+ "category": "Home",
10111
10700
  "tags": [
10112
- "component",
10113
- "pattern",
10114
- "field",
10115
- "MoneyInput",
10116
- "MoneyInputField"
10701
+ "text",
10702
+ "headings",
10703
+ "strong",
10704
+ "bold",
10705
+ "italic",
10706
+ "emphasize"
10117
10707
  ],
10118
10708
  "menu": [
10119
- "Patterns",
10120
- "Fields",
10121
- "Money input field"
10709
+ "Home",
10710
+ "Design Tokens",
10711
+ "Typography"
10122
10712
  ],
10123
10713
  "order": 999,
10124
- "chunkName": "route-patterns-fields-money-input-field",
10714
+ "chunkName": "route-home-design-tokens-typography",
10715
+ "icon": "FormatSize",
10125
10716
  "tabs": [
10126
10717
  {
10127
10718
  "key": "overview",
10128
10719
  "title": "Overview",
10129
10720
  "order": 0
10130
- },
10131
- {
10132
- "key": "dev",
10133
- "title": "Implementation",
10134
- "order": 3
10135
10721
  }
10136
10722
  ]
10137
10723
  },
10138
10724
  {
10139
- "path": "/patterns/fields/multiline-text-input-field",
10140
- "id": "Patterns-MultilineTextInputField",
10141
- "title": "Multiline text input field",
10142
- "exportName": "MultilineTextInputField",
10143
- "description": "This pattern component integrates the MultilineTextInput within a FormField using a simple, consistent, and opinionated API.",
10144
- "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",
10145
10730
  "tags": [
10146
- "component",
10147
- "pattern",
10148
- "field",
10149
- "MultilineTextInput",
10150
- "MultilineTextInputField"
10731
+ "z-index",
10732
+ "layer",
10733
+ "stacking",
10734
+ "context"
10151
10735
  ],
10152
10736
  "menu": [
10153
- "Patterns",
10154
- "Fields",
10155
- "Multiline text input field"
10737
+ "Home",
10738
+ "Design Tokens",
10739
+ "Other",
10740
+ "Z-Indices"
10156
10741
  ],
10157
10742
  "order": 999,
10158
- "chunkName": "route-patterns-fields-multiline-text-input-field",
10743
+ "chunkName": "route-home-design-tokens-other-z-indices",
10744
+ "icon": "Layers",
10159
10745
  "tabs": [
10160
10746
  {
10161
10747
  "key": "overview",
10162
10748
  "title": "Overview",
10163
10749
  "order": 0
10164
- },
10165
- {
10166
- "key": "dev",
10167
- "title": "Implementation",
10168
- "order": 3
10169
10750
  }
10170
10751
  ]
10171
10752
  },
10172
10753
  {
10173
- "path": "/patterns/fields/number-input-field",
10174
- "id": "Patterns-NumberInputField",
10175
- "title": "Number input field",
10176
- "exportName": "NumberInputField",
10177
- "description": "This pattern component integrates the NumberInput within a FormField using a simple, consistent, and opinionated API.",
10178
- "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",
10179
10759
  "tags": [
10180
- "component",
10181
- "pattern",
10182
- "field",
10183
- "NumberInput",
10184
- "NumberInputField"
10760
+ "document"
10185
10761
  ],
10186
10762
  "menu": [
10187
- "Patterns",
10188
- "Fields",
10189
- "Number input field"
10763
+ "Home",
10764
+ "Design Tokens",
10765
+ "Other"
10190
10766
  ],
10191
- "order": 999,
10192
- "chunkName": "route-patterns-fields-number-input-field",
10767
+ "order": 9999,
10768
+ "chunkName": "route-home-design-tokens-other",
10769
+ "icon": "MoreHoriz",
10193
10770
  "tabs": [
10194
10771
  {
10195
10772
  "key": "overview",
10196
10773
  "title": "Overview",
10197
10774
  "order": 0
10198
- },
10199
- {
10200
- "key": "dev",
10201
- "title": "Implementation",
10202
- "order": 3
10203
10775
  }
10204
10776
  ]
10205
10777
  },
10206
10778
  {
10207
- "path": "/patterns/fields/password-input-field",
10208
- "id": "Patterns-PasswordInputField",
10209
- "title": "Password input field",
10210
- "exportName": "PasswordInputField",
10211
- "description": "This pattern component integrates the PasswordInput within a FormField using a simple, consistent, and opinionated API.",
10212
- "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",
10213
10784
  "tags": [
10214
- "component",
10215
- "pattern",
10216
- "field",
10217
- "PasswordInput",
10218
- "PasswordInputField"
10785
+ "tokens",
10786
+ "design"
10219
10787
  ],
10220
10788
  "menu": [
10221
- "Patterns",
10222
- "Fields",
10223
- "Password input field"
10789
+ "Home",
10790
+ "Design Tokens"
10224
10791
  ],
10225
- "order": 999,
10226
- "chunkName": "route-patterns-fields-password-input-field",
10792
+ "order": 2,
10793
+ "chunkName": "route-home-design-tokens",
10227
10794
  "tabs": [
10228
10795
  {
10229
10796
  "key": "overview",
10230
10797
  "title": "Overview",
10231
10798
  "order": 0
10232
- },
10233
- {
10234
- "key": "dev",
10235
- "title": "Implementation",
10236
- "order": 3
10237
10799
  }
10238
10800
  ]
10239
10801
  },
10240
10802
  {
10241
- "path": "/patterns/fields/search-input-field",
10242
- "id": "Patterns-SearchInputField",
10243
- "title": "Search input field",
10244
- "exportName": "SearchInputField",
10245
- "description": "This pattern component integrates the SearchInput within a FormField using a simple, consistent, and opinionated API.",
10246
- "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",
10247
10808
  "tags": [
10248
- "component",
10249
- "pattern",
10250
- "field",
10251
- "SearchInput",
10252
- "SearchInputField"
10809
+ "document"
10253
10810
  ],
10254
10811
  "menu": [
10255
- "Patterns",
10256
- "Fields",
10257
- "Search input field"
10812
+ "Home",
10813
+ "Style Props",
10814
+ "Transforms"
10258
10815
  ],
10259
10816
  "order": 999,
10260
- "chunkName": "route-patterns-fields-search-input-field",
10817
+ "chunkName": "route-home-style-props-transforms",
10261
10818
  "tabs": [
10262
10819
  {
10263
10820
  "key": "overview",
10264
10821
  "title": "Overview",
10265
10822
  "order": 0
10266
- },
10267
- {
10268
- "key": "dev",
10269
- "title": "Implementation",
10270
- "order": 3
10271
10823
  }
10272
10824
  ]
10273
10825
  },
10274
10826
  {
10275
- "path": "/patterns/fields/text-input-field",
10276
- "id": "Patterns-TextInputField",
10277
- "title": "Text input field",
10278
- "exportName": "TextInputField",
10279
- "description": "This pattern component integrates the TextInput within a FormField using a simple, consistent, and opinionated API.",
10280
- "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",
10281
10832
  "tags": [
10282
- "component",
10283
- "pattern",
10284
- "field",
10285
- "TextInput",
10286
- "TextInputField"
10833
+ "document"
10287
10834
  ],
10288
10835
  "menu": [
10289
- "Patterns",
10290
- "Fields",
10291
- "Text input field"
10836
+ "Home",
10837
+ "Style Props",
10838
+ "Transitions"
10292
10839
  ],
10293
10840
  "order": 999,
10294
- "chunkName": "route-patterns-fields-text-input-field",
10841
+ "chunkName": "route-home-style-props-transitions",
10295
10842
  "tabs": [
10296
10843
  {
10297
10844
  "key": "overview",
10298
10845
  "title": "Overview",
10299
10846
  "order": 0
10300
- },
10301
- {
10302
- "key": "dev",
10303
- "title": "Implementation",
10304
- "order": 3
10305
10847
  }
10306
10848
  ]
10307
10849
  }
@@ -10359,6 +10901,32 @@
10359
10901
  }
10360
10902
  ]
10361
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
+ },
10362
10930
  {
10363
10931
  "path": "/hooks/usehotkeys",
10364
10932
  "id": "useHotkeys",
@@ -10665,6 +11233,11 @@
10665
11233
  "title": "Range calendar",
10666
11234
  "path": "/components/inputs/range-calendar"
10667
11235
  },
11236
+ {
11237
+ "id": "Components-Region",
11238
+ "title": "Region",
11239
+ "path": "/components/utilities/region"
11240
+ },
10668
11241
  {
10669
11242
  "id": "Components-RichTextInput",
10670
11243
  "title": "Rich text input",
@@ -10710,6 +11283,11 @@
10710
11283
  "title": "Split button",
10711
11284
  "path": "/components/buttons/split-button"
10712
11285
  },
11286
+ {
11287
+ "id": "Components-Splitter",
11288
+ "title": "Splitter",
11289
+ "path": "/components/layout/splitter"
11290
+ },
10713
11291
  {
10714
11292
  "id": "Components-Stack",
10715
11293
  "title": "Stack",
@@ -10852,6 +11430,96 @@
10852
11430
  }
10853
11431
  ]
10854
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
+ },
10855
11523
  "home": {
10856
11524
  "label": "Home",
10857
11525
  "items": [
@@ -10910,6 +11578,11 @@
10910
11578
  "title": "Flex and Grid",
10911
11579
  "path": "/home/style-props/flex-and-grid"
10912
11580
  },
11581
+ {
11582
+ "id": "Home-BundlerPlugins-1749667200000",
11583
+ "title": "Bundler Plugins",
11584
+ "path": "/home/getting-started/bundler-plugins"
11585
+ },
10913
11586
  {
10914
11587
  "id": "Home-Contribute-1746704391512",
10915
11588
  "title": "Contributing",
@@ -11102,71 +11775,6 @@
11102
11775
  }
11103
11776
  ]
11104
11777
  },
11105
- "patterns": {
11106
- "label": "Patterns",
11107
- "items": [
11108
- {
11109
- "id": "Patterns-Dialogs",
11110
- "title": "Dialogs",
11111
- "path": "/patterns/dialogs"
11112
- },
11113
- {
11114
- "id": "Patterns-Fields",
11115
- "title": "Fields",
11116
- "path": "/patterns/fields"
11117
- },
11118
- {
11119
- "id": "Patterns",
11120
- "title": "Patterns",
11121
- "path": "/patterns"
11122
- },
11123
- {
11124
- "id": "Patterns-FormActionBar",
11125
- "title": "Form action bar",
11126
- "path": "/patterns/actions/form-action-bar"
11127
- },
11128
- {
11129
- "id": "Patterns-InfoDialog",
11130
- "title": "Info dialog",
11131
- "path": "/patterns/dialogs/info-dialog"
11132
- },
11133
- {
11134
- "id": "Patterns-DateRangePickerField",
11135
- "title": "Date range picker field",
11136
- "path": "/patterns/fields/date-range-picker-field"
11137
- },
11138
- {
11139
- "id": "Patterns-MoneyInputField",
11140
- "title": "Money input field",
11141
- "path": "/patterns/fields/money-input-field"
11142
- },
11143
- {
11144
- "id": "Patterns-MultilineTextInputField",
11145
- "title": "Multiline text input field",
11146
- "path": "/patterns/fields/multiline-text-input-field"
11147
- },
11148
- {
11149
- "id": "Patterns-NumberInputField",
11150
- "title": "Number input field",
11151
- "path": "/patterns/fields/number-input-field"
11152
- },
11153
- {
11154
- "id": "Patterns-PasswordInputField",
11155
- "title": "Password input field",
11156
- "path": "/patterns/fields/password-input-field"
11157
- },
11158
- {
11159
- "id": "Patterns-SearchInputField",
11160
- "title": "Search input field",
11161
- "path": "/patterns/fields/search-input-field"
11162
- },
11163
- {
11164
- "id": "Patterns-TextInputField",
11165
- "title": "Text input field",
11166
- "path": "/patterns/fields/text-input-field"
11167
- }
11168
- ]
11169
- },
11170
11778
  "hooks": {
11171
11779
  "label": "Hooks",
11172
11780
  "items": [
@@ -11180,6 +11788,11 @@
11180
11788
  "title": "useCopyToClipboard",
11181
11789
  "path": "/hooks/usecopytoclipboard"
11182
11790
  },
11791
+ {
11792
+ "id": "useDragAndDrop",
11793
+ "title": "useDragAndDrop",
11794
+ "path": "/hooks/usedraganddrop"
11795
+ },
11183
11796
  {
11184
11797
  "id": "useHotkeys",
11185
11798
  "title": "useHotkeys",