@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.
- package/CHANGELOG.md +1 -1
- package/package.json +8 -9
- package/tsconfig.build.json +3 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/es/__new-tests__/ComponentIdentifier.test.js +0 -77
- package/es/__new-tests__/DeterministicIdContext.test.js +0 -89
- package/es/__new-tests__/callRenderProp.test.js +0 -121
- package/es/__new-tests__/deprecated.test.js +0 -223
- package/es/__new-tests__/experimental.test.js +0 -94
- package/es/__new-tests__/getInteraction.test.js +0 -117
- package/es/__new-tests__/hack.test.js +0 -66
- package/es/__new-tests__/omitProps.test.js +0 -91
- package/es/__new-tests__/passthroughProps.test.js +0 -100
- package/es/__new-tests__/pickProps.test.js +0 -95
- package/es/__new-tests__/safeCloneElement.test.js +0 -86
- package/lib/__new-tests__/ComponentIdentifier.test.js +0 -80
- package/lib/__new-tests__/DeterministicIdContext.test.js +0 -91
- package/lib/__new-tests__/callRenderProp.test.js +0 -123
- package/lib/__new-tests__/deprecated.test.js +0 -227
- package/lib/__new-tests__/experimental.test.js +0 -98
- package/lib/__new-tests__/getInteraction.test.js +0 -119
- package/lib/__new-tests__/hack.test.js +0 -70
- package/lib/__new-tests__/omitProps.test.js +0 -94
- package/lib/__new-tests__/passthroughProps.test.js +0 -102
- package/lib/__new-tests__/pickProps.test.js +0 -98
- package/lib/__new-tests__/safeCloneElement.test.js +0 -89
- package/src/__new-tests__/ComponentIdentifier.test.tsx +0 -105
- package/src/__new-tests__/DeterministicIdContext.test.tsx +0 -126
- package/src/__new-tests__/callRenderProp.test.tsx +0 -136
- package/src/__new-tests__/deprecated.test.tsx +0 -357
- package/src/__new-tests__/experimental.test.tsx +0 -138
- package/src/__new-tests__/getInteraction.test.tsx +0 -119
- package/src/__new-tests__/hack.test.tsx +0 -90
- package/src/__new-tests__/omitProps.test.tsx +0 -113
- package/src/__new-tests__/passthroughProps.test.tsx +0 -100
- package/src/__new-tests__/pickProps.test.tsx +0 -111
- package/src/__new-tests__/safeCloneElement.test.tsx +0 -95
- package/types/__new-tests__/ComponentIdentifier.test.d.ts +0 -2
- package/types/__new-tests__/ComponentIdentifier.test.d.ts.map +0 -1
- package/types/__new-tests__/DeterministicIdContext.test.d.ts +0 -2
- package/types/__new-tests__/DeterministicIdContext.test.d.ts.map +0 -1
- package/types/__new-tests__/callRenderProp.test.d.ts +0 -2
- package/types/__new-tests__/callRenderProp.test.d.ts.map +0 -1
- package/types/__new-tests__/deprecated.test.d.ts +0 -2
- package/types/__new-tests__/deprecated.test.d.ts.map +0 -1
- package/types/__new-tests__/experimental.test.d.ts +0 -2
- package/types/__new-tests__/experimental.test.d.ts.map +0 -1
- package/types/__new-tests__/getInteraction.test.d.ts +0 -2
- package/types/__new-tests__/getInteraction.test.d.ts.map +0 -1
- package/types/__new-tests__/hack.test.d.ts +0 -2
- package/types/__new-tests__/hack.test.d.ts.map +0 -1
- package/types/__new-tests__/omitProps.test.d.ts +0 -2
- package/types/__new-tests__/omitProps.test.d.ts.map +0 -1
- package/types/__new-tests__/passthroughProps.test.d.ts +0 -2
- package/types/__new-tests__/passthroughProps.test.d.ts.map +0 -1
- package/types/__new-tests__/pickProps.test.d.ts +0 -2
- package/types/__new-tests__/pickProps.test.d.ts.map +0 -1
- package/types/__new-tests__/safeCloneElement.test.d.ts +0 -2
- 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-
|
|
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-
|
|
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-
|
|
26
|
-
"@
|
|
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-
|
|
33
|
-
"@instructure/shared-types": "8.53.3-snapshot-
|
|
34
|
-
"@instructure/ui-decorator": "8.53.3-snapshot-
|
|
35
|
-
"@instructure/ui-dom-utils": "8.53.3-snapshot-
|
|
36
|
-
"@instructure/ui-utils": "8.53.3-snapshot-
|
|
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
|
},
|