@next-core/brick-utils 2.45.12 → 2.45.14

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.
@@ -19871,6 +19871,9 @@
19871
19871
  function trackState(raw) {
19872
19872
  return track(raw, "track state", "STATE");
19873
19873
  }
19874
+ function trackFormState(raw) {
19875
+ return track(raw, "track formstate", "FORM_STATE");
19876
+ }
19874
19877
  function trackUsedContext(data) {
19875
19878
  return trackUsed(data, "CTX");
19876
19879
  }
@@ -20301,6 +20304,7 @@
20301
20304
  exports.toPath = toPath;
20302
20305
  exports.tokTypes = tokTypes_1;
20303
20306
  exports.trackContext = trackContext;
20307
+ exports.trackFormState = trackFormState;
20304
20308
  exports.trackState = trackState;
20305
20309
  exports.trackUsedContext = trackUsedContext;
20306
20310
  exports.trackUsedState = trackUsedState;