@wcstack/fullscreen 1.22.5 → 1.23.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.
package/README.ja.md CHANGED
@@ -181,6 +181,8 @@ await core.exitFullscreen();
181
181
  core.dispose(); // fullscreenchange リスナーを外す
182
182
  ```
183
183
 
184
+ Core の構造サーフェスは wcstack I/O ノード横断の規範です([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.md))。要素なしで signals に束縛するには [@wcstack/signals — Core を直接束縛する](../signals/README.ja.md#core-を直接束縛する要素なし) を参照。
185
+
184
186
  ## ライセンス
185
187
 
186
188
  MIT
package/README.md CHANGED
@@ -184,6 +184,8 @@ await core.exitFullscreen();
184
184
  core.dispose(); // detach the fullscreenchange listener
185
185
  ```
186
186
 
187
+ The structural Core surface is normative across wcstack IO nodes ([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.md)); to bind it into signals with no element at all, see [@wcstack/signals — Binding a Core directly](../signals/README.md#binding-a-core-directly-no-element).
188
+
187
189
  ## License
188
190
 
189
191
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/fullscreen",
3
- "version": "1.22.5",
3
+ "version": "1.23.0",
4
4
  "description": "Declarative Fullscreen API component for Web Components. Framework-agnostic requestFullscreen()/exitFullscreen() control via wc-bindable-protocol.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.esm.js",