fx-form-builder-wrapper 0.0.32 → 0.0.34
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 +1 -1
- package/src/styles/fa-icon.css +2 -2
package/package.json
CHANGED
package/src/styles/fa-icon.css
CHANGED
|
@@ -27756,7 +27756,7 @@
|
|
|
27756
27756
|
--fa-style-family-classic: 'Font Awesome 6 Pro';
|
|
27757
27757
|
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro'; }
|
|
27758
27758
|
|
|
27759
|
-
@font-face {
|
|
27759
|
+
/* @font-face {
|
|
27760
27760
|
font-family: 'Font Awesome 6 Pro';
|
|
27761
27761
|
font-style: normal;
|
|
27762
27762
|
font-weight: 400;
|
|
@@ -27782,7 +27782,7 @@
|
|
|
27782
27782
|
font-weight: 900; }
|
|
27783
27783
|
:root, :host {
|
|
27784
27784
|
--fa-style-family-classic: 'Font Awesome 6 Pro';
|
|
27785
|
-
--fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro'; }
|
|
27785
|
+
--fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro'; } */
|
|
27786
27786
|
|
|
27787
27787
|
/* Font Awesome 6 Pro */
|
|
27788
27788
|
@font-face {
|