File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 "@commercetools-uikit/primary-action-dropdown" : " 19.22.5" ,
5555 "@commercetools-uikit/progress-bar" : " 19.22.5" ,
5656 "@commercetools-uikit/quick-filters" : " 19.22.5" ,
57+ "@commercetools-uikit/select-utils" : " 19.22.5" ,
5758 "@commercetools-uikit/selectable-search-input" : " 19.22.5" ,
5859 "@commercetools-uikit/spacings" : " 19.22.5" ,
5960 "@commercetools-uikit/stamp" : " 19.22.5" ,
Original file line number Diff line number Diff line change 11import * as i18n from '@commercetools-uikit/i18n' ;
2+ import * as utils from '@commercetools-uikit/utils' ;
3+ import * as selectUtils from '@commercetools-uikit/select-utils' ;
24
3- export { i18n } ;
5+ export { i18n , utils , selectUtils } ;
46
57// NOTE: to make sure that the following preset packages to not
68// export a `version` property, as export properties cannot be overridden.
@@ -144,6 +146,7 @@ export {
144146 type TDataTableSettingsProps ,
145147 type TColumnSettingsManagerProps ,
146148 type TDataTableManagerContext ,
149+ DataTableManagerProvider ,
147150} from '@commercetools-uikit/data-table-manager' ;
148151export {
149152 Tag ,
Original file line number Diff line number Diff line change @@ -2582,6 +2582,7 @@ __metadata:
25822582 "@commercetools-uikit/primary-action-dropdown": 19.22.5
25832583 "@commercetools-uikit/progress-bar": 19.22.5
25842584 "@commercetools-uikit/quick-filters": 19.22.5
2585+ "@commercetools-uikit/select-utils": 19.22.5
25852586 "@commercetools-uikit/selectable-search-input": 19.22.5
25862587 "@commercetools-uikit/spacings": 19.22.5
25872588 "@commercetools-uikit/stamp": 19.22.5
You can’t perform that action at this time.
0 commit comments