Skip to content

Commit

Permalink
refactor(preset): export DataTableManagerProvider, utils and selectUt…
Browse files Browse the repository at this point in the history
…ils (#3066)
  • Loading branch information
ragafus authored Feb 20, 2025
1 parent 731d7db commit abdf43b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions presets/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@commercetools-uikit/primary-action-dropdown": "19.22.5",
"@commercetools-uikit/progress-bar": "19.22.5",
"@commercetools-uikit/quick-filters": "19.22.5",
"@commercetools-uikit/select-utils": "19.22.5",
"@commercetools-uikit/selectable-search-input": "19.22.5",
"@commercetools-uikit/spacings": "19.22.5",
"@commercetools-uikit/stamp": "19.22.5",
Expand Down
5 changes: 4 additions & 1 deletion presets/ui-kit/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import * as i18n from '@commercetools-uikit/i18n';
import * as utils from '@commercetools-uikit/utils';
import * as selectUtils from '@commercetools-uikit/select-utils';

export { i18n };
export { i18n, utils, selectUtils };

// NOTE: to make sure that the following preset packages to not
// export a `version` property, as export properties cannot be overridden.
Expand Down Expand Up @@ -144,6 +146,7 @@ export {
type TDataTableSettingsProps,
type TColumnSettingsManagerProps,
type TDataTableManagerContext,
DataTableManagerProvider,
} from '@commercetools-uikit/data-table-manager';
export {
Tag,
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2582,6 +2582,7 @@ __metadata:
"@commercetools-uikit/primary-action-dropdown": 19.22.5
"@commercetools-uikit/progress-bar": 19.22.5
"@commercetools-uikit/quick-filters": 19.22.5
"@commercetools-uikit/select-utils": 19.22.5
"@commercetools-uikit/selectable-search-input": 19.22.5
"@commercetools-uikit/spacings": 19.22.5
"@commercetools-uikit/stamp": 19.22.5
Expand Down

0 comments on commit abdf43b

Please sign in to comment.