@nualang/nualang-ui-components 0.1.1368 → 0.1.1370

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.
@@ -393,7 +393,7 @@ function Topic({
393
393
  sectionId,
394
394
  topicId,
395
395
  filters: {
396
- returnvalues: "phrases"
396
+ includePhrases: "true"
397
397
  }
398
398
  }, {
399
399
  enabled: !!courseId && !!sectionId && !!topicId
@@ -152,7 +152,7 @@ function PhraseListSelection({
152
152
  topicId,
153
153
  filters: {
154
154
  limit: 1000,
155
- returnvalues: "phrases"
155
+ includePhrases: "true"
156
156
  }
157
157
  }, {
158
158
  enabled: !!courseId && !!sectionId && !!topicId && isExpanded
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nualang/nualang-ui-components",
3
- "version": "0.1.1368",
3
+ "version": "0.1.1370",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -101,7 +101,7 @@
101
101
  "@mui/system": "^7.0.2",
102
102
  "@mui/x-date-pickers": "^8.27.2",
103
103
  "@nualang/eslint-config-nualang": "0.2.0-alpha-5",
104
- "@nualang/nualang-api-and-queries": "^1.1.33",
104
+ "@nualang/nualang-api-and-queries": "^1.1.36",
105
105
  "@react-theming/storybook-addon": "^1.1.10",
106
106
  "@storybook/addon-docs": "^10.0.2",
107
107
  "@storybook/addon-links": "^10.0.2",