@adia-ai/web-components 0.8.5 → 0.8.7

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 (117) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/components/field/field.css +21 -0
  3. package/components/table/table.a2ui.json +1 -1
  4. package/components/table/table.class.js +17 -0
  5. package/components/table/table.css +15 -2
  6. package/components/table/table.d.ts +1 -1
  7. package/components/table/table.test.js +51 -0
  8. package/components/table/table.yaml +6 -1
  9. package/core/element.js +24 -0
  10. package/core/element.test.js +71 -0
  11. package/dist/host.min.css +1 -1
  12. package/dist/host.sheet.js +1 -1
  13. package/dist/theme-provider.min.js +2 -2
  14. package/dist/web-components.min.css +1 -1
  15. package/dist/web-components.min.js +50 -50
  16. package/dist/web-components.sheet.js +1 -1
  17. package/package.json +2 -1
  18. package/patterns/access-requests/access-requests.examples.html +132 -0
  19. package/patterns/access-requests/access-requests.html +60 -0
  20. package/patterns/admin-keys-and-export/admin-keys-and-export.examples.html +236 -0
  21. package/patterns/admin-keys-and-export/admin-keys-and-export.html +64 -0
  22. package/patterns/admin-shell/admin-shell.examples.html +327 -0
  23. package/patterns/admin-shell/admin-shell.html +44 -0
  24. package/patterns/agent-cost/agent-cost.examples.html +111 -0
  25. package/patterns/agent-cost/agent-cost.html +62 -0
  26. package/patterns/agent-memory/agent-memory.examples.html +155 -0
  27. package/patterns/agent-memory/agent-memory.html +64 -0
  28. package/patterns/agent-prompt-library/agent-prompt-library.examples.html +181 -0
  29. package/patterns/agent-prompt-library/agent-prompt-library.html +64 -0
  30. package/patterns/agent-tool-call/agent-tool-call.examples.html +123 -0
  31. package/patterns/agent-tool-call/agent-tool-call.html +60 -0
  32. package/patterns/alert-dialog/alert-dialog.examples.html +105 -0
  33. package/patterns/alert-dialog/alert-dialog.html +57 -0
  34. package/patterns/app-nav/app-nav.examples.html +421 -0
  35. package/patterns/app-nav/app-nav.html +50 -0
  36. package/patterns/approvals/approvals.examples.html +131 -0
  37. package/patterns/approvals/approvals.html +58 -0
  38. package/patterns/audit-log/audit-log.examples.html +74 -0
  39. package/patterns/audit-log/audit-log.examples.js +60 -0
  40. package/patterns/audit-log/audit-log.html +63 -0
  41. package/patterns/bulk-action-toolbar/bulk-action-toolbar.examples.html +89 -0
  42. package/patterns/bulk-action-toolbar/bulk-action-toolbar.examples.js +69 -0
  43. package/patterns/bulk-action-toolbar/bulk-action-toolbar.html +62 -0
  44. package/patterns/changelog-feed/changelog-feed.examples.html +151 -0
  45. package/patterns/changelog-feed/changelog-feed.html +57 -0
  46. package/patterns/chart-in-card/chart-in-card.examples.html +193 -0
  47. package/patterns/chart-in-card/chart-in-card.examples.js +46 -0
  48. package/patterns/chart-in-card/chart-in-card.html +66 -0
  49. package/patterns/chat-shell/chat-shell.examples.html +129 -0
  50. package/patterns/chat-shell/chat-shell.html +46 -0
  51. package/patterns/comments-and-collaboration/comments-and-collaboration.examples.html +241 -0
  52. package/patterns/comments-and-collaboration/comments-and-collaboration.html +66 -0
  53. package/patterns/component-tokens/component-tokens.examples.html +483 -0
  54. package/patterns/component-tokens/component-tokens.html +42 -0
  55. package/patterns/conversion-funnel/conversion-funnel.examples.html +158 -0
  56. package/patterns/conversion-funnel/conversion-funnel.examples.js +4 -0
  57. package/patterns/conversion-funnel/conversion-funnel.html +64 -0
  58. package/patterns/data-tables-inline-edit-and-tree/data-tables-inline-edit-and-tree.examples.html +196 -0
  59. package/patterns/data-tables-inline-edit-and-tree/data-tables-inline-edit-and-tree.html +58 -0
  60. package/patterns/diff-review/diff-review.examples.html +147 -0
  61. package/patterns/diff-review/diff-review.html +56 -0
  62. package/patterns/editor-shell/editor-shell.examples.html +139 -0
  63. package/patterns/editor-shell/editor-shell.html +62 -0
  64. package/patterns/export-flow/export-flow.examples.html +152 -0
  65. package/patterns/export-flow/export-flow.examples.js +37 -0
  66. package/patterns/export-flow/export-flow.html +65 -0
  67. package/patterns/filter-bar/filter-bar.examples.html +116 -0
  68. package/patterns/filter-bar/filter-bar.examples.js +23 -0
  69. package/patterns/filter-bar/filter-bar.html +70 -0
  70. package/patterns/form-drawer/form-drawer.examples.html +210 -0
  71. package/patterns/form-drawer/form-drawer.html +64 -0
  72. package/patterns/form-system/form-system.examples.html +383 -0
  73. package/patterns/form-system/form-system.html +48 -0
  74. package/patterns/forms-conditional-and-autocomplete/forms-conditional-and-autocomplete.examples.html +189 -0
  75. package/patterns/forms-conditional-and-autocomplete/forms-conditional-and-autocomplete.html +64 -0
  76. package/patterns/inline-dialog/inline-dialog.examples.html +143 -0
  77. package/patterns/inline-dialog/inline-dialog.html +59 -0
  78. package/patterns/kanban-board/kanban-board.examples.html +224 -0
  79. package/patterns/kanban-board/kanban-board.html +58 -0
  80. package/patterns/layout/layout.examples.html +365 -0
  81. package/patterns/layout/layout.html +54 -0
  82. package/patterns/marketing-engagement/marketing-engagement.examples.html +280 -0
  83. package/patterns/marketing-engagement/marketing-engagement.html +64 -0
  84. package/patterns/notifications-bell-and-digest/notifications-bell-and-digest.examples.html +213 -0
  85. package/patterns/notifications-bell-and-digest/notifications-bell-and-digest.html +58 -0
  86. package/patterns/overview/overview.examples.html +119 -0
  87. package/patterns/overview/overview.html +42 -0
  88. package/patterns/permissions-matrix/permissions-matrix.examples.html +91 -0
  89. package/patterns/permissions-matrix/permissions-matrix.examples.js +28 -0
  90. package/patterns/permissions-matrix/permissions-matrix.html +56 -0
  91. package/patterns/permissions-role-picker/permissions-role-picker.examples.html +81 -0
  92. package/patterns/permissions-role-picker/permissions-role-picker.html +56 -0
  93. package/patterns/permissions-sharing/permissions-sharing.examples.html +175 -0
  94. package/patterns/permissions-sharing/permissions-sharing.html +66 -0
  95. package/patterns/profile-public-and-verification/profile-public-and-verification.examples.html +227 -0
  96. package/patterns/profile-public-and-verification/profile-public-and-verification.html +70 -0
  97. package/patterns/record-detail-drawer/record-detail-drawer.examples.html +164 -0
  98. package/patterns/record-detail-drawer/record-detail-drawer.html +64 -0
  99. package/patterns/responsive-shell-sidebar/README.md +37 -0
  100. package/patterns/responsive-shell-sidebar/responsive-shell-sidebar.css +39 -0
  101. package/patterns/responsive-shell-sidebar/responsive-shell-sidebar.examples.html +208 -0
  102. package/patterns/responsive-shell-sidebar/responsive-shell-sidebar.html +47 -0
  103. package/patterns/retention-cohort/retention-cohort.examples.html +149 -0
  104. package/patterns/retention-cohort/retention-cohort.examples.js +37 -0
  105. package/patterns/retention-cohort/retention-cohort.html +62 -0
  106. package/patterns/search-discovery/search-discovery.examples.html +263 -0
  107. package/patterns/search-discovery/search-discovery.html +58 -0
  108. package/patterns/system-banners/system-banners.examples.html +150 -0
  109. package/patterns/system-banners/system-banners.html +52 -0
  110. package/patterns/timezone-selector/timezone-selector.examples.html +82 -0
  111. package/patterns/timezone-selector/timezone-selector.examples.js +72 -0
  112. package/patterns/timezone-selector/timezone-selector.html +57 -0
  113. package/patterns/wizard-drawer/wizard-drawer.examples.html +144 -0
  114. package/patterns/wizard-drawer/wizard-drawer.examples.js +33 -0
  115. package/patterns/wizard-drawer/wizard-drawer.html +72 -0
  116. package/styles/colors/semantics/core.css +1 -1
  117. package/styles/colors/semantics/features.css +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.