@skalar-saas/design-system 0.1.127 → 0.1.129

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 (33) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/dist/index.js +11 -11
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.mjs +3303 -3185
  5. package/dist/index.mjs.map +1 -1
  6. package/dist/shared/ui/Alert/Alert.d.ts +1 -1
  7. package/dist/shared/ui/ChatCollapsibleDialog/ChatCollapsibleDialog.d.ts +1 -1
  8. package/dist/shared/ui/ChatHistorial/ChatHistorial.d.ts +1 -1
  9. package/dist/shared/ui/ChatHistorialItem/ChatHistorialItem.d.ts +1 -1
  10. package/dist/shared/ui/ChatPanel/ChatPanel.types.d.ts +2 -2
  11. package/dist/shared/ui/ColumnHeader/ColumnHeader.d.ts +2 -1
  12. package/dist/shared/ui/DateRangePicker/DateRangePicker.stories.d.ts +69 -0
  13. package/dist/shared/ui/DropModal/DropModal.d.ts +1 -1
  14. package/dist/shared/ui/FormFieldGroup/FormFieldGroup.d.ts +3 -2
  15. package/dist/shared/ui/KPI/KPIAutomationTrigger/KPIAutomationTrigger.d.ts +1 -1
  16. package/dist/shared/ui/KPI/KPIProgress/KPIProgress.d.ts +1 -1
  17. package/dist/shared/ui/KPI/KPIQuickActionList/KPIQuickActionList.d.ts +1 -1
  18. package/dist/shared/ui/KPI/KPISlider/KPISlider.d.ts +1 -1
  19. package/dist/shared/ui/KPI/KPIValueBreakdown/KPIValueBreakdown.d.ts +1 -1
  20. package/dist/shared/ui/Kanban/Kanban.d.ts +5 -3
  21. package/dist/shared/ui/KanbanCard/KanbanCard.d.ts +1 -1
  22. package/dist/shared/ui/KanbanColumn/KanbanColumn.d.ts +1 -1
  23. package/dist/shared/ui/LabelIcon/LabelIcon.d.ts +1 -1
  24. package/dist/shared/ui/Modal/Modal.d.ts +1 -1
  25. package/dist/shared/ui/Planner/Planner.d.ts +2 -2
  26. package/dist/shared/ui/ProjectCard/ProjectCard.d.ts +1 -1
  27. package/dist/shared/ui/ProjectCardPlan/ProjectCardPlan.d.ts +1 -1
  28. package/dist/shared/ui/SupportCard/SupportCard.d.ts +1 -1
  29. package/dist/shared/ui/VisualComposer/VisualComposer.d.ts +4 -2
  30. package/dist/shared/ui/WidgetBuilderEdit/Header.d.ts +1 -1
  31. package/dist/shared/ui/WidgetBuilderEdit/WidgetBuilderEdit.d.ts +1 -1
  32. package/dist/shared/ui/WidgetBuilderEdit/index.d.ts +1 -1
  33. package/package.json +12 -10
package/dist/index.d.ts CHANGED
@@ -172,6 +172,10 @@ export { ExpressionPanelDivider } from './shared/ui/ExpressionPanel/ExpressionPa
172
172
  export type { ExpressionPanelDividerProps } from './shared/ui/ExpressionPanel/ExpressionPanelDivider';
173
173
  export { Planner } from './shared/ui/Planner/Planner';
174
174
  export type { PlannerProps, PlannerAppointment, AppointmentStatus } from './shared/ui/Planner/Planner';
175
+ export { AppointmentRow } from './shared/ui/AppointmentRow/AppointmentRow';
176
+ export type { AppointmentRowProps } from './shared/ui/AppointmentRow/AppointmentRow';
177
+ export { AppointmentDetail } from './shared/ui/AppointmentDetail/AppointmentDetail';
178
+ export type { AppointmentDetailProps, AppointmentDetailField } from './shared/ui/AppointmentDetail/AppointmentDetail';
175
179
  export { Kanban } from './shared/ui/Kanban';
176
180
  export type { KanbanProps, KanbanColumnConfig, KanbanFieldMap, KanbanCardVariant } from './shared/ui/Kanban';
177
181
  export { KanbanColumn } from './shared/ui/KanbanColumn';