forstok-ui-lib 6.3.2 → 6.3.3
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.d.ts +1 -1
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +12 -1
package/dist/index.d.ts
CHANGED
|
@@ -882,7 +882,7 @@ declare const FilterItem: styled_components_dist_types.IStyledComponentBase<"web
|
|
|
882
882
|
declare const FilterListTitle: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
883
883
|
declare const FilterButton: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
884
884
|
declare const IconDot: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
885
|
-
$mode?: "list" | "header";
|
|
885
|
+
$mode?: "list" | "header" | "chat";
|
|
886
886
|
}>> & string;
|
|
887
887
|
declare const SortByWrapper: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
888
888
|
declare const DetailWrapper: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
package/dist/index.js
CHANGED
|
@@ -2131,6 +2131,17 @@
|
|
|
2131
2131
|
transform: scale(1) translate(50%, -50%);
|
|
2132
2132
|
`}
|
|
2133
2133
|
`}
|
|
2134
|
+
${({$mode:e})=>"chat"===e&&t.css`
|
|
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
|
+
`}
|
|
2134
2145
|
`,St=o.default.section`
|
|
2135
2146
|
justify-self: end;
|
|
2136
2147
|
margin-top: 10px;
|