@telepath-computer/television 0.1.205 → 0.1.206
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/dist/THIRD-PARTY-NOTICES.txt +46 -12
- package/dist/cli.cjs +1056 -84
- package/dist/onboarding/README.md +2 -2
- package/dist/views/markdown/THIRD-PARTY-NOTICES.txt +7 -7
- package/dist/views/markdown/index.html +22 -22
- package/dist/web/THIRD-PARTY-NOTICES.txt +4 -4
- package/dist/web/assets/{main-C6W2LLUt.js → main-DdeZRdEy.js} +2 -2
- package/dist/web/index.html +1 -1
- package/package.json +4 -1
|
@@ -7,8 +7,8 @@ screen's provenance is recorded.
|
|
|
7
7
|
|
|
8
8
|
**`business-ops`, `productivity`, and `research` are baked content**:
|
|
9
9
|
generated from the design sources under `specs/ui/onboarding/` by
|
|
10
|
-
`scripts/bake-onboarding.mjs` (specs/arch/onboarding/bake.md; requires
|
|
11
|
-
Node
|
|
10
|
+
`scripts/bake-onboarding.mjs` (specs/arch/onboarding/bake.md; requires the
|
|
11
|
+
repository's Node 24 toolchain). Do not edit
|
|
12
12
|
these screen folders or their `artifacts`/`layout` config entries by hand —
|
|
13
13
|
a re-bake overwrites them. To change their content, edit the design sources
|
|
14
14
|
and re-bake; the diff is reviewed and committed like any content change.
|
|
@@ -80,7 +80,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
80
80
|
THE SOFTWARE.
|
|
81
81
|
|
|
82
82
|
================================================================================
|
|
83
|
-
@codemirror/lang-html@6.4.
|
|
83
|
+
@codemirror/lang-html@6.4.12
|
|
84
84
|
Licensed under MIT.
|
|
85
85
|
--------------------------------------------------------------------------------
|
|
86
86
|
MIT License
|
|
@@ -236,7 +236,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
236
236
|
THE SOFTWARE.
|
|
237
237
|
|
|
238
238
|
================================================================================
|
|
239
|
-
@floating-ui/core@1.
|
|
239
|
+
@floating-ui/core@1.8.0
|
|
240
240
|
Licensed under MIT.
|
|
241
241
|
--------------------------------------------------------------------------------
|
|
242
242
|
MIT License
|
|
@@ -261,7 +261,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
261
261
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
262
262
|
|
|
263
263
|
================================================================================
|
|
264
|
-
@floating-ui/dom@1.
|
|
264
|
+
@floating-ui/dom@1.8.0
|
|
265
265
|
Licensed under MIT.
|
|
266
266
|
--------------------------------------------------------------------------------
|
|
267
267
|
MIT License
|
|
@@ -286,7 +286,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
286
286
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
287
287
|
|
|
288
288
|
================================================================================
|
|
289
|
-
@floating-ui/utils@0.2.
|
|
289
|
+
@floating-ui/utils@0.2.12
|
|
290
290
|
Licensed under MIT.
|
|
291
291
|
--------------------------------------------------------------------------------
|
|
292
292
|
MIT License
|
|
@@ -337,7 +337,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
337
337
|
THE SOFTWARE.
|
|
338
338
|
|
|
339
339
|
================================================================================
|
|
340
|
-
@lezer/css@1.3.
|
|
340
|
+
@lezer/css@1.3.6
|
|
341
341
|
Licensed under MIT.
|
|
342
342
|
--------------------------------------------------------------------------------
|
|
343
343
|
MIT License
|
|
@@ -441,7 +441,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
441
441
|
THE SOFTWARE.
|
|
442
442
|
|
|
443
443
|
================================================================================
|
|
444
|
-
@lezer/lr@1.4.
|
|
444
|
+
@lezer/lr@1.4.10
|
|
445
445
|
Licensed under MIT.
|
|
446
446
|
--------------------------------------------------------------------------------
|
|
447
447
|
MIT License
|
|
@@ -493,7 +493,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
493
493
|
THE SOFTWARE.
|
|
494
494
|
|
|
495
495
|
================================================================================
|
|
496
|
-
@marijn/find-cluster-break@1.0.
|
|
496
|
+
@marijn/find-cluster-break@1.0.3
|
|
497
497
|
Licensed under MIT.
|
|
498
498
|
--------------------------------------------------------------------------------
|
|
499
499
|
MIT License
|