@powerhousedao/design-system 1.32.0 → 1.33.1

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.
@@ -16,7 +16,7 @@ const hasChanges = () => {
16
16
  }
17
17
  catch (error) {
18
18
  console.error("Error checking git status:", error);
19
- return false;
19
+ return true;
20
20
  }
21
21
  };
22
22
  if (!hasChanges()) {
package/dist/style.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
2
2
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
3
3
  :root {
4
4
  --toastify-color-light: #fff;
@@ -1274,12 +1274,6 @@
1274
1274
  .table {
1275
1275
  display: table;
1276
1276
  }
1277
- .table-cell {
1278
- display: table-cell;
1279
- }
1280
- .table-row {
1281
- display: table-row;
1282
- }
1283
1277
  .aspect-square {
1284
1278
  aspect-ratio: 1 / 1;
1285
1279
  }