forstok-ui-lib 6.2.1 → 6.2.2
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 +3 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +4 -12
package/dist/index.mjs
CHANGED
|
@@ -940,13 +940,9 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
|
|
|
940
940
|
&.is-loading {
|
|
941
941
|
height: 0 !important;
|
|
942
942
|
}
|
|
943
|
-
${({$mode:e})=>
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
> div:last-child {
|
|
947
|
-
margin-bottom: 4px;
|
|
948
|
-
}
|
|
949
|
-
`}}
|
|
943
|
+
${({$mode:e})=>"nav"===e&&y`
|
|
944
|
+
display: block;
|
|
945
|
+
`}
|
|
950
946
|
`,$t=x.div`
|
|
951
947
|
margin: 10px auto;
|
|
952
948
|
display: inline-grid;
|