@instructure/quiz-core 21.0.1-rc.0 → 21.0.1-rc.11

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 (193) hide show
  1. package/es/banks/components/Bank/theme.js +1 -1
  2. package/es/banks/components/BankEntry/presenter.js +2 -2
  3. package/es/banks/components/BankEntry/theme.js +5 -5
  4. package/es/banks/components/BankEntryRow/styles.js +1 -0
  5. package/es/banks/components/BankEntryRow/theme.js +4 -4
  6. package/es/banks/components/Banks/theme.js +2 -2
  7. package/es/banks/components/BanksList/presenter.js +1 -1
  8. package/es/banks/components/BanksList/theme.js +4 -4
  9. package/es/banks/components/NavWrapper/theme.js +3 -3
  10. package/es/banks/components/SharingModal/presenter.js +2 -2
  11. package/es/banks/components/SharingModal/theme.js +1 -1
  12. package/es/building/components/layout/header/BuildingButtons/theme.js +1 -1
  13. package/es/building/components/resources/ActionButtons/theme.js +1 -1
  14. package/es/building/components/resources/AddToBankOptions/theme.js +2 -2
  15. package/es/building/components/resources/quiz/instructions/Instructions/theme.js +1 -1
  16. package/es/building/components/resources/quiz/title/Edit/theme.js +1 -1
  17. package/es/building/components/resources/quiz/title/Title/theme.js +3 -3
  18. package/es/building/components/resources/quizEntry/QuizEntry/theme.js +1 -1
  19. package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/theme.js +3 -3
  20. package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/theme.js +2 -2
  21. package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +2 -2
  22. package/es/building/components/resources/quizEntry/QuizEntryEdit/Header/theme.js +2 -2
  23. package/es/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +2 -2
  24. package/es/building/components/resources/quizEntry/QuizEntryShow/theme.js +5 -5
  25. package/es/common/actions/taking.js +3 -2
  26. package/es/common/components/ImportModal/ImportFileSelector/theme.js +4 -4
  27. package/es/common/components/PrintFontSizeModal/presenter.js +2 -2
  28. package/es/common/components/PrintFontSizeModal/theme.js +1 -1
  29. package/es/common/components/SDKApp/index.js +4 -4
  30. package/es/common/components/layout/header/HeaderMenuButton/theme.js +1 -1
  31. package/es/common/components/layout/header/Timer/theme.js +3 -3
  32. package/es/common/components/layout/navbar/theme.js +1 -1
  33. package/es/common/components/layout/sidebar/PositionSummary/theme.js +2 -2
  34. package/es/common/components/layout/sidebar/Sidebar/theme.js +10 -10
  35. package/es/common/components/layout/sidebar/SidebarItem/theme.js +5 -5
  36. package/es/common/components/layout/sidebar/Stimulus/Collection/theme.js +1 -1
  37. package/es/common/components/layout/sidebar/Stimulus/Summary/theme.js +2 -2
  38. package/es/common/components/layout/sidebar/Stimulus/theme.js +4 -4
  39. package/es/common/components/resources/WarningWrapper/theme.js +1 -1
  40. package/es/common/components/resources/entry/EntrySave/presenter.js +2 -2
  41. package/es/common/components/resources/positionBox/theme.js +2 -2
  42. package/es/common/components/resources/quiz/AddContent/Body/theme.js +1 -1
  43. package/es/common/components/resources/quiz/AddContent/Button/theme.js +4 -4
  44. package/es/common/components/resources/quiz/AddContent/Popover/theme.js +1 -1
  45. package/es/common/components/resources/sessionItemResult/ResultStimulus/theme.js +4 -4
  46. package/es/common/components/resources/sessionItemResult/SessionItemResult/theme.js +4 -4
  47. package/es/common/components/resources/sessionItemResult/SessionItemResultsList/theme.js +1 -1
  48. package/es/common/components/resources/stimulus/Stimulus/theme.js +1 -1
  49. package/es/common/components/resources/stimulus/StimulusEdit/theme.js +1 -1
  50. package/es/common/components/resources/stimulus/StimulusEditInfo/index.js +5 -1
  51. package/es/common/components/resources/stimulus/StimulusEditInfo/presenter.js +15 -2
  52. package/es/common/components/resources/stimulus/StimulusEditInfo/theme.js +1 -1
  53. package/es/common/components/resources/stimulus/StimulusShow/index.js +1 -1
  54. package/es/common/components/shared/Card/CardContent/theme.js +2 -2
  55. package/es/common/components/shared/Card/CardWrapper/theme.js +1 -1
  56. package/es/common/components/shared/InteractionTypes/theme.js +1 -1
  57. package/es/common/components/shared/PaginatedCollection/presenter.js +2 -2
  58. package/es/common/components/shared/PaginatedCollection/theme.js +1 -1
  59. package/es/common/components/shared/TimeUnitsInput/index.js +2 -2
  60. package/es/common/components/shared/drag_and_drop/DragAndDropZone/theme.js +5 -5
  61. package/es/common/components/shared/errors/theme.js +1 -1
  62. package/es/common/components/shared/file_selector/theme.js +2 -2
  63. package/es/common/components/shared/functionality/makeEditable.js +2 -2
  64. package/es/common/components/shared/overlay/theme.js +1 -1
  65. package/es/common/reducers/taking.js +5 -1
  66. package/es/common/selectors/taking.js +3 -0
  67. package/es/common/util/getClientIpAddress.js +35 -0
  68. package/es/common/util/serializeEvent.js +4 -2
  69. package/es/index.js +2 -3
  70. package/es/moderating/components/events/Event.js +27 -10
  71. package/es/moderating/components/events/ResponseEvent.js +24 -7
  72. package/es/moderating/components/events/SessionStartEvent.js +16 -15
  73. package/es/moderating/components/events/SessionSubmitEvent.js +42 -0
  74. package/es/moderating/components/events/theme.js +1 -1
  75. package/es/moderating/components/resources/AccommodationsModal/ExtraTimeMultiplier/index.js +2 -2
  76. package/es/moderating/components/resources/EventDetails.js +43 -0
  77. package/es/moderating/components/resources/ModerateTable/theme.js +1 -1
  78. package/es/moderating/components/resources/SessionBreachAlert.js +10 -0
  79. package/es/moderating/components/resources/util/checkIsBreach.js +28 -0
  80. package/es/moderating/components/resources/util/extractSessionData.js +20 -0
  81. package/es/reporting/components/charts/Distribution/theme.js +2 -2
  82. package/es/reporting/components/charts/Legend/theme.js +2 -2
  83. package/es/reporting/components/itemAnalysis/AnswerFrequencySummary/theme.js +8 -8
  84. package/es/reporting/components/itemAnalysis/ItemAnalysisRow/theme.js +4 -4
  85. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/theme.js +1 -1
  86. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/theme.js +5 -5
  87. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/theme.js +2 -2
  88. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/theme.js +1 -1
  89. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/theme.js +1 -1
  90. package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/theme.js +1 -1
  91. package/es/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/theme.js +2 -2
  92. package/es/reporting/components/resources/QuizAndItemAnalysis/presenter.js +2 -2
  93. package/es/reporting/components/resources/QuizAndItemAnalysis/theme.js +1 -1
  94. package/es/reporting/components/resources/StudentAnalysis/ReportCard/theme.js +1 -1
  95. package/es/reporting/components/resources/common/propTypes.js +14 -0
  96. package/es/taking/api/taking.js +26 -3
  97. package/lib/banks/components/Bank/theme.js +1 -1
  98. package/lib/banks/components/BankEntry/presenter.js +2 -2
  99. package/lib/banks/components/BankEntry/theme.js +5 -5
  100. package/lib/banks/components/BankEntryRow/styles.js +1 -0
  101. package/lib/banks/components/BankEntryRow/theme.js +4 -4
  102. package/lib/banks/components/Banks/theme.js +2 -2
  103. package/lib/banks/components/BanksList/presenter.js +1 -1
  104. package/lib/banks/components/BanksList/theme.js +4 -4
  105. package/lib/banks/components/NavWrapper/theme.js +3 -3
  106. package/lib/banks/components/SharingModal/presenter.js +2 -2
  107. package/lib/banks/components/SharingModal/theme.js +1 -1
  108. package/lib/building/components/layout/header/BuildingButtons/theme.js +1 -1
  109. package/lib/building/components/resources/ActionButtons/theme.js +1 -1
  110. package/lib/building/components/resources/AddToBankOptions/theme.js +2 -2
  111. package/lib/building/components/resources/quiz/instructions/Instructions/theme.js +1 -1
  112. package/lib/building/components/resources/quiz/title/Edit/theme.js +1 -1
  113. package/lib/building/components/resources/quiz/title/Title/theme.js +3 -3
  114. package/lib/building/components/resources/quizEntry/QuizEntry/theme.js +1 -1
  115. package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/theme.js +3 -3
  116. package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/theme.js +2 -2
  117. package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +2 -2
  118. package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/theme.js +2 -2
  119. package/lib/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +2 -2
  120. package/lib/building/components/resources/quizEntry/QuizEntryShow/theme.js +5 -5
  121. package/lib/common/actions/taking.js +3 -2
  122. package/lib/common/components/ImportModal/ImportFileSelector/theme.js +4 -4
  123. package/lib/common/components/PrintFontSizeModal/presenter.js +2 -2
  124. package/lib/common/components/PrintFontSizeModal/theme.js +1 -1
  125. package/lib/common/components/SDKApp/index.js +4 -4
  126. package/lib/common/components/layout/header/HeaderMenuButton/theme.js +1 -1
  127. package/lib/common/components/layout/header/Timer/theme.js +3 -3
  128. package/lib/common/components/layout/navbar/theme.js +1 -1
  129. package/lib/common/components/layout/sidebar/PositionSummary/theme.js +2 -2
  130. package/lib/common/components/layout/sidebar/Sidebar/theme.js +10 -10
  131. package/lib/common/components/layout/sidebar/SidebarItem/theme.js +5 -5
  132. package/lib/common/components/layout/sidebar/Stimulus/Collection/theme.js +1 -1
  133. package/lib/common/components/layout/sidebar/Stimulus/Summary/theme.js +2 -2
  134. package/lib/common/components/layout/sidebar/Stimulus/theme.js +4 -4
  135. package/lib/common/components/resources/WarningWrapper/theme.js +1 -1
  136. package/lib/common/components/resources/entry/EntrySave/presenter.js +2 -2
  137. package/lib/common/components/resources/positionBox/theme.js +2 -2
  138. package/lib/common/components/resources/quiz/AddContent/Body/theme.js +1 -1
  139. package/lib/common/components/resources/quiz/AddContent/Button/theme.js +4 -4
  140. package/lib/common/components/resources/quiz/AddContent/Popover/theme.js +1 -1
  141. package/lib/common/components/resources/sessionItemResult/ResultStimulus/theme.js +4 -4
  142. package/lib/common/components/resources/sessionItemResult/SessionItemResult/theme.js +4 -4
  143. package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/theme.js +1 -1
  144. package/lib/common/components/resources/stimulus/Stimulus/theme.js +1 -1
  145. package/lib/common/components/resources/stimulus/StimulusEdit/theme.js +1 -1
  146. package/lib/common/components/resources/stimulus/StimulusEditInfo/index.js +5 -1
  147. package/lib/common/components/resources/stimulus/StimulusEditInfo/presenter.js +15 -2
  148. package/lib/common/components/resources/stimulus/StimulusEditInfo/theme.js +1 -1
  149. package/lib/common/components/resources/stimulus/StimulusShow/index.js +1 -1
  150. package/lib/common/components/shared/Card/CardContent/theme.js +2 -2
  151. package/lib/common/components/shared/Card/CardWrapper/theme.js +1 -1
  152. package/lib/common/components/shared/InteractionTypes/theme.js +1 -1
  153. package/lib/common/components/shared/PaginatedCollection/presenter.js +2 -2
  154. package/lib/common/components/shared/PaginatedCollection/theme.js +1 -1
  155. package/lib/common/components/shared/TimeUnitsInput/index.js +2 -2
  156. package/lib/common/components/shared/drag_and_drop/DragAndDropZone/theme.js +5 -5
  157. package/lib/common/components/shared/errors/theme.js +1 -1
  158. package/lib/common/components/shared/file_selector/theme.js +2 -2
  159. package/lib/common/components/shared/functionality/makeEditable.js +2 -2
  160. package/lib/common/components/shared/overlay/theme.js +1 -1
  161. package/lib/common/reducers/taking.js +5 -1
  162. package/lib/common/selectors/taking.js +5 -1
  163. package/lib/common/util/getClientIpAddress.js +43 -0
  164. package/lib/common/util/serializeEvent.js +3 -1
  165. package/lib/index.js +15 -0
  166. package/lib/moderating/components/events/Event.js +26 -9
  167. package/lib/moderating/components/events/ResponseEvent.js +25 -7
  168. package/lib/moderating/components/events/SessionStartEvent.js +16 -15
  169. package/lib/moderating/components/events/SessionSubmitEvent.js +52 -0
  170. package/lib/moderating/components/events/theme.js +1 -1
  171. package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeMultiplier/index.js +2 -2
  172. package/lib/moderating/components/resources/EventDetails.js +51 -0
  173. package/lib/moderating/components/resources/ModerateTable/theme.js +1 -1
  174. package/lib/moderating/components/resources/SessionBreachAlert.js +18 -0
  175. package/lib/moderating/components/resources/util/checkIsBreach.js +36 -0
  176. package/lib/moderating/components/resources/util/extractSessionData.js +28 -0
  177. package/lib/reporting/components/charts/Distribution/theme.js +2 -2
  178. package/lib/reporting/components/charts/Legend/theme.js +2 -2
  179. package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/theme.js +8 -8
  180. package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/theme.js +4 -4
  181. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/theme.js +1 -1
  182. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/theme.js +5 -5
  183. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/theme.js +2 -2
  184. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/theme.js +1 -1
  185. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/theme.js +1 -1
  186. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/theme.js +1 -1
  187. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/theme.js +2 -2
  188. package/lib/reporting/components/resources/QuizAndItemAnalysis/presenter.js +2 -2
  189. package/lib/reporting/components/resources/QuizAndItemAnalysis/theme.js +1 -1
  190. package/lib/reporting/components/resources/StudentAnalysis/ReportCard/theme.js +1 -1
  191. package/lib/reporting/components/resources/common/propTypes.js +18 -2
  192. package/lib/taking/api/taking.js +26 -3
  193. package/package.json +55 -55
@@ -14,9 +14,9 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
14
14
  navPaddingTopBottom: spacing.small,
15
15
  navPaddingLeftRight: spacing.xLarge,
16
16
  navBorderWidth: borders.widthSmall,
17
- navBorderColor: colors.contrasts.grey1214,
18
- navBackgroundColor: colors.contrasts.white1010,
19
- bankIconColor: colors.contrasts.blue4570,
17
+ navBorderColor: colors.tiara,
18
+ navBackgroundColor: colors.white,
19
+ bankIconColor: colors.electric,
20
20
  bankIconFontSize: typography.fontSizeLarge,
21
21
  bankIconPadding: spacing.xSmall
22
22
  };
@@ -337,8 +337,8 @@ var SharingModalPresenter = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.
337
337
  });
338
338
  }
339
339
  }, {
340
- key: "componentWillReceiveProps",
341
- value: function componentWillReceiveProps(nextProps) {
340
+ key: "UNSAFE_componentWillReceiveProps",
341
+ value: function UNSAFE_componentWillReceiveProps(nextProps) {
342
342
  this.setState({
343
343
  accountPermission: nextProps.bank.accountPermission,
344
344
  shares: nextProps.sharedBanks
@@ -9,7 +9,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
9
9
  borders = _ref.borders,
10
10
  spacing = _ref.spacing;
11
11
  return {
12
- separatorColor: colors.contrasts.grey1214,
12
+ separatorColor: colors.tiara,
13
13
  separatorBorderWidth: borders.widthSmall,
14
14
  separatorMargin: spacing.medium
15
15
  };
@@ -11,7 +11,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
11
11
  return {
12
12
  quizSavingColor: colors.lightGray,
13
13
  quizSavingMargin: spacing.large,
14
- buttonsHolderMargin: spacing.xLarge,
14
+ buttonsHolderMargin: spacing.mediumSmall,
15
15
  menuIconMargin: spacing.xSmall,
16
16
  menuIconFontSize: typography.fontSizeLarge
17
17
  };
@@ -9,7 +9,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
9
9
  colors = _ref.colors;
10
10
  return {
11
11
  buttonsZIndex: '3333',
12
- buttonsColor: colors.contrasts.grey100100,
12
+ buttonsColor: colors.oxford,
13
13
  buttonsPadding: spacing.xSmall
14
14
  };
15
15
  };
@@ -8,8 +8,8 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
8
8
  var spacing = _ref.spacing,
9
9
  colors = _ref.colors;
10
10
  return {
11
- addToBankBackgroundColor: colors.contrasts.grey1111,
12
- addToBankBorderColor: colors.contrasts.grey100100
11
+ addToBankBackgroundColor: colors.porcelain,
12
+ addToBankBorderColor: colors.oxford
13
13
  };
14
14
  };
15
15
  var _default = generateComponentTheme;
@@ -13,7 +13,7 @@ function generator(_ref) {
13
13
  labelLeftPadding: spacing.large,
14
14
  labelBottomPadding: spacing.xxSmall,
15
15
  labelFontSize: typography.fontSizeSmall,
16
- labelColor: colors.contrasts.grey4570,
16
+ labelColor: colors.slate,
17
17
  editButtonWrapperRightMargin: spacing.large
18
18
  };
19
19
  }
@@ -16,7 +16,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
16
16
  titleEditInputFontSize: typography.fontSizeXLarge,
17
17
  errorBorderMargin: spacing.xxSmall,
18
18
  errorBorderPadding: spacing.xxSmall,
19
- errorBorderColor: colors.contrasts.red4570,
19
+ errorBorderColor: colors.crimson,
20
20
  errorBorderBorderRadius: borders.radiusSmall
21
21
  };
22
22
  };
@@ -14,10 +14,10 @@ function generator(_ref) {
14
14
  labelLeftPadding: spacing.large,
15
15
  labelBottomPadding: spacing.xxSmall,
16
16
  labelFontSize: typography.fontSizeSmall,
17
- labelColor: colors.contrasts.grey4570,
17
+ labelColor: colors.slate,
18
18
  editButtonWrapperRightMargin: spacing.large,
19
- titleShowWrapperBottomBorder: "".concat(borders.widthMedium, " ").concat(borders.style, " ").concat(colors.contrasts.grey1111),
19
+ titleShowWrapperBottomBorder: "".concat(borders.widthMedium, " ").concat(borders.style, " ").concat(colors.porcelain),
20
20
  titleEditWrapperBorderWidth: borders.widthSmall,
21
- titleEditWrapperBorderColor: colors.contrasts.grey4570
21
+ titleEditWrapperBorderColor: colors.ash
22
22
  };
23
23
  }
@@ -12,7 +12,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
12
12
  return {
13
13
  footerPadding: spacing.small,
14
14
  footerBorderWidth: borders.widthSmall,
15
- footerBorderColor: colors.contrasts.grey1214,
15
+ footerBorderColor: colors.tiara,
16
16
  footerFontSize: typography.fontSizeXSmall
17
17
  };
18
18
  };
@@ -11,9 +11,9 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
11
11
  borders = _ref.borders;
12
12
  return {
13
13
  marginAddMargin: spacing.xSmall,
14
- quizEntryBankEditBackgroundColor: colors.contrasts.white1010,
14
+ quizEntryBankEditBackgroundColor: colors.white,
15
15
  quizEntryBankEditBorderSize: borders.widthSmall,
16
- quizEntryBankEditBorderColor: colors.contrasts.grey100100,
16
+ quizEntryBankEditBorderColor: colors.oxford,
17
17
  quizEntryBankEditPadding: borders.small,
18
18
  quizEntryBankEditMargin: spacing.medium,
19
19
  numberInputFontSize: typography.fontSizeMedium,
@@ -22,7 +22,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
22
22
  borderLineTopMargin: spacing.small,
23
23
  borderLineBottomMargin: spacing.small,
24
24
  borderLineBottomBorderSize: borders.widthSmall,
25
- borderLineBottomBorderColor: colors.contrasts.grey4570
25
+ borderLineBottomBorderColor: colors.ash
26
26
  };
27
27
  };
28
28
  var _default = generateComponentTheme;
@@ -10,8 +10,8 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
10
10
  typography = _ref.typography,
11
11
  borders = _ref.borders;
12
12
  return {
13
- quizEntryBankBackgroundColor: colors.contrasts.white1010,
14
- quizEntryBankBorder: "".concat(borders.widthSmall, " dashed ").concat(colors.contrasts.grey100100),
13
+ quizEntryBankBackgroundColor: colors.white,
14
+ quizEntryBankBorder: "".concat(borders.widthSmall, " dashed ").concat(colors.oxford),
15
15
  quizEntryBankPadding: "".concat(spacing.xxSmall, " ").concat(spacing.medium),
16
16
  quizEntryBankTopMargin: spacing.small,
17
17
  alertWrapperMargin: spacing.small
@@ -94,8 +94,8 @@ var QuizEntryEditFooter = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.de
94
94
  return _this;
95
95
  }
96
96
  (0, _createClass2.default)(QuizEntryEditFooter, [{
97
- key: "componentWillReceiveProps",
98
- value: function componentWillReceiveProps(nextProps) {
97
+ key: "UNSAFE_componentWillReceiveProps",
98
+ value: function UNSAFE_componentWillReceiveProps(nextProps) {
99
99
  var points = this.getPoints(nextProps);
100
100
  this.setState({
101
101
  points: points,
@@ -9,8 +9,8 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
9
9
  colors = _ref.colors,
10
10
  typography = _ref.typography;
11
11
  return {
12
- headerBackgroundColor: colors.contrasts.grey1111,
13
- headerColor: colors.contrasts.grey100100,
12
+ headerBackgroundColor: colors.porcelain,
13
+ headerColor: colors.oxford,
14
14
  headerPadding: "".concat(spacing.xSmall, " ").concat(spacing.small)
15
15
  };
16
16
  };
@@ -284,8 +284,8 @@ var QuizEntryEdit = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.default,
284
284
  this.props.onEditQuizEntryToggle(this.props.quizEntry.id);
285
285
  }
286
286
  }, {
287
- key: "componentWillMount",
288
- value: function componentWillMount() {
287
+ key: "UNSAFE_componentWillMount",
288
+ value: function UNSAFE_componentWillMount() {
289
289
  this.props.setUi(_quizCommon.SHOULD_CLONE_ITEM, false);
290
290
  }
291
291
  }, {
@@ -12,13 +12,13 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
12
12
  breakpoints = _ref.breakpoints;
13
13
  return {
14
14
  quizEntryShowPadding: "".concat(spacing.large, " ").concat(spacing.small),
15
- quizEntryShowBackgroundColor: colors.contrasts.white1010,
15
+ quizEntryShowBackgroundColor: colors.white,
16
16
  headerHeight: '2rem',
17
17
  headerRightPadding: spacing.xSmall,
18
- dndBorder: "".concat(borders.style, " ").concat(borders.widthSmall, " ").concat(colors.contrasts.blue4570),
18
+ dndBorder: "".concat(borders.style, " ").concat(borders.widthSmall, " ").concat(colors.brand),
19
19
  rightHeaderZIndex: '3333',
20
- rightHeaderColor: colors.contrasts.grey100100,
21
- titleInteractionTypeNamePointsColor: colors.contrasts.grey4570,
20
+ rightHeaderColor: colors.oxford,
21
+ titleInteractionTypeNamePointsColor: colors.slate,
22
22
  titleInteractionTypeNamePointsFontSize: typography.fontSizeSmall,
23
23
  titleInteractionTypeNamePointsLeftMargin: spacing.xSmall,
24
24
  titleInteractionTypeNamePointsRightMargin: spacing.xSmall,
@@ -26,7 +26,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
26
26
  optionsButtonDragDropHandleFontSize: typography.fontSizeMedium,
27
27
  optionsButtonDragDropHandleMargin: spacing.xSmall,
28
28
  phoneConnectingLinesBorderWidth: borders.widthSmall,
29
- phoneConnectingLinesBorderColor: colors.contrasts.grey4570,
29
+ phoneConnectingLinesBorderColor: colors.ash,
30
30
  phoneBreakPoint: "max-width: ".concat(breakpoints.medium)
31
31
  };
32
32
  };
@@ -122,12 +122,13 @@ var loadResumeData = function loadResumeData(resumeData) {
122
122
  };
123
123
  };
124
124
  exports.loadResumeData = loadResumeData;
125
- var sessionStartOrResumeEvent = function sessionStartOrResumeEvent(userAgent) {
125
+ var sessionStartOrResumeEvent = function sessionStartOrResumeEvent(userAgent, ipAddress) {
126
126
  return {
127
127
  type: _quizCommon.SESSION_STARTED_OR_RESUMED_EVENT,
128
128
  payload: {
129
129
  userAgent: userAgent,
130
- browserSessionId: (0, _uuid.v4)()
130
+ browserSessionId: (0, _uuid.v4)(),
131
+ ipAddress: ipAddress
131
132
  }
132
133
  };
133
134
  };
@@ -9,15 +9,15 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
9
9
  colors = _ref.colors,
10
10
  typography = _ref.typography;
11
11
  return {
12
- uploadIconContainerColor: colors.contrasts.grey4570,
12
+ uploadIconContainerColor: colors.ash,
13
13
  uploadIconContainerColorFontSize: typography.fontSizeXLarge,
14
14
  checkIconContainerFontSize: typography.fontSizeXLarge,
15
- checkIconContainerColor: colors.contrasts.green4570,
15
+ checkIconContainerColor: colors.shamrock,
16
16
  smallTextFontSize: typography.fontSizeXSmall,
17
- smallTextColor: colors.contrasts.grey4570,
17
+ smallTextColor: colors.ash,
18
18
  smallTextPadding: spacing.xSmall,
19
19
  selectorMargin: spacing.xSmall,
20
- fileListSuccessColor: colors.contrasts.green4570
20
+ fileListSuccessColor: colors.shamrock
21
21
  };
22
22
  };
23
23
  var _default = generateComponentTheme;
@@ -92,8 +92,8 @@ var PrintFontSizeModal = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.def
92
92
  });
93
93
  }
94
94
  }, {
95
- key: "componentWillReceiveProps",
96
- value: function componentWillReceiveProps(nextProps) {
95
+ key: "UNSAFE_componentWillReceiveProps",
96
+ value: function UNSAFE_componentWillReceiveProps(nextProps) {
97
97
  this.setState({
98
98
  selectedFontSize: nextProps.persistedPrintFontSize || this.state.selectedFontSize,
99
99
  rememberTextSizeSetting: !!this.props.persistedPrintFontSize || this.state.rememberTextSizeSetting
@@ -9,7 +9,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
9
9
  borders = _ref.borders,
10
10
  spacing = _ref.spacing;
11
11
  return {
12
- separatorColor: colors.contrasts.grey1214,
12
+ separatorColor: colors.tiara,
13
13
  separatorBorderWidth: borders.widthSmall,
14
14
  separatorMargin: spacing.medium
15
15
  };
@@ -72,8 +72,8 @@ var SDKApp = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.default, null),
72
72
  return (0, _ui.set)('appContainer', selectors);
73
73
  }
74
74
  }, {
75
- key: "componentWillMount",
76
- value: function componentWillMount() {
75
+ key: "UNSAFE_componentWillMount",
76
+ value: function UNSAFE_componentWillMount() {
77
77
  var _this$props$rceConfig;
78
78
  this.store.dispatch([(0, _config.setAPIEndpoint)(this.props.apiEndpoint), (0, _config.setCanvasOrigin)((_this$props$rceConfig = this.props.rceConfig) === null || _this$props$rceConfig === void 0 ? void 0 : _this$props$rceConfig.canvasOrigin), this.setAppContainer(this.props.appContainer), (0, _config.setUserToken)(this.props.userToken), (0, _outcomes.setOutcomesEndpoint)(this.props.outcomesEndpoint), (0, _outcomes.setOutcomesToken)(this.props.outcomesToken), (0, _outcomes.setContextUuid)(this.props.contextUuid), (0, _outcomes.setExternalAccountUuid)(this.props.externalAccountUuid)]);
79
79
  if (this.props.itemBankSharingEnabled) {
@@ -91,8 +91,8 @@ var SDKApp = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.default, null),
91
91
  !this.props.disableAlertLiveRegion && (0, _renderAlerts.renderAlerts)(this.store);
92
92
  }
93
93
  }, {
94
- key: "componentWillReceiveProps",
95
- value: function componentWillReceiveProps(newProps) {
94
+ key: "UNSAFE_componentWillReceiveProps",
95
+ value: function UNSAFE_componentWillReceiveProps(newProps) {
96
96
  var _newProps$rceConfig, _this$props$rceConfig2;
97
97
  if (newProps.apiEndpoint !== this.props.apiEndpoint) {
98
98
  this.store.dispatch((0, _config.setAPIEndpoint)(newProps.apiEndpoint));
@@ -11,7 +11,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
11
11
  return {
12
12
  phoneBreakPoint: "max-width: ".concat(breakpoints.medium),
13
13
  menuButtonFontSize: typography.fontSizeLarge,
14
- menuButtonColor: colors.contrasts.grey125125,
14
+ menuButtonColor: colors.licorice,
15
15
  menuButtonHoverOpacity: '0.6'
16
16
  };
17
17
  };
@@ -10,10 +10,10 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
10
10
  colors = _ref.colors,
11
11
  typography = _ref.typography;
12
12
  return {
13
- timerBackgroundColor: colors.contrasts.grey1111,
14
- timerColor: colors.contrasts.grey4570,
13
+ timerBackgroundColor: colors.porcelain,
14
+ timerColor: colors.ash,
15
15
  timerBorderWidth: borders.widthSmall,
16
- timerBorderColor: colors.contrasts.grey1214,
16
+ timerBorderColor: colors.tiara,
17
17
  timerBorderRadius: borders.radiusMedium,
18
18
  timerFontSize: typography.fontSizeMedium,
19
19
  timerPadding: spacing.xxSmall,
@@ -8,7 +8,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
8
8
  var breakpoints = _ref.breakpoints,
9
9
  colors = _ref.colors;
10
10
  return {
11
- backgroundColor: colors.contrasts.grey1111,
11
+ backgroundColor: colors.white,
12
12
  phoneBreakPoint: breakpoints.medium
13
13
  };
14
14
  };
@@ -10,13 +10,13 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
10
10
  borders = _ref.borders,
11
11
  typography = _ref.typography;
12
12
  return {
13
- numberSummaryColor: colors.contrasts.grey125125,
13
+ numberSummaryColor: colors.licorice,
14
14
  numberSummaryFontSize: typography.fontSizeMedium,
15
15
  numberSummaryFontWeight: typography.fontWeightBold,
16
16
  firstNumberSummaryPadding: spacing.xxSmall,
17
17
  secondNumberSummaryPadding: spacing.xxSmall,
18
18
  verticalDotsBorderWidth: borders.widthSmall,
19
- verticalDotsBorderColor: colors.contrasts.grey125125
19
+ verticalDotsBorderColor: colors.licorice
20
20
  };
21
21
  };
22
22
  var _default = generateComponentTheme;
@@ -15,30 +15,30 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
15
15
  return {
16
16
  sidebarWidthClosed: spacing.xxLarge,
17
17
  sidebarWidthOpen: '22rem',
18
- sidebarBackgroundColor: colors.contrasts.white1010,
18
+ sidebarBackgroundColor: colors.white,
19
19
  sidebarBorderWidth: borders.widthSmall,
20
- sidebarBorderColor: colors.contrasts.grey1214,
21
- sidebarColor: colors.contrasts.grey100100,
20
+ sidebarBorderColor: colors.tiara,
21
+ sidebarColor: colors.oxford,
22
22
  sidebarZIndex: '5555',
23
23
  sidebarTransitionDuration: transitions.duration,
24
24
  infoHolderFontSize: typography.fontSizeXSmall,
25
25
  infoHolderBorderWidth: borders.widthSmall,
26
- infoHolderBorderColor: colors.contrasts.grey1214,
26
+ infoHolderBorderColor: colors.tiara,
27
27
  infoHolderPadding: spacing.small,
28
- actionableInfoHoverBorderColor: colors.contrasts.blue4570,
28
+ actionableInfoHoverBorderColor: colors.electric,
29
29
  actionableInfoBorderWidth: borders.widthLarge,
30
30
  questionNavigatorPadding: spacing.xxxSmall,
31
31
  headerSpacingPadding: "".concat(spacing.small, " ").concat(spacing.xSmall),
32
- pinnedSectionBackgroundColor: colors.contrasts.grey1111,
32
+ pinnedSectionBackgroundColor: colors.porcelain,
33
33
  pinnedQuestionSpacing: spacing.small,
34
34
  pinnedQuestionFontSize: typography.fontSizeSmall,
35
35
  sidebarHeaderBorderWidth: borders.widthSmall,
36
- sidebarHeaderBorderColor: colors.contrasts.grey1214,
36
+ sidebarHeaderBorderColor: colors.tiara,
37
37
  descriptionFontSize: typography.fontSizeXSmall,
38
- descriptionFontColor: colors.contrasts.grey4570,
38
+ descriptionFontColor: colors.slate,
39
39
  phoneBreakPoint: "max-width: ".concat(breakpoints.medium),
40
- focusBorderColor: colors.contrasts.blue4570,
41
- focusOutlineColor: (0, _uiColorUtils.alpha)(colors.contrasts.blue4570, 50)
40
+ focusBorderColor: colors.brand,
41
+ focusOutlineColor: (0, _uiColorUtils.alpha)(colors.brand, 50)
42
42
  };
43
43
  };
44
44
  var _default = generateComponentTheme;
@@ -10,13 +10,13 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
10
10
  typography = _ref.typography,
11
11
  spacing = _ref.spacing;
12
12
  return {
13
- borderColor: colors.contrasts.white1010,
14
- bottomBorderColor: colors.contrasts.grey1214,
13
+ borderColor: colors.white,
14
+ bottomBorderColor: colors.tiara,
15
15
  bottomBorderWidth: borders.widthSmall,
16
- darkTextColor: colors.contrasts.grey125125,
17
- hoverBorderColor: colors.contrasts.blue4570,
16
+ darkTextColor: colors.licorice,
17
+ hoverBorderColor: colors.electric,
18
18
  hoverBorderWidth: borders.widthLarge,
19
- infoHeaderColor: colors.contrasts.grey4570,
19
+ infoHeaderColor: colors.slate,
20
20
  infoHeaderFontSize: typography.fontSizeXSmall,
21
21
  itemBodyFontSize: typography.fontSizeSmall,
22
22
  itemBodyMarginTop: spacing.xxSmall,
@@ -10,7 +10,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
10
10
  borders = _ref.borders;
11
11
  return {
12
12
  columnPadding: spacing.xSmall,
13
- sidebarIsOpenBottomBorderColor: colors.contrasts.grey4570,
13
+ sidebarIsOpenBottomBorderColor: colors.slate,
14
14
  sidebarIsOpenBottomBorderWidth: borders.widthSmall
15
15
  };
16
16
  };
@@ -9,10 +9,10 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
9
9
  spacing = _ref.spacing,
10
10
  borders = _ref.borders;
11
11
  return {
12
- itemContainerColor: colors.contrasts.grey125125,
12
+ itemContainerColor: colors.licorice,
13
13
  itemContainerPadding: spacing.xSmall,
14
14
  itemContainerBorderWidth: borders.widthSmall,
15
- itemContainerBorderColor: colors.contrasts.grey125125,
15
+ itemContainerBorderColor: colors.licorice,
16
16
  summaryMargin: spacing.small,
17
17
  summaryMarginLeft: spacing.medium
18
18
  };
@@ -10,17 +10,17 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
10
10
  borders = _ref.borders,
11
11
  typography = _ref.typography;
12
12
  return {
13
- borderColor: colors.contrasts.white1010,
14
- hoverBorderColor: colors.contrasts.blue4570,
13
+ borderColor: colors.white,
14
+ hoverBorderColor: colors.electric,
15
15
  hoverBorderWidth: borders.widthLarge,
16
16
  sidebarClosedButtonPadding: "".concat(spacing.xxSmall, " 0"),
17
17
  sidebarHeaderPadding: spacing.small,
18
18
  sidebarItemBorderWidth: borders.widthSmall,
19
- sidebarItemBorderColor: colors.contrasts.grey1214,
19
+ sidebarItemBorderColor: colors.tiara,
20
20
  sidebarIsOpenInfoHeaderFontSize: typography.fontSizeXSmall,
21
21
  sidebarIsOpenInfoHeaderPadding: spacing.xSmall,
22
22
  sidebarIsOpenInfoHeaderMargin: spacing.xSmall,
23
- sidebarIsOpenInfoHeaderColor: colors.contrasts.grey4570
23
+ sidebarIsOpenInfoHeaderColor: colors.ash
24
24
  };
25
25
  };
26
26
  var _default = generateComponentTheme;
@@ -12,7 +12,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
12
12
  alertPadding: spacing.medium,
13
13
  alertZIndex: '8888',
14
14
  containerPadding: spacing.medium,
15
- disabledChildrenBackgroundColor: colors.contrasts.grey1111,
15
+ disabledChildrenBackgroundColor: colors.porcelain,
16
16
  disabledChildrenOpacity: '0.6',
17
17
  disabledChildrenZIndex: '7777'
18
18
  };
@@ -93,8 +93,8 @@ var EntrySave = /*#__PURE__*/function (_Component) {
93
93
  return _this;
94
94
  }
95
95
  (0, _createClass2.default)(EntrySave, [{
96
- key: "componentWillMount",
97
- value: function componentWillMount() {
96
+ key: "UNSAFE_componentWillMount",
97
+ value: function UNSAFE_componentWillMount() {
98
98
  this.props.switchOnEditing(this.props.initialFocusId);
99
99
  }
100
100
  }, {
@@ -11,10 +11,10 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
11
11
  return {
12
12
  positionMargin: spacing.xSmall,
13
13
  positionPadding: spacing.xSmall,
14
- positionBackgroundColor: colors.contrasts.grey125125,
14
+ positionBackgroundColor: colors.licorice,
15
15
  positionZIndex: '3333',
16
16
  positionDimension: '2em',
17
- positionTextColor: colors.contrasts.grey1111,
17
+ positionTextColor: colors.porcelain,
18
18
  positionTextFontSize: typography.fontSizeMedium
19
19
  };
20
20
  };
@@ -14,7 +14,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
14
14
  phoneBreakPoint: "max-width: ".concat(breakpoints.medium),
15
15
  popoverContentMargin: spacing.medium,
16
16
  popoverHeaderBoxBorderWidth: borders.widthSmall,
17
- popoverHeaderBoxBorderColor: colors.contrasts.grey1214
17
+ popoverHeaderBoxBorderColor: colors.tiara
18
18
  };
19
19
  };
20
20
  var _default = generateComponentTheme;
@@ -14,16 +14,16 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
14
14
  attachQuestionButtonHolderZIndex: '2222',
15
15
  newItemButtonMargin: spacing.xSmall,
16
16
  newItemButtonPadding: spacing.xSmall,
17
- newItemButtonBackgroundColor: colors.contrasts.blue4570,
17
+ newItemButtonBackgroundColor: colors.brand,
18
18
  newItemButtonBorderRadius: spacing.large,
19
- newItemButtonColor: colors.contrasts.white1010,
20
- newItemButtonFocusOutline: "2px solid ".concat(colors.contrasts.blue4570),
19
+ newItemButtonColor: colors.white,
20
+ newItemButtonFocusOutline: "2px solid ".concat(colors.brand),
21
21
  newItemButtonFocusOutlineOffset: spacing.xxxSmall,
22
22
  newItemButtonFontSize: typography.fontSizeMedium,
23
23
  newItemButtonFontWeight: typography.fontWeightBold,
24
24
  newItemButtonZIndex: '4444',
25
25
  newItemButtonBoxShadow: '2px 2px 3px #ddd',
26
- newItemButtonEditingBackgroundColor: colors.contrasts.red4570,
26
+ newItemButtonEditingBackgroundColor: colors.crimson,
27
27
  newItemButtonHolderZIndex: '2222',
28
28
  newItemButtonTransition: "background-color ".concat(transitions.duration, " linear, transform ").concat(transitions.duration, " ease")
29
29
  };
@@ -9,7 +9,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
9
9
  borders = _ref.borders;
10
10
  return {
11
11
  borderLineBorderWidth: borders.widthMedium,
12
- borderLineBorderColor: colors.contrasts.grey1111
12
+ borderLineBorderColor: colors.porcelain
13
13
  };
14
14
  };
15
15
  var _default = generateComponentTheme;
@@ -12,16 +12,16 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
12
12
  breakpoints = _ref.breakpoints;
13
13
  return {
14
14
  rootBorderWidth: borders.widthSmall,
15
- rootBorderColor: colors.contrasts.grey1111,
15
+ rootBorderColor: colors.porcelain,
16
16
  instructionsPaddingTopBottom: spacing.medium,
17
17
  instructionsPaddingLeftRight: spacing.large,
18
18
  instructionsBorderWidth: borders.widthSmall,
19
- instructionsBorderColor: colors.contrasts.grey1111,
19
+ instructionsBorderColor: colors.porcelain,
20
20
  instructionsHeaderPadding: spacing.xSmall,
21
21
  instructionsHeaderFontWeight: typography.fontWeightBold,
22
22
  infoPaddingTopBottom: spacing.small,
23
23
  infoPaddingLeftRight: spacing.medium,
24
- infoBackgroundColor: colors.contrasts.grey1111,
24
+ infoBackgroundColor: colors.porcelain,
25
25
  headerPaddingTop: spacing.xSmall,
26
26
  headerPaddingBottom: spacing.small,
27
27
  titleFontSize: typography.fontSizeMedium,
@@ -32,7 +32,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
32
32
  phoneInstructionsPaddingLeftRight: spacing.small,
33
33
  phoneInfoPadding: spacing.small,
34
34
  phoneConnectingLinesBorderWidth: borders.widthSmall,
35
- phoneConnectingLinesBorderColor: colors.contrasts.grey1214,
35
+ phoneConnectingLinesBorderColor: colors.tiara,
36
36
  phoneConnectingLinesMargin: spacing.small
37
37
  };
38
38
  };
@@ -12,9 +12,9 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
12
12
  return {
13
13
  sessionItemResultPadding: spacing.small,
14
14
  topBorderWidth: borders.widthSmall,
15
- topBorderColor: colors.contrasts.grey1214,
15
+ topBorderColor: colors.tiara,
16
16
  resultMargin: spacing.small,
17
- pointsColor: colors.contrasts.grey4570,
17
+ pointsColor: colors.ash,
18
18
  pointFontSize: typography.fontSizeXSmall,
19
19
  questionFontSize: typography.fontSizeMedium,
20
20
  itemFeedbackWrapperMargin: spacing.small,
@@ -23,9 +23,9 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
23
23
  itemFeedbackWrapperFontSize: typography.fontSizeSmall,
24
24
  itemFeedbackWrapperBorderStyle: borders.borderStyle,
25
25
  itemFeedbackWrapperBorderWidth: borders.widthSmall,
26
- itemFeedbackWrapperBorderColor: colors.contrasts.grey1214,
26
+ itemFeedbackWrapperBorderColor: colors.tiara,
27
27
  itemFeedbackWrapperStyle: borders.style,
28
- itemFeedbackLabelColor: colors.contrasts.grey100100,
28
+ itemFeedbackLabelColor: colors.oxford,
29
29
  itemFeedbackLabelFontSize: typography.fontSizeXSmall,
30
30
  itemFeedbackMargin: spacing.xxSmall,
31
31
  itemFeedbackTextSize: typography.fontSizeMedium,
@@ -14,7 +14,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
14
14
  sessionItemResultsListHeaderWrapperMarginLeftRight: spacing.large,
15
15
  sessionItemResultsListHeaderFontSize: typography.fontSizeXLarge,
16
16
  sessionItemResultsListMargin: spacing.xSmall,
17
- sessionItemResultsListBorderColor: colors.contrasts.grey1214,
17
+ sessionItemResultsListBorderColor: colors.tiara,
18
18
  sessionItemResultsListBorderWidth: borders.widthSmall
19
19
  };
20
20
  };
@@ -12,7 +12,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
12
12
  return {
13
13
  leftPanelPadding: spacing.xxSmall,
14
14
  leftPanelBorderWidth: borders.widthSmall,
15
- leftPanelBorderColor: colors.contrasts.grey1214,
15
+ leftPanelBorderColor: colors.tiara,
16
16
  rightPanelPadding: spacing.xSmall,
17
17
  dragAndDropHandleZIndex: '3333',
18
18
  dragAndDropHandleFontSize: typography.fontSizeMedium,
@@ -15,7 +15,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
15
15
  optionPadding: spacing.small,
16
16
  stimulusContentPadding: spacing.small,
17
17
  stimulusContentPaddingBottom: spacing.small,
18
- stimulusButtonsColor: colors.contrasts.grey100100,
18
+ stimulusButtonsColor: colors.oxford,
19
19
  stimulusButtonsZIndex: '3333'
20
20
  };
21
21
  };