@telia/teddy 0.0.77 → 0.0.79

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.
@@ -8,7 +8,7 @@ const components_box_box = require("../box/box.cjs");
8
8
  const Content = React.forwardRef(
9
9
  ({ className, ...props }, forwardRef) => {
10
10
  const classes = clsx([components_card_card.styles[`${components_card_card.rootClassName}__content`]], className);
11
- return /* @__PURE__ */ jsxRuntime.jsx(components_box_box.Box, { mb: "200", ...props, ref: forwardRef, className: classes });
11
+ return /* @__PURE__ */ jsxRuntime.jsx(components_box_box.Box, { ...props, ref: forwardRef, className: classes });
12
12
  }
13
13
  );
14
14
  Content.displayName = "Content";
@@ -6,7 +6,7 @@ import { Box } from "../box/box.js";
6
6
  const Content = React__default.forwardRef(
7
7
  ({ className, ...props }, forwardRef) => {
8
8
  const classes = clsx([styles[`${rootClassName}__content`]], className);
9
- return /* @__PURE__ */ jsx(Box, { mb: "200", ...props, ref: forwardRef, className: classes });
9
+ return /* @__PURE__ */ jsx(Box, { ...props, ref: forwardRef, className: classes });
10
10
  }
11
11
  );
12
12
  Content.displayName = "Content";
@@ -7,57 +7,57 @@ const utils_composeEventHandlers = require("../../utils/composeEventHandlers.cjs
7
7
  const components_grid_grid = require("../grid/grid.cjs");
8
8
  const tokens_color_variables = require("../../tokens/color/variables.cjs");
9
9
  const styles = {
10
- "teddy-card": "_teddy-card_1855b_3",
11
- "teddy-card__slot": "_teddy-card__slot_1855b_13",
12
- "teddy-card__slot--bottom": "_teddy-card__slot--bottom_1855b_16",
13
- "teddy-card__slot--center": "_teddy-card__slot--center_1855b_19",
14
- "teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_1855b_25",
15
- "teddy-card--shadow": "_teddy-card--shadow_1855b_44",
16
- "teddy-card__action": "_teddy-card__action_1855b_48",
17
- "teddy-card__action--disabled": "_teddy-card__action--disabled_1855b_48",
18
- "teddy-card--border": "_teddy-card--border_1855b_55",
19
- "teddy-card__action-wrapper": "_teddy-card__action-wrapper_1855b_58",
20
- "teddy-card--layout": "_teddy-card--layout_1855b_61",
21
- "teddy-card__illustration": "_teddy-card__illustration_1855b_61",
22
- "teddy-card__carousel": "_teddy-card__carousel_1855b_64",
23
- "teddy-card__content": "_teddy-card__content_1855b_67",
24
- "teddy-card__heading": "_teddy-card__heading_1855b_70",
25
- "teddy-card__footer": "_teddy-card__footer_1855b_76",
26
- "teddy-card__overline": "_teddy-card__overline_1855b_79",
27
- "teddy-card__description": "_teddy-card__description_1855b_82",
28
- "teddy-card__color-dots": "_teddy-card__color-dots_1855b_85",
29
- "teddy-card__availability": "_teddy-card__availability_1855b_88",
30
- "teddy-card__price": "_teddy-card__price_1855b_91",
31
- "teddy-card--default": "_teddy-card--default_1855b_94",
32
- "teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_1855b_99",
33
- "teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_1855b_118",
34
- "teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_1855b_127",
35
- "teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_1855b_146",
36
- "teddy-card--rich-card": "_teddy-card--rich-card_1855b_158",
37
- "teddy-card--rich-card-large": "_teddy-card--rich-card-large_1855b_177",
38
- "teddy-card__line": "_teddy-card__line_1855b_210",
39
- "teddy-card--purple-light": "_teddy-card--purple-light_1855b_214",
40
- "teddy-card--purple-dark": "_teddy-card--purple-dark_1855b_228",
41
- "teddy-card--white": "_teddy-card--white_1855b_247",
42
- "teddy-card--gray": "_teddy-card--gray_1855b_261",
43
- "teddy-card--beige": "_teddy-card--beige_1855b_275",
44
- "teddy-card--product": "_teddy-card--product_1855b_289",
45
- "teddy-card__price--big": "_teddy-card__price--big_1855b_349",
46
- "teddy-card__image--as-background": "_teddy-card__image--as-background_1855b_352",
47
- "teddy-card--background-image": "_teddy-card--background-image_1855b_358",
48
- "teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_1855b_363",
49
- "teddy-card__inset": "_teddy-card__inset_1855b_367",
50
- "teddy-card__inset--top": "_teddy-card__inset--top_1855b_370",
51
- "teddy-card__inset--left": "_teddy-card__inset--left_1855b_373",
52
- "teddy-card__inset--right": "_teddy-card__inset--right_1855b_376",
53
- "teddy-card__inset--bottom": "_teddy-card__inset--bottom_1855b_379",
54
- "teddy-card__availability--badge": "_teddy-card__availability--badge_1855b_394",
55
- "teddy-card__availability--success": "_teddy-card__availability--success_1855b_397",
56
- "teddy-card__availability--warning": "_teddy-card__availability--warning_1855b_400",
57
- "teddy-card__availability--error": "_teddy-card__availability--error_1855b_403",
58
- "teddy-card__availability--special": "_teddy-card__availability--special_1855b_406",
59
- "teddy-card__availability--neutral": "_teddy-card__availability--neutral_1855b_409",
60
- "teddy-card__availability--information": "_teddy-card__availability--information_1855b_412"
10
+ "teddy-card": "_teddy-card_gaf78_3",
11
+ "teddy-card__slot": "_teddy-card__slot_gaf78_13",
12
+ "teddy-card__slot--bottom": "_teddy-card__slot--bottom_gaf78_16",
13
+ "teddy-card__slot--center": "_teddy-card__slot--center_gaf78_19",
14
+ "teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_gaf78_25",
15
+ "teddy-card--shadow": "_teddy-card--shadow_gaf78_44",
16
+ "teddy-card__action": "_teddy-card__action_gaf78_48",
17
+ "teddy-card__action--disabled": "_teddy-card__action--disabled_gaf78_48",
18
+ "teddy-card--border": "_teddy-card--border_gaf78_55",
19
+ "teddy-card--layout": "_teddy-card--layout_gaf78_58",
20
+ "teddy-card__illustration": "_teddy-card__illustration_gaf78_58",
21
+ "teddy-card__carousel": "_teddy-card__carousel_gaf78_61",
22
+ "teddy-card__content": "_teddy-card__content_gaf78_64",
23
+ "teddy-card__heading": "_teddy-card__heading_gaf78_67",
24
+ "teddy-card__action-wrapper": "_teddy-card__action-wrapper_gaf78_70",
25
+ "teddy-card__footer": "_teddy-card__footer_gaf78_73",
26
+ "teddy-card__overline": "_teddy-card__overline_gaf78_76",
27
+ "teddy-card__description": "_teddy-card__description_gaf78_79",
28
+ "teddy-card__color-dots": "_teddy-card__color-dots_gaf78_82",
29
+ "teddy-card__availability": "_teddy-card__availability_gaf78_85",
30
+ "teddy-card__price": "_teddy-card__price_gaf78_88",
31
+ "teddy-card--default": "_teddy-card--default_gaf78_91",
32
+ "teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_gaf78_96",
33
+ "teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_gaf78_116",
34
+ "teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_gaf78_128",
35
+ "teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_gaf78_150",
36
+ "teddy-card--rich-card": "_teddy-card--rich-card_gaf78_162",
37
+ "teddy-card--rich-card-large": "_teddy-card--rich-card-large_gaf78_181",
38
+ "teddy-card__line": "_teddy-card__line_gaf78_214",
39
+ "teddy-card--purple-light": "_teddy-card--purple-light_gaf78_218",
40
+ "teddy-card--purple-dark": "_teddy-card--purple-dark_gaf78_232",
41
+ "teddy-card--white": "_teddy-card--white_gaf78_251",
42
+ "teddy-card--gray": "_teddy-card--gray_gaf78_265",
43
+ "teddy-card--beige": "_teddy-card--beige_gaf78_279",
44
+ "teddy-card--product": "_teddy-card--product_gaf78_293",
45
+ "teddy-card__price--big": "_teddy-card__price--big_gaf78_359",
46
+ "teddy-card__image--as-background": "_teddy-card__image--as-background_gaf78_362",
47
+ "teddy-card--background-image": "_teddy-card--background-image_gaf78_368",
48
+ "teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_gaf78_373",
49
+ "teddy-card__inset": "_teddy-card__inset_gaf78_377",
50
+ "teddy-card__inset--top": "_teddy-card__inset--top_gaf78_380",
51
+ "teddy-card__inset--left": "_teddy-card__inset--left_gaf78_383",
52
+ "teddy-card__inset--right": "_teddy-card__inset--right_gaf78_386",
53
+ "teddy-card__inset--bottom": "_teddy-card__inset--bottom_gaf78_389",
54
+ "teddy-card__availability--badge": "_teddy-card__availability--badge_gaf78_404",
55
+ "teddy-card__availability--success": "_teddy-card__availability--success_gaf78_407",
56
+ "teddy-card__availability--warning": "_teddy-card__availability--warning_gaf78_410",
57
+ "teddy-card__availability--error": "_teddy-card__availability--error_gaf78_413",
58
+ "teddy-card__availability--special": "_teddy-card__availability--special_gaf78_416",
59
+ "teddy-card__availability--neutral": "_teddy-card__availability--neutral_gaf78_419",
60
+ "teddy-card__availability--information": "_teddy-card__availability--information_gaf78_422"
61
61
  };
62
62
  const rootClassName = "teddy-card";
63
63
  const actionElementIdentifier = `${rootClassName}__action`;
@@ -5,57 +5,57 @@ import { composeEventHandlers } from "../../utils/composeEventHandlers.js";
5
5
  import { Grid } from "../grid/grid.js";
6
6
  import { teddyColorTransparentWhite850, teddyColorTransparentWhite800, teddyColorTransparentWhite100, teddyColorTransparentBlack600, teddyColorTransparentBlack200 } from "../../tokens/color/variables.js";
7
7
  const styles = {
8
- "teddy-card": "_teddy-card_1855b_3",
9
- "teddy-card__slot": "_teddy-card__slot_1855b_13",
10
- "teddy-card__slot--bottom": "_teddy-card__slot--bottom_1855b_16",
11
- "teddy-card__slot--center": "_teddy-card__slot--center_1855b_19",
12
- "teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_1855b_25",
13
- "teddy-card--shadow": "_teddy-card--shadow_1855b_44",
14
- "teddy-card__action": "_teddy-card__action_1855b_48",
15
- "teddy-card__action--disabled": "_teddy-card__action--disabled_1855b_48",
16
- "teddy-card--border": "_teddy-card--border_1855b_55",
17
- "teddy-card__action-wrapper": "_teddy-card__action-wrapper_1855b_58",
18
- "teddy-card--layout": "_teddy-card--layout_1855b_61",
19
- "teddy-card__illustration": "_teddy-card__illustration_1855b_61",
20
- "teddy-card__carousel": "_teddy-card__carousel_1855b_64",
21
- "teddy-card__content": "_teddy-card__content_1855b_67",
22
- "teddy-card__heading": "_teddy-card__heading_1855b_70",
23
- "teddy-card__footer": "_teddy-card__footer_1855b_76",
24
- "teddy-card__overline": "_teddy-card__overline_1855b_79",
25
- "teddy-card__description": "_teddy-card__description_1855b_82",
26
- "teddy-card__color-dots": "_teddy-card__color-dots_1855b_85",
27
- "teddy-card__availability": "_teddy-card__availability_1855b_88",
28
- "teddy-card__price": "_teddy-card__price_1855b_91",
29
- "teddy-card--default": "_teddy-card--default_1855b_94",
30
- "teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_1855b_99",
31
- "teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_1855b_118",
32
- "teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_1855b_127",
33
- "teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_1855b_146",
34
- "teddy-card--rich-card": "_teddy-card--rich-card_1855b_158",
35
- "teddy-card--rich-card-large": "_teddy-card--rich-card-large_1855b_177",
36
- "teddy-card__line": "_teddy-card__line_1855b_210",
37
- "teddy-card--purple-light": "_teddy-card--purple-light_1855b_214",
38
- "teddy-card--purple-dark": "_teddy-card--purple-dark_1855b_228",
39
- "teddy-card--white": "_teddy-card--white_1855b_247",
40
- "teddy-card--gray": "_teddy-card--gray_1855b_261",
41
- "teddy-card--beige": "_teddy-card--beige_1855b_275",
42
- "teddy-card--product": "_teddy-card--product_1855b_289",
43
- "teddy-card__price--big": "_teddy-card__price--big_1855b_349",
44
- "teddy-card__image--as-background": "_teddy-card__image--as-background_1855b_352",
45
- "teddy-card--background-image": "_teddy-card--background-image_1855b_358",
46
- "teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_1855b_363",
47
- "teddy-card__inset": "_teddy-card__inset_1855b_367",
48
- "teddy-card__inset--top": "_teddy-card__inset--top_1855b_370",
49
- "teddy-card__inset--left": "_teddy-card__inset--left_1855b_373",
50
- "teddy-card__inset--right": "_teddy-card__inset--right_1855b_376",
51
- "teddy-card__inset--bottom": "_teddy-card__inset--bottom_1855b_379",
52
- "teddy-card__availability--badge": "_teddy-card__availability--badge_1855b_394",
53
- "teddy-card__availability--success": "_teddy-card__availability--success_1855b_397",
54
- "teddy-card__availability--warning": "_teddy-card__availability--warning_1855b_400",
55
- "teddy-card__availability--error": "_teddy-card__availability--error_1855b_403",
56
- "teddy-card__availability--special": "_teddy-card__availability--special_1855b_406",
57
- "teddy-card__availability--neutral": "_teddy-card__availability--neutral_1855b_409",
58
- "teddy-card__availability--information": "_teddy-card__availability--information_1855b_412"
8
+ "teddy-card": "_teddy-card_gaf78_3",
9
+ "teddy-card__slot": "_teddy-card__slot_gaf78_13",
10
+ "teddy-card__slot--bottom": "_teddy-card__slot--bottom_gaf78_16",
11
+ "teddy-card__slot--center": "_teddy-card__slot--center_gaf78_19",
12
+ "teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_gaf78_25",
13
+ "teddy-card--shadow": "_teddy-card--shadow_gaf78_44",
14
+ "teddy-card__action": "_teddy-card__action_gaf78_48",
15
+ "teddy-card__action--disabled": "_teddy-card__action--disabled_gaf78_48",
16
+ "teddy-card--border": "_teddy-card--border_gaf78_55",
17
+ "teddy-card--layout": "_teddy-card--layout_gaf78_58",
18
+ "teddy-card__illustration": "_teddy-card__illustration_gaf78_58",
19
+ "teddy-card__carousel": "_teddy-card__carousel_gaf78_61",
20
+ "teddy-card__content": "_teddy-card__content_gaf78_64",
21
+ "teddy-card__heading": "_teddy-card__heading_gaf78_67",
22
+ "teddy-card__action-wrapper": "_teddy-card__action-wrapper_gaf78_70",
23
+ "teddy-card__footer": "_teddy-card__footer_gaf78_73",
24
+ "teddy-card__overline": "_teddy-card__overline_gaf78_76",
25
+ "teddy-card__description": "_teddy-card__description_gaf78_79",
26
+ "teddy-card__color-dots": "_teddy-card__color-dots_gaf78_82",
27
+ "teddy-card__availability": "_teddy-card__availability_gaf78_85",
28
+ "teddy-card__price": "_teddy-card__price_gaf78_88",
29
+ "teddy-card--default": "_teddy-card--default_gaf78_91",
30
+ "teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_gaf78_96",
31
+ "teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_gaf78_116",
32
+ "teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_gaf78_128",
33
+ "teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_gaf78_150",
34
+ "teddy-card--rich-card": "_teddy-card--rich-card_gaf78_162",
35
+ "teddy-card--rich-card-large": "_teddy-card--rich-card-large_gaf78_181",
36
+ "teddy-card__line": "_teddy-card__line_gaf78_214",
37
+ "teddy-card--purple-light": "_teddy-card--purple-light_gaf78_218",
38
+ "teddy-card--purple-dark": "_teddy-card--purple-dark_gaf78_232",
39
+ "teddy-card--white": "_teddy-card--white_gaf78_251",
40
+ "teddy-card--gray": "_teddy-card--gray_gaf78_265",
41
+ "teddy-card--beige": "_teddy-card--beige_gaf78_279",
42
+ "teddy-card--product": "_teddy-card--product_gaf78_293",
43
+ "teddy-card__price--big": "_teddy-card__price--big_gaf78_359",
44
+ "teddy-card__image--as-background": "_teddy-card__image--as-background_gaf78_362",
45
+ "teddy-card--background-image": "_teddy-card--background-image_gaf78_368",
46
+ "teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_gaf78_373",
47
+ "teddy-card__inset": "_teddy-card__inset_gaf78_377",
48
+ "teddy-card__inset--top": "_teddy-card__inset--top_gaf78_380",
49
+ "teddy-card__inset--left": "_teddy-card__inset--left_gaf78_383",
50
+ "teddy-card__inset--right": "_teddy-card__inset--right_gaf78_386",
51
+ "teddy-card__inset--bottom": "_teddy-card__inset--bottom_gaf78_389",
52
+ "teddy-card__availability--badge": "_teddy-card__availability--badge_gaf78_404",
53
+ "teddy-card__availability--success": "_teddy-card__availability--success_gaf78_407",
54
+ "teddy-card__availability--warning": "_teddy-card__availability--warning_gaf78_410",
55
+ "teddy-card__availability--error": "_teddy-card__availability--error_gaf78_413",
56
+ "teddy-card__availability--special": "_teddy-card__availability--special_gaf78_416",
57
+ "teddy-card__availability--neutral": "_teddy-card__availability--neutral_gaf78_419",
58
+ "teddy-card__availability--information": "_teddy-card__availability--information_gaf78_422"
59
59
  };
60
60
  const rootClassName = "teddy-card";
61
61
  const actionElementIdentifier = `${rootClassName}__action`;
package/dist/style.css CHANGED
@@ -2506,32 +2506,32 @@
2506
2506
  }
2507
2507
  }@layer heading, flex, grid, button, card;
2508
2508
  @layer card {
2509
- ._teddy-card_1855b_3 {
2509
+ ._teddy-card_gaf78_3 {
2510
2510
  border-radius: var(--teddy-border-radius-md);
2511
2511
  padding: var(--teddy-spacing-250);
2512
2512
  position: relative;
2513
2513
  }
2514
2514
  @media (prefers-reduced-motion: no-preference) {
2515
- ._teddy-card_1855b_3 {
2515
+ ._teddy-card_gaf78_3 {
2516
2516
  transition: background-color var(--teddy-motion-duration-300) ease;
2517
2517
  }
2518
2518
  }
2519
- ._teddy-card__slot_1855b_13 {
2519
+ ._teddy-card__slot_gaf78_13 {
2520
2520
  transform: translateY(-50%);
2521
2521
  }
2522
- ._teddy-card__slot--bottom_1855b_16 {
2522
+ ._teddy-card__slot--bottom_gaf78_16 {
2523
2523
  transform: translateY(50%);
2524
2524
  }
2525
- ._teddy-card__slot--center_1855b_19 {
2525
+ ._teddy-card__slot--center_gaf78_19 {
2526
2526
  transform: translate(-50%, -50%);
2527
2527
  }
2528
- ._teddy-card__slot--bottom_1855b_16._teddy-card__slot--center_1855b_19 {
2528
+ ._teddy-card__slot--bottom_gaf78_16._teddy-card__slot--center_gaf78_19 {
2529
2529
  transform: translate(-50%, 50%);
2530
2530
  }
2531
- ._teddy-card__slot--no-translate_1855b_25 {
2531
+ ._teddy-card__slot--no-translate_gaf78_25 {
2532
2532
  transform: initial;
2533
2533
  }
2534
- ._teddy-card_1855b_3::before {
2534
+ ._teddy-card_gaf78_3::before {
2535
2535
  content: "";
2536
2536
  display: block;
2537
2537
  position: absolute;
@@ -2542,95 +2542,97 @@
2542
2542
  box-shadow: var(--teddy-shadow-md);
2543
2543
  }
2544
2544
  @media (prefers-reduced-motion: no-preference) {
2545
- ._teddy-card_1855b_3::before {
2545
+ ._teddy-card_gaf78_3::before {
2546
2546
  transition: var(--teddy-motion-duration-300) ease;
2547
2547
  transition-property: opacity, box-shadow;
2548
2548
  }
2549
2549
  }
2550
- ._teddy-card--shadow_1855b_44::before {
2550
+ ._teddy-card--shadow_gaf78_44::before {
2551
2551
  opacity: 1;
2552
2552
  box-shadow: var(--teddy-shadow-sm-2);
2553
2553
  }
2554
- ._teddy-card_1855b_3:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2554
+ ._teddy-card_gaf78_3:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2555
2555
  cursor: pointer;
2556
2556
  }
2557
- ._teddy-card_1855b_3:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)):hover:not(:has(button:hover), :has(a:hover)):has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48))::before {
2557
+ ._teddy-card_gaf78_3:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)):hover:not(:has(button:hover), :has(a:hover)):has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48))::before {
2558
2558
  opacity: 1;
2559
2559
  box-shadow: var(--teddy-shadow-md);
2560
2560
  }
2561
- ._teddy-card--border_1855b_55 {
2561
+ ._teddy-card--border_gaf78_55 {
2562
2562
  border: var(--teddy-border-width-xs) solid transparent;
2563
2563
  }
2564
- ._teddy-card_1855b_3 ._teddy-card__action-wrapper_1855b_58 {
2565
- margin-bottom: var(--teddy-spacing-200);
2566
- }
2567
- ._teddy-card--layout_1855b_61 ._teddy-card__illustration_1855b_61 {
2564
+ ._teddy-card--layout_gaf78_58 ._teddy-card__illustration_gaf78_58 {
2568
2565
  grid-area: illustration;
2569
2566
  }
2570
- ._teddy-card--layout_1855b_61 ._teddy-card__carousel_1855b_64 {
2567
+ ._teddy-card--layout_gaf78_58 ._teddy-card__carousel_gaf78_61 {
2571
2568
  grid-area: carousel;
2572
2569
  }
2573
- ._teddy-card--layout_1855b_61 ._teddy-card__content_1855b_67 {
2570
+ ._teddy-card--layout_gaf78_58 ._teddy-card__content_gaf78_64 {
2574
2571
  grid-area: content;
2575
2572
  }
2576
- ._teddy-card--layout_1855b_61 ._teddy-card__heading_1855b_70 {
2573
+ ._teddy-card--layout_gaf78_58 ._teddy-card__heading_gaf78_67 {
2577
2574
  grid-area: heading;
2578
2575
  }
2579
- ._teddy-card--layout_1855b_61 ._teddy-card__action-wrapper_1855b_58 {
2576
+ ._teddy-card--layout_gaf78_58 ._teddy-card__action-wrapper_gaf78_70 {
2580
2577
  grid-area: action;
2581
2578
  }
2582
- ._teddy-card--layout_1855b_61 ._teddy-card__footer_1855b_76 {
2579
+ ._teddy-card--layout_gaf78_58 ._teddy-card__footer_gaf78_73 {
2583
2580
  grid-area: footer;
2584
2581
  }
2585
- ._teddy-card--layout_1855b_61 ._teddy-card__overline_1855b_79 {
2582
+ ._teddy-card--layout_gaf78_58 ._teddy-card__overline_gaf78_76 {
2586
2583
  grid-area: overline;
2587
2584
  }
2588
- ._teddy-card--layout_1855b_61 ._teddy-card__description_1855b_82 {
2585
+ ._teddy-card--layout_gaf78_58 ._teddy-card__description_gaf78_79 {
2589
2586
  grid-area: description;
2590
2587
  }
2591
- ._teddy-card--layout_1855b_61 ._teddy-card__color-dots_1855b_85 {
2588
+ ._teddy-card--layout_gaf78_58 ._teddy-card__color-dots_gaf78_82 {
2592
2589
  grid-area: colors;
2593
2590
  }
2594
- ._teddy-card--layout_1855b_61 ._teddy-card__availability_1855b_88 {
2591
+ ._teddy-card--layout_gaf78_58 ._teddy-card__availability_gaf78_85 {
2595
2592
  grid-area: availability;
2596
2593
  }
2597
- ._teddy-card--layout_1855b_61 ._teddy-card__price_1855b_91 {
2594
+ ._teddy-card--layout_gaf78_58 ._teddy-card__price_gaf78_88 {
2598
2595
  grid-area: price;
2599
2596
  }
2600
- ._teddy-card--default_1855b_94 {
2597
+ ._teddy-card--default_gaf78_91 {
2601
2598
  display: flex;
2602
2599
  flex-direction: column;
2603
2600
  gap: var(--teddy-spacing-200);
2604
2601
  }
2605
- ._teddy-card--navigation-vertical_1855b_99 {
2602
+ ._teddy-card--navigation-vertical_gaf78_96 {
2606
2603
  grid-template-rows: auto auto 1fr auto;
2607
2604
  justify-items: start;
2605
+ justify-content: stretch;
2608
2606
  align-items: baseline;
2609
2607
  grid-template-areas: "illustration" "heading" "content" "action";
2610
2608
  }
2611
- ._teddy-card--navigation-vertical_1855b_99 ._teddy-card__illustration_1855b_61 {
2609
+ ._teddy-card--navigation-vertical_gaf78_96 ._teddy-card__illustration_gaf78_58 {
2612
2610
  margin-bottom: var(--teddy-spacing-200);
2613
2611
  }
2614
- ._teddy-card--navigation-vertical_1855b_99 ._teddy-card__content_1855b_67 {
2612
+ ._teddy-card--navigation-vertical_gaf78_96 ._teddy-card__content_gaf78_64 {
2615
2613
  margin-bottom: var(--teddy-spacing-200);
2616
2614
  }
2617
- ._teddy-card--navigation-vertical_1855b_99 ._teddy-card__heading_1855b_70 {
2615
+ ._teddy-card--navigation-vertical_gaf78_96 ._teddy-card__heading_gaf78_67 {
2618
2616
  margin-bottom: var(--teddy-spacing-100);
2619
2617
  }
2620
- ._teddy-card--navigation-vertical_1855b_99 ._teddy-card__action_1855b_48 {
2618
+ ._teddy-card--navigation-vertical_gaf78_96 ._teddy-card__action-wrapper_gaf78_70 {
2621
2619
  margin-top: auto;
2622
2620
  justify-self: end;
2623
2621
  }
2624
- ._teddy-card--navigation-horizontal-small_1855b_118 {
2622
+ ._teddy-card--navigation-horizontal-small_gaf78_116 {
2625
2623
  grid-template-columns: auto 1fr auto;
2626
2624
  grid-template-rows: auto 1fr;
2627
2625
  grid-template-areas: "illustration heading action" "illustration content action";
2628
2626
  column-gap: var(--teddy-spacing-200);
2629
2627
  }
2630
- ._teddy-card--navigation-horizontal-small_1855b_118 ._teddy-card__heading_1855b_70 {
2628
+ ._teddy-card--navigation-horizontal-small_gaf78_116 ._teddy-card__heading_gaf78_67 {
2631
2629
  margin-bottom: var(--teddy-spacing-100);
2632
2630
  }
2633
- ._teddy-card--navigation-horizontal-small-centered_1855b_127 {
2631
+ ._teddy-card--navigation-horizontal-small_gaf78_116 ._teddy-card__action-wrapper_gaf78_70 {
2632
+ margin-top: auto;
2633
+ }
2634
+ ._teddy-card--navigation-horizontal-small-centered_gaf78_128 {
2635
+ width: 100%;
2634
2636
  max-width: 26rem;
2635
2637
  grid-template-columns: auto 1fr auto;
2636
2638
  grid-template-rows: 1fr auto;
@@ -2638,161 +2640,163 @@
2638
2640
  align-items: center;
2639
2641
  column-gap: var(--teddy-spacing-200);
2640
2642
  }
2641
- ._teddy-card--navigation-horizontal-small-centered_1855b_127 ._teddy-card__content_1855b_67 {
2643
+ ._teddy-card--navigation-horizontal-small-centered_gaf78_128 ._teddy-card__content_gaf78_64 {
2642
2644
  margin-top: var(--teddy-spacing-200);
2643
2645
  }
2644
- ._teddy-card--navigation-horizontal-small-centered_1855b_127 ._teddy-card__action-wrapper_1855b_58 {
2646
+ ._teddy-card--navigation-horizontal-small-centered_gaf78_128 ._teddy-card__action-wrapper_gaf78_70 {
2645
2647
  margin: 0;
2646
2648
  }
2647
- ._teddy-card--navigation-horizontal-small-centered_1855b_127 ._teddy-card__illustration_1855b_61 {
2648
- object-fit: contain;
2649
+ ._teddy-card--navigation-horizontal-small-centered_gaf78_128 ._teddy-card__illustration_gaf78_58 {
2649
2650
  max-height: 80px;
2650
2651
  max-width: 100px;
2651
2652
  }
2652
- ._teddy-card--navigation-horizontal-large_1855b_146 {
2653
+ ._teddy-card--navigation-horizontal-small-centered_gaf78_128 ._teddy-card__illustration_gaf78_58 img {
2654
+ object-fit: contain;
2655
+ }
2656
+ ._teddy-card--navigation-horizontal-large_gaf78_150 {
2653
2657
  grid-template-columns: 1fr auto;
2654
2658
  grid-template-rows: auto auto 1fr;
2655
2659
  grid-template-areas: "illustration action" "heading action" "content action";
2656
2660
  column-gap: var(--teddy-spacing-200);
2657
2661
  }
2658
- ._teddy-card--navigation-horizontal-large_1855b_146 ._teddy-card__heading_1855b_70 {
2662
+ ._teddy-card--navigation-horizontal-large_gaf78_150 ._teddy-card__heading_gaf78_67 {
2659
2663
  margin-bottom: var(--teddy-spacing-100);
2660
2664
  }
2661
- ._teddy-card--navigation-horizontal-large_1855b_146 ._teddy-card__action_1855b_48 {
2665
+ ._teddy-card--navigation-horizontal-large_gaf78_150 ._teddy-card__action-wrapper_gaf78_70 {
2662
2666
  margin-top: auto;
2663
2667
  }
2664
- ._teddy-card--rich-card_1855b_158 {
2668
+ ._teddy-card--rich-card_gaf78_162 {
2665
2669
  justify-items: start;
2666
2670
  align-items: baseline;
2667
2671
  grid-template-rows: auto auto 1fr auto;
2668
2672
  grid-template-areas: "illustration" "heading" "content" "action";
2669
2673
  }
2670
- ._teddy-card--rich-card_1855b_158 ._teddy-card__illustration_1855b_61 {
2674
+ ._teddy-card--rich-card_gaf78_162 ._teddy-card__illustration_gaf78_58 {
2671
2675
  margin-bottom: var(--teddy-spacing-200);
2672
2676
  }
2673
- ._teddy-card--rich-card_1855b_158 ._teddy-card__content_1855b_67 {
2677
+ ._teddy-card--rich-card_gaf78_162 ._teddy-card__content_gaf78_64 {
2674
2678
  margin-bottom: var(--teddy-spacing-200);
2675
2679
  }
2676
- ._teddy-card--rich-card_1855b_158 ._teddy-card__heading_1855b_70 {
2680
+ ._teddy-card--rich-card_gaf78_162 ._teddy-card__heading_gaf78_67 {
2677
2681
  margin-bottom: var(--teddy-spacing-100);
2678
2682
  }
2679
- ._teddy-card--rich-card_1855b_158 ._teddy-card__action_1855b_48 {
2683
+ ._teddy-card--rich-card_gaf78_162 ._teddy-card__action-wrapper_gaf78_70 {
2680
2684
  margin-top: auto;
2681
2685
  }
2682
2686
  @media (max-width: 800px) {
2683
- ._teddy-card--rich-card-large_1855b_177 {
2687
+ ._teddy-card--rich-card-large_gaf78_181 {
2684
2688
  justify-items: start;
2685
2689
  align-items: baseline;
2686
2690
  grid-template-rows: auto auto 1fr auto;
2687
2691
  grid-template-areas: "illustration" "heading" "content" "action";
2688
2692
  }
2689
2693
  }
2690
- ._teddy-card--rich-card-large_1855b_177 ._teddy-card__illustration_1855b_61 img {
2694
+ ._teddy-card--rich-card-large_gaf78_181 ._teddy-card__illustration_gaf78_58 img {
2691
2695
  object-fit: cover;
2692
2696
  }
2693
2697
  @media (min-width: 801px) {
2694
- ._teddy-card--rich-card-large_1855b_177 ._teddy-card__illustration_1855b_61 {
2698
+ ._teddy-card--rich-card-large_gaf78_181 ._teddy-card__illustration_gaf78_58 {
2695
2699
  grid-column-start: 1;
2696
2700
  margin-right: var(--teddy-spacing-600);
2697
2701
  }
2698
2702
  }
2699
- ._teddy-card--rich-card-large_1855b_177 ._teddy-card__content_1855b_67 {
2703
+ ._teddy-card--rich-card-large_gaf78_181 ._teddy-card__content_gaf78_64 {
2700
2704
  margin-top: 2rem;
2701
2705
  }
2702
2706
  @media (min-width: 801px) {
2703
- ._teddy-card--rich-card-large_1855b_177 ._teddy-card__content_1855b_67 {
2707
+ ._teddy-card--rich-card-large_gaf78_181 ._teddy-card__content_gaf78_64 {
2704
2708
  grid-column-start: 2;
2705
2709
  margin-top: 0;
2706
2710
  align-content: center;
2707
2711
  }
2708
2712
  }
2709
- ._teddy-card--rich-card-large_1855b_177 ._teddy-card__action_1855b_48 {
2713
+ ._teddy-card--rich-card-large_gaf78_181 ._teddy-card__action_gaf78_48 {
2710
2714
  margin-top: var(--teddy-spacing-200);
2711
2715
  }
2712
- ._teddy-card--rich-card-large_1855b_177 ._teddy-card__heading_1855b_70 {
2716
+ ._teddy-card--rich-card-large_gaf78_181 ._teddy-card__heading_gaf78_67 {
2713
2717
  margin-top: var(--teddy-spacing-100);
2714
2718
  margin-bottom: var(--teddy-spacing-100);
2715
2719
  }
2716
- ._teddy-card__line_1855b_210 {
2720
+ ._teddy-card__line_gaf78_214 {
2717
2721
  border: 0;
2718
2722
  border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
2719
2723
  }
2720
- ._teddy-card--purple-light_1855b_214 {
2724
+ ._teddy-card--purple-light_gaf78_218 {
2721
2725
  background-color: var(--teddy-color-background-interactive-primary-negative);
2722
2726
  color: var(--teddy-color-text-default);
2723
2727
  border-color: var(--teddy-color-background-interactive-primary-negative);
2724
2728
  }
2725
- ._teddy-card--purple-light_1855b_214:hover:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2729
+ ._teddy-card--purple-light_gaf78_218:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2726
2730
  background-color: var(--teddy-color-background-interactive-primary-negative-hover);
2727
2731
  }
2728
- ._teddy-card--purple-light_1855b_214:active:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2732
+ ._teddy-card--purple-light_gaf78_218:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2729
2733
  background-color: var(--teddy-color-background-interactive-primary-negative-active);
2730
2734
  }
2731
- ._teddy-card--purple-light_1855b_214:has(._teddy-card__action--disabled_1855b_48) {
2735
+ ._teddy-card--purple-light_gaf78_218:has(._teddy-card__action--disabled_gaf78_48) {
2732
2736
  background-color: var(--teddy-color-background-interactive-disabled);
2733
2737
  }
2734
- ._teddy-card--purple-dark_1855b_228 {
2738
+ ._teddy-card--purple-dark_gaf78_232 {
2735
2739
  background-color: var(--teddy-color-brand-deep-purple);
2736
2740
  color: var(--teddy-color-text-default-negative);
2737
2741
  border-color: var(--teddy-color-brand-deep-purple);
2738
2742
  }
2739
- ._teddy-card--purple-dark_1855b_228:hover:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2743
+ ._teddy-card--purple-dark_gaf78_232:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2740
2744
  background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
2741
2745
  }
2742
- ._teddy-card--purple-dark_1855b_228:active:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2746
+ ._teddy-card--purple-dark_gaf78_232:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2743
2747
  background-color: var(--teddy-color-background-interactive-transparent-negative-active);
2744
2748
  }
2745
- ._teddy-card--purple-dark_1855b_228:has(._teddy-card__action--disabled_1855b_48) {
2749
+ ._teddy-card--purple-dark_gaf78_232:has(._teddy-card__action--disabled_gaf78_48) {
2746
2750
  color: var(--teddy-color-text-default);
2747
2751
  background-color: var(--teddy-color-background-interactive-disabled);
2748
2752
  }
2749
- ._teddy-card--purple-dark_1855b_228:has(._teddy-card__action--disabled_1855b_48) ._teddy-card__action_1855b_48 {
2753
+ ._teddy-card--purple-dark_gaf78_232:has(._teddy-card__action--disabled_gaf78_48) ._teddy-card__action_gaf78_48 {
2750
2754
  color: var(--teddy-color-text-weak);
2751
2755
  background-color: var(--teddy-color-background-interactive-disabled);
2752
2756
  }
2753
- ._teddy-card--white_1855b_247 {
2757
+ ._teddy-card--white_gaf78_251 {
2754
2758
  background-color: var(--teddy-color-brand-white);
2755
2759
  color: var(--teddy-color-text-default);
2756
2760
  border-color: var(--teddy-color-border-interactive-subtle);
2757
2761
  }
2758
- ._teddy-card--white_1855b_247:hover:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2762
+ ._teddy-card--white_gaf78_251:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2759
2763
  background-color: var(--teddy-color-background-interactive-transparent-hover);
2760
2764
  }
2761
- ._teddy-card--white_1855b_247:active:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2765
+ ._teddy-card--white_gaf78_251:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2762
2766
  background-color: var(--teddy-color-background-interactive-transparent-active);
2763
2767
  }
2764
- ._teddy-card--white_1855b_247:has(._teddy-card__action--disabled_1855b_48) {
2768
+ ._teddy-card--white_gaf78_251:has(._teddy-card__action--disabled_gaf78_48) {
2765
2769
  background-color: var(--teddy-color-background-interactive-disabled);
2766
2770
  }
2767
- ._teddy-card--gray_1855b_261 {
2771
+ ._teddy-card--gray_gaf78_265 {
2768
2772
  background-color: var(--teddy-color-background-secondary);
2769
2773
  color: var(--teddy-color-text-default);
2770
2774
  border-color: var(--teddy-color-border-interactive-subtle);
2771
2775
  }
2772
- ._teddy-card--gray_1855b_261:hover:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2776
+ ._teddy-card--gray_gaf78_265:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2773
2777
  background-color: var(--teddy-color-gray-100);
2774
2778
  }
2775
- ._teddy-card--gray_1855b_261:active:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2779
+ ._teddy-card--gray_gaf78_265:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2776
2780
  background-color: var(--teddy-color-gray-200);
2777
2781
  }
2778
- ._teddy-card--gray_1855b_261:has(._teddy-card__action--disabled_1855b_48) {
2782
+ ._teddy-card--gray_gaf78_265:has(._teddy-card__action--disabled_gaf78_48) {
2779
2783
  background-color: var(--teddy-color-background-interactive-disabled);
2780
2784
  }
2781
- ._teddy-card--beige_1855b_275 {
2785
+ ._teddy-card--beige_gaf78_279 {
2782
2786
  background-color: var(--teddy-color-beige-100);
2783
2787
  color: var(--teddy-color-text-default);
2784
2788
  border-color: var(--teddy-color-beige-300);
2785
2789
  }
2786
- ._teddy-card--beige_1855b_275:hover:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2790
+ ._teddy-card--beige_gaf78_279:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2787
2791
  background-color: var(--teddy-color-beige-200);
2788
2792
  }
2789
- ._teddy-card--beige_1855b_275:active:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2793
+ ._teddy-card--beige_gaf78_279:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2790
2794
  background-color: var(--teddy-color-beige-300);
2791
2795
  }
2792
- ._teddy-card--beige_1855b_275:has(._teddy-card__action--disabled_1855b_48) {
2796
+ ._teddy-card--beige_gaf78_279:has(._teddy-card__action--disabled_gaf78_48) {
2793
2797
  background-color: var(--teddy-color-background-interactive-disabled);
2794
2798
  }
2795
- ._teddy-card--product_1855b_289 {
2799
+ ._teddy-card--product_gaf78_293 {
2796
2800
  grid-template-columns: minmax(0, 100%);
2797
2801
  grid-template-rows: auto auto auto auto auto auto auto 1fr auto auto;
2798
2802
  grid-template-areas: "illustration" "carousel" "overline" "heading" "colors" "description" "content" "price" "action" "availability";
@@ -2803,119 +2807,125 @@
2803
2807
  padding-bottom: var(--teddy-spacing-100);
2804
2808
  width: 100%;
2805
2809
  }
2806
- ._teddy-card--product_1855b_289:hover:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2810
+ ._teddy-card--product_gaf78_293:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2807
2811
  background-color: var(--teddy-color-brand-white);
2808
2812
  outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-primary);
2809
2813
  outline-offset: calc(var(--teddy-border-width-sm) * -1);
2810
2814
  }
2811
- ._teddy-card--product_1855b_289:active:has(._teddy-card__action_1855b_48:not(._teddy-card__action--disabled_1855b_48)) {
2815
+ ._teddy-card--product_gaf78_293:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
2812
2816
  background-color: var(--teddy-color-background-interactive-transparent-active);
2813
2817
  }
2814
- ._teddy-card--product_1855b_289:has(._teddy-card__action--disabled_1855b_48) {
2818
+ ._teddy-card--product_gaf78_293:has(._teddy-card__action--disabled_gaf78_48) {
2815
2819
  background-color: var(--teddy-color-background-interactive-disabled);
2816
2820
  }
2817
- ._teddy-card--product_1855b_289 ._teddy-card__illustration_1855b_61 {
2821
+ ._teddy-card--product_gaf78_293 ._teddy-card__action-wrapper_gaf78_70 {
2822
+ margin-bottom: var(--teddy-spacing-200);
2823
+ }
2824
+ ._teddy-card--product_gaf78_293 ._teddy-card__illustration_gaf78_58 {
2818
2825
  height: 180px;
2819
2826
  display: grid;
2820
2827
  place-items: center;
2821
2828
  place-self: center;
2822
2829
  margin-bottom: var(--teddy-spacing-400);
2823
2830
  }
2824
- ._teddy-card--product_1855b_289 ._teddy-card__illustration_1855b_61 img {
2831
+ ._teddy-card--product_gaf78_293 ._teddy-card__illustration_gaf78_58 img {
2825
2832
  max-width: 200px;
2826
2833
  max-height: 180px;
2827
2834
  object-fit: contain;
2828
2835
  }
2829
- ._teddy-card--product_1855b_289 ._teddy-card__carousel_1855b_64 .slick-dots li {
2836
+ ._teddy-card--product_gaf78_293 ._teddy-card__carousel_gaf78_61 .slick-dots li {
2830
2837
  min-width: 12px;
2831
2838
  width: initial !important;
2832
2839
  margin: 0 0.25rem !important;
2833
2840
  }
2834
- ._teddy-card--product_1855b_289 ._teddy-card__carousel_1855b_64 .slick-dots .slick-active {
2841
+ ._teddy-card--product_gaf78_293 ._teddy-card__carousel_gaf78_61 .slick-dots .slick-active {
2835
2842
  min-width: 24px;
2836
2843
  width: initial !important;
2837
2844
  }
2838
- ._teddy-card--product_1855b_289 ._teddy-card__overline_1855b_79 {
2845
+ ._teddy-card--product_gaf78_293 ._teddy-card__overline_gaf78_76 {
2839
2846
  margin-bottom: var(--teddy-spacing-50);
2840
2847
  }
2841
- ._teddy-card--product_1855b_289 ._teddy-card__heading_1855b_70 {
2848
+ ._teddy-card--product_gaf78_293 ._teddy-card__heading_gaf78_67 {
2849
+ margin-bottom: var(--teddy-spacing-200);
2850
+ }
2851
+ ._teddy-card--product_gaf78_293 ._teddy-card__description_gaf78_79 {
2842
2852
  margin-bottom: var(--teddy-spacing-200);
2843
2853
  }
2844
- ._teddy-card--product_1855b_289 ._teddy-card__description_1855b_82 {
2854
+ ._teddy-card--product_gaf78_293 ._teddy-card__content_gaf78_64 {
2845
2855
  margin-bottom: var(--teddy-spacing-200);
2846
2856
  }
2847
- ._teddy-card--product_1855b_289 ._teddy-card__action_1855b_48 {
2857
+ ._teddy-card--product_gaf78_293 ._teddy-card__action_gaf78_48 {
2848
2858
  margin-top: auto;
2849
2859
  margin-left: auto;
2850
2860
  justify-self: end;
2851
2861
  }
2852
- ._teddy-card--product_1855b_289 ._teddy-card__price_1855b_91 {
2862
+ ._teddy-card--product_gaf78_293 ._teddy-card__price_gaf78_88 {
2853
2863
  display: flex;
2854
2864
  }
2855
- ._teddy-card--product_1855b_289 ._teddy-card__price--big_1855b_349 {
2865
+ ._teddy-card--product_gaf78_293 ._teddy-card__price--big_gaf78_359 {
2856
2866
  font-size: var(--teddy-typography-scale-200);
2857
2867
  }
2858
- ._teddy-card_1855b_3:has(._teddy-card__image--as-background_1855b_352) {
2868
+ ._teddy-card_gaf78_3:has(._teddy-card__image--as-background_gaf78_362) {
2859
2869
  background-color: transparent;
2860
2870
  }
2861
- ._teddy-card__heading_1855b_70 {
2871
+ ._teddy-card__heading_gaf78_67 {
2862
2872
  color: inherit;
2863
2873
  }
2864
- ._teddy-card--background-image_1855b_358 {
2874
+ ._teddy-card--background-image_gaf78_368 {
2865
2875
  background-repeat: no-repeat;
2866
2876
  background-size: cover;
2867
2877
  background-position: center;
2868
2878
  }
2869
- ._teddy-card__illustration--rounded_1855b_363 {
2879
+ ._teddy-card__illustration--rounded_gaf78_373 {
2870
2880
  border-radius: inherit;
2871
2881
  overflow: hidden;
2872
2882
  }
2873
- ._teddy-card__inset_1855b_367 {
2883
+ ._teddy-card__inset_gaf78_377 {
2874
2884
  overflow: hidden;
2875
2885
  }
2876
- ._teddy-card__inset--top_1855b_370 {
2886
+ ._teddy-card__inset--top_gaf78_380 {
2877
2887
  margin-top: calc(var(--teddy-spacing-250) * -1);
2878
2888
  }
2879
- ._teddy-card__inset--top_1855b_370._teddy-card__inset--left_1855b_373 {
2889
+ ._teddy-card__inset--top_gaf78_380._teddy-card__inset--left_gaf78_383 {
2880
2890
  border-top-left-radius: inherit;
2881
2891
  }
2882
- ._teddy-card__inset--top_1855b_370._teddy-card__inset--right_1855b_376 {
2892
+ ._teddy-card__inset--top_gaf78_380._teddy-card__inset--right_gaf78_386 {
2883
2893
  border-top-right-radius: inherit;
2884
2894
  }
2885
- ._teddy-card__inset--bottom_1855b_379 {
2895
+ ._teddy-card__inset--bottom_gaf78_389 {
2886
2896
  margin-bottom: calc(var(--teddy-spacing-250) * -1);
2887
2897
  }
2888
- ._teddy-card__inset--bottom_1855b_379._teddy-card__inset--left_1855b_373 {
2898
+ ._teddy-card__inset--bottom_gaf78_389._teddy-card__inset--left_gaf78_383 {
2889
2899
  border-bottom-left-radius: inherit;
2890
2900
  }
2891
- ._teddy-card__inset--bottom_1855b_379._teddy-card__inset--right_1855b_376 {
2901
+ ._teddy-card__inset--bottom_gaf78_389._teddy-card__inset--right_gaf78_386 {
2892
2902
  border-bottom-right-radius: inherit;
2893
2903
  }
2894
- ._teddy-card__inset--left_1855b_373 {
2904
+ ._teddy-card__inset--left_gaf78_383 {
2895
2905
  margin-left: calc(var(--teddy-spacing-250) * -1);
2896
2906
  }
2897
- ._teddy-card__inset--right_1855b_376 {
2907
+ ._teddy-card__inset--right_gaf78_386 {
2898
2908
  margin-right: calc(var(--teddy-spacing-250) * -1);
2899
2909
  }
2900
- ._teddy-card__availability--badge_1855b_394 {
2910
+ ._teddy-card__availability--badge_gaf78_404 {
2901
2911
  margin-right: var(--teddy-spacing-150);
2902
2912
  }
2903
- ._teddy-card__availability--success_1855b_397 {
2913
+ ._teddy-card__availability--success_gaf78_407 {
2904
2914
  color: var(--teddy-color-text-status-success-strong);
2905
2915
  }
2906
- ._teddy-card__availability--warning_1855b_400 {
2916
+ ._teddy-card__availability--warning_gaf78_410 {
2907
2917
  color: var(--teddy-color-text-status-warning-strong);
2908
2918
  }
2909
- ._teddy-card__availability--error_1855b_403 {
2919
+ ._teddy-card__availability--error_gaf78_413 {
2910
2920
  color: var(--teddy-color-text-status-error-strong);
2911
2921
  }
2912
- ._teddy-card__availability--special_1855b_406 {
2922
+ ._teddy-card__availability--special_gaf78_416 {
2913
2923
  color: var(--teddy-color-text-status-special);
2914
2924
  }
2915
- ._teddy-card__availability--neutral_1855b_409 {
2925
+ ._teddy-card__availability--neutral_gaf78_419 {
2916
2926
  color: var(--teddy-color-text-status-neutral);
2917
2927
  }
2918
- ._teddy-card__availability--information_1855b_412 {
2928
+ ._teddy-card__availability--information_gaf78_422 {
2919
2929
  color: var(--teddy-color-text-status-info-strong);
2920
2930
  }
2921
2931
  }._teddy-badge_wlyo5_1 {
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "pnpm": ">=8"
21
21
  },
22
22
  "private": false,
23
- "version": "0.0.77",
23
+ "version": "0.0.79",
24
24
  "sideEffects": [
25
25
  "**/*.css"
26
26
  ],