forstok-ui-lib 8.3.3 → 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.js +20 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -17
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +20 -17
package/dist/index.mjs
CHANGED
|
@@ -2608,6 +2608,11 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
|
|
|
2608
2608
|
grid-auto-flow: column;
|
|
2609
2609
|
grid-template-columns: 100px auto;
|
|
2610
2610
|
}
|
|
2611
|
+
&[data-disabled="true"]{
|
|
2612
|
+
color: rgb(169, 169, 169);
|
|
2613
|
+
opacity: 0.7;
|
|
2614
|
+
pointer-events: none;
|
|
2615
|
+
}
|
|
2611
2616
|
${({$mode:e})=>!e&&n`
|
|
2612
2617
|
padding: 8px .5em;
|
|
2613
2618
|
&:first-child {
|
|
@@ -2617,21 +2622,7 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
|
|
|
2617
2622
|
padding-bottom: 4px;
|
|
2618
2623
|
}
|
|
2619
2624
|
`}
|
|
2620
|
-
${({$mode:e})=>
|
|
2621
|
-
grid-auto-flow: column;
|
|
2622
|
-
grid-template-columns: 22px auto;
|
|
2623
|
-
min-height: 33px;
|
|
2624
|
-
align-items: center;
|
|
2625
|
-
grid-gap: 0;
|
|
2626
|
-
> label {
|
|
2627
|
-
cursor: pointer;
|
|
2628
|
-
text-transform: capitalize;
|
|
2629
|
-
}
|
|
2630
|
-
@media only screen and (min-width: 768px) {
|
|
2631
|
-
grid-template-columns: 22px auto;
|
|
2632
|
-
}
|
|
2633
|
-
`}
|
|
2634
|
-
${({$mode:e})=>"common"===e&&n`
|
|
2625
|
+
${({$mode:e})=>e&&n`
|
|
2635
2626
|
margin-bottom: 4px;
|
|
2636
2627
|
color: var(--pri-clr);
|
|
2637
2628
|
line-height: 20px;
|
|
@@ -2657,8 +2648,19 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
|
|
|
2657
2648
|
white-space: nowrap;
|
|
2658
2649
|
display: block;
|
|
2659
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
|
+
|
|
2660
2662
|
`}
|
|
2661
|
-
${({$mode:e,$isReply:t})=>
|
|
2663
|
+
${({$mode:e,$isReply:t})=>e&&t&&n`
|
|
2662
2664
|
padding-right: 1.825rem !important;
|
|
2663
2665
|
._refReplyIcon {
|
|
2664
2666
|
right: 12px;
|
|
@@ -2666,7 +2668,7 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
|
|
|
2666
2668
|
transform: translateY(-50%);
|
|
2667
2669
|
}
|
|
2668
2670
|
`}
|
|
2669
|
-
${({$mode:e,$isActive:t})=>
|
|
2671
|
+
${({$mode:e,$isActive:t})=>e&&t&&n`
|
|
2670
2672
|
background-color: var(--nav-clr-bg__hvr);
|
|
2671
2673
|
padding-right: 1.75em;
|
|
2672
2674
|
&, > label, > span {
|
|
@@ -2681,6 +2683,7 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
|
|
|
2681
2683
|
bottom: 0;
|
|
2682
2684
|
width: 12px;
|
|
2683
2685
|
height: 20px;
|
|
2686
|
+
z-index: -1;
|
|
2684
2687
|
}
|
|
2685
2688
|
._refReplyIcon {
|
|
2686
2689
|
right: 22px;
|