@operato/property-panel 10.0.0-beta.50 → 10.0.0-beta.52

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": "@operato/property-panel",
3
3
  "description": "Webcomponent property-panel following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "10.0.0-beta.50",
5
+ "version": "10.0.0-beta.52",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -68,10 +68,10 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@material/web": "^2.0.0",
71
- "@operato/attachment": "^10.0.0-beta.50",
71
+ "@operato/attachment": "^10.0.0-beta.52",
72
72
  "@operato/i18n": "^10.0.0-beta.2",
73
- "@operato/input": "^10.0.0-beta.42",
74
- "@operato/styles": "^10.0.0-beta.7",
73
+ "@operato/input": "^10.0.0-beta.52",
74
+ "@operato/styles": "^10.0.0-beta.52",
75
75
  "@operato/utils": "^10.0.0-beta.2",
76
76
  "lit": "^3.1.2"
77
77
  },
@@ -108,5 +108,5 @@
108
108
  "prettier --write"
109
109
  ]
110
110
  },
111
- "gitHead": "b705a6a7df0b676f27ac46b6268a5dc232d79947"
111
+ "gitHead": "72f054ca6051ba1c2cf6ea994afe973733b24e21"
112
112
  }
@@ -99,7 +99,7 @@ body {
99
99
  --data-card-record-card-border-hover: 1px solid var(--md-sys-color-primary);
100
100
  --data-card-record-card-boxshadow-hover: 1px 1px 2px 1px rgba(0, 0, 0, 0.15);
101
101
  --data-card-record-card-selected-border: 1px solid var(--md-sys-color-primary);
102
- --data-card-record-card-border-radius: var(--md-sys-shape-corner-small);
102
+ --data-card-record-card-border-radius: var(--md-sys-shape-corner-medium);
103
103
  --data-card-item-margin: var(--spacing-medium);
104
104
  --data-card-item-padding: var(--spacing-medium) var(--spacing-large);
105
105
  --data-card-item-border-bottom: var(--grid-container-border-color);