@carbon/ibm-products 2.32.0 → 2.34.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (178) hide show
  1. package/css/index-full-carbon.css +351 -3
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon.css +351 -3
  6. package/css/index-without-carbon.css.map +1 -1
  7. package/css/index-without-carbon.min.css +1 -1
  8. package/css/index-without-carbon.min.css.map +1 -1
  9. package/css/index.css +351 -3
  10. package/css/index.css.map +1 -1
  11. package/css/index.min.css +1 -1
  12. package/css/index.min.css.map +1 -1
  13. package/es/components/ActionBar/ActionBar.js +8 -1
  14. package/es/components/CreateSidePanel/CreateSidePanel.d.ts +81 -2
  15. package/es/components/CreateSidePanel/CreateSidePanel.js +5 -2
  16. package/es/components/CreateTearsheet/CreateTearsheetDivider.d.ts +12 -1
  17. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +1 -1
  18. package/es/components/DataSpreadsheet/DataSpreadsheet.js +39 -145
  19. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +60 -112
  20. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.d.ts +3 -1
  21. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +10 -3
  22. package/es/components/DataSpreadsheet/utils/commonEventHandlers.d.ts +4 -0
  23. package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +304 -0
  24. package/es/components/Datagrid/Datagrid/DatagridContent.js +2 -1
  25. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +4 -1
  26. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +3 -1
  27. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +4 -1
  28. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +6 -2
  29. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +1 -1
  30. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +4 -0
  31. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +2 -1
  32. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +4 -3
  33. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +5 -5
  34. package/es/components/Datagrid/useRowSize.js +4 -2
  35. package/es/components/DescriptionList/DescriptionList.d.ts +0 -37
  36. package/es/components/DescriptionList/DescriptionList.js +7 -12
  37. package/es/components/DescriptionList/DescriptionListBody.d.ts +2 -0
  38. package/es/components/DescriptionList/DescriptionListBody.js +39 -0
  39. package/es/components/DescriptionList/DescriptionListCell.d.ts +2 -0
  40. package/es/components/DescriptionList/DescriptionListCell.js +39 -0
  41. package/es/components/DescriptionList/DescriptionListRow.d.ts +2 -0
  42. package/es/components/DescriptionList/DescriptionListRow.js +41 -0
  43. package/es/components/DescriptionList/index.d.ts +4 -1
  44. package/es/components/EditSidePanel/EditSidePanel.d.ts +92 -2
  45. package/es/components/EditSidePanel/EditSidePanel.js +8 -10
  46. package/es/components/FilterPanel/FilterPanel.d.ts +5 -0
  47. package/es/components/FilterPanel/FilterPanel.js +55 -0
  48. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.d.ts +5 -0
  49. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +83 -0
  50. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.d.ts +5 -0
  51. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +94 -0
  52. package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.d.ts +5 -0
  53. package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +80 -0
  54. package/es/components/FilterPanel/FilterPanelCheckbox/index.d.ts +1 -0
  55. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.d.ts +10 -0
  56. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +157 -0
  57. package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.d.ts +5 -0
  58. package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +72 -0
  59. package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.d.ts +5 -0
  60. package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +63 -0
  61. package/es/components/FilterPanel/FilterPanelLabel/index.d.ts +1 -0
  62. package/es/components/FilterPanel/index.d.ts +7 -0
  63. package/es/components/OptionsTile/OptionsTile.d.ts +77 -3
  64. package/es/components/OptionsTile/OptionsTile.js +9 -20
  65. package/es/components/RemoveModal/RemoveModal.d.ts +81 -7
  66. package/es/components/RemoveModal/RemoveModal.js +1 -0
  67. package/es/components/ScrollGradient/ScrollGradient.d.ts +5 -0
  68. package/es/components/ScrollGradient/ScrollGradient.js +156 -0
  69. package/es/components/ScrollGradient/constants.d.ts +15 -0
  70. package/es/components/ScrollGradient/constants.js +121 -0
  71. package/es/components/ScrollGradient/index.d.ts +1 -0
  72. package/es/components/SidePanel/SidePanel.d.ts +144 -2
  73. package/es/components/SidePanel/SidePanel.js +88 -112
  74. package/es/components/StatusIcon/StatusIcon.d.ts +34 -2
  75. package/es/components/StatusIcon/StatusIcon.js +97 -95
  76. package/es/components/Tearsheet/TearsheetShell.js +9 -1
  77. package/es/components/Toolbar/ToolbarGroup.d.ts +17 -2
  78. package/es/components/Toolbar/ToolbarGroup.js +0 -1
  79. package/es/components/TruncatedList/TruncatedList.js +5 -3
  80. package/es/components/UserAvatar/UserAvatar.js +3 -2
  81. package/es/components/index.d.ts +4 -1
  82. package/es/global/js/hooks/useFocus.js +9 -2
  83. package/es/global/js/package-settings.d.ts +12 -0
  84. package/es/global/js/package-settings.js +12 -0
  85. package/es/index.js +12 -0
  86. package/es/settings.d.ts +12 -0
  87. package/lib/components/ActionBar/ActionBar.js +11 -6
  88. package/lib/components/CreateSidePanel/CreateSidePanel.d.ts +81 -2
  89. package/lib/components/CreateSidePanel/CreateSidePanel.js +5 -2
  90. package/lib/components/CreateTearsheet/CreateTearsheetDivider.d.ts +12 -1
  91. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +1 -1
  92. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +39 -145
  93. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +60 -112
  94. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.d.ts +3 -1
  95. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +9 -2
  96. package/lib/components/DataSpreadsheet/utils/commonEventHandlers.d.ts +4 -0
  97. package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +311 -0
  98. package/lib/components/Datagrid/Datagrid/DatagridContent.js +2 -1
  99. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +4 -1
  100. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +3 -1
  101. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +4 -1
  102. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +5 -1
  103. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +1 -1
  104. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +4 -0
  105. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +2 -1
  106. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +4 -3
  107. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +5 -5
  108. package/lib/components/Datagrid/useRowSize.js +4 -2
  109. package/lib/components/DescriptionList/DescriptionList.d.ts +0 -37
  110. package/lib/components/DescriptionList/DescriptionList.js +6 -11
  111. package/lib/components/DescriptionList/DescriptionListBody.d.ts +2 -0
  112. package/lib/components/DescriptionList/DescriptionListBody.js +46 -0
  113. package/lib/components/DescriptionList/DescriptionListCell.d.ts +2 -0
  114. package/lib/components/DescriptionList/DescriptionListCell.js +46 -0
  115. package/lib/components/DescriptionList/DescriptionListRow.d.ts +2 -0
  116. package/lib/components/DescriptionList/DescriptionListRow.js +48 -0
  117. package/lib/components/DescriptionList/index.d.ts +4 -1
  118. package/lib/components/EditSidePanel/EditSidePanel.d.ts +92 -2
  119. package/lib/components/EditSidePanel/EditSidePanel.js +8 -10
  120. package/lib/components/FilterPanel/FilterPanel.d.ts +5 -0
  121. package/lib/components/FilterPanel/FilterPanel.js +62 -0
  122. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.d.ts +5 -0
  123. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +90 -0
  124. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.d.ts +5 -0
  125. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +101 -0
  126. package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.d.ts +5 -0
  127. package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +87 -0
  128. package/lib/components/FilterPanel/FilterPanelCheckbox/index.d.ts +1 -0
  129. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.d.ts +10 -0
  130. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +164 -0
  131. package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.d.ts +5 -0
  132. package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +79 -0
  133. package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.d.ts +5 -0
  134. package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +70 -0
  135. package/lib/components/FilterPanel/FilterPanelLabel/index.d.ts +1 -0
  136. package/lib/components/FilterPanel/index.d.ts +7 -0
  137. package/lib/components/OptionsTile/OptionsTile.d.ts +77 -3
  138. package/lib/components/OptionsTile/OptionsTile.js +9 -20
  139. package/lib/components/RemoveModal/RemoveModal.d.ts +81 -7
  140. package/lib/components/RemoveModal/RemoveModal.js +1 -0
  141. package/lib/components/ScrollGradient/ScrollGradient.d.ts +5 -0
  142. package/lib/components/ScrollGradient/ScrollGradient.js +163 -0
  143. package/lib/components/ScrollGradient/constants.d.ts +15 -0
  144. package/lib/components/ScrollGradient/constants.js +128 -0
  145. package/lib/components/ScrollGradient/index.d.ts +1 -0
  146. package/lib/components/SidePanel/SidePanel.d.ts +144 -2
  147. package/lib/components/SidePanel/SidePanel.js +88 -112
  148. package/lib/components/StatusIcon/StatusIcon.d.ts +34 -2
  149. package/lib/components/StatusIcon/StatusIcon.js +97 -95
  150. package/lib/components/Tearsheet/TearsheetShell.js +9 -1
  151. package/lib/components/Toolbar/ToolbarGroup.d.ts +17 -2
  152. package/lib/components/Toolbar/ToolbarGroup.js +0 -1
  153. package/lib/components/TruncatedList/TruncatedList.js +5 -3
  154. package/lib/components/UserAvatar/UserAvatar.js +3 -2
  155. package/lib/components/index.d.ts +4 -1
  156. package/lib/global/js/hooks/useFocus.js +9 -2
  157. package/lib/global/js/package-settings.d.ts +12 -0
  158. package/lib/global/js/package-settings.js +12 -0
  159. package/lib/index.js +60 -0
  160. package/lib/settings.d.ts +12 -0
  161. package/package.json +3 -3
  162. package/scss/components/FilterPanel/_carbon-imports.scss +9 -0
  163. package/scss/components/FilterPanel/_filter-panel-accordion-item.scss +56 -0
  164. package/scss/components/FilterPanel/_filter-panel-accordion.scss +6 -0
  165. package/scss/components/FilterPanel/_filter-panel-checkbox-with-overflow.scss +62 -0
  166. package/scss/components/FilterPanel/_filter-panel-checkbox.scss +54 -0
  167. package/scss/components/FilterPanel/_filter-panel-group.scss +39 -0
  168. package/scss/components/FilterPanel/_filter-panel-label.scss +39 -0
  169. package/scss/components/FilterPanel/_filter-panel.scss +31 -0
  170. package/scss/components/FilterPanel/_index-with-carbon.scss +15 -0
  171. package/scss/components/FilterPanel/_index.scss +14 -0
  172. package/scss/components/ScrollGradient/_carbon-imports.scss +9 -0
  173. package/scss/components/ScrollGradient/_index-with-carbon.scss +9 -0
  174. package/scss/components/ScrollGradient/_index.scss +8 -0
  175. package/scss/components/ScrollGradient/_scroll-gradient.scss +102 -0
  176. package/scss/components/UserAvatar/_user-avatar.scss +37 -4
  177. package/scss/components/_index-with-carbon.scss +2 -0
  178. package/scss/components/_index.scss +2 -0
@@ -42546,12 +42546,124 @@ a.cds--side-nav__link--current::before {
42546
42546
  outline: 2px solid var(--cds-focus, #0f62fe);
42547
42547
  }
42548
42548
 
42549
- .c4p--user-avatar--light-cyan {
42549
+ .cds--g10 .c4p--user-avatar--order-1-cyan,
42550
+ .cds--white .c4p--user-avatar--order-1-cyan {
42551
+ background-color: #0072c3;
42552
+ }
42553
+
42554
+ .cds--g10 .c4p--user-avatar--order-2-gray,
42555
+ .cds--white .c4p--user-avatar--order-2-gray {
42556
+ background-color: #6f6f6f;
42557
+ }
42558
+
42559
+ .cds--g10 .c4p--user-avatar--order-3-green,
42560
+ .cds--white .c4p--user-avatar--order-3-green {
42561
+ background-color: #198038;
42562
+ }
42563
+
42564
+ .cds--g10 .c4p--user-avatar--order-4-magenta,
42565
+ .cds--white .c4p--user-avatar--order-4-magenta {
42566
+ background-color: #d02670;
42567
+ }
42568
+
42569
+ .cds--g10 .c4p--user-avatar--order-5-purple,
42570
+ .cds--white .c4p--user-avatar--order-5-purple {
42571
+ background-color: #8a3ffc;
42572
+ }
42573
+
42574
+ .cds--g10 .c4p--user-avatar--order-6-teal,
42575
+ .cds--white .c4p--user-avatar--order-6-teal {
42576
+ background-color: #007d79;
42577
+ }
42578
+
42579
+ .cds--g10 .c4p--user-avatar--order-7-cyan,
42580
+ .cds--white .c4p--user-avatar--order-7-cyan {
42581
+ background-color: #003a6d;
42582
+ }
42583
+
42584
+ .cds--g10 .c4p--user-avatar--order-8-gray,
42585
+ .cds--white .c4p--user-avatar--order-8-gray {
42586
+ background-color: #393939;
42587
+ }
42588
+
42589
+ .cds--g10 .c4p--user-avatar--order-9-green,
42590
+ .cds--white .c4p--user-avatar--order-9-green {
42591
+ background-color: #044317;
42592
+ }
42593
+
42594
+ .cds--g10 .c4p--user-avatar--order-10-magenta,
42595
+ .cds--white .c4p--user-avatar--order-10-magenta {
42596
+ background-color: #740937;
42597
+ }
42598
+
42599
+ .cds--g10 .c4p--user-avatar--order-11-purple,
42600
+ .cds--white .c4p--user-avatar--order-11-purple {
42601
+ background-color: #491d8b;
42602
+ }
42603
+
42604
+ .cds--g10 .c4p--user-avatar--order-12-teal,
42605
+ .cds--white .c4p--user-avatar--order-12-teal {
42606
+ background-color: #004144;
42607
+ }
42608
+
42609
+ .cds--g90 .c4p--user-avatar--order-1-cyan,
42610
+ .cds--g100 .c4p--user-avatar--order-1-cyan {
42550
42611
  background-color: #1192e8;
42551
42612
  }
42552
42613
 
42553
- .c4p--user-avatar--dark-cyan {
42554
- background-color: #0072c3;
42614
+ .cds--g90 .c4p--user-avatar--order-2-gray,
42615
+ .cds--g100 .c4p--user-avatar--order-2-gray {
42616
+ background-color: #8d8d8d;
42617
+ }
42618
+
42619
+ .cds--g90 .c4p--user-avatar--order-3-green,
42620
+ .cds--g100 .c4p--user-avatar--order-3-green {
42621
+ background-color: #24a148;
42622
+ }
42623
+
42624
+ .cds--g90 .c4p--user-avatar--order-4-magenta,
42625
+ .cds--g100 .c4p--user-avatar--order-4-magenta {
42626
+ background-color: #ee5396;
42627
+ }
42628
+
42629
+ .cds--g90 .c4p--user-avatar--order-5-purple,
42630
+ .cds--g100 .c4p--user-avatar--order-5-purple {
42631
+ background-color: #a56eff;
42632
+ }
42633
+
42634
+ .cds--g90 .c4p--user-avatar--order-6-teal,
42635
+ .cds--g100 .c4p--user-avatar--order-6-teal {
42636
+ background-color: #009d9a;
42637
+ }
42638
+
42639
+ .cds--g90 .c4p--user-avatar--order-7-cyan,
42640
+ .cds--g100 .c4p--user-avatar--order-7-cyan {
42641
+ background-color: #82cfff;
42642
+ }
42643
+
42644
+ .cds--g90 .c4p--user-avatar--order-8-gray,
42645
+ .cds--g100 .c4p--user-avatar--order-8-gray {
42646
+ background-color: #c6c6c6;
42647
+ }
42648
+
42649
+ .cds--g90 .c4p--user-avatar--order-9-green,
42650
+ .cds--g100 .c4p--user-avatar--order-9-green {
42651
+ background-color: #6fdc8c;
42652
+ }
42653
+
42654
+ .cds--g90 .c4p--user-avatar--order-10-magenta,
42655
+ .cds--g100 .c4p--user-avatar--order-10-magenta {
42656
+ background-color: #ffafd2;
42657
+ }
42658
+
42659
+ .cds--g90 .c4p--user-avatar--order-11-purple,
42660
+ .cds--g100 .c4p--user-avatar--order-11-purple {
42661
+ background-color: #d4bbff;
42662
+ }
42663
+
42664
+ .cds--g90 .c4p--user-avatar--order-12-teal,
42665
+ .cds--g100 .c4p--user-avatar--order-12-teal {
42666
+ background-color: #3ddbd9;
42555
42667
  }
42556
42668
 
42557
42669
  .c4p--user-avatar--xl {
@@ -42627,6 +42739,80 @@ a.cds--side-nav__link--current::before {
42627
42739
  height: 1.5rem;
42628
42740
  }
42629
42741
 
42742
+ .c4p--scroll-gradient {
42743
+ position: relative;
42744
+ display: flex;
42745
+ width: inherit;
42746
+ height: inherit;
42747
+ align-items: stretch;
42748
+ justify-content: stretch;
42749
+ }
42750
+
42751
+ .c4p--scroll-gradient__content {
42752
+ overflow: auto;
42753
+ width: 100%;
42754
+ height: inherit;
42755
+ }
42756
+
42757
+ .c4p--scroll-gradient__content-children {
42758
+ width: 100%;
42759
+ height: 100%;
42760
+ }
42761
+
42762
+ .c4p--scroll-gradient__start-vertical,
42763
+ .c4p--scroll-gradient__start-horizontal,
42764
+ .c4p--scroll-gradient__end-vertical,
42765
+ .c4p--scroll-gradient__end-horizontal {
42766
+ position: absolute;
42767
+ z-index: 1;
42768
+ display: none;
42769
+ pointer-events: none;
42770
+ }
42771
+
42772
+ .c4p--scroll-gradient--y-scrollable .c4p--scroll-gradient__start-vertical {
42773
+ top: 0;
42774
+ left: 0;
42775
+ height: 3rem;
42776
+ }
42777
+
42778
+ .c4p--scroll-gradient--y-scrollable .c4p--scroll-gradient__end-vertical {
42779
+ bottom: 0;
42780
+ left: 0;
42781
+ height: 3rem;
42782
+ }
42783
+
42784
+ .c4p--scroll-gradient--x-scrollable .c4p--scroll-gradient__start-horizontal {
42785
+ top: 0;
42786
+ left: 0;
42787
+ width: 3rem;
42788
+ }
42789
+
42790
+ .c4p--scroll-gradient--x-scrollable .c4p--scroll-gradient__end-horizontal {
42791
+ top: 0;
42792
+ right: 0;
42793
+ width: 3rem;
42794
+ }
42795
+
42796
+ .c4p--scroll-gradient--y-started.c4p--scroll-gradient--y-scrollable .c4p--scroll-gradient__start-vertical,
42797
+ .c4p--scroll-gradient--y-end.c4p--scroll-gradient--y-scrollable .c4p--scroll-gradient__start-vertical {
42798
+ display: block;
42799
+ }
42800
+
42801
+ .c4p--scroll-gradient--y-initial.c4p--scroll-gradient--y-scrollable .c4p--scroll-gradient__end-vertical,
42802
+ .c4p--scroll-gradient--y-started.c4p--scroll-gradient--y-scrollable .c4p--scroll-gradient__end-vertical {
42803
+ display: block;
42804
+ }
42805
+
42806
+ .c4p--scroll-gradient--x-started.c4p--scroll-gradient--x-scrollable .c4p--scroll-gradient__start-horizontal,
42807
+ .c4p--scroll-gradient--x-end.c4p--scroll-gradient--x-scrollable .c4p--scroll-gradient__start-horizontal {
42808
+ display: block;
42809
+ }
42810
+
42811
+ .c4p--scroll-gradient--x-initial.c4p--scroll-gradient--x-scrollable .c4p--scroll-gradient__end-horizontal,
42812
+ .c4p--scroll-gradient--x-started.c4p--scroll-gradient--x-scrollable .c4p--scroll-gradient__end-horizontal {
42813
+ display: block;
42814
+ }
42815
+
42630
42816
  /* stylelint-disable carbon/layout-token-use */
42631
42817
  /* stylelint-disable function-no-unknown */
42632
42818
  .c4p--status-indicator__title {
@@ -42703,4 +42889,166 @@ a.cds--side-nav__link--current::before {
42703
42889
  color: var(--cds-text-error, #da1e28);
42704
42890
  }
42705
42891
 
42892
+ /* stylelint-disable max-nesting-depth */
42893
+ .c4p--filter-panel__title {
42894
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
42895
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
42896
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
42897
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
42898
+ margin-top: 0.75rem;
42899
+ margin-bottom: 0.75rem;
42900
+ }
42901
+
42902
+ /* stylelint-disable function-no-unknown */
42903
+ /* stylelint-disable max-nesting-depth */
42904
+ html .c4p--filter-panel-accordion-item {
42905
+ border-block-start: 0;
42906
+ }
42907
+
42908
+ html .c4p--filter-panel-accordion-item:last-child {
42909
+ border-block-end: 0;
42910
+ }
42911
+
42912
+ html .c4p--filter-panel-accordion-item .cds--accordion__wrapper {
42913
+ padding-block: 0;
42914
+ }
42915
+
42916
+ html .c4p--filter-panel-accordion-item .cds--accordion__heading {
42917
+ min-block-size: 2rem;
42918
+ padding-inline-end: 0;
42919
+ }
42920
+
42921
+ html .c4p--filter-panel-accordion-item .cds--accordion__title {
42922
+ width: 100%;
42923
+ max-width: calc(100% - 2rem);
42924
+ margin-inline-end: 0;
42925
+ }
42926
+
42927
+ html .c4p--filter-panel-accordion-item .cds--accordion__content {
42928
+ padding-inline-end: 0;
42929
+ }
42930
+
42931
+ .c4p--filter-panel-accordion-item .c4p--filter-panel-label__text {
42932
+ font-size: var(--cds-body-01-font-size, 0.875rem);
42933
+ font-weight: var(--cds-body-01-font-weight, 400);
42934
+ line-height: var(--cds-body-01-line-height, 1.42857);
42935
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
42936
+ }
42937
+
42938
+ .c4p--filter-panel-accordion-item .c4p--filter-panel-label__count {
42939
+ font-size: var(--cds-label-01-font-size, 0.75rem);
42940
+ font-weight: var(--cds-label-01-font-weight, 400);
42941
+ line-height: var(--cds-label-01-line-height, 1.33333);
42942
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
42943
+ }
42944
+
42945
+ /* stylelint-disable max-nesting-depth */
42946
+ .c4p--filter-panel-checkbox.cds--form-item.cds--checkbox-wrapper,
42947
+ .c4p--filter-panel-checkbox.cds--form-item.cds--checkbox-wrapper:last-of-type {
42948
+ margin-block-end: 0;
42949
+ }
42950
+
42951
+ .c4p--filter-panel-checkbox .c4p--filter-panel-label__count::before {
42952
+ content: "(";
42953
+ }
42954
+
42955
+ .c4p--filter-panel-checkbox .c4p--filter-panel-label__count::after {
42956
+ content: ")";
42957
+ }
42958
+
42959
+ .c4p--filter-panel-checkbox .cds--checkbox-label,
42960
+ .c4p--filter-panel-checkbox .cds--checkbox-label-text {
42961
+ width: 100%;
42962
+ height: 1.5rem;
42963
+ }
42964
+
42965
+ .c4p--filter-panel-checkbox .c4p--filter-panel-label__text {
42966
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
42967
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
42968
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
42969
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
42970
+ }
42971
+
42972
+ .c4p--filter-panel-checkbox .c4p--filter-panel-label__count {
42973
+ font-size: var(--cds-label-01-font-size, 0.75rem);
42974
+ font-weight: var(--cds-label-01-font-weight, 400);
42975
+ line-height: var(--cds-label-01-line-height, 1.33333);
42976
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
42977
+ }
42978
+
42979
+ /* stylelint-disable function-no-unknown */
42980
+ /* stylelint-disable max-nesting-depth */
42981
+ .c4p--filter-panel-checkbox-with-overflow {
42982
+ position: relative;
42983
+ }
42984
+
42985
+ .c4p--filter-panel-checkbox-with-overflow--open,
42986
+ .c4p--filter-panel-checkbox-with-overflow:hover,
42987
+ .c4p--filter-panel-checkbox-with-overflow:focus-within {
42988
+ background-color: var(--cds-field);
42989
+ }
42990
+
42991
+ .c4p--filter-panel-checkbox-with-overflow .cds--overflow-menu__wrapper {
42992
+ position: absolute;
42993
+ top: 0;
42994
+ right: 0;
42995
+ }
42996
+
42997
+ .c4p--filter-panel-checkbox-with-overflow .c4p--filter-panel-checkbox-with-overflow__overflow-button {
42998
+ width: 1.5rem;
42999
+ background-color: var(--cds-layer);
43000
+ block-size: 1.5rem;
43001
+ min-block-size: 1.5rem;
43002
+ }
43003
+
43004
+ .c4p--filter-panel-checkbox-with-overflow__overflow-options .cds--overflow-menu-options__option {
43005
+ height: 1.5rem;
43006
+ }
43007
+
43008
+ .c4p--filter-panel-checkbox-with-overflow__overflow-options .cds--overflow-menu-options__btn {
43009
+ max-width: none;
43010
+ justify-content: flex-end;
43011
+ }
43012
+
43013
+ .c4p--filter-panel-checkbox-with-overflow__overflow-options.cds--overflow-menu-options[data-floating-menu-direction=bottom]:not(.cds--breadcrumb-menu-options)::after {
43014
+ inline-size: 1.5rem;
43015
+ }
43016
+
43017
+ /* stylelint-disable function-no-unknown */
43018
+ /* stylelint-disable max-nesting-depth */
43019
+ .c4p--filter-panel-group {
43020
+ padding-top: 0.75rem;
43021
+ border-top: 0.0625rem solid var(--cds-border-subtle);
43022
+ margin-top: 0.75rem;
43023
+ margin-bottom: 0.75rem;
43024
+ }
43025
+
43026
+ .c4p--filter-panel-group__title {
43027
+ font-size: var(--cds-label-01-font-size, 0.75rem);
43028
+ font-weight: var(--cds-label-01-font-weight, 400);
43029
+ line-height: var(--cds-label-01-line-height, 1.33333);
43030
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
43031
+ font-weight: 600;
43032
+ margin-top: 0;
43033
+ margin-bottom: 0.75rem;
43034
+ }
43035
+
43036
+ /* stylelint-disable max-nesting-depth */
43037
+ .c4p--filter-panel-label {
43038
+ display: flex;
43039
+ align-items: center;
43040
+ }
43041
+
43042
+ .c4p--filter-panel-label__text {
43043
+ overflow: hidden;
43044
+ flex: 1 1;
43045
+ text-overflow: ellipsis;
43046
+ white-space: nowrap;
43047
+ }
43048
+
43049
+ .c4p--filter-panel-label__count {
43050
+ margin-left: 0.75rem;
43051
+ color: var(--cds-text-secondary, #525252);
43052
+ }
43053
+
42706
43054
  /*# sourceMappingURL=index-full-carbon.css.map */