@kickstartds/ds-agency-premium 1.0.3--canary.1.29.0 → 1.0.3--canary.1.34.0

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.
@@ -12,6 +12,7 @@ type AutoPlay = boolean;
12
12
  */
13
13
  type ShowNavigation = boolean;
14
14
  type TeaseNeighbourSlides = boolean;
15
+ type EqualizeSlidesHeights = boolean;
15
16
  /**
16
17
  * Size of the gap added between slides in pixels
17
18
  */
@@ -32,9 +33,10 @@ interface SliderProps {
32
33
  autoplay?: AutoPlay;
33
34
  nav?: ShowNavigation;
34
35
  teaseNeighbours?: TeaseNeighbourSlides;
36
+ equalHeight?: EqualizeSlidesHeights;
35
37
  gap?: Gap;
36
38
  arrows?: ShowArrows;
37
39
  type?: Type;
38
40
  className?: Class;
39
41
  }
40
- export { AutoPlay, ShowNavigation, TeaseNeighbourSlides, Gap, ShowArrows, Type, Class, SliderProps };
42
+ export { AutoPlay, ShowNavigation, TeaseNeighbourSlides, EqualizeSlidesHeights, Gap, ShowArrows, Type, Class, SliderProps };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 16 Jan 2024 16:53:44 GMT
3
+ * Generated on Wed, 17 Jan 2024 10:31:06 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1,4 +1,4 @@
1
1
  import { FC, PropsWithChildren } from "react";
2
- import { SliderProps } from "../../SliderProps-c686e15b.js";
2
+ import { SliderProps } from "../../SliderProps-8cae490d.js";
3
3
  declare const Slider: FC<PropsWithChildren<SliderProps>>;
4
4
  export { Slider };
@@ -2,6 +2,6 @@ import "./slider.css";
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import { Slider as Slider$1 } from '@kickstartds/content/lib/slider';
4
4
 
5
- const Slider = ({ gap, type, autoplay, arrows, teaseNeighbours, children, ...props }) => (jsx(Slider$1, { gap: gap, type: type, arrows: arrows, autoplay: autoplay, teaseNeighbours: teaseNeighbours, ...props, children: children }));
5
+ const Slider = ({ gap, type, autoplay, arrows, teaseNeighbours, equalHeight, children, ...props }) => (jsx(Slider$1, { gap: gap, type: type, arrows: arrows, autoplay: autoplay, teaseNeighbours: teaseNeighbours, equalHeight: equalHeight, ...props, children: children }));
6
6
 
7
7
  export { Slider };
@@ -10,19 +10,6 @@
10
10
  .c-slider__nav {
11
11
  margin-top: var(--ks-spacing-stack-m);
12
12
  }
13
- .c-slider .c-slider__slides {
14
- align-items: stretch;
15
- }
16
- .c-slider .c-slider__slides .c-slider__slide {
17
- display: flex;
18
- flex-grow: 1;
19
- justify-content: stretch;
20
- align-items: stretch;
21
- height: auto;
22
- }
23
- .c-slider .c-slider__slides .c-slider__slide > * {
24
- flex-grow: 1;
25
- }
26
13
  .c-slider .c-slider__nav-item:hover .c-slider__bullet {
27
14
  border-color: var(--c-slider_bullet--outline-color-hover);
28
15
  background-color: var(--c-slider_bullet--background-color-hover);
@@ -23,6 +23,11 @@
23
23
  "type": "boolean",
24
24
  "default": false
25
25
  },
26
+ "equalHeight": {
27
+ "title": "Equalize slides heights",
28
+ "type": "boolean",
29
+ "default": true
30
+ },
26
31
  "gap": {
27
32
  "title": "Gap",
28
33
  "description": "Size of the gap added between slides in pixels",
@@ -13,6 +13,9 @@
13
13
  "teaseNeighbours": {
14
14
  "$ref": "http://schema.kickstartds.com/content/slider.schema.json#/properties/teaseNeighbours"
15
15
  },
16
+ "equalHeight": {
17
+ "$ref": "http://schema.kickstartds.com/content/slider.schema.json#/properties/equalHeight"
18
+ },
16
19
  "gap": {
17
20
  "$ref": "http://schema.kickstartds.com/content/slider.schema.json#/properties/gap"
18
21
  },
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
2
2
  import { TestimonialsProps } from "../../TestimonialsProps-d27ae4b4.js";
3
- import { SliderProps } from "../../SliderProps-c686e15b.js";
3
+ import { SliderProps } from "../../SliderProps-8cae490d.js";
4
4
  interface ConditionalSliderProps extends SliderProps {
5
5
  layout: "slider" | "list" | "alternating";
6
6
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 16 Jan 2024 16:53:47 GMT
3
+ * Generated on Wed, 17 Jan 2024 10:31:08 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 16 Jan 2024 16:53:44 GMT
3
+ * Generated on Wed, 17 Jan 2024 10:31:06 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 16 Jan 2024 16:53:44 GMT
3
+ * Generated on Wed, 17 Jan 2024 10:31:06 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 16 Jan 2024 16:53:45 GMT
3
+ * Generated on Wed, 17 Jan 2024 10:31:06 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#100e36";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.0.3--canary.1.29.0",
3
+ "version": "1.0.3--canary.1.34.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {
@@ -70,7 +70,7 @@
70
70
  "@bedrock-layout/spacing-constants": "^3.2.5",
71
71
  "@kickstartds/base": "2.3.0-beta.0",
72
72
  "@kickstartds/blog": "2.3.0-beta.0",
73
- "@kickstartds/content": "3.0.0--canary.166.167.0",
73
+ "@kickstartds/content": "3.0.0--canary.166.171.0",
74
74
  "@kickstartds/core": "3.0.0-beta.0",
75
75
  "@kickstartds/form": "2.3.0-beta.0",
76
76
  "classnames": "^2.3.2",