@devalok/shilp-sutra-karm 0.19.0 → 0.20.0

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 (93) hide show
  1. package/dist/_chunks/render-adjustment-type.js +50 -48
  2. package/dist/_chunks/sidebar-scratchpad.js +714 -326
  3. package/dist/_chunks/task-detail-panel.js +902 -634
  4. package/dist/_chunks/vendor.js +1154 -1123
  5. package/dist/dashboard/index.d.ts +20 -0
  6. package/dist/dashboard/index.d.ts.map +1 -1
  7. package/dist/dashboard/index.js +451 -5
  8. package/dist/dashboard/project-health-card.d.ts +22 -0
  9. package/dist/dashboard/project-health-card.d.ts.map +1 -0
  10. package/dist/dashboard/scratchpad/index.d.ts +13 -0
  11. package/dist/dashboard/scratchpad/index.d.ts.map +1 -0
  12. package/dist/dashboard/scratchpad/scratchpad-add-input.d.ts +11 -0
  13. package/dist/dashboard/scratchpad/scratchpad-add-input.d.ts.map +1 -0
  14. package/dist/dashboard/scratchpad/scratchpad-collapse.d.ts +15 -0
  15. package/dist/dashboard/scratchpad/scratchpad-collapse.d.ts.map +1 -0
  16. package/dist/dashboard/scratchpad/scratchpad-context.d.ts +44 -0
  17. package/dist/dashboard/scratchpad/scratchpad-context.d.ts.map +1 -0
  18. package/dist/dashboard/scratchpad/scratchpad-empty-state.d.ts +13 -0
  19. package/dist/dashboard/scratchpad/scratchpad-empty-state.d.ts.map +1 -0
  20. package/dist/dashboard/scratchpad/scratchpad-filter-toggle.d.ts +7 -0
  21. package/dist/dashboard/scratchpad/scratchpad-filter-toggle.d.ts.map +1 -0
  22. package/dist/dashboard/scratchpad/scratchpad-header.d.ts +9 -0
  23. package/dist/dashboard/scratchpad/scratchpad-header.d.ts.map +1 -0
  24. package/dist/dashboard/scratchpad/scratchpad-item.d.ts +13 -0
  25. package/dist/dashboard/scratchpad/scratchpad-item.d.ts.map +1 -0
  26. package/dist/dashboard/scratchpad/scratchpad-list.d.ts +9 -0
  27. package/dist/dashboard/scratchpad/scratchpad-list.d.ts.map +1 -0
  28. package/dist/dashboard/scratchpad/scratchpad-progress-ring.d.ts +11 -0
  29. package/dist/dashboard/scratchpad/scratchpad-progress-ring.d.ts.map +1 -0
  30. package/dist/dashboard/scratchpad/scratchpad-root.d.ts +8 -0
  31. package/dist/dashboard/scratchpad/scratchpad-root.d.ts.map +1 -0
  32. package/dist/dashboard/scratchpad/scratchpad.d.ts +29 -0
  33. package/dist/dashboard/scratchpad/scratchpad.d.ts.map +1 -0
  34. package/dist/dashboard/scratchpad-widget.d.ts +5 -5
  35. package/dist/dashboard/scratchpad-widget.d.ts.map +1 -1
  36. package/dist/dashboard/sidebar-scratchpad.d.ts +8 -1
  37. package/dist/dashboard/sidebar-scratchpad.d.ts.map +1 -1
  38. package/dist/dashboard/week-heatmap/index.d.ts +10 -0
  39. package/dist/dashboard/week-heatmap/index.d.ts.map +1 -0
  40. package/dist/dashboard/week-heatmap/week-heatmap-context.d.ts +31 -0
  41. package/dist/dashboard/week-heatmap/week-heatmap-context.d.ts.map +1 -0
  42. package/dist/dashboard/week-heatmap/week-heatmap-day-strip.d.ts +7 -0
  43. package/dist/dashboard/week-heatmap/week-heatmap-day-strip.d.ts.map +1 -0
  44. package/dist/dashboard/week-heatmap/week-heatmap-day.d.ts +15 -0
  45. package/dist/dashboard/week-heatmap/week-heatmap-day.d.ts.map +1 -0
  46. package/dist/dashboard/week-heatmap/week-heatmap-progress-bar.d.ts +7 -0
  47. package/dist/dashboard/week-heatmap/week-heatmap-progress-bar.d.ts.map +1 -0
  48. package/dist/dashboard/week-heatmap/week-heatmap-root.d.ts +8 -0
  49. package/dist/dashboard/week-heatmap/week-heatmap-root.d.ts.map +1 -0
  50. package/dist/dashboard/week-heatmap/week-heatmap-streak.d.ts +7 -0
  51. package/dist/dashboard/week-heatmap/week-heatmap-streak.d.ts.map +1 -0
  52. package/dist/dashboard/week-heatmap/week-heatmap-summary.d.ts +7 -0
  53. package/dist/dashboard/week-heatmap/week-heatmap-summary.d.ts.map +1 -0
  54. package/dist/dashboard/week-heatmap/week-heatmap.d.ts +33 -0
  55. package/dist/dashboard/week-heatmap/week-heatmap.d.ts.map +1 -0
  56. package/dist/index.d.ts +1 -1
  57. package/dist/index.d.ts.map +1 -1
  58. package/dist/index.js +57 -56
  59. package/dist/tasks/index.d.ts +1 -0
  60. package/dist/tasks/index.d.ts.map +1 -1
  61. package/dist/tasks/index.js +18 -17
  62. package/dist/tasks/task-action-row/index.d.ts +3 -0
  63. package/dist/tasks/task-action-row/index.d.ts.map +1 -0
  64. package/dist/tasks/task-action-row/task-action-row-checkbox.d.ts +8 -0
  65. package/dist/tasks/task-action-row/task-action-row-checkbox.d.ts.map +1 -0
  66. package/dist/tasks/task-action-row/task-action-row-context.d.ts +21 -0
  67. package/dist/tasks/task-action-row/task-action-row-context.d.ts.map +1 -0
  68. package/dist/tasks/task-action-row/task-action-row-due-date.d.ts +5 -0
  69. package/dist/tasks/task-action-row/task-action-row-due-date.d.ts.map +1 -0
  70. package/dist/tasks/task-action-row/task-action-row-labels.d.ts +8 -0
  71. package/dist/tasks/task-action-row/task-action-row-labels.d.ts.map +1 -0
  72. package/dist/tasks/task-action-row/task-action-row-navigate.d.ts +9 -0
  73. package/dist/tasks/task-action-row/task-action-row-navigate.d.ts.map +1 -0
  74. package/dist/tasks/task-action-row/task-action-row-priority.d.ts +5 -0
  75. package/dist/tasks/task-action-row/task-action-row-priority.d.ts.map +1 -0
  76. package/dist/tasks/task-action-row/task-action-row-project-badge.d.ts +8 -0
  77. package/dist/tasks/task-action-row/task-action-row-project-badge.d.ts.map +1 -0
  78. package/dist/tasks/task-action-row/task-action-row-root.d.ts +14 -0
  79. package/dist/tasks/task-action-row/task-action-row-root.d.ts.map +1 -0
  80. package/dist/tasks/task-action-row/task-action-row-status-badge.d.ts +5 -0
  81. package/dist/tasks/task-action-row/task-action-row-status-badge.d.ts.map +1 -0
  82. package/dist/tasks/task-action-row/task-action-row-title.d.ts +9 -0
  83. package/dist/tasks/task-action-row/task-action-row-title.d.ts.map +1 -0
  84. package/dist/tasks/task-action-row/task-action-row.d.ts +48 -0
  85. package/dist/tasks/task-action-row/task-action-row.d.ts.map +1 -0
  86. package/dist/tasks/task-detail-panel.d.ts.map +1 -1
  87. package/docs/components/dashboard/project-health-card.md +90 -0
  88. package/docs/components/dashboard/scratchpad-widget.md +17 -0
  89. package/docs/components/dashboard/scratchpad.md +151 -0
  90. package/docs/components/dashboard/sidebar-scratchpad.md +29 -5
  91. package/docs/components/dashboard/week-heatmap.md +95 -0
  92. package/docs/components/tasks/task-action-row.md +159 -0
  93. package/package.json +82 -82

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.