@bcgov-sso/common-react-components 1.28.1 → 1.28.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/cjs/index.js +6 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +6 -7
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -23315,19 +23315,18 @@ const Tab = TabPane;
|
|
|
23315
23315
|
|
|
23316
23316
|
const Wrapper = qe.div `
|
|
23317
23317
|
width: 100%;
|
|
23318
|
+
position: relative;
|
|
23318
23319
|
`;
|
|
23319
23320
|
const Icon$1 = qe.i `
|
|
23320
|
-
position:
|
|
23321
|
-
right:
|
|
23321
|
+
position: absolute;
|
|
23322
|
+
right: 0.5em;
|
|
23323
|
+
top: 0.5em;
|
|
23322
23324
|
color: grey;
|
|
23323
|
-
top: 0.18em;
|
|
23324
23325
|
`;
|
|
23325
23326
|
const Input = qe.input `
|
|
23327
|
+
width: 100%;
|
|
23326
23328
|
border: 2px solid #606060;
|
|
23327
|
-
padding
|
|
23328
|
-
padding-bottom: 0.4em;
|
|
23329
|
-
padding-left: 0.6em;
|
|
23330
|
-
padding-right: 2.3em;
|
|
23329
|
+
padding: 0.3em 0.5em;
|
|
23331
23330
|
border-radius: 0.25em;
|
|
23332
23331
|
`;
|
|
23333
23332
|
function SearchBar(props) {
|