bfg-common 1.3.384 → 1.3.385

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.
@@ -464,7 +464,11 @@
464
464
  />
465
465
  </div>
466
466
 
467
- <atoms-loader v-show="props.loading" class="datagrid-spinner" />
467
+ <atoms-loader
468
+ v-show="props.loading"
469
+ class="datagrid-spinner"
470
+ :test-id="`${props.testId}-spinner`"
471
+ />
468
472
  </div>
469
473
  </div>
470
474
  <div
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.384",
4
+ "version": "1.3.385",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",