@things-factory/grist-ui 6.0.0-zeta.27 → 6.0.0-zeta.30

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.
@@ -22,7 +22,7 @@ body {
22
22
 
23
23
  @media only screen and (max-width: 460px) {
24
24
  body {
25
- --data-card-template: repeat(1, minmax(auto, 100%));
25
+ --data-card-template: repeat(auto-fit, minmax(90%, auto));
26
26
  }
27
27
  }
28
28
  @media (min-width: 461px) and (max-width: 700px) {
@@ -118,7 +118,7 @@ body {
118
118
  --data-card-fab-position-vertical: 15px;
119
119
  --data-card-fab-color: var(--primary-color);
120
120
  --data-card-fab-shadow: var(--box-shadow);
121
- --data-card-template: repeat(3, minmax(auto, 100%));
121
+ --data-card-template: repeat(auto-fit, minmax(32%, auto));
122
122
  --data-card-thumbnail-height: 140px;
123
123
  --data-card-thumbnail-border-bottom: var(--border-dark-color);
124
124
  --data-card-attachimg-height: 70px;
@@ -163,12 +163,12 @@ body {
163
163
 
164
164
  @media only screen and (max-width: 460px) {
165
165
  body {
166
- --data-card-template: repeat(1, minmax(auto, 100%));
166
+ --data-card-template: repeat(auto-fit, minmax(90%, auto));
167
167
  }
168
168
  }
169
169
  @media (min-width: 461px) and (max-width: 700px) {
170
170
  body {
171
- --data-card-template: repeat(2, minmax(auto, 100%));
171
+ --data-card-template: repeat(auto-fit, minmax(45%, auto));
172
172
  }
173
173
  }
174
174
  @media (min-width: 461px) and (max-width: 1024px) {
@@ -178,21 +178,21 @@ body {
178
178
  }
179
179
  @media (min-width: 1025px) and (max-width: 1400px) {
180
180
  body {
181
- --data-card-template: repeat(4, minmax(auto, 100%));
181
+ --data-card-template: repeat(auto-fit, minmax(23%, auto));
182
182
  }
183
183
  }
184
184
  @media (min-width: 1401px) and (max-width: 1800px) {
185
185
  body {
186
- --data-card-template: repeat(5, minmax(auto, 100%));
186
+ --data-card-template: repeat(auto-fit, minmax(18%, auto));
187
187
  }
188
188
  }
189
189
  @media (min-width: 1801px) and (max-width: 2200px) {
190
190
  body {
191
- --data-card-template: repeat(6, minmax(auto, 100%));
191
+ --data-card-template: repeat(auto-fit, minmax(15%, auto));
192
192
  }
193
193
  }
194
194
  @media only screen and (min-width: 2201px) {
195
195
  body {
196
- --data-card-template: repeat(7, minmax(auto, 100%));
196
+ --data-card-template: repeat(auto-fit, minmax(13%, auto));
197
197
  }
198
198
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/grist-ui",
3
- "version": "6.0.0-zeta.27",
3
+ "version": "6.0.0-zeta.30",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -26,11 +26,11 @@
26
26
  "@material/mwc-icon": "^0.27.0",
27
27
  "@operato/data-grist": "^1.0.1",
28
28
  "@operato/headroom": "^1.0.0",
29
- "@things-factory/i18n-base": "^6.0.0-zeta.27",
29
+ "@things-factory/i18n-base": "^6.0.0-zeta.30",
30
30
  "@things-factory/styles": "^6.0.0-zeta.27",
31
31
  "@things-factory/utils": "^6.0.0-zeta.27",
32
32
  "lit": "^2.5.0",
33
33
  "lodash-es": "^4.17.21"
34
34
  },
35
- "gitHead": "ae1520f7482a72eef5bfb7ebf07ce672136579e8"
35
+ "gitHead": "4c28510000cab653ca9358c0cda4a2f189afffe1"
36
36
  }