Add shared automation and WebUI editing primitives

This commit is contained in:
2026-07-31 02:48:56 +02:00
parent f0898fcdee
commit 5b55f59a92
42 changed files with 3788 additions and 554 deletions
+4
View File
@@ -19,6 +19,7 @@
},
"include": [
"tests/data-grid-actions.test.tsx",
"tests/data-grid-sizing.test.ts",
"tests/dialog-focus.test.tsx",
"tests/explorer-tree.test.tsx",
"tests/icon-button.test.tsx",
@@ -27,6 +28,7 @@
"tests/people-picker.test.tsx",
"tests/resource-access-explanation.test.tsx",
"tests/selection-list.test.tsx",
"tests/wysiwyg-editor-utils.test.ts",
"src/components/CredentialPanel.tsx",
"src/components/email/EmailAddressInput.tsx",
"src/components/PasswordField.tsx",
@@ -49,7 +51,9 @@
"src/components/IconButton.tsx",
"src/components/admin/AdminIconButton.tsx",
"src/components/ToggleSwitch.tsx",
"src/components/wysiwygEditorUrls.ts",
"src/components/table/DataGrid.tsx",
"src/components/table/dataGridSizing.ts",
"src/components/table/TableActionGroup.tsx"
]
}