react-admin-crud-manager 1.0.13 → 1.0.14

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
@@ -683,6 +683,9 @@ body{
683
683
  .w-6{
684
684
  width: 1.5rem;
685
685
  }
686
+ .w-64{
687
+ width: 16rem;
688
+ }
686
689
  .w-8{
687
690
  width: 2rem;
688
691
  }
@@ -1102,6 +1105,9 @@ body{
1102
1105
  .p-2{
1103
1106
  padding: 0.5rem;
1104
1107
  }
1108
+ .p-3{
1109
+ padding: 0.75rem;
1110
+ }
1105
1111
  .p-4{
1106
1112
  padding: 1rem;
1107
1113
  }
@@ -1367,6 +1373,11 @@ body{
1367
1373
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1368
1374
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1369
1375
  }
1376
+ .shadow-md{
1377
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1378
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1379
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1380
+ }
1370
1381
  .shadow-sm{
1371
1382
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1372
1383
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-admin-crud-manager",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
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",