@commercetools-uikit/utils 17.0.0 → 17.1.0
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/dist/commercetools-uikit-utils.cjs.d.ts +1 -1
- package/dist/commercetools-uikit-utils.cjs.dev.js +2 -1
- package/dist/commercetools-uikit-utils.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-utils.esm.js +2 -1
- package/package.json +1 -1
- package/dist/commercetools-uikit-utils.cjs.d.ts.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./declarations/src/index";
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC11dGlscy5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4vZGVjbGFyYXRpb25zL3NyYy9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
|
|
@@ -58,6 +58,7 @@ function isNumberish(number) {
|
|
|
58
58
|
// To avoid getting the following error, we type the entire function.
|
|
59
59
|
// "Assertions require every name in the call target to be declared with an explicit type annotation."
|
|
60
60
|
// See https://github.com/microsoft/TypeScript/pull/33622#issuecomment-575301357
|
|
61
|
+
|
|
61
62
|
const isProduction = process.env.NODE_ENV === 'production';
|
|
62
63
|
|
|
63
64
|
// Throw an error if the condition fails
|
|
@@ -195,7 +196,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
195
196
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
196
197
|
|
|
197
198
|
// NOTE: This string will be replaced on build time with the package version.
|
|
198
|
-
var version = "17.
|
|
199
|
+
var version = "17.1.0";
|
|
199
200
|
|
|
200
201
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
201
202
|
exports.canUseDOM = canUseDOM;
|
|
@@ -183,7 +183,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
183
183
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
184
184
|
|
|
185
185
|
// NOTE: This string will be replaced on build time with the package version.
|
|
186
|
-
var version = "17.
|
|
186
|
+
var version = "17.1.0";
|
|
187
187
|
|
|
188
188
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
189
189
|
exports.canUseDOM = canUseDOM;
|
|
@@ -45,6 +45,7 @@ function isNumberish(number) {
|
|
|
45
45
|
// To avoid getting the following error, we type the entire function.
|
|
46
46
|
// "Assertions require every name in the call target to be declared with an explicit type annotation."
|
|
47
47
|
// See https://github.com/microsoft/TypeScript/pull/33622#issuecomment-575301357
|
|
48
|
+
|
|
48
49
|
const isProduction = process.env.NODE_ENV === 'production';
|
|
49
50
|
|
|
50
51
|
// Throw an error if the condition fails
|
|
@@ -182,6 +183,6 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
182
183
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
183
184
|
|
|
184
185
|
// NOTE: This string will be replaced on build time with the package version.
|
|
185
|
-
var version = "17.
|
|
186
|
+
var version = "17.1.0";
|
|
186
187
|
|
|
187
188
|
export { SafeHTMLElement$1 as SafeHTMLElement, canUseDOM, createSequentialId, filterAriaAttributes, filterDataAttributes, filterInvalidAttributes, getFieldId$1 as getFieldId, isNumberish, parseTime$1 as parseTime, useWarnDeprecatedComponent, useWarnDeprecatedProp, useWarning, version, warnDeprecatedComponent, warnDeprecatedProp, warning };
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commercetools-uikit-utils.cjs.d.ts","sourceRoot":"","sources":["./declarations/src/index.d.ts"],"names":[],"mappings":"AAAA"}
|