@milaboratories/uikit 2.2.14 → 2.2.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": "@milaboratories/uikit",
3
- "version": "2.2.14",
3
+ "version": "2.2.16",
4
4
  "type": "module",
5
5
  "main": "dist/pl-uikit.umd.js",
6
6
  "module": "dist/pl-uikit.js",
@@ -123,6 +123,7 @@ const query = (handle: StorageHandle, dirPath: string) => {
123
123
  };
124
124
 
125
125
  const load = () => {
126
+ resetData();
126
127
  const { storageHandle, dirPath, modelValue } = lookup.value;
127
128
  if (storageHandle && modelValue) {
128
129
  query(storageHandle, dirPath);
@@ -22,6 +22,7 @@
22
22
  padding: 20px 24px;
23
23
 
24
24
  &__default {
25
+ flex: 1;
25
26
  margin: 0;
26
27
  color: var(--txt-01);
27
28
  font-size: 28px;