@adia-ai/web-modules 0.8.40 → 0.8.41

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 (118) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +6 -6
  3. package/agent-admin/admin-roster/admin-roster.a2ui.json +1 -0
  4. package/agent-admin/admin-roster/admin-roster.css +10 -2
  5. package/agent-admin/admin-roster/admin-roster.js +70 -22
  6. package/agent-admin/admin-settings/admin-settings.a2ui.json +1 -0
  7. package/agent-admin/agent-admin/agent-admin.a2ui.json +1 -0
  8. package/billing/billing-overview/billing-overview.a2ui.json +10 -1
  9. package/billing/billing-overview/billing-overview.class.js +142 -73
  10. package/billing/billing-overview/billing-overview.css +70 -57
  11. package/billing/billing-overview/billing-overview.yaml +5 -0
  12. package/billing/invoice-detail/invoice-detail.a2ui.json +9 -4
  13. package/billing/invoice-detail/invoice-detail.class.js +6 -5
  14. package/billing/invoice-detail/invoice-detail.yaml +9 -4
  15. package/billing/invoice-history/invoice-history.a2ui.json +7 -4
  16. package/billing/invoice-history/invoice-history.class.js +29 -18
  17. package/billing/invoice-history/invoice-history.css +18 -15
  18. package/billing/invoice-history/invoice-history.yaml +10 -4
  19. package/billing/payment-method-form/payment-method-form.a2ui.json +1 -0
  20. package/billing/payment-method-form/payment-method-form.class.js +3 -3
  21. package/billing/payment-method-form/payment-method-form.css +4 -4
  22. package/billing/payment-method-list/payment-method-list.a2ui.json +4 -0
  23. package/billing/payment-method-list/payment-method-list.class.js +31 -11
  24. package/billing/payment-method-list/payment-method-list.css +13 -10
  25. package/billing/payment-method-list/payment-method-list.yaml +3 -0
  26. package/billing/plan-picker/plan-picker.a2ui.json +6 -0
  27. package/billing/plan-picker/plan-picker.class.js +70 -22
  28. package/billing/plan-picker/plan-picker.css +21 -38
  29. package/billing/plan-picker/plan-picker.yaml +5 -0
  30. package/chat/chat-composer/chat-composer.a2ui.json +1 -0
  31. package/chat/chat-empty/chat-empty.a2ui.json +4 -0
  32. package/chat/chat-empty/chat-empty.yaml +2 -0
  33. package/chat/chat-header/chat-header.a2ui.json +5 -0
  34. package/chat/chat-header/chat-header.yaml +3 -0
  35. package/chat/chat-shell/chat-shell.a2ui.json +4 -0
  36. package/chat/chat-shell/chat-shell.yaml +2 -0
  37. package/chat/chat-sidebar/chat-sidebar.a2ui.json +4 -0
  38. package/chat/chat-sidebar/chat-sidebar.yaml +2 -0
  39. package/chat/chat-status/chat-status.a2ui.json +4 -0
  40. package/chat/chat-status/chat-status.yaml +2 -0
  41. package/chat/chat-thread/chat-thread.a2ui.json +4 -0
  42. package/chat/chat-thread/chat-thread.yaml +2 -0
  43. package/dashboard/dashboard-layout/dashboard-layout.a2ui.json +8 -8
  44. package/dashboard/dashboard-layout/dashboard-layout.css +4 -4
  45. package/dashboard/dashboard-layout/dashboard-layout.js +10 -9
  46. package/dashboard/dashboard-layout/dashboard-layout.yaml +19 -7
  47. package/dashboard/date-range-selector/date-range-selector.a2ui.json +4 -3
  48. package/dashboard/date-range-selector/date-range-selector.yaml +6 -4
  49. package/dist/chat/chat-shell.min.js +23 -23
  50. package/dist/editor/editor-shell.min.js +3 -3
  51. package/dist/everything.min.js +119 -132
  52. package/dist/shell/admin-shell.min.css +1 -1
  53. package/dist/shell/admin-shell.min.js +6 -6
  54. package/dist/simple/simple-shell.min.js +5 -5
  55. package/dist/web-modules.min.css +1 -1
  56. package/dist/web-modules.sheet.js +1 -1
  57. package/editor/editor-canvas/editor-canvas.a2ui.json +4 -0
  58. package/editor/editor-canvas/editor-canvas.yaml +2 -0
  59. package/editor/editor-canvas-empty/editor-canvas-empty.a2ui.json +4 -0
  60. package/editor/editor-canvas-empty/editor-canvas-empty.yaml +2 -0
  61. package/editor/editor-canvas-toolbar/editor-canvas-toolbar.a2ui.json +4 -0
  62. package/editor/editor-canvas-toolbar/editor-canvas-toolbar.yaml +2 -0
  63. package/editor/editor-shell/editor-shell.a2ui.json +5 -0
  64. package/editor/editor-shell/editor-shell.yaml +3 -0
  65. package/editor/editor-sidebar/editor-sidebar.a2ui.json +4 -0
  66. package/editor/editor-sidebar/editor-sidebar.yaml +2 -0
  67. package/editor/editor-statusbar/editor-statusbar.a2ui.json +4 -0
  68. package/editor/editor-statusbar/editor-statusbar.yaml +2 -0
  69. package/editor/editor-toolbar/editor-toolbar.a2ui.json +4 -0
  70. package/editor/editor-toolbar/editor-toolbar.yaml +2 -0
  71. package/feedback/confirm-dialog/confirm-dialog.a2ui.json +1 -0
  72. package/form/form-popover/form-popover.a2ui.json +1 -0
  73. package/onboarding/onboarding-checklist/onboarding-checklist.a2ui.json +2 -1
  74. package/onboarding/onboarding-checklist/onboarding-checklist.js +2 -2
  75. package/onboarding/onboarding-checklist/onboarding-checklist.yaml +1 -1
  76. package/package.json +6 -6
  77. package/runtime/a2ui-root/a2ui-root.a2ui.json +6 -5
  78. package/runtime/a2ui-root/a2ui-root.css +75 -0
  79. package/runtime/a2ui-root/a2ui-root.js +118 -10
  80. package/runtime/a2ui-root/a2ui-root.yaml +7 -2
  81. package/runtime/gen-root/gen-root.a2ui.json +6 -5
  82. package/runtime/gen-root/gen-root.yaml +10 -2
  83. package/settings/integrations-page/integrations-page.a2ui.json +3 -2
  84. package/settings/integrations-page/integrations-page.js +8 -8
  85. package/settings/integrations-page/integrations-page.yaml +2 -2
  86. package/settings/notification-preferences/notification-preferences.a2ui.json +1 -0
  87. package/shell/admin-command/admin-command.a2ui.json +5 -1
  88. package/shell/admin-command/admin-command.yaml +3 -1
  89. package/shell/admin-content/admin-content.a2ui.json +4 -0
  90. package/shell/admin-content/admin-content.yaml +2 -0
  91. package/shell/admin-entity-item/admin-entity-item.a2ui.json +1 -0
  92. package/shell/admin-page/admin-page.a2ui.json +5 -0
  93. package/shell/admin-page/admin-page.yaml +3 -0
  94. package/shell/admin-page-body/admin-page-body.a2ui.json +4 -0
  95. package/shell/admin-page-body/admin-page-body.yaml +2 -0
  96. package/shell/admin-page-footer/admin-page-footer.a2ui.json +4 -0
  97. package/shell/admin-page-footer/admin-page-footer.yaml +2 -0
  98. package/shell/admin-page-header/admin-page-header.a2ui.json +4 -0
  99. package/shell/admin-page-header/admin-page-header.yaml +2 -0
  100. package/shell/admin-scroll/admin-scroll.a2ui.json +4 -0
  101. package/shell/admin-scroll/admin-scroll.yaml +2 -0
  102. package/shell/admin-shell/admin-shell.a2ui.json +7 -3
  103. package/shell/admin-shell/admin-shell.yaml +3 -1
  104. package/shell/admin-shell/css/admin-shell.sidebar.css +2 -2
  105. package/shell/admin-sidebar/admin-sidebar.a2ui.json +4 -0
  106. package/shell/admin-sidebar/admin-sidebar.yaml +2 -0
  107. package/shell/admin-statusbar/admin-statusbar.a2ui.json +6 -0
  108. package/shell/admin-statusbar/admin-statusbar.yaml +4 -0
  109. package/shell/admin-topbar/admin-topbar.a2ui.json +6 -0
  110. package/shell/admin-topbar/admin-topbar.yaml +4 -0
  111. package/shell/embed-shell/embed-shell.a2ui.json +1 -0
  112. package/simple/simple-content/simple-content.a2ui.json +4 -0
  113. package/simple/simple-content/simple-content.yaml +2 -0
  114. package/simple/simple-hero/simple-hero.a2ui.json +4 -0
  115. package/simple/simple-hero/simple-hero.yaml +2 -0
  116. package/simple/simple-shell/simple-shell.a2ui.json +4 -0
  117. package/simple/simple-shell/simple-shell.yaml +2 -0
  118. package/theme/theme-panel/theme-panel.a2ui.json +1 -0

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.