@push.rocks/smartstate 2.0.17 → 2.0.18

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.
@@ -11190,7 +11190,7 @@ var Smartstate = class {
11190
11190
  /**
11191
11191
  * Allows getting and initializing a new statepart
11192
11192
  * initMode === 'soft' it will allow existing stateparts
11193
- * initMode === 'mandatory' will fail if there is an exiting statepart
11193
+ * initMode === 'mandatory' will fail if there is an existing statepart
11194
11194
  * initMode === 'force' will overwrite any existing statepart
11195
11195
  * @param statePartNameArg
11196
11196
  * @param initialArg
@@ -11214,7 +11214,7 @@ var Smartstate = class {
11214
11214
  }
11215
11215
  }
11216
11216
  /**
11217
- * creates a statepart
11217
+ * Creates a statepart
11218
11218
  * @param statePartName
11219
11219
  * @param initialPayloadArg
11220
11220
  */