tyrell-components 1.0.0-TC49 → 1.0.0-TC50

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.
@@ -52,8 +52,10 @@ export declare class TyModal extends HTMLElement {
52
52
  set open(v: boolean);
53
53
  get backdrop(): boolean;
54
54
  set backdrop(v: boolean);
55
+ /** @deprecated Use preventOutsideClick — prevent-* wins when both are set. */
55
56
  get closeOnOutsideClick(): boolean;
56
57
  set closeOnOutsideClick(v: boolean);
58
+ /** @deprecated Use preventEscape — prevent-* wins when both are set. */
57
59
  get closeOnEscape(): boolean;
58
60
  set closeOnEscape(v: boolean);
59
61
  get preventOutsideClick(): boolean;
package/lib/version.d.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  * This is automatically synced with package.json during build.
5
5
  * Use `npm version` to bump versions.
6
6
  */
7
- export declare const VERSION = "1.0.0-TC49";
7
+ export declare const VERSION = "1.0.0-TC50";
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.0.0-TC49';
1
+ export const VERSION = '1.0.0-TC50';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tyrell-components",
3
- "version": "1.0.0-TC49",
3
+ "version": "1.0.0-TC50",
4
4
  "description": "Tyrell Components - Framework-agnostic web components with semantic design system",
5
5
  "type": "module",
6
6
  "sideEffects": [