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/dist/index.mjs
CHANGED
|
@@ -2117,6 +2117,17 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
|
|
|
2117
2117
|
text-align: center;
|
|
2118
2118
|
padding: 0px 4px;
|
|
2119
2119
|
border-radius: var(--ter-rd);
|
|
2120
|
+
${({$mode:e})=>"chat"===e&&y`
|
|
2121
|
+
position: absolute;
|
|
2122
|
+
z-index: 8;
|
|
2123
|
+
left: 18px;
|
|
2124
|
+
top: 0;
|
|
2125
|
+
padding: 0.2em 0.3em;
|
|
2126
|
+
font-weight: bold;
|
|
2127
|
+
font-size: 10px;
|
|
2128
|
+
min-width: 16px;
|
|
2129
|
+
height: 16px;
|
|
2130
|
+
`}
|
|
2120
2131
|
${({$mode:e})=>("list"===e||"header"===e)&&y`
|
|
2121
2132
|
position: absolute;
|
|
2122
2133
|
top: 0;
|
|
@@ -2131,17 +2142,6 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
|
|
|
2131
2142
|
transform: scale(1) translate(50%, -50%);
|
|
2132
2143
|
`}
|
|
2133
2144
|
`}
|
|
2134
|
-
${({$mode:e})=>"chat"===e&&y`
|
|
2135
|
-
position: absolute;
|
|
2136
|
-
z-index: 8;
|
|
2137
|
-
left: 18px;
|
|
2138
|
-
top: 0;
|
|
2139
|
-
padding: 0.2em 0.3em;
|
|
2140
|
-
font-weight: bold;
|
|
2141
|
-
font-size: 10px;
|
|
2142
|
-
min-width: 16px;
|
|
2143
|
-
height: 16px;
|
|
2144
|
-
`}
|
|
2145
2145
|
`,vn=x.section`
|
|
2146
2146
|
justify-self: end;
|
|
2147
2147
|
margin-top: 10px;
|