@commercetools-uikit/utils 17.0.0 → 17.0.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.
- package/dist/commercetools-uikit-utils.cjs.d.ts +1 -1
- package/dist/commercetools-uikit-utils.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-utils.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-utils.esm.js +1 -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=
|
|
@@ -195,7 +195,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
195
195
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
196
196
|
|
|
197
197
|
// NOTE: This string will be replaced on build time with the package version.
|
|
198
|
-
var version = "17.0.
|
|
198
|
+
var version = "17.0.1";
|
|
199
199
|
|
|
200
200
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
201
201
|
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.0.
|
|
186
|
+
var version = "17.0.1";
|
|
187
187
|
|
|
188
188
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
189
189
|
exports.canUseDOM = canUseDOM;
|
|
@@ -182,6 +182,6 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
|
|
|
182
182
|
var SafeHTMLElement$1 = SafeHTMLElement;
|
|
183
183
|
|
|
184
184
|
// NOTE: This string will be replaced on build time with the package version.
|
|
185
|
-
var version = "17.0.
|
|
185
|
+
var version = "17.0.1";
|
|
186
186
|
|
|
187
187
|
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"}
|