@polyv/iar-answer-card-ui 2.1.0-rc-20260312.1 → 2.1.0
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/answer-card-dialog.cjs.js +1 -1
- package/answer-card-dialog.es.js +2 -2
- package/answer-card-dialog.umd.js +1 -1
- package/answer-card-filling.cjs.js +1 -1
- package/answer-card-filling.es.js +2 -2
- package/answer-card-filling.umd.js +1 -1
- package/answer-card-result.cjs.js +1 -1
- package/answer-card-result.es.js +2 -2
- package/answer-card-result.umd.js +1 -1
- package/index.cjs.js +1 -1
- package/index.es.js +2 -2
- package/index.umd.js +1 -1
- package/package.json +1 -1
- package/quick-answer-card.cjs.js +1 -1
- package/quick-answer-card.es.js +2 -2
- package/quick-answer-card.umd.js +1 -1
package/answer-card-result.es.js
CHANGED
|
@@ -30189,8 +30189,8 @@ const AR = QR.exports;
|
|
|
30189
30189
|
console.log(
|
|
30190
30190
|
"%c@polyv/iar-answer-card-ui",
|
|
30191
30191
|
"background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
|
|
30192
|
-
"[version: 2.1.0
|
|
30193
|
-
"[buildTime: 2026-03-
|
|
30192
|
+
"[version: 2.1.0]",
|
|
30193
|
+
"[buildTime: 2026-03-13 02:40:09]"
|
|
30194
30194
|
);
|
|
30195
30195
|
export {
|
|
30196
30196
|
AR as default
|