react-admin-crud-manager 1.0.18 → 1.0.19

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/dist/tailwind.css CHANGED
@@ -578,9 +578,6 @@ body{
578
578
  .mb-3{
579
579
  margin-bottom: 0.75rem;
580
580
  }
581
- .mb-4{
582
- margin-bottom: 1rem;
583
- }
584
581
  .mb-6{
585
582
  margin-bottom: 1.5rem;
586
583
  }
@@ -847,6 +844,9 @@ body{
847
844
  .flex-wrap{
848
845
  flex-wrap: wrap;
849
846
  }
847
+ .items-end{
848
+ align-items: flex-end;
849
+ }
850
850
  .items-center{
851
851
  align-items: center;
852
852
  }
@@ -879,11 +879,6 @@ body{
879
879
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
880
880
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
881
881
  }
882
- .space-x-3 > :not([hidden]) ~ :not([hidden]){
883
- --tw-space-x-reverse: 0;
884
- margin-right: calc(0.75rem * var(--tw-space-x-reverse));
885
- margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
886
- }
887
882
  .space-x-4 > :not([hidden]) ~ :not([hidden]){
888
883
  --tw-space-x-reverse: 0;
889
884
  margin-right: calc(1rem * var(--tw-space-x-reverse));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-admin-crud-manager",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "A reusable React CRUD admin template with modular components.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",