@commercetools-uikit/utils 19.17.0 → 19.17.1
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.
|
@@ -188,7 +188,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
188
188
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
189
189
|
|
|
190
190
|
// NOTE: This string will be replaced on build time with the package version.
|
|
191
|
-
var version = "19.17.
|
|
191
|
+
var version = "19.17.1";
|
|
192
192
|
|
|
193
193
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
194
194
|
exports.canUseDOM = canUseDOM;
|
|
@@ -169,7 +169,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
169
169
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
170
170
|
|
|
171
171
|
// NOTE: This string will be replaced on build time with the package version.
|
|
172
|
-
var version = "19.17.
|
|
172
|
+
var version = "19.17.1";
|
|
173
173
|
|
|
174
174
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
175
175
|
exports.canUseDOM = canUseDOM;
|
|
@@ -176,6 +176,6 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
176
176
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
177
177
|
|
|
178
178
|
// NOTE: This string will be replaced on build time with the package version.
|
|
179
|
-
var version = "19.17.
|
|
179
|
+
var version = "19.17.1";
|
|
180
180
|
|
|
181
181
|
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