@terraware/web-components 3.0.4 → 3.0.5

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,MAAM,MAAM,GAAG,GAAG;IAChB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,IAAI,qCAAsC,SAAS,KAAG,WAwF3D,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,MAAM,MAAM,GAAG,GAAG;IAChB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,IAAI,qCAAsC,SAAS,KAAG,WA2F3D,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -24,13 +24,17 @@ const Tabs = _ref => {
24
24
  isMobile
25
25
  } = (0, _utils.useDeviceInfo)();
26
26
  const tabStyles = {
27
- fontSize: '14px',
27
+ color: '#7F775B',
28
+ fontSize: '16px',
29
+ fontWeight: 600,
28
30
  padding: theme.spacing(1, 2),
29
31
  minHeight: theme.spacing(4.5),
30
32
  textTransform: 'capitalize',
33
+ '&:hover': {
34
+ backgroundColor: theme.palette.TwClrBgHover
35
+ },
31
36
  '&.Mui-selected': {
32
- color: theme.palette.TwClrTxtBrand,
33
- fontWeight: 500
37
+ color: theme.palette.TwClrTxtBrand
34
38
  },
35
39
  '&.MuiTab-labelIcon': {
36
40
  display: 'flex',
@@ -82,8 +86,7 @@ const Tabs = _ref => {
82
86
  TabIndicatorProps: {
83
87
  style: {
84
88
  background: theme.palette.TwClrBgBrand,
85
- height: '4px',
86
- borderRadius: '4px 4px 0 0'
89
+ height: '4px'
87
90
  }
88
91
  }
89
92
  }, tabs.map((tab, index) => /*#__PURE__*/_react.default.createElement(_material.Tab, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraware/web-components",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "author": "Terraformation Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {