@yahoo/uds-v5-wip 1.3.0 → 1.4.0

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 (36) hide show
  1. package/dist/config.d.ts +976 -976
  2. package/dist/core/dist/createComponent.d.ts +2 -1
  3. package/dist/core/dist/createComponentExample.d.ts +2 -1
  4. package/dist/core/dist/createProvider.d.ts +2 -1
  5. package/dist/core/dist/generated/stylePropsTwMap.d.ts +2 -1
  6. package/dist/core/dist/getComponentStyles.d.ts +2 -1
  7. package/dist/core/dist/getStyles.d.ts +2 -1
  8. package/dist/core/dist/macros.d.ts +2 -1
  9. package/dist/core/dist/propMappings.d.ts +2 -1
  10. package/dist/core/dist/resolveMotionState.d.ts +2 -1
  11. package/dist/core/dist/resolveProps.boundaries.js +1 -0
  12. package/dist/core/dist/transformPreset.d.ts +2 -1
  13. package/dist/core/dist/withDefaultStyleProps.d.ts +2 -1
  14. package/dist/foundational-presets/dist/boldVibrant.d.ts +991 -990
  15. package/dist/foundational-presets/dist/brutalist.d.ts +991 -990
  16. package/dist/foundational-presets/dist/candy.d.ts +991 -990
  17. package/dist/foundational-presets/dist/cleanMinimalist.d.ts +991 -990
  18. package/dist/foundational-presets/dist/corporate.d.ts +991 -990
  19. package/dist/foundational-presets/dist/darkMoody.d.ts +991 -990
  20. package/dist/foundational-presets/dist/defaultPreset.d.ts +977 -976
  21. package/dist/foundational-presets/dist/defaultPreset.js +1 -1
  22. package/dist/foundational-presets/dist/forest.d.ts +991 -990
  23. package/dist/foundational-presets/dist/highContrast.d.ts +991 -990
  24. package/dist/foundational-presets/dist/lavender.d.ts +991 -990
  25. package/dist/foundational-presets/dist/luxury.d.ts +991 -990
  26. package/dist/foundational-presets/dist/monochrome.d.ts +991 -990
  27. package/dist/foundational-presets/dist/motion.d.ts +2 -1
  28. package/dist/foundational-presets/dist/neonCyber.d.ts +991 -990
  29. package/dist/foundational-presets/dist/newspaper.d.ts +991 -990
  30. package/dist/foundational-presets/dist/ocean.d.ts +991 -990
  31. package/dist/foundational-presets/dist/slate.d.ts +991 -990
  32. package/dist/foundational-presets/dist/sunset.d.ts +991 -990
  33. package/dist/foundational-presets/dist/terminal.d.ts +991 -990
  34. package/dist/foundational-presets/dist/warmOrganic.d.ts +991 -990
  35. package/dist/tsconfig.tsbuildinfo +1 -1
  36. package/package.json +3 -3
@@ -1,4 +1,5 @@
1
1
  //#region ../foundational-presets/dist/motion.d.ts
2
+ //#region src/motion.d.ts
2
3
  interface InterpolateMarker {
3
4
  __type: 'interpolate';
4
5
  output: number[];
@@ -7,6 +8,6 @@ interface InterpolateMarker {
7
8
  declare function interpolate(config: {
8
9
  output: number[];
9
10
  extrapolate?: 'clamp' | 'extend' | 'identity';
10
- }): InterpolateMarker;
11
+ }): InterpolateMarker; //#endregion
11
12
  //#endregion
12
13
  export { InterpolateMarker, interpolate };