ui-lab-registry 0.3.43 → 0.3.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/registry.ts CHANGED
@@ -424,7 +424,7 @@ export const componentRegistry: ComponentRegistry = {
424
424
  group: {
425
425
  id: "group",
426
426
  name: "Group",
427
- description: "Groups Button, Input, and Select with unified border styling.",
427
+ description: "Groups Button, Input, Select, and Expand with unified border styling.",
428
428
  category: "composition",
429
429
  experimental: true,
430
430
  source: {
@@ -432,7 +432,7 @@ export const componentRegistry: ComponentRegistry = {
432
432
  "exportName": "Group",
433
433
  "packagePath": "dist/index.d.ts"
434
434
  },
435
- relatedComponents: ["button","input","select"],
435
+ relatedComponents: ["button","input","select","expand"],
436
436
  tags: ["composition","grouped","compound","form"],
437
437
  accessibility: {"hasAriaSupport":true,"notes":["Uses role=\"group\" for semantic grouping","Propagates disabled state to children","Maintains keyboard navigation for all child components"]},
438
438
  examples: [