@symbo.ls/atoms 3.6.8 → 3.7.3
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/Picture.js +1 -1
- package/Svg.js +1 -1
- package/package.json +4 -4
package/Picture.js
CHANGED
|
@@ -12,7 +12,7 @@ export const Picture = {
|
|
|
12
12
|
attr: {
|
|
13
13
|
media: (element) => {
|
|
14
14
|
const { props, key, context, deps } = element
|
|
15
|
-
const { MEDIA } = context.designSystem
|
|
15
|
+
const { media: MEDIA } = context.designSystem
|
|
16
16
|
const globalTheme = deps.getSystemGlobalTheme(element)
|
|
17
17
|
const mediaName = (props.media || key).slice(1)
|
|
18
18
|
|
package/Svg.js
CHANGED
|
@@ -13,7 +13,7 @@ export const Svg = {
|
|
|
13
13
|
if (props.html) return el.call('exec', props.html, el)
|
|
14
14
|
|
|
15
15
|
const { designSystem, utils } = context
|
|
16
|
-
const SVG = designSystem && designSystem.
|
|
16
|
+
const SVG = designSystem && designSystem.svg
|
|
17
17
|
const useSvgSprite = props.spriteId || (context.designSystem && context.designSystem.useSvgSprite)
|
|
18
18
|
|
|
19
19
|
const src = el.call('exec', props.src, el)
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/atoms",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.3",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "CC-BY-NC-4.0",
|
|
6
6
|
"gitHead": "9fc1b79b41cdc725ca6b24aec64920a599634681",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@domql/state": "^3.
|
|
9
|
-
"@domql/utils": "^3.
|
|
10
|
-
"@symbo.ls/scratch": "^3.
|
|
8
|
+
"@domql/state": "^3.7.3",
|
|
9
|
+
"@domql/utils": "^3.7.3",
|
|
10
|
+
"@symbo.ls/scratch": "^3.7.3"
|
|
11
11
|
},
|
|
12
12
|
"source": "index.js",
|
|
13
13
|
"devDependencies": {
|