@focus4/styling 11.11.3 → 11.12.0-rc.0

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.
@@ -277,32 +277,21 @@
277
277
  }
278
278
 
279
279
  :root {
280
- --color-divider: var(--palette-grey-200);
281
- --color-background: var(--color-white);
282
- --color-text: var(--palette-grey-900);
283
- --color-text-secondary: var(--palette-grey-600);
284
-
285
280
  --color-primary: var(--palette-indigo-500);
286
281
  --color-primary-light: var(--palette-indigo-100);
287
- --color-primary-dark: var(--palette-indigo-700);
288
- --color-primary-contrast: var(--color-white);
289
282
  --color-accent: var(--palette-pink-a200);
290
-
291
- --unit: 10px;
283
+ --color-divider: var(--palette-grey-300);
292
284
 
293
285
  --preferred-font: "Roboto", "Helvetica", "Arial", sans-serif;
294
- --font-size: calc(1.6 * var(--unit));
295
- --font-size-small: calc(1.4 * var(--unit));
296
- --font-size-big: calc(1.8 * var(--unit));
286
+ --font-size: 16px;
287
+ --font-size-small: 14px;
288
+ --font-size-big: 18px;
297
289
  --font-weight-semi-bold: 500;
298
290
  --font-weight-bold: 700;
299
291
 
300
292
  --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);
301
293
  --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);
302
294
 
303
- --zdepth-shadow-1: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
304
- --zdepth-shadow-5: 0 19px 60px rgba(0, 0, 0, 0.3), 0 15px 20px rgba(0, 0, 0, 0.22);
305
-
306
295
  --animation-duration: 0.35s;
307
296
  --animation-duration-short: 0.2s;
308
297
  --animation-delay: calc(var(--animation-duration) / 5);
@@ -325,7 +314,6 @@
325
314
  --color-black: 238, 238, 238;
326
315
  --color-primary: var(--palette-indigo-300);
327
316
  --color-primary-light: var(--palette-indigo-800);
328
- --color-primary-dark: var(--palette-indigo-100);
329
317
 
330
318
  --palette-grey-50: 22, 22, 22;
331
319
  --palette-grey-100: 33, 33, 33;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@focus4/styling",
3
- "version": "11.11.3",
3
+ "version": "11.12.0-rc.0",
4
4
  "description": "Focus v4, styling module",
5
5
  "main": "lib/focus4.styling.js",
6
6
  "repository": {
@@ -18,18 +18,18 @@
18
18
  "test-ci": "jest --ci --reporters=default --reporters=jest-junit"
19
19
  },
20
20
  "dependencies": {
21
- "@focus4/core": "11.11.3",
22
- "@types/react-dom": "18.2.14",
21
+ "@focus4/core": "11.12.0-beta.0",
22
+ "@types/react-dom": "18.2.15",
23
23
  "classnames": "2.3.2",
24
24
  "mobx-react": "7.6.0",
25
25
  "react": "18.2.0",
26
26
  "react-dom": "18.2.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@types/jest": "29.5.7",
29
+ "@types/jest": "29.5.8",
30
30
  "jest": "29.7.0",
31
31
  "jest-junit": "16.0.0",
32
32
  "ts-jest": "29.1.1"
33
33
  },
34
- "gitHead": "165f688084cf3c73e33bd2b60c5dc2b56f244a57"
34
+ "gitHead": "2390ca0a2e7022921b5016e16fecccda20c5e37b"
35
35
  }