@mich8060/unified-design-system 0.2.35 → 0.2.36
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/ai/discovery.json +7 -1
- package/dist/ai/examples/admin-users-table-uds.jsonl +5 -0
- package/dist/ai/examples/calendar-events-layout-uds.jsonl +5 -0
- package/dist/ai/examples/dashboard-statistics-uds.jsonl +5 -0
- package/dist/ai/examples/dataset.index.json +42 -0
- package/dist/ai/examples/kanban-board-uds.jsonl +5 -0
- package/dist/ai/examples/settings-preferences-uds.jsonl +5 -0
- package/dist/ai/examples/signin-flow-uds.jsonl +9 -0
- package/dist/ai/examples/training.examples.cjs +1 -1
- package/dist/ai/examples/training.examples.js +1 -1
- package/dist/ai/examples/uds-governed-training.jsonl +5 -0
- package/dist/ai/figma-make.contract.json +11 -1
- package/dist/ai/figma-make.md +53 -7
- package/dist/ai/layout/architecture.json +39 -0
- package/dist/ai/manifest/composition.manifest.cjs +1 -1
- package/dist/ai/manifest/composition.manifest.js +1 -1
- package/dist/ai/manifest/intent-mappings.manifest.cjs +1 -1
- package/dist/ai/manifest/intent-mappings.manifest.js +1 -1
- package/dist/ai/manifest/patterns.manifest.cjs +1 -1
- package/dist/ai/manifest/patterns.manifest.js +1 -1
- package/dist/ai/manifest.json +538 -66
- package/dist/ai/navigation/brand-menus.json +7 -0
- package/dist/ai/policies/policy.engine.cjs +1 -1
- package/dist/ai/policies/policy.engine.js +1 -1
- package/dist/ai/policies/rules/pattern-structure.rules.cjs +1 -0
- package/dist/ai/policies/rules/pattern-structure.rules.js +1 -0
- package/dist/ai/policies/rules/props.rules.cjs +1 -1
- package/dist/ai/policies/rules/props.rules.js +1 -1
- package/dist/ai/prompts/figma-make.prompt.md +7 -0
- package/dist/ai/prompts/system.prompt.md +4 -1
- package/dist/ai/schemas/ai-output.schema.json +1 -0
- package/dist/ai/templates/layouts.json +5 -0
- package/dist/ai/tokens/catalog.json +72 -0
- package/dist/ai/validation/validateAIOutput.cjs +1 -1
- package/dist/ai/validation/validateAIOutput.js +1 -1
- package/dist/app-shell/AppShell.d.ts +4 -0
- package/dist/components/ActionMenu/ActionMenu.cjs +1 -1
- package/dist/components/ActionMenu/ActionMenu.js +1 -1
- package/dist/components/Dropdown/Dropdown.cjs +1 -1
- package/dist/components/Dropdown/Dropdown.js +1 -1
- package/dist/components/Layout/Layout.cjs +1 -0
- package/dist/components/Layout/Layout.js +1 -0
- package/dist/components/Link/Link.cjs +1 -0
- package/dist/components/Link/Link.js +1 -0
- package/dist/components/Menu/Menu.cjs +1 -1
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/ProvidersCard/ProvidersCard.cjs +1 -1
- package/dist/components/ProvidersCard/ProvidersCard.js +1 -1
- package/dist/components/SectionHeader/SectionHeader.cjs +1 -1
- package/dist/components/SectionHeader/SectionHeader.js +1 -1
- package/dist/design-system/ai/examples/training.examples.d.ts +1 -0
- package/dist/design-system/ai/manifest/intent-mappings.manifest.d.ts +1 -1
- package/dist/design-system/ai/policies/policy.engine.d.ts +3 -1
- package/dist/design-system/ai/policies/policy.types.d.ts +1 -0
- package/dist/design-system/ai/policies/rules/pattern-structure.rules.d.ts +2 -0
- package/dist/design-system/components/ActionMenu/ActionMenu.d.ts +1 -1
- package/dist/design-system/components/ActionMenu/ActionMenu.types.d.ts +3 -0
- package/dist/design-system/components/Flex/index.d.ts +2 -2
- package/dist/design-system/components/Layout/Layout.d.ts +16 -0
- package/dist/design-system/components/{Flex/Flex.types.d.ts → Layout/Layout.types.d.ts} +2 -6
- package/dist/design-system/components/Layout/index.d.ts +3 -0
- package/dist/design-system/components/Link/Link.d.ts +4 -0
- package/dist/design-system/components/Link/Link.types.d.ts +8 -0
- package/dist/design-system/components/Link/index.d.ts +3 -0
- package/dist/design-system/constants.d.ts +1 -1
- package/dist/design-system/figma-make/index.d.ts +1 -1
- package/dist/design-system/generated/component-api.d.ts +111 -16
- package/dist/design-system/index.d.ts +2 -1
- package/dist/design-system/version.d.ts +1 -1
- package/dist/figma-make/index.cjs +1 -1
- package/dist/figma-make/index.js +1 -1
- package/dist/generated/component-api.cjs +1 -1
- package/dist/generated/component-api.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/src/app-shell/AppShell.cjs +1 -1
- package/dist/src/app-shell/AppShell.js +1 -1
- package/dist/style.css +1 -1
- package/dist/version.cjs +1 -1
- package/dist/version.js +1 -1
- package/package.json +15 -2
- package/dist/components/Flex/Flex.cjs +0 -1
- package/dist/components/Flex/Flex.js +0 -1
- package/dist/design-system/components/Flex/Flex.d.ts +0 -10
package/dist/ai/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractName": "uds.ai.contract",
|
|
3
3
|
"schemaVersion": "1.0.0",
|
|
4
|
-
"systemVersion": "0.2.
|
|
4
|
+
"systemVersion": "0.2.35",
|
|
5
5
|
"tokenVersion": "1.0.0",
|
|
6
6
|
"manifestVersion": "1.0.0",
|
|
7
7
|
"governanceVersion": "1.0.0",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"governance": "1.0.0",
|
|
13
13
|
"policy": "1.0.0",
|
|
14
14
|
"token": "1.0.0",
|
|
15
|
-
"system": "0.2.
|
|
15
|
+
"system": "0.2.35"
|
|
16
16
|
},
|
|
17
17
|
"components": {
|
|
18
18
|
"Accordion": {
|
|
@@ -86,16 +86,44 @@
|
|
|
86
86
|
"name": "AppShell",
|
|
87
87
|
"category": "layout",
|
|
88
88
|
"intent": "Top-level application shell and page structure",
|
|
89
|
-
"purpose":
|
|
90
|
-
"tier":
|
|
89
|
+
"purpose": "Top-level application shell that composes menu, content, and main regions for consistent page architecture.",
|
|
90
|
+
"tier": 1,
|
|
91
91
|
"description": "The structural application layout framework that governs global regions such as header, sidebar, breadcrumb, sub-navigation, and main content. It enforces consistent structure, theme/brand application, and layout configuration.",
|
|
92
92
|
"roles": [
|
|
93
93
|
"application"
|
|
94
94
|
],
|
|
95
95
|
"slots": null,
|
|
96
|
-
"states": [
|
|
97
|
-
|
|
98
|
-
|
|
96
|
+
"states": [
|
|
97
|
+
"default"
|
|
98
|
+
],
|
|
99
|
+
"props": {
|
|
100
|
+
"brand": {
|
|
101
|
+
"type": "enum",
|
|
102
|
+
"values": [
|
|
103
|
+
"default",
|
|
104
|
+
"comphealth",
|
|
105
|
+
"weatherby",
|
|
106
|
+
"connect",
|
|
107
|
+
"locumsmart",
|
|
108
|
+
"modio",
|
|
109
|
+
"gms",
|
|
110
|
+
"wireframe"
|
|
111
|
+
],
|
|
112
|
+
"default": "default"
|
|
113
|
+
},
|
|
114
|
+
"theme": {
|
|
115
|
+
"type": "enum",
|
|
116
|
+
"values": [
|
|
117
|
+
"light",
|
|
118
|
+
"dark"
|
|
119
|
+
],
|
|
120
|
+
"default": "light"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"defaults": {
|
|
124
|
+
"brand": "default",
|
|
125
|
+
"theme": "light"
|
|
126
|
+
},
|
|
99
127
|
"composition": {
|
|
100
128
|
"preferredParents": [
|
|
101
129
|
"root"
|
|
@@ -103,7 +131,7 @@
|
|
|
103
131
|
"allowedChildren": [
|
|
104
132
|
"Menu",
|
|
105
133
|
"Container",
|
|
106
|
-
"
|
|
134
|
+
"Layout",
|
|
107
135
|
"Text",
|
|
108
136
|
"Button"
|
|
109
137
|
],
|
|
@@ -367,7 +395,7 @@
|
|
|
367
395
|
"allowedParents": [
|
|
368
396
|
"AppShell",
|
|
369
397
|
"Container",
|
|
370
|
-
"
|
|
398
|
+
"Layout",
|
|
371
399
|
"Modal",
|
|
372
400
|
"Table",
|
|
373
401
|
"Tabs"
|
|
@@ -818,7 +846,7 @@
|
|
|
818
846
|
"root"
|
|
819
847
|
],
|
|
820
848
|
"allowedChildren": [
|
|
821
|
-
"
|
|
849
|
+
"Layout",
|
|
822
850
|
"Table",
|
|
823
851
|
"Text",
|
|
824
852
|
"Button",
|
|
@@ -841,6 +869,97 @@
|
|
|
841
869
|
]
|
|
842
870
|
}
|
|
843
871
|
},
|
|
872
|
+
"CurrencyInput": {
|
|
873
|
+
"name": "CurrencyInput",
|
|
874
|
+
"category": "form",
|
|
875
|
+
"intent": "Currency-aware monetary input",
|
|
876
|
+
"purpose": "Describe purpose.",
|
|
877
|
+
"tier": 2,
|
|
878
|
+
"description": "A formatted amount input for monetary values with currency-friendly entry behavior.",
|
|
879
|
+
"roles": [
|
|
880
|
+
"textbox"
|
|
881
|
+
],
|
|
882
|
+
"slots": null,
|
|
883
|
+
"states": [
|
|
884
|
+
"default"
|
|
885
|
+
],
|
|
886
|
+
"props": {},
|
|
887
|
+
"defaults": {},
|
|
888
|
+
"composition": {
|
|
889
|
+
"preferredParents": [
|
|
890
|
+
"Field",
|
|
891
|
+
"Form"
|
|
892
|
+
],
|
|
893
|
+
"allowedChildren": [],
|
|
894
|
+
"allowedParents": [],
|
|
895
|
+
"disallowedChildren": [],
|
|
896
|
+
"constraints": null
|
|
897
|
+
},
|
|
898
|
+
"tokens": {
|
|
899
|
+
"allowed": []
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
"DateInput": {
|
|
903
|
+
"name": "DateInput",
|
|
904
|
+
"category": "form",
|
|
905
|
+
"intent": "Date value input control",
|
|
906
|
+
"purpose": "Describe purpose.",
|
|
907
|
+
"tier": 2,
|
|
908
|
+
"description": "A single-field date input wrapper for capturing calendar dates.",
|
|
909
|
+
"roles": [
|
|
910
|
+
"textbox"
|
|
911
|
+
],
|
|
912
|
+
"slots": null,
|
|
913
|
+
"states": [
|
|
914
|
+
"default"
|
|
915
|
+
],
|
|
916
|
+
"props": {},
|
|
917
|
+
"defaults": {},
|
|
918
|
+
"composition": {
|
|
919
|
+
"preferredParents": [
|
|
920
|
+
"Field",
|
|
921
|
+
"Form"
|
|
922
|
+
],
|
|
923
|
+
"allowedChildren": [],
|
|
924
|
+
"allowedParents": [],
|
|
925
|
+
"disallowedChildren": [],
|
|
926
|
+
"constraints": null
|
|
927
|
+
},
|
|
928
|
+
"tokens": {
|
|
929
|
+
"allowed": []
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
"DateRangeInput": {
|
|
933
|
+
"name": "DateRangeInput",
|
|
934
|
+
"category": "form",
|
|
935
|
+
"intent": "Start/end date range input",
|
|
936
|
+
"purpose": "Describe purpose.",
|
|
937
|
+
"tier": 2,
|
|
938
|
+
"description": "A paired date input control for capturing start and end dates.",
|
|
939
|
+
"roles": [
|
|
940
|
+
"group"
|
|
941
|
+
],
|
|
942
|
+
"slots": null,
|
|
943
|
+
"states": [
|
|
944
|
+
"default"
|
|
945
|
+
],
|
|
946
|
+
"props": {},
|
|
947
|
+
"defaults": {},
|
|
948
|
+
"composition": {
|
|
949
|
+
"preferredParents": [
|
|
950
|
+
"Field",
|
|
951
|
+
"Form",
|
|
952
|
+
"Card"
|
|
953
|
+
],
|
|
954
|
+
"allowedChildren": [],
|
|
955
|
+
"allowedParents": [],
|
|
956
|
+
"disallowedChildren": [],
|
|
957
|
+
"constraints": null
|
|
958
|
+
},
|
|
959
|
+
"tokens": {
|
|
960
|
+
"allowed": []
|
|
961
|
+
}
|
|
962
|
+
},
|
|
844
963
|
"Datepicker": {
|
|
845
964
|
"name": "Datepicker",
|
|
846
965
|
"category": "form",
|
|
@@ -1342,8 +1461,8 @@
|
|
|
1342
1461
|
"name": "Flex",
|
|
1343
1462
|
"category": "layout",
|
|
1344
1463
|
"intent": "Primary flexbox layout primitive",
|
|
1345
|
-
"purpose": "Creates token-driven flexbox layouts with controlled direction, alignment, wrapping, and
|
|
1346
|
-
"tier":
|
|
1464
|
+
"purpose": "Creates token-driven flexbox layouts with controlled direction, alignment, wrapping, and spacing.",
|
|
1465
|
+
"tier": 1,
|
|
1347
1466
|
"description": "A flexbox-based layout primitive for direction, alignment, spacing, and wrapping using system tokens for predictable layout behavior.",
|
|
1348
1467
|
"roles": [
|
|
1349
1468
|
"group"
|
|
@@ -1353,18 +1472,52 @@
|
|
|
1353
1472
|
"default"
|
|
1354
1473
|
],
|
|
1355
1474
|
"props": {
|
|
1356
|
-
"
|
|
1357
|
-
"type": "
|
|
1358
|
-
"
|
|
1475
|
+
"direction": {
|
|
1476
|
+
"type": "enum",
|
|
1477
|
+
"values": [
|
|
1478
|
+
"row",
|
|
1479
|
+
"column"
|
|
1480
|
+
],
|
|
1481
|
+
"default": "row"
|
|
1359
1482
|
},
|
|
1360
|
-
"
|
|
1361
|
-
"type": "
|
|
1362
|
-
"
|
|
1483
|
+
"justifyContent": {
|
|
1484
|
+
"type": "enum",
|
|
1485
|
+
"values": [
|
|
1486
|
+
"flex-start",
|
|
1487
|
+
"center",
|
|
1488
|
+
"flex-end",
|
|
1489
|
+
"space-between",
|
|
1490
|
+
"space-around",
|
|
1491
|
+
"space-evenly"
|
|
1492
|
+
],
|
|
1493
|
+
"default": "flex-start"
|
|
1494
|
+
},
|
|
1495
|
+
"alignItems": {
|
|
1496
|
+
"type": "enum",
|
|
1497
|
+
"values": [
|
|
1498
|
+
"stretch",
|
|
1499
|
+
"flex-start",
|
|
1500
|
+
"center",
|
|
1501
|
+
"flex-end",
|
|
1502
|
+
"baseline"
|
|
1503
|
+
],
|
|
1504
|
+
"default": "stretch"
|
|
1505
|
+
},
|
|
1506
|
+
"wrap": {
|
|
1507
|
+
"type": "enum",
|
|
1508
|
+
"values": [
|
|
1509
|
+
"nowrap",
|
|
1510
|
+
"wrap",
|
|
1511
|
+
"wrap-reverse"
|
|
1512
|
+
],
|
|
1513
|
+
"default": "nowrap"
|
|
1363
1514
|
}
|
|
1364
1515
|
},
|
|
1365
1516
|
"defaults": {
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1517
|
+
"direction": "row",
|
|
1518
|
+
"justifyContent": "flex-start",
|
|
1519
|
+
"alignItems": "stretch",
|
|
1520
|
+
"wrap": "nowrap"
|
|
1368
1521
|
},
|
|
1369
1522
|
"composition": {
|
|
1370
1523
|
"preferredParents": [
|
|
@@ -1373,10 +1526,7 @@
|
|
|
1373
1526
|
"AppShell"
|
|
1374
1527
|
],
|
|
1375
1528
|
"allowedChildren": [],
|
|
1376
|
-
"allowedParents": [
|
|
1377
|
-
"AppShell",
|
|
1378
|
-
"Container"
|
|
1379
|
-
],
|
|
1529
|
+
"allowedParents": [],
|
|
1380
1530
|
"disallowedChildren": [],
|
|
1381
1531
|
"constraints": null
|
|
1382
1532
|
},
|
|
@@ -1481,41 +1631,6 @@
|
|
|
1481
1631
|
]
|
|
1482
1632
|
}
|
|
1483
1633
|
},
|
|
1484
|
-
"Input": {
|
|
1485
|
-
"name": "Input",
|
|
1486
|
-
"category": "form",
|
|
1487
|
-
"intent": "Alias of TextInput for text entry",
|
|
1488
|
-
"purpose": null,
|
|
1489
|
-
"tier": null,
|
|
1490
|
-
"description": null,
|
|
1491
|
-
"roles": [
|
|
1492
|
-
"textbox"
|
|
1493
|
-
],
|
|
1494
|
-
"slots": null,
|
|
1495
|
-
"states": [],
|
|
1496
|
-
"props": {},
|
|
1497
|
-
"defaults": {},
|
|
1498
|
-
"composition": {
|
|
1499
|
-
"preferredParents": [
|
|
1500
|
-
"Field",
|
|
1501
|
-
"Form"
|
|
1502
|
-
],
|
|
1503
|
-
"allowedChildren": [],
|
|
1504
|
-
"allowedParents": [
|
|
1505
|
-
"Field"
|
|
1506
|
-
],
|
|
1507
|
-
"disallowedChildren": [],
|
|
1508
|
-
"constraints": null
|
|
1509
|
-
},
|
|
1510
|
-
"tokens": {
|
|
1511
|
-
"allowed": [
|
|
1512
|
-
"--uds-spacing-8",
|
|
1513
|
-
"--uds-spacing-12",
|
|
1514
|
-
"--uds-color-neutral-700",
|
|
1515
|
-
"--uds-color-blue-600"
|
|
1516
|
-
]
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
1634
|
"Key": {
|
|
1520
1635
|
"name": "Key",
|
|
1521
1636
|
"category": "data-display",
|
|
@@ -1560,6 +1675,58 @@
|
|
|
1560
1675
|
]
|
|
1561
1676
|
}
|
|
1562
1677
|
},
|
|
1678
|
+
"Layout": {
|
|
1679
|
+
"name": "Layout",
|
|
1680
|
+
"category": "layout",
|
|
1681
|
+
"intent": "Layout region composition primitive",
|
|
1682
|
+
"purpose": "Creates token-driven flexbox layouts with controlled direction, alignment, wrapping, and width behavior.",
|
|
1683
|
+
"tier": 2,
|
|
1684
|
+
"description": "A structural layout component for arranging content regions and width behavior.",
|
|
1685
|
+
"roles": [
|
|
1686
|
+
"region"
|
|
1687
|
+
],
|
|
1688
|
+
"slots": null,
|
|
1689
|
+
"states": [
|
|
1690
|
+
"default"
|
|
1691
|
+
],
|
|
1692
|
+
"props": {
|
|
1693
|
+
"fullWidth": {
|
|
1694
|
+
"type": "boolean",
|
|
1695
|
+
"default": false
|
|
1696
|
+
},
|
|
1697
|
+
"appearance": {
|
|
1698
|
+
"type": "enum",
|
|
1699
|
+
"values": [
|
|
1700
|
+
"full",
|
|
1701
|
+
"equal",
|
|
1702
|
+
"right",
|
|
1703
|
+
"left"
|
|
1704
|
+
],
|
|
1705
|
+
"default": "full"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
"defaults": {
|
|
1709
|
+
"fullWidth": false,
|
|
1710
|
+
"appearance": "full"
|
|
1711
|
+
},
|
|
1712
|
+
"composition": {
|
|
1713
|
+
"preferredParents": [
|
|
1714
|
+
"AppShell",
|
|
1715
|
+
"Container",
|
|
1716
|
+
"root"
|
|
1717
|
+
],
|
|
1718
|
+
"allowedChildren": [],
|
|
1719
|
+
"allowedParents": [
|
|
1720
|
+
"AppShell",
|
|
1721
|
+
"Container"
|
|
1722
|
+
],
|
|
1723
|
+
"disallowedChildren": [],
|
|
1724
|
+
"constraints": null
|
|
1725
|
+
},
|
|
1726
|
+
"tokens": {
|
|
1727
|
+
"allowed": []
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1563
1730
|
"Menu": {
|
|
1564
1731
|
"name": "Menu",
|
|
1565
1732
|
"category": "navigation",
|
|
@@ -1704,6 +1871,66 @@
|
|
|
1704
1871
|
]
|
|
1705
1872
|
}
|
|
1706
1873
|
},
|
|
1874
|
+
"NumberInput": {
|
|
1875
|
+
"name": "NumberInput",
|
|
1876
|
+
"category": "form",
|
|
1877
|
+
"intent": "Numeric input control",
|
|
1878
|
+
"purpose": null,
|
|
1879
|
+
"tier": null,
|
|
1880
|
+
"description": "A number-constrained text input for integer and decimal entry.",
|
|
1881
|
+
"roles": [
|
|
1882
|
+
"textbox"
|
|
1883
|
+
],
|
|
1884
|
+
"slots": null,
|
|
1885
|
+
"states": [
|
|
1886
|
+
"default",
|
|
1887
|
+
"focused",
|
|
1888
|
+
"error",
|
|
1889
|
+
"disabled"
|
|
1890
|
+
],
|
|
1891
|
+
"props": {
|
|
1892
|
+
"size": {
|
|
1893
|
+
"type": "enum",
|
|
1894
|
+
"values": [
|
|
1895
|
+
"compact",
|
|
1896
|
+
"default"
|
|
1897
|
+
],
|
|
1898
|
+
"default": "default"
|
|
1899
|
+
},
|
|
1900
|
+
"state": {
|
|
1901
|
+
"type": "enum",
|
|
1902
|
+
"values": [
|
|
1903
|
+
"default",
|
|
1904
|
+
"focused",
|
|
1905
|
+
"error",
|
|
1906
|
+
"disabled"
|
|
1907
|
+
],
|
|
1908
|
+
"default": "default"
|
|
1909
|
+
},
|
|
1910
|
+
"type": {
|
|
1911
|
+
"type": "string",
|
|
1912
|
+
"default": "number"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
"defaults": {
|
|
1916
|
+
"size": "default",
|
|
1917
|
+
"state": "default",
|
|
1918
|
+
"type": "number"
|
|
1919
|
+
},
|
|
1920
|
+
"composition": {
|
|
1921
|
+
"preferredParents": [
|
|
1922
|
+
"Field",
|
|
1923
|
+
"Form"
|
|
1924
|
+
],
|
|
1925
|
+
"allowedChildren": [],
|
|
1926
|
+
"allowedParents": [],
|
|
1927
|
+
"disallowedChildren": [],
|
|
1928
|
+
"constraints": null
|
|
1929
|
+
},
|
|
1930
|
+
"tokens": {
|
|
1931
|
+
"allowed": []
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1707
1934
|
"Pagination": {
|
|
1708
1935
|
"name": "Pagination",
|
|
1709
1936
|
"category": "navigation",
|
|
@@ -1743,6 +1970,66 @@
|
|
|
1743
1970
|
]
|
|
1744
1971
|
}
|
|
1745
1972
|
},
|
|
1973
|
+
"PasswordInput": {
|
|
1974
|
+
"name": "PasswordInput",
|
|
1975
|
+
"category": "form",
|
|
1976
|
+
"intent": "Masked password input control",
|
|
1977
|
+
"purpose": "Describe purpose.",
|
|
1978
|
+
"tier": 2,
|
|
1979
|
+
"description": "A secure text input for password entry with masking behavior.",
|
|
1980
|
+
"roles": [
|
|
1981
|
+
"textbox"
|
|
1982
|
+
],
|
|
1983
|
+
"slots": null,
|
|
1984
|
+
"states": [
|
|
1985
|
+
"default"
|
|
1986
|
+
],
|
|
1987
|
+
"props": {},
|
|
1988
|
+
"defaults": {},
|
|
1989
|
+
"composition": {
|
|
1990
|
+
"preferredParents": [
|
|
1991
|
+
"Field",
|
|
1992
|
+
"Form"
|
|
1993
|
+
],
|
|
1994
|
+
"allowedChildren": [],
|
|
1995
|
+
"allowedParents": [],
|
|
1996
|
+
"disallowedChildren": [],
|
|
1997
|
+
"constraints": null
|
|
1998
|
+
},
|
|
1999
|
+
"tokens": {
|
|
2000
|
+
"allowed": []
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"PhoneInput": {
|
|
2004
|
+
"name": "PhoneInput",
|
|
2005
|
+
"category": "form",
|
|
2006
|
+
"intent": "Telephone number input control",
|
|
2007
|
+
"purpose": "Describe purpose.",
|
|
2008
|
+
"tier": 2,
|
|
2009
|
+
"description": "A phone number input with formatting and validation-oriented behavior.",
|
|
2010
|
+
"roles": [
|
|
2011
|
+
"textbox"
|
|
2012
|
+
],
|
|
2013
|
+
"slots": null,
|
|
2014
|
+
"states": [
|
|
2015
|
+
"default"
|
|
2016
|
+
],
|
|
2017
|
+
"props": {},
|
|
2018
|
+
"defaults": {},
|
|
2019
|
+
"composition": {
|
|
2020
|
+
"preferredParents": [
|
|
2021
|
+
"Field",
|
|
2022
|
+
"Form"
|
|
2023
|
+
],
|
|
2024
|
+
"allowedChildren": [],
|
|
2025
|
+
"allowedParents": [],
|
|
2026
|
+
"disallowedChildren": [],
|
|
2027
|
+
"constraints": null
|
|
2028
|
+
},
|
|
2029
|
+
"tokens": {
|
|
2030
|
+
"allowed": []
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
1746
2033
|
"ProgressCircle": {
|
|
1747
2034
|
"name": "ProgressCircle",
|
|
1748
2035
|
"category": "data-display",
|
|
@@ -1873,6 +2160,57 @@
|
|
|
1873
2160
|
]
|
|
1874
2161
|
}
|
|
1875
2162
|
},
|
|
2163
|
+
"ProvidersCard": {
|
|
2164
|
+
"name": "ProvidersCard",
|
|
2165
|
+
"category": "data-display",
|
|
2166
|
+
"intent": "Provider summary card module",
|
|
2167
|
+
"purpose": "Displays provider identity, status, metadata, tags, and quick actions in a compact card.",
|
|
2168
|
+
"tier": 3,
|
|
2169
|
+
"description": "A card surface for presenting provider-centric summary information and actions.",
|
|
2170
|
+
"roles": [
|
|
2171
|
+
"region"
|
|
2172
|
+
],
|
|
2173
|
+
"slots": null,
|
|
2174
|
+
"states": [
|
|
2175
|
+
"default"
|
|
2176
|
+
],
|
|
2177
|
+
"props": {
|
|
2178
|
+
"statusVariant": {
|
|
2179
|
+
"type": "enum",
|
|
2180
|
+
"values": [
|
|
2181
|
+
"green",
|
|
2182
|
+
"orange",
|
|
2183
|
+
"red",
|
|
2184
|
+
"blue",
|
|
2185
|
+
"neutral"
|
|
2186
|
+
],
|
|
2187
|
+
"default": "green"
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
"defaults": {
|
|
2191
|
+
"statusVariant": "green"
|
|
2192
|
+
},
|
|
2193
|
+
"composition": {
|
|
2194
|
+
"preferredParents": [
|
|
2195
|
+
"Container",
|
|
2196
|
+
"Flex"
|
|
2197
|
+
],
|
|
2198
|
+
"allowedChildren": [],
|
|
2199
|
+
"allowedParents": [],
|
|
2200
|
+
"disallowedChildren": [],
|
|
2201
|
+
"constraints": null
|
|
2202
|
+
},
|
|
2203
|
+
"tokens": {
|
|
2204
|
+
"allowed": [
|
|
2205
|
+
"--uds-spacing-16",
|
|
2206
|
+
"--uds-spacing-12",
|
|
2207
|
+
"--uds-border-width-1",
|
|
2208
|
+
"--uds-border-primary",
|
|
2209
|
+
"--uds-radius-8",
|
|
2210
|
+
"--uds-surface-primary"
|
|
2211
|
+
]
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
1876
2214
|
"Radio": {
|
|
1877
2215
|
"name": "Radio",
|
|
1878
2216
|
"category": "form",
|
|
@@ -1960,6 +2298,110 @@
|
|
|
1960
2298
|
]
|
|
1961
2299
|
}
|
|
1962
2300
|
},
|
|
2301
|
+
"ScrollView": {
|
|
2302
|
+
"name": "ScrollView",
|
|
2303
|
+
"category": "layout",
|
|
2304
|
+
"intent": "Scrollable viewport container",
|
|
2305
|
+
"purpose": "Provides a container with controlled scroll direction.",
|
|
2306
|
+
"tier": 2,
|
|
2307
|
+
"description": "A constrained overflow region for content that requires vertical or horizontal scrolling.",
|
|
2308
|
+
"roles": [
|
|
2309
|
+
"region"
|
|
2310
|
+
],
|
|
2311
|
+
"slots": null,
|
|
2312
|
+
"states": [
|
|
2313
|
+
"default"
|
|
2314
|
+
],
|
|
2315
|
+
"props": {
|
|
2316
|
+
"direction": {
|
|
2317
|
+
"type": "enum",
|
|
2318
|
+
"values": [
|
|
2319
|
+
"vertical",
|
|
2320
|
+
"horizontal"
|
|
2321
|
+
],
|
|
2322
|
+
"default": "vertical"
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
"defaults": {
|
|
2326
|
+
"direction": "vertical"
|
|
2327
|
+
},
|
|
2328
|
+
"composition": {
|
|
2329
|
+
"preferredParents": [
|
|
2330
|
+
"AppShell",
|
|
2331
|
+
"Container",
|
|
2332
|
+
"Card"
|
|
2333
|
+
],
|
|
2334
|
+
"allowedChildren": [],
|
|
2335
|
+
"allowedParents": [],
|
|
2336
|
+
"disallowedChildren": [],
|
|
2337
|
+
"constraints": null
|
|
2338
|
+
},
|
|
2339
|
+
"tokens": {
|
|
2340
|
+
"allowed": []
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
"SearchInput": {
|
|
2344
|
+
"name": "SearchInput",
|
|
2345
|
+
"category": "form",
|
|
2346
|
+
"intent": "Search query input control",
|
|
2347
|
+
"purpose": "Describe purpose.",
|
|
2348
|
+
"tier": 2,
|
|
2349
|
+
"description": "A query-focused input used for search and filter interactions.",
|
|
2350
|
+
"roles": [
|
|
2351
|
+
"searchbox"
|
|
2352
|
+
],
|
|
2353
|
+
"slots": null,
|
|
2354
|
+
"states": [
|
|
2355
|
+
"default"
|
|
2356
|
+
],
|
|
2357
|
+
"props": {},
|
|
2358
|
+
"defaults": {},
|
|
2359
|
+
"composition": {
|
|
2360
|
+
"preferredParents": [
|
|
2361
|
+
"Field",
|
|
2362
|
+
"Form",
|
|
2363
|
+
"Menu"
|
|
2364
|
+
],
|
|
2365
|
+
"allowedChildren": [],
|
|
2366
|
+
"allowedParents": [],
|
|
2367
|
+
"disallowedChildren": [],
|
|
2368
|
+
"constraints": null
|
|
2369
|
+
},
|
|
2370
|
+
"tokens": {
|
|
2371
|
+
"allowed": []
|
|
2372
|
+
}
|
|
2373
|
+
},
|
|
2374
|
+
"SectionHeader": {
|
|
2375
|
+
"name": "SectionHeader",
|
|
2376
|
+
"category": "layout",
|
|
2377
|
+
"intent": "Section heading with supporting metadata/actions",
|
|
2378
|
+
"purpose": "Describe purpose.",
|
|
2379
|
+
"tier": 2,
|
|
2380
|
+
"description": "A heading row pattern for section title, supporting text, and optional actions.",
|
|
2381
|
+
"roles": [
|
|
2382
|
+
"heading"
|
|
2383
|
+
],
|
|
2384
|
+
"slots": null,
|
|
2385
|
+
"states": [
|
|
2386
|
+
"default"
|
|
2387
|
+
],
|
|
2388
|
+
"props": {},
|
|
2389
|
+
"defaults": {},
|
|
2390
|
+
"composition": {
|
|
2391
|
+
"preferredParents": [
|
|
2392
|
+
"Container",
|
|
2393
|
+
"Card",
|
|
2394
|
+
"Flex"
|
|
2395
|
+
],
|
|
2396
|
+
"allowedChildren": [],
|
|
2397
|
+
"allowedParents": [],
|
|
2398
|
+
"disallowedChildren": [],
|
|
2399
|
+
"constraints": null
|
|
2400
|
+
},
|
|
2401
|
+
"tokens": {
|
|
2402
|
+
"allowed": []
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
1963
2405
|
"Slider": {
|
|
1964
2406
|
"name": "Slider",
|
|
1965
2407
|
"category": "form",
|
|
@@ -2459,7 +2901,7 @@
|
|
|
2459
2901
|
"allowedParents": [
|
|
2460
2902
|
"AppShell",
|
|
2461
2903
|
"Container",
|
|
2462
|
-
"
|
|
2904
|
+
"Layout",
|
|
2463
2905
|
"Menu",
|
|
2464
2906
|
"Modal",
|
|
2465
2907
|
"Tabs"
|
|
@@ -2611,6 +3053,36 @@
|
|
|
2611
3053
|
]
|
|
2612
3054
|
}
|
|
2613
3055
|
},
|
|
3056
|
+
"TimeInput": {
|
|
3057
|
+
"name": "TimeInput",
|
|
3058
|
+
"category": "form",
|
|
3059
|
+
"intent": "Time value input control",
|
|
3060
|
+
"purpose": "Describe purpose.",
|
|
3061
|
+
"tier": 2,
|
|
3062
|
+
"description": "A time-specific input used for schedule and appointment entry.",
|
|
3063
|
+
"roles": [
|
|
3064
|
+
"textbox"
|
|
3065
|
+
],
|
|
3066
|
+
"slots": null,
|
|
3067
|
+
"states": [
|
|
3068
|
+
"default"
|
|
3069
|
+
],
|
|
3070
|
+
"props": {},
|
|
3071
|
+
"defaults": {},
|
|
3072
|
+
"composition": {
|
|
3073
|
+
"preferredParents": [
|
|
3074
|
+
"Field",
|
|
3075
|
+
"Form"
|
|
3076
|
+
],
|
|
3077
|
+
"allowedChildren": [],
|
|
3078
|
+
"allowedParents": [],
|
|
3079
|
+
"disallowedChildren": [],
|
|
3080
|
+
"constraints": null
|
|
3081
|
+
},
|
|
3082
|
+
"tokens": {
|
|
3083
|
+
"allowed": []
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
2614
3086
|
"Toast": {
|
|
2615
3087
|
"name": "Toast",
|
|
2616
3088
|
"category": "feedback",
|
|
@@ -2829,12 +3301,12 @@
|
|
|
2829
3301
|
"AppShell": [
|
|
2830
3302
|
"Menu",
|
|
2831
3303
|
"Container",
|
|
2832
|
-
"
|
|
3304
|
+
"Layout",
|
|
2833
3305
|
"Text",
|
|
2834
3306
|
"Button"
|
|
2835
3307
|
],
|
|
2836
3308
|
"Container": [
|
|
2837
|
-
"
|
|
3309
|
+
"Layout",
|
|
2838
3310
|
"Table",
|
|
2839
3311
|
"Text",
|
|
2840
3312
|
"Button",
|
|
@@ -2900,7 +3372,7 @@
|
|
|
2900
3372
|
"Button": [
|
|
2901
3373
|
"AppShell",
|
|
2902
3374
|
"Container",
|
|
2903
|
-
"
|
|
3375
|
+
"Layout",
|
|
2904
3376
|
"Modal",
|
|
2905
3377
|
"Table",
|
|
2906
3378
|
"Tabs"
|
|
@@ -2936,7 +3408,7 @@
|
|
|
2936
3408
|
"FileUpload": [
|
|
2937
3409
|
"Field"
|
|
2938
3410
|
],
|
|
2939
|
-
"
|
|
3411
|
+
"Layout": [
|
|
2940
3412
|
"AppShell",
|
|
2941
3413
|
"Container"
|
|
2942
3414
|
],
|
|
@@ -2980,7 +3452,7 @@
|
|
|
2980
3452
|
"Text": [
|
|
2981
3453
|
"AppShell",
|
|
2982
3454
|
"Container",
|
|
2983
|
-
"
|
|
3455
|
+
"Layout",
|
|
2984
3456
|
"Menu",
|
|
2985
3457
|
"Modal",
|
|
2986
3458
|
"Tabs"
|
|
@@ -3060,7 +3532,7 @@
|
|
|
3060
3532
|
"notes": "Default section wrapper: transparent surface with 24px padding."
|
|
3061
3533
|
},
|
|
3062
3534
|
"contentStack": {
|
|
3063
|
-
"component": "
|
|
3535
|
+
"component": "Layout",
|
|
3064
3536
|
"props": {
|
|
3065
3537
|
"direction": "column",
|
|
3066
3538
|
"gap": "--uds-spacing-16"
|