revdev-components 0.71.0 → 0.72.0

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.
Files changed (2) hide show
  1. package/build/styles.css +0 -2
  2. package/package.json +1 -1
package/build/styles.css CHANGED
@@ -525,9 +525,7 @@ body {
525
525
  font-size: 24px;
526
526
  display: flex;
527
527
  flex-direction: row;
528
- justify-content: flex-end;
529
528
  align-items: center;
530
- margin-bottom: 25px;
531
529
  color: var(--passiveColor);
532
530
  gap: 8px;
533
531
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.71.0",
3
+ "version": "0.72.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {