@knovator/pagecreator-admin 1.2.3 → 1.2.4

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": "@knovator/pagecreator-admin",
3
- "version":"1.2.3",
3
+ "version":"1.2.4",
4
4
  "dependencies": {
5
5
  "classnames": "^2.3.1",
6
6
  "react-beautiful-dnd": "^13.1.0",
@@ -1,7 +1,7 @@
1
1
  @import 'tailwindcss';
2
2
 
3
3
  /* Buttons */
4
- .khb_btn {
4
+ /* .khb_btn {
5
5
  @apply rounded-lg font-medium text-center m-1 focus:outline-none focus:ring-4;
6
6
  }
7
7
  .khb_btn:disabled {
@@ -44,7 +44,7 @@
44
44
 
45
45
  .khb_btn-loader {
46
46
  @apply inline-block mr-2;
47
- }
47
+ } */
48
48
  /* \ End of Buttons */
49
49
 
50
50
  /* Table */
@@ -79,12 +79,12 @@
79
79
  .khb_table-row-actions {
80
80
  @apply p-0.5;
81
81
  }
82
- .khb_actions-update {
82
+ /* .khb_actions-update {
83
83
  @apply khb_btn khb_btn-primary khb_btn-xs;
84
84
  }
85
85
  .khb_actions-delete {
86
86
  @apply khb_btn khb_btn-danger khb_btn-xs;
87
- }
87
+ } */
88
88
  /* \ End of Table */
89
89
 
90
90
  /* Pagination */
@@ -440,9 +440,9 @@ input:checked + .slider:before {
440
440
  .khb_tabs-remove {
441
441
  @apply text-red-600 hover:text-red-700 focus:ring-red-300;
442
442
  }
443
- .khb_tabs-add {
443
+ /* .khb_tabs-add {
444
444
  @apply khb_btn khb_btn-primary khb_btn-xs;
445
- }
445
+ } */
446
446
  .khb_tabs-list {
447
447
  @apply flex gap-x-4 gap-y-2.5 flex-wrap;
448
448
  }