@landtrustinc/design-system 1.2.28 → 1.2.29-beta.1

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/index.js CHANGED
@@ -8486,6 +8486,8 @@ var button = (position2) => import_react52.css`
8486
8486
  position: absolute;
8487
8487
  opacity: 0.9;
8488
8488
  transition: transform 0.3s ease, opacity 0.3s ease;
8489
+ padding: 0;
8490
+ border-width: 0;
8489
8491
 
8490
8492
  ${position2 === "left-right" && `
8491
8493
  top: calc(50% - (var(--spacing-12) / 2));
@@ -8511,7 +8513,7 @@ var buttonLeft = (position2) => import_react52.css`
8511
8513
  ${button(position2)}
8512
8514
 
8513
8515
  ${position2 === "left-right" && `
8514
- left: 0;
8516
+ left: var(--spacing-2);
8515
8517
  `}
8516
8518
 
8517
8519
  ${position2 === "bottom" && `
@@ -8551,7 +8553,7 @@ var buttonRight = (position2) => import_react52.css`
8551
8553
  ${button(position2)}
8552
8554
 
8553
8555
  ${position2 === "left-right" && `
8554
- right: 0;
8556
+ right: var(--spacing-2);
8555
8557
  `}
8556
8558
 
8557
8559
  ${position2 === "bottom" && `