@instructure/ui-react-utils 8.53.3-snapshot-0 → 8.53.3-snapshot-6

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 (59) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +8 -9
  3. package/tsconfig.build.json +3 -0
  4. package/tsconfig.build.tsbuildinfo +1 -1
  5. package/es/__new-tests__/ComponentIdentifier.test.js +0 -77
  6. package/es/__new-tests__/DeterministicIdContext.test.js +0 -89
  7. package/es/__new-tests__/callRenderProp.test.js +0 -121
  8. package/es/__new-tests__/deprecated.test.js +0 -223
  9. package/es/__new-tests__/experimental.test.js +0 -94
  10. package/es/__new-tests__/getInteraction.test.js +0 -117
  11. package/es/__new-tests__/hack.test.js +0 -66
  12. package/es/__new-tests__/omitProps.test.js +0 -91
  13. package/es/__new-tests__/passthroughProps.test.js +0 -100
  14. package/es/__new-tests__/pickProps.test.js +0 -95
  15. package/es/__new-tests__/safeCloneElement.test.js +0 -86
  16. package/lib/__new-tests__/ComponentIdentifier.test.js +0 -80
  17. package/lib/__new-tests__/DeterministicIdContext.test.js +0 -91
  18. package/lib/__new-tests__/callRenderProp.test.js +0 -123
  19. package/lib/__new-tests__/deprecated.test.js +0 -227
  20. package/lib/__new-tests__/experimental.test.js +0 -98
  21. package/lib/__new-tests__/getInteraction.test.js +0 -119
  22. package/lib/__new-tests__/hack.test.js +0 -70
  23. package/lib/__new-tests__/omitProps.test.js +0 -94
  24. package/lib/__new-tests__/passthroughProps.test.js +0 -102
  25. package/lib/__new-tests__/pickProps.test.js +0 -98
  26. package/lib/__new-tests__/safeCloneElement.test.js +0 -89
  27. package/src/__new-tests__/ComponentIdentifier.test.tsx +0 -105
  28. package/src/__new-tests__/DeterministicIdContext.test.tsx +0 -126
  29. package/src/__new-tests__/callRenderProp.test.tsx +0 -136
  30. package/src/__new-tests__/deprecated.test.tsx +0 -357
  31. package/src/__new-tests__/experimental.test.tsx +0 -138
  32. package/src/__new-tests__/getInteraction.test.tsx +0 -119
  33. package/src/__new-tests__/hack.test.tsx +0 -90
  34. package/src/__new-tests__/omitProps.test.tsx +0 -113
  35. package/src/__new-tests__/passthroughProps.test.tsx +0 -100
  36. package/src/__new-tests__/pickProps.test.tsx +0 -111
  37. package/src/__new-tests__/safeCloneElement.test.tsx +0 -95
  38. package/types/__new-tests__/ComponentIdentifier.test.d.ts +0 -2
  39. package/types/__new-tests__/ComponentIdentifier.test.d.ts.map +0 -1
  40. package/types/__new-tests__/DeterministicIdContext.test.d.ts +0 -2
  41. package/types/__new-tests__/DeterministicIdContext.test.d.ts.map +0 -1
  42. package/types/__new-tests__/callRenderProp.test.d.ts +0 -2
  43. package/types/__new-tests__/callRenderProp.test.d.ts.map +0 -1
  44. package/types/__new-tests__/deprecated.test.d.ts +0 -2
  45. package/types/__new-tests__/deprecated.test.d.ts.map +0 -1
  46. package/types/__new-tests__/experimental.test.d.ts +0 -2
  47. package/types/__new-tests__/experimental.test.d.ts.map +0 -1
  48. package/types/__new-tests__/getInteraction.test.d.ts +0 -2
  49. package/types/__new-tests__/getInteraction.test.d.ts.map +0 -1
  50. package/types/__new-tests__/hack.test.d.ts +0 -2
  51. package/types/__new-tests__/hack.test.d.ts.map +0 -1
  52. package/types/__new-tests__/omitProps.test.d.ts +0 -2
  53. package/types/__new-tests__/omitProps.test.d.ts.map +0 -1
  54. package/types/__new-tests__/passthroughProps.test.d.ts +0 -2
  55. package/types/__new-tests__/passthroughProps.test.d.ts.map +0 -1
  56. package/types/__new-tests__/pickProps.test.d.ts +0 -2
  57. package/types/__new-tests__/pickProps.test.d.ts.map +0 -1
  58. package/types/__new-tests__/safeCloneElement.test.d.ts +0 -2
  59. package/types/__new-tests__/safeCloneElement.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
- ## [8.53.3-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.53.3-snapshot-0) (2024-02-20)
6
+ ## [8.53.3-snapshot-6](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.53.3-snapshot-6) (2024-02-20)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-react-utils
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-react-utils",
3
- "version": "8.53.3-snapshot-0",
3
+ "version": "8.53.3-snapshot-6",
4
4
  "description": "A React utility library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -22,18 +22,17 @@
22
22
  },
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@instructure/ui-babel-preset": "8.53.3-snapshot-0",
26
- "@testing-library/jest-dom": "^6.1.4",
27
- "@testing-library/react": "^14.0.0"
25
+ "@instructure/ui-babel-preset": "8.53.3-snapshot-6",
26
+ "@instructure/ui-test-utils": "8.53.3-snapshot-6"
28
27
  },
29
28
  "dependencies": {
30
29
  "@babel/runtime": "^7.23.2",
31
30
  "@emotion/is-prop-valid": "^1.2.1",
32
- "@instructure/console": "8.53.3-snapshot-0",
33
- "@instructure/shared-types": "8.53.3-snapshot-0",
34
- "@instructure/ui-decorator": "8.53.3-snapshot-0",
35
- "@instructure/ui-dom-utils": "8.53.3-snapshot-0",
36
- "@instructure/ui-utils": "8.53.3-snapshot-0",
31
+ "@instructure/console": "8.53.3-snapshot-6",
32
+ "@instructure/shared-types": "8.53.3-snapshot-6",
33
+ "@instructure/ui-decorator": "8.53.3-snapshot-6",
34
+ "@instructure/ui-dom-utils": "8.53.3-snapshot-6",
35
+ "@instructure/ui-utils": "8.53.3-snapshot-6",
37
36
  "hoist-non-react-statics": "^3.3.2",
38
37
  "prop-types": "^15.8.1"
39
38
  },
@@ -10,6 +10,9 @@
10
10
  {
11
11
  "path": "../ui-babel-preset/tsconfig.build.json"
12
12
  },
13
+ {
14
+ "path": "../ui-test-utils/tsconfig.build.json"
15
+ },
13
16
  {
14
17
  "path": "../console/tsconfig.build.json"
15
18
  },