@7shifts/sous-chef 3.48.0-beta.2 → 3.48.0-beta.3
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/foundation/constants.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const FONT_FAMILY = "'
|
|
1
|
+
export declare const FONT_FAMILY = "'SF Pro', sans-serif";
|
package/dist/index.js
CHANGED
|
@@ -9282,7 +9282,7 @@ function CustomOption(_ref) {
|
|
|
9282
9282
|
return React__default.createElement(Select.components.Option, _extends({}, props), React__default.createElement(UserCustomOption, _extends({}, props), children));
|
|
9283
9283
|
}
|
|
9284
9284
|
|
|
9285
|
-
var FONT_FAMILY = "'
|
|
9285
|
+
var FONT_FAMILY = "'SF Pro', sans-serif";
|
|
9286
9286
|
|
|
9287
9287
|
var getSelectStyles = function getSelectStyles(_ref) {
|
|
9288
9288
|
var isInvalid = _ref.isInvalid,
|