prismic-slicemachine-to-hydrogen-jrhcn 0.1.609-alpha-2 → 0.1.609-alpha-3

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.
@@ -15035,6 +15035,72 @@ input#yoga:checked + label:before {
15035
15035
  }
15036
15036
  }
15037
15037
  /* Slide styles end */
15038
+ :root {
15039
+ /*
15040
+ --swiper-scrollbar-border-radius: 10px;
15041
+ --swiper-scrollbar-top: auto;
15042
+ --swiper-scrollbar-bottom: 4px;
15043
+ --swiper-scrollbar-left: auto;
15044
+ --swiper-scrollbar-right: 4px;
15045
+ --swiper-scrollbar-sides-offset: 1%;
15046
+ --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
15047
+ --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
15048
+ --swiper-scrollbar-size: 4px;
15049
+ */
15050
+ }
15051
+
15052
+ .swiper-scrollbar {
15053
+ border-radius: var(--swiper-scrollbar-border-radius, 10px);
15054
+ position: relative;
15055
+ touch-action: none;
15056
+ background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
15057
+ }
15058
+
15059
+ .swiper-scrollbar-disabled > .swiper-scrollbar,
15060
+ .swiper-scrollbar.swiper-scrollbar-disabled {
15061
+ display: none !important;
15062
+ }
15063
+
15064
+ .swiper-horizontal > .swiper-scrollbar,
15065
+ .swiper-scrollbar.swiper-scrollbar-horizontal {
15066
+ position: absolute;
15067
+ left: var(--swiper-scrollbar-sides-offset, 1%);
15068
+ bottom: var(--swiper-scrollbar-bottom, 4px);
15069
+ top: var(--swiper-scrollbar-top, auto);
15070
+ z-index: 50;
15071
+ height: var(--swiper-scrollbar-size, 4px);
15072
+ width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
15073
+ }
15074
+
15075
+ .swiper-vertical > .swiper-scrollbar,
15076
+ .swiper-scrollbar.swiper-scrollbar-vertical {
15077
+ position: absolute;
15078
+ left: var(--swiper-scrollbar-left, auto);
15079
+ right: var(--swiper-scrollbar-right, 4px);
15080
+ top: var(--swiper-scrollbar-sides-offset, 1%);
15081
+ z-index: 50;
15082
+ width: var(--swiper-scrollbar-size, 4px);
15083
+ height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
15084
+ }
15085
+
15086
+ .swiper-scrollbar-drag {
15087
+ height: 100%;
15088
+ width: 100%;
15089
+ position: relative;
15090
+ background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
15091
+ border-radius: var(--swiper-scrollbar-border-radius, 10px);
15092
+ left: 0;
15093
+ top: 0;
15094
+ }
15095
+
15096
+ .swiper-scrollbar-cursor-drag {
15097
+ cursor: move;
15098
+ }
15099
+
15100
+ .swiper-scrollbar-lock {
15101
+ display: none;
15102
+ }
15103
+
15038
15104
  :root {
15039
15105
  --swiper-navigation-size: 44px;
15040
15106
  /*
@@ -15135,72 +15201,6 @@ input#yoga:checked + label:before {
15135
15201
  }
15136
15202
 
15137
15203
  /* Navigation font end */
15138
- :root {
15139
- /*
15140
- --swiper-scrollbar-border-radius: 10px;
15141
- --swiper-scrollbar-top: auto;
15142
- --swiper-scrollbar-bottom: 4px;
15143
- --swiper-scrollbar-left: auto;
15144
- --swiper-scrollbar-right: 4px;
15145
- --swiper-scrollbar-sides-offset: 1%;
15146
- --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
15147
- --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
15148
- --swiper-scrollbar-size: 4px;
15149
- */
15150
- }
15151
-
15152
- .swiper-scrollbar {
15153
- border-radius: var(--swiper-scrollbar-border-radius, 10px);
15154
- position: relative;
15155
- touch-action: none;
15156
- background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
15157
- }
15158
-
15159
- .swiper-scrollbar-disabled > .swiper-scrollbar,
15160
- .swiper-scrollbar.swiper-scrollbar-disabled {
15161
- display: none !important;
15162
- }
15163
-
15164
- .swiper-horizontal > .swiper-scrollbar,
15165
- .swiper-scrollbar.swiper-scrollbar-horizontal {
15166
- position: absolute;
15167
- left: var(--swiper-scrollbar-sides-offset, 1%);
15168
- bottom: var(--swiper-scrollbar-bottom, 4px);
15169
- top: var(--swiper-scrollbar-top, auto);
15170
- z-index: 50;
15171
- height: var(--swiper-scrollbar-size, 4px);
15172
- width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
15173
- }
15174
-
15175
- .swiper-vertical > .swiper-scrollbar,
15176
- .swiper-scrollbar.swiper-scrollbar-vertical {
15177
- position: absolute;
15178
- left: var(--swiper-scrollbar-left, auto);
15179
- right: var(--swiper-scrollbar-right, 4px);
15180
- top: var(--swiper-scrollbar-sides-offset, 1%);
15181
- z-index: 50;
15182
- width: var(--swiper-scrollbar-size, 4px);
15183
- height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
15184
- }
15185
-
15186
- .swiper-scrollbar-drag {
15187
- height: 100%;
15188
- width: 100%;
15189
- position: relative;
15190
- background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
15191
- border-radius: var(--swiper-scrollbar-border-radius, 10px);
15192
- left: 0;
15193
- top: 0;
15194
- }
15195
-
15196
- .swiper-scrollbar-cursor-drag {
15197
- cursor: move;
15198
- }
15199
-
15200
- .swiper-scrollbar-lock {
15201
- display: none;
15202
- }
15203
-
15204
15204
  :root {
15205
15205
  /*
15206
15206
  --swiper-pagination-color: var(--swiper-theme-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prismic-slicemachine-to-hydrogen-jrhcn",
3
- "version": "0.1.609-alpha-2",
3
+ "version": "0.1.609-alpha-3",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",