@operato/board 1.0.0-beta.10 → 1.0.0-beta.13

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/board",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.13",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "license": "MIT",
@@ -49,17 +49,17 @@
49
49
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
50
50
  },
51
51
  "dependencies": {
52
- "@operato/app": "^1.0.0-beta.10",
53
- "@operato/data-grist": "^1.0.0-beta.10",
54
- "@operato/font": "^1.0.0-beta.10",
55
- "@operato/graphql": "^1.0.0-beta.10",
56
- "@operato/i18n": "^1.0.0-beta.10",
57
- "@operato/input": "^1.0.0-beta.10",
58
- "@operato/markdown": "^1.0.0-beta.10",
59
- "@operato/popup": "^1.0.0-beta.10",
60
- "@operato/property-editor": "^1.0.0-beta.10",
61
- "@operato/styles": "^1.0.0-beta.10",
62
- "@operato/utils": "^1.0.0-beta.10",
52
+ "@operato/app": "^1.0.0-beta.13",
53
+ "@operato/data-grist": "^1.0.0-beta.13",
54
+ "@operato/font": "^1.0.0-beta.13",
55
+ "@operato/graphql": "^1.0.0-beta.13",
56
+ "@operato/i18n": "^1.0.0-beta.13",
57
+ "@operato/input": "^1.0.0-beta.13",
58
+ "@operato/markdown": "^1.0.0-beta.13",
59
+ "@operato/popup": "^1.0.0-beta.13",
60
+ "@operato/property-editor": "^1.0.0-beta.13",
61
+ "@operato/styles": "^1.0.0-beta.13",
62
+ "@operato/utils": "^1.0.0-beta.13",
63
63
  "@polymer/paper-dropdown-menu": "^3.2.0",
64
64
  "@types/file-saver": "^2.0.4",
65
65
  "@types/sortablejs": "^1.10.7",
@@ -71,7 +71,7 @@
71
71
  "devDependencies": {
72
72
  "@custom-elements-manifest/analyzer": "^0.4.17",
73
73
  "@hatiolab/prettier-config": "^1.0.0",
74
- "@hatiolab/things-scene": "^3.0.5",
74
+ "@hatiolab/things-scene": "^3.0.6",
75
75
  "@material/mwc-fab": "^0.25.3",
76
76
  "@material/mwc-icon": "^0.25.3",
77
77
  "@open-wc/eslint-config": "^4.3.0",
@@ -83,12 +83,12 @@
83
83
  "@typescript-eslint/eslint-plugin": "^4.33.0",
84
84
  "@typescript-eslint/parser": "^4.33.0",
85
85
  "@web/dev-server": "^0.1.29",
86
- "@web/dev-server-storybook": "next",
86
+ "@web/dev-server-storybook": "^0.5.0",
87
87
  "@web/test-runner": "next",
88
88
  "concurrently": "^5.3.0",
89
89
  "eslint": "^7.32.0",
90
90
  "eslint-config-prettier": "^8.3.0",
91
- "husky": "^4.3.8",
91
+ "husky": "^7.0.2",
92
92
  "lint-staged": "^10.5.4",
93
93
  "prettier": "^2.4.1",
94
94
  "tslib": "^2.3.1",
@@ -107,5 +107,5 @@
107
107
  "prettier --write"
108
108
  ]
109
109
  },
110
- "gitHead": "90fef9c72ab5a9fec0c03bbfb0f49d31408ecb24"
110
+ "gitHead": "e3fe7acd7edd9aa5dd6d0966435ae7f938b32d05"
111
111
  }
@@ -42,6 +42,10 @@ export const EffectsSharedStyle = css`
42
42
  border: var(--property-sidebar-fieldset-border);
43
43
  }
44
44
 
45
+ ox-input-data {
46
+ height: 300px;
47
+ }
48
+
45
49
  input[type='checkbox'] {
46
50
  grid-column: 4 / 5;
47
51
  align-self: center;
@@ -351,7 +351,7 @@ class PropertyStyles extends AbstractProperty {
351
351
  beginSize,
352
352
  end,
353
353
  endSize
354
- } = this.value
354
+ } = this.value || {}
355
355
 
356
356
  return html`
357
357
  <fieldset>