@kenkaiiii/gg-boss 4.3.147 → 4.3.149
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.
|
@@ -90902,6 +90902,19 @@ var bossStore = {
|
|
|
90902
90902
|
};
|
|
90903
90903
|
notify();
|
|
90904
90904
|
},
|
|
90905
|
+
/**
|
|
90906
|
+
* Append the eye-catching update-available notice. Distinct kind so the
|
|
90907
|
+
* renderer can give it the rounded green-bordered "✨ ..." box treatment
|
|
90908
|
+
* that mirrors ggcoder's update notice — flat info text gets lost in
|
|
90909
|
+
* worker chatter, this stands out.
|
|
90910
|
+
*/
|
|
90911
|
+
appendUpdateNotice(text) {
|
|
90912
|
+
state = {
|
|
90913
|
+
...state,
|
|
90914
|
+
history: [...state.history, { kind: "update_notice", id: id(), text }]
|
|
90915
|
+
};
|
|
90916
|
+
notify();
|
|
90917
|
+
},
|
|
90905
90918
|
/**
|
|
90906
90919
|
* Queue an info message to be appended AFTER the boss's current turn ends.
|
|
90907
90920
|
* Used by tools (like add_task's keybind hint) that fire mid-turn and would
|
|
@@ -93185,4 +93198,4 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
93185
93198
|
* LICENSE file in the root directory of this source tree.
|
|
93186
93199
|
*)
|
|
93187
93200
|
*/
|
|
93188
|
-
//# sourceMappingURL=chunk-
|
|
93201
|
+
//# sourceMappingURL=chunk-ZNVFGIDI.js.map
|