gatsby-matrix-theme 32.0.2 → 32.0.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [32.0.3](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v32.0.2...v32.0.3) (2023-09-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add loading icon ([d976243](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/d976243de347bcd19d4d0672d041859922c9df81))
7
+
1
8
  ## [32.0.2](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v32.0.1...v32.0.2) (2023-09-05)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "32.0.2",
3
+ "version": "32.0.3",
4
4
  "main": "index.js",
5
5
  "description": "Matrix Theme NPM Package",
6
6
  "author": "",
@@ -6,7 +6,7 @@ import { FaSearch } from '@react-icons/all-files/fa/FaSearch';
6
6
  import loadable from '@loadable/component';
7
7
  import { translate } from 'gatsby-core-theme/src/helpers/getters';
8
8
  import { Context } from 'gatsby-core-theme/src/context/MainProvider';
9
-
9
+ import loadingImg from '../../../../images/loading.svg';
10
10
  import LazyImage from '~hooks/lazy-image';
11
11
  import ConditionalWrapper from '~atoms/conditional-wrapper';
12
12
  import { getURLParam } from '~helpers/getters';
@@ -311,7 +311,7 @@ const Search = ({
311
311
  )}
312
312
  {pageSearchOptionsCopy !== null && isLoading && (
313
313
  <span ref={loadingRef} className={styles?.loading || ''}>
314
- <LazyImage src="../../../images/loading.svg" alt="loading" />
314
+ <LazyImage src={loadingImg} alt="loading" />
315
315
  </span>
316
316
  )}
317
317
  {pageSearchOptionsCopy !== null && !isLoading && (
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="80px" height="10px" viewBox="0 0 128 16" xml:space="preserve"><path fill="#95b9c8" d="M6.4,4.8A3.2,3.2,0,1,1,3.2,8,3.2,3.2,0,0,1,6.4,4.8Zm12.8,0A3.2,3.2,0,1,1,16,8,3.2,3.2,0,0,1,19.2,4.8ZM32,4.8A3.2,3.2,0,1,1,28.8,8,3.2,3.2,0,0,1,32,4.8Zm12.8,0A3.2,3.2,0,1,1,41.6,8,3.2,3.2,0,0,1,44.8,4.8Zm12.8,0A3.2,3.2,0,1,1,54.4,8,3.2,3.2,0,0,1,57.6,4.8Zm12.8,0A3.2,3.2,0,1,1,67.2,8,3.2,3.2,0,0,1,70.4,4.8Zm12.8,0A3.2,3.2,0,1,1,80,8,3.2,3.2,0,0,1,83.2,4.8ZM96,4.8A3.2,3.2,0,1,1,92.8,8,3.2,3.2,0,0,1,96,4.8Zm12.8,0A3.2,3.2,0,1,1,105.6,8,3.2,3.2,0,0,1,108.8,4.8Zm12.8,0A3.2,3.2,0,1,1,118.4,8,3.2,3.2,0,0,1,121.6,4.8Z"/><g><path fill="#02577b" d="M-42.7,3.84A4.16,4.16,0,0,1-38.54,8a4.16,4.16,0,0,1-4.16,4.16A4.16,4.16,0,0,1-46.86,8,4.16,4.16,0,0,1-42.7,3.84Zm12.8-.64A4.8,4.8,0,0,1-25.1,8a4.8,4.8,0,0,1-4.8,4.8A4.8,4.8,0,0,1-34.7,8,4.8,4.8,0,0,1-29.9,3.2Zm12.8-.64A5.44,5.44,0,0,1-11.66,8a5.44,5.44,0,0,1-5.44,5.44A5.44,5.44,0,0,1-22.54,8,5.44,5.44,0,0,1-17.1,2.56Z"/><animateTransform attributeName="transform" type="translate" values="23 0;36 0;49 0;62 0;74.5 0;87.5 0;100 0;113 0;125.5 0;138.5 0;151.5 0;164.5 0;178 0" calcMode="discrete" dur="1170ms" repeatCount="indefinite"/></g></svg>