@visns-studio/visns-components 5.12.2 → 5.12.4

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.
package/src/index.js CHANGED
@@ -63,6 +63,7 @@ import GenericQuote from './components/generic/GenericQuote';
63
63
  import GenericReport from './components/generic/GenericReport';
64
64
  import GenericSort from './components/generic/GenericSort';
65
65
  import NotificationList from './components/generic/NotificationList';
66
+ import StagePopupModal from './components/generic/StagePopupModal';
66
67
 
67
68
  /** Proposal Components */
68
69
  import ProposalTemplateSectionManager from './components/proposal/ProposalTemplateSectionManager';
@@ -129,6 +130,7 @@ export {
129
130
  SelectList,
130
131
  Select,
131
132
  SortableList,
133
+ StagePopupModal,
132
134
  Table,
133
135
  TableFilter,
134
136
  VariableInserter,