@symbo.ls/preview 2.6.8 → 2.6.9

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.8",
5
+ "version": "2.6.9",
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",
@@ -73,8 +73,8 @@ export const Export = {
73
73
  flex: '1'
74
74
  },
75
75
 
76
- tools,
77
- description
76
+ tools
77
+ // description
78
78
  }
79
79
 
80
80
  // footer: { extend: Footer }
@@ -77,7 +77,7 @@ const ButtonOptions = {
77
77
  on: {
78
78
  click: (ev, el, s) => {
79
79
  const key = el.parent.parent.key
80
- const value = el.key
80
+ const value = el.key.toLowerCase()
81
81
  setCookie(key, value, 3)
82
82
  s.update({ [key]: value })
83
83
  }