@instructure/outcomes-ui 4.1.1 → 4.1.2

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 (1305) hide show
  1. package/es/components/Gradebook/GradebookApp.js +1 -5
  2. package/es/components/Gradebook/GradebookApp.stories.js +1 -45
  3. package/es/components/Gradebook/__tests__/index.test.js +4 -59
  4. package/es/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  5. package/es/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  6. package/es/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  7. package/es/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  8. package/es/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  9. package/es/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  10. package/es/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  11. package/es/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  12. package/es/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  13. package/es/components/Gradebook/storybook/decorators.js +19 -19
  14. package/es/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  15. package/es/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  16. package/es/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  17. package/es/translated/ar/components/Gradebook/GradebookApp.js +1 -5
  18. package/es/translated/ar/components/Gradebook/GradebookApp.stories.js +1 -45
  19. package/es/translated/ar/components/Gradebook/__tests__/index.test.js +4 -59
  20. package/es/translated/ar/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  21. package/es/translated/ar/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  22. package/es/translated/ar/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  23. package/es/translated/ar/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  24. package/es/translated/ar/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  25. package/es/translated/ar/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  26. package/es/translated/ar/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  27. package/es/translated/ar/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  28. package/es/translated/ar/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  29. package/es/translated/ar/components/Gradebook/storybook/decorators.js +19 -19
  30. package/es/translated/ar/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  31. package/es/translated/ar/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  32. package/es/translated/ar/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  33. package/es/translated/ca/components/Gradebook/GradebookApp.js +1 -5
  34. package/es/translated/ca/components/Gradebook/GradebookApp.stories.js +1 -45
  35. package/es/translated/ca/components/Gradebook/__tests__/index.test.js +4 -59
  36. package/es/translated/ca/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  37. package/es/translated/ca/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  38. package/es/translated/ca/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  39. package/es/translated/ca/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  40. package/es/translated/ca/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  41. package/es/translated/ca/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  42. package/es/translated/ca/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  43. package/es/translated/ca/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  44. package/es/translated/ca/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  45. package/es/translated/ca/components/Gradebook/storybook/decorators.js +19 -19
  46. package/es/translated/ca/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  47. package/es/translated/ca/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  48. package/es/translated/ca/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  49. package/es/translated/cy/components/Gradebook/GradebookApp.js +1 -5
  50. package/es/translated/cy/components/Gradebook/GradebookApp.stories.js +1 -45
  51. package/es/translated/cy/components/Gradebook/__tests__/index.test.js +4 -59
  52. package/es/translated/cy/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  53. package/es/translated/cy/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  54. package/es/translated/cy/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  55. package/es/translated/cy/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  56. package/es/translated/cy/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  57. package/es/translated/cy/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  58. package/es/translated/cy/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  59. package/es/translated/cy/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  60. package/es/translated/cy/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  61. package/es/translated/cy/components/Gradebook/storybook/decorators.js +19 -19
  62. package/es/translated/cy/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  63. package/es/translated/cy/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  64. package/es/translated/cy/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  65. package/es/translated/da/components/Gradebook/GradebookApp.js +1 -5
  66. package/es/translated/da/components/Gradebook/GradebookApp.stories.js +1 -45
  67. package/es/translated/da/components/Gradebook/__tests__/index.test.js +4 -59
  68. package/es/translated/da/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  69. package/es/translated/da/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  70. package/es/translated/da/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  71. package/es/translated/da/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  72. package/es/translated/da/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  73. package/es/translated/da/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  74. package/es/translated/da/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  75. package/es/translated/da/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  76. package/es/translated/da/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  77. package/es/translated/da/components/Gradebook/storybook/decorators.js +19 -19
  78. package/es/translated/da/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  79. package/es/translated/da/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  80. package/es/translated/da/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  81. package/es/translated/da-x-k12/components/Gradebook/GradebookApp.js +1 -5
  82. package/es/translated/da-x-k12/components/Gradebook/GradebookApp.stories.js +1 -45
  83. package/es/translated/da-x-k12/components/Gradebook/__tests__/index.test.js +4 -59
  84. package/es/translated/da-x-k12/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  85. package/es/translated/da-x-k12/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  86. package/es/translated/da-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  87. package/es/translated/da-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  88. package/es/translated/da-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  89. package/es/translated/da-x-k12/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  90. package/es/translated/da-x-k12/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  91. package/es/translated/da-x-k12/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  92. package/es/translated/da-x-k12/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  93. package/es/translated/da-x-k12/components/Gradebook/storybook/decorators.js +19 -19
  94. package/es/translated/da-x-k12/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  95. package/es/translated/da-x-k12/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  96. package/es/translated/da-x-k12/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  97. package/es/translated/de/components/Gradebook/GradebookApp.js +1 -5
  98. package/es/translated/de/components/Gradebook/GradebookApp.stories.js +1 -45
  99. package/es/translated/de/components/Gradebook/__tests__/index.test.js +4 -59
  100. package/es/translated/de/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  101. package/es/translated/de/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  102. package/es/translated/de/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  103. package/es/translated/de/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  104. package/es/translated/de/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  105. package/es/translated/de/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  106. package/es/translated/de/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  107. package/es/translated/de/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  108. package/es/translated/de/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  109. package/es/translated/de/components/Gradebook/storybook/decorators.js +19 -19
  110. package/es/translated/de/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  111. package/es/translated/de/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  112. package/es/translated/de/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  113. package/es/translated/en/components/Gradebook/GradebookApp.js +1 -5
  114. package/es/translated/en/components/Gradebook/GradebookApp.stories.js +1 -45
  115. package/es/translated/en/components/Gradebook/__tests__/index.test.js +4 -59
  116. package/es/translated/en/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  117. package/es/translated/en/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  118. package/es/translated/en/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  119. package/es/translated/en/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  120. package/es/translated/en/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  121. package/es/translated/en/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  122. package/es/translated/en/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  123. package/es/translated/en/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  124. package/es/translated/en/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  125. package/es/translated/en/components/Gradebook/storybook/decorators.js +19 -19
  126. package/es/translated/en/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  127. package/es/translated/en/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  128. package/es/translated/en/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  129. package/es/translated/en-AU/components/Gradebook/GradebookApp.js +1 -5
  130. package/es/translated/en-AU/components/Gradebook/GradebookApp.stories.js +1 -45
  131. package/es/translated/en-AU/components/Gradebook/__tests__/index.test.js +4 -59
  132. package/es/translated/en-AU/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  133. package/es/translated/en-AU/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  134. package/es/translated/en-AU/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  135. package/es/translated/en-AU/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  136. package/es/translated/en-AU/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  137. package/es/translated/en-AU/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  138. package/es/translated/en-AU/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  139. package/es/translated/en-AU/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  140. package/es/translated/en-AU/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  141. package/es/translated/en-AU/components/Gradebook/storybook/decorators.js +19 -19
  142. package/es/translated/en-AU/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  143. package/es/translated/en-AU/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  144. package/es/translated/en-AU/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  145. package/es/translated/en-AU-x-unimelb/components/Gradebook/GradebookApp.js +1 -5
  146. package/es/translated/en-AU-x-unimelb/components/Gradebook/GradebookApp.stories.js +1 -45
  147. package/es/translated/en-AU-x-unimelb/components/Gradebook/__tests__/index.test.js +4 -59
  148. package/es/translated/en-AU-x-unimelb/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  149. package/es/translated/en-AU-x-unimelb/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  150. package/es/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  151. package/es/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  152. package/es/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  153. package/es/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  154. package/es/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  155. package/es/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  156. package/es/translated/en-AU-x-unimelb/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  157. package/es/translated/en-AU-x-unimelb/components/Gradebook/storybook/decorators.js +19 -19
  158. package/es/translated/en-AU-x-unimelb/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  159. package/es/translated/en-AU-x-unimelb/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  160. package/es/translated/en-AU-x-unimelb/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  161. package/es/translated/en-CA/components/Gradebook/GradebookApp.js +1 -5
  162. package/es/translated/en-CA/components/Gradebook/GradebookApp.stories.js +1 -45
  163. package/es/translated/en-CA/components/Gradebook/__tests__/index.test.js +4 -59
  164. package/es/translated/en-CA/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  165. package/es/translated/en-CA/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  166. package/es/translated/en-CA/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  167. package/es/translated/en-CA/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  168. package/es/translated/en-CA/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  169. package/es/translated/en-CA/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  170. package/es/translated/en-CA/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  171. package/es/translated/en-CA/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  172. package/es/translated/en-CA/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  173. package/es/translated/en-CA/components/Gradebook/storybook/decorators.js +19 -19
  174. package/es/translated/en-CA/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  175. package/es/translated/en-CA/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  176. package/es/translated/en-CA/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  177. package/es/translated/en-CY/components/Gradebook/GradebookApp.js +1 -5
  178. package/es/translated/en-CY/components/Gradebook/GradebookApp.stories.js +1 -45
  179. package/es/translated/en-CY/components/Gradebook/__tests__/index.test.js +4 -59
  180. package/es/translated/en-CY/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  181. package/es/translated/en-CY/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  182. package/es/translated/en-CY/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  183. package/es/translated/en-CY/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  184. package/es/translated/en-CY/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  185. package/es/translated/en-CY/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  186. package/es/translated/en-CY/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  187. package/es/translated/en-CY/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  188. package/es/translated/en-CY/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  189. package/es/translated/en-CY/components/Gradebook/storybook/decorators.js +19 -19
  190. package/es/translated/en-CY/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  191. package/es/translated/en-CY/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  192. package/es/translated/en-CY/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  193. package/es/translated/en-GB/components/Gradebook/GradebookApp.js +1 -5
  194. package/es/translated/en-GB/components/Gradebook/GradebookApp.stories.js +1 -45
  195. package/es/translated/en-GB/components/Gradebook/__tests__/index.test.js +4 -59
  196. package/es/translated/en-GB/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  197. package/es/translated/en-GB/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  198. package/es/translated/en-GB/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  199. package/es/translated/en-GB/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  200. package/es/translated/en-GB/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  201. package/es/translated/en-GB/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  202. package/es/translated/en-GB/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  203. package/es/translated/en-GB/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  204. package/es/translated/en-GB/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  205. package/es/translated/en-GB/components/Gradebook/storybook/decorators.js +19 -19
  206. package/es/translated/en-GB/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  207. package/es/translated/en-GB/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  208. package/es/translated/en-GB/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  209. package/es/translated/en-GB-x-ukhe/components/Gradebook/GradebookApp.js +1 -5
  210. package/es/translated/en-GB-x-ukhe/components/Gradebook/GradebookApp.stories.js +1 -45
  211. package/es/translated/en-GB-x-ukhe/components/Gradebook/__tests__/index.test.js +4 -59
  212. package/es/translated/en-GB-x-ukhe/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  213. package/es/translated/en-GB-x-ukhe/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  214. package/es/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  215. package/es/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  216. package/es/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  217. package/es/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  218. package/es/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  219. package/es/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  220. package/es/translated/en-GB-x-ukhe/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  221. package/es/translated/en-GB-x-ukhe/components/Gradebook/storybook/decorators.js +19 -19
  222. package/es/translated/en-GB-x-ukhe/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  223. package/es/translated/en-GB-x-ukhe/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  224. package/es/translated/en-GB-x-ukhe/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  225. package/es/translated/en-IE/components/Gradebook/GradebookApp.js +1 -5
  226. package/es/translated/en-IE/components/Gradebook/GradebookApp.stories.js +1 -45
  227. package/es/translated/en-IE/components/Gradebook/__tests__/index.test.js +4 -59
  228. package/es/translated/en-IE/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  229. package/es/translated/en-IE/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  230. package/es/translated/en-IE/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  231. package/es/translated/en-IE/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  232. package/es/translated/en-IE/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  233. package/es/translated/en-IE/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  234. package/es/translated/en-IE/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  235. package/es/translated/en-IE/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  236. package/es/translated/en-IE/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  237. package/es/translated/en-IE/components/Gradebook/storybook/decorators.js +19 -19
  238. package/es/translated/en-IE/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  239. package/es/translated/en-IE/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  240. package/es/translated/en-IE/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  241. package/es/translated/es/components/Gradebook/GradebookApp.js +1 -5
  242. package/es/translated/es/components/Gradebook/GradebookApp.stories.js +1 -45
  243. package/es/translated/es/components/Gradebook/__tests__/index.test.js +4 -59
  244. package/es/translated/es/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  245. package/es/translated/es/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  246. package/es/translated/es/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  247. package/es/translated/es/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  248. package/es/translated/es/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  249. package/es/translated/es/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  250. package/es/translated/es/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  251. package/es/translated/es/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  252. package/es/translated/es/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  253. package/es/translated/es/components/Gradebook/storybook/decorators.js +19 -19
  254. package/es/translated/es/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  255. package/es/translated/es/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  256. package/es/translated/es/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  257. package/es/translated/es-ES/components/Gradebook/GradebookApp.js +1 -5
  258. package/es/translated/es-ES/components/Gradebook/GradebookApp.stories.js +1 -45
  259. package/es/translated/es-ES/components/Gradebook/__tests__/index.test.js +4 -59
  260. package/es/translated/es-ES/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  261. package/es/translated/es-ES/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  262. package/es/translated/es-ES/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  263. package/es/translated/es-ES/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  264. package/es/translated/es-ES/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  265. package/es/translated/es-ES/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  266. package/es/translated/es-ES/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  267. package/es/translated/es-ES/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  268. package/es/translated/es-ES/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  269. package/es/translated/es-ES/components/Gradebook/storybook/decorators.js +19 -19
  270. package/es/translated/es-ES/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  271. package/es/translated/es-ES/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  272. package/es/translated/es-ES/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  273. package/es/translated/es_ES/components/Gradebook/GradebookApp.js +1 -5
  274. package/es/translated/es_ES/components/Gradebook/GradebookApp.stories.js +1 -45
  275. package/es/translated/es_ES/components/Gradebook/__tests__/index.test.js +4 -59
  276. package/es/translated/es_ES/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  277. package/es/translated/es_ES/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  278. package/es/translated/es_ES/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  279. package/es/translated/es_ES/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  280. package/es/translated/es_ES/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  281. package/es/translated/es_ES/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  282. package/es/translated/es_ES/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  283. package/es/translated/es_ES/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  284. package/es/translated/es_ES/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  285. package/es/translated/es_ES/components/Gradebook/storybook/decorators.js +19 -19
  286. package/es/translated/es_ES/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  287. package/es/translated/es_ES/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  288. package/es/translated/es_ES/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  289. package/es/translated/fi/components/Gradebook/GradebookApp.js +1 -5
  290. package/es/translated/fi/components/Gradebook/GradebookApp.stories.js +1 -45
  291. package/es/translated/fi/components/Gradebook/__tests__/index.test.js +4 -59
  292. package/es/translated/fi/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  293. package/es/translated/fi/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  294. package/es/translated/fi/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  295. package/es/translated/fi/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  296. package/es/translated/fi/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  297. package/es/translated/fi/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  298. package/es/translated/fi/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  299. package/es/translated/fi/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  300. package/es/translated/fi/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  301. package/es/translated/fi/components/Gradebook/storybook/decorators.js +19 -19
  302. package/es/translated/fi/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  303. package/es/translated/fi/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  304. package/es/translated/fi/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  305. package/es/translated/fr/components/Gradebook/GradebookApp.js +1 -5
  306. package/es/translated/fr/components/Gradebook/GradebookApp.stories.js +1 -45
  307. package/es/translated/fr/components/Gradebook/__tests__/index.test.js +4 -59
  308. package/es/translated/fr/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  309. package/es/translated/fr/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  310. package/es/translated/fr/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  311. package/es/translated/fr/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  312. package/es/translated/fr/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  313. package/es/translated/fr/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  314. package/es/translated/fr/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  315. package/es/translated/fr/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  316. package/es/translated/fr/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  317. package/es/translated/fr/components/Gradebook/storybook/decorators.js +19 -19
  318. package/es/translated/fr/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  319. package/es/translated/fr/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  320. package/es/translated/fr/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  321. package/es/translated/fr-CA/components/Gradebook/GradebookApp.js +1 -5
  322. package/es/translated/fr-CA/components/Gradebook/GradebookApp.stories.js +1 -45
  323. package/es/translated/fr-CA/components/Gradebook/__tests__/index.test.js +4 -59
  324. package/es/translated/fr-CA/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  325. package/es/translated/fr-CA/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  326. package/es/translated/fr-CA/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  327. package/es/translated/fr-CA/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  328. package/es/translated/fr-CA/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  329. package/es/translated/fr-CA/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  330. package/es/translated/fr-CA/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  331. package/es/translated/fr-CA/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  332. package/es/translated/fr-CA/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  333. package/es/translated/fr-CA/components/Gradebook/storybook/decorators.js +19 -19
  334. package/es/translated/fr-CA/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  335. package/es/translated/fr-CA/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  336. package/es/translated/fr-CA/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  337. package/es/translated/ht/components/Gradebook/GradebookApp.js +1 -5
  338. package/es/translated/ht/components/Gradebook/GradebookApp.stories.js +1 -45
  339. package/es/translated/ht/components/Gradebook/__tests__/index.test.js +4 -59
  340. package/es/translated/ht/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  341. package/es/translated/ht/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  342. package/es/translated/ht/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  343. package/es/translated/ht/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  344. package/es/translated/ht/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  345. package/es/translated/ht/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  346. package/es/translated/ht/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  347. package/es/translated/ht/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  348. package/es/translated/ht/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  349. package/es/translated/ht/components/Gradebook/storybook/decorators.js +19 -19
  350. package/es/translated/ht/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  351. package/es/translated/ht/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  352. package/es/translated/ht/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  353. package/es/translated/is/components/Gradebook/GradebookApp.js +1 -5
  354. package/es/translated/is/components/Gradebook/GradebookApp.stories.js +1 -45
  355. package/es/translated/is/components/Gradebook/__tests__/index.test.js +4 -59
  356. package/es/translated/is/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  357. package/es/translated/is/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  358. package/es/translated/is/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  359. package/es/translated/is/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  360. package/es/translated/is/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  361. package/es/translated/is/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  362. package/es/translated/is/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  363. package/es/translated/is/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  364. package/es/translated/is/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  365. package/es/translated/is/components/Gradebook/storybook/decorators.js +19 -19
  366. package/es/translated/is/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  367. package/es/translated/is/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  368. package/es/translated/is/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  369. package/es/translated/it/components/Gradebook/GradebookApp.js +1 -5
  370. package/es/translated/it/components/Gradebook/GradebookApp.stories.js +1 -45
  371. package/es/translated/it/components/Gradebook/__tests__/index.test.js +4 -59
  372. package/es/translated/it/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  373. package/es/translated/it/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  374. package/es/translated/it/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  375. package/es/translated/it/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  376. package/es/translated/it/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  377. package/es/translated/it/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  378. package/es/translated/it/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  379. package/es/translated/it/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  380. package/es/translated/it/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  381. package/es/translated/it/components/Gradebook/storybook/decorators.js +19 -19
  382. package/es/translated/it/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  383. package/es/translated/it/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  384. package/es/translated/it/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  385. package/es/translated/ja/components/Gradebook/GradebookApp.js +1 -5
  386. package/es/translated/ja/components/Gradebook/GradebookApp.stories.js +1 -45
  387. package/es/translated/ja/components/Gradebook/__tests__/index.test.js +4 -59
  388. package/es/translated/ja/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  389. package/es/translated/ja/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  390. package/es/translated/ja/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  391. package/es/translated/ja/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  392. package/es/translated/ja/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  393. package/es/translated/ja/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  394. package/es/translated/ja/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  395. package/es/translated/ja/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  396. package/es/translated/ja/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  397. package/es/translated/ja/components/Gradebook/storybook/decorators.js +19 -19
  398. package/es/translated/ja/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  399. package/es/translated/ja/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  400. package/es/translated/ja/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  401. package/es/translated/mi/components/Gradebook/GradebookApp.js +1 -5
  402. package/es/translated/mi/components/Gradebook/GradebookApp.stories.js +1 -45
  403. package/es/translated/mi/components/Gradebook/__tests__/index.test.js +4 -59
  404. package/es/translated/mi/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  405. package/es/translated/mi/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  406. package/es/translated/mi/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  407. package/es/translated/mi/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  408. package/es/translated/mi/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  409. package/es/translated/mi/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  410. package/es/translated/mi/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  411. package/es/translated/mi/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  412. package/es/translated/mi/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  413. package/es/translated/mi/components/Gradebook/storybook/decorators.js +19 -19
  414. package/es/translated/mi/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  415. package/es/translated/mi/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  416. package/es/translated/mi/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  417. package/es/translated/nb/components/Gradebook/GradebookApp.js +1 -5
  418. package/es/translated/nb/components/Gradebook/GradebookApp.stories.js +1 -45
  419. package/es/translated/nb/components/Gradebook/__tests__/index.test.js +4 -59
  420. package/es/translated/nb/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  421. package/es/translated/nb/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  422. package/es/translated/nb/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  423. package/es/translated/nb/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  424. package/es/translated/nb/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  425. package/es/translated/nb/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  426. package/es/translated/nb/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  427. package/es/translated/nb/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  428. package/es/translated/nb/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  429. package/es/translated/nb/components/Gradebook/storybook/decorators.js +19 -19
  430. package/es/translated/nb/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  431. package/es/translated/nb/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  432. package/es/translated/nb/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  433. package/es/translated/nb-x-k12/components/Gradebook/GradebookApp.js +1 -5
  434. package/es/translated/nb-x-k12/components/Gradebook/GradebookApp.stories.js +1 -45
  435. package/es/translated/nb-x-k12/components/Gradebook/__tests__/index.test.js +4 -59
  436. package/es/translated/nb-x-k12/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  437. package/es/translated/nb-x-k12/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  438. package/es/translated/nb-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  439. package/es/translated/nb-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  440. package/es/translated/nb-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  441. package/es/translated/nb-x-k12/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  442. package/es/translated/nb-x-k12/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  443. package/es/translated/nb-x-k12/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  444. package/es/translated/nb-x-k12/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  445. package/es/translated/nb-x-k12/components/Gradebook/storybook/decorators.js +19 -19
  446. package/es/translated/nb-x-k12/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  447. package/es/translated/nb-x-k12/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  448. package/es/translated/nb-x-k12/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  449. package/es/translated/nl/components/Gradebook/GradebookApp.js +1 -5
  450. package/es/translated/nl/components/Gradebook/GradebookApp.stories.js +1 -45
  451. package/es/translated/nl/components/Gradebook/__tests__/index.test.js +4 -59
  452. package/es/translated/nl/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  453. package/es/translated/nl/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  454. package/es/translated/nl/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  455. package/es/translated/nl/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  456. package/es/translated/nl/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  457. package/es/translated/nl/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  458. package/es/translated/nl/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  459. package/es/translated/nl/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  460. package/es/translated/nl/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  461. package/es/translated/nl/components/Gradebook/storybook/decorators.js +19 -19
  462. package/es/translated/nl/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  463. package/es/translated/nl/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  464. package/es/translated/nl/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  465. package/es/translated/pl/components/Gradebook/GradebookApp.js +1 -5
  466. package/es/translated/pl/components/Gradebook/GradebookApp.stories.js +1 -45
  467. package/es/translated/pl/components/Gradebook/__tests__/index.test.js +4 -59
  468. package/es/translated/pl/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  469. package/es/translated/pl/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  470. package/es/translated/pl/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  471. package/es/translated/pl/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  472. package/es/translated/pl/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  473. package/es/translated/pl/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  474. package/es/translated/pl/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  475. package/es/translated/pl/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  476. package/es/translated/pl/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  477. package/es/translated/pl/components/Gradebook/storybook/decorators.js +19 -19
  478. package/es/translated/pl/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  479. package/es/translated/pl/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  480. package/es/translated/pl/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  481. package/es/translated/pt/components/Gradebook/GradebookApp.js +1 -5
  482. package/es/translated/pt/components/Gradebook/GradebookApp.stories.js +1 -45
  483. package/es/translated/pt/components/Gradebook/__tests__/index.test.js +4 -59
  484. package/es/translated/pt/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  485. package/es/translated/pt/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  486. package/es/translated/pt/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  487. package/es/translated/pt/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  488. package/es/translated/pt/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  489. package/es/translated/pt/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  490. package/es/translated/pt/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  491. package/es/translated/pt/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  492. package/es/translated/pt/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  493. package/es/translated/pt/components/Gradebook/storybook/decorators.js +19 -19
  494. package/es/translated/pt/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  495. package/es/translated/pt/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  496. package/es/translated/pt/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  497. package/es/translated/pt-BR/components/Gradebook/GradebookApp.js +1 -5
  498. package/es/translated/pt-BR/components/Gradebook/GradebookApp.stories.js +1 -45
  499. package/es/translated/pt-BR/components/Gradebook/__tests__/index.test.js +4 -59
  500. package/es/translated/pt-BR/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  501. package/es/translated/pt-BR/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  502. package/es/translated/pt-BR/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  503. package/es/translated/pt-BR/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  504. package/es/translated/pt-BR/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  505. package/es/translated/pt-BR/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  506. package/es/translated/pt-BR/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  507. package/es/translated/pt-BR/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  508. package/es/translated/pt-BR/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  509. package/es/translated/pt-BR/components/Gradebook/storybook/decorators.js +19 -19
  510. package/es/translated/pt-BR/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  511. package/es/translated/pt-BR/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  512. package/es/translated/pt-BR/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  513. package/es/translated/ru/components/Gradebook/GradebookApp.js +1 -5
  514. package/es/translated/ru/components/Gradebook/GradebookApp.stories.js +1 -45
  515. package/es/translated/ru/components/Gradebook/__tests__/index.test.js +4 -59
  516. package/es/translated/ru/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  517. package/es/translated/ru/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  518. package/es/translated/ru/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  519. package/es/translated/ru/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  520. package/es/translated/ru/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  521. package/es/translated/ru/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  522. package/es/translated/ru/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  523. package/es/translated/ru/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  524. package/es/translated/ru/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  525. package/es/translated/ru/components/Gradebook/storybook/decorators.js +19 -19
  526. package/es/translated/ru/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  527. package/es/translated/ru/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  528. package/es/translated/ru/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  529. package/es/translated/sl/components/Gradebook/GradebookApp.js +1 -5
  530. package/es/translated/sl/components/Gradebook/GradebookApp.stories.js +1 -45
  531. package/es/translated/sl/components/Gradebook/__tests__/index.test.js +4 -59
  532. package/es/translated/sl/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  533. package/es/translated/sl/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  534. package/es/translated/sl/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  535. package/es/translated/sl/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  536. package/es/translated/sl/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  537. package/es/translated/sl/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  538. package/es/translated/sl/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  539. package/es/translated/sl/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  540. package/es/translated/sl/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  541. package/es/translated/sl/components/Gradebook/storybook/decorators.js +19 -19
  542. package/es/translated/sl/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  543. package/es/translated/sl/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  544. package/es/translated/sl/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  545. package/es/translated/sv/components/Gradebook/GradebookApp.js +1 -5
  546. package/es/translated/sv/components/Gradebook/GradebookApp.stories.js +1 -45
  547. package/es/translated/sv/components/Gradebook/__tests__/index.test.js +4 -59
  548. package/es/translated/sv/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  549. package/es/translated/sv/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  550. package/es/translated/sv/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  551. package/es/translated/sv/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  552. package/es/translated/sv/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  553. package/es/translated/sv/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  554. package/es/translated/sv/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  555. package/es/translated/sv/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  556. package/es/translated/sv/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  557. package/es/translated/sv/components/Gradebook/storybook/decorators.js +19 -19
  558. package/es/translated/sv/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  559. package/es/translated/sv/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  560. package/es/translated/sv/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  561. package/es/translated/sv-x-k12/components/Gradebook/GradebookApp.js +1 -5
  562. package/es/translated/sv-x-k12/components/Gradebook/GradebookApp.stories.js +1 -45
  563. package/es/translated/sv-x-k12/components/Gradebook/__tests__/index.test.js +4 -59
  564. package/es/translated/sv-x-k12/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  565. package/es/translated/sv-x-k12/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  566. package/es/translated/sv-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  567. package/es/translated/sv-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  568. package/es/translated/sv-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  569. package/es/translated/sv-x-k12/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  570. package/es/translated/sv-x-k12/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  571. package/es/translated/sv-x-k12/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  572. package/es/translated/sv-x-k12/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  573. package/es/translated/sv-x-k12/components/Gradebook/storybook/decorators.js +19 -19
  574. package/es/translated/sv-x-k12/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  575. package/es/translated/sv-x-k12/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  576. package/es/translated/sv-x-k12/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  577. package/es/translated/th/components/Gradebook/GradebookApp.js +1 -5
  578. package/es/translated/th/components/Gradebook/GradebookApp.stories.js +1 -45
  579. package/es/translated/th/components/Gradebook/__tests__/index.test.js +4 -59
  580. package/es/translated/th/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  581. package/es/translated/th/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  582. package/es/translated/th/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  583. package/es/translated/th/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  584. package/es/translated/th/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  585. package/es/translated/th/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  586. package/es/translated/th/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  587. package/es/translated/th/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  588. package/es/translated/th/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  589. package/es/translated/th/components/Gradebook/storybook/decorators.js +19 -19
  590. package/es/translated/th/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  591. package/es/translated/th/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  592. package/es/translated/th/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  593. package/es/translated/vi/components/Gradebook/GradebookApp.js +1 -5
  594. package/es/translated/vi/components/Gradebook/GradebookApp.stories.js +1 -45
  595. package/es/translated/vi/components/Gradebook/__tests__/index.test.js +4 -59
  596. package/es/translated/vi/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  597. package/es/translated/vi/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  598. package/es/translated/vi/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  599. package/es/translated/vi/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  600. package/es/translated/vi/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  601. package/es/translated/vi/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  602. package/es/translated/vi/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  603. package/es/translated/vi/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  604. package/es/translated/vi/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  605. package/es/translated/vi/components/Gradebook/storybook/decorators.js +19 -19
  606. package/es/translated/vi/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  607. package/es/translated/vi/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  608. package/es/translated/vi/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  609. package/es/translated/zh-Hans/components/Gradebook/GradebookApp.js +1 -5
  610. package/es/translated/zh-Hans/components/Gradebook/GradebookApp.stories.js +1 -45
  611. package/es/translated/zh-Hans/components/Gradebook/__tests__/index.test.js +4 -59
  612. package/es/translated/zh-Hans/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  613. package/es/translated/zh-Hans/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  614. package/es/translated/zh-Hans/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  615. package/es/translated/zh-Hans/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  616. package/es/translated/zh-Hans/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  617. package/es/translated/zh-Hans/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  618. package/es/translated/zh-Hans/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  619. package/es/translated/zh-Hans/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  620. package/es/translated/zh-Hans/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  621. package/es/translated/zh-Hans/components/Gradebook/storybook/decorators.js +19 -19
  622. package/es/translated/zh-Hans/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  623. package/es/translated/zh-Hans/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  624. package/es/translated/zh-Hans/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  625. package/es/translated/zh-Hant/components/Gradebook/GradebookApp.js +1 -5
  626. package/es/translated/zh-Hant/components/Gradebook/GradebookApp.stories.js +1 -45
  627. package/es/translated/zh-Hant/components/Gradebook/__tests__/index.test.js +4 -59
  628. package/es/translated/zh-Hant/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  629. package/es/translated/zh-Hant/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +29 -32
  630. package/es/translated/zh-Hant/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  631. package/es/translated/zh-Hant/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  632. package/es/translated/zh-Hant/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  633. package/es/translated/zh-Hant/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +31 -71
  634. package/es/translated/zh-Hant/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  635. package/es/translated/zh-Hant/components/Gradebook/gradebook-table/StudentCell/index.stories.js +23 -9
  636. package/es/translated/zh-Hant/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  637. package/es/translated/zh-Hant/components/Gradebook/storybook/decorators.js +19 -19
  638. package/es/translated/zh-Hant/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +26 -48
  639. package/es/translated/zh-Hant/components/Gradebook/toolbar/SettingsTray/index.js +2 -5
  640. package/es/translated/zh-Hant/components/Gradebook/toolbar/SettingsTray/index.stories.js +5 -3
  641. package/lib/components/Gradebook/GradebookApp.d.ts +4 -9
  642. package/lib/components/Gradebook/GradebookApp.d.ts.map +1 -1
  643. package/lib/components/Gradebook/GradebookApp.js +1 -5
  644. package/lib/components/Gradebook/GradebookApp.stories.d.ts +3 -6
  645. package/lib/components/Gradebook/GradebookApp.stories.d.ts.map +1 -1
  646. package/lib/components/Gradebook/GradebookApp.stories.js +1 -45
  647. package/lib/components/Gradebook/__tests__/index.test.js +4 -59
  648. package/lib/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.d.ts +3 -19
  649. package/lib/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.d.ts.map +1 -1
  650. package/lib/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  651. package/lib/components/Gradebook/context/GradebookConfigContext/GradebookConfigProvider.d.ts +3 -3
  652. package/lib/components/Gradebook/context/GradebookConfigContext/GradebookConfigProvider.d.ts.map +1 -1
  653. package/lib/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  654. package/lib/components/Gradebook/context/GradebookConfigContext/index.d.ts +1 -1
  655. package/lib/components/Gradebook/context/GradebookConfigContext/index.d.ts.map +1 -1
  656. package/lib/components/Gradebook/context/GradebookConfigContext/useGradebookConfig.d.ts +1 -1
  657. package/lib/components/Gradebook/context/GradebookConfigContext/useGradebookConfig.d.ts.map +1 -1
  658. package/lib/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  659. package/lib/components/Gradebook/gradebook-table/ScoreCellContent/index.d.ts.map +1 -1
  660. package/lib/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  661. package/lib/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.d.ts.map +1 -1
  662. package/lib/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  663. package/lib/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  664. package/lib/components/Gradebook/gradebook-table/StudentCell/index.d.ts +3 -4
  665. package/lib/components/Gradebook/gradebook-table/StudentCell/index.d.ts.map +1 -1
  666. package/lib/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  667. package/lib/components/Gradebook/gradebook-table/StudentCell/index.stories.d.ts.map +1 -1
  668. package/lib/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  669. package/lib/components/Gradebook/index.d.ts +4 -3
  670. package/lib/components/Gradebook/index.d.ts.map +1 -1
  671. package/lib/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  672. package/lib/components/Gradebook/storybook/decorators.d.ts +10 -2
  673. package/lib/components/Gradebook/storybook/decorators.d.ts.map +1 -1
  674. package/lib/components/Gradebook/storybook/decorators.js +20 -20
  675. package/lib/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  676. package/lib/components/Gradebook/toolbar/SettingsTray/index.d.ts +8 -3
  677. package/lib/components/Gradebook/toolbar/SettingsTray/index.d.ts.map +1 -1
  678. package/lib/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  679. package/lib/components/Gradebook/toolbar/SettingsTray/index.stories.d.ts.map +1 -1
  680. package/lib/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  681. package/lib/translated/ar/components/Gradebook/GradebookApp.js +1 -5
  682. package/lib/translated/ar/components/Gradebook/GradebookApp.stories.js +1 -45
  683. package/lib/translated/ar/components/Gradebook/__tests__/index.test.js +4 -59
  684. package/lib/translated/ar/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  685. package/lib/translated/ar/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  686. package/lib/translated/ar/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  687. package/lib/translated/ar/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  688. package/lib/translated/ar/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  689. package/lib/translated/ar/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  690. package/lib/translated/ar/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  691. package/lib/translated/ar/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  692. package/lib/translated/ar/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  693. package/lib/translated/ar/components/Gradebook/storybook/decorators.js +20 -20
  694. package/lib/translated/ar/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  695. package/lib/translated/ar/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  696. package/lib/translated/ar/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  697. package/lib/translated/ca/components/Gradebook/GradebookApp.js +1 -5
  698. package/lib/translated/ca/components/Gradebook/GradebookApp.stories.js +1 -45
  699. package/lib/translated/ca/components/Gradebook/__tests__/index.test.js +4 -59
  700. package/lib/translated/ca/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  701. package/lib/translated/ca/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  702. package/lib/translated/ca/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  703. package/lib/translated/ca/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  704. package/lib/translated/ca/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  705. package/lib/translated/ca/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  706. package/lib/translated/ca/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  707. package/lib/translated/ca/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  708. package/lib/translated/ca/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  709. package/lib/translated/ca/components/Gradebook/storybook/decorators.js +20 -20
  710. package/lib/translated/ca/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  711. package/lib/translated/ca/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  712. package/lib/translated/ca/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  713. package/lib/translated/cy/components/Gradebook/GradebookApp.js +1 -5
  714. package/lib/translated/cy/components/Gradebook/GradebookApp.stories.js +1 -45
  715. package/lib/translated/cy/components/Gradebook/__tests__/index.test.js +4 -59
  716. package/lib/translated/cy/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  717. package/lib/translated/cy/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  718. package/lib/translated/cy/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  719. package/lib/translated/cy/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  720. package/lib/translated/cy/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  721. package/lib/translated/cy/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  722. package/lib/translated/cy/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  723. package/lib/translated/cy/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  724. package/lib/translated/cy/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  725. package/lib/translated/cy/components/Gradebook/storybook/decorators.js +20 -20
  726. package/lib/translated/cy/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  727. package/lib/translated/cy/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  728. package/lib/translated/cy/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  729. package/lib/translated/da/components/Gradebook/GradebookApp.js +1 -5
  730. package/lib/translated/da/components/Gradebook/GradebookApp.stories.js +1 -45
  731. package/lib/translated/da/components/Gradebook/__tests__/index.test.js +4 -59
  732. package/lib/translated/da/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  733. package/lib/translated/da/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  734. package/lib/translated/da/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  735. package/lib/translated/da/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  736. package/lib/translated/da/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  737. package/lib/translated/da/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  738. package/lib/translated/da/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  739. package/lib/translated/da/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  740. package/lib/translated/da/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  741. package/lib/translated/da/components/Gradebook/storybook/decorators.js +20 -20
  742. package/lib/translated/da/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  743. package/lib/translated/da/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  744. package/lib/translated/da/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  745. package/lib/translated/da-x-k12/components/Gradebook/GradebookApp.js +1 -5
  746. package/lib/translated/da-x-k12/components/Gradebook/GradebookApp.stories.js +1 -45
  747. package/lib/translated/da-x-k12/components/Gradebook/__tests__/index.test.js +4 -59
  748. package/lib/translated/da-x-k12/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  749. package/lib/translated/da-x-k12/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  750. package/lib/translated/da-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  751. package/lib/translated/da-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  752. package/lib/translated/da-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  753. package/lib/translated/da-x-k12/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  754. package/lib/translated/da-x-k12/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  755. package/lib/translated/da-x-k12/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  756. package/lib/translated/da-x-k12/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  757. package/lib/translated/da-x-k12/components/Gradebook/storybook/decorators.js +20 -20
  758. package/lib/translated/da-x-k12/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  759. package/lib/translated/da-x-k12/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  760. package/lib/translated/da-x-k12/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  761. package/lib/translated/de/components/Gradebook/GradebookApp.js +1 -5
  762. package/lib/translated/de/components/Gradebook/GradebookApp.stories.js +1 -45
  763. package/lib/translated/de/components/Gradebook/__tests__/index.test.js +4 -59
  764. package/lib/translated/de/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  765. package/lib/translated/de/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  766. package/lib/translated/de/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  767. package/lib/translated/de/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  768. package/lib/translated/de/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  769. package/lib/translated/de/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  770. package/lib/translated/de/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  771. package/lib/translated/de/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  772. package/lib/translated/de/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  773. package/lib/translated/de/components/Gradebook/storybook/decorators.js +20 -20
  774. package/lib/translated/de/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  775. package/lib/translated/de/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  776. package/lib/translated/de/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  777. package/lib/translated/en/components/Gradebook/GradebookApp.js +1 -5
  778. package/lib/translated/en/components/Gradebook/GradebookApp.stories.js +1 -45
  779. package/lib/translated/en/components/Gradebook/__tests__/index.test.js +4 -59
  780. package/lib/translated/en/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  781. package/lib/translated/en/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  782. package/lib/translated/en/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  783. package/lib/translated/en/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  784. package/lib/translated/en/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  785. package/lib/translated/en/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  786. package/lib/translated/en/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  787. package/lib/translated/en/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  788. package/lib/translated/en/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  789. package/lib/translated/en/components/Gradebook/storybook/decorators.js +20 -20
  790. package/lib/translated/en/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  791. package/lib/translated/en/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  792. package/lib/translated/en/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  793. package/lib/translated/en-AU/components/Gradebook/GradebookApp.js +1 -5
  794. package/lib/translated/en-AU/components/Gradebook/GradebookApp.stories.js +1 -45
  795. package/lib/translated/en-AU/components/Gradebook/__tests__/index.test.js +4 -59
  796. package/lib/translated/en-AU/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  797. package/lib/translated/en-AU/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  798. package/lib/translated/en-AU/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  799. package/lib/translated/en-AU/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  800. package/lib/translated/en-AU/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  801. package/lib/translated/en-AU/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  802. package/lib/translated/en-AU/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  803. package/lib/translated/en-AU/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  804. package/lib/translated/en-AU/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  805. package/lib/translated/en-AU/components/Gradebook/storybook/decorators.js +20 -20
  806. package/lib/translated/en-AU/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  807. package/lib/translated/en-AU/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  808. package/lib/translated/en-AU/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  809. package/lib/translated/en-AU-x-unimelb/components/Gradebook/GradebookApp.js +1 -5
  810. package/lib/translated/en-AU-x-unimelb/components/Gradebook/GradebookApp.stories.js +1 -45
  811. package/lib/translated/en-AU-x-unimelb/components/Gradebook/__tests__/index.test.js +4 -59
  812. package/lib/translated/en-AU-x-unimelb/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  813. package/lib/translated/en-AU-x-unimelb/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  814. package/lib/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  815. package/lib/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  816. package/lib/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  817. package/lib/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  818. package/lib/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  819. package/lib/translated/en-AU-x-unimelb/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  820. package/lib/translated/en-AU-x-unimelb/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  821. package/lib/translated/en-AU-x-unimelb/components/Gradebook/storybook/decorators.js +20 -20
  822. package/lib/translated/en-AU-x-unimelb/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  823. package/lib/translated/en-AU-x-unimelb/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  824. package/lib/translated/en-AU-x-unimelb/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  825. package/lib/translated/en-CA/components/Gradebook/GradebookApp.js +1 -5
  826. package/lib/translated/en-CA/components/Gradebook/GradebookApp.stories.js +1 -45
  827. package/lib/translated/en-CA/components/Gradebook/__tests__/index.test.js +4 -59
  828. package/lib/translated/en-CA/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  829. package/lib/translated/en-CA/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  830. package/lib/translated/en-CA/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  831. package/lib/translated/en-CA/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  832. package/lib/translated/en-CA/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  833. package/lib/translated/en-CA/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  834. package/lib/translated/en-CA/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  835. package/lib/translated/en-CA/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  836. package/lib/translated/en-CA/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  837. package/lib/translated/en-CA/components/Gradebook/storybook/decorators.js +20 -20
  838. package/lib/translated/en-CA/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  839. package/lib/translated/en-CA/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  840. package/lib/translated/en-CA/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  841. package/lib/translated/en-CY/components/Gradebook/GradebookApp.js +1 -5
  842. package/lib/translated/en-CY/components/Gradebook/GradebookApp.stories.js +1 -45
  843. package/lib/translated/en-CY/components/Gradebook/__tests__/index.test.js +4 -59
  844. package/lib/translated/en-CY/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  845. package/lib/translated/en-CY/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  846. package/lib/translated/en-CY/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  847. package/lib/translated/en-CY/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  848. package/lib/translated/en-CY/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  849. package/lib/translated/en-CY/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  850. package/lib/translated/en-CY/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  851. package/lib/translated/en-CY/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  852. package/lib/translated/en-CY/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  853. package/lib/translated/en-CY/components/Gradebook/storybook/decorators.js +20 -20
  854. package/lib/translated/en-CY/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  855. package/lib/translated/en-CY/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  856. package/lib/translated/en-CY/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  857. package/lib/translated/en-GB/components/Gradebook/GradebookApp.js +1 -5
  858. package/lib/translated/en-GB/components/Gradebook/GradebookApp.stories.js +1 -45
  859. package/lib/translated/en-GB/components/Gradebook/__tests__/index.test.js +4 -59
  860. package/lib/translated/en-GB/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  861. package/lib/translated/en-GB/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  862. package/lib/translated/en-GB/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  863. package/lib/translated/en-GB/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  864. package/lib/translated/en-GB/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  865. package/lib/translated/en-GB/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  866. package/lib/translated/en-GB/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  867. package/lib/translated/en-GB/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  868. package/lib/translated/en-GB/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  869. package/lib/translated/en-GB/components/Gradebook/storybook/decorators.js +20 -20
  870. package/lib/translated/en-GB/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  871. package/lib/translated/en-GB/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  872. package/lib/translated/en-GB/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  873. package/lib/translated/en-GB-x-ukhe/components/Gradebook/GradebookApp.js +1 -5
  874. package/lib/translated/en-GB-x-ukhe/components/Gradebook/GradebookApp.stories.js +1 -45
  875. package/lib/translated/en-GB-x-ukhe/components/Gradebook/__tests__/index.test.js +4 -59
  876. package/lib/translated/en-GB-x-ukhe/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  877. package/lib/translated/en-GB-x-ukhe/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  878. package/lib/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  879. package/lib/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  880. package/lib/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  881. package/lib/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  882. package/lib/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  883. package/lib/translated/en-GB-x-ukhe/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  884. package/lib/translated/en-GB-x-ukhe/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  885. package/lib/translated/en-GB-x-ukhe/components/Gradebook/storybook/decorators.js +20 -20
  886. package/lib/translated/en-GB-x-ukhe/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  887. package/lib/translated/en-GB-x-ukhe/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  888. package/lib/translated/en-GB-x-ukhe/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  889. package/lib/translated/en-IE/components/Gradebook/GradebookApp.js +1 -5
  890. package/lib/translated/en-IE/components/Gradebook/GradebookApp.stories.js +1 -45
  891. package/lib/translated/en-IE/components/Gradebook/__tests__/index.test.js +4 -59
  892. package/lib/translated/en-IE/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  893. package/lib/translated/en-IE/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  894. package/lib/translated/en-IE/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  895. package/lib/translated/en-IE/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  896. package/lib/translated/en-IE/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  897. package/lib/translated/en-IE/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  898. package/lib/translated/en-IE/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  899. package/lib/translated/en-IE/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  900. package/lib/translated/en-IE/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  901. package/lib/translated/en-IE/components/Gradebook/storybook/decorators.js +20 -20
  902. package/lib/translated/en-IE/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  903. package/lib/translated/en-IE/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  904. package/lib/translated/en-IE/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  905. package/lib/translated/es/components/Gradebook/GradebookApp.js +1 -5
  906. package/lib/translated/es/components/Gradebook/GradebookApp.stories.js +1 -45
  907. package/lib/translated/es/components/Gradebook/__tests__/index.test.js +4 -59
  908. package/lib/translated/es/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  909. package/lib/translated/es/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  910. package/lib/translated/es/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  911. package/lib/translated/es/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  912. package/lib/translated/es/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  913. package/lib/translated/es/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  914. package/lib/translated/es/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  915. package/lib/translated/es/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  916. package/lib/translated/es/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  917. package/lib/translated/es/components/Gradebook/storybook/decorators.js +20 -20
  918. package/lib/translated/es/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  919. package/lib/translated/es/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  920. package/lib/translated/es/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  921. package/lib/translated/es-ES/components/Gradebook/GradebookApp.js +1 -5
  922. package/lib/translated/es-ES/components/Gradebook/GradebookApp.stories.js +1 -45
  923. package/lib/translated/es-ES/components/Gradebook/__tests__/index.test.js +4 -59
  924. package/lib/translated/es-ES/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  925. package/lib/translated/es-ES/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  926. package/lib/translated/es-ES/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  927. package/lib/translated/es-ES/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  928. package/lib/translated/es-ES/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  929. package/lib/translated/es-ES/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  930. package/lib/translated/es-ES/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  931. package/lib/translated/es-ES/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  932. package/lib/translated/es-ES/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  933. package/lib/translated/es-ES/components/Gradebook/storybook/decorators.js +20 -20
  934. package/lib/translated/es-ES/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  935. package/lib/translated/es-ES/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  936. package/lib/translated/es-ES/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  937. package/lib/translated/es_ES/components/Gradebook/GradebookApp.js +1 -5
  938. package/lib/translated/es_ES/components/Gradebook/GradebookApp.stories.js +1 -45
  939. package/lib/translated/es_ES/components/Gradebook/__tests__/index.test.js +4 -59
  940. package/lib/translated/es_ES/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  941. package/lib/translated/es_ES/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  942. package/lib/translated/es_ES/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  943. package/lib/translated/es_ES/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  944. package/lib/translated/es_ES/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  945. package/lib/translated/es_ES/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  946. package/lib/translated/es_ES/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  947. package/lib/translated/es_ES/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  948. package/lib/translated/es_ES/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  949. package/lib/translated/es_ES/components/Gradebook/storybook/decorators.js +20 -20
  950. package/lib/translated/es_ES/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  951. package/lib/translated/es_ES/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  952. package/lib/translated/es_ES/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  953. package/lib/translated/fi/components/Gradebook/GradebookApp.js +1 -5
  954. package/lib/translated/fi/components/Gradebook/GradebookApp.stories.js +1 -45
  955. package/lib/translated/fi/components/Gradebook/__tests__/index.test.js +4 -59
  956. package/lib/translated/fi/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  957. package/lib/translated/fi/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  958. package/lib/translated/fi/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  959. package/lib/translated/fi/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  960. package/lib/translated/fi/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  961. package/lib/translated/fi/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  962. package/lib/translated/fi/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  963. package/lib/translated/fi/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  964. package/lib/translated/fi/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  965. package/lib/translated/fi/components/Gradebook/storybook/decorators.js +20 -20
  966. package/lib/translated/fi/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  967. package/lib/translated/fi/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  968. package/lib/translated/fi/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  969. package/lib/translated/fr/components/Gradebook/GradebookApp.js +1 -5
  970. package/lib/translated/fr/components/Gradebook/GradebookApp.stories.js +1 -45
  971. package/lib/translated/fr/components/Gradebook/__tests__/index.test.js +4 -59
  972. package/lib/translated/fr/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  973. package/lib/translated/fr/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  974. package/lib/translated/fr/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  975. package/lib/translated/fr/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  976. package/lib/translated/fr/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  977. package/lib/translated/fr/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  978. package/lib/translated/fr/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  979. package/lib/translated/fr/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  980. package/lib/translated/fr/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  981. package/lib/translated/fr/components/Gradebook/storybook/decorators.js +20 -20
  982. package/lib/translated/fr/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  983. package/lib/translated/fr/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  984. package/lib/translated/fr/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  985. package/lib/translated/fr-CA/components/Gradebook/GradebookApp.js +1 -5
  986. package/lib/translated/fr-CA/components/Gradebook/GradebookApp.stories.js +1 -45
  987. package/lib/translated/fr-CA/components/Gradebook/__tests__/index.test.js +4 -59
  988. package/lib/translated/fr-CA/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  989. package/lib/translated/fr-CA/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  990. package/lib/translated/fr-CA/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  991. package/lib/translated/fr-CA/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  992. package/lib/translated/fr-CA/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  993. package/lib/translated/fr-CA/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  994. package/lib/translated/fr-CA/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  995. package/lib/translated/fr-CA/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  996. package/lib/translated/fr-CA/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  997. package/lib/translated/fr-CA/components/Gradebook/storybook/decorators.js +20 -20
  998. package/lib/translated/fr-CA/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  999. package/lib/translated/fr-CA/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1000. package/lib/translated/fr-CA/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1001. package/lib/translated/ht/components/Gradebook/GradebookApp.js +1 -5
  1002. package/lib/translated/ht/components/Gradebook/GradebookApp.stories.js +1 -45
  1003. package/lib/translated/ht/components/Gradebook/__tests__/index.test.js +4 -59
  1004. package/lib/translated/ht/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1005. package/lib/translated/ht/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1006. package/lib/translated/ht/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1007. package/lib/translated/ht/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1008. package/lib/translated/ht/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1009. package/lib/translated/ht/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1010. package/lib/translated/ht/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1011. package/lib/translated/ht/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1012. package/lib/translated/ht/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1013. package/lib/translated/ht/components/Gradebook/storybook/decorators.js +20 -20
  1014. package/lib/translated/ht/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1015. package/lib/translated/ht/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1016. package/lib/translated/ht/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1017. package/lib/translated/is/components/Gradebook/GradebookApp.js +1 -5
  1018. package/lib/translated/is/components/Gradebook/GradebookApp.stories.js +1 -45
  1019. package/lib/translated/is/components/Gradebook/__tests__/index.test.js +4 -59
  1020. package/lib/translated/is/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1021. package/lib/translated/is/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1022. package/lib/translated/is/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1023. package/lib/translated/is/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1024. package/lib/translated/is/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1025. package/lib/translated/is/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1026. package/lib/translated/is/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1027. package/lib/translated/is/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1028. package/lib/translated/is/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1029. package/lib/translated/is/components/Gradebook/storybook/decorators.js +20 -20
  1030. package/lib/translated/is/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1031. package/lib/translated/is/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1032. package/lib/translated/is/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1033. package/lib/translated/it/components/Gradebook/GradebookApp.js +1 -5
  1034. package/lib/translated/it/components/Gradebook/GradebookApp.stories.js +1 -45
  1035. package/lib/translated/it/components/Gradebook/__tests__/index.test.js +4 -59
  1036. package/lib/translated/it/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1037. package/lib/translated/it/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1038. package/lib/translated/it/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1039. package/lib/translated/it/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1040. package/lib/translated/it/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1041. package/lib/translated/it/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1042. package/lib/translated/it/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1043. package/lib/translated/it/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1044. package/lib/translated/it/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1045. package/lib/translated/it/components/Gradebook/storybook/decorators.js +20 -20
  1046. package/lib/translated/it/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1047. package/lib/translated/it/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1048. package/lib/translated/it/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1049. package/lib/translated/ja/components/Gradebook/GradebookApp.js +1 -5
  1050. package/lib/translated/ja/components/Gradebook/GradebookApp.stories.js +1 -45
  1051. package/lib/translated/ja/components/Gradebook/__tests__/index.test.js +4 -59
  1052. package/lib/translated/ja/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1053. package/lib/translated/ja/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1054. package/lib/translated/ja/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1055. package/lib/translated/ja/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1056. package/lib/translated/ja/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1057. package/lib/translated/ja/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1058. package/lib/translated/ja/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1059. package/lib/translated/ja/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1060. package/lib/translated/ja/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1061. package/lib/translated/ja/components/Gradebook/storybook/decorators.js +20 -20
  1062. package/lib/translated/ja/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1063. package/lib/translated/ja/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1064. package/lib/translated/ja/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1065. package/lib/translated/mi/components/Gradebook/GradebookApp.js +1 -5
  1066. package/lib/translated/mi/components/Gradebook/GradebookApp.stories.js +1 -45
  1067. package/lib/translated/mi/components/Gradebook/__tests__/index.test.js +4 -59
  1068. package/lib/translated/mi/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1069. package/lib/translated/mi/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1070. package/lib/translated/mi/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1071. package/lib/translated/mi/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1072. package/lib/translated/mi/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1073. package/lib/translated/mi/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1074. package/lib/translated/mi/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1075. package/lib/translated/mi/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1076. package/lib/translated/mi/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1077. package/lib/translated/mi/components/Gradebook/storybook/decorators.js +20 -20
  1078. package/lib/translated/mi/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1079. package/lib/translated/mi/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1080. package/lib/translated/mi/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1081. package/lib/translated/nb/components/Gradebook/GradebookApp.js +1 -5
  1082. package/lib/translated/nb/components/Gradebook/GradebookApp.stories.js +1 -45
  1083. package/lib/translated/nb/components/Gradebook/__tests__/index.test.js +4 -59
  1084. package/lib/translated/nb/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1085. package/lib/translated/nb/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1086. package/lib/translated/nb/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1087. package/lib/translated/nb/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1088. package/lib/translated/nb/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1089. package/lib/translated/nb/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1090. package/lib/translated/nb/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1091. package/lib/translated/nb/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1092. package/lib/translated/nb/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1093. package/lib/translated/nb/components/Gradebook/storybook/decorators.js +20 -20
  1094. package/lib/translated/nb/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1095. package/lib/translated/nb/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1096. package/lib/translated/nb/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1097. package/lib/translated/nb-x-k12/components/Gradebook/GradebookApp.js +1 -5
  1098. package/lib/translated/nb-x-k12/components/Gradebook/GradebookApp.stories.js +1 -45
  1099. package/lib/translated/nb-x-k12/components/Gradebook/__tests__/index.test.js +4 -59
  1100. package/lib/translated/nb-x-k12/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1101. package/lib/translated/nb-x-k12/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1102. package/lib/translated/nb-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1103. package/lib/translated/nb-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1104. package/lib/translated/nb-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1105. package/lib/translated/nb-x-k12/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1106. package/lib/translated/nb-x-k12/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1107. package/lib/translated/nb-x-k12/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1108. package/lib/translated/nb-x-k12/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1109. package/lib/translated/nb-x-k12/components/Gradebook/storybook/decorators.js +20 -20
  1110. package/lib/translated/nb-x-k12/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1111. package/lib/translated/nb-x-k12/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1112. package/lib/translated/nb-x-k12/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1113. package/lib/translated/nl/components/Gradebook/GradebookApp.js +1 -5
  1114. package/lib/translated/nl/components/Gradebook/GradebookApp.stories.js +1 -45
  1115. package/lib/translated/nl/components/Gradebook/__tests__/index.test.js +4 -59
  1116. package/lib/translated/nl/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1117. package/lib/translated/nl/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1118. package/lib/translated/nl/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1119. package/lib/translated/nl/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1120. package/lib/translated/nl/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1121. package/lib/translated/nl/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1122. package/lib/translated/nl/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1123. package/lib/translated/nl/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1124. package/lib/translated/nl/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1125. package/lib/translated/nl/components/Gradebook/storybook/decorators.js +20 -20
  1126. package/lib/translated/nl/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1127. package/lib/translated/nl/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1128. package/lib/translated/nl/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1129. package/lib/translated/pl/components/Gradebook/GradebookApp.js +1 -5
  1130. package/lib/translated/pl/components/Gradebook/GradebookApp.stories.js +1 -45
  1131. package/lib/translated/pl/components/Gradebook/__tests__/index.test.js +4 -59
  1132. package/lib/translated/pl/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1133. package/lib/translated/pl/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1134. package/lib/translated/pl/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1135. package/lib/translated/pl/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1136. package/lib/translated/pl/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1137. package/lib/translated/pl/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1138. package/lib/translated/pl/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1139. package/lib/translated/pl/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1140. package/lib/translated/pl/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1141. package/lib/translated/pl/components/Gradebook/storybook/decorators.js +20 -20
  1142. package/lib/translated/pl/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1143. package/lib/translated/pl/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1144. package/lib/translated/pl/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1145. package/lib/translated/pt/components/Gradebook/GradebookApp.js +1 -5
  1146. package/lib/translated/pt/components/Gradebook/GradebookApp.stories.js +1 -45
  1147. package/lib/translated/pt/components/Gradebook/__tests__/index.test.js +4 -59
  1148. package/lib/translated/pt/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1149. package/lib/translated/pt/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1150. package/lib/translated/pt/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1151. package/lib/translated/pt/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1152. package/lib/translated/pt/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1153. package/lib/translated/pt/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1154. package/lib/translated/pt/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1155. package/lib/translated/pt/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1156. package/lib/translated/pt/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1157. package/lib/translated/pt/components/Gradebook/storybook/decorators.js +20 -20
  1158. package/lib/translated/pt/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1159. package/lib/translated/pt/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1160. package/lib/translated/pt/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1161. package/lib/translated/pt-BR/components/Gradebook/GradebookApp.js +1 -5
  1162. package/lib/translated/pt-BR/components/Gradebook/GradebookApp.stories.js +1 -45
  1163. package/lib/translated/pt-BR/components/Gradebook/__tests__/index.test.js +4 -59
  1164. package/lib/translated/pt-BR/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1165. package/lib/translated/pt-BR/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1166. package/lib/translated/pt-BR/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1167. package/lib/translated/pt-BR/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1168. package/lib/translated/pt-BR/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1169. package/lib/translated/pt-BR/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1170. package/lib/translated/pt-BR/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1171. package/lib/translated/pt-BR/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1172. package/lib/translated/pt-BR/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1173. package/lib/translated/pt-BR/components/Gradebook/storybook/decorators.js +20 -20
  1174. package/lib/translated/pt-BR/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1175. package/lib/translated/pt-BR/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1176. package/lib/translated/pt-BR/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1177. package/lib/translated/ru/components/Gradebook/GradebookApp.js +1 -5
  1178. package/lib/translated/ru/components/Gradebook/GradebookApp.stories.js +1 -45
  1179. package/lib/translated/ru/components/Gradebook/__tests__/index.test.js +4 -59
  1180. package/lib/translated/ru/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1181. package/lib/translated/ru/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1182. package/lib/translated/ru/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1183. package/lib/translated/ru/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1184. package/lib/translated/ru/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1185. package/lib/translated/ru/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1186. package/lib/translated/ru/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1187. package/lib/translated/ru/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1188. package/lib/translated/ru/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1189. package/lib/translated/ru/components/Gradebook/storybook/decorators.js +20 -20
  1190. package/lib/translated/ru/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1191. package/lib/translated/ru/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1192. package/lib/translated/ru/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1193. package/lib/translated/sl/components/Gradebook/GradebookApp.js +1 -5
  1194. package/lib/translated/sl/components/Gradebook/GradebookApp.stories.js +1 -45
  1195. package/lib/translated/sl/components/Gradebook/__tests__/index.test.js +4 -59
  1196. package/lib/translated/sl/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1197. package/lib/translated/sl/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1198. package/lib/translated/sl/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1199. package/lib/translated/sl/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1200. package/lib/translated/sl/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1201. package/lib/translated/sl/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1202. package/lib/translated/sl/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1203. package/lib/translated/sl/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1204. package/lib/translated/sl/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1205. package/lib/translated/sl/components/Gradebook/storybook/decorators.js +20 -20
  1206. package/lib/translated/sl/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1207. package/lib/translated/sl/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1208. package/lib/translated/sl/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1209. package/lib/translated/sv/components/Gradebook/GradebookApp.js +1 -5
  1210. package/lib/translated/sv/components/Gradebook/GradebookApp.stories.js +1 -45
  1211. package/lib/translated/sv/components/Gradebook/__tests__/index.test.js +4 -59
  1212. package/lib/translated/sv/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1213. package/lib/translated/sv/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1214. package/lib/translated/sv/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1215. package/lib/translated/sv/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1216. package/lib/translated/sv/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1217. package/lib/translated/sv/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1218. package/lib/translated/sv/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1219. package/lib/translated/sv/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1220. package/lib/translated/sv/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1221. package/lib/translated/sv/components/Gradebook/storybook/decorators.js +20 -20
  1222. package/lib/translated/sv/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1223. package/lib/translated/sv/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1224. package/lib/translated/sv/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1225. package/lib/translated/sv-x-k12/components/Gradebook/GradebookApp.js +1 -5
  1226. package/lib/translated/sv-x-k12/components/Gradebook/GradebookApp.stories.js +1 -45
  1227. package/lib/translated/sv-x-k12/components/Gradebook/__tests__/index.test.js +4 -59
  1228. package/lib/translated/sv-x-k12/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1229. package/lib/translated/sv-x-k12/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1230. package/lib/translated/sv-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1231. package/lib/translated/sv-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1232. package/lib/translated/sv-x-k12/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1233. package/lib/translated/sv-x-k12/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1234. package/lib/translated/sv-x-k12/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1235. package/lib/translated/sv-x-k12/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1236. package/lib/translated/sv-x-k12/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1237. package/lib/translated/sv-x-k12/components/Gradebook/storybook/decorators.js +20 -20
  1238. package/lib/translated/sv-x-k12/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1239. package/lib/translated/sv-x-k12/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1240. package/lib/translated/sv-x-k12/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1241. package/lib/translated/th/components/Gradebook/GradebookApp.js +1 -5
  1242. package/lib/translated/th/components/Gradebook/GradebookApp.stories.js +1 -45
  1243. package/lib/translated/th/components/Gradebook/__tests__/index.test.js +4 -59
  1244. package/lib/translated/th/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1245. package/lib/translated/th/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1246. package/lib/translated/th/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1247. package/lib/translated/th/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1248. package/lib/translated/th/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1249. package/lib/translated/th/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1250. package/lib/translated/th/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1251. package/lib/translated/th/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1252. package/lib/translated/th/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1253. package/lib/translated/th/components/Gradebook/storybook/decorators.js +20 -20
  1254. package/lib/translated/th/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1255. package/lib/translated/th/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1256. package/lib/translated/th/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1257. package/lib/translated/vi/components/Gradebook/GradebookApp.js +1 -5
  1258. package/lib/translated/vi/components/Gradebook/GradebookApp.stories.js +1 -45
  1259. package/lib/translated/vi/components/Gradebook/__tests__/index.test.js +4 -59
  1260. package/lib/translated/vi/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1261. package/lib/translated/vi/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1262. package/lib/translated/vi/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1263. package/lib/translated/vi/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1264. package/lib/translated/vi/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1265. package/lib/translated/vi/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1266. package/lib/translated/vi/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1267. package/lib/translated/vi/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1268. package/lib/translated/vi/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1269. package/lib/translated/vi/components/Gradebook/storybook/decorators.js +20 -20
  1270. package/lib/translated/vi/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1271. package/lib/translated/vi/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1272. package/lib/translated/vi/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1273. package/lib/translated/zh-Hans/components/Gradebook/GradebookApp.js +1 -5
  1274. package/lib/translated/zh-Hans/components/Gradebook/GradebookApp.stories.js +1 -45
  1275. package/lib/translated/zh-Hans/components/Gradebook/__tests__/index.test.js +4 -59
  1276. package/lib/translated/zh-Hans/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1277. package/lib/translated/zh-Hans/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1278. package/lib/translated/zh-Hans/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1279. package/lib/translated/zh-Hans/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1280. package/lib/translated/zh-Hans/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1281. package/lib/translated/zh-Hans/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1282. package/lib/translated/zh-Hans/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1283. package/lib/translated/zh-Hans/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1284. package/lib/translated/zh-Hans/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1285. package/lib/translated/zh-Hans/components/Gradebook/storybook/decorators.js +20 -20
  1286. package/lib/translated/zh-Hans/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1287. package/lib/translated/zh-Hans/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1288. package/lib/translated/zh-Hans/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1289. package/lib/translated/zh-Hant/components/Gradebook/GradebookApp.js +1 -5
  1290. package/lib/translated/zh-Hant/components/Gradebook/GradebookApp.stories.js +1 -45
  1291. package/lib/translated/zh-Hant/components/Gradebook/__tests__/index.test.js +4 -59
  1292. package/lib/translated/zh-Hant/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.js +0 -1
  1293. package/lib/translated/zh-Hant/components/Gradebook/context/GradebookConfigContext/__tests__/GradebookConfigContext.test.js +27 -31
  1294. package/lib/translated/zh-Hant/components/Gradebook/gradebook-table/ScoreCellContent/__tests__/index.test.js +2 -2
  1295. package/lib/translated/zh-Hant/components/Gradebook/gradebook-table/ScoreCellContent/index.js +1 -2
  1296. package/lib/translated/zh-Hant/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.js +5 -0
  1297. package/lib/translated/zh-Hant/components/Gradebook/gradebook-table/StudentCell/__tests__/index.test.js +32 -72
  1298. package/lib/translated/zh-Hant/components/Gradebook/gradebook-table/StudentCell/index.js +4 -15
  1299. package/lib/translated/zh-Hant/components/Gradebook/gradebook-table/StudentCell/index.stories.js +22 -8
  1300. package/lib/translated/zh-Hant/components/Gradebook/popovers/StudentPopover/__tests__/index.test.js +1 -10
  1301. package/lib/translated/zh-Hant/components/Gradebook/storybook/decorators.js +20 -20
  1302. package/lib/translated/zh-Hant/components/Gradebook/toolbar/SettingsTray/__tests__/index.test.js +27 -49
  1303. package/lib/translated/zh-Hant/components/Gradebook/toolbar/SettingsTray/index.js +8 -11
  1304. package/lib/translated/zh-Hant/components/Gradebook/toolbar/SettingsTray/index.stories.js +4 -2
  1305. package/package.json +1 -1
@@ -1,7 +1,6 @@
1
1
  import React, { PropsWithChildren } from 'react';
2
2
  import { type Translations } from 'format-message';
3
3
  import { type GradebookConfig } from './context/GradebookConfigContext';
4
- import { type SaveSettingsResult } from './context/GradebookAppContext';
5
4
  interface I18nDisabledConfig {
6
5
  i18nEnabled: false;
7
6
  language?: never;
@@ -13,14 +12,10 @@ interface I18nEnabledConfig {
13
12
  resourceOverrides?: Translations;
14
13
  }
15
14
  export type TranslationConfig = I18nEnabledConfig | I18nDisabledConfig;
16
- export type { SaveSettingsResult };
17
- export interface GradebookAppProps<TSettings = object> {
18
- config: GradebookConfig<TSettings>;
19
- settings: {
20
- settings: TSettings;
21
- onSave: (settings: TSettings) => Promise<SaveSettingsResult>;
22
- };
15
+ export interface GradebookAppProps {
16
+ config: GradebookConfig;
23
17
  translations?: TranslationConfig;
24
18
  }
25
- export declare const GradebookApp: <TSettings extends object = object>({ config, settings, translations, children, }: PropsWithChildren<GradebookAppProps<TSettings>>) => React.JSX.Element | null;
19
+ export declare const GradebookApp: React.FC<PropsWithChildren<GradebookAppProps>>;
20
+ export {};
26
21
  //# sourceMappingURL=GradebookApp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GradebookApp.d.ts","sourceRoot":"","sources":["../../../src/components/Gradebook/GradebookApp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAuB,MAAM,OAAO,CAAA;AAErE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAClD,OAAO,EAA2B,KAAK,eAAe,EAAE,MAAM,kCAAkC,CAAA;AAChG,OAAO,EAAwB,KAAK,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AAE7F,UAAU,kBAAkB;IAC1B,WAAW,EAAE,KAAK,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAA;IAChB,iBAAiB,CAAC,EAAE,KAAK,CAAA;CAC1B;AAED,UAAU,iBAAiB;IACzB,WAAW,CAAC,EAAE,IAAI,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,iBAAiB,CAAC,EAAE,YAAY,CAAA;CACjC;AAED,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,GAAG,kBAAkB,CAAA;AAEtE,YAAY,EAAE,kBAAkB,EAAE,CAAA;AAElC,MAAM,WAAW,iBAAiB,CAAC,SAAS,GAAG,MAAM;IACnD,MAAM,EAAE,eAAe,CAAC,SAAS,CAAC,CAAA;IAClC,QAAQ,EAAE;QACR,QAAQ,EAAE,SAAS,CAAA;QACnB,MAAM,EAAE,CAAC,QAAQ,EAAE,SAAS,KAAK,OAAO,CAAC,kBAAkB,CAAC,CAAA;KAC7D,CAAA;IACD,YAAY,CAAC,EAAE,iBAAiB,CAAA;CACjC;AAED,eAAO,MAAM,YAAY,GAAI,SAAS,SAAS,MAAM,GAAG,MAAM,EAAE,+CAK7D,iBAAiB,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,6BAsBjD,CAAA"}
1
+ {"version":3,"file":"GradebookApp.d.ts","sourceRoot":"","sources":["../../../src/components/Gradebook/GradebookApp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAuB,MAAM,OAAO,CAAA;AAErE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAClD,OAAO,EAA2B,KAAK,eAAe,EAAE,MAAM,kCAAkC,CAAA;AAEhG,UAAU,kBAAkB;IAC1B,WAAW,EAAE,KAAK,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAA;IAChB,iBAAiB,CAAC,EAAE,KAAK,CAAA;CAC1B;AAED,UAAU,iBAAiB;IACzB,WAAW,CAAC,EAAE,IAAI,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,iBAAiB,CAAC,EAAE,YAAY,CAAA;CACjC;AAED,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,GAAG,kBAAkB,CAAA;AAEtE,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,eAAe,CAAA;IACvB,YAAY,CAAC,EAAE,iBAAiB,CAAA;CACjC;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAwBvE,CAAA"}
@@ -10,10 +10,8 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
10
10
  var _react = _interopRequireWildcard(require("react"));
11
11
  var _i18n = require("../../i18n/i18n.js");
12
12
  var _index = require("./context/GradebookConfigContext/index.js");
13
- var _index2 = require("./context/GradebookAppContext/index.js");
14
13
  var GradebookApp = exports.GradebookApp = function GradebookApp(_ref) {
15
14
  var config = _ref.config,
16
- settings = _ref.settings,
17
15
  _ref$translations = _ref.translations,
18
16
  translations = _ref$translations === void 0 ? {
19
17
  language: 'en',
@@ -38,7 +36,5 @@ var GradebookApp = exports.GradebookApp = function GradebookApp(_ref) {
38
36
  }
39
37
  return /*#__PURE__*/_react.default.createElement(_index.GradebookConfigProvider, {
40
38
  config: config
41
- }, /*#__PURE__*/_react.default.createElement(_index2.GradebookAppProvider, {
42
- settings: settings
43
- }, children || /*#__PURE__*/_react.default.createElement("div", null, "GradebookAppRoot")));
39
+ }, children || /*#__PURE__*/_react.default.createElement("div", null, "GradebookAppRoot"));
44
40
  };
@@ -1,10 +1,7 @@
1
- import { GradebookApp, type GradebookAppProps } from './GradebookApp';
1
+ import { GradebookApp } from './GradebookApp';
2
2
  import type { Meta, StoryObj } from '@storybook/react';
3
- interface ExampleSettings {
4
- option1: boolean;
5
- }
6
- declare const meta: Meta<typeof GradebookApp<ExampleSettings>>;
3
+ declare const meta: Meta<typeof GradebookApp>;
7
4
  export default meta;
8
- type Story = StoryObj<GradebookAppProps<ExampleSettings>>;
5
+ type Story = StoryObj<typeof GradebookApp>;
9
6
  export declare const Default: Story;
10
7
  //# sourceMappingURL=GradebookApp.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GradebookApp.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Gradebook/GradebookApp.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAErE,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAMtD,UAAU,eAAe;IACvB,OAAO,EAAE,OAAO,CAAA;CACjB;AAED,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAAC,eAAe,CAAC,CAGpD,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC,CAAA;AAmEzD,eAAO,MAAM,OAAO,EAAE,KAUrB,CAAA"}
1
+ {"version":3,"file":"GradebookApp.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Gradebook/GradebookApp.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAGtD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAGnC,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAA;AAmD1C,eAAO,MAAM,OAAO,EAAE,KASrB,CAAA"}
@@ -1,59 +1,16 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
7
6
  exports.default = exports.Default = void 0;
8
- var _regenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/regenerator"));
9
- var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
10
- var _react = _interopRequireDefault(require("react"));
11
7
  var _GradebookApp = require("./GradebookApp.js");
12
- var _addonActions = require("@storybook/addon-actions");
13
- // Example minimal settings type
14
-
15
8
  var meta = {
16
9
  title: 'Gradebook/GradebookApp',
17
10
  component: _GradebookApp.GradebookApp
18
11
  };
19
12
  var _default = exports.default = meta;
20
- var defaultConfig = {
21
- components: {
22
- StudentPopover: function StudentPopover() {
23
- return /*#__PURE__*/_react.default.createElement("div", null, "Student Popover");
24
- },
25
- SettingsTrayContent: function SettingsTrayContent() {
26
- return /*#__PURE__*/_react.default.createElement("div", null, "Settings Content");
27
- }
28
- }
29
- };
30
- var defaultSettings = {
31
- settings: {
32
- option1: true
33
- },
34
- onSave: function () {
35
- var _onSave = (0, _asyncToGenerator2.default)(/*#__PURE__*/(0, _regenerator2.default)().m(function _callee(settings) {
36
- return (0, _regenerator2.default)().w(function (_context) {
37
- while (1) switch (_context.n) {
38
- case 0:
39
- (0, _addonActions.action)('onSave')(settings);
40
- _context.n = 1;
41
- return new Promise(function (resolve) {
42
- return setTimeout(resolve, 1000);
43
- });
44
- case 1:
45
- return _context.a(2, {
46
- success: true
47
- });
48
- }
49
- }, _callee);
50
- }));
51
- function onSave(_x) {
52
- return _onSave.apply(this, arguments);
53
- }
54
- return onSave;
55
- }()
56
- };
13
+ var defaultConfig = {};
57
14
  var resourceOverrides = {
58
15
  en: {
59
16
  'align_new_outcomes_2a2d3d48': 'Align new outcomes',
@@ -103,7 +60,6 @@ var resourceOverrides = {
103
60
  var Default = exports.Default = {
104
61
  args: {
105
62
  config: defaultConfig,
106
- settings: defaultSettings,
107
63
  translations: {
108
64
  language: 'en',
109
65
  resourceOverrides: resourceOverrides,
@@ -49,24 +49,7 @@ _globals.jest.mock("../context/GradebookAppContext", function () {
49
49
  });
50
50
  var mockSetupI18n = i18nModule.setupI18n;
51
51
  describe('GradebookApp', function () {
52
- var mockConfig = {
53
- components: {
54
- StudentPopover: function StudentPopover() {
55
- return /*#__PURE__*/_react.default.createElement("div", null, "Student Popover");
56
- },
57
- SettingsTrayContent: function SettingsTrayContent() {
58
- return /*#__PURE__*/_react.default.createElement("div", null, "Settings");
59
- }
60
- }
61
- };
62
- var mockSettingsData = {};
63
- var mockOnSave = _globals.jest.fn().mockResolvedValue({
64
- success: true
65
- });
66
- var mockSettings = {
67
- settings: mockSettingsData,
68
- onSave: mockOnSave
69
- };
52
+ var mockConfig = {};
70
53
  beforeEach(function () {
71
54
  _globals.jest.clearAllMocks();
72
55
  });
@@ -76,8 +59,7 @@ describe('GradebookApp', function () {
76
59
  while (1) switch (_context.n) {
77
60
  case 0:
78
61
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
79
- config: mockConfig,
80
- settings: mockSettings
62
+ config: mockConfig
81
63
  }));
82
64
 
83
65
  // Should call setupI18n with default language
@@ -96,7 +78,6 @@ describe('GradebookApp', function () {
96
78
  it('renders with i18n disabled', function () {
97
79
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
98
80
  config: mockConfig,
99
- settings: mockSettings,
100
81
  translations: {
101
82
  i18nEnabled: false
102
83
  }
@@ -114,7 +95,6 @@ describe('GradebookApp', function () {
114
95
  case 0:
115
96
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
116
97
  config: mockConfig,
117
- settings: mockSettings,
118
98
  translations: {
119
99
  language: 'es',
120
100
  i18nEnabled: true
@@ -142,7 +122,6 @@ describe('GradebookApp', function () {
142
122
  };
143
123
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
144
124
  config: mockConfig,
145
- settings: mockSettings,
146
125
  translations: {
147
126
  language: 'fr',
148
127
  i18nEnabled: true,
@@ -167,7 +146,6 @@ describe('GradebookApp', function () {
167
146
  case 0:
168
147
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
169
148
  config: mockConfig,
170
- settings: mockSettings,
171
149
  translations: {
172
150
  i18nEnabled: false
173
151
  }
@@ -184,7 +162,6 @@ describe('GradebookApp', function () {
184
162
  it('renders fallback content when no children provided', function () {
185
163
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
186
164
  config: mockConfig,
187
- settings: mockSettings,
188
165
  translations: {
189
166
  i18nEnabled: false
190
167
  }
@@ -196,7 +173,6 @@ describe('GradebookApp', function () {
196
173
  it('passes gradebookConfig to GradebookConfigProvider', function () {
197
174
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
198
175
  config: mockConfig,
199
- settings: mockSettings,
200
176
  translations: {
201
177
  i18nEnabled: false
202
178
  }
@@ -205,15 +181,10 @@ describe('GradebookApp', function () {
205
181
  (0, _globals.expect)(provider).toBeInTheDocument();
206
182
  var configData = provider.getAttribute('data-config');
207
183
  (0, _globals.expect)(configData).toBeTruthy();
208
- var parsedConfig = JSON.parse(configData);
209
- (0, _globals.expect)(parsedConfig).toMatchObject({
210
- components: _globals.expect.any(Object)
211
- });
212
184
  });
213
185
  it('wraps children with GradebookConfigProvider', function () {
214
186
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
215
187
  config: mockConfig,
216
- settings: mockSettings,
217
188
  translations: {
218
189
  i18nEnabled: false
219
190
  }
@@ -232,7 +203,6 @@ describe('GradebookApp', function () {
232
203
  case 0:
233
204
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
234
205
  config: mockConfig,
235
- settings: mockSettings,
236
206
  translations: {
237
207
  language: 'en',
238
208
  i18nEnabled: true
@@ -260,7 +230,6 @@ describe('GradebookApp', function () {
260
230
  case 0:
261
231
  _render = (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
262
232
  config: mockConfig,
263
- settings: mockSettings,
264
233
  translations: {
265
234
  language: 'en',
266
235
  i18nEnabled: true
@@ -270,7 +239,6 @@ describe('GradebookApp', function () {
270
239
  (0, _globals.expect)(mockSetupI18n).toHaveBeenCalledTimes(1);
271
240
  rerender(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
272
241
  config: mockConfig,
273
- settings: mockSettings,
274
242
  translations: {
275
243
  language: 'es',
276
244
  i18nEnabled: true
@@ -303,7 +271,6 @@ describe('GradebookApp', function () {
303
271
  };
304
272
  _render2 = (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
305
273
  config: mockConfig,
306
- settings: mockSettings,
307
274
  translations: {
308
275
  language: 'en',
309
276
  i18nEnabled: true,
@@ -313,7 +280,6 @@ describe('GradebookApp', function () {
313
280
  (0, _globals.expect)(mockSetupI18n).toHaveBeenCalledWith('en', overrides1);
314
281
  rerender(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
315
282
  config: mockConfig,
316
- settings: mockSettings,
317
283
  translations: {
318
284
  language: 'en',
319
285
  i18nEnabled: true,
@@ -333,7 +299,6 @@ describe('GradebookApp', function () {
333
299
  it('does not re-run setupI18n when i18nEnabled changes to false', function () {
334
300
  var _render3 = (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
335
301
  config: mockConfig,
336
- settings: mockSettings,
337
302
  translations: {
338
303
  language: 'en',
339
304
  i18nEnabled: true
@@ -343,7 +308,6 @@ describe('GradebookApp', function () {
343
308
  (0, _globals.expect)(mockSetupI18n).toHaveBeenCalledTimes(1);
344
309
  rerender(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
345
310
  config: mockConfig,
346
- settings: mockSettings,
347
311
  translations: {
348
312
  i18nEnabled: false
349
313
  }
@@ -354,29 +318,10 @@ describe('GradebookApp', function () {
354
318
  });
355
319
  });
356
320
  describe('Type Safety', function () {
357
- it('accepts gradebookConfig with custom settings type', function () {
358
- var customConfig = {
359
- components: {
360
- StudentPopover: function StudentPopover() {
361
- return /*#__PURE__*/_react.default.createElement("div", null, "Popover");
362
- },
363
- SettingsTrayContent: function SettingsTrayContent() {
364
- return /*#__PURE__*/_react.default.createElement("div", null, "Settings");
365
- }
366
- }
367
- };
368
- var customSettingsData = {
369
- customOption: true
370
- };
371
- var customOnSave = _globals.jest.fn().mockResolvedValue({
372
- success: true
373
- });
321
+ it('accepts gradebookConfig', function () {
322
+ var customConfig = {};
374
323
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_GradebookApp.GradebookApp, {
375
324
  config: customConfig,
376
- settings: {
377
- settings: customSettingsData,
378
- onSave: customOnSave
379
- },
380
325
  translations: {
381
326
  i18nEnabled: false
382
327
  }
@@ -1,19 +1,4 @@
1
- import { ComponentType } from 'react';
2
- import type { MasteryLevel, Student, StudentMasteryScores } from '../../../../types/gradebook';
3
- export interface StudentPopoverWrapperProps {
4
- studentName: string;
5
- student?: Student;
6
- courseId?: string;
7
- masteryScores?: StudentMasteryScores;
8
- }
9
- export interface SettingsTrayContentProps<TSettings> {
10
- settings: TSettings;
11
- onChange: (settings: TSettings) => void;
12
- }
13
- export interface GradebookComponents<TSettings = object> {
14
- StudentPopover: ComponentType<StudentPopoverWrapperProps>;
15
- SettingsTrayContent: ComponentType<SettingsTrayContentProps<TSettings>>;
16
- }
1
+ import type { MasteryLevel } from '../../../../types/gradebook';
17
2
  export type MasteryLevelOverrides = Partial<Record<MasteryLevel, {
18
3
  name: string;
19
4
  }>>;
@@ -21,9 +6,8 @@ export type MasteryLevelConfig = {
21
6
  availableLevels?: MasteryLevel[];
22
7
  masteryLevelOverrides?: MasteryLevelOverrides;
23
8
  };
24
- export interface GradebookConfig<TSettings = object> {
25
- components: GradebookComponents<TSettings>;
9
+ export interface GradebookConfig {
26
10
  masteryLevelConfig?: MasteryLevelConfig;
27
11
  }
28
- export declare const GradebookConfigContext: import("react").Context<GradebookConfig<any> | null>;
12
+ export declare const GradebookConfigContext: import("react").Context<GradebookConfig | null>;
29
13
  //# sourceMappingURL=GradebookConfigContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GradebookConfigContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,aAAa,EAAE,MAAM,OAAO,CAAA;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAEpF,MAAM,WAAW,0BAA0B;IACzC,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,oBAAoB,CAAA;CACrC;AAED,MAAM,WAAW,wBAAwB,CAAC,SAAS;IACjD,QAAQ,EAAE,SAAS,CAAA;IACnB,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,KAAK,IAAI,CAAA;CACxC;AAED,MAAM,WAAW,mBAAmB,CAAC,SAAS,GAAG,MAAM;IACrD,cAAc,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAA;IACzD,mBAAmB,EAAE,aAAa,CAAC,wBAAwB,CAAC,SAAS,CAAC,CAAC,CAAA;CACxE;AAED,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,MAAM,CAChD,YAAY,EACZ;IACE,IAAI,EAAE,MAAM,CAAA;CACb,CACF,CAAC,CAAA;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,eAAe,CAAC,EAAE,YAAY,EAAE,CAAA;IAChC,qBAAqB,CAAC,EAAE,qBAAqB,CAAA;CAC9C,CAAA;AAED,MAAM,WAAW,eAAe,CAAC,SAAS,GAAG,MAAM;IACjD,UAAU,EAAE,mBAAmB,CAAC,SAAS,CAAC,CAAA;IAC1C,kBAAkB,CAAC,EAAE,kBAAkB,CAAA;CACxC;AAGD,eAAO,MAAM,sBAAsB,sDAAmD,CAAA"}
1
+ {"version":3,"file":"GradebookConfigContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/context/GradebookConfigContext/GradebookConfigContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAErD,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,MAAM,CAChD,YAAY,EACZ;IACE,IAAI,EAAE,MAAM,CAAA;CACb,CACF,CAAC,CAAA;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,eAAe,CAAC,EAAE,YAAY,EAAE,CAAA;IAChC,qBAAqB,CAAC,EAAE,qBAAqB,CAAA;CAC9C,CAAA;AAED,MAAM,WAAW,eAAe;IAC9B,kBAAkB,CAAC,EAAE,kBAAkB,CAAA;CACxC;AAED,eAAO,MAAM,sBAAsB,iDAA8C,CAAA"}
@@ -5,5 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.GradebookConfigContext = void 0;
7
7
  var _react = require("react");
8
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
9
8
  var GradebookConfigContext = exports.GradebookConfigContext = /*#__PURE__*/(0, _react.createContext)(null);
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import { GradebookConfig } from './GradebookConfigContext';
3
- export interface GradebookConfigProviderProps<TSettings> {
3
+ export interface GradebookConfigProviderProps {
4
4
  children: React.ReactNode;
5
- config: GradebookConfig<TSettings>;
5
+ config: GradebookConfig;
6
6
  }
7
- export declare const GradebookConfigProvider: <TSettings>({ children, config, }: GradebookConfigProviderProps<TSettings>) => React.JSX.Element;
7
+ export declare const GradebookConfigProvider: React.FC<GradebookConfigProviderProps>;
8
8
  //# sourceMappingURL=GradebookConfigProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GradebookConfigProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/context/GradebookConfigContext/GradebookConfigProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,eAAe,EAA0B,MAAM,0BAA0B,CAAA;AAElF,MAAM,WAAW,4BAA4B,CAAC,SAAS;IACrD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,MAAM,EAAE,eAAe,CAAC,SAAS,CAAC,CAAA;CACnC;AAED,eAAO,MAAM,uBAAuB,GAAI,SAAS,EAAG,uBAGjD,4BAA4B,CAAC,SAAS,CAAC,sBAMzC,CAAA"}
1
+ {"version":3,"file":"GradebookConfigProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/context/GradebookConfigContext/GradebookConfigProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,eAAe,EAA0B,MAAM,0BAA0B,CAAA;AAElF,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,MAAM,EAAE,eAAe,CAAA;CACxB;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAS1E,CAAA"}
@@ -11,48 +11,44 @@ var TestConfigConsumer = function TestConfigConsumer() {
11
11
  var config = (0, _index.useGradebookConfig)();
12
12
  return /*#__PURE__*/_react.default.createElement("div", {
13
13
  "data-testid": "config-consumer"
14
- }, config.components.StudentPopover ? 'has-student-popover' : 'no-student-popover');
14
+ }, config.masteryLevelConfig ? 'has-mastery-config' : 'no-mastery-config');
15
15
  };
16
16
 
17
- // Test component that uses the components
18
- var TestComponentsConsumer = function TestComponentsConsumer() {
17
+ // Test component that uses the mastery level config
18
+ var TestMasteryLevelConsumer = function TestMasteryLevelConsumer() {
19
+ var _config$masteryLevelC, _config$masteryLevelC2;
19
20
  var config = (0, _index.useGradebookConfig)();
20
- var components = config.components;
21
- var componentCount = Object.keys(components).length;
21
+ var availableLevels = ((_config$masteryLevelC = config.masteryLevelConfig) === null || _config$masteryLevelC === void 0 ? void 0 : (_config$masteryLevelC2 = _config$masteryLevelC.availableLevels) === null || _config$masteryLevelC2 === void 0 ? void 0 : _config$masteryLevelC2.length) || 0;
22
22
  return /*#__PURE__*/_react.default.createElement("div", {
23
- "data-testid": "component-count"
24
- }, componentCount);
23
+ "data-testid": "mastery-level-count"
24
+ }, availableLevels);
25
25
  };
26
- var DEFAULT_CONFIG = {
27
- components: {
28
- StudentPopover: function StudentPopover() {
29
- return /*#__PURE__*/_react.default.createElement("div", null, "Mock StudentPopover");
30
- },
31
- SettingsTrayContent: function SettingsTrayContent() {
32
- return /*#__PURE__*/_react.default.createElement("div", null, "Settings Content");
33
- }
26
+ var DEFAULT_CONFIG = {};
27
+ var CONFIG_WITH_MASTERY = {
28
+ masteryLevelConfig: {
29
+ availableLevels: ['exceeds_mastery', 'mastery', 'near_mastery']
34
30
  }
35
31
  };
36
32
  describe('GradebookConfigContext', function () {
37
33
  describe('GradebookConfigProvider', function () {
38
34
  it('provides config to children', function () {
39
35
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_index.GradebookConfigProvider, {
40
- config: DEFAULT_CONFIG
36
+ config: CONFIG_WITH_MASTERY
41
37
  }, /*#__PURE__*/_react.default.createElement(TestConfigConsumer, null)));
42
- (0, _globals.expect)(_react2.screen.getByTestId('config-consumer')).toHaveTextContent('has-student-popover');
38
+ (0, _globals.expect)(_react2.screen.getByTestId('config-consumer')).toHaveTextContent('has-mastery-config');
43
39
  });
44
- it('requires components field', function () {
40
+ it('allows empty config', function () {
45
41
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_index.GradebookConfigProvider, {
46
42
  config: DEFAULT_CONFIG
47
43
  }, /*#__PURE__*/_react.default.createElement(TestConfigConsumer, null)));
48
44
  (0, _globals.expect)(_react2.screen.getByTestId('config-consumer')).toBeInTheDocument();
49
- (0, _globals.expect)(_react2.screen.getByTestId('config-consumer')).toHaveTextContent('has-student-popover');
45
+ (0, _globals.expect)(_react2.screen.getByTestId('config-consumer')).toHaveTextContent('no-mastery-config');
50
46
  });
51
- it('requires StudentPopover in components', function () {
47
+ it('provides mastery level config when specified', function () {
52
48
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_index.GradebookConfigProvider, {
53
- config: DEFAULT_CONFIG
54
- }, /*#__PURE__*/_react.default.createElement(TestComponentsConsumer, null)));
55
- (0, _globals.expect)(_react2.screen.getByTestId('component-count')).toHaveTextContent('2');
49
+ config: CONFIG_WITH_MASTERY
50
+ }, /*#__PURE__*/_react.default.createElement(TestMasteryLevelConsumer, null)));
51
+ (0, _globals.expect)(_react2.screen.getByTestId('mastery-level-count')).toHaveTextContent('3');
56
52
  });
57
53
  });
58
54
  describe('useGradebookConfig', function () {
@@ -66,24 +62,24 @@ describe('GradebookConfigContext', function () {
66
62
  });
67
63
  it('returns config when used inside provider', function () {
68
64
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_index.GradebookConfigProvider, {
69
- config: DEFAULT_CONFIG
65
+ config: CONFIG_WITH_MASTERY
70
66
  }, /*#__PURE__*/_react.default.createElement(TestConfigConsumer, null)));
71
- (0, _globals.expect)(_react2.screen.getByTestId('config-consumer')).toHaveTextContent('has-student-popover');
67
+ (0, _globals.expect)(_react2.screen.getByTestId('config-consumer')).toHaveTextContent('has-mastery-config');
72
68
  });
73
69
  });
74
- describe('components', function () {
70
+ describe('masteryLevelConfig', function () {
75
71
  it('throws error when used outside provider', function () {
76
72
  var consoleSpy = jest.spyOn(console, 'error').mockImplementation(function () {});
77
73
  (0, _globals.expect)(function () {
78
- (0, _react2.render)(/*#__PURE__*/_react.default.createElement(TestComponentsConsumer, null));
74
+ (0, _react2.render)(/*#__PURE__*/_react.default.createElement(TestMasteryLevelConsumer, null));
79
75
  }).toThrow('useGradebookConfig must be used within GradebookConfigProvider');
80
76
  consoleSpy.mockRestore();
81
77
  });
82
- it('returns components when provided', function () {
78
+ it('returns mastery level config when provided', function () {
83
79
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_index.GradebookConfigProvider, {
84
- config: DEFAULT_CONFIG
85
- }, /*#__PURE__*/_react.default.createElement(TestComponentsConsumer, null)));
86
- (0, _globals.expect)(_react2.screen.getByTestId('component-count')).toHaveTextContent('2');
80
+ config: CONFIG_WITH_MASTERY
81
+ }, /*#__PURE__*/_react.default.createElement(TestMasteryLevelConsumer, null)));
82
+ (0, _globals.expect)(_react2.screen.getByTestId('mastery-level-count')).toHaveTextContent('3');
87
83
  });
88
84
  });
89
85
  });
@@ -1,5 +1,5 @@
1
1
  export { GradebookConfigProvider } from './GradebookConfigProvider';
2
2
  export { useGradebookConfig } from './useGradebookConfig';
3
- export type { GradebookConfig, GradebookComponents, SettingsTrayContentProps, StudentPopoverWrapperProps } from './GradebookConfigContext';
3
+ export type { GradebookConfig, MasteryLevelConfig } from './GradebookConfigContext';
4
4
  export type { GradebookConfigProviderProps } from './GradebookConfigProvider';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/context/GradebookConfigContext/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAEzD,YAAY,EACV,eAAe,EACf,mBAAmB,EACnB,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,0BAA0B,CAAA;AACjC,YAAY,EAAE,4BAA4B,EAAE,MAAM,2BAA2B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/context/GradebookConfigContext/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAEzD,YAAY,EACV,eAAe,EACf,kBAAkB,EACnB,MAAM,0BAA0B,CAAA;AACjC,YAAY,EAAE,4BAA4B,EAAE,MAAM,2BAA2B,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import { GradebookConfig } from './GradebookConfigContext';
2
- export declare const useGradebookConfig: <TSettings>() => GradebookConfig<TSettings>;
2
+ export declare const useGradebookConfig: () => GradebookConfig;
3
3
  //# sourceMappingURL=useGradebookConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useGradebookConfig.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/context/GradebookConfigContext/useGradebookConfig.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAA0B,MAAM,0BAA0B,CAAA;AAElF,eAAO,MAAM,kBAAkB,GAAI,SAAS,OAAK,eAAe,CAAC,SAAS,CAMzE,CAAA"}
1
+ {"version":3,"file":"useGradebookConfig.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/context/GradebookConfigContext/useGradebookConfig.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAA0B,MAAM,0BAA0B,CAAA;AAElF,eAAO,MAAM,kBAAkB,QAAO,eAMrC,CAAA"}
@@ -82,12 +82,12 @@ describe('ScoreCellContent', function () {
82
82
  _react2.fireEvent.click(button);
83
83
  expect(onAction).toHaveBeenCalledTimes(1);
84
84
  });
85
- it('disables action button when onAction is undefined', function () {
85
+ it('does not show action button when onAction is undefined', function () {
86
86
  (0, _react2.render)(/*#__PURE__*/_react.default.createElement(_index.ScoreCellContent, Object.assign({}, defaultProps, {
87
87
  onAction: void 0,
88
88
  focus: true
89
89
  })));
90
- expect(_react2.screen.queryByTestId('score-cell-action-button')).toHaveAttribute('disabled');
90
+ expect(_react2.screen.queryByTestId('score-cell-action-button')).not.toBeInTheDocument();
91
91
  });
92
92
  });
93
93
  describe('scoreDisplayFormat', function () {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/gradebook-table/ScoreCellContent/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAI3D,OAAO,EAAkB,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAA;AAE3E,MAAM,MAAM,qBAAqB,GAAI,mBAAmB,GAAG;IACzD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAA;CACrC,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAqE5D,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/gradebook-table/ScoreCellContent/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAI3D,OAAO,EAAkB,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAA;AAE3E,MAAM,MAAM,qBAAqB,GAAI,mBAAmB,GAAG;IACzD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAA;CACrC,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAoE5D,CAAA"}
@@ -29,7 +29,7 @@ var ScoreCellContent = exports.ScoreCellContent = function ScoreCellContent(_ref
29
29
  hoverInternal = _useState2[0],
30
30
  setHoverInternal = _useState2[1];
31
31
  var hover = hoverControlled !== null && hoverControlled !== void 0 ? hoverControlled : hoverInternal;
32
- var showAction = focus || hover;
32
+ var showAction = onAction && (focus || hover);
33
33
  var handleMouseEnter = function handleMouseEnter() {
34
34
  if (hoverControlled === void 0) {
35
35
  setHoverInternal(true);
@@ -75,7 +75,6 @@ var ScoreCellContent = exports.ScoreCellContent = function ScoreCellContent(_ref
75
75
  renderIcon: /*#__PURE__*/_react.default.createElement(_uiIcons.IconExpandStartLine, null),
76
76
  screenReaderLabel: (0, _formatMessage.default)('View Contributing Score Details'),
77
77
  onClick: onAction,
78
- disabled: !onAction,
79
78
  "data-testid": "score-cell-action-button"
80
79
  })));
81
80
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAItD,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAUvC,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAE9C,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAQ1B,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAQ1B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAStB,CAAA;AAGD,eAAO,MAAM,eAAe,EAAE,KAU7B,CAAA"}
1
+ {"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Gradebook/gradebook-table/ScoreCellContent/index.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAItD,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAavC,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAE9C,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAQ1B,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAQ1B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAStB,CAAA;AAGD,eAAO,MAAM,eAAe,EAAE,KAU7B,CAAA"}
@@ -13,6 +13,11 @@ var _index = require("./index.js");
13
13
  var meta = {
14
14
  title: 'Gradebook/ScoreCellContent',
15
15
  component: _index.ScoreCellContent,
16
+ parameters: {
17
+ actions: {
18
+ argTypesRegex: ''
19
+ } // Disable auto-actions
20
+ },
16
21
  decorators: [function (Story) {
17
22
  return /*#__PURE__*/_react.default.createElement(_uiView.View, {
18
23
  width: "200px",