revdev-components 0.68.0 → 0.70.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.
package/build/styles.css CHANGED
@@ -521,6 +521,21 @@ body {
521
521
  .index-module_footer__3hSOQ {
522
522
  max-height: var(--frontFooterHeight);
523
523
  }
524
+ .index-module_root__OWeNb {
525
+ font-size: 24px;
526
+ display: flex;
527
+ flex-direction: row;
528
+ justify-content: flex-end;
529
+ align-items: center;
530
+ margin-bottom: 25px;
531
+ color: var(--passiveColor);
532
+ gap: 8px;
533
+ }
534
+ @media all and (max-width: 700px) {
535
+ .index-module_root__OWeNb {
536
+ margin: 0;
537
+ }
538
+ }
524
539
  .index-module_root__t3gxi {
525
540
  --linkColor: var(--passiveColor);
526
541
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.68.0",
3
+ "version": "0.70.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "build:next": "next build",
9
9
  "start:next": "next start",
10
10
  "start": "storybook dev -p 4300",
11
- "s": "npm run storybook",
11
+ "s": "npm run start",
12
12
  "build-storybook": "storybook build",
13
13
  "lint": "eslint . && stylelint \"**/*.scss\"",
14
14
  "lint:fix": "eslint . --fix && stylelint \"**/*.scss\" --fix",