forstok-ui-lib 5.11.0 → 5.11.1
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 +3 -1
- package/dist/index.js +21 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +21 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +25 -14
package/dist/index.d.ts
CHANGED
|
@@ -792,7 +792,9 @@ declare const PanelBody: styled_components_dist_types.IStyledComponentBase<"web"
|
|
|
792
792
|
declare const MultiPanelContainer: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
793
793
|
declare const LeftPanelContainer: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
794
794
|
declare const RightPanelContainer: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
795
|
-
declare const SearchFormWrapper: styled_components_dist_types.IStyledComponentBase<"web",
|
|
795
|
+
declare const SearchFormWrapper: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
796
|
+
$mode?: string;
|
|
797
|
+
}>> & string;
|
|
796
798
|
declare const TableHeadLabel: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
797
799
|
declare const TableHeadWrapper: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
798
800
|
$mode?: string;
|
package/dist/index.js
CHANGED
|
@@ -1226,7 +1226,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
1226
1226
|
i {
|
|
1227
1227
|
position: absolute;
|
|
1228
1228
|
left: 12px;
|
|
1229
|
-
top:
|
|
1229
|
+
top: 6px;
|
|
1230
1230
|
pointer-events: none;
|
|
1231
1231
|
z-index: 1;
|
|
1232
1232
|
&:last-child {
|
|
@@ -1239,19 +1239,26 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
1239
1239
|
right: 12px;
|
|
1240
1240
|
top: 6px;
|
|
1241
1241
|
}
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1242
|
+
${({$mode:e})=>{if("pos"===e)return t.css`
|
|
1243
|
+
i {
|
|
1244
|
+
top: 7px;
|
|
1245
|
+
}
|
|
1246
|
+
> input {
|
|
1247
|
+
width: calc(100vw - 100px);
|
|
1248
|
+
height: 32px;
|
|
1249
|
+
}
|
|
1250
|
+
@media only screen and (min-width: 768px) {
|
|
1251
|
+
i {
|
|
1252
|
+
top: 11px;
|
|
1253
|
+
}
|
|
1254
|
+
> input {
|
|
1255
|
+
width: 300px;
|
|
1256
|
+
height: 40px;
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
`}}
|
|
1260
|
+
|
|
1261
|
+
|
|
1255
1262
|
`,ny=o.default.span`
|
|
1256
1263
|
color: var(--mt-clr);
|
|
1257
1264
|
position: relative;
|