tsv2-library 0.2.6 → 0.2.8

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": "tsv2-library",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "author": "fixedassetv2-fe",
5
5
  "license": "ISC",
6
6
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",
@@ -152,7 +152,7 @@ export default {
152
152
  // Font
153
153
  '!text-header-weak text-xs font-medium tracking-[0.02em]',
154
154
 
155
- 'pr-1.5 -mr-1.5 pb-2 pl-1.5 -ml-1.5 pt-1.5 -mt-1.5',
155
+ 'pr-1.5 -mr-1.5 pl-1.5 -ml-1.5 pt-1.5 -mt-1.5',
156
156
 
157
157
  // Layout
158
158
  'flex flex-col gap-3',
@@ -176,7 +176,7 @@ export default {
176
176
  'flex items-center justify-end',
177
177
  'shrink-0',
178
178
  'text-right',
179
- 'gap-1',
179
+ 'gap-1 mt-2',
180
180
 
181
181
  // Shape
182
182
  'border-t-0',