@commercetools-uikit/utils 20.3.0 → 20.3.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.
|
@@ -196,7 +196,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
196
196
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
197
197
|
|
|
198
198
|
// NOTE: This string will be replaced on build time with the package version.
|
|
199
|
-
var version = "20.3.
|
|
199
|
+
var version = "20.3.1";
|
|
200
200
|
|
|
201
201
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
202
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 = "20.3.
|
|
186
|
+
var version = "20.3.1";
|
|
187
187
|
|
|
188
188
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
189
189
|
exports.canUseDOM = canUseDOM;
|
|
@@ -183,6 +183,6 @@ 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 = "20.3.
|
|
186
|
+
var version = "20.3.1";
|
|
187
187
|
|
|
188
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