@delightui/components 0.1.36 → 0.1.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/dist/index.d.ts CHANGED
@@ -1280,7 +1280,7 @@ interface TabContentProps {
1280
1280
  className?: string;
1281
1281
  }
1282
1282
 
1283
- declare const TabContent: (props: TabContentProps) => React__default.JSX.Element | null;
1283
+ declare const TabContent: (props: TabContentProps) => React__default.JSX.Element;
1284
1284
 
1285
1285
  type TabItemStyleEnum = 'Filled' | 'Underlined';
1286
1286
  type TabItemProps = Omit<ButtonProps, 'actionType' | 'appearance' | 'size' | 'style' | 'type'> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",