smbls 2.11.455 → 2.11.456

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/cjs/index.js CHANGED
@@ -1731,7 +1731,7 @@ var require_component = __commonJS({
1731
1731
  if (hasComponentAttrs && (childProps || extendProps || children || childExtends)) {
1732
1732
  const logErr = (_a = parent || element) == null ? void 0 : _a.error;
1733
1733
  if (logErr)
1734
- logErr("Sugar component includes params for builtin components", { verbose: true });
1734
+ logErr.call(element, "Sugar component includes params for builtin components", { verbose: true });
1735
1735
  }
1736
1736
  return !hasComponentAttrs || childProps || extendProps || children || childExtends;
1737
1737
  };
@@ -4414,7 +4414,7 @@ var require_cjs2 = __commonJS({
4414
4414
  if (hasComponentAttrs && (childProps || extendProps || children || childExtends)) {
4415
4415
  const logErr = (_a = parent || element) == null ? void 0 : _a.error;
4416
4416
  if (logErr)
4417
- logErr("Sugar component includes params for builtin components", { verbose: true });
4417
+ logErr.call(element, "Sugar component includes params for builtin components", { verbose: true });
4418
4418
  }
4419
4419
  return !hasComponentAttrs || childProps || extendProps || children || childExtends;
4420
4420
  };
@@ -6310,7 +6310,7 @@ var require_cjs2 = __commonJS({
6310
6310
  if (hasComponentAttrs && (childProps || extendProps || children || childExtends)) {
6311
6311
  const logErr = (_a = parent || element) == null ? void 0 : _a.error;
6312
6312
  if (logErr)
6313
- logErr("Sugar component includes params for builtin components", { verbose: true });
6313
+ logErr.call(element, "Sugar component includes params for builtin components", { verbose: true });
6314
6314
  }
6315
6315
  return !hasComponentAttrs || childProps || extendProps || children || childExtends;
6316
6316
  };
@@ -18527,7 +18527,7 @@ var require_cjs7 = __commonJS({
18527
18527
  if (hasComponentAttrs && (childProps || extendProps || children || childExtends)) {
18528
18528
  const logErr = (_a = parent || element) == null ? void 0 : _a.error;
18529
18529
  if (logErr)
18530
- logErr("Sugar component includes params for builtin components", { verbose: true });
18530
+ logErr.call(element, "Sugar component includes params for builtin components", { verbose: true });
18531
18531
  }
18532
18532
  return !hasComponentAttrs || childProps || extendProps || children || childExtends;
18533
18533
  };
@@ -20360,7 +20360,7 @@ var require_extend = __commonJS({
20360
20360
  if ((0, import_utils25.isFunction)(element))
20361
20361
  element = (0, import_utils25.exec)(element, parent);
20362
20362
  const { props: props5, __ref } = element;
20363
- let extend = (props5 == null ? void 0 : props5.extends) || element.extend;
20363
+ let extend = (props5 == null ? void 0 : props5.extends) || element.extends || element.extend;
20364
20364
  const context = element.context || parent.context;
20365
20365
  extend = (0, import_utils26.fallbackStringExtend)(extend, context, options);
20366
20366
  const extendStack = (0, import_utils26.getExtendStack)(extend, context);
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "smbls",
3
- "version": "2.11.455",
3
+ "version": "2.11.456",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/symbo-ls/smbls",
6
- "gitHead": "2ec12ac36ba08a2d424a3806dba7ccb6f7bddfba",
6
+ "gitHead": "ed9a273ef5b759af81aace334f475fb236de3507",
7
7
  "source": "index.js",
8
8
  "main": "index.js",
9
9
  "module": "index.js",
@@ -22,7 +22,7 @@
22
22
  "@symbo.ls/uikit": "^2.11.455",
23
23
  "@symbo.ls/utils": "^2.11.453",
24
24
  "attrs-in-props": "^2.11.455",
25
- "css-in-props": "^2.11.455",
25
+ "css-in-props": "^2.11.456",
26
26
  "domql": "^2.5.0"
27
27
  },
28
28
  "type": "module",