@progress/kendo-react-layout 7.0.3-develop.1 → 7.0.3-develop.11

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.
Files changed (137) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +1 -1
  3. package/README.md +1 -1
  4. package/actionsheet/ActionSheet.d.ts +1 -1
  5. package/actionsheet/ActionSheetContent.d.ts +1 -1
  6. package/actionsheet/ActionSheetFooter.d.ts +1 -1
  7. package/actionsheet/ActionSheetHeader.d.ts +1 -1
  8. package/actionsheet/ActionSheetItem.d.ts +1 -1
  9. package/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +1 -1
  10. package/actionsheet/interfaces/ActionSheetItemProps.d.ts +1 -1
  11. package/appbar/AppBar.d.ts +1 -1
  12. package/appbar/AppBarSection.d.ts +1 -1
  13. package/appbar/AppBarSpacer.d.ts +1 -1
  14. package/appbar/interfaces/AppBarProps.d.ts +1 -1
  15. package/appbar/interfaces/AppBarSectionProps.d.ts +1 -1
  16. package/appbar/interfaces/AppBarSpacerProps.d.ts +1 -1
  17. package/bottomnavigation/BottomNavigation.d.ts +1 -1
  18. package/bottomnavigation/BottomNavigationItem.d.ts +1 -1
  19. package/bottomnavigation/BottomNavigationItemProps.d.ts +1 -1
  20. package/bottomnavigation/BottomNavigationProps.d.ts +1 -1
  21. package/bottomnavigation/models/events.d.ts +1 -1
  22. package/bottomnavigation/models/utils.d.ts +1 -1
  23. package/breadcrumb/Breadcrumb.d.ts +1 -1
  24. package/breadcrumb/BreadcrumbDelimiter.d.ts +1 -1
  25. package/breadcrumb/BreadcrumbLink.d.ts +1 -1
  26. package/breadcrumb/BreadcrumbListItem.d.ts +1 -1
  27. package/breadcrumb/BreadcrumbOrderedList.d.ts +1 -1
  28. package/card/Avatar.d.ts +1 -1
  29. package/card/Card.d.ts +1 -1
  30. package/card/CardActions.d.ts +1 -1
  31. package/card/CardBody.d.ts +1 -1
  32. package/card/CardFooter.d.ts +1 -1
  33. package/card/CardHeader.d.ts +1 -1
  34. package/card/CardImage.d.ts +1 -1
  35. package/card/CardSubtitle.d.ts +1 -1
  36. package/card/CardTitle.d.ts +1 -1
  37. package/card/interfaces/AvatarProps.d.ts +1 -1
  38. package/card/interfaces/CardActionsProps.d.ts +1 -1
  39. package/card/interfaces/CardBodyProps.d.ts +1 -1
  40. package/card/interfaces/CardFooterProps.d.ts +1 -1
  41. package/card/interfaces/CardHandle.d.ts +1 -1
  42. package/card/interfaces/CardHeaderProps.d.ts +1 -1
  43. package/card/interfaces/CardImageProps.d.ts +1 -1
  44. package/card/interfaces/CardProps.d.ts +1 -1
  45. package/card/interfaces/CardSubtitleProps.d.ts +1 -1
  46. package/card/interfaces/CardTitleProps.d.ts +1 -1
  47. package/card/interfaces/Enums.d.ts +1 -1
  48. package/contextmenu/ContextMenu.d.ts +1 -1
  49. package/dist/cdn/js/kendo-react-layout.js +2 -2
  50. package/drawer/Drawer.d.ts +1 -1
  51. package/drawer/DrawerContent.d.ts +1 -1
  52. package/drawer/DrawerItem.d.ts +1 -1
  53. package/drawer/DrawerNavigation.d.ts +1 -1
  54. package/drawer/context/DrawerContext.d.ts +1 -1
  55. package/drawer/interfaces/DrawerAnimation.d.ts +1 -1
  56. package/drawer/interfaces/DrawerContentProps.d.ts +1 -1
  57. package/drawer/interfaces/DrawerItemHandle.d.ts +1 -1
  58. package/drawer/interfaces/DrawerItemProps.d.ts +1 -1
  59. package/drawer/interfaces/DrawerNavigationProps.d.ts +1 -1
  60. package/drawer/interfaces/DrawerProps.d.ts +1 -1
  61. package/drawer/interfaces/DrawerSelectEvent.d.ts +1 -1
  62. package/expansionpanel/ExpansionPanel.d.ts +1 -1
  63. package/expansionpanel/ExpansionPanelContent.d.ts +1 -1
  64. package/expansionpanel/index.d.ts +1 -1
  65. package/expansionpanel/interfaces.d.ts +1 -1
  66. package/gridlayout/GridLayout.d.ts +1 -1
  67. package/gridlayout/GridLayoutItem.d.ts +1 -1
  68. package/gridlayout/interfaces/GridLayoutColumnProps.d.ts +1 -1
  69. package/gridlayout/interfaces/GridLayoutItemProps.d.ts +1 -1
  70. package/gridlayout/interfaces/GridLayoutProps.d.ts +1 -1
  71. package/gridlayout/interfaces/GridLayoutRowProps.d.ts +1 -1
  72. package/index.d.mts +1 -1
  73. package/index.d.ts +1 -1
  74. package/index.js +2 -2
  75. package/index.mjs +99 -97
  76. package/menu/BaseMenuItemInternalProps.d.ts +1 -1
  77. package/menu/MenuProps.d.ts +1 -1
  78. package/menu/components/Menu.d.ts +1 -1
  79. package/menu/components/MenuItem.d.ts +1 -1
  80. package/menu/components/MenuItemArrow.d.ts +1 -1
  81. package/menu/components/MenuItemInternal.d.ts +1 -1
  82. package/menu/components/MenuItemLink.d.ts +1 -1
  83. package/menu/consts.d.ts +1 -1
  84. package/menu/events.d.ts +1 -1
  85. package/menu/models/BaseMenuItem.d.ts +1 -1
  86. package/menu/models/MenuItemModel.d.ts +1 -1
  87. package/menu/utils/DirectionHolder.d.ts +1 -1
  88. package/menu/utils/MouseOverHandler.d.ts +1 -1
  89. package/menu/utils/getNewItemIdUponKeyboardNavigation.d.ts +1 -1
  90. package/menu/utils/hoverDelay.d.ts +1 -1
  91. package/menu/utils/itemsIdsUtils.d.ts +1 -1
  92. package/menu/utils/misc.d.ts +1 -1
  93. package/menu/utils/prepareInputItemsForInternalWork.d.ts +1 -1
  94. package/package-metadata.d.ts +1 -1
  95. package/package.json +7 -7
  96. package/panelbar/PanelBar.d.ts +1 -1
  97. package/panelbar/PanelBarItem.d.ts +1 -1
  98. package/panelbar/interfaces/NavigationAction.d.ts +1 -1
  99. package/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +1 -1
  100. package/panelbar/interfaces/PanelBarItemProps.d.ts +1 -1
  101. package/panelbar/interfaces/PanelBarProps.d.ts +1 -1
  102. package/panelbar/interfaces/PanelBarSelectEventArguments.d.ts +1 -1
  103. package/panelbar/interfaces/RenderPanelBarItem.d.ts +1 -1
  104. package/panelbar/util.d.ts +1 -1
  105. package/splitter/Splitter.d.ts +1 -1
  106. package/splitter/SplitterBar.d.ts +1 -1
  107. package/splitter/SplitterPane.d.ts +1 -1
  108. package/splitter/messages/index.d.ts +1 -1
  109. package/stacklayout/StackLayout.d.ts +1 -1
  110. package/stacklayout/StackLayoutProps.d.ts +1 -1
  111. package/stepper/Step.d.ts +1 -1
  112. package/stepper/Stepper.d.ts +1 -1
  113. package/stepper/contants.d.ts +1 -1
  114. package/stepper/context/StepperContext.d.ts +1 -1
  115. package/stepper/interfaces/StepChangeEvent.d.ts +1 -1
  116. package/stepper/interfaces/StepFocusEvent.d.ts +1 -1
  117. package/stepper/interfaces/StepHandle.d.ts +1 -1
  118. package/stepper/interfaces/StepProps.d.ts +1 -1
  119. package/stepper/interfaces/StepperChangeEvent.d.ts +1 -1
  120. package/stepper/interfaces/StepperFocusEvent.d.ts +1 -1
  121. package/stepper/interfaces/StepperHandle.d.ts +1 -1
  122. package/stepper/interfaces/StepperProps.d.ts +1 -1
  123. package/stepper/messages/index.d.ts +1 -1
  124. package/tabstrip/TabStrip.d.ts +1 -1
  125. package/tabstrip/TabStripContent.d.ts +1 -1
  126. package/tabstrip/TabStripNavigation.d.ts +1 -1
  127. package/tabstrip/TabStripNavigationItem.d.ts +1 -1
  128. package/tabstrip/TabStripTab.d.ts +1 -1
  129. package/tilelayout/InternalTile.d.ts +1 -1
  130. package/tilelayout/ResizeHandlers.d.ts +1 -1
  131. package/tilelayout/TileLayout.d.ts +1 -1
  132. package/tilelayout/interfaces/index.d.ts +1 -1
  133. package/timeline/Timeline.d.ts +1 -1
  134. package/timeline/TimelineCard.d.ts +1 -1
  135. package/timeline/TimelineHorizontal.d.ts +1 -1
  136. package/timeline/TimelineVertical.d.ts +1 -1
  137. package/timeline/utils.d.ts +1 -1
package/LICENSE.md CHANGED
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**End User Lic
8
8
 
9
9
  All available KendoReact commercial licenses may be obtained at the [KendoReact website](https://www.telerik.com/kendo-react-ui/pricing).
10
10
 
11
- *Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
11
+ *Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
package/NOTICE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Progress KendoReact 2023
1
+ Progress KendoReact 2024
2
2
 
3
3
  Copyright © 2018-2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
4
4
 
package/README.md CHANGED
@@ -190,6 +190,6 @@ High-level component overview pages
190
190
  * [React TabStrip Component](https://www.telerik.com/kendo-react-ui/tabstrip)
191
191
  * [React TileLayout Component](https://www.telerik.com/kendo-react-ui/tilelayout)
192
192
 
193
- *Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
193
+ *Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
194
194
 
195
195
  *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SVGIcon } from '@progress/kendo-react-common';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BottomNavigationItemProps } from './BottomNavigationItemProps';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BottomNavigationHandle } from '../BottomNavigation';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/card/Avatar.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/card/Card.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { avatarType } from './Enums';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { cardActionsLayout, cardOrientation } from './Enums';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export interface CardBodyProps {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export interface CardFooterProps {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { CardProps } from './CardProps';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export interface CardHeaderProps {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export interface CardImageProps {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { cardType } from './Enums';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export interface CardSubtitleProps {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export interface CardTitleProps {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export declare enum avatarType {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';