@central-design-system/components 3.5.0 → 3.6.0

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/dist/cds.d.ts CHANGED
@@ -4,7 +4,6 @@ import * as directives from './directives';
4
4
  import * as plugin from './plugins';
5
5
  import * as utils from './utils';
6
6
  import * as themes from './themes';
7
- import * as transitions from './transitions';
8
7
  declare module '@vue/runtime-core' {
9
8
  interface GlobalComponents {
10
9
  CdsAutocomplete: typeof components.CdsAutocomplete;
@@ -72,6 +71,8 @@ declare module '@vue/runtime-core' {
72
71
  CdsSkeletonLoader: typeof components.CdsSkeletonLoader;
73
72
  CdsSlideGroup: typeof components.CdsSlideGroup;
74
73
  CdsSlideGroupItem: typeof components.CdsSlideGroupItem;
74
+ CdsSlideView: typeof components.CdsSlideView;
75
+ CdsSlideViewItem: typeof components.CdsSlideViewItem;
75
76
  CdsStages: typeof components.CdsStages;
76
77
  CdsStatus: typeof components.CdsStatus;
77
78
  CdsSteps: typeof components.CdsSteps;
@@ -81,8 +82,10 @@ declare module '@vue/runtime-core' {
81
82
  CdsTableColumnGroup: typeof components.CdsTableColumnGroup;
82
83
  CdsTab: typeof components.CdsTab;
83
84
  CdsTabs: typeof components.CdsTabs;
84
- CdsTabV2: typeof components.CdsTabV2;
85
85
  CdsTabsV2: typeof components.CdsTabsV2;
86
+ CdsTabsView: typeof components.CdsTabsView;
87
+ CdsTabsViewItem: typeof components.CdsTabsViewItem;
88
+ CdsTabV2: typeof components.CdsTabV2;
86
89
  CdsTag: typeof components.CdsTag;
87
90
  CdsTextArea: typeof components.CdsTextArea;
88
91
  CdsTextInput: typeof components.CdsTextInput;
@@ -101,5 +104,5 @@ export * from './components';
101
104
  export * from './directives';
102
105
  export * from './composable';
103
106
  export * from './transitions';
104
- export { createCds, components, directives, themes, plugin, utils, transitions };
107
+ export { createCds, components, directives, themes, plugin, utils };
105
108
  export default createCds;