poe-svelte-ui-lib 1.5.12 → 1.5.13

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.
@@ -186,7 +186,7 @@
186
186
 
187
187
  $effect(() => {
188
188
  const currentType = type
189
- if (type === 'logger') {
189
+ if (currentType === 'logger') {
190
190
  header = [
191
191
  {
192
192
  key: 'color',
@@ -142,7 +142,7 @@
142
142
  options={$optionsStore.TEXT_ALIGN_OPTIONS}
143
143
  onUpdate={(option) => updateProperty('label.class', twMerge(component.properties.label.class, option.value), component, onPropertyChange)}
144
144
  />
145
- {#if component.properties.stashData}
145
+ {#if component.properties.dataBuffer.stashData}
146
146
  <UI.Input
147
147
  label={{ name: $t('constructor.props.table.buffersize') }}
148
148
  type="number"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {