@webitel/ui-sdk 25.4.15 → 25.4.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "25.04.15",
3
+ "version": "25.04.16",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -103,6 +103,7 @@ export const createTableHeadersStore = (
103
103
  PersistedStorageType.LocalStorage,
104
104
  PersistedStorageType.Route,
105
105
  ],
106
+ storagePath: id,
106
107
  onStore: (save, { name }) => {
107
108
  const value = fields.value.join(',');
108
109
  return save({ name, value });