@equisoft/design-elements-react 9.7.2-snapshot.20250520130218 → 9.7.2-snapshot.20250520181715

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 +0 -1
  2. package/package.json +1 -1
package/dist/bundle.js CHANGED
@@ -2682,7 +2682,6 @@
2682
2682
  line-height: 1.5rem;
2683
2683
  margin: 0;
2684
2684
  padding: ${({$device:e,$rowSize:t})=>function(e,t){switch(t){case"small":switch(e){case"desktop":return"var(--spacing-half) var(--spacing-2x)";case"tablet":return"var(--spacing-1x)";case"mobile":return"var(--spacing-2x) var(--spacing-1x)"}break;case"large":switch(e){case"desktop":return"var(--spacing-2x) var(--spacing-2x)";case"tablet":return"var(--spacing-3x) var(--spacing-2x)";case"mobile":return"var(--spacing-3x) var(--spacing-1x)"}break;default:switch(e){case"desktop":return"var(--spacing-1x) var(--spacing-2x)";case"tablet":return"var(--spacing-3x) var(--spacing-1x)";case"mobile":return"var(--spacing-3x) 0"}}}(e,t)};
2685
- text-align: left;
2686
2685
 
2687
2686
  &:last-child {
2688
2687
  border-right: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/design-elements-react",
3
- "version": "9.7.2-snapshot.20250520130218",
3
+ "version": "9.7.2-snapshot.20250520181715",
4
4
  "description": "React implementation of the Equisoft design system.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/bundle.js",