tsv2-library 0.2.86 → 0.2.87

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.86",
3
+ "version": "0.2.87",
4
4
  "author": "fixedassetv2-fe",
5
5
  "license": "ISC",
6
6
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",
@@ -71,7 +71,7 @@ export default {
71
71
  ],
72
72
  }),
73
73
  table: {
74
- class: 'w-full border-separate border-spacing-0 border border-solid border-general-100 border-t-0 border-l-0 border-r-0 !rounded-lg overflow-hidden',
74
+ class: 'w-full !border-separate !border-spacing-0 !border !border-solid !border-general-100 !border-t-0 !border-l-0 !border-r-0 !rounded-lg',
75
75
  },
76
76
  thead: ({ context }) => ({
77
77
  class: [
@@ -84,6 +84,7 @@ export default {
84
84
  class: [
85
85
  // 'border-t border-surface-300 dark:border-surface-600',
86
86
  '[&_tr:last-of-type>td]:!border-b-0',
87
+ '[&_tr:last-of-type>td]:!rounded-lg',
87
88
  {
88
89
  'sticky z-20 font-semibold': instance.frozenRow && context.scrollable,
89
90
  },
@@ -129,7 +130,7 @@ export default {
129
130
 
130
131
  // Shape
131
132
  { 'border-r last:border-r-0': context?.showGridlines },
132
- 'border-0 border-b border-solid',
133
+ 'border-0 !border-b border-solid',
133
134
  'border-general-100 dark:border-general-500',
134
135
  // Spacing
135
136
  'py-1.5 px-[9.6px]',
@@ -192,7 +193,7 @@ export default {
192
193
  // parent.instance.frozenRow || props.frozen || props.frozen === '',
193
194
  // },
194
195
 
195
- 'border-0 border-b border-solid border-general-100 dark:border-general-500',
196
+ 'border-0 !border-b !border-solid border-general-100 dark:border-general-500',
196
197
  { 'last:border-r-0 border-r border-b': context?.showGridlines },
197
198
  {
198
199
  'bg-white dark:bg-grayscale-900':