sprintify-ui 0.2.24 → 0.2.25

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": "sprintify-ui",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -51,10 +51,9 @@ const template = `
51
51
  field="title->en"
52
52
  :toggle="false"
53
53
  >
54
- <div class="max-w-[200px]">
55
- <div class="font-medium text-slate-900 leading-tight truncate">
56
- {{ row.title.slice(0, 30) }}...
57
- </div>
54
+ <div class="font-medium text-slate-900 leading-tight truncate">
55
+ {{ row.title.slice(0, 30) }}...
56
+ </div>
58
57
  </BaseTableColumn>
59
58
 
60
59
  <BaseTableColumn
@@ -138,7 +137,6 @@ const template = `
138
137
  </div>
139
138
  </template>
140
139
 
141
-
142
140
  <template #test>
143
141
  <div>
144
142
  Section Test