@iress-oss/ids-components 6.0.0-alpha.2 → 6.0.0-alpha.3

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/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- const t = "6.0.0-alpha.2", e = {
1
+ const t = "6.0.0-alpha.3", e = {
2
2
  /**
3
3
  * Extra small breakpoint, for mobile devices
4
4
  */
@@ -358,7 +358,7 @@ const z = `@layer reset, base, tokens, recipes, utilities;
358
358
  0% {
359
359
  display: none;
360
360
  opacity: 0;
361
- transform: translateY(-100%);
361
+ transform: translateY(calc(var(--iress-spacing-2, calc(2 * var(--iress-spacing-100, .25rem))) * -1));
362
362
  }
363
363
 
364
364
  100% {