@kaizen/components 2.3.7 → 2.5.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.
Files changed (202) hide show
  1. package/dist/cjs/index.cjs +2 -0
  2. package/dist/cjs/src/Content/Content.cjs +1 -1
  3. package/dist/cjs/src/Content/{Content.module.scss.cjs → Content.module.css.cjs} +1 -1
  4. package/dist/cjs/src/Divider/Divider.cjs +1 -1
  5. package/dist/cjs/src/Divider/Divider.module.css.cjs +10 -0
  6. package/dist/cjs/src/ErrorPage/ErrorPage.cjs +1 -1
  7. package/dist/cjs/src/ErrorPage/ErrorPage.module.css.cjs +6 -0
  8. package/dist/cjs/src/Heading/Heading.cjs +1 -1
  9. package/dist/cjs/src/Heading/Heading.module.css.cjs +22 -0
  10. package/dist/cjs/src/Illustration/Spot/Spot.cjs +9 -0
  11. package/dist/cjs/src/Label/Label.cjs +1 -1
  12. package/dist/cjs/src/Label/Label.module.css.cjs +16 -0
  13. package/dist/cjs/src/LabelledMessage/LabelledMessage.cjs +1 -1
  14. package/dist/cjs/src/LabelledMessage/LabelledMessage.module.css.cjs +7 -0
  15. package/dist/cjs/src/Notification/InlineNotification/InlineNotification.cjs +1 -1
  16. package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.cjs +1 -1
  17. package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.cjs → ToastNotificationsList.module.css.cjs} +1 -1
  18. package/dist/cjs/src/Notification/subcomponents/CancelButton/CancelButton.cjs +1 -1
  19. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.cjs +1 -1
  20. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.cjs +29 -0
  21. package/dist/cjs/src/Notification/subcomponents/NotificationHeading/NotificationHeading.cjs +1 -1
  22. package/dist/cjs/src/Select/Select.cjs +9 -7
  23. package/dist/cjs/src/Tag/Tag.cjs +1 -1
  24. package/dist/cjs/src/Tag/Tag.module.css.cjs +30 -0
  25. package/dist/cjs/src/Text/Text.cjs +1 -1
  26. package/dist/cjs/src/Text/Text.module.css.cjs +16 -0
  27. package/dist/cjs/src/TimeField/TimeField.cjs +6 -1
  28. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +1 -1
  29. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.cjs +13 -0
  30. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.cjs +1 -1
  31. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.cjs +9 -0
  32. package/dist/cjs/src/Tooltip/OverlayArrow.cjs +1 -1
  33. package/dist/cjs/src/Tooltip/OverlayArrow.module.css.cjs +7 -0
  34. package/dist/cjs/src/Tooltip/Tooltip.cjs +1 -1
  35. package/dist/cjs/src/Tooltip/Tooltip.module.css.cjs +7 -0
  36. package/dist/cjs/src/VisuallyHidden/VisuallyHidden.cjs +1 -1
  37. package/dist/cjs/src/VisuallyHidden/{VisuallyHidden.module.scss.cjs → VisuallyHidden.module.css.cjs} +1 -1
  38. package/dist/esm/index.mjs +1 -1
  39. package/dist/esm/src/Content/Content.mjs +1 -1
  40. package/dist/esm/src/Content/{Content.module.scss.mjs → Content.module.css.mjs} +1 -1
  41. package/dist/esm/src/Divider/Divider.mjs +1 -1
  42. package/dist/esm/src/Divider/Divider.module.css.mjs +8 -0
  43. package/dist/esm/src/ErrorPage/ErrorPage.mjs +1 -1
  44. package/dist/esm/src/ErrorPage/ErrorPage.module.css.mjs +4 -0
  45. package/dist/esm/src/Heading/Heading.mjs +1 -1
  46. package/dist/esm/src/Heading/Heading.module.css.mjs +20 -0
  47. package/dist/esm/src/Illustration/Spot/Spot.mjs +8 -1
  48. package/dist/esm/src/Label/Label.mjs +1 -1
  49. package/dist/esm/src/Label/Label.module.css.mjs +14 -0
  50. package/dist/esm/src/LabelledMessage/LabelledMessage.mjs +1 -1
  51. package/dist/esm/src/LabelledMessage/LabelledMessage.module.css.mjs +5 -0
  52. package/dist/esm/src/Notification/InlineNotification/InlineNotification.mjs +1 -1
  53. package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.mjs +1 -1
  54. package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.mjs → ToastNotificationsList.module.css.mjs} +1 -1
  55. package/dist/esm/src/Notification/subcomponents/CancelButton/CancelButton.mjs +1 -1
  56. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.mjs +1 -1
  57. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.mjs +27 -0
  58. package/dist/esm/src/Notification/subcomponents/NotificationHeading/NotificationHeading.mjs +1 -1
  59. package/dist/esm/src/Select/Select.mjs +9 -7
  60. package/dist/esm/src/Tag/Tag.mjs +1 -1
  61. package/dist/esm/src/Tag/Tag.module.css.mjs +28 -0
  62. package/dist/esm/src/Text/Text.mjs +1 -1
  63. package/dist/esm/src/Text/Text.module.css.mjs +14 -0
  64. package/dist/esm/src/TimeField/TimeField.mjs +7 -2
  65. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +1 -1
  66. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.mjs +11 -0
  67. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.mjs +1 -1
  68. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.mjs +7 -0
  69. package/dist/esm/src/Tooltip/OverlayArrow.mjs +1 -1
  70. package/dist/esm/src/Tooltip/OverlayArrow.module.css.mjs +5 -0
  71. package/dist/esm/src/Tooltip/Tooltip.mjs +1 -1
  72. package/dist/esm/src/Tooltip/Tooltip.module.css.mjs +5 -0
  73. package/dist/esm/src/VisuallyHidden/VisuallyHidden.mjs +1 -1
  74. package/dist/esm/src/VisuallyHidden/VisuallyHidden.module.css.mjs +4 -0
  75. package/dist/styles.css +924 -655
  76. package/dist/types/Illustration/Spot/Spot.d.ts +5 -0
  77. package/locales/ar.json +4 -0
  78. package/locales/bg.json +4 -0
  79. package/locales/cs.json +4 -0
  80. package/locales/cy.json +4 -0
  81. package/locales/da.json +4 -0
  82. package/locales/de.json +4 -0
  83. package/locales/el.json +4 -0
  84. package/locales/en-GB.json +4 -0
  85. package/locales/en.json +4 -0
  86. package/locales/es-419.json +4 -0
  87. package/locales/es.json +4 -0
  88. package/locales/et.json +4 -0
  89. package/locales/fi.json +4 -0
  90. package/locales/fr-CA.json +4 -0
  91. package/locales/fr.json +4 -0
  92. package/locales/he.json +4 -0
  93. package/locales/hi.json +4 -0
  94. package/locales/ht.json +4 -0
  95. package/locales/hu.json +4 -0
  96. package/locales/id.json +4 -0
  97. package/locales/it.json +4 -0
  98. package/locales/ja.json +4 -0
  99. package/locales/km-KH.json +4 -0
  100. package/locales/ko.json +4 -0
  101. package/locales/lt.json +4 -0
  102. package/locales/lv.json +4 -0
  103. package/locales/mi.json +4 -0
  104. package/locales/ms.json +4 -0
  105. package/locales/nb.json +4 -0
  106. package/locales/nl.json +4 -0
  107. package/locales/pl.json +4 -0
  108. package/locales/pt-BR.json +4 -0
  109. package/locales/pt.json +4 -0
  110. package/locales/ro.json +4 -0
  111. package/locales/ru.json +4 -0
  112. package/locales/si-LK.json +4 -0
  113. package/locales/sk.json +4 -0
  114. package/locales/sr.json +4 -0
  115. package/locales/sv.json +4 -0
  116. package/locales/th.json +4 -0
  117. package/locales/tl.json +4 -0
  118. package/locales/tr.json +4 -0
  119. package/locales/uk.json +4 -0
  120. package/locales/vi.json +4 -0
  121. package/locales/zh-TW.json +4 -0
  122. package/locales/zh.json +4 -0
  123. package/package.json +1 -1
  124. package/src/Content/Content.module.css +15 -0
  125. package/src/Content/Content.tsx +1 -1
  126. package/src/Content/_docs/Content.stories.tsx +1 -1
  127. package/src/Content/_variables.css +5 -0
  128. package/src/Divider/Divider.module.css +41 -0
  129. package/src/Divider/Divider.tsx +1 -1
  130. package/src/ErrorPage/ErrorPage.module.css +5 -0
  131. package/src/ErrorPage/ErrorPage.tsx +1 -1
  132. package/src/Heading/Heading.module.css +111 -0
  133. package/src/Heading/Heading.tsx +1 -1
  134. package/src/Illustration/Spot/Spot.tsx +6 -0
  135. package/src/Illustration/Spot/_docs/Spot.stickersheet.stories.tsx +22 -0
  136. package/src/Label/Label.module.css +97 -0
  137. package/src/Label/Label.tsx +1 -1
  138. package/src/Label/_docs/Label.stickersheet.stories.tsx +9 -4
  139. package/src/LabelledMessage/{LabelledMessage.module.scss → LabelledMessage.module.css} +1 -3
  140. package/src/LabelledMessage/LabelledMessage.tsx +1 -1
  141. package/src/Notification/InlineNotification/InlineNotification.tsx +1 -1
  142. package/src/Notification/InlineNotification/_docs/InlineNotification.stickersheet.stories.tsx +1 -1
  143. package/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss → ToastNotificationsList.module.css} +6 -8
  144. package/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.tsx +1 -1
  145. package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +1 -1
  146. package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css +392 -0
  147. package/src/Notification/subcomponents/GenericNotification/GenericNotification.tsx +1 -1
  148. package/src/Notification/subcomponents/NotificationHeading/NotificationHeading.tsx +1 -1
  149. package/src/Select/Select.tsx +8 -6
  150. package/src/Tag/Tag.module.css +217 -0
  151. package/src/Tag/Tag.tsx +1 -1
  152. package/src/Text/Text.module.css +71 -0
  153. package/src/Text/Text.tsx +1 -1
  154. package/src/TimeField/TimeField.tsx +8 -2
  155. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css +141 -0
  156. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +1 -1
  157. package/src/ToggleSwitch/ToggleSwitchField/{ToggleSwitchField.module.scss → ToggleSwitchField.module.css} +1 -3
  158. package/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.tsx +1 -1
  159. package/src/Tooltip/OverlayArrow.module.css +45 -0
  160. package/src/Tooltip/OverlayArrow.tsx +1 -1
  161. package/src/Tooltip/Tooltip.module.css +62 -0
  162. package/src/Tooltip/Tooltip.tsx +1 -1
  163. package/src/VisuallyHidden/VisuallyHidden.tsx +1 -1
  164. package/dist/cjs/src/Divider/Divider.module.scss.cjs +0 -10
  165. package/dist/cjs/src/ErrorPage/ErrorPage.module.scss.cjs +0 -6
  166. package/dist/cjs/src/Heading/Heading.module.scss.cjs +0 -22
  167. package/dist/cjs/src/Label/Label.module.scss.cjs +0 -15
  168. package/dist/cjs/src/LabelledMessage/LabelledMessage.module.scss.cjs +0 -7
  169. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.cjs +0 -29
  170. package/dist/cjs/src/Tag/Tag.module.scss.cjs +0 -30
  171. package/dist/cjs/src/Text/Text.module.scss.cjs +0 -16
  172. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.cjs +0 -13
  173. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.cjs +0 -9
  174. package/dist/cjs/src/Tooltip/OverlayArrow.module.scss.cjs +0 -7
  175. package/dist/cjs/src/Tooltip/Tooltip.module.scss.cjs +0 -7
  176. package/dist/esm/src/Divider/Divider.module.scss.mjs +0 -8
  177. package/dist/esm/src/ErrorPage/ErrorPage.module.scss.mjs +0 -4
  178. package/dist/esm/src/Heading/Heading.module.scss.mjs +0 -20
  179. package/dist/esm/src/Label/Label.module.scss.mjs +0 -13
  180. package/dist/esm/src/LabelledMessage/LabelledMessage.module.scss.mjs +0 -5
  181. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.mjs +0 -27
  182. package/dist/esm/src/Tag/Tag.module.scss.mjs +0 -28
  183. package/dist/esm/src/Text/Text.module.scss.mjs +0 -14
  184. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.mjs +0 -11
  185. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.mjs +0 -7
  186. package/dist/esm/src/Tooltip/OverlayArrow.module.scss.mjs +0 -5
  187. package/dist/esm/src/Tooltip/Tooltip.module.scss.mjs +0 -5
  188. package/dist/esm/src/VisuallyHidden/VisuallyHidden.module.scss.mjs +0 -4
  189. package/src/Content/Content.module.scss +0 -17
  190. package/src/Content/_variables.scss +0 -3
  191. package/src/Divider/Divider.module.scss +0 -39
  192. package/src/ErrorPage/ErrorPage.module.scss +0 -7
  193. package/src/Heading/Heading.module.scss +0 -115
  194. package/src/Label/Label.module.scss +0 -105
  195. package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +0 -138
  196. package/src/Notification/subcomponents/GenericNotification/_mixins.scss +0 -366
  197. package/src/Tag/Tag.module.scss +0 -215
  198. package/src/Text/Text.module.scss +0 -74
  199. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +0 -139
  200. package/src/Tooltip/OverlayArrow.module.scss +0 -45
  201. package/src/Tooltip/Tooltip.module.scss +0 -68
  202. /package/src/VisuallyHidden/{VisuallyHidden.module.scss → VisuallyHidden.module.css} +0 -0
@@ -355,6 +355,8 @@ exports.NewWaysOfWorking = Spot.NewWaysOfWorking;
355
355
  exports.NewYork = Spot.NewYork;
356
356
  exports.Objective = Spot.Objective;
357
357
  exports.OneOnOne = Spot.OneOnOne;
358
+ exports.PCDPulseSurvey = Spot.PCDPulseSurvey;
359
+ exports.PCDSurvey = Spot.PCDSurvey;
358
360
  exports.PaperPen = Spot.PaperPen;
359
361
  exports.PartialImport = Spot.PartialImport;
360
362
  exports.PerformanceDiagnostics = Spot.PerformanceDiagnostics;
@@ -3,7 +3,7 @@
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var classnames = require('classnames');
6
- var Content_module = require('./Content.module.scss.cjs');
6
+ var Content_module = require('./Content.module.css.cjs');
7
7
  function _interopDefault(e) {
8
8
  return e && e.__esModule ? e : {
9
9
  default: e
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var styles = {
4
- "content": "Content-module_content__ZeTRs"
4
+ "content": "Content-module_content__DUKqQ"
5
5
  };
6
6
  module.exports = styles;
@@ -3,7 +3,7 @@
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var classnames = require('classnames');
6
- var Divider_module = require('./Divider.module.scss.cjs');
6
+ var Divider_module = require('./Divider.module.css.cjs');
7
7
  function _interopDefault(e) {
8
8
  return e && e.__esModule ? e : {
9
9
  default: e
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "wrapper": "Divider-module_wrapper__AzvdU",
5
+ "content": "Divider-module_content__eq5aD",
6
+ "menuSeparator": "Divider-module_menuSeparator__FAvna",
7
+ "canvas": "Divider-module_canvas__G87W-",
8
+ "reversed": "Divider-module_reversed__GuBmn"
9
+ };
10
+ module.exports = styles;
@@ -11,7 +11,7 @@ require('../Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.c
11
11
  var Scene = require('../Illustration/Scene/Scene.cjs');
12
12
  var Text = require('../Text/Text.cjs');
13
13
  var useErrorMessages = require('./hooks/useErrorMessages.cjs');
14
- var ErrorPage_module = require('./ErrorPage.module.scss.cjs');
14
+ var ErrorPage_module = require('./ErrorPage.module.css.cjs');
15
15
  function _interopDefault(e) {
16
16
  return e && e.__esModule ? e : {
17
17
  default: e
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "paragraphPadding": "ErrorPage-module_paragraphPadding__PJzGg"
5
+ };
6
+ module.exports = styles;
@@ -3,7 +3,7 @@
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var classnames = require('classnames');
6
- var Heading_module = require('./Heading.module.scss.cjs');
6
+ var Heading_module = require('./Heading.module.css.cjs');
7
7
  function _interopDefault(e) {
8
8
  return e && e.__esModule ? e : {
9
9
  default: e
@@ -0,0 +1,22 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "heading": "Heading-module_heading__6D0PM",
5
+ "display-0": "Heading-module_display-0__Dmiig",
6
+ "composable-header-title": "Heading-module_composable-header-title__CPBzk",
7
+ "heading-1": "Heading-module_heading-1__-GXEH",
8
+ "heading-2": "Heading-module_heading-2__LiRAV",
9
+ "heading-3": "Heading-module_heading-3__nVAgQ",
10
+ "heading-4": "Heading-module_heading-4__ESVT7",
11
+ "heading-5": "Heading-module_heading-5__zzZxI",
12
+ "heading-6": "Heading-module_heading-6__-JvYA",
13
+ "dark": "Heading-module_dark__vO-Uw",
14
+ "dark-reduced-opacity": "Heading-module_dark-reduced-opacity__24gWp",
15
+ "white": "Heading-module_white__AJgq4",
16
+ "white-reduced-opacity": "Heading-module_white-reduced-opacity__VvQaa",
17
+ "positive": "Heading-module_positive__GVkBf",
18
+ "small": "Heading-module_small__bALDR",
19
+ "large": "Heading-module_large__FLTyA",
20
+ "negative": "Heading-module_negative__exyNh"
21
+ };
22
+ module.exports = styles;
@@ -35,6 +35,13 @@ var Negative = createSpotIllustration("moods-negative.svg");
35
35
  var Positive = createSpotIllustration("moods-positive.svg");
36
36
  /* prettier-ignore */
37
37
  var Assertive = createSpotIllustration("moods-assertive.svg");
38
+ /**
39
+ * Template Library / PCD
40
+ */
41
+ /* prettier-ignore */
42
+ var PCDSurvey = createSpotIllustration("template-library-pcq-survey-full.svg");
43
+ /* prettier-ignore */
44
+ var PCDPulseSurvey = createSpotIllustration("template-library-pcq-survey-pulse.svg");
38
45
  /**
39
46
  * Template Library / Engagement
40
47
  */
@@ -398,6 +405,8 @@ exports.NewWaysOfWorking = NewWaysOfWorking;
398
405
  exports.NewYork = NewYork;
399
406
  exports.Objective = Objective;
400
407
  exports.OneOnOne = OneOnOne;
408
+ exports.PCDPulseSurvey = PCDPulseSurvey;
409
+ exports.PCDSurvey = PCDSurvey;
401
410
  exports.PaperPen = PaperPen;
402
411
  exports.PartialImport = PartialImport;
403
412
  exports.PerformanceDiagnostics = PerformanceDiagnostics;
@@ -3,7 +3,7 @@
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var classnames = require('classnames');
6
- var Label_module = require('./Label.module.scss.cjs');
6
+ var Label_module = require('./Label.module.css.cjs');
7
7
  function _interopDefault(e) {
8
8
  return e && e.__esModule ? e : {
9
9
  default: e
@@ -0,0 +1,16 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "label": "Label-module_label__jvxMB",
5
+ "reversed": "Label-module_reversed__Qu7Kc",
6
+ "disabled": "Label-module_disabled__3Mej6",
7
+ "text": "Label-module_text__zkbHj",
8
+ "checkboxOrRadio": "Label-module_checkboxOrRadio__lzm9I",
9
+ "checkbox": "Label-module_checkbox__vtFpn",
10
+ "radio": "Label-module_radio__xenTn",
11
+ "toggle": "Label-module_toggle__prty7",
12
+ "prependedLabel": "Label-module_prependedLabel__XhXdP",
13
+ "appendedLabel": "Label-module_appendedLabel__vp5Uc",
14
+ "prominent": "Label-module_prominent__dW3K7"
15
+ };
16
+ module.exports = styles;
@@ -3,7 +3,7 @@
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var classnames = require('classnames');
6
- var LabelledMessage_module = require('./LabelledMessage.module.scss.cjs');
6
+ var LabelledMessage_module = require('./LabelledMessage.module.css.cjs');
7
7
  function _interopDefault(e) {
8
8
  return e && e.__esModule ? e : {
9
9
  default: e
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "labelledMessage": "LabelledMessage-module_labelledMessage__kz-UQ",
5
+ "labelSeparator": "LabelledMessage-module_labelSeparator__A-4BK"
6
+ };
7
+ module.exports = styles;
@@ -4,7 +4,7 @@ var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var classnames = require('classnames');
6
6
  var GenericNotification = require('../subcomponents/GenericNotification/GenericNotification.cjs');
7
- var GenericNotification_module = require('../subcomponents/GenericNotification/GenericNotification.module.scss.cjs');
7
+ var GenericNotification_module = require('../subcomponents/GenericNotification/GenericNotification.module.css.cjs');
8
8
  function _interopDefault(e) {
9
9
  return e && e.__esModule ? e : {
10
10
  default: e
@@ -3,7 +3,7 @@
3
3
  var React = require('react');
4
4
  var ToastNotificationContext = require('../context/ToastNotificationContext.cjs');
5
5
  var ToastNotificationsMap = require('./subcomponents/ToastNotificationsMap/ToastNotificationsMap.cjs');
6
- var ToastNotificationsList_module = require('./ToastNotificationsList.module.scss.cjs');
6
+ var ToastNotificationsList_module = require('./ToastNotificationsList.module.css.cjs');
7
7
  function _interopDefault(e) {
8
8
  return e && e.__esModule ? e : {
9
9
  default: e
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var styles = {
4
- "toastNotificationsList": "ToastNotificationsList-module_toastNotificationsList__APiSP"
4
+ "toastNotificationsList": "ToastNotificationsList-module_toastNotificationsList__AUm-A"
5
5
  };
6
6
  module.exports = styles;
@@ -2,7 +2,7 @@
2
2
 
3
3
  var React = require('react');
4
4
  var Icon = require('../../../Icon/Icon.cjs');
5
- var GenericNotification_module = require('../GenericNotification/GenericNotification.module.scss.cjs');
5
+ var GenericNotification_module = require('../GenericNotification/GenericNotification.module.css.cjs');
6
6
  function _interopDefault(e) {
7
7
  return e && e.__esModule ? e : {
8
8
  default: e
@@ -7,7 +7,7 @@ var isRefObject = require('../../../utils/isRefObject.cjs');
7
7
  var CancelButton = require('../CancelButton/CancelButton.cjs');
8
8
  var NotificationHeading = require('../NotificationHeading/NotificationHeading.cjs');
9
9
  var NotificationIcon = require('../NotificationIcon/NotificationIcon.cjs');
10
- var GenericNotification_module = require('./GenericNotification.module.scss.cjs');
10
+ var GenericNotification_module = require('./GenericNotification.module.css.cjs');
11
11
  function _interopDefault(e) {
12
12
  return e && e.__esModule ? e : {
13
13
  default: e
@@ -0,0 +1,29 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "notification": "GenericNotification-module_notification__-lOMz",
5
+ "inline": "GenericNotification-module_inline__lnYb9",
6
+ "toast": "GenericNotification-module_toast__dPvtC",
7
+ "global": "GenericNotification-module_global__i1IKL",
8
+ "success": "GenericNotification-module_success__HMC7W",
9
+ "informative": "GenericNotification-module_informative__S4sGn",
10
+ "cautionary": "GenericNotification-module_cautionary__VMbSA",
11
+ "security": "GenericNotification-module_security__pdJT9",
12
+ "warning": "GenericNotification-module_warning__42AEX",
13
+ "hidden": "GenericNotification-module_hidden__QOpq1",
14
+ "icon": "GenericNotification-module_icon__rMIaU",
15
+ "textContainer": "GenericNotification-module_textContainer__yHSKi",
16
+ "forceMultiline": "GenericNotification-module_forceMultiline__SlLf9",
17
+ "title": "GenericNotification-module_title__3cvl6",
18
+ "notificationTitle": "GenericNotification-module_notificationTitle__-yijp",
19
+ "text": "GenericNotification-module_text__B5r5l",
20
+ "cancel": "GenericNotification-module_cancel__4O-Ys",
21
+ "disabled": "GenericNotification-module_disabled__V2Wyr",
22
+ "hover": "GenericNotification-module_hover__erovs",
23
+ "active": "GenericNotification-module_active__2ksOr",
24
+ "cancelLabel": "GenericNotification-module_cancelLabel__uLIuz",
25
+ "noBottomMargin": "GenericNotification-module_noBottomMargin__okqYr",
26
+ "persistent": "GenericNotification-module_persistent__y-Jp7",
27
+ "subtle": "GenericNotification-module_subtle__TCixZ"
28
+ };
29
+ module.exports = styles;
@@ -2,7 +2,7 @@
2
2
 
3
3
  var React = require('react');
4
4
  var Heading = require('../../../Heading/Heading.cjs');
5
- var GenericNotification_module = require('../GenericNotification/GenericNotification.module.scss.cjs');
5
+ var GenericNotification_module = require('../GenericNotification/GenericNotification.module.css.cjs');
6
6
  function _interopDefault(e) {
7
7
  return e && e.__esModule ? e : {
8
8
  default: e
@@ -3,8 +3,10 @@
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var classnames = require('classnames');
6
+ var reactAria = require('react-aria');
6
7
  var ReactSelect = require('react-select');
7
8
  var Async = require('react-select/async');
9
+ var ClearButton = require('../ClearButton/ClearButton.cjs');
8
10
  var FieldMessage = require('../FieldMessage/FieldMessage.cjs');
9
11
  var Icon = require('../Icon/Icon.cjs');
10
12
  var Label = require('../Label/Label.cjs');
@@ -94,7 +96,7 @@ var AsyncSelect = React__default.default.forwardRef(function (_a, ref) {
94
96
  MultiValue: MultiValue,
95
97
  IndicatorsContainer: IndicatorsContainer,
96
98
  ValueContainer: ValueContainer,
97
- ClearIndicator: undefined,
99
+ ClearIndicator: ClearIndicator,
98
100
  IndicatorSeparator: null,
99
101
  LoadingMessage: LoadingMessage
100
102
  },
@@ -184,12 +186,12 @@ var ValueContainer = function (props) {
184
186
  }));
185
187
  };
186
188
  var ClearIndicator = function (props) {
187
- return React__default.default.createElement(ReactSelect.components.ClearIndicator, tslib.__assign({}, props, {
188
- className: Select_module.clearIndicator
189
- }), React__default.default.createElement(Icon.Icon, {
190
- name: "cancel",
191
- isPresentational: true,
192
- isFilled: true
189
+ var buttonRef = React__default.default.useRef(null);
190
+ var buttonProps = reactAria.useButton(tslib.__assign(tslib.__assign({}, props), {
191
+ onClick: props.clearValue
192
+ }), buttonRef).buttonProps;
193
+ return React__default.default.createElement(ClearButton.ClearButton, tslib.__assign({}, buttonProps, {
194
+ classNameOverride: Select_module.clearIndicator
193
195
  }));
194
196
  };
195
197
  exports.AsyncSelect = AsyncSelect;
@@ -6,7 +6,7 @@ var classnames = require('classnames');
6
6
  var Avatar = require('../Avatar/Avatar.cjs');
7
7
  var Icon = require('../Icon/Icon.cjs');
8
8
  var LiveIcon = require('./subcomponents/LiveIcon/LiveIcon.cjs');
9
- var Tag_module = require('./Tag.module.scss.cjs');
9
+ var Tag_module = require('./Tag.module.css.cjs');
10
10
  function _interopDefault(e) {
11
11
  return e && e.__esModule ? e : {
12
12
  default: e
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "root": "Tag-module_root__sGbnM",
5
+ "profile": "Tag-module_profile__lpDJR",
6
+ "layoutContainer": "Tag-module_layoutContainer__cPxSs",
7
+ "validationIcon": "Tag-module_validationIcon__i87BD",
8
+ "textContent": "Tag-module_textContent__61iwm",
9
+ "iconWrapper": "Tag-module_iconWrapper__gXgCb",
10
+ "dismissButton": "Tag-module_dismissButton__MgLNJ",
11
+ "background": "Tag-module_background__DaA0W",
12
+ "truncate": "Tag-module_truncate__5kX5V",
13
+ "inline": "Tag-module_inline__QQfqi",
14
+ "medium": "Tag-module_medium__PI53x",
15
+ "small": "Tag-module_small__hcPrf",
16
+ "default": "Tag-module_default__Wq9hK",
17
+ "sentimentPositive": "Tag-module_sentimentPositive__M4lXI",
18
+ "sentimentNeutral": "Tag-module_sentimentNeutral__uxZ6y",
19
+ "sentimentNegative": "Tag-module_sentimentNegative__JxDtU",
20
+ "sentimentNone": "Tag-module_sentimentNone__vDXoz",
21
+ "validationPositive": "Tag-module_validationPositive__KXW2z",
22
+ "validationInformative": "Tag-module_validationInformative__wJlj5",
23
+ "validationNegative": "Tag-module_validationNegative__CEuAp",
24
+ "validationCautionary": "Tag-module_validationCautionary__ay3Dg",
25
+ "statusLive": "Tag-module_statusLive__Ycm63",
26
+ "statusAction": "Tag-module_statusAction__Gdpew",
27
+ "statusClosed": "Tag-module_statusClosed__9Ggv1",
28
+ "statusDraft": "Tag-module_statusDraft__m3ksY"
29
+ };
30
+ module.exports = styles;
@@ -3,7 +3,7 @@
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var classnames = require('classnames');
6
- var Text_module = require('./Text.module.scss.cjs');
6
+ var Text_module = require('./Text.module.css.cjs');
7
7
  function _interopDefault(e) {
8
8
  return e && e.__esModule ? e : {
9
9
  default: e
@@ -0,0 +1,16 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "text": "Text-module_text__3xRq3",
5
+ "intro-lede": "Text-module_intro-lede__Pf95y",
6
+ "body": "Text-module_body__o-QuI",
7
+ "small": "Text-module_small__d6k-f",
8
+ "extra-small": "Text-module_extra-small__jP3Xx",
9
+ "dark": "Text-module_dark__ApVTx",
10
+ "dark-reduced-opacity": "Text-module_dark-reduced-opacity__-ef8o",
11
+ "white": "Text-module_white__Vj0Na",
12
+ "white-reduced-opacity": "Text-module_white-reduced-opacity__kYl0h",
13
+ "positive": "Text-module_positive__ngZQ5",
14
+ "negative": "Text-module_negative__729Es"
15
+ };
16
+ module.exports = styles;
@@ -50,8 +50,13 @@ var TimeFieldComponent = function (_a) {
50
50
  minutes: timeValue.minute
51
51
  });
52
52
  };
53
+ var timeValue = React.useMemo(function () {
54
+ return value ? new date.Time(value.hour, value.minutes) : null;
55
+ },
56
+ // eslint-disable-next-line react-hooks/exhaustive-deps
57
+ [value === null || value === void 0 ? void 0 : value.hour, value === null || value === void 0 ? void 0 : value.minutes]);
53
58
  var state = datepicker.useTimeFieldState(tslib.__assign(tslib.__assign({}, restProps), {
54
- value: value ? new date.Time(value.hour, value.minutes) : null,
59
+ value: timeValue,
55
60
  onChange: handleOnChange,
56
61
  isDisabled: isDisabled,
57
62
  hideTimeZone: true,
@@ -4,7 +4,7 @@ var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var classnames = require('classnames');
6
6
  var Icon = require('../../Icon/Icon.cjs');
7
- var ToggleSwitch_module = require('./ToggleSwitch.module.scss.cjs');
7
+ var ToggleSwitch_module = require('./ToggleSwitch.module.css.cjs');
8
8
  function _interopDefault(e) {
9
9
  return e && e.__esModule ? e : {
10
10
  default: e
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "checkbox": "ToggleSwitch-module_checkbox__NmNyg",
5
+ "track": "ToggleSwitch-module_track__Zvo6N",
6
+ "disabled": "ToggleSwitch-module_disabled__qntEm",
7
+ "thumb": "ToggleSwitch-module_thumb__YIdcS",
8
+ "checkIcon": "ToggleSwitch-module_checkIcon__J4eSM",
9
+ "on": "ToggleSwitch-module_on__-OJbU",
10
+ "off": "ToggleSwitch-module_off__e-dto",
11
+ "reversed": "ToggleSwitch-module_reversed__5Jz8i"
12
+ };
13
+ module.exports = styles;
@@ -6,7 +6,7 @@ var classnames = require('classnames');
6
6
  var FieldGroup = require('../../FieldGroup/FieldGroup.cjs');
7
7
  var Label = require('../../Label/Label.cjs');
8
8
  var ToggleSwitch = require('../ToggleSwitch/ToggleSwitch.cjs');
9
- var ToggleSwitchField_module = require('./ToggleSwitchField.module.scss.cjs');
9
+ var ToggleSwitchField_module = require('./ToggleSwitchField.module.css.cjs');
10
10
  function _interopDefault(e) {
11
11
  return e && e.__esModule ? e : {
12
12
  default: e
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "container": "ToggleSwitchField-module_container__6c4oG",
5
+ "fullWidth": "ToggleSwitchField-module_fullWidth__iGJSg",
6
+ "inner": "ToggleSwitchField-module_inner__k1hyg",
7
+ "on": "ToggleSwitchField-module_on__8RJfp"
8
+ };
9
+ module.exports = styles;
@@ -6,7 +6,7 @@ var reactAriaComponents = require('react-aria-components');
6
6
  require('use-debounce');
7
7
  var ReversedColors = require('../utils/ReversedColors/ReversedColors.cjs');
8
8
  var mergeClassNames = require('../utils/mergeClassNames.cjs');
9
- var OverlayArrow_module = require('./OverlayArrow.module.scss.cjs');
9
+ var OverlayArrow_module = require('./OverlayArrow.module.css.cjs');
10
10
  function _interopDefault(e) {
11
11
  return e && e.__esModule ? e : {
12
12
  default: e
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "overlayArrow": "OverlayArrow-module_overlayArrow__65sMU",
5
+ "reversed": "OverlayArrow-module_reversed__ChGpb"
6
+ };
7
+ module.exports = styles;
@@ -8,7 +8,7 @@ require('use-debounce');
8
8
  var ReversedColors = require('../utils/ReversedColors/ReversedColors.cjs');
9
9
  var mergeClassNames = require('../utils/mergeClassNames.cjs');
10
10
  var OverlayArrow = require('./OverlayArrow.cjs');
11
- var Tooltip_module = require('./Tooltip.module.scss.cjs');
11
+ var Tooltip_module = require('./Tooltip.module.css.cjs');
12
12
  function _interopDefault(e) {
13
13
  return e && e.__esModule ? e : {
14
14
  default: e
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ var styles = {
4
+ "tooltip": "Tooltip-module_tooltip__Q1YfF",
5
+ "reversed": "Tooltip-module_reversed__IIGeJ"
6
+ };
7
+ module.exports = styles;
@@ -3,7 +3,7 @@
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var classnames = require('classnames');
6
- var VisuallyHidden_module = require('./VisuallyHidden.module.scss.cjs');
6
+ var VisuallyHidden_module = require('./VisuallyHidden.module.css.cjs');
7
7
  function _interopDefault(e) {
8
8
  return e && e.__esModule ? e : {
9
9
  default: e
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var styles = {
4
- "srOnly": "VisuallyHidden-module_srOnly__tTjOK"
4
+ "srOnly": "VisuallyHidden-module_srOnly__-f5sJ"
5
5
  };
6
6
  module.exports = styles;
@@ -64,7 +64,7 @@ export { Focusable } from './src/Focusable/Focusable.mjs';
64
64
  export { GuidanceBlock } from './src/GuidanceBlock/GuidanceBlock.mjs';
65
65
  export { Heading } from './src/Heading/Heading.mjs';
66
66
  export { Icon } from './src/Icon/Icon.mjs';
67
- export { AccountBasics, Action, ActionPlans, AddImage, AddUser, Alarm, AmplifyOthers, Assertive, BCorp, BaselineSurvey, Behaviour, BenefitsSurvey, BlankSurvey, CalendarSync, CandidateSurvey, Cautionary, ChangeAgents, ChangeReadiness, ChangeSuccess, Coaching, Communications, Community, Company, CompanyDetails, Conversations, CustomOnboardSurvey, CustomSurvey, CustomUnattributedSurvey, DataVisualization, EmergencyResponse, EmployeeData, EndOfProbation, EngagementSurvey, EssentialProductivity, EssentialResilience, ExecutiveReportSharing, ExitSurvey, FastAction, Feedback, Fire, Fireworks, FullImport, Gdpr, GeneralOnboardSurvey, Goals, HaveTheCourageToBeVulnerable, HealthAndSafety, HrisImport, InclusionSurvey, Individual180, Individual360, Individual360Pulse, InfluentialCommunication, Informative, Insights, InternSurvey, LeaderReportSharing, Leadership180, Leadership360, LeadingChange, LeadingThroughCrisis, Learn, LearnFasterThroughFeedback, London, Manager180, Manager360, Manager360Pulse, ManagerLearning, ManagerReportSharing, MeetingVoices, Melbourne, Microphone, Negative, NewWaysOfWorking, NewYork, Objective, OneOnOne, PaperPen, PartialImport, PerformanceDiagnostics, PhasedWeek1OnboardSurvey, PhasedWeek5OnboardSurvey, Positive, PowerfulInsights, Privacy, Process, Productivity, PulseSurvey, QuickEngagementSurvey, ReOnboarding, ReadArticle, Recommendation, RemoteManager, RemoteOnboardSurvey, RemoteWorkQSet, ReportSharing, Resilience, Resources, Response, ReturnToWorkplace, SanFrancisco, ScienceBackedTools, ShareReport, SinglePointOnboardSurvey, SkillsDevelopment, SpreadsheetTemplate, Starburst, Stop, Strategy, TakeAim, Team1, Team2, TeamEffectiveness1, TeamEffectiveness2, TeamEffectiveness3, Templates, Timezone, TrafficCone, Training1, Training2, Training3, Trophy, TrustOthersToMakeDecisions, UnderConstruction, ValueAdd, ValuesSurvey1, ValuesSurvey2, Video, ViewReports, WellbeingSurvey, WellbeingSurvey1, WellbeingSurvey2, WellbeingSurvey3, Workshop } from './src/Illustration/Spot/Spot.mjs';
67
+ export { AccountBasics, Action, ActionPlans, AddImage, AddUser, Alarm, AmplifyOthers, Assertive, BCorp, BaselineSurvey, Behaviour, BenefitsSurvey, BlankSurvey, CalendarSync, CandidateSurvey, Cautionary, ChangeAgents, ChangeReadiness, ChangeSuccess, Coaching, Communications, Community, Company, CompanyDetails, Conversations, CustomOnboardSurvey, CustomSurvey, CustomUnattributedSurvey, DataVisualization, EmergencyResponse, EmployeeData, EndOfProbation, EngagementSurvey, EssentialProductivity, EssentialResilience, ExecutiveReportSharing, ExitSurvey, FastAction, Feedback, Fire, Fireworks, FullImport, Gdpr, GeneralOnboardSurvey, Goals, HaveTheCourageToBeVulnerable, HealthAndSafety, HrisImport, InclusionSurvey, Individual180, Individual360, Individual360Pulse, InfluentialCommunication, Informative, Insights, InternSurvey, LeaderReportSharing, Leadership180, Leadership360, LeadingChange, LeadingThroughCrisis, Learn, LearnFasterThroughFeedback, London, Manager180, Manager360, Manager360Pulse, ManagerLearning, ManagerReportSharing, MeetingVoices, Melbourne, Microphone, Negative, NewWaysOfWorking, NewYork, Objective, OneOnOne, PCDPulseSurvey, PCDSurvey, PaperPen, PartialImport, PerformanceDiagnostics, PhasedWeek1OnboardSurvey, PhasedWeek5OnboardSurvey, Positive, PowerfulInsights, Privacy, Process, Productivity, PulseSurvey, QuickEngagementSurvey, ReOnboarding, ReadArticle, Recommendation, RemoteManager, RemoteOnboardSurvey, RemoteWorkQSet, ReportSharing, Resilience, Resources, Response, ReturnToWorkplace, SanFrancisco, ScienceBackedTools, ShareReport, SinglePointOnboardSurvey, SkillsDevelopment, SpreadsheetTemplate, Starburst, Stop, Strategy, TakeAim, Team1, Team2, TeamEffectiveness1, TeamEffectiveness2, TeamEffectiveness3, Templates, Timezone, TrafficCone, Training1, Training2, Training3, Trophy, TrustOthersToMakeDecisions, UnderConstruction, ValueAdd, ValuesSurvey1, ValuesSurvey2, Video, ViewReports, WellbeingSurvey, WellbeingSurvey1, WellbeingSurvey2, WellbeingSurvey3, Workshop } from './src/Illustration/Spot/Spot.mjs';
68
68
  export { BrandMomentCaptureIntro } from './src/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.mjs';
69
69
  export { BrandMomentError, BrandMomentLogin, BrandMomentNewAccountOnboarding, BrandMomentPositiveOutro, BrandMomentStarterKit, BrandMomentUploadEmployeeData, Collaboration, Communication, CompanyValues, ConnectTheDots, CultureLab, EmptyStatesAction, EmptyStatesInformative, EmptyStatesNegative, EmptyStatesNeutral, EmptyStatesPositive, EngagementSurveySummaryFemale, EngagementSurveySummaryMale, Information360Upgrade, InformationDemographicFocus, InformationEmergingTrends, InformationEmployeeLifecycle, InformationReportOwner, InformationReportOwnerByRule, InformationTurnoverCalculator, InformationTurnoverForecast, PerformanceCompanySettings, Programs, SkillsCoach1On1Meetings, SkillsCoachCoaching, SkillsCoachEmployeeDevelopment, SkillsCoachEssentialFeedback, SkillsCoachEssentialProductivity, SkillsCoachEssentialResilience, SkillsCoachFeedback, SkillsCoachInfluentialCommunication, SkillsCoachLeadingChange, SkillsCoachManagerHub, SkillsCoachProductivity, SkillsCoachRemoteManager, SkillsCoachResilience, SkillsCoachStrategy, SurveyGetStarted, SurveyOverviewClosed, TermsAgreement } from './src/Illustration/Scene/Scene.mjs';
70
70
  export { Input } from './src/Input/Input/Input.mjs';
@@ -1,7 +1,7 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import classnames from 'classnames';
4
- import styles from './Content.module.scss.mjs';
4
+ import styles from './Content.module.css.mjs';
5
5
 
6
6
  /**
7
7
  * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3086156812/Layout Guidance} |
@@ -1,4 +1,4 @@
1
1
  var styles = {
2
- "content": "Content-module_content__ZeTRs"
2
+ "content": "Content-module_content__DUKqQ"
3
3
  };
4
4
  export { styles as default };
@@ -1,7 +1,7 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import classnames from 'classnames';
4
- import styles from './Divider.module.scss.mjs';
4
+ import styles from './Divider.module.css.mjs';
5
5
 
6
6
  /**
7
7
  * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082061035/Divider Guidance} |
@@ -0,0 +1,8 @@
1
+ var styles = {
2
+ "wrapper": "Divider-module_wrapper__AzvdU",
3
+ "content": "Divider-module_content__eq5aD",
4
+ "menuSeparator": "Divider-module_menuSeparator__FAvna",
5
+ "canvas": "Divider-module_canvas__G87W-",
6
+ "reversed": "Divider-module_reversed__GuBmn"
7
+ };
8
+ export { styles as default };
@@ -9,7 +9,7 @@ import '../Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.mj
9
9
  import { BrandMomentError } from '../Illustration/Scene/Scene.mjs';
10
10
  import { Text } from '../Text/Text.mjs';
11
11
  import { useErrorMessages } from './hooks/useErrorMessages.mjs';
12
- import styles from './ErrorPage.module.scss.mjs';
12
+ import styles from './ErrorPage.module.css.mjs';
13
13
  var getMailToHref = function (code) {
14
14
  var supportEmail = 'support@cultureamp.com';
15
15
  var subject = 'Houston we have a problem';
@@ -0,0 +1,4 @@
1
+ var styles = {
2
+ "paragraphPadding": "ErrorPage-module_paragraphPadding__PJzGg"
3
+ };
4
+ export { styles as default };
@@ -1,7 +1,7 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import { createElement } from 'react';
3
3
  import classnames from 'classnames';
4
- import styles from './Heading.module.scss.mjs';
4
+ import styles from './Heading.module.css.mjs';
5
5
  var VARIANTS_24PX_OR_GREATER = ['display-0', 'heading-1', 'heading-2'];
6
6
  /**
7
7
  * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3074885298/Typography#Headings Guidance}
@@ -0,0 +1,20 @@
1
+ var styles = {
2
+ "heading": "Heading-module_heading__6D0PM",
3
+ "display-0": "Heading-module_display-0__Dmiig",
4
+ "composable-header-title": "Heading-module_composable-header-title__CPBzk",
5
+ "heading-1": "Heading-module_heading-1__-GXEH",
6
+ "heading-2": "Heading-module_heading-2__LiRAV",
7
+ "heading-3": "Heading-module_heading-3__nVAgQ",
8
+ "heading-4": "Heading-module_heading-4__ESVT7",
9
+ "heading-5": "Heading-module_heading-5__zzZxI",
10
+ "heading-6": "Heading-module_heading-6__-JvYA",
11
+ "dark": "Heading-module_dark__vO-Uw",
12
+ "dark-reduced-opacity": "Heading-module_dark-reduced-opacity__24gWp",
13
+ "white": "Heading-module_white__AJgq4",
14
+ "white-reduced-opacity": "Heading-module_white-reduced-opacity__VvQaa",
15
+ "positive": "Heading-module_positive__GVkBf",
16
+ "small": "Heading-module_small__bALDR",
17
+ "large": "Heading-module_large__FLTyA",
18
+ "negative": "Heading-module_negative__exyNh"
19
+ };
20
+ export { styles as default };