poe-svelte-ui-lib 1.2.4 → 1.2.5

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.
@@ -126,7 +126,7 @@
126
126
  if (value === 2) {
127
127
  component.properties.items.forEach((_item: any, index: number) => {
128
128
  const items = [...(component.properties?.items || [])]
129
- items[index]['class'] = twMerge(items[index].class, `w-1/${items.length}`)
129
+ items[index]['class'] = twMerge(items[index].class, `w-1/${items.length}!`)
130
130
  updateProperty('items', items, component, onPropertyChange)
131
131
  })
132
132
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {