@just-web/presets-browser 7.0.4 → 7.0.6

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/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"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@just-web/presets-browser",
3
- "version": "7.0.4",
3
+ "version": "7.0.6",
4
4
  "description": "just-web presets for browser related features",
5
5
  "keywords": [
6
6
  "just-web",
@@ -46,9 +46,9 @@
46
46
  "!**/*.{spec,test,unit,accept,integrate,system,perf,stress}.*"
47
47
  ],
48
48
  "dependencies": {
49
- "@just-web/browser": "^8.0.2",
50
- "@just-web/browser-preferences": "^8.0.2",
51
- "@just-web/history": "^2.0.8"
49
+ "@just-web/browser": "^8.0.3",
50
+ "@just-web/browser-preferences": "^8.0.3",
51
+ "@just-web/history": "^2.0.9"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@repobuddy/jest": "^3.3.0",
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