willba-component-library 0.4.13 → 0.4.14

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.
Files changed (2) hide show
  1. package/lib/index.css +0 -2
  2. package/package.json +1 -1
package/lib/index.css CHANGED
@@ -1080,8 +1080,6 @@ button.will-filter-bar-submit-button:disabled {
1080
1080
  gap: 10px;
1081
1081
  }
1082
1082
 
1083
- @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
1084
-
1085
1083
  .will-root * {
1086
1084
  font-family: 'Montserrat', sans-serif;
1087
1085
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "willba-component-library",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "A custom UI component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",