x25 17.4.41 → 17.4.42

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.4.41",
2
+ "version": "17.4.42",
3
3
  "name": "x25",
4
4
  "description": "x25",
5
5
  "types": "./dist/index.d.ts",
@@ -1,14 +1,13 @@
1
1
  export * from "./calendar";
2
2
  export * from "./date";
3
+ export * from "./hooks";
3
4
  export * from "./normalize";
4
5
  export * from "./numbers";
5
6
  export * from "./numeric";
6
7
  export * from "./others";
7
8
  export * from "./strings";
8
- export * from "./mql";
9
9
  export * from "./validation";
10
10
  export * from "./words";
11
- export * from "./hooks";
12
11
  export declare const formError: (message: string) => {
13
12
  "FINAL_FORM/form-error": string;
14
13
  }, toNumeric: (raw: any) => number;
package/utility/index.js CHANGED
@@ -17,15 +17,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.toNumeric = exports.formError = void 0;
18
18
  __exportStar(require("./calendar"), exports);
19
19
  __exportStar(require("./date"), exports);
20
+ __exportStar(require("./hooks"), exports);
20
21
  __exportStar(require("./normalize"), exports);
21
22
  __exportStar(require("./numbers"), exports);
22
23
  __exportStar(require("./numeric"), exports);
23
24
  __exportStar(require("./others"), exports);
24
25
  __exportStar(require("./strings"), exports);
25
- __exportStar(require("./mql"), exports);
26
26
  __exportStar(require("./validation"), exports);
27
27
  __exportStar(require("./words"), exports);
28
- __exportStar(require("./hooks"), exports);
29
28
  var final_form_1 = require("final-form");
30
29
  var formError = function (message) {
31
30
  var _a;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/utility/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,yCAAuB;AACvB,8CAA4B;AAC5B,4CAA0B;AAC1B,4CAA0B;AAC1B,2CAAyB;AACzB,4CAA0B;AAC1B,wCAAsB;AACtB,+CAA6B;AAC7B,0CAAwB;AACxB,0CAAwB;AAExB,yCAAwC;AAEjC,IACL,SAAS,GAAG,UAAC,OAAgB;;IAAK,OAAA;QAChC,GAAC,uBAAU,IAAG,OAAO;WACrB;AAFgC,CAEhC,EACF,SAAS,GAAG,UAAC,GAAS,IAAK,OAAA,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,EAAnB,CAAmB,CAAC;AAH/C,QAAA,SAAS,cAGT,QAAA,SAAS,aAAsC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/utility/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,yCAAuB;AACvB,0CAAwB;AACxB,8CAA4B;AAC5B,4CAA0B;AAC1B,4CAA0B;AAC1B,2CAAyB;AACzB,4CAA0B;AAC1B,+CAA6B;AAC7B,0CAAwB;AAExB,yCAAwC;AAEjC,IACL,SAAS,GAAG,UAAC,OAAgB;;IAAK,OAAA;QAChC,GAAC,uBAAU,IAAG,OAAO;WACrB;AAFgC,CAEhC,EACF,SAAS,GAAG,UAAC,GAAS,IAAK,OAAA,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,EAAnB,CAAmB,CAAC;AAH/C,QAAA,SAAS,cAGT,QAAA,SAAS,aAAsC"}
package/utility/mql.d.ts CHANGED
@@ -1 +0,0 @@
1
- export declare const mql: any;
package/utility/mql.js CHANGED
@@ -1,5 +1,3 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.mql = void 0;
4
- exports.mql = window ? window.matchMedia("(min-width: 800px)") : null;
2
+ // export const mql: any = window ? window.matchMedia("(min-width: 800px)") : null;
5
3
  //# sourceMappingURL=mql.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mql.js","sourceRoot":"","sources":["../../src/utility/mql.ts"],"names":[],"mappings":";;;AAAa,QAAA,GAAG,GAAQ,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC"}
1
+ {"version":3,"file":"mql.js","sourceRoot":"","sources":["../../src/utility/mql.ts"],"names":[],"mappings":";AAAA,mFAAmF"}