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 CHANGED
@@ -1923,8 +1923,8 @@ ${({customInputColorStyle:e})=>e}
1923
1923
 
1924
1924
  `,$o=s.span`
1925
1925
 
1926
- margin-right: ${({labelPosition:e})=>"30px"};
1927
- z-index:10000;
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
- margin-right: ${({labelPosition:e})=>"30px"};
1927
- z-index:10000;
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
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "groundfloor-react-ui",
3
3
  "description": "Official component library for Ground Floor",
4
- "version": "1.2.18",
4
+ "version": "1.2.19",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
7
7
  "private": false,