@just-web/presets-browser 7.0.5 → 7.1.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.
Files changed (46) hide show
  1. package/cjs/index.d.ts +2 -0
  2. package/cjs/index.d.ts.map +1 -1
  3. package/cjs/index.js +2 -0
  4. package/cjs/index.js.map +1 -1
  5. package/cjs/just_web_browser.types.d.ts +2 -0
  6. package/cjs/just_web_browser.types.d.ts.map +1 -0
  7. package/cjs/just_web_browser.types.js +3 -0
  8. package/cjs/just_web_browser.types.js.map +1 -0
  9. package/cjs/just_web_history.types.d.ts +2 -0
  10. package/cjs/just_web_history.types.d.ts.map +1 -0
  11. package/cjs/just_web_history.types.js +3 -0
  12. package/cjs/just_web_history.types.js.map +1 -0
  13. package/cjs/presets_browser_gizmo.d.ts +0 -2
  14. package/cjs/presets_browser_gizmo.d.ts.map +1 -1
  15. package/cjs/presets_browser_gizmo.js.map +1 -1
  16. package/cjs/testing/index.d.ts +4 -0
  17. package/cjs/testing/index.d.ts.map +1 -0
  18. package/cjs/testing/index.js +20 -0
  19. package/cjs/testing/index.js.map +1 -0
  20. package/esm/index.d.ts +2 -0
  21. package/esm/index.d.ts.map +1 -1
  22. package/esm/index.js +2 -0
  23. package/esm/index.js.map +1 -1
  24. package/esm/just_web_browser.types.d.ts +2 -0
  25. package/esm/just_web_browser.types.d.ts.map +1 -0
  26. package/esm/just_web_browser.types.js +2 -0
  27. package/esm/just_web_browser.types.js.map +1 -0
  28. package/esm/just_web_history.types.d.ts +2 -0
  29. package/esm/just_web_history.types.d.ts.map +1 -0
  30. package/esm/just_web_history.types.js +2 -0
  31. package/esm/just_web_history.types.js.map +1 -0
  32. package/esm/presets_browser_gizmo.d.ts +0 -2
  33. package/esm/presets_browser_gizmo.d.ts.map +1 -1
  34. package/esm/presets_browser_gizmo.js.map +1 -1
  35. package/esm/testing/index.d.ts +4 -0
  36. package/esm/testing/index.d.ts.map +1 -0
  37. package/esm/testing/index.js +4 -0
  38. package/esm/testing/index.js.map +1 -0
  39. package/package.json +16 -5
  40. package/testing/index.d.ts +1 -0
  41. package/testing/index.js +1 -0
  42. package/ts/index.ts +2 -0
  43. package/ts/just_web_browser.types.ts +1 -0
  44. package/ts/just_web_history.types.ts +1 -0
  45. package/ts/presets_browser_gizmo.ts +0 -3
  46. package/ts/testing/index.ts +3 -0
package/cjs/index.d.ts CHANGED
@@ -1,2 +1,4 @@
1
+ export * from './just_web_browser.types.js';
2
+ export * from './just_web_history.types.js';
1
3
  export * from './presets_browser_gizmo.js';
2
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA"}
package/cjs/index.js CHANGED
@@ -14,5 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./just_web_browser.types.js"), exports);
18
+ __exportStar(require("./just_web_history.types.js"), exports);
17
19
  __exportStar(require("./presets_browser_gizmo.js"), exports);
18
20
  //# sourceMappingURL=index.js.map
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA0C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA2C;AAC3C,8DAA2C;AAC3C,6DAA0C"}
@@ -0,0 +1,2 @@
1
+ export type { BrowserGizmo, BrowserGizmoOptions, ReadonlyErrorStore, ErrorStore } from '@just-web/browser';
2
+ //# sourceMappingURL=just_web_browser.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"just_web_browser.types.d.ts","sourceRoot":"","sources":["../ts/just_web_browser.types.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,YAAY,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=just_web_browser.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"just_web_browser.types.js","sourceRoot":"","sources":["../ts/just_web_browser.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export type { BrowserHistory, History, HistoryGizmo, HistoryGizmoOptions } from '@just-web/history';
2
+ //# sourceMappingURL=just_web_history.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"just_web_history.types.d.ts","sourceRoot":"","sources":["../ts/just_web_history.types.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,cAAc,EAAE,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=just_web_history.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"just_web_history.types.js","sourceRoot":"","sources":["../ts/just_web_history.types.ts"],"names":[],"mappings":""}
@@ -3,8 +3,6 @@ import { type BrowserGizmo, type BrowserGizmoOptions } from '@just-web/browser';
3
3
  import type { CommandsGizmo } from '@just-web/commands';
4
4
  import { type HistoryGizmo, type HistoryGizmoOptions } from '@just-web/history';
5
5
  import type { KeyboardGizmo } from '@just-web/keyboard';
6
- export type { ReadonlyErrorStore } from '@just-web/browser';
7
- export type { BrowserHistory } from 'history';
8
6
  export declare const presetsBrowserGizmoFn: (options?: {
9
7
  browser?: BrowserGizmoOptions;
10
8
  history?: HistoryGizmoOptions;
@@ -1 +1 @@
1
- {"version":3,"file":"presets_browser_gizmo.d.ts","sourceRoot":"","sources":["../ts/presets_browser_gizmo.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EAEN,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,MAAM,eAAe,CAAA;AACtB,OAAO,EAAkB,KAAK,YAAY,EAAE,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE/F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AACvD,OAAO,EAAkB,KAAK,YAAY,EAAE,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAC/F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,YAAY,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAC3D,YAAY,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C,eAAO,MAAM,qBAAqB,EAAE,CAAC,OAAO,CAAC,EAAE;IAC9C,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAC7B,OAAO,CAAC,EAAE,mBAAmB,CAAA;CAC7B,KAAK,WAAW,CAChB,UAAU,CAAC,OAAO,GAAG,QAAQ,GAAG,aAAa,EAAE,aAAa,CAAC,EAC7D,YAAY,GAAG,YAAY,CAUzB,CAAA;AAEH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA"}
1
+ {"version":3,"file":"presets_browser_gizmo.d.ts","sourceRoot":"","sources":["../ts/presets_browser_gizmo.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EAEN,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,MAAM,eAAe,CAAA;AACtB,OAAO,EAAkB,KAAK,YAAY,EAAE,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE/F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AACvD,OAAO,EAAkB,KAAK,YAAY,EAAE,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAC/F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,eAAO,MAAM,qBAAqB,EAAE,CAAC,OAAO,CAAC,EAAE;IAC9C,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAC7B,OAAO,CAAC,EAAE,mBAAmB,CAAA;CAC7B,KAAK,WAAW,CAChB,UAAU,CAAC,OAAO,GAAG,QAAQ,GAAG,aAAa,EAAE,aAAa,CAAC,EAC7D,YAAY,GAAG,YAAY,CAUzB,CAAA;AAEH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"presets_browser_gizmo.js","sourceRoot":"","sources":["../ts/presets_browser_gizmo.ts"],"names":[],"mappings":";;;AAAA,uCAOsB;AACtB,+CAA+F;AAC/F,uEAAuE;AAEvE,+CAA+F;AAMlF,QAAA,qBAAqB,GAM9B,IAAA,YAAM,EAAC,CAAC,OAA0E,EAAE,EAAE,CAAC,CAAC;IAC3F,MAAM,EAAE,YAAM,CAAC,OAAO,EAAW,CAAC,OAAO,EAAY,CAAC,OAAO,EAAiB,CAAC,QAAQ,EAAiB;IACxG,KAAK,CAAC,MAAM,CAAC,GAAG;QACf,OAAO,IAAA,cAAQ,EAAC,GAAG,CAAC;aAClB,IAAI,CAAC,IAAA,wBAAc,EAAC,OAAO,EAAE,OAAO,CAAC,CAAC;aACtC,IAAI,CAAC,6CAAuB,CAAC;aAC7B,IAAI,CAAC,IAAA,wBAAc,EAAC,OAAO,EAAE,OAAO,CAAC,CAAC;aACtC,MAAM,EAAE,CAAA;IACX,CAAC;CACD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"presets_browser_gizmo.js","sourceRoot":"","sources":["../ts/presets_browser_gizmo.ts"],"names":[],"mappings":";;;AAAA,uCAOsB;AACtB,+CAA+F;AAC/F,uEAAuE;AAEvE,+CAA+F;AAGlF,QAAA,qBAAqB,GAM9B,IAAA,YAAM,EAAC,CAAC,OAA0E,EAAE,EAAE,CAAC,CAAC;IAC3F,MAAM,EAAE,YAAM,CAAC,OAAO,EAAW,CAAC,OAAO,EAAY,CAAC,OAAO,EAAiB,CAAC,QAAQ,EAAiB;IACxG,KAAK,CAAC,MAAM,CAAC,GAAG;QACf,OAAO,IAAA,cAAQ,EAAC,GAAG,CAAC;aAClB,IAAI,CAAC,IAAA,wBAAc,EAAC,OAAO,EAAE,OAAO,CAAC,CAAC;aACtC,IAAI,CAAC,6CAAuB,CAAC;aAC7B,IAAI,CAAC,IAAA,wBAAc,EAAC,OAAO,EAAE,OAAO,CAAC,CAAC;aACtC,MAAM,EAAE,CAAA;IACX,CAAC;CACD,CAAC,CAAC,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from '@just-web/browser-preferences/testing';
2
+ export * from '@just-web/browser/testing';
3
+ export * from '@just-web/history/testing';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/testing/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA;AACrD,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("@just-web/browser-preferences/testing"), exports);
18
+ __exportStar(require("@just-web/browser/testing"), exports);
19
+ __exportStar(require("@just-web/history/testing"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/testing/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wEAAqD;AACrD,4DAAyC;AACzC,4DAAyC"}
package/esm/index.d.ts CHANGED
@@ -1,2 +1,4 @@
1
+ export * from './just_web_browser.types.js';
2
+ export * from './just_web_history.types.js';
1
3
  export * from './presets_browser_gizmo.js';
2
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA"}
package/esm/index.js CHANGED
@@ -1,2 +1,4 @@
1
+ export * from './just_web_browser.types.js';
2
+ export * from './just_web_history.types.js';
1
3
  export * from './presets_browser_gizmo.js';
2
4
  //# sourceMappingURL=index.js.map
package/esm/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export type { BrowserGizmo, BrowserGizmoOptions, ReadonlyErrorStore, ErrorStore } from '@just-web/browser';
2
+ //# sourceMappingURL=just_web_browser.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"just_web_browser.types.d.ts","sourceRoot":"","sources":["../ts/just_web_browser.types.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,YAAY,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=just_web_browser.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"just_web_browser.types.js","sourceRoot":"","sources":["../ts/just_web_browser.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export type { BrowserHistory, History, HistoryGizmo, HistoryGizmoOptions } from '@just-web/history';
2
+ //# sourceMappingURL=just_web_history.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"just_web_history.types.d.ts","sourceRoot":"","sources":["../ts/just_web_history.types.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,cAAc,EAAE,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=just_web_history.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"just_web_history.types.js","sourceRoot":"","sources":["../ts/just_web_history.types.ts"],"names":[],"mappings":""}
@@ -3,8 +3,6 @@ import { type BrowserGizmo, type BrowserGizmoOptions } from '@just-web/browser';
3
3
  import type { CommandsGizmo } from '@just-web/commands';
4
4
  import { type HistoryGizmo, type HistoryGizmoOptions } from '@just-web/history';
5
5
  import type { KeyboardGizmo } from '@just-web/keyboard';
6
- export type { ReadonlyErrorStore } from '@just-web/browser';
7
- export type { BrowserHistory } from 'history';
8
6
  export declare const presetsBrowserGizmoFn: (options?: {
9
7
  browser?: BrowserGizmoOptions;
10
8
  history?: HistoryGizmoOptions;
@@ -1 +1 @@
1
- {"version":3,"file":"presets_browser_gizmo.d.ts","sourceRoot":"","sources":["../ts/presets_browser_gizmo.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EAEN,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,MAAM,eAAe,CAAA;AACtB,OAAO,EAAkB,KAAK,YAAY,EAAE,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE/F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AACvD,OAAO,EAAkB,KAAK,YAAY,EAAE,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAC/F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,YAAY,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAC3D,YAAY,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C,eAAO,MAAM,qBAAqB,EAAE,CAAC,OAAO,CAAC,EAAE;IAC9C,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAC7B,OAAO,CAAC,EAAE,mBAAmB,CAAA;CAC7B,KAAK,WAAW,CAChB,UAAU,CAAC,OAAO,GAAG,QAAQ,GAAG,aAAa,EAAE,aAAa,CAAC,EAC7D,YAAY,GAAG,YAAY,CAUzB,CAAA;AAEH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA"}
1
+ {"version":3,"file":"presets_browser_gizmo.d.ts","sourceRoot":"","sources":["../ts/presets_browser_gizmo.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EAEN,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,MAAM,eAAe,CAAA;AACtB,OAAO,EAAkB,KAAK,YAAY,EAAE,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE/F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AACvD,OAAO,EAAkB,KAAK,YAAY,EAAE,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAC/F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,eAAO,MAAM,qBAAqB,EAAE,CAAC,OAAO,CAAC,EAAE;IAC9C,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAC7B,OAAO,CAAC,EAAE,mBAAmB,CAAA;CAC7B,KAAK,WAAW,CAChB,UAAU,CAAC,OAAO,GAAG,QAAQ,GAAG,aAAa,EAAE,aAAa,CAAC,EAC7D,YAAY,GAAG,YAAY,CAUzB,CAAA;AAEH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"presets_browser_gizmo.js","sourceRoot":"","sources":["../ts/presets_browser_gizmo.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EACN,QAAQ,EAKR,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,cAAc,EAA+C,MAAM,mBAAmB,CAAA;AAC/F,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAEvE,OAAO,EAAE,cAAc,EAA+C,MAAM,mBAAmB,CAAA;AAM/F,MAAM,CAAC,MAAM,qBAAqB,GAM9B,MAAM,CAAC,CAAC,OAA0E,EAAE,EAAE,CAAC,CAAC;IAC3F,MAAM,EAAE,MAAM,CAAC,OAAO,EAAW,CAAC,OAAO,EAAY,CAAC,OAAO,EAAiB,CAAC,QAAQ,EAAiB;IACxG,KAAK,CAAC,MAAM,CAAC,GAAG;QACf,OAAO,QAAQ,CAAC,GAAG,CAAC;aAClB,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;aACtC,IAAI,CAAC,uBAAuB,CAAC;aAC7B,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;aACtC,MAAM,EAAE,CAAA;IACX,CAAC;CACD,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"presets_browser_gizmo.js","sourceRoot":"","sources":["../ts/presets_browser_gizmo.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EACN,QAAQ,EAKR,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,cAAc,EAA+C,MAAM,mBAAmB,CAAA;AAC/F,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAEvE,OAAO,EAAE,cAAc,EAA+C,MAAM,mBAAmB,CAAA;AAG/F,MAAM,CAAC,MAAM,qBAAqB,GAM9B,MAAM,CAAC,CAAC,OAA0E,EAAE,EAAE,CAAC,CAAC;IAC3F,MAAM,EAAE,MAAM,CAAC,OAAO,EAAW,CAAC,OAAO,EAAY,CAAC,OAAO,EAAiB,CAAC,QAAQ,EAAiB;IACxG,KAAK,CAAC,MAAM,CAAC,GAAG;QACf,OAAO,QAAQ,CAAC,GAAG,CAAC;aAClB,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;aACtC,IAAI,CAAC,uBAAuB,CAAC;aAC7B,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;aACtC,MAAM,EAAE,CAAA;IACX,CAAC;CACD,CAAC,CAAC,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from '@just-web/browser-preferences/testing';
2
+ export * from '@just-web/browser/testing';
3
+ export * from '@just-web/history/testing';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/testing/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA;AACrD,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from '@just-web/browser-preferences/testing';
2
+ export * from '@just-web/browser/testing';
3
+ export * from '@just-web/history/testing';
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/testing/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA;AACrD,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@just-web/presets-browser",
3
- "version": "7.0.5",
3
+ "version": "7.1.0",
4
4
  "description": "just-web presets for browser related features",
5
5
  "keywords": [
6
6
  "just-web",
@@ -34,6 +34,17 @@
34
34
  "require": "./cjs/index.js"
35
35
  },
36
36
  "default": "./esm/index.js"
37
+ },
38
+ "./testing": {
39
+ "import": {
40
+ "types": "./esm/testing/index.d.ts",
41
+ "default": "./esm/testing/index.js"
42
+ },
43
+ "require": {
44
+ "types": "./cjs/testing/index.d.ts",
45
+ "default": "./cjs/testing/index.js"
46
+ },
47
+ "default": "./esm/testing/index.js"
37
48
  }
38
49
  },
39
50
  "main": "./cjs/index.js",
@@ -42,13 +53,14 @@
42
53
  "files": [
43
54
  "cjs",
44
55
  "esm",
56
+ "testing",
45
57
  "ts",
46
58
  "!**/*.{spec,test,unit,accept,integrate,system,perf,stress}.*"
47
59
  ],
48
60
  "dependencies": {
49
- "@just-web/browser": "^8.0.3",
50
- "@just-web/browser-preferences": "^8.0.3",
51
- "@just-web/history": "^2.0.8"
61
+ "@just-web/browser": "^8.1.0",
62
+ "@just-web/browser-preferences": "^8.1.0",
63
+ "@just-web/history": "^2.1.0"
52
64
  },
53
65
  "devDependencies": {
54
66
  "@repobuddy/jest": "^3.3.0",
@@ -57,7 +69,6 @@
57
69
  "@types/jest": "^29.5.1",
58
70
  "cross-env": "^7.0.3",
59
71
  "depcheck": "~1.4.3",
60
- "history": "^5.3.0",
61
72
  "jest": "^29.5.0",
62
73
  "jest-validate": "^29.5.0",
63
74
  "jest-watch-suspend": "^1.1.2",
@@ -0,0 +1 @@
1
+ export * from '../cjs/testing'
@@ -0,0 +1 @@
1
+ module.exports = require('../cjs/testing')
package/ts/index.ts CHANGED
@@ -1 +1,3 @@
1
+ export * from './just_web_browser.types.js'
2
+ export * from './just_web_history.types.js'
1
3
  export * from './presets_browser_gizmo.js'
@@ -0,0 +1 @@
1
+ export type { BrowserGizmo, BrowserGizmoOptions, ReadonlyErrorStore, ErrorStore } from '@just-web/browser'
@@ -0,0 +1 @@
1
+ export type { BrowserHistory, History, HistoryGizmo, HistoryGizmoOptions } from '@just-web/history'
@@ -12,9 +12,6 @@ import type { CommandsGizmo } from '@just-web/commands'
12
12
  import { historyGizmoFn, type HistoryGizmo, type HistoryGizmoOptions } from '@just-web/history'
13
13
  import type { KeyboardGizmo } from '@just-web/keyboard'
14
14
 
15
- export type { ReadonlyErrorStore } from '@just-web/browser'
16
- export type { BrowserHistory } from 'history'
17
-
18
15
  export const presetsBrowserGizmoFn: (options?: {
19
16
  browser?: BrowserGizmoOptions
20
17
  history?: HistoryGizmoOptions
@@ -0,0 +1,3 @@
1
+ export * from '@just-web/browser-preferences/testing'
2
+ export * from '@just-web/browser/testing'
3
+ export * from '@just-web/history/testing'