@commercetools-uikit/utils
Advanced tools
Comparing version 0.0.0-canary-7c029007f4d5f49fe2db3a648ccba0d65176d770 to 0.0.0-canary-83c463c0fb283a044de0bbca81dd7e155022d17d
@@ -186,3 +186,3 @@ 'use strict'; | ||
var version = '0.0.0-canary-7c029007f4d5f49fe2db3a648ccba0d65176d770'; | ||
var version = '0.0.0-canary-83c463c0fb283a044de0bbca81dd7e155022d17d'; | ||
@@ -189,0 +189,0 @@ exports.SafeHTMLElement = SafeHTMLElement; |
@@ -180,4 +180,4 @@ import isPropValid from '@emotion/is-prop-valid'; | ||
var version = '0.0.0-canary-7c029007f4d5f49fe2db3a648ccba0d65176d770'; | ||
var version = '0.0.0-canary-83c463c0fb283a044de0bbca81dd7e155022d17d'; | ||
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-7c029007f4d5f49fe2db3a648ccba0d65176d770", | ||
"description": "", | ||
"version": "0.0.0-canary-83c463c0fb283a044de0bbca81dd7e155022d17d", | ||
"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": "72bb62a57907b51e67bfa53258c02041e8c08182" | ||
"gitHead": "b972dff85fba830d0db50af093b673ba8f968986" | ||
} |
# Utils | ||
## Description | ||
A collection of utilities shared across the other packages. | ||
## Usage | ||
```js | ||
import { | ||
filterDataAttributes, | ||
// ... | ||
} from '@commercetools-uikit/utils'; | ||
``` |
14512
6
15