@stoker-platform/web-app 0.5.186 → 0.5.187

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,5 +1,11 @@
1
1
  # @stoker-platform/web-app
2
2
 
3
+ ## 0.5.187
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: revert default Firestore edition to standard
8
+
3
9
  ## 0.5.186
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/web-app",
3
- "version": "0.5.186",
3
+ "version": "0.5.187",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "scripts": {
@@ -180,7 +180,7 @@ export const DashboardMetric = ({ metric, title, collection }: DashboardMetricPr
180
180
  <div className="text-[16px] font-[600] line-clamp-1 text-center">{metricTitle}</div>
181
181
  {connectionStatus === "online" || isPreloadCacheEnabled ? (
182
182
  isLoading || (isPreloadCacheEnabled && isCacheLoading) ? (
183
- <div className="flex items-center justify-center min-h-10">
183
+ <div className="flex items-center justify-center min-h-10 text-primary/80 dark:text-primary">
184
184
  <LoadingSpinner size={7} />
185
185
  </div>
186
186
  ) : (