@instructure/ui-position 10.19.2-snapshot-3 → 10.19.2-snapshot-4

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 (39) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +15 -16
  3. package/tsconfig.build.json +0 -3
  4. package/tsconfig.build.tsbuildinfo +1 -1
  5. package/es/Position/PositionContentLocator.js +0 -27
  6. package/es/Position/PositionLocator.js +0 -48
  7. package/es/Position/PositionTargetLocator.js +0 -27
  8. package/es/Position/__new-tests__/Position.test.js +0 -623
  9. package/es/Position/locator.js +0 -28
  10. package/es/__new-tests__/mirrorHorizontalPlacement.test.js +0 -68
  11. package/es/__new-tests__/mirrorPlacement.test.js +0 -68
  12. package/lib/Position/PositionContentLocator.js +0 -33
  13. package/lib/Position/PositionLocator.js +0 -65
  14. package/lib/Position/PositionTargetLocator.js +0 -33
  15. package/lib/Position/__new-tests__/Position.test.js +0 -624
  16. package/lib/Position/locator.js +0 -55
  17. package/lib/__new-tests__/mirrorHorizontalPlacement.test.js +0 -70
  18. package/lib/__new-tests__/mirrorPlacement.test.js +0 -70
  19. package/src/Position/PositionContentLocator.ts +0 -30
  20. package/src/Position/PositionLocator.ts +0 -55
  21. package/src/Position/PositionTargetLocator.ts +0 -30
  22. package/src/Position/__new-tests__/Position.test.tsx +0 -586
  23. package/src/Position/locator.ts +0 -34
  24. package/src/__new-tests__/mirrorHorizontalPlacement.test.tsx +0 -115
  25. package/src/__new-tests__/mirrorPlacement.test.tsx +0 -113
  26. package/types/Position/PositionContentLocator.d.ts +0 -310
  27. package/types/Position/PositionContentLocator.d.ts.map +0 -1
  28. package/types/Position/PositionLocator.d.ts +0 -1221
  29. package/types/Position/PositionLocator.d.ts.map +0 -1
  30. package/types/Position/PositionTargetLocator.d.ts +0 -310
  31. package/types/Position/PositionTargetLocator.d.ts.map +0 -1
  32. package/types/Position/__new-tests__/Position.test.d.ts +0 -2
  33. package/types/Position/__new-tests__/Position.test.d.ts.map +0 -1
  34. package/types/Position/locator.d.ts +0 -5
  35. package/types/Position/locator.d.ts.map +0 -1
  36. package/types/__new-tests__/mirrorHorizontalPlacement.test.d.ts +0 -2
  37. package/types/__new-tests__/mirrorHorizontalPlacement.test.d.ts.map +0 -1
  38. package/types/__new-tests__/mirrorPlacement.test.d.ts +0 -2
  39. package/types/__new-tests__/mirrorPlacement.test.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [10.19.2-snapshot-3](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-3) (2025-06-11)
6
+ ## [10.19.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-4) (2025-06-12)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-position
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-position",
3
- "version": "10.19.2-snapshot-3",
3
+ "version": "10.19.2-snapshot-4",
4
4
  "description": "A component for positioning content with respect to a designated target.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,24 +24,23 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.26.0",
27
- "@instructure/debounce": "10.19.2-snapshot-3",
28
- "@instructure/emotion": "10.19.2-snapshot-3",
29
- "@instructure/shared-types": "10.19.2-snapshot-3",
30
- "@instructure/ui-dom-utils": "10.19.2-snapshot-3",
31
- "@instructure/ui-portal": "10.19.2-snapshot-3",
32
- "@instructure/ui-prop-types": "10.19.2-snapshot-3",
33
- "@instructure/ui-react-utils": "10.19.2-snapshot-3",
34
- "@instructure/ui-testable": "10.19.2-snapshot-3",
35
- "@instructure/ui-utils": "10.19.2-snapshot-3",
36
- "@instructure/uid": "10.19.2-snapshot-3",
27
+ "@instructure/debounce": "10.19.2-snapshot-4",
28
+ "@instructure/emotion": "10.19.2-snapshot-4",
29
+ "@instructure/shared-types": "10.19.2-snapshot-4",
30
+ "@instructure/ui-dom-utils": "10.19.2-snapshot-4",
31
+ "@instructure/ui-portal": "10.19.2-snapshot-4",
32
+ "@instructure/ui-prop-types": "10.19.2-snapshot-4",
33
+ "@instructure/ui-react-utils": "10.19.2-snapshot-4",
34
+ "@instructure/ui-testable": "10.19.2-snapshot-4",
35
+ "@instructure/ui-utils": "10.19.2-snapshot-4",
36
+ "@instructure/uid": "10.19.2-snapshot-4",
37
37
  "prop-types": "^15.8.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@instructure/ui-babel-preset": "10.19.2-snapshot-3",
41
- "@instructure/ui-color-utils": "10.19.2-snapshot-3",
42
- "@instructure/ui-test-locator": "10.19.2-snapshot-3",
43
- "@instructure/ui-test-utils": "10.19.2-snapshot-3",
44
- "@instructure/ui-themes": "10.19.2-snapshot-3",
40
+ "@instructure/ui-babel-preset": "10.19.2-snapshot-4",
41
+ "@instructure/ui-color-utils": "10.19.2-snapshot-4",
42
+ "@instructure/ui-test-utils": "10.19.2-snapshot-4",
43
+ "@instructure/ui-themes": "10.19.2-snapshot-4",
45
44
  "@testing-library/jest-dom": "^6.6.3",
46
45
  "@testing-library/react": "^16.0.1",
47
46
  "vitest": "^2.1.8"
@@ -43,9 +43,6 @@
43
43
  {
44
44
  "path": "../ui-color-utils/tsconfig.build.json"
45
45
  },
46
- {
47
- "path": "../ui-test-locator/tsconfig.build.json"
48
- },
49
46
  {
50
47
  "path": "../ui-test-utils/tsconfig.build.json"
51
48
  },