@solostylist/ui-kit 1.0.49 → 1.0.50

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.
@@ -27087,7 +27087,7 @@ const $N = Vv(RN)(({ theme: e }) => ({
27087
27087
  border: `1px solid ${(e.vars || e).palette.divider}`,
27088
27088
  backgroundColor: (e.vars || e).palette.background.default,
27089
27089
  transition: "border 120ms ease-in",
27090
- fontFamily: "Inter, sans-serif",
27090
+ fontFamily: "Outfit, sans-serif",
27091
27091
  outline: "none",
27092
27092
  "&:focus": {
27093
27093
  outline: `3px solid ${Rl(Hi[500], 0.5)}`,
@@ -114,7 +114,7 @@ const h = r(), t = {
114
114
  }
115
115
  }
116
116
  }, g = {
117
- fontFamily: "Inter, sans-serif",
117
+ fontFamily: "Outfit, sans-serif",
118
118
  h1: {
119
119
  fontSize: h.typography.pxToRem(48),
120
120
  fontWeight: 600,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.49",
6
+ "version": "1.0.50",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",
@@ -34,6 +34,8 @@
34
34
  "@mui/lab": "7.0.0-beta.13",
35
35
  "@mui/material": "^7.0.2",
36
36
  "@mui/utils": "^7.0.2",
37
+ "@stripe/react-stripe-js": "^3.7.0",
38
+ "@stripe/stripe-js": "^7.3.1",
37
39
  "@tabler/icons-react": "^3.34.0",
38
40
  "@tiptap/extension-link": "^2.11.9",
39
41
  "@tiptap/extension-placeholder": "^2.11.9",
@@ -48,8 +50,7 @@
48
50
  "react-i18next": "^15.5.1",
49
51
  "react-image-gallery": "^1.4.0",
50
52
  "uuid": "^11.1.0",
51
- "@stripe/react-stripe-js": "^3.7.0",
52
- "@stripe/stripe-js": "^7.3.1"
53
+ "@fontsource/outfit": "^5.2.6"
53
54
  },
54
55
  "devDependencies": {
55
56
  "@ianvs/prettier-plugin-sort-imports": "^4.4.2",