@ttoss/ui 1.31.2 → 1.31.4

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/esm/index.js CHANGED
@@ -70,8 +70,9 @@ var Button = /*#__PURE__*/React3.forwardRef((props, ref) => {
70
70
  ...restProps,
71
71
  sx: {
72
72
  cursor: "pointer",
73
- paddingX: "lg",
74
- paddingY: "md",
73
+ paddingX: "xl",
74
+ paddingY: "lg",
75
+ fontFamily: "body",
75
76
  display: "inline-flex",
76
77
  alignItems: "center",
77
78
  gap: "lg",
package/dist/index.js CHANGED
@@ -138,8 +138,9 @@ var Button = React3.forwardRef((props, ref) => {
138
138
  ...restProps,
139
139
  sx: {
140
140
  cursor: "pointer",
141
- paddingX: "lg",
142
- paddingY: "md",
141
+ paddingX: "xl",
142
+ paddingY: "lg",
143
+ fontFamily: "body",
143
144
  display: "inline-flex",
144
145
  alignItems: "center",
145
146
  gap: "lg",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/ui",
3
- "version": "1.31.2",
3
+ "version": "1.31.4",
4
4
  "description": "Primitive layout, typographic, and other components for styling applications.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -24,7 +24,7 @@
24
24
  "@emotion/react": "^11.10.6",
25
25
  "@iconify-icon/react": "^1.0.7",
26
26
  "@theme-ui/match-media": "^0.15.5",
27
- "@ttoss/theme": "^1.4.2",
27
+ "@ttoss/theme": "^1.4.4",
28
28
  "theme-ui": "^0.15.5"
29
29
  },
30
30
  "peerDependencies": {
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "0609bb0f6e6a1c0999c29e7a5c8f8ebb1c6d3d7a"
49
+ "gitHead": "f26363085030df7edfb2bcbf44aefed304d2b328"
50
50
  }
@@ -21,8 +21,9 @@ export const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
21
21
  {...restProps}
22
22
  sx={{
23
23
  cursor: 'pointer',
24
- paddingX: 'lg',
25
- paddingY: 'md',
24
+ paddingX: 'xl',
25
+ paddingY: 'lg',
26
+ fontFamily: 'body',
26
27
  display: 'inline-flex',
27
28
  alignItems: 'center',
28
29
  gap: 'lg',