agentation 1.1.0 → 1.1.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/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2674,7 +2674,7 @@ function PageFeedbackToolbarCSS({
|
|
|
2674
2674
|
] }),
|
|
2675
2675
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("span", { className: styles_module_default2.settingsVersion, children: [
|
|
2676
2676
|
"v",
|
|
2677
|
-
"1.1.
|
|
2677
|
+
"1.1.1"
|
|
2678
2678
|
] }),
|
|
2679
2679
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2680
2680
|
"button",
|
|
@@ -2765,10 +2765,10 @@ function PageFeedbackToolbarCSS({
|
|
|
2765
2765
|
className: `${styles_module_default2.colorOption} ${settings.annotationColor === color.value ? styles_module_default2.selected : ""}`,
|
|
2766
2766
|
style: { backgroundColor: color.value },
|
|
2767
2767
|
title: color.label
|
|
2768
|
-
}
|
|
2769
|
-
color.value
|
|
2768
|
+
}
|
|
2770
2769
|
)
|
|
2771
|
-
}
|
|
2770
|
+
},
|
|
2771
|
+
color.value
|
|
2772
2772
|
)) })
|
|
2773
2773
|
] }),
|
|
2774
2774
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: styles_module_default2.settingsSection, children: [
|