@meduza/ui-kit-2 0.6.6 → 0.6.8

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/dist/ui-kit.css +31 -0
  2. package/package.json +1 -1
package/dist/ui-kit.css CHANGED
@@ -2720,11 +2720,21 @@
2720
2720
  position: relative;
2721
2721
 
2722
2722
  margin: 50px auto 7px;
2723
+
2724
+ scroll-margin: 40px;
2725
+
2726
+ }
2727
+ @media only screen and (min-width: 64em) {
2728
+ .ChapterBlock-module_root__iw7d2 {
2729
+ scroll-margin: 70px;
2730
+
2723
2731
  }
2732
+ }
2724
2733
  @media only screen and (min-width: 32em) {
2725
2734
  .ChapterBlock-module_root__iw7d2 {
2726
2735
  max-width: 650px;
2727
2736
  margin-top: 70px;
2737
+
2728
2738
  }
2729
2739
  }
2730
2740
  .ChapterBlock-module_root__iw7d2:first-child {
@@ -3055,7 +3065,14 @@ span[data-highlight='true']:hover {
3055
3065
 
3056
3066
  font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3057
3067
  line-height: calc(28rem / 16);
3068
+
3069
+ scroll-margin: 40px;
3070
+ }
3071
+ @media only screen and (min-width: 64em) {
3072
+ .SimpleBlock-module_h2__aWlMn {
3073
+ scroll-margin: 70px;
3058
3074
  }
3075
+ }
3059
3076
  @media only screen and (min-width: 32em) {
3060
3077
  .SimpleBlock-module_h2__aWlMn {
3061
3078
  margin: 0 0 45px;
@@ -3081,7 +3098,14 @@ span[data-highlight='true']:hover {
3081
3098
 
3082
3099
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3083
3100
  line-height: calc(24rem / 16);
3101
+
3102
+ scroll-margin: 40px;
3103
+ }
3104
+ @media only screen and (min-width: 64em) {
3105
+ .SimpleBlock-module_h3__uPh0- {
3106
+ scroll-margin: 70px;
3084
3107
  }
3108
+ }
3085
3109
  @media only screen and (min-width: 32em) {
3086
3110
  .SimpleBlock-module_h3__uPh0- {
3087
3111
  margin-top: 45px;
@@ -3100,7 +3124,14 @@ span[data-highlight='true']:hover {
3100
3124
 
3101
3125
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3102
3126
  line-height: calc(21rem / 16);
3127
+
3128
+ scroll-margin: 40px;
3103
3129
  }
3130
+ @media only screen and (min-width: 64em) {
3131
+ .SimpleBlock-module_h4__MxGXA {
3132
+ scroll-margin: 70px;
3133
+ }
3134
+ }
3104
3135
  @media only screen and (min-width: 32em) {
3105
3136
  .SimpleBlock-module_h4__MxGXA {
3106
3137
  margin-top: 45px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.6.6",
2
+ "version": "0.6.8",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",