@instructure/quiz-core 20.35.2 → 20.35.3-rc.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/es/banks/components/AddToBankModal/index.js +0 -4
- package/es/banks/components/AddToBankModal/presenter.js +5 -109
- package/es/banks/components/BankEntry/presenter.js +0 -2
- package/es/building/api/items.js +0 -13
- package/es/building/api/stimuli.js +0 -13
- package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +4 -2
- package/es/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +0 -1
- package/es/common/components/layout/Page/styles.js +10 -1
- package/es/common/components/layout/Page/theme.js +5 -2
- package/es/common/components/resources/entry/EntrySave/index.js +1 -7
- package/es/common/components/resources/entry/EntrySave/presenter.js +27 -90
- package/es/common/components/resources/quiz/instructions/styles.js +9 -0
- package/es/common/components/resources/quiz/instructions/theme.js +3 -1
- package/es/common/components/resources/stimulus/StimulusEdit/presenter.js +0 -1
- package/lib/banks/components/AddToBankModal/index.js +0 -4
- package/lib/banks/components/AddToBankModal/presenter.js +5 -109
- package/lib/banks/components/BankEntry/presenter.js +0 -2
- package/lib/building/api/items.js +0 -14
- package/lib/building/api/stimuli.js +0 -14
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +4 -2
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +0 -1
- package/lib/common/components/layout/Page/styles.js +10 -1
- package/lib/common/components/layout/Page/theme.js +5 -2
- package/lib/common/components/resources/entry/EntrySave/index.js +1 -7
- package/lib/common/components/resources/entry/EntrySave/presenter.js +27 -90
- package/lib/common/components/resources/quiz/instructions/styles.js +9 -0
- package/lib/common/components/resources/quiz/instructions/theme.js +3 -1
- package/lib/common/components/resources/stimulus/StimulusEdit/presenter.js +0 -1
- package/package.json +31 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "20.35.
|
|
3
|
+
"version": "20.35.3-rc.1+b98dca470",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -10,6 +10,27 @@
|
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://gerrit.instructure.com/quizzes-ui.git"
|
|
12
12
|
},
|
|
13
|
+
"scripts": {
|
|
14
|
+
"clean": "ui-build --clean",
|
|
15
|
+
"build": "build-if-changed",
|
|
16
|
+
"build:all": "ui-build --modules es,cjs",
|
|
17
|
+
"build:watch": "ui-build --watch",
|
|
18
|
+
"extract": "extract-translations",
|
|
19
|
+
"lint": "ui-test --lint",
|
|
20
|
+
"lint:fix": "ui-test --lint --fix",
|
|
21
|
+
"eslint:fix": "eslint --fix .",
|
|
22
|
+
"prelint": "pnpm build",
|
|
23
|
+
"pretest": "pnpm build",
|
|
24
|
+
"test": "pnpm test:karma",
|
|
25
|
+
"test:karma": "ui-test",
|
|
26
|
+
"test:watch": "ui-test --watch",
|
|
27
|
+
"snyk:monitor": "snyk monitor",
|
|
28
|
+
"postbuild": "cp src/banks/components/noResults.svg lib/banks/components/; cp src/banks/components/noResults.svg es/banks/components/; pnpm postbuild:errorImage",
|
|
29
|
+
"postbuild:all": "pnpm postbuild",
|
|
30
|
+
"postbuild:errorImage": "cp src/reporting/components/resources/NewQuizAndItemAnalysis/downForRepair.svg es/reporting/components/resources/NewQuizAndItemAnalysis/; cp src/reporting/components/resources/NewQuizAndItemAnalysis/downForRepair.svg lib/reporting/components/resources/NewQuizAndItemAnalysis/",
|
|
31
|
+
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
32
|
+
"typecheck": "tsc --noEmit"
|
|
33
|
+
},
|
|
13
34
|
"keywords": [
|
|
14
35
|
"react",
|
|
15
36
|
"react-component",
|
|
@@ -25,11 +46,11 @@
|
|
|
25
46
|
"@instructure/emotion": "^8.56.3",
|
|
26
47
|
"@instructure/grading-utils": "^1.0.0",
|
|
27
48
|
"@instructure/outcomes-ui": "^3.2.2",
|
|
28
|
-
"@instructure/quiz-common": "^20.35.
|
|
29
|
-
"@instructure/quiz-i18n": "^20.35.
|
|
30
|
-
"@instructure/quiz-interactions": "^20.35.
|
|
31
|
-
"@instructure/quiz-number-input": "^20.35.
|
|
32
|
-
"@instructure/quiz-rce": "^20.35.
|
|
49
|
+
"@instructure/quiz-common": "^20.35.3-rc.1+b98dca470",
|
|
50
|
+
"@instructure/quiz-i18n": "^20.35.3-rc.1+b98dca470",
|
|
51
|
+
"@instructure/quiz-interactions": "^20.35.3-rc.1+b98dca470",
|
|
52
|
+
"@instructure/quiz-number-input": "^20.35.3-rc.1+b98dca470",
|
|
53
|
+
"@instructure/quiz-rce": "^20.35.3-rc.1+b98dca470",
|
|
33
54
|
"@instructure/ui-a11y-content": "^8.56.3",
|
|
34
55
|
"@instructure/ui-alerts": "^8.56.3",
|
|
35
56
|
"@instructure/ui-avatar": "^8.56.3",
|
|
@@ -93,7 +114,7 @@
|
|
|
93
114
|
"file-saver": "~2.0.5",
|
|
94
115
|
"humps": "^2.0.0",
|
|
95
116
|
"immutable": "^3.8.1",
|
|
96
|
-
"instructure-validations": "^20.35.
|
|
117
|
+
"instructure-validations": "^20.35.3-rc.1+b98dca470",
|
|
97
118
|
"ipaddr.js": "^1.5.4",
|
|
98
119
|
"isomorphic-fetch": "^2.2.0",
|
|
99
120
|
"isuuid": "^0.1.0",
|
|
@@ -142,7 +163,7 @@
|
|
|
142
163
|
"jquery": "^2.2.3",
|
|
143
164
|
"karma-junit-reporter": "^2.0.1",
|
|
144
165
|
"most-subject": "^5.3.0",
|
|
145
|
-
"quiz-presets": "^20.35.
|
|
166
|
+
"quiz-presets": "^20.35.3-rc.1+b98dca470",
|
|
146
167
|
"react": "^16.8.6",
|
|
147
168
|
"react-addons-test-utils": "^15.6.2",
|
|
148
169
|
"react-dom": "^16.8.6",
|
|
@@ -158,25 +179,5 @@
|
|
|
158
179
|
"publishConfig": {
|
|
159
180
|
"access": "public"
|
|
160
181
|
},
|
|
161
|
-
"
|
|
162
|
-
|
|
163
|
-
"build": "build-if-changed",
|
|
164
|
-
"build:all": "ui-build --modules es,cjs",
|
|
165
|
-
"build:watch": "ui-build --watch",
|
|
166
|
-
"extract": "extract-translations",
|
|
167
|
-
"lint": "ui-test --lint",
|
|
168
|
-
"lint:fix": "ui-test --lint --fix",
|
|
169
|
-
"eslint:fix": "eslint --fix .",
|
|
170
|
-
"prelint": "pnpm build",
|
|
171
|
-
"pretest": "pnpm build",
|
|
172
|
-
"test": "pnpm test:karma",
|
|
173
|
-
"test:karma": "ui-test",
|
|
174
|
-
"test:watch": "ui-test --watch",
|
|
175
|
-
"snyk:monitor": "snyk monitor",
|
|
176
|
-
"postbuild": "cp src/banks/components/noResults.svg lib/banks/components/; cp src/banks/components/noResults.svg es/banks/components/; pnpm postbuild:errorImage",
|
|
177
|
-
"postbuild:all": "pnpm postbuild",
|
|
178
|
-
"postbuild:errorImage": "cp src/reporting/components/resources/NewQuizAndItemAnalysis/downForRepair.svg es/reporting/components/resources/NewQuizAndItemAnalysis/; cp src/reporting/components/resources/NewQuizAndItemAnalysis/downForRepair.svg lib/reporting/components/resources/NewQuizAndItemAnalysis/",
|
|
179
|
-
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
180
|
-
"typecheck": "tsc --noEmit"
|
|
181
|
-
}
|
|
182
|
-
}
|
|
182
|
+
"gitHead": "b98dca470be400f10ac237010806e42789d83734"
|
|
183
|
+
}
|