@operato/input 10.0.0-beta.42 → 10.0.0-beta.57

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/input",
3
3
  "description": "Webcomponents for input following open-wc recommendations",
4
4
  "author": "heartyoh@hatiolab.com",
5
- "version": "10.0.0-beta.42",
5
+ "version": "10.0.0-beta.57",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -243,11 +243,11 @@
243
243
  "@ctrl/tinycolor": "4.1.0",
244
244
  "@lit/localize": "^0.12.1",
245
245
  "@material/web": "^2.0.0",
246
- "@operato/i18n": "^10.0.0-beta.2",
247
- "@operato/pickr": "^10.0.0-beta.42",
248
- "@operato/popup": "^10.0.0-beta.7",
249
- "@operato/styles": "^10.0.0-beta.7",
250
- "@operato/utils": "^10.0.0-beta.2",
246
+ "@operato/i18n": "^10.0.0-beta.57",
247
+ "@operato/pickr": "^10.0.0-beta.57",
248
+ "@operato/popup": "^10.0.0-beta.57",
249
+ "@operato/styles": "^10.0.0-beta.57",
250
+ "@operato/utils": "^10.0.0-beta.57",
251
251
  "@types/codemirror": "^5.60.5",
252
252
  "@undecaf/zbar-wasm": "^0.11.0",
253
253
  "codemirror": "^6.0.1",
@@ -288,5 +288,5 @@
288
288
  "prettier --write"
289
289
  ]
290
290
  },
291
- "gitHead": "2388f5a3fa26b8e84b64d566592218ff253f696c"
291
+ "gitHead": "3128f845d0eda6fe73fc6f89b0632fa742feaf85"
292
292
  }
@@ -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);