@bcgov-sso/common-react-components 1.28.0 → 1.28.1

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.
@@ -3,7 +3,7 @@ export { default as NumberedContents } from './NumberedContents';
3
3
  export { default as Button } from './Button';
4
4
  export { default as Alert } from './Alert';
5
5
  export { default as Table } from './Table';
6
- export { default as Tabs } from './Tabs';
6
+ export { default as Tabs, Tab } from './Tabs';
7
7
  export { default as SearchBar } from './SearchBar';
8
8
  export { default as Header } from './Header';
9
9
  export { default as InfoText } from './InfoText';
package/dist/esm/index.js CHANGED
@@ -23311,21 +23311,23 @@ const StyledTabs = qe(ForwardTabs) `
23311
23311
  font-weight: 600;
23312
23312
  }
23313
23313
  `;
23314
+ const Tab = TabPane;
23314
23315
 
23315
23316
  const Wrapper = qe.div `
23316
23317
  width: 100%;
23317
- display: block;
23318
23318
  `;
23319
23319
  const Icon$1 = qe.i `
23320
23320
  position: relative;
23321
- right: 30px;
23321
+ right: 1.5em;
23322
23322
  color: grey;
23323
- top: 2px;
23323
+ top: 0.18em;
23324
23324
  `;
23325
23325
  const Input = qe.input `
23326
- width: 50%;
23327
- border: 2px solid gray;
23328
- padding: 0.5em 0.6em;
23326
+ border: 2px solid #606060;
23327
+ padding-top: 0.4em;
23328
+ padding-bottom: 0.4em;
23329
+ padding-left: 0.6em;
23330
+ padding-right: 2.3em;
23329
23331
  border-radius: 0.25em;
23330
23332
  `;
23331
23333
  function SearchBar(props) {
@@ -23530,5 +23532,5 @@ const Border = ({ color, round, borderWidth, children }) => {
23530
23532
  return (React__default.createElement(StyledBorder, { color: color, round: round, borderWidth: borderWidth }, children));
23531
23533
  };
23532
23534
 
23533
- export { Accordion, Alert, Border, Button, Header, InfoText, LastSavedMessage, NumberedContents, SearchBar, Table, StyledTabs as Tabs };
23535
+ export { Accordion, Alert, Border, Button, Header, InfoText, LastSavedMessage, NumberedContents, SearchBar, Tab, Table, StyledTabs as Tabs };
23534
23536
  //# sourceMappingURL=index.js.map