@focus4/styling 11.10.0-rc.0 → 11.10.0-rc.1

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.
@@ -295,32 +295,15 @@
295
295
 
296
296
  --preferred-font: "Roboto", "Helvetica", "Arial", sans-serif;
297
297
  --font-size: calc(1.6 * var(--unit));
298
- --font-size-tiny: calc(1.2 * var(--unit));
299
298
  --font-size-small: calc(1.4 * var(--unit));
300
- --font-size-normal: var(--font-size);
301
299
  --font-size-big: calc(1.8 * var(--unit));
302
- --font-weight-thin: 300;
303
- --font-weight-normal: 400;
304
300
  --font-weight-semi-bold: 500;
305
301
  --font-weight-bold: 700;
306
302
 
307
303
  --shadow-2p: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
308
- --shadow-3p: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
309
304
  --shadow-4p: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
310
- --shadow-6p: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
311
- --shadow-8p: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12),
312
- 0 5px 5px -3px rgba(0, 0, 0, 0.2);
313
- --shadow-16p: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
314
- 0 8px 10px -5px rgba(0, 0, 0, 0.2);
315
-
316
- --shadow-key-umbra-opacity: 0.2;
317
- --shadow-key-penumbra-opacity: 0.14;
318
- --shadow-ambient-shadow-opacity: 0.12;
319
305
 
320
306
  --zdepth-shadow-1: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
321
- --zdepth-shadow-2: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
322
- --zdepth-shadow-3: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
323
- --zdepth-shadow-4: 0 14px 45px rgba(0, 0, 0, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
324
307
  --zdepth-shadow-5: 0 19px 60px rgba(0, 0, 0, 0.3), 0 15px 20px rgba(0, 0, 0, 0.22);
325
308
 
326
309
  --animation-duration: 0.35s;
@@ -335,8 +318,6 @@
335
318
  --z-index-higher: 200;
336
319
  --z-index-high: 100;
337
320
  --z-index-normal: 1;
338
- --z-index-low: -100;
339
- --z-index-lower: -200;
340
321
  }
341
322
 
342
323
  :root[dark] {
@@ -388,7 +369,7 @@ h4,
388
369
  h5,
389
370
  h6 {
390
371
  margin: 24px 0;
391
- font-weight: var(--font-weight-normal);
372
+ font-weight: 400;
392
373
  }
393
374
 
394
375
  h1 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@focus4/styling",
3
- "version": "11.10.0-rc.0",
3
+ "version": "11.10.0-rc.1",
4
4
  "description": "Focus v4, styling module",
5
5
  "main": "lib/focus4.styling.js",
6
6
  "repository": {
@@ -31,5 +31,5 @@
31
31
  "jest-junit": "16.0.0",
32
32
  "ts-jest": "29.1.1"
33
33
  },
34
- "gitHead": "1c875f517033d75e0d599b2a5f6a647b6b537c5e"
34
+ "gitHead": "aa0269ed53a3dc5a57746f1e3f28ba62f070697a"
35
35
  }