@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/cjs/index.js
CHANGED
|
@@ -23342,19 +23342,18 @@ const Tab = TabPane;
|
|
|
23342
23342
|
|
|
23343
23343
|
const Wrapper = qe.div `
|
|
23344
23344
|
width: 100%;
|
|
23345
|
+
position: relative;
|
|
23345
23346
|
`;
|
|
23346
23347
|
const Icon$1 = qe.i `
|
|
23347
|
-
position:
|
|
23348
|
-
right:
|
|
23348
|
+
position: absolute;
|
|
23349
|
+
right: 0.5em;
|
|
23350
|
+
top: 0.5em;
|
|
23349
23351
|
color: grey;
|
|
23350
|
-
top: 0.18em;
|
|
23351
23352
|
`;
|
|
23352
23353
|
const Input = qe.input `
|
|
23354
|
+
width: 100%;
|
|
23353
23355
|
border: 2px solid #606060;
|
|
23354
|
-
padding
|
|
23355
|
-
padding-bottom: 0.4em;
|
|
23356
|
-
padding-left: 0.6em;
|
|
23357
|
-
padding-right: 2.3em;
|
|
23356
|
+
padding: 0.3em 0.5em;
|
|
23358
23357
|
border-radius: 0.25em;
|
|
23359
23358
|
`;
|
|
23360
23359
|
function SearchBar(props) {
|