@operato/data-grist 10.0.0-beta.49 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/data-grist",
3
- "version": "10.0.0-beta.49",
3
+ "version": "10.0.0-beta.52",
4
4
  "description": "User interface for grid (desktop) and list (mobile)",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -68,11 +68,11 @@
68
68
  "dependencies": {
69
69
  "@material/web": "^2.0.0",
70
70
  "@operato/headroom": "^10.0.0-beta.2",
71
- "@operato/input": "^10.0.0-beta.42",
72
- "@operato/p13n": "^10.0.0-beta.34",
73
- "@operato/popup": "^10.0.0-beta.7",
71
+ "@operato/input": "^10.0.0-beta.52",
72
+ "@operato/p13n": "^10.0.0-beta.52",
73
+ "@operato/popup": "^10.0.0-beta.52",
74
74
  "@operato/pull-to-refresh": "^10.0.0-beta.2",
75
- "@operato/styles": "^10.0.0-beta.7",
75
+ "@operato/styles": "^10.0.0-beta.52",
76
76
  "@operato/time-calculator": "^10.0.0-beta.2",
77
77
  "@operato/utils": "^10.0.0-beta.2",
78
78
  "i18next": "^24.2.1",
@@ -113,5 +113,5 @@
113
113
  "prettier --write"
114
114
  ]
115
115
  },
116
- "gitHead": "2805227b99a30d84c8bee7c58be29e0a35258c2a"
116
+ "gitHead": "72f054ca6051ba1c2cf6ea994afe973733b24e21"
117
117
  }
@@ -100,7 +100,7 @@ body {
100
100
  --data-card-record-card-border-hover: 1px solid var(--md-sys-color-primary);
101
101
  --data-card-record-card-boxshadow-hover: 1px 1px 2px 1px rgba(0, 0, 0, 0.15);
102
102
  --data-card-record-card-selected-border: 1px solid var(--md-sys-color-primary);
103
- --data-card-record-card-border-radius: var(--md-sys-shape-corner-small);
103
+ --data-card-record-card-border-radius: var(--md-sys-shape-corner-medium);
104
104
  --data-card-item-margin: var(--spacing-medium);
105
105
  --data-card-item-padding: var(--spacing-medium) var(--spacing-large);
106
106
  --data-card-item-border-bottom: var(--grid-container-border-color);