@commercetools-uikit/utils 15.15.1 → 16.0.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.
|
@@ -212,7 +212,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
212
212
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
213
213
|
|
|
214
214
|
// NOTE: This string will be replaced on build time with the package version.
|
|
215
|
-
var version = "
|
|
215
|
+
var version = "16.0.0";
|
|
216
216
|
|
|
217
217
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
218
218
|
exports.canUseDOM = canUseDOM;
|
|
@@ -199,7 +199,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
199
199
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
200
200
|
|
|
201
201
|
// NOTE: This string will be replaced on build time with the package version.
|
|
202
|
-
var version = "
|
|
202
|
+
var version = "16.0.0";
|
|
203
203
|
|
|
204
204
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
205
205
|
exports.canUseDOM = canUseDOM;
|
|
@@ -199,6 +199,6 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
199
199
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
200
200
|
|
|
201
201
|
// NOTE: This string will be replaced on build time with the package version.
|
|
202
|
-
var version = "
|
|
202
|
+
var version = "16.0.0";
|
|
203
203
|
|
|
204
204
|
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