@progressiveui/styles 11.0.2 → 11.0.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@progressiveui/styles",
3
- "description": "Styles for the WFP Design System",
4
- "version": "11.0.2",
3
+ "description": "Styles for the Progressive UI Design System",
4
+ "version": "11.0.3",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Robert Gühne <wfp.org>",
7
7
  "homepage": "https://www.wfp.org",
@@ -14,9 +14,6 @@
14
14
  "bugs": "https://github.com/wfp/designsystem/issues",
15
15
  "keywords": [
16
16
  "styles",
17
- "un",
18
- "wfp",
19
- "wfp-design-system",
20
17
  "components",
21
18
  "react"
22
19
  ],
@@ -38,5 +35,5 @@
38
35
  "@carbon/test-utils": "^10.3.0",
39
36
  "css": "^3.0.0"
40
37
  },
41
- "gitHead": "8d200227fd08c67134048fe1ead51f0205d69104"
38
+ "gitHead": "db08045e362ded7ec2ed396467bbdb767a23f961"
42
39
  }
package/scss/_type.scss CHANGED
@@ -28,7 +28,7 @@ $code-font-family: var(--code-font-family);
28
28
  @mixin type-style($style) {
29
29
  $maped: map-deep-get($tokens, "typography", $style);
30
30
 
31
- //@warn 'This is a step of the WFP Type Scale!', $maped;
31
+ //@warn 'This is a step of the Progressive UI Type Scale!', $maped;
32
32
  @if map-deep-get($tokens, "typography", $style) {
33
33
  $typographyMap: map.get($tokens, "typography", $style);
34
34
  font-size: map.get($typographyMap, "fontSize");
@@ -46,13 +46,13 @@ $code-font-family: var(--code-font-family);
46
46
  }
47
47
  }
48
48
  /*@if map-has-key($typographyMap, 'body-short-02',$style) {
49
- @warn 'This is a step of the WFP Type Scale!';
49
+ @warn 'This is a step of the Progressive UI Type Scale!';
50
50
  $elements: map.get($tokens, $style);
51
51
  font-family: map.get($elements, 'fontFamily');
52
52
  font-size: map.get($elements, 'fontSize');
53
53
  } @else {
54
- //@warn 'This is a step of the WFP Type Scale!';
55
- //@warn 'This is not a step of the WFP Type Scale!' + $style;
54
+ //@warn 'This is a step of the Progressive UI Type Scale!';
55
+ //@warn 'This is not a step of the Progressive UI Type Scale!' + $style;
56
56
  }
57
57
  } @else {
58
58
  @warn 'No typography step found!';
@@ -79,7 +79,7 @@ $typescale-map: (
79
79
  @if map.has-key($typescale-map, $size) {
80
80
  font-size: map.get($typescale-map, $size);
81
81
  } @else {
82
- @warn 'This is not a step of the WFP Type Scale!';
82
+ @warn 'This is not a step of the Progressive UI Type Scale!';
83
83
  }
84
84
  }
85
85
  /*
@@ -501,7 +501,7 @@
501
501
  margin-bottom: map-get($spacing-map, $size);
502
502
  }
503
503
  } @else {
504
- @warn 'This is not a step of the WFP Spacing Scale!';
504
+ @warn 'This is not a step of the Progressive UI Spacing Scale!';
505
505
  }
506
506
  }
507
507
  */