@symbo.ls/preview 2.6.16 → 2.6.17

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symbo.ls/preview",
3
3
  "description": "",
4
4
  "author": "",
5
- "version": "2.6.16",
5
+ "version": "2.6.17",
6
6
  "main": "src/app.js",
7
7
  "scripts": {
8
8
  "link:all": "yarn link smbls domql css-in-props @symbo.ls/icons @symbo.ls/config @symbo.ls/components @symbo.ls/scratch @symbo.ls/playground @symbo.ls/utils @symbo.ls/init @symbo.ls/config-default @domql/router @domql/utils @domql/router",
@@ -25,11 +25,7 @@ export default {
25
25
  element: {
26
26
  on: {
27
27
  change: (ev, el, s) => {
28
- <<<<<<< Updated upstream
29
28
  s.update({ [el.parent.key]: ev.target.value })
30
- =======
31
- s.update({ [el.parent.key]: el.node.value })
32
- >>>>>>> Stashed changes
33
29
  }
34
30
  }
35
31
  }
@@ -44,13 +40,7 @@ export default {
44
40
  title: {},
45
41
  element: {
46
42
  extend: Input,
47
- <<<<<<< Updated upstream
48
- props: ({ state }) => ({
49
- value: state.projectName
50
- })
51
- =======
52
43
  props: ({ state }) => ({ value: state.projectName })
53
- >>>>>>> Stashed changes
54
44
  }
55
45
  },
56
46
 
@@ -67,11 +57,7 @@ export default {
67
57
  }),
68
58
  on: {
69
59
  change: (ev, el, s) => {
70
- <<<<<<< Updated upstream
71
60
  s.update({ [el.parent.key]: ev.target.value + '.symbo.ls' })
72
- =======
73
- s.update({ [el.parent.key]: el.node.value + '.symbo.ls' })
74
- >>>>>>> Stashed changes
75
61
  }
76
62
  }
77
63
  },