comand-component-library 4.2.16 → 4.2.18

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.
@@ -20456,7 +20456,7 @@ const hx = /* @__PURE__ */ F(px, [["render", fx]]), gx = [
20456
20456
  text: "Zimbabwe",
20457
20457
  value: "zw"
20458
20458
  }
20459
- ], OC = "comand-component-library", LC = "4.2.16", IC = "GPL-3.0-only", BC = "CoManD-UI", DC = "module", MC = {
20459
+ ], OC = "comand-component-library", LC = "4.2.18", IC = "GPL-3.0-only", BC = "CoManD-UI", DC = "module", MC = {
20460
20460
  prepublishOnly: "npm run build-lib",
20461
20461
  dev: "vite",
20462
20462
  build: "vite build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.2.16",
3
+ "version": "4.2.18",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -49,8 +49,8 @@ html {
49
49
  display: flex;
50
50
  flex-direction: column;
51
51
  scroll-snap-type: y mandatory;
52
- overflow-y: scroll;
53
- height: 100dvh;
52
+ overflow-y: auto;
53
+ min-height: 100dvh;
54
54
  scroll-behavior: smooth;
55
55
  scroll-padding-top: 11.7rem;
56
56
  }
@@ -289,27 +289,12 @@ a img.flag {
289
289
  /* ----------------------------------------------- END COMPONENTS AND GLOBAL STYLES --------------------------------------------------- */
290
290
 
291
291
  /* ---------------------------------------------- BEGIN MEDIA QUERIES AND BROWSER SPECIFIC STYLES -------------------------------------------------- */
292
- /* begin styles for medium screens --------------------------------------------------------------------------------------------------------------------------------------------------- */
293
- @media only screen and (width <= $medium-max-width) {
294
- html {
295
- --grid-small-span: 3; /* default column span smaller part */
296
- --grid-large-span: 3; /* default column span larger part */
297
- }
298
- }
299
-
300
- /* end styles for medium screens ----------------------------------------------------------------------------------------------------------------------------------------------------- */
301
-
302
292
  /* begin styles for small screens --------------------------------------------------------------------------------------------------------------------------------------------------- */
303
293
  @media only screen and (width <= $small-max-width) {
304
294
  body, html {
305
295
  height: auto;
306
296
  }
307
297
 
308
- html {
309
- --grid-small-span: 4; /* default column span smaller part */
310
- --grid-large-span: 4; /* default column span larger part */
311
- }
312
-
313
298
  .section-wrapper {
314
299
  padding: calc(var(--default-padding) * 2) 0;
315
300
  }