willba-component-library 0.0.65 → 0.0.66

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,6 +1,6 @@
1
1
  {
2
2
  "name": "willba-component-library",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "description": "A stroybook 6 with TypeScript demo",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
@@ -1,6 +1,6 @@
1
1
  import React from 'react'
2
2
  import { useTranslation } from 'react-i18next'
3
- import { FaSearch } from 'react-icons/fa'
3
+ // import { FaSearch } from 'react-icons/fa'
4
4
 
5
5
  import './SubmitButton.css'
6
6
 
@@ -9,9 +9,7 @@ export default function SubmitButton({ onClick }: any) {
9
9
 
10
10
  return (
11
11
  <button className="will-filter-bar-submit-button" onClick={onClick}>
12
- <span>
13
- <FaSearch />
14
- </span>
12
+ <span>{/* <FaSearch /> */}</span>
15
13
  {t('submit.label')}
16
14
  </button>
17
15
  )
@@ -1,4 +1,4 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
1
+ /* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); */
2
2
 
3
3
  .will-root * {
4
4
  font-family: 'Montserrat', sans-serif;