@delightui/components 0.1.35 → 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.
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { TabContentProps } from './TabContent.types';
3
- declare const TabContent: (props: TabContentProps) => React.JSX.Element | null;
3
+ declare const TabContent: (props: TabContentProps) => React.JSX.Element;
4
4
  export default TabContent;
@@ -443,7 +443,7 @@
443
443
  line-height: var(--text-area-placeholder-line-height);
444
444
  color: var(--text-area-placeholder-color);
445
445
  }
446
- .ListItem-module_button__yiYWw {
446
+ .ListItem-module_listItem__jYwlh {
447
447
  display: flex;
448
448
  align-items: center;
449
449
  justify-content: center;
@@ -481,18 +481,18 @@
481
481
  line-height: var(--list-item-line-height);
482
482
  color: var(--list-item-color);
483
483
  }
484
- .ListItem-module_button__yiYWw .ListItem-module_content__I-1o- {
484
+ .ListItem-module_listItem__jYwlh .ListItem-module_content__I-1o- {
485
485
  flex: 1;
486
486
  display: flex;
487
487
  justify-content: center;
488
488
  justify-content: var(--list-item-content-justify-content, center);
489
489
  }
490
- .ListItem-module_button__yiYWw .ListItem-module_content__I-1o- > *,
491
- .ListItem-module_button__yiYWw .ListItem-module_leadingIcon__BvSjG > *,
492
- .ListItem-module_button__yiYWw .ListItem-module_trailingIcon__qgDgt > * {
490
+ .ListItem-module_listItem__jYwlh .ListItem-module_content__I-1o- > *,
491
+ .ListItem-module_listItem__jYwlh .ListItem-module_leadingIcon__BvSjG > *,
492
+ .ListItem-module_listItem__jYwlh .ListItem-module_trailingIcon__qgDgt > * {
493
493
  color: var(--list-item-color);
494
494
  }
495
- .ListItem-module_button__yiYWw:disabled {
495
+ .ListItem-module_listItem__jYwlh:disabled {
496
496
  cursor: not-allowed;
497
497
  }
498
498
  ul.ButtonGroup-module_buttonGroup__s1X98 {
@@ -2379,6 +2379,7 @@ span.flatpickr-weekday {
2379
2379
  .Tabs-module_tabs__hOFg9 .Tabs-module_tabsContent__oGaMl > * {
2380
2380
  width: 100%;
2381
2381
  height: 100%;
2382
+ overflow: auto;
2382
2383
  }
2383
2384
  .List-module_list__x-xx5 {
2384
2385
  display: flex;