@commercetools-uikit/utils 15.8.0 → 15.10.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.
@@ -206,7 +206,7 @@ var warning = function warning(condition, message) {
206
206
  var warning$1 = warning;
207
207
 
208
208
  // NOTE: This string will be replaced on build time with the package version.
209
- var version = "15.8.0";
209
+ var version = "15.10.0";
210
210
 
211
211
  exports.SafeHTMLElement = SafeHTMLElement$1;
212
212
  exports.canUseDOM = canUseDOM;
@@ -187,7 +187,7 @@ var warning = function warning(condition, message) {
187
187
  var warning$1 = warning;
188
188
 
189
189
  // NOTE: This string will be replaced on build time with the package version.
190
- var version = "15.8.0";
190
+ var version = "15.10.0";
191
191
 
192
192
  exports.SafeHTMLElement = SafeHTMLElement$1;
193
193
  exports.canUseDOM = canUseDOM;
@@ -192,6 +192,6 @@ var warning = function warning(condition, message) {
192
192
  var warning$1 = warning;
193
193
 
194
194
  // NOTE: This string will be replaced on build time with the package version.
195
- var version = "15.8.0";
195
+ var version = "15.10.0";
196
196
 
197
197
  export { SafeHTMLElement$1 as SafeHTMLElement, canUseDOM, createSequentialId, filterAriaAttributes, filterDataAttributes, filterInvalidAttributes, getFieldId$1 as getFieldId, isNumberish, parseTime$1 as parseTime, version, warnDeprecatedComponent, warnDeprecatedProp, warning$1 as warning };
@@ -1,3 +1,3 @@
1
- export declare type SequentialIdFn = () => string;
1
+ export type SequentialIdFn = () => string;
2
2
  declare function createSequentialId(prefix: string): SequentialIdFn;
3
3
  export default createSequentialId;
@@ -1,3 +1,3 @@
1
- declare type Props = Record<string, unknown>;
1
+ type Props = Record<string, unknown>;
2
2
  export default function filterAriaAttributes(obj: Props): Props;
3
3
  export {};
@@ -1,3 +1,3 @@
1
- declare type Props = Record<string, unknown>;
1
+ type Props = Record<string, unknown>;
2
2
  export default function filterDataAttributes(obj: Props): Props;
3
3
  export {};
@@ -1,3 +1,3 @@
1
- declare type Props = Record<string, unknown>;
1
+ type Props = Record<string, unknown>;
2
2
  export default function filterInvalidAttributes(obj: Props): Props;
3
3
  export {};
@@ -1,6 +1,6 @@
1
- declare type ObjectWithId = {
1
+ type ObjectWithId = {
2
2
  id?: string;
3
3
  };
4
- declare type CreateIdFn = () => string;
4
+ type CreateIdFn = () => string;
5
5
  declare const getFieldId: (props: ObjectWithId, state: ObjectWithId, createId: CreateIdFn) => string;
6
6
  export default getFieldId;
@@ -1,4 +1,4 @@
1
- declare type ParsedTime = {
1
+ type ParsedTime = {
2
2
  hours: number;
3
3
  minutes: number;
4
4
  seconds: number;
@@ -1,3 +1,3 @@
1
- declare type TWarningFunction = (condition: unknown, message?: string) => asserts condition is boolean;
1
+ type TWarningFunction = (condition: unknown, message?: string) => asserts condition is boolean;
2
2
  declare const warning: TWarningFunction;
3
3
  export default warning;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/utils",
3
3
  "description": "A collection of utilities shared across the other packages.",
4
- "version": "15.8.0",
4
+ "version": "15.10.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",