@cloudflare/realtimekit-ui 1.0.5-staging.1 → 1.0.5-staging.2

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.
@@ -3396,7 +3396,7 @@ __decorate$q([
3396
3396
  ], RtkDebuggerVideo.prototype, "t", void 0);
3397
3397
  RtkDebuggerVideo.style = RtkDebuggerVideoStyle0;
3398
3398
 
3399
- const rtkDialogCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{word-wrap:break-word;overflow-wrap:break-word}#dialog{position:relative;max-height:100%;max-width:100%;padding:var(--rtk-space-0, 0px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}#dialog::backdrop{background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / 0.5);-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}#dismiss-btn{position:absolute;top:var(--rtk-space-3, 12px);right:var(--rtk-space-3, 12px);z-index:50}::slotted(*){max-height:100%;max-width:100%}";
3399
+ const rtkDialogCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{word-wrap:break-word;overflow-wrap:break-word}#dialog{position:relative;max-height:100%;max-width:100%;padding:var(--rtk-space-0, 0px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}#dialog::backdrop{background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / 0.5);-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}#dismiss-btn{position:absolute;top:var(--rtk-space-3, 12px);right:var(--rtk-space-3, 12px);z-index:50}::slotted(*){max-width:100%;height:auto;min-height:-moz-fit-content;min-height:fit-content}";
3400
3400
  const RtkDialogStyle0 = rtkDialogCss;
3401
3401
 
3402
3402
  var __decorate$p = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
@@ -42,6 +42,14 @@ p {
42
42
  }
43
43
 
44
44
  ::slotted(*) {
45
- max-height: 100%;
45
+ /*
46
+ * In Safari,
47
+ * Adding max-h-full might break settings, audio_playback and troubleshooting modals.
48
+ * If you ever have to add max-h-full back,
49
+ * Make sure to test with Safari.
50
+ */
46
51
  max-width: 100%;
52
+ height: auto;
53
+ min-height: -moz-fit-content;
54
+ min-height: fit-content;
47
55
  }
@@ -11,7 +11,7 @@ import { d as defineCustomElement$M } from './p-0ed5724c.js';
11
11
  import { d as defineCustomElement$L } from './p-1391bef0.js';
12
12
  import { d as defineCustomElement$K } from './p-31bcc734.js';
13
13
  import { d as defineCustomElement$J } from './p-04d15eb6.js';
14
- import { d as defineCustomElement$I } from './p-72ca9fd3.js';
14
+ import { d as defineCustomElement$I } from './p-8f513cbb.js';
15
15
  import { d as defineCustomElement$H } from './p-5ebc407b.js';
16
16
  import { d as defineCustomElement$G } from './p-5bcc3fbf.js';
17
17
  import { d as defineCustomElement$F } from './p-1bab77e6.js';
@@ -25,8 +25,8 @@ import { d as defineCustomElement$y } from './p-8183bf13.js';
25
25
  import { d as defineCustomElement$x } from './p-dd02fd30.js';
26
26
  import { d as defineCustomElement$w } from './p-01da0593.js';
27
27
  import { d as defineCustomElement$v } from './p-69c80d56.js';
28
- import { d as defineCustomElement$u } from './p-750d5890.js';
29
- import { d as defineCustomElement$t } from './p-431bde35.js';
28
+ import { d as defineCustomElement$u } from './p-7960f355.js';
29
+ import { d as defineCustomElement$t } from './p-cb12ef1a.js';
30
30
  import { d as defineCustomElement$s } from './p-f27918e3.js';
31
31
  import { d as defineCustomElement$r } from './p-ef17e3c1.js';
32
32
  import { d as defineCustomElement$q } from './p-07b63e04.js';
@@ -4,7 +4,7 @@ import { S as SyncWithStore } from './p-d9827659.js';
4
4
  import { d as defineCustomElement$2 } from './p-1391bef0.js';
5
5
  import { d as defineCustomElement$1 } from './p-3b29dda1.js';
6
6
 
7
- const rtkDialogCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{word-wrap:break-word;overflow-wrap:break-word}#dialog{position:relative;max-height:100%;max-width:100%;padding:var(--rtk-space-0, 0px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}#dialog::backdrop{background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / 0.5);-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}#dismiss-btn{position:absolute;top:var(--rtk-space-3, 12px);right:var(--rtk-space-3, 12px);z-index:50}::slotted(*){max-height:100%;max-width:100%}";
7
+ const rtkDialogCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{word-wrap:break-word;overflow-wrap:break-word}#dialog{position:relative;max-height:100%;max-width:100%;padding:var(--rtk-space-0, 0px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}#dialog::backdrop{background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / 0.5);-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}#dismiss-btn{position:absolute;top:var(--rtk-space-3, 12px);right:var(--rtk-space-3, 12px);z-index:50}::slotted(*){max-width:100%;height:auto;min-height:-moz-fit-content;min-height:fit-content}";
8
8
  const RtkDialogStyle0 = rtkDialogCss;
9
9
 
10
10
  var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
@@ -5,7 +5,7 @@ import { S as SyncWithStore } from './p-d9827659.js';
5
5
  import { d as defineCustomElement$7 } from './p-c05f6b8c.js';
6
6
  import { d as defineCustomElement$6 } from './p-1391bef0.js';
7
7
  import { d as defineCustomElement$5 } from './p-04d15eb6.js';
8
- import { d as defineCustomElement$4 } from './p-750d5890.js';
8
+ import { d as defineCustomElement$4 } from './p-7960f355.js';
9
9
  import { d as defineCustomElement$3 } from './p-3b29dda1.js';
10
10
  import { d as defineCustomElement$2 } from './p-f6ccc017.js';
11
11
  import { d as defineCustomElement$1 } from './p-895216f5.js';
@@ -16,7 +16,7 @@ import { d as defineCustomElement$d } from './p-8183bf13.js';
16
16
  import { d as defineCustomElement$c } from './p-dd02fd30.js';
17
17
  import { d as defineCustomElement$b } from './p-01da0593.js';
18
18
  import { d as defineCustomElement$a } from './p-69c80d56.js';
19
- import { d as defineCustomElement$9 } from './p-750d5890.js';
19
+ import { d as defineCustomElement$9 } from './p-7960f355.js';
20
20
  import { d as defineCustomElement$8 } from './p-3b29dda1.js';
21
21
  import { d as defineCustomElement$7 } from './p-a96f61c3.js';
22
22
  import { d as defineCustomElement$6 } from './p-2e39722f.js';
@@ -1,4 +1,4 @@
1
- import { R as RtkChannelHeader$1, d as defineCustomElement$1 } from './p-72ca9fd3.js';
1
+ import { R as RtkChannelHeader$1, d as defineCustomElement$1 } from './p-8f513cbb.js';
2
2
 
3
3
  const RtkChannelHeader = RtkChannelHeader$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkChat$1, d as defineCustomElement$1 } from './p-aaaa2ffd.js';
1
+ import { R as RtkChat$1, d as defineCustomElement$1 } from './p-1d624be9.js';
2
2
 
3
3
  const RtkChat = RtkChat$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkDialogManager$1, d as defineCustomElement$1 } from './p-431bde35.js';
1
+ import { R as RtkDialogManager$1, d as defineCustomElement$1 } from './p-cb12ef1a.js';
2
2
 
3
3
  const RtkDialogManager = RtkDialogManager$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkDialog$1, d as defineCustomElement$1 } from './p-750d5890.js';
1
+ import { R as RtkDialog$1, d as defineCustomElement$1 } from './p-7960f355.js';
2
2
 
3
3
  const RtkDialog = RtkDialog$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -13,9 +13,9 @@ import { d as defineCustomElement$O } from './p-0ed5724c.js';
13
13
  import { d as defineCustomElement$N } from './p-1391bef0.js';
14
14
  import { d as defineCustomElement$M } from './p-31bcc734.js';
15
15
  import { d as defineCustomElement$L } from './p-04d15eb6.js';
16
- import { d as defineCustomElement$K } from './p-72ca9fd3.js';
16
+ import { d as defineCustomElement$K } from './p-8f513cbb.js';
17
17
  import { d as defineCustomElement$J } from './p-5ebc407b.js';
18
- import { d as defineCustomElement$I } from './p-aaaa2ffd.js';
18
+ import { d as defineCustomElement$I } from './p-1d624be9.js';
19
19
  import { d as defineCustomElement$H } from './p-5bcc3fbf.js';
20
20
  import { d as defineCustomElement$G } from './p-1bab77e6.js';
21
21
  import { d as defineCustomElement$F } from './p-e7cce7d7.js';
@@ -28,8 +28,8 @@ import { d as defineCustomElement$z } from './p-8183bf13.js';
28
28
  import { d as defineCustomElement$y } from './p-dd02fd30.js';
29
29
  import { d as defineCustomElement$x } from './p-01da0593.js';
30
30
  import { d as defineCustomElement$w } from './p-69c80d56.js';
31
- import { d as defineCustomElement$v } from './p-750d5890.js';
32
- import { d as defineCustomElement$u } from './p-431bde35.js';
31
+ import { d as defineCustomElement$v } from './p-7960f355.js';
32
+ import { d as defineCustomElement$u } from './p-cb12ef1a.js';
33
33
  import { d as defineCustomElement$t } from './p-f27918e3.js';
34
34
  import { d as defineCustomElement$s } from './p-ef17e3c1.js';
35
35
  import { d as defineCustomElement$r } from './p-07b63e04.js';
@@ -2,7 +2,7 @@ import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-
2
2
  import { C as disableSettingSinkId, e as defaultIconPack, h as useLanguage, N as isLiveStreamViewer } from './p-fa889524.js';
3
3
  import { S as SyncWithStore } from './p-d9827659.js';
4
4
  import { d as defineCustomElement$4 } from './p-1391bef0.js';
5
- import { d as defineCustomElement$3 } from './p-750d5890.js';
5
+ import { d as defineCustomElement$3 } from './p-7960f355.js';
6
6
  import { d as defineCustomElement$2 } from './p-3b29dda1.js';
7
7
 
8
8
  /**
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-08-07T10:40:35",
2
+ "timestamp": "2025-08-08T07:52:32",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.27.2",
@@ -13975,7 +13975,7 @@ __decorate$q$1([
13975
13975
  ], RtkDebuggerVideo.prototype, "t", void 0);
13976
13976
  RtkDebuggerVideo.style = RtkDebuggerVideoStyle0;
13977
13977
 
13978
- const rtkDialogCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{word-wrap:break-word;overflow-wrap:break-word}#dialog{position:relative;max-height:100%;max-width:100%;padding:var(--rtk-space-0, 0px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}#dialog::backdrop{background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / 0.5);-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}#dismiss-btn{position:absolute;top:var(--rtk-space-3, 12px);right:var(--rtk-space-3, 12px);z-index:50}::slotted(*){max-height:100%;max-width:100%}";
13978
+ const rtkDialogCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{word-wrap:break-word;overflow-wrap:break-word}#dialog{position:relative;max-height:100%;max-width:100%;padding:var(--rtk-space-0, 0px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}#dialog::backdrop{background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / 0.5);-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}#dismiss-btn{position:absolute;top:var(--rtk-space-3, 12px);right:var(--rtk-space-3, 12px);z-index:50}::slotted(*){max-width:100%;height:auto;min-height:-moz-fit-content;min-height:fit-content}";
13979
13979
  const RtkDialogStyle0 = rtkDialogCss;
13980
13980
 
13981
13981
  var __decorate$p$1 = function (decorators, target, key, desc) {
@@ -3392,7 +3392,7 @@ __decorate$q([
3392
3392
  ], RtkDebuggerVideo.prototype, "t", void 0);
3393
3393
  RtkDebuggerVideo.style = RtkDebuggerVideoStyle0;
3394
3394
 
3395
- const rtkDialogCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{word-wrap:break-word;overflow-wrap:break-word}#dialog{position:relative;max-height:100%;max-width:100%;padding:var(--rtk-space-0, 0px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}#dialog::backdrop{background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / 0.5);-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}#dismiss-btn{position:absolute;top:var(--rtk-space-3, 12px);right:var(--rtk-space-3, 12px);z-index:50}::slotted(*){max-height:100%;max-width:100%}";
3395
+ const rtkDialogCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{word-wrap:break-word;overflow-wrap:break-word}#dialog{position:relative;max-height:100%;max-width:100%;padding:var(--rtk-space-0, 0px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}#dialog::backdrop{background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / 0.5);-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}#dismiss-btn{position:absolute;top:var(--rtk-space-3, 12px);right:var(--rtk-space-3, 12px);z-index:50}::slotted(*){max-width:100%;height:auto;min-height:-moz-fit-content;min-height:fit-content}";
3396
3396
  const RtkDialogStyle0 = rtkDialogCss;
3397
3397
 
3398
3398
  var __decorate$p = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {