@symbo.ls/create 2.11.446 → 2.11.447

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.
@@ -18038,11 +18038,6 @@ var Theme = {
18038
18038
  const [val, hasImportant] = props2.boxShadow.split("!importan");
18039
18039
  const globalTheme = getSystemGlobalTheme(element);
18040
18040
  const important = hasImportant ? " !important" : "";
18041
- if (important) {
18042
- console.log(val.trim());
18043
- console.log(deps.transformBoxShadow(val.trim(), globalTheme));
18044
- console.log((0, import_scratch7.getMediaColor)("canvas-card", globalTheme), globalTheme);
18045
- }
18046
18041
  return {
18047
18042
  boxShadow: deps.transformBoxShadow(val.trim(), globalTheme) + important
18048
18043
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.11.446",
3
+ "version": "2.11.447",
4
4
  "license": "MIT",
5
- "gitHead": "d042e0c4fc9379b0ca7584f6405cfa2e7c1301d4",
5
+ "gitHead": "e59d0443eec7f94e5737a916d49daf00d1ee9c47",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
@@ -37,8 +37,8 @@
37
37
  "@symbo.ls/fetch": "^2.11.446",
38
38
  "@symbo.ls/init": "^2.11.446",
39
39
  "@symbo.ls/scratch": "^2.11.446",
40
- "@symbo.ls/sync": "^2.11.446",
41
- "@symbo.ls/uikit": "^2.11.446",
40
+ "@symbo.ls/sync": "^2.11.447",
41
+ "@symbo.ls/uikit": "^2.11.447",
42
42
  "@symbo.ls/utils": "^2.11.446",
43
43
  "domql": "^2.5.0"
44
44
  },