groundfloor-react-ui 1.2.18 → 1.2.19
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.es.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1923,8 +1923,8 @@ ${({customInputColorStyle:e})=>e}
|
|
|
1923
1923
|
|
|
1924
1924
|
`,$o=s.span`
|
|
1925
1925
|
|
|
1926
|
-
|
|
1927
|
-
|
|
1926
|
+
margin-right: ${({labelPosition:e})=>"30px"};
|
|
1927
|
+
|
|
1928
1928
|
//Set the styles from the default styles object
|
|
1929
1929
|
${({inBuiltCss:e,defaultOptionTextStyle:t})=>W(e,t)}
|
|
1930
1930
|
|
package/dist/index.js
CHANGED
|
@@ -1923,8 +1923,8 @@ ${({customInputColorStyle:e})=>e}
|
|
|
1923
1923
|
|
|
1924
1924
|
`,Kl=m.default.span`
|
|
1925
1925
|
|
|
1926
|
-
|
|
1927
|
-
|
|
1926
|
+
margin-right: ${({labelPosition:e})=>"30px"};
|
|
1927
|
+
|
|
1928
1928
|
//Set the styles from the default styles object
|
|
1929
1929
|
${({inBuiltCss:e,defaultOptionTextStyle:t})=>B(e,t)}
|
|
1930
1930
|
|