innoboxrr-vue-datatable 1.2.1 → 1.2.2

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": "innoboxrr-vue-datatable",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Datatable para vue3",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/DataTable.vue CHANGED
@@ -127,7 +127,7 @@
127
127
  }">
128
128
 
129
129
  <div
130
- class="uk-card uk-card-body p-6 bg-white border border-slate-200 rounded-lg shadow dark:bg-slate-800 dark:border-slate-700 uk-padding-small"
130
+ class="uk-card uk-card-body p-6 bg-white border border-slate-200 rounded-lg shadow dark:bg-slate-800 dark:border-slate-700 uk-padding-remove"
131
131
  :class="{
132
132
  'uk-card-default': cardWrapper
133
133
  }">
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
 
3
- <div class="relative overflow-x-auto shadow-md sm:rounded-lg">
3
+ <div class="relative overflow-x-auto sm:rounded-lg">
4
4
 
5
5
  <table class="w-full text-sm text-left text-slate-500 dark:text-slate-400">
6
6
 
@@ -55,7 +55,7 @@
55
55
  <td v-if="actions" class="uk-text-right">
56
56
 
57
57
  <button
58
- class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 mr-2 mb-2 dark:bg-blue-600 dark:hover:bg-blue-700 focus:outline-none dark:focus:ring-blue-800"
58
+ class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-2 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 focus:outline-none dark:focus:ring-blue-800"
59
59
  @click="actionButtonClicked(body.actions)">
60
60
 
61
61
  <i class="fas fa-cogs"></i>