@progressiveui/styles 11.0.1 → 11.0.2

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
3
  "description": "Styles for the WFP Design System",
4
- "version": "11.0.1",
4
+ "version": "11.0.2",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Robert Gühne <wfp.org>",
7
7
  "homepage": "https://www.wfp.org",
@@ -38,5 +38,5 @@
38
38
  "@carbon/test-utils": "^10.3.0",
39
39
  "css": "^3.0.0"
40
40
  },
41
- "gitHead": "96f9ee0bf9763f080bd58eada2967332e428742e"
41
+ "gitHead": "8d200227fd08c67134048fe1ead51f0205d69104"
42
42
  }
@@ -22,13 +22,13 @@
22
22
  @use "form-hint";
23
23
  @use "form-wizard";
24
24
  //@use "hero";
25
- /*
25
+
26
26
  @use "inline-loading";
27
- */
27
+
28
28
  @use "link";
29
- @use "list"; /*
29
+ @use "list";
30
30
  @use "loading"; // TODO look into it more
31
- */
31
+
32
32
  @use "input";
33
33
  @use "notification";
34
34
  @use "text-input";
@@ -22,10 +22,10 @@
22
22
 
23
23
  @mixin loading {
24
24
  .#{$prefix}--loading {
25
- @include component-reset.reset;
26
- @include animation__loading--spin;
27
25
  width: $loading-size;
28
26
  height: $loading-size;
27
+ @include animation__loading--spin;
28
+ @include component-reset.reset;
29
29
  }
30
30
 
31
31
  // Animation (Spin by default)