@equisoft/design-elements-react 9.7.2-snapshot.20250520201612 → 9.7.2-snapshot.20250520202809

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.
Files changed (2) hide show
  1. package/dist/bundle.js +1 -0
  2. package/package.json +1 -1
package/dist/bundle.js CHANGED
@@ -2939,6 +2939,7 @@
2939
2939
  border-radius: var(--border-radius);
2940
2940
  box-sizing: border-box;
2941
2941
  display: flex;
2942
+ flex-shrink: 0;
2942
2943
  height: var(--size-1x);
2943
2944
  justify-content: center;
2944
2945
  margin-right: var(--spacing-1x);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/design-elements-react",
3
- "version": "9.7.2-snapshot.20250520201612",
3
+ "version": "9.7.2-snapshot.20250520202809",
4
4
  "description": "React implementation of the Equisoft design system.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/bundle.js",