@spothero/ui 22.1.1 → 22.1.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.
@@ -14,11 +14,11 @@ var _Icon = _interopRequireDefault(require("../../Icon/Icon"));
14
14
  var _FormControl = _interopRequireDefault(require("../FormControl"));
15
15
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
16
16
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
17
- //For select left is static arrow,
17
+ //For select left is static arrow,
18
18
  /**
19
19
  * A component used in the homepage/midfunnel refresh of 2024
20
20
  * Initially built as purpose built as possible with hopes of extending it to other systems
21
- * using `<RefreshedSelect><option value="1"/>/<RefreshedSelect>` will bring in the core of this.
21
+ * using `<RefreshedSelect><option value="1"/>/<RefreshedSelect>` will bring in the core of this.
22
22
  * Left arrow is static for this select. You can pass a second left element in but it will not over write the down arrow currently
23
23
  */
24
24
  const Select = /*#__PURE__*/(0, _react.forwardRef)(({
@@ -55,7 +55,7 @@ const Select = /*#__PURE__*/(0, _react.forwardRef)(({
55
55
  as: _chevronDown.default
56
56
  }),
57
57
  iconSize: 20,
58
- fontWeight: "regular",
58
+ fontWeight: "medium",
59
59
  fontSize: "sm",
60
60
  ref: ref,
61
61
  className: classes,
@@ -32,6 +32,7 @@ const fontSizes = exports.fontSizes = {
32
32
  const fontWeights = exports.fontWeights = {
33
33
  light: 300,
34
34
  normal: 400,
35
+ medium: 500,
35
36
  semibold: 600,
36
37
  bold: 700
37
38
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "22.1.1",
3
+ "version": "22.1.2",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "./dist/components/index.js",
6
6
  "exports": "./dist/components/index.js",
@@ -95,13 +95,13 @@
95
95
  "css-loader": "5.1.3",
96
96
  "sass-loader": "10.2.1",
97
97
  "@spothero/babel-preset-spothero": "5.1.0",
98
+ "@spothero/browserslist-config": "4.0.0",
98
99
  "@spothero/core": "7.0.1",
99
100
  "@spothero/eslint-config": "6.1.0",
100
- "@spothero/browserslist-config": "4.0.0",
101
+ "@spothero/icons": "9.0.1",
102
+ "@spothero/npm-publisher": "7.0.0",
101
103
  "@spothero/prettier-config": "4.0.0",
102
- "@spothero/icons": "9.0.0",
103
- "@spothero/stylelint-config": "6.0.0",
104
- "@spothero/npm-publisher": "7.0.0"
104
+ "@spothero/stylelint-config": "6.0.0"
105
105
  },
106
106
  "dependencies": {
107
107
  "@chakra-ui/react": "1.8.8",