@indico-data/design-system 2.20.0 → 2.21.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.
package/lib/index.css CHANGED
@@ -14,7 +14,7 @@
14
14
  --pf-font-size-subtitle: var(--pf-font-size-base);
15
15
  --pf-font-size-subtitle2: calc(0.875 * var(--pf-font-size-base));
16
16
  --pf-font-size-button: var(--pf-font-size-base);
17
- --pf-font-size-overine: calc(0.75 * var(--pf-font-size-base));
17
+ --pf-font-size-overline: calc(0.75 * var(--pf-font-size-base));
18
18
  --pf-font-weight-thin: 100;
19
19
  --pf-font-weight-light: 300;
20
20
  --pf-font-weight-regular: 400;
@@ -2107,7 +2107,7 @@ form {
2107
2107
  --pf-font-size-subtitle: var(--pf-font-size-base);
2108
2108
  --pf-font-size-subtitle2: calc(0.875 * var(--pf-font-size-base));
2109
2109
  --pf-font-size-button: var(--pf-font-size-base);
2110
- --pf-font-size-overine: calc(0.75 * var(--pf-font-size-base));
2110
+ --pf-font-size-overline: calc(0.75 * var(--pf-font-size-base));
2111
2111
  --pf-font-weight-thin: 100;
2112
2112
  --pf-font-weight-light: 300;
2113
2113
  --pf-font-weight-regular: 400;
@@ -2195,7 +2195,7 @@ p,
2195
2195
  }
2196
2196
 
2197
2197
  .text-overline {
2198
- font-size: var(--pf-font-size-overine);
2198
+ font-size: var(--pf-font-size-overline);
2199
2199
  }
2200
2200
 
2201
2201
  .text-capitalize {
package/lib/index.esm.css CHANGED
@@ -14,7 +14,7 @@
14
14
  --pf-font-size-subtitle: var(--pf-font-size-base);
15
15
  --pf-font-size-subtitle2: calc(0.875 * var(--pf-font-size-base));
16
16
  --pf-font-size-button: var(--pf-font-size-base);
17
- --pf-font-size-overine: calc(0.75 * var(--pf-font-size-base));
17
+ --pf-font-size-overline: calc(0.75 * var(--pf-font-size-base));
18
18
  --pf-font-weight-thin: 100;
19
19
  --pf-font-weight-light: 300;
20
20
  --pf-font-weight-regular: 400;
@@ -2107,7 +2107,7 @@ form {
2107
2107
  --pf-font-size-subtitle: var(--pf-font-size-base);
2108
2108
  --pf-font-size-subtitle2: calc(0.875 * var(--pf-font-size-base));
2109
2109
  --pf-font-size-button: var(--pf-font-size-base);
2110
- --pf-font-size-overine: calc(0.75 * var(--pf-font-size-base));
2110
+ --pf-font-size-overline: calc(0.75 * var(--pf-font-size-base));
2111
2111
  --pf-font-weight-thin: 100;
2112
2112
  --pf-font-weight-light: 300;
2113
2113
  --pf-font-weight-regular: 400;
@@ -2195,7 +2195,7 @@ p,
2195
2195
  }
2196
2196
 
2197
2197
  .text-overline {
2198
- font-size: var(--pf-font-size-overine);
2198
+ font-size: var(--pf-font-size-overline);
2199
2199
  }
2200
2200
 
2201
2201
  .text-capitalize {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indico-data/design-system",
3
- "version": "2.20.0",
3
+ "version": "2.21.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "lib/index.js",
@@ -45,7 +45,7 @@ html {
45
45
  font-size: var(--pf-font-size-caption);
46
46
  }
47
47
  .text-overline {
48
- font-size: var(--pf-font-size-overine);
48
+ font-size: var(--pf-font-size-overline);
49
49
  }
50
50
 
51
51
  // Transform
@@ -4,7 +4,6 @@
4
4
  // Family
5
5
  --pf-font-family-base: 'Mulish', sans-serif;
6
6
 
7
-
8
7
  // Sizes
9
8
  --pf-font-size-base: 1rem;
10
9
  --pf-font-size-h1: calc(1.5 * var(--pf-font-size-base));
@@ -18,7 +17,7 @@
18
17
  --pf-font-size-subtitle: var(--pf-font-size-base);
19
18
  --pf-font-size-subtitle2: calc(0.875 * var(--pf-font-size-base));
20
19
  --pf-font-size-button: var(--pf-font-size-base);
21
- --pf-font-size-overine: calc(0.75 * var(--pf-font-size-base));
20
+ --pf-font-size-overline: calc(0.75 * var(--pf-font-size-base));
22
21
 
23
22
  // Weights
24
23
  --pf-font-weight-thin: 100;
@@ -27,5 +26,4 @@
27
26
  --pf-font-weight-medium: 500;
28
27
  --pf-font-weight-bold: 700;
29
28
  --pf-font-weight-heavy: 900;
30
-
31
- }
29
+ }