@tachybase/components 0.23.22 → 0.23.35

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.
@@ -53,8 +53,8 @@ const SortableList = (0, import_builtins.SortableContainer)((props) => {
53
53
  );
54
54
  });
55
55
  const isAdditionComponent = /* @__PURE__ */ __name((schema) => {
56
- var _a;
57
- return ((_a = schema["x-component"]) == null ? void 0 : _a.indexOf("Addition")) > -1;
56
+ var _a, _b;
57
+ return ((_a = schema["x-component"]) == null ? void 0 : _a.indexOf("Addition")) > -1 || !!((_b = schema["x-component-props"]) == null ? void 0 : _b["isAddition"]);
58
58
  }, "isAdditionComponent");
59
59
  const useAddition = /* @__PURE__ */ __name(() => {
60
60
  const schema = (0, import_schema.useFieldSchema)();
@@ -1097,7 +1097,7 @@ const _ReactImageLightbox = class _ReactImageLightbox extends import_react.Compo
1097
1097
  });
1098
1098
  const modalStyle = {
1099
1099
  overlay: {
1100
- zIndex: 1e3,
1100
+ zIndex: 1500,
1101
1101
  backgroundColor: "transparent",
1102
1102
  ...reactModalStyle.overlay
1103
1103
  // Allow style overrides via props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/components",
3
- "version": "0.23.22",
3
+ "version": "0.23.35",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "prop-types": "^15.8.1",
18
18
  "react-modal": "^3.16.3",
19
19
  "react-sticky-box": "^1.0.2",
20
- "@tachybase/schema": "0.23.22"
20
+ "@tachybase/schema": "0.23.35"
21
21
  },
22
22
  "devDependencies": {
23
23
  "rc-cascader": "3.31.0",