wicked-studio 0.4.11 → 0.4.12

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,8 +9,8 @@
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-MVBENzHL.js"></script>
13
- <link rel="stylesheet" crossorigin href="/assets/index-DDpidE4C.css">
12
+ <script type="module" crossorigin src="/assets/index-Dmv8_LV-.js"></script>
13
+ <link rel="stylesheet" crossorigin href="/assets/index-Cm_7U3Ys.css">
14
14
  </head>
15
15
  <body>
16
16
  <div id="root"></div>
@@ -8,11 +8,11 @@
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.11",
11
+ "studioVersion": "0.4.12",
12
12
  "counts": {
13
- "files": 117,
14
- "occurrences": 947,
15
- "static": 811,
13
+ "files": 120,
14
+ "occurrences": 965,
15
+ "static": 826,
16
16
  "dynamic": 43,
17
17
  "computed": 6
18
18
  },
@@ -2866,6 +2866,90 @@
2866
2866
  "src/components/ProjectsPage.tsx"
2867
2867
  ]
2868
2868
  },
2869
+ {
2870
+ "testId": "proposal-approve",
2871
+ "files": [
2872
+ "src/components/ProposalsList.tsx"
2873
+ ]
2874
+ },
2875
+ {
2876
+ "testId": "proposal-card",
2877
+ "files": [
2878
+ "src/components/ProposalsList.tsx"
2879
+ ]
2880
+ },
2881
+ {
2882
+ "testId": "proposal-kind-chip",
2883
+ "files": [
2884
+ "src/components/ProposalChips.tsx"
2885
+ ]
2886
+ },
2887
+ {
2888
+ "testId": "proposal-policy-target",
2889
+ "files": [
2890
+ "src/components/ProposalsList.tsx"
2891
+ ]
2892
+ },
2893
+ {
2894
+ "testId": "proposal-reject",
2895
+ "files": [
2896
+ "src/components/ProposalsList.tsx"
2897
+ ]
2898
+ },
2899
+ {
2900
+ "testId": "proposals-empty",
2901
+ "files": [
2902
+ "src/components/ProposalsList.tsx"
2903
+ ]
2904
+ },
2905
+ {
2906
+ "testId": "proposals-error",
2907
+ "files": [
2908
+ "src/components/ProposalsList.tsx"
2909
+ ]
2910
+ },
2911
+ {
2912
+ "testId": "proposals-filter",
2913
+ "files": [
2914
+ "src/components/ProposalsPage.tsx"
2915
+ ]
2916
+ },
2917
+ {
2918
+ "testId": "proposals-filter-chip",
2919
+ "files": [
2920
+ "src/components/ProposalsPage.tsx"
2921
+ ]
2922
+ },
2923
+ {
2924
+ "testId": "proposals-list",
2925
+ "files": [
2926
+ "src/components/ProposalsList.tsx"
2927
+ ]
2928
+ },
2929
+ {
2930
+ "testId": "proposals-loading",
2931
+ "files": [
2932
+ "src/components/ProposalsList.tsx"
2933
+ ]
2934
+ },
2935
+ {
2936
+ "testId": "proposals-note",
2937
+ "files": [
2938
+ "src/components/ProposalsPage.tsx"
2939
+ ]
2940
+ },
2941
+ {
2942
+ "testId": "proposals-page",
2943
+ "files": [
2944
+ "src/components/ProposalsPage.tsx"
2945
+ ]
2946
+ },
2947
+ {
2948
+ "testId": "proposals-unsupported",
2949
+ "files": [
2950
+ "src/components/ProposalsPage.tsx"
2951
+ ]
2952
+ },
2869
2953
  {
2870
2954
  "testId": "quick-action",
2871
2955
  "files": [
@@ -2968,6 +3052,12 @@
2968
3052
  "src/components/LeftSidebar.tsx"
2969
3053
  ]
2970
3054
  },
3055
+ {
3056
+ "testId": "rail-proposal-kind",
3057
+ "files": [
3058
+ "src/components/LeftSidebar.tsx"
3059
+ ]
3060
+ },
2971
3061
  {
2972
3062
  "testId": "rail-repo",
2973
3063
  "files": [
@@ -5208,6 +5298,8 @@
5208
5298
  "files": [
5209
5299
  "src/components/CampaignScoreboard.tsx",
5210
5300
  "src/components/GroupChat.tsx",
5301
+ "src/components/ProposalChips.tsx",
5302
+ "src/components/ProposalsList.tsx",
5211
5303
  "src/components/SteeringAddMenu.tsx",
5212
5304
  "src/components/SteeringGrid.tsx",
5213
5305
  "src/components/SteeringHealth.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wicked-studio",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
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": {