@lumx/core 2.2.25 → 2.2.26-alpha-a11y-slideshow.2

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/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "version": "yarn version-changelog ../../CHANGELOG.md && yarn changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md"
43
43
  },
44
44
  "sideEffects": false,
45
- "version": "2.2.25",
45
+ "version": "2.2.26-alpha-a11y-slideshow.2",
46
46
  "devDependencies": {
47
47
  "@babel/core": "^7.8.3",
48
48
  "@babel/plugin-proposal-class-properties": "^7.8.3",
@@ -82,5 +82,5 @@
82
82
  "moment": "^2.24.0",
83
83
  "moment-range": "^4.0.2"
84
84
  },
85
- "gitHead": "b4b01794bb3639e816f4242dc57b7f9a03e56f46"
85
+ "gitHead": "24fd0e39f9d0da7d8ada60b03f7dce26ddaf811e"
86
86
  }
@@ -47,6 +47,21 @@
47
47
  }
48
48
  }
49
49
 
50
+ /* Slideshow item group
51
+ ========================================================================== */
52
+
53
+ .#{$lumx-base-prefix}-slideshow-item-group {
54
+ display: flex;
55
+ overflow: hidden;
56
+ max-width: 100%;
57
+ flex: 0 0 100%;
58
+
59
+ .#{$lumx-base-prefix}-slideshow--fill-height & {
60
+ min-height: 0;
61
+ flex: 1 1 100%;
62
+ }
63
+ }
64
+
50
65
  /* Slideshow item
51
66
  ========================================================================== */
52
67
 
@@ -56,6 +71,7 @@
56
71
  }
57
72
  }
58
73
 
74
+
59
75
  @for $i from 1 through 12 {
60
76
  .#{$lumx-base-prefix}-slideshow--group-by-#{$i} .#{$lumx-base-prefix}-slideshow-item {
61
77
  overflow: hidden;
@@ -63,7 +79,6 @@
63
79
  flex: 0 0 #{100 / $i + '%'};
64
80
  }
65
81
  }
66
-
67
82
  /* Slideshow controls
68
83
  ========================================================================== */
69
84