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/dist/components/Slider/index.d.ts.map +1 -1
- package/dist/components/Slider/index.js +2 -13
- package/dist/components/Slider/index.js.map +1 -1
- package/dist/generated-data.d.ts.map +1 -1
- package/dist/generated-data.js +259 -134
- package/dist/generated-data.js.map +1 -1
- package/dist/generated-styles.d.ts.map +1 -1
- package/dist/generated-styles.js +364 -472
- package/dist/generated-styles.js.map +1 -1
- package/dist/generated-styles.json +364 -472
- package/dist/registry.js +2 -2
- package/dist/registry.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Group/metadata.json +3 -2
- package/src/components/Slider/index.tsx +1 -13
- package/src/generated-data.ts +259 -134
- package/src/generated-styles.ts +364 -472
- package/src/registry.ts +2 -2
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
|
|
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: [
|