@kaizen/components 2.4.0 → 2.5.1

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.
Files changed (150) hide show
  1. package/dist/cjs/src/Heading/Heading.cjs +1 -1
  2. package/dist/cjs/src/Heading/Heading.module.css.cjs +22 -0
  3. package/dist/cjs/src/Label/Label.cjs +1 -1
  4. package/dist/cjs/src/Label/Label.module.css.cjs +16 -0
  5. package/dist/cjs/src/LabelledMessage/LabelledMessage.cjs +1 -1
  6. package/dist/cjs/src/LabelledMessage/LabelledMessage.module.css.cjs +7 -0
  7. package/dist/cjs/src/Notification/InlineNotification/InlineNotification.cjs +1 -1
  8. package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.cjs +1 -1
  9. package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.cjs → ToastNotificationsList.module.css.cjs} +1 -1
  10. package/dist/cjs/src/Notification/subcomponents/CancelButton/CancelButton.cjs +1 -1
  11. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.cjs +1 -1
  12. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.cjs +29 -0
  13. package/dist/cjs/src/Notification/subcomponents/NotificationHeading/NotificationHeading.cjs +1 -1
  14. package/dist/cjs/src/Select/Select.cjs +9 -7
  15. package/dist/cjs/src/Text/Text.cjs +1 -1
  16. package/dist/cjs/src/Text/Text.module.css.cjs +16 -0
  17. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +1 -1
  18. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.cjs +13 -0
  19. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.cjs +1 -1
  20. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.cjs +9 -0
  21. package/dist/cjs/src/Tooltip/OverlayArrow.cjs +1 -1
  22. package/dist/cjs/src/Tooltip/OverlayArrow.module.css.cjs +7 -0
  23. package/dist/cjs/src/Tooltip/Tooltip.cjs +1 -1
  24. package/dist/cjs/src/Tooltip/Tooltip.module.css.cjs +7 -0
  25. package/dist/esm/src/Heading/Heading.mjs +1 -1
  26. package/dist/esm/src/Heading/Heading.module.css.mjs +20 -0
  27. package/dist/esm/src/Label/Label.mjs +1 -1
  28. package/dist/esm/src/Label/Label.module.css.mjs +14 -0
  29. package/dist/esm/src/LabelledMessage/LabelledMessage.mjs +1 -1
  30. package/dist/esm/src/LabelledMessage/LabelledMessage.module.css.mjs +5 -0
  31. package/dist/esm/src/Notification/InlineNotification/InlineNotification.mjs +1 -1
  32. package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.mjs +1 -1
  33. package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.mjs → ToastNotificationsList.module.css.mjs} +1 -1
  34. package/dist/esm/src/Notification/subcomponents/CancelButton/CancelButton.mjs +1 -1
  35. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.mjs +1 -1
  36. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.mjs +27 -0
  37. package/dist/esm/src/Notification/subcomponents/NotificationHeading/NotificationHeading.mjs +1 -1
  38. package/dist/esm/src/Select/Select.mjs +9 -7
  39. package/dist/esm/src/Text/Text.mjs +1 -1
  40. package/dist/esm/src/Text/Text.module.css.mjs +14 -0
  41. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +1 -1
  42. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.mjs +11 -0
  43. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.mjs +1 -1
  44. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.mjs +7 -0
  45. package/dist/esm/src/Tooltip/OverlayArrow.mjs +1 -1
  46. package/dist/esm/src/Tooltip/OverlayArrow.module.css.mjs +5 -0
  47. package/dist/esm/src/Tooltip/Tooltip.mjs +1 -1
  48. package/dist/esm/src/Tooltip/Tooltip.module.css.mjs +5 -0
  49. package/dist/styles.css +726 -520
  50. package/locales/ar.json +4 -0
  51. package/locales/bg.json +4 -0
  52. package/locales/cs.json +4 -0
  53. package/locales/cy.json +4 -0
  54. package/locales/da.json +4 -0
  55. package/locales/de.json +4 -0
  56. package/locales/el.json +4 -0
  57. package/locales/en-GB.json +4 -0
  58. package/locales/en.json +4 -0
  59. package/locales/es-419.json +4 -0
  60. package/locales/es.json +4 -0
  61. package/locales/et.json +4 -0
  62. package/locales/fi.json +4 -0
  63. package/locales/fr-CA.json +4 -0
  64. package/locales/fr.json +4 -0
  65. package/locales/he.json +4 -0
  66. package/locales/hi.json +4 -0
  67. package/locales/ht.json +4 -0
  68. package/locales/hu.json +4 -0
  69. package/locales/id.json +4 -0
  70. package/locales/it.json +4 -0
  71. package/locales/ja.json +4 -0
  72. package/locales/km-KH.json +4 -0
  73. package/locales/ko.json +4 -0
  74. package/locales/lt.json +4 -0
  75. package/locales/lv.json +4 -0
  76. package/locales/mi.json +4 -0
  77. package/locales/ms.json +4 -0
  78. package/locales/nb.json +4 -0
  79. package/locales/nl.json +4 -0
  80. package/locales/pl.json +4 -0
  81. package/locales/pt-BR.json +4 -0
  82. package/locales/pt.json +4 -0
  83. package/locales/ro.json +4 -0
  84. package/locales/ru.json +4 -0
  85. package/locales/si-LK.json +4 -0
  86. package/locales/sk.json +4 -0
  87. package/locales/sr.json +4 -0
  88. package/locales/sv.json +4 -0
  89. package/locales/th.json +4 -0
  90. package/locales/tl.json +4 -0
  91. package/locales/tr.json +4 -0
  92. package/locales/uk.json +4 -0
  93. package/locales/vi.json +4 -0
  94. package/locales/zh-TW.json +4 -0
  95. package/locales/zh.json +4 -0
  96. package/package.json +1 -1
  97. package/src/Content/Content.module.css +1 -1
  98. package/src/Heading/Heading.module.css +111 -0
  99. package/src/Heading/Heading.tsx +1 -1
  100. package/src/Label/Label.module.css +97 -0
  101. package/src/Label/Label.tsx +1 -1
  102. package/src/Label/_docs/Label.stickersheet.stories.tsx +9 -4
  103. package/src/LabelledMessage/{LabelledMessage.module.scss → LabelledMessage.module.css} +1 -3
  104. package/src/LabelledMessage/LabelledMessage.tsx +1 -1
  105. package/src/Notification/InlineNotification/InlineNotification.tsx +1 -1
  106. package/src/Notification/InlineNotification/_docs/InlineNotification.stickersheet.stories.tsx +1 -1
  107. package/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss → ToastNotificationsList.module.css} +6 -8
  108. package/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.tsx +1 -1
  109. package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +1 -1
  110. package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css +392 -0
  111. package/src/Notification/subcomponents/GenericNotification/GenericNotification.tsx +1 -1
  112. package/src/Notification/subcomponents/NotificationHeading/NotificationHeading.tsx +1 -1
  113. package/src/Select/Select.tsx +8 -6
  114. package/src/Text/Text.module.css +71 -0
  115. package/src/Text/Text.tsx +1 -1
  116. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css +141 -0
  117. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +1 -1
  118. package/src/ToggleSwitch/ToggleSwitchField/{ToggleSwitchField.module.scss → ToggleSwitchField.module.css} +1 -3
  119. package/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.tsx +1 -1
  120. package/src/Tooltip/OverlayArrow.module.css +45 -0
  121. package/src/Tooltip/OverlayArrow.tsx +1 -1
  122. package/src/Tooltip/Tooltip.module.css +62 -0
  123. package/src/Tooltip/Tooltip.tsx +1 -1
  124. package/dist/cjs/src/Heading/Heading.module.scss.cjs +0 -22
  125. package/dist/cjs/src/Label/Label.module.scss.cjs +0 -15
  126. package/dist/cjs/src/LabelledMessage/LabelledMessage.module.scss.cjs +0 -7
  127. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.cjs +0 -29
  128. package/dist/cjs/src/Text/Text.module.scss.cjs +0 -16
  129. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.cjs +0 -13
  130. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.cjs +0 -9
  131. package/dist/cjs/src/Tooltip/OverlayArrow.module.scss.cjs +0 -7
  132. package/dist/cjs/src/Tooltip/Tooltip.module.scss.cjs +0 -7
  133. package/dist/esm/src/Heading/Heading.module.scss.mjs +0 -20
  134. package/dist/esm/src/Label/Label.module.scss.mjs +0 -13
  135. package/dist/esm/src/LabelledMessage/LabelledMessage.module.scss.mjs +0 -5
  136. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.mjs +0 -27
  137. package/dist/esm/src/Text/Text.module.scss.mjs +0 -14
  138. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.mjs +0 -11
  139. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.mjs +0 -7
  140. package/dist/esm/src/Tooltip/OverlayArrow.module.scss.mjs +0 -5
  141. package/dist/esm/src/Tooltip/Tooltip.module.scss.mjs +0 -5
  142. package/src/Content/_variables.css +0 -5
  143. package/src/Heading/Heading.module.scss +0 -115
  144. package/src/Label/Label.module.scss +0 -105
  145. package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +0 -138
  146. package/src/Notification/subcomponents/GenericNotification/_mixins.scss +0 -366
  147. package/src/Text/Text.module.scss +0 -74
  148. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +0 -139
  149. package/src/Tooltip/OverlayArrow.module.scss +0 -45
  150. package/src/Tooltip/Tooltip.module.scss +0 -68
@@ -0,0 +1,111 @@
1
+ @layer reset {
2
+ .heading {
3
+ margin: 0;
4
+ }
5
+ }
6
+
7
+ @layer kz-components {
8
+ .display-0 {
9
+ font-family: var(--typography-display-0-font-family);
10
+ font-weight: var(--typography-display-0-font-weight);
11
+ font-size: var(--typography-display-0-font-size);
12
+ line-height: var(--typography-display-0-line-height);
13
+ letter-spacing: var(--typography-display-0-letter-spacing);
14
+ }
15
+
16
+ .composable-header-title {
17
+ font-family: var(--typography-display-0-font-family); /* Tiempos */
18
+ font-weight: 500; /* Medium */
19
+ font-size: var(--typography-heading-1-font-size);
20
+ line-height: var(--typography-heading-1-line-height);
21
+ letter-spacing: var(--typography-heading-1-letter-spacing);
22
+ }
23
+
24
+ .heading-1 {
25
+ font-family: var(--typography-heading-1-font-family);
26
+ font-weight: var(--typography-heading-1-font-weight);
27
+ font-size: var(--typography-heading-1-font-size);
28
+ line-height: var(--typography-heading-1-line-height);
29
+ letter-spacing: var(--typography-heading-1-letter-spacing);
30
+ }
31
+
32
+ .heading-2 {
33
+ font-family: var(--typography-heading-2-font-family);
34
+ font-weight: var(--typography-heading-2-font-weight);
35
+ font-size: var(--typography-heading-2-font-size);
36
+ line-height: var(--typography-heading-2-line-height);
37
+ letter-spacing: var(--typography-heading-2-letter-spacing);
38
+ }
39
+
40
+ .heading-3 {
41
+ font-family: var(--typography-heading-3-font-family);
42
+ font-weight: var(--typography-heading-3-font-weight);
43
+ font-size: var(--typography-heading-3-font-size);
44
+ line-height: var(--typography-heading-3-line-height);
45
+ letter-spacing: var(--typography-heading-3-letter-spacing);
46
+ }
47
+
48
+ .heading-4 {
49
+ font-family: var(--typography-heading-4-font-family);
50
+ font-weight: var(--typography-heading-4-font-weight);
51
+ font-size: var(--typography-heading-4-font-size);
52
+ line-height: var(--typography-heading-4-line-height);
53
+ letter-spacing: var(--typography-heading-4-letter-spacing);
54
+ }
55
+
56
+ .heading-5 {
57
+ font-family: var(--typography-heading-5-font-family);
58
+ font-weight: var(--typography-heading-5-font-weight);
59
+ font-size: var(--typography-heading-5-font-size);
60
+ line-height: var(--typography-heading-5-line-height);
61
+ letter-spacing: var(--typography-heading-5-letter-spacing);
62
+ }
63
+
64
+ .heading-6 {
65
+ font-family: var(--typography-heading-6-font-family);
66
+ font-weight: var(--typography-heading-6-font-weight);
67
+ font-size: var(--typography-heading-6-font-size);
68
+ line-height: var(--typography-heading-6-line-height);
69
+ letter-spacing: var(--typography-heading-6-letter-spacing);
70
+ }
71
+
72
+ .dark {
73
+ color: var(--color-purple-800);
74
+ opacity: 1;
75
+ }
76
+
77
+ .dark-reduced-opacity {
78
+ color: var(--color-purple-800);
79
+ opacity: 0.7;
80
+ }
81
+
82
+ .white {
83
+ color: var(--color-white);
84
+ opacity: 1;
85
+ }
86
+
87
+ .white-reduced-opacity {
88
+ color: var(--color-white);
89
+ opacity: 0.8;
90
+ }
91
+
92
+ .positive {
93
+ &.small {
94
+ color: var(--color-green-600);
95
+ }
96
+
97
+ &.large {
98
+ color: var(--color-green-500);
99
+ }
100
+ }
101
+
102
+ .negative {
103
+ &.small {
104
+ color: var(--color-red-600);
105
+ }
106
+
107
+ &.large {
108
+ color: var(--color-red-500);
109
+ }
110
+ }
111
+ }
@@ -1,7 +1,7 @@
1
1
  import { createElement, type HTMLAttributes } from 'react'
2
2
  import classnames from 'classnames'
3
3
  import { type OverrideClassName } from '~components/types/OverrideClassName'
4
- import styles from './Heading.module.scss'
4
+ import styles from './Heading.module.css'
5
5
 
6
6
  const VARIANTS_24PX_OR_GREATER = ['display-0', 'heading-1', 'heading-2']
7
7
 
@@ -0,0 +1,97 @@
1
+ @layer kz-components {
2
+ :root {
3
+ --label-start-margin: var(--spacing-xs);
4
+ --dt-color-form-text-color: var(--color-purple-800);
5
+ }
6
+
7
+ .label {
8
+ --icon-vertical-align: text-bottom;
9
+ }
10
+
11
+ .label,
12
+ :global(.ideal-sans) .label {
13
+ /* override Murmur global styles :( */
14
+ opacity: inherit;
15
+ color: var(--dt-color-form-text-color);
16
+ visibility: visible;
17
+ width: 100%;
18
+ text-align: start;
19
+ }
20
+
21
+ .reversed {
22
+ color: var(--color-white);
23
+
24
+ a {
25
+ color: var(--color-white);
26
+
27
+ &:hover {
28
+ text-decoration: none;
29
+ }
30
+ }
31
+ }
32
+
33
+ .disabled {
34
+ opacity: 0.3;
35
+ }
36
+
37
+ /* ///////////////////////////////////////////////////
38
+ //// LABEL TYPES
39
+ //////////////////////////////////////////////////// */
40
+
41
+ /* This is to override bootstrap styles. Remove when appropriate */
42
+ .text,
43
+ :global(.ideal-sans) .text {
44
+ font-family: var(--typography-heading-6-font-family);
45
+ font-size: var(--typography-heading-6-font-size);
46
+ line-height: var(--typography-heading-6-line-height);
47
+ letter-spacing: var(--typography-heading-6-letter-spacing);
48
+ font-weight: var(--typography-heading-6-font-weight);
49
+ }
50
+
51
+ .checkboxOrRadio,
52
+ .checkbox,
53
+ .radio,
54
+ :global(.ideal-sans) .checkboxOrRadio {
55
+ display: flex;
56
+ font-family: var(--typography-paragraph-body-font-family);
57
+ font-size: var(--typography-paragraph-body-font-size);
58
+ line-height: var(--typography-paragraph-body-line-height);
59
+ letter-spacing: var(--typography-paragraph-body-letter-spacing);
60
+ font-weight: var(--typography-paragraph-body-font-weight);
61
+ }
62
+
63
+ .toggle {
64
+ display: flex;
65
+ justify-content: space-between;
66
+ align-items: center;
67
+ font-family: var(--typography-paragraph-body-font-family);
68
+ font-size: var(--typography-paragraph-body-font-size);
69
+ line-height: var(--typography-paragraph-body-line-height);
70
+ letter-spacing: var(--typography-paragraph-body-letter-spacing);
71
+ font-weight: var(--typography-paragraph-body-font-weight);
72
+ }
73
+
74
+ .checkbox,
75
+ .radio,
76
+ .toggle {
77
+ /* apply padding when label is inline with form control */
78
+ .prependedLabel {
79
+ order: -1; /* place label before the control */
80
+ margin-inline-end: var(--label-start-margin);
81
+ }
82
+
83
+ .appendedLabel {
84
+ margin-inline-start: var(--label-start-margin);
85
+ }
86
+ }
87
+
88
+ .prominent {
89
+ font-family: var(--typography-heading-4-font-family);
90
+ font-weight: var(--typography-heading-4-font-weight);
91
+ font-size: var(--typography-heading-4-font-size);
92
+ line-height: var(--typography-heading-4-line-height);
93
+ letter-spacing: var(--typography-heading-4-letter-spacing);
94
+ display: block;
95
+ margin-bottom: var(--spacing-xs);
96
+ }
97
+ }
@@ -1,7 +1,7 @@
1
1
  import React, { type LabelHTMLAttributes } from 'react'
2
2
  import classnames from 'classnames'
3
3
  import { type OverrideClassName } from '~components/types/OverrideClassName'
4
- import styles from './Label.module.scss'
4
+ import styles from './Label.module.css'
5
5
 
6
6
  type LabelType = 'text' | 'checkbox' | 'toggle' | 'radio'
7
7
 
@@ -1,5 +1,6 @@
1
1
  import React from 'react'
2
2
  import { type Meta } from '@storybook/react'
3
+ import { Link } from '~components/Link'
3
4
  import { StickerSheet, type StickerSheetStory } from '~storybook/components/StickerSheet'
4
5
  import { Label, type LabelProps } from '../index'
5
6
  import { BlockLabelTypes, InlineLabelTypes } from '../types'
@@ -35,12 +36,14 @@ const InlineControl = ({ labelText, ...props }: WrapperProps): JSX.Element => (
35
36
  labelText={
36
37
  <span data-sb-a11y-color-contrast-disable={props['data-sb-a11y-color-contrast-disable']}>
37
38
  {labelText}{' '}
38
- <a
39
+ <Link
39
40
  href="/"
41
+ isInline={true}
42
+ {...(props.reversed ? { variant: 'white' } : {})}
40
43
  data-sb-a11y-color-contrast-disable={props['data-sb-a11y-color-contrast-disable']}
41
44
  >
42
45
  a
43
- </a>
46
+ </Link>
44
47
  </span>
45
48
  }
46
49
  >
@@ -55,12 +58,14 @@ const BlockControl = ({ labelText, ...props }: WrapperProps): JSX.Element => (
55
58
  labelText={
56
59
  <span data-sb-a11y-color-contrast-disable={props['data-sb-a11y-color-contrast-disable']}>
57
60
  {labelText}{' '}
58
- <a
61
+ <Link
59
62
  href="/"
63
+ isInline={true}
64
+ {...(props.reversed ? { variant: 'white' } : {})}
60
65
  data-sb-a11y-color-contrast-disable={props['data-sb-a11y-color-contrast-disable']}
61
66
  >
62
67
  anchor
63
- </a>
68
+ </Link>
64
69
  </span>
65
70
  }
66
71
  />
@@ -1,5 +1,3 @@
1
- @import '~@kaizen/design-tokens/sass/spacing';
2
-
3
1
  @layer kz-components {
4
2
  .labelledMessage {
5
3
  display: inline-flex;
@@ -7,6 +5,6 @@
7
5
  }
8
6
 
9
7
  .labelSeparator {
10
- margin-inline-end: $spacing-6;
8
+ margin-inline-end: var(--spacing-6);
11
9
  }
12
10
  }
@@ -1,7 +1,7 @@
1
1
  import React, { type HTMLAttributes } from 'react'
2
2
  import classnames from 'classnames'
3
3
  import { type OverrideClassName } from '~components/types/OverrideClassName'
4
- import styles from './LabelledMessage.module.scss'
4
+ import styles from './LabelledMessage.module.css'
5
5
 
6
6
  export type LabelledMessageProps = {
7
7
  label: string | React.ReactElement
@@ -6,7 +6,7 @@ import {
6
6
  GenericNotification,
7
7
  type GenericNotificationVariant,
8
8
  } from '../subcomponents/GenericNotification'
9
- import styles from '../subcomponents/GenericNotification/GenericNotification.module.scss'
9
+ import styles from '../subcomponents/GenericNotification/GenericNotification.module.css'
10
10
 
11
11
  export type InlineNotificationBase = {
12
12
  children?: React.ReactNode
@@ -7,7 +7,7 @@ import { InlineNotification, type InlineNotificationProps } from '../InlineNotif
7
7
  export default {
8
8
  title: 'Components/Notifications/InlineNotification',
9
9
  parameters: {
10
- chromatic: { disable: false },
10
+ chromatic: { disable: false, viewports: [767, 1079, 1200] },
11
11
  controls: { disable: true },
12
12
  a11y: {
13
13
  // Fade-in animation has colour contrast issues.
@@ -1,6 +1,3 @@
1
- @import '~@kaizen/design-tokens/sass/spacing';
2
- @import '~@kaizen/design-tokens/sass/layout';
3
-
4
1
  @layer kz-components {
5
2
  .toastNotificationsList {
6
3
  display: flex;
@@ -8,21 +5,22 @@
8
5
  align-items: flex-end;
9
6
  overflow: hidden;
10
7
  padding-bottom: 0;
11
- padding-top: 160px + 12px;
8
+ padding-top: 172px;
12
9
  position: fixed;
13
- right: $spacing-md;
10
+ right: var(--spacing-md);
14
11
  top: 0;
15
12
  bottom: 0;
16
13
  z-index: 1100;
17
14
  max-width: 100%;
18
15
  pointer-events: none;
19
16
 
20
- @media (max-width: ($layout-breakpoints-large - 1px)) {
17
+ /* Media queries can’t perform this calculation yet. Update when CSS supports it. */
18
+ @media (width <= 1079px) {
21
19
  padding-top: 108px;
22
20
  }
23
21
 
24
- @media (max-width: ($layout-breakpoints-medium - 1px)) {
25
- left: $spacing-md;
22
+ @media (width <= 767px) {
23
+ left: var(--spacing-md);
26
24
  }
27
25
  }
28
26
  }
@@ -1,7 +1,7 @@
1
1
  import React, { useEffect, useState } from 'react'
2
2
  import { useToastNotificationContext } from '../context/ToastNotificationContext'
3
3
  import { ToastNotificationsMap } from './subcomponents/ToastNotificationsMap'
4
- import styles from './ToastNotificationsList.module.scss'
4
+ import styles from './ToastNotificationsList.module.css'
5
5
 
6
6
  const toastNotificationListId = 'toast-notifications-list'
7
7
 
@@ -1,6 +1,6 @@
1
1
  import React from 'react'
2
2
  import { Icon } from '~components/Icon'
3
- import styles from '../GenericNotification/GenericNotification.module.scss'
3
+ import styles from '../GenericNotification/GenericNotification.module.css'
4
4
 
5
5
  type CancelButtonProps = {
6
6
  onClick: (e: React.MouseEvent<HTMLButtonElement>) => void