jamespot-react-components 1.3.63 → 1.3.64

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.
@@ -338,6 +338,7 @@ React keys must be passed directly to JSX without using spread:
338
338
  align-items: center;
339
339
  padding: ${e=>e.theme.space.md}px;
340
340
  min-height: 80px;
341
+ min-width: 0;
341
342
 
342
343
  ${Xe({offset:"2px",color:"primary"})}
343
344
  &:hover, &:focus-visible {
@@ -5656,6 +5656,7 @@ const Wg = {
5656
5656
  align-items: center;
5657
5657
  padding: ${(e) => e.theme.space.md}px;
5658
5658
  min-height: 80px;
5659
+ min-width: 0;
5659
5660
 
5660
5661
  ${Ye({ offset: "2px", color: "primary" })}
5661
5662
  &:hover, &:focus-visible {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-components",
3
- "version": "1.3.63",
3
+ "version": "1.3.64",
4
4
  "description": "",
5
5
  "main": "dist/jamespot-react-components.js",
6
6
  "module": "dist/jamespot-react-components.mjs",
@@ -78,7 +78,7 @@
78
78
  "globals": "^16.5.0",
79
79
  "html2canvas": "^1.4.1",
80
80
  "husky": "^9.1.7",
81
- "jamespot-user-api": "^1.3.64",
81
+ "jamespot-user-api": "^1.3.65",
82
82
  "jest": "^30.2.0",
83
83
  "jest-environment-jsdom": "^30.2.0",
84
84
  "knip": "^5.82.1",