@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.
package/dist/cjs/index.js CHANGED
@@ -23338,21 +23338,23 @@ const StyledTabs = qe(ForwardTabs) `
23338
23338
  font-weight: 600;
23339
23339
  }
23340
23340
  `;
23341
+ const Tab = TabPane;
23341
23342
 
23342
23343
  const Wrapper = qe.div `
23343
23344
  width: 100%;
23344
- display: block;
23345
23345
  `;
23346
23346
  const Icon$1 = qe.i `
23347
23347
  position: relative;
23348
- right: 30px;
23348
+ right: 1.5em;
23349
23349
  color: grey;
23350
- top: 2px;
23350
+ top: 0.18em;
23351
23351
  `;
23352
23352
  const Input = qe.input `
23353
- width: 50%;
23354
- border: 2px solid gray;
23355
- padding: 0.5em 0.6em;
23353
+ border: 2px solid #606060;
23354
+ padding-top: 0.4em;
23355
+ padding-bottom: 0.4em;
23356
+ padding-left: 0.6em;
23357
+ padding-right: 2.3em;
23356
23358
  border-radius: 0.25em;
23357
23359
  `;
23358
23360
  function SearchBar(props) {
@@ -23566,6 +23568,7 @@ exports.InfoText = InfoText;
23566
23568
  exports.LastSavedMessage = LastSavedMessage;
23567
23569
  exports.NumberedContents = NumberedContents;
23568
23570
  exports.SearchBar = SearchBar;
23571
+ exports.Tab = Tab;
23569
23572
  exports.Table = Table;
23570
23573
  exports.Tabs = StyledTabs;
23571
23574
  //# sourceMappingURL=index.js.map