@digabi/exam-engine-core 23.14.3 → 23.14.4
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/__tests__/tsconfig.tsbuildinfo +1 -1
- package/dist/main-bundle.js +7 -7
- package/package.json +3 -3
- package/dist/components/context/AudioContext.d.ts +0 -9
- package/dist/components/context/AudioContext.d.ts.map +0 -1
- package/dist/components/context/AudioContext.js +0 -9
- package/dist/components/context/AudioContext.js.map +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-core",
|
3
|
-
"version": "23.14.
|
3
|
+
"version": "23.14.4",
|
4
4
|
"main": "dist/main-bundle.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"author": "Matriculation Examination Board, Finland",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"redux": "^5.0.1",
|
52
52
|
"redux-saga": "^1.2.3",
|
53
53
|
"redux-saga-test-plan": "^4.0.6",
|
54
|
-
"rich-text-editor": "8.
|
54
|
+
"rich-text-editor": "8.7.0",
|
55
55
|
"sanitize-html": "^2.0.0",
|
56
56
|
"typesafe-actions": "^5.1.0",
|
57
57
|
"utility-types": "^3.10.0",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"webpack-bundle-analyzer": "^4.1.0",
|
61
61
|
"webpack-cli": "^6.0.0"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "fbf877a5f5648a821bfc7bdb39b1e7047b4dde8e"
|
64
64
|
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
interface AudioContext {
|
3
|
-
bitRate?: number;
|
4
|
-
saveInterval?: number;
|
5
|
-
}
|
6
|
-
export declare const AudioContext: React.Context<AudioContext>;
|
7
|
-
export declare const withAudioContext: (Component: React.ComponentType<any>) => React.ComponentType<any>;
|
8
|
-
export {};
|
9
|
-
//# sourceMappingURL=AudioContext.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"AudioContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/AudioContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,UAAU,YAAY;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,eAAO,MAAM,YAAY,6BAAwD,CAAA;AAEjF,eAAO,MAAM,gBAAgB,mEAG1B,CAAA"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { getNumericAttribute } from '../../dom-utils';
|
3
|
-
import { withContext } from './withContext';
|
4
|
-
export const AudioContext = React.createContext({});
|
5
|
-
export const withAudioContext = withContext(AudioContext, ({ element }) => ({
|
6
|
-
bitRate: getNumericAttribute(element, 'bit-rate'),
|
7
|
-
saveInterval: getNumericAttribute(element, 'save-interval')
|
8
|
-
}));
|
9
|
-
//# sourceMappingURL=AudioContext.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"AudioContext.js","sourceRoot":"","sources":["../../../src/components/context/AudioContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAQ3C,MAAM,CAAC,MAAM,YAAY,GAAG,KAAK,CAAC,aAAa,CAAe,EAAkB,CAAC,CAAA;AAEjF,MAAM,CAAC,MAAM,gBAAgB,GAAG,WAAW,CAAmC,YAAY,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5G,OAAO,EAAE,mBAAmB,CAAC,OAAO,EAAE,UAAU,CAAC;IACjD,YAAY,EAAE,mBAAmB,CAAC,OAAO,EAAE,eAAe,CAAC;CAC5D,CAAC,CAAC,CAAA"}
|