@commercetools-uikit/utils
Advanced tools
Comparing version 0.0.0-canary-cb8776f258a0285e44e2046c4b955279fc778c82 to 0.0.0-canary-cf3634684998e22d639f557853d4e04093fb7505
@@ -186,3 +186,3 @@ 'use strict'; | ||
var version = '0.0.0-canary-cb8776f258a0285e44e2046c4b955279fc778c82'; | ||
var version = '0.0.0-canary-cf3634684998e22d639f557853d4e04093fb7505'; | ||
@@ -189,0 +189,0 @@ exports.SafeHTMLElement = SafeHTMLElement; |
@@ -180,4 +180,4 @@ import isPropValid from '@emotion/is-prop-valid'; | ||
var version = '0.0.0-canary-cb8776f258a0285e44e2046c4b955279fc778c82'; | ||
var version = '0.0.0-canary-cf3634684998e22d639f557853d4e04093fb7505'; | ||
export { SafeHTMLElement, addStaticFields, createSequentialId, filterAriaAttributes, filterDataAttributes, filterProps as filterInvalidAttributes, getFieldId, getPassThroughProps, isNumberish, parseTime, version, warnDeprecatedComponent, warnDeprecatedProp }; |
{ | ||
"name": "@commercetools-uikit/utils", | ||
"version": "0.0.0-canary-cb8776f258a0285e44e2046c4b955279fc778c82", | ||
"description": "", | ||
"version": "0.0.0-canary-cf3634684998e22d639f557853d4e04093fb7505", | ||
"description": "A collection of utilities shared across the other packages.", | ||
"main": "dist/utils.cjs.js", | ||
@@ -25,3 +25,3 @@ "module": "dist/utils.esm.js", | ||
"license": "MIT", | ||
"gitHead": "391b72943400c22913c0e44a17c0d946bc82c95d" | ||
"gitHead": "b3a6a1467cbd89336afc4ed2dfe4e30a42d88ed0" | ||
} |
# Utils | ||
## Description | ||
A collection of utilities shared across the other packages. | ||
## Usage | ||
```js | ||
import { | ||
filterDataAttributes, | ||
// ... | ||
} from '@commercetools-uikit/utils'; | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14512
6
15