@iris.interactive/handcook 8.1.8 → 8.2.0-beta

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.
@@ -1,7 +1,5 @@
1
1
  export default class e{constructor(){throw Error("Use `await Swiper.create()` instead of `new Swiper()`")}static async create(...e){let{default:t}=await import(/* @preserve
2
2
  * webpackChunkName: "scripts/hc_swiper_v11"
3
- * webpackMode: "weak"
4
3
  */"swiper-11/bundle");return await import(/* @preserve
5
4
  * webpackChunkName: "styles/hc_swiper_v11"
6
- * webpackMode: "weak"
7
5
  */"swiper-11/css/bundle"),new t(...e)}}
@@ -168,4 +168,25 @@
168
168
  /* ============================================= */
169
169
  .not-focus-style:focus {
170
170
  outline: none !important;
171
+ }
172
+
173
+ /* Reset button style
174
+ /* ============================================= */
175
+ .reset-button-style {
176
+ -webkit-appearance: none;
177
+ border-radius: 0;
178
+ text-align: inherit;
179
+ background: none;
180
+ box-shadow: none;
181
+ padding: 0;
182
+ cursor: pointer;
183
+ border: none;
184
+ color: inherit;
185
+ font: inherit;
186
+ }
187
+
188
+ /* Reset margin
189
+ /* ============================================= */
190
+ .reset-margin {
191
+ margin: 0 !important;
171
192
  }