@qius.solutions/parallel-ui-icons 1.0.3 → 1.0.5

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.
@@ -7,8 +7,7 @@ url("./parallel-ui-icons.eot?ba0945c9a93a5d052f402ac111d7c729#iefix") format("em
7
7
  url("./parallel-ui-icons.svg?ba0945c9a93a5d052f402ac111d7c729#parallel-ui-icons") format("svg");
8
8
  }
9
9
 
10
- /* Match any element (e.g. span.p-button-icon), not only <i>, so PrimeNG-style
11
- class="pi pi-copy" picks up the icon font on :before. */
10
+ /* Apply icon font on :before for any element (e.g. span.p-button-icon), not only <i>. */
12
11
  [class^="pi-"]:before, [class*=" pi-"]:before {
13
12
  font-family: parallel-ui-icons !important;
14
13
  font-style: normal;
@@ -16,6 +15,8 @@ url("./parallel-ui-icons.svg?ba0945c9a93a5d052f402ac111d7c729#parallel-ui-icons"
16
15
  font-variant: normal;
17
16
  text-transform: none;
18
17
  line-height: 1;
18
+ display: inline-block;
19
+ vertical-align: 0.1em;
19
20
  -webkit-font-smoothing: antialiased;
20
21
  -moz-osx-font-smoothing: grayscale;
21
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qius.solutions/parallel-ui-icons",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "ParallelUI Icons - Icon library for Parallel UI",
5
5
  "scripts": {
6
6
  "build:icons": "mkdir -p fonts && npx fantasticon --config fantasticon.config.json",