@instructure/ui-utils
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ # Change Log | ||
## [10.23.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.23.1-snapshot-1) (2025-07-16) | ||
## [10.23.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.23.1-snapshot-2) (2025-07-16) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @instructure/ui-utils |
@@ -36,4 +36,4 @@ /* | ||
* @module createChainedFunction | ||
* @param {function} funcs to chain | ||
* @returns {function|null} | ||
* @param funcs Functions to chain. It can be null/undefined | ||
* @returns the functions chained after each other | ||
*/ | ||
@@ -40,0 +40,0 @@ |
@@ -43,4 +43,4 @@ "use strict"; | ||
* @module createChainedFunction | ||
* @param {function} funcs to chain | ||
* @returns {function|null} | ||
* @param funcs Functions to chain. It can be null/undefined | ||
* @returns the functions chained after each other | ||
*/ | ||
@@ -47,0 +47,0 @@ |
{ | ||
"name": "@instructure/ui-utils", | ||
"version": "10.23.1-snapshot-1", | ||
"version": "10.23.1-snapshot-2", | ||
"description": "A collection of utilities for UI components", | ||
@@ -25,3 +25,3 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "10.23.1-snapshot-1", | ||
"@instructure/ui-babel-preset": "10.23.1-snapshot-2", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
@@ -34,5 +34,5 @@ "@testing-library/react": "^16.0.1", | ||
"@babel/runtime": "^7.27.6", | ||
"@instructure/console": "10.23.1-snapshot-1", | ||
"@instructure/shared-types": "10.23.1-snapshot-1", | ||
"@instructure/ui-dom-utils": "10.23.1-snapshot-1", | ||
"@instructure/console": "10.23.1-snapshot-2", | ||
"@instructure/shared-types": "10.23.1-snapshot-2", | ||
"@instructure/ui-dom-utils": "10.23.1-snapshot-2", | ||
"@types/ua-parser-js": "^0.7.39", | ||
@@ -39,0 +39,0 @@ "fast-deep-equal": "^3.1.3", |
@@ -37,4 +37,4 @@ /* | ||
* @module createChainedFunction | ||
* @param {function} funcs to chain | ||
* @returns {function|null} | ||
* @param funcs Functions to chain. It can be null/undefined | ||
* @returns the functions chained after each other | ||
*/ | ||
@@ -41,0 +41,0 @@ |
@@ -13,4 +13,4 @@ type GenericFunction = (...args: any[]) => any; | ||
* @module createChainedFunction | ||
* @param {function} funcs to chain | ||
* @returns {function|null} | ||
* @param funcs Functions to chain. It can be null/undefined | ||
* @returns the functions chained after each other | ||
*/ | ||
@@ -17,0 +17,0 @@ declare function createChainedFunction<F extends GenericFunction = GenericFunction>(...funcs: (null | undefined | F)[]): undefined | F; |
Sorry, the diff of this file is not supported yet
227999
0.08%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed