forstok-ui-lib 8.3.4 → 8.3.5

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.mjs CHANGED
@@ -2622,21 +2622,7 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
2622
2622
  padding-bottom: 4px;
2623
2623
  }
2624
2624
  `}
2625
- ${({$mode:e})=>"categories"===e&&n`
2626
- grid-auto-flow: column;
2627
- grid-template-columns: 22px auto;
2628
- min-height: 33px;
2629
- align-items: center;
2630
- grid-gap: 0;
2631
- > label {
2632
- cursor: pointer;
2633
- text-transform: capitalize;
2634
- }
2635
- @media only screen and (min-width: 768px) {
2636
- grid-template-columns: 22px auto;
2637
- }
2638
- `}
2639
- ${({$mode:e})=>"common"===e&&n`
2625
+ ${({$mode:e})=>e&&n`
2640
2626
  margin-bottom: 4px;
2641
2627
  color: var(--pri-clr);
2642
2628
  line-height: 20px;
@@ -2662,8 +2648,19 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
2662
2648
  white-space: nowrap;
2663
2649
  display: block;
2664
2650
  }
2651
+ ${"categories"===e&&n`
2652
+ padding: 0 !important;
2653
+ > label {
2654
+ &:last-child {
2655
+ padding: .5rem 1.5rem .5rem .75rem;
2656
+ }
2657
+ }
2658
+ `}
2659
+ `}
2660
+ ${({$mode:e})=>"categories"===e&&n`
2661
+
2665
2662
  `}
2666
- ${({$mode:e,$isReply:t})=>"common"===e&&t&&n`
2663
+ ${({$mode:e,$isReply:t})=>e&&t&&n`
2667
2664
  padding-right: 1.825rem !important;
2668
2665
  ._refReplyIcon {
2669
2666
  right: 12px;
@@ -2671,7 +2668,7 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
2671
2668
  transform: translateY(-50%);
2672
2669
  }
2673
2670
  `}
2674
- ${({$mode:e,$isActive:t})=>"common"===e&&t&&n`
2671
+ ${({$mode:e,$isActive:t})=>e&&t&&n`
2675
2672
  background-color: var(--nav-clr-bg__hvr);
2676
2673
  padding-right: 1.75em;
2677
2674
  &, > label, > span {
@@ -2686,6 +2683,7 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
2686
2683
  bottom: 0;
2687
2684
  width: 12px;
2688
2685
  height: 20px;
2686
+ z-index: -1;
2689
2687
  }
2690
2688
  ._refReplyIcon {
2691
2689
  right: 22px;