@khanacademy/perseus-core 26.0.0 → 26.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data-schema.d.ts +12 -1
- package/dist/es/index.item-splitting.js.map +1 -1
- package/dist/es/index.js +3 -3
- package/dist/es/index.js.map +1 -1
- package/dist/feature-flags.d.ts +1 -1
- package/dist/index.item-splitting.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/utils/generators/interactive-graph-widget-generator.d.ts +1 -0
- package/package.json +1 -1
package/dist/feature-flags.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* export const PerseusFeatureFlags = [];
|
|
10
10
|
* 4. Also update the testing/feature-flags-util.ts for testing purpose
|
|
11
11
|
*/
|
|
12
|
-
declare const PerseusFeatureFlags: readonly ["new-radio-widget", "image-widget-upgrade-gif-controls", "image-widget-upgrade-scale", "interactive-graph-absolute-value", "interactive-graph-tangent", "interactive-graph-logarithm", "interactive-graph-exponent", "interactive-graph-vector"];
|
|
12
|
+
declare const PerseusFeatureFlags: readonly ["new-radio-widget", "image-widget-upgrade-gif-controls", "image-widget-upgrade-scale", "interactive-graph-absolute-value", "interactive-graph-tangent", "interactive-graph-logarithm", "interactive-graph-exponent", "interactive-graph-vector", "interactive-graph-not-scored"];
|
|
13
13
|
export default PerseusFeatureFlags;
|
|
14
14
|
/**
|
|
15
15
|
* Checks if a feature flag is enabled in the given props.
|