@symbo.ls/atoms 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.
- package/Theme.js +0 -6
- package/package.json +2 -2
package/Theme.js
CHANGED
|
@@ -161,12 +161,6 @@ export const Theme = {
|
|
|
161
161
|
const [val, hasImportant] = props.boxShadow.split('!importan')
|
|
162
162
|
const globalTheme = getSystemGlobalTheme(element)
|
|
163
163
|
const important = hasImportant ? ' !important' : ''
|
|
164
|
-
if (important) {
|
|
165
|
-
console.log(val.trim())
|
|
166
|
-
console.log(deps.transformBoxShadow(val.trim(), globalTheme))
|
|
167
|
-
console.log(getMediaColor('canvas-card', globalTheme), globalTheme)
|
|
168
|
-
}
|
|
169
|
-
|
|
170
164
|
return {
|
|
171
165
|
boxShadow: deps.transformBoxShadow(val.trim(), globalTheme) + important
|
|
172
166
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/atoms",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.447",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "e59d0443eec7f94e5737a916d49daf00d1ee9c47",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@domql/state": "^2.5.0",
|
|
9
9
|
"@domql/utils": "^2.5.0",
|