wicked-studio 0.4.4 → 0.4.5

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/index.html CHANGED
@@ -9,7 +9,7 @@
9
9
  <!-- The two faces of DES-VISION-001 §2.8: Inter (the --font-sans token names it;
10
10
  the legacy Archivo load was reconciled away in slice 3) + JetBrains Mono. -->
11
11
  <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet" />
12
- <script type="module" crossorigin src="/assets/index-DGa8A8Nw.js"></script>
12
+ <script type="module" crossorigin src="/assets/index-BjM4ynD1.js"></script>
13
13
  <link rel="stylesheet" crossorigin href="/assets/index-CwXkX3jQ.css">
14
14
  </head>
15
15
  <body>
@@ -8,12 +8,12 @@
8
8
  "Entry kinds: `static` values appear verbatim in the DOM; `dynamic` are template-literal testids with each ${expr} normalised to '*'; `computed` carry the raw JSX expression — dynamic/computed resolve only against a live DOM."
9
9
  ],
10
10
  "version": 1,
11
- "studioVersion": "0.4.4",
11
+ "studioVersion": "0.4.5",
12
12
  "counts": {
13
- "files": 114,
14
- "occurrences": 830,
15
- "static": 713,
16
- "dynamic": 40,
13
+ "files": 115,
14
+ "occurrences": 836,
15
+ "static": 717,
16
+ "dynamic": 41,
17
17
  "computed": 6
18
18
  },
19
19
  "static": [
@@ -532,13 +532,13 @@
532
532
  {
533
533
  "testId": "chat-cell",
534
534
  "files": [
535
- "src/components/GroupChat.tsx"
535
+ "src/components/ChatThread.tsx"
536
536
  ]
537
537
  },
538
538
  {
539
539
  "testId": "chat-cell-empty",
540
540
  "files": [
541
- "src/components/GroupChat.tsx"
541
+ "src/components/ChatThread.tsx"
542
542
  ]
543
543
  },
544
544
  {
@@ -571,6 +571,18 @@
571
571
  "src/components/GroupChat.tsx"
572
572
  ]
573
573
  },
574
+ {
575
+ "testId": "chat-narration-line",
576
+ "files": [
577
+ "src/components/ChatThread.tsx"
578
+ ]
579
+ },
580
+ {
581
+ "testId": "chat-narration-seat",
582
+ "files": [
583
+ "src/components/ChatThread.tsx"
584
+ ]
585
+ },
574
586
  {
575
587
  "testId": "chat-project-row",
576
588
  "files": [
@@ -592,13 +604,13 @@
592
604
  {
593
605
  "testId": "chat-round",
594
606
  "files": [
595
- "src/components/GroupChat.tsx"
607
+ "src/components/ChatThread.tsx"
596
608
  ]
597
609
  },
598
610
  {
599
611
  "testId": "chat-round-grid",
600
612
  "files": [
601
- "src/components/GroupChat.tsx"
613
+ "src/components/ChatThread.tsx"
602
614
  ]
603
615
  },
604
616
  {
@@ -625,6 +637,18 @@
625
637
  "src/components/GroupChat.tsx"
626
638
  ]
627
639
  },
640
+ {
641
+ "testId": "chat-thread",
642
+ "files": [
643
+ "src/components/GroupChat.tsx"
644
+ ]
645
+ },
646
+ {
647
+ "testId": "chat-view-toggle",
648
+ "files": [
649
+ "src/components/GroupChat.tsx"
650
+ ]
651
+ },
628
652
  {
629
653
  "testId": "chats-empty",
630
654
  "files": [
@@ -2910,7 +2934,7 @@
2910
2934
  {
2911
2935
  "testId": "seat-bubble",
2912
2936
  "files": [
2913
- "src/components/GroupChat.tsx"
2937
+ "src/components/ChatThread.tsx"
2914
2938
  ]
2915
2939
  },
2916
2940
  {
@@ -3995,7 +4019,7 @@
3995
4019
  {
3996
4020
  "testId": "user-bubble",
3997
4021
  "files": [
3998
- "src/components/GroupChat.tsx"
4022
+ "src/components/ChatThread.tsx"
3999
4023
  ]
4000
4024
  },
4001
4025
  {
@@ -4382,9 +4406,15 @@
4382
4406
  ]
4383
4407
  },
4384
4408
  {
4385
- "pattern": "chat-layout-*",
4409
+ "pattern": "chat-narration-raw-*",
4386
4410
  "files": [
4387
- "src/components/GroupChat.tsx"
4411
+ "src/components/ChatThread.tsx"
4412
+ ]
4413
+ },
4414
+ {
4415
+ "pattern": "chat-narration-toggle-*",
4416
+ "files": [
4417
+ "src/components/ChatThread.tsx"
4388
4418
  ]
4389
4419
  },
4390
4420
  {
@@ -4598,6 +4628,7 @@
4598
4628
  "expression": "testid",
4599
4629
  "files": [
4600
4630
  "src/components/CampaignScoreboard.tsx",
4631
+ "src/components/GroupChat.tsx",
4601
4632
  "src/components/SteeringAddMenu.tsx",
4602
4633
  "src/components/SteeringHealth.tsx",
4603
4634
  "src/components/SteeringRuleDrawer.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wicked-studio",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "The coder-facing skin of the wicked experience plane \u2014 a pure HTTP/WS client of the wicked-crew daemon's /api/v1",
5
5
  "type": "module",
6
6
  "repository": {