@factoringplus/pl-components-pack-v3 1.7.0 → 1.7.1-pre-01

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.
@@ -37,7 +37,7 @@ import { default as PlPagination } from './data/pl-table-plus/components/Paginat
37
37
  import { default as PlOnboarding } from './data/pl-onboarding';
38
38
  import { default as PlSigning } from './data/pl-signing';
39
39
  import { default as PlNavigation } from '../services/pl-navigation';
40
- import { default as PlNavButton } from '../services/pl-navigation/components';
40
+ import { default as PlNavigationPlugin } from '../services/pl-navigation/components';
41
41
  import { default as PlIcon } from './shared/pl-icon';
42
42
  import { default as PlTextPlugin } from './shared/pl-text';
43
43
  import { default as PlMarkText } from './shared/pl-mark-text';
@@ -94,4 +94,4 @@ export * from '../utils/deepSet';
94
94
  export * from '../utils/dadataParser';
95
95
  export * from '../plugins/filters';
96
96
  export * from '../plugins/api/api';
97
- export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSnackbar, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavButton, PlSidebarItem, };
97
+ export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSnackbar, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavigationPlugin, };