forstok-ui-lib 6.3.3 → 6.4.0
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 +11 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +11 -11
package/package.json
CHANGED
|
@@ -3749,6 +3749,17 @@ export const IconDot = styled.span<{ $mode?: 'list' | 'header' | 'chat' }>`
|
|
|
3749
3749
|
text-align: center;
|
|
3750
3750
|
padding: 0px 4px;
|
|
3751
3751
|
border-radius: var(--ter-rd);
|
|
3752
|
+
${({ $mode }) => $mode === 'chat' && css`
|
|
3753
|
+
position: absolute;
|
|
3754
|
+
z-index: 8;
|
|
3755
|
+
left: 18px;
|
|
3756
|
+
top: 0;
|
|
3757
|
+
padding: 0.2em 0.3em;
|
|
3758
|
+
font-weight: bold;
|
|
3759
|
+
font-size: 10px;
|
|
3760
|
+
min-width: 16px;
|
|
3761
|
+
height: 16px;
|
|
3762
|
+
`}
|
|
3752
3763
|
${({ $mode }) => ($mode === 'list' || $mode === 'header') && css`
|
|
3753
3764
|
position: absolute;
|
|
3754
3765
|
top: 0;
|
|
@@ -3763,17 +3774,6 @@ export const IconDot = styled.span<{ $mode?: 'list' | 'header' | 'chat' }>`
|
|
|
3763
3774
|
transform: scale(1) translate(50%, -50%);
|
|
3764
3775
|
`}
|
|
3765
3776
|
`}
|
|
3766
|
-
${({ $mode }) => $mode === 'chat' && css`
|
|
3767
|
-
position: absolute;
|
|
3768
|
-
z-index: 8;
|
|
3769
|
-
left: 18px;
|
|
3770
|
-
top: 0;
|
|
3771
|
-
padding: 0.2em 0.3em;
|
|
3772
|
-
font-weight: bold;
|
|
3773
|
-
font-size: 10px;
|
|
3774
|
-
min-width: 16px;
|
|
3775
|
-
height: 16px;
|
|
3776
|
-
`}
|
|
3777
3777
|
`
|
|
3778
3778
|
export const SortByWrapper = styled.section`
|
|
3779
3779
|
justify-self: end;
|