enwawa-ui 2.0.36 → 2.0.37

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # (Fri Sep 22 2023)
2
2
 
3
+ ## 2.0.36
4
+
5
+ ### Patch Changes
6
+
7
+ - 9a2605c: adding TmCustomTabsPage, OrTabsModuleLayout and OrDescriptions
8
+
3
9
  ## 2.0.35
4
10
 
5
11
  ### Patch Changes
package/lib/index.d.ts CHANGED
@@ -4729,6 +4729,10 @@ export interface OrDescriptionsProps extends DescriptionsProps {
4729
4729
  * Items to display
4730
4730
  */
4731
4731
  items: DescriptionsProps['items'];
4732
+ /**
4733
+ * Extra content to display
4734
+ */
4735
+ extra?: DescriptionsProps['extra'];
4732
4736
  }
4733
4737
  export const OrDescriptions: React.FC<OrDescriptionsProps>;
4734
4738
  export interface AtInputStatusProps {