@cyber-harbour/ui 1.0.36 → 1.0.37

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/dist/index.d.mts CHANGED
@@ -234,6 +234,10 @@ type Theme = {
234
234
  highlightedTextBgColor: string;
235
235
  };
236
236
  };
237
+ contentLoader: {
238
+ foreground: string;
239
+ background: string;
240
+ };
237
241
  };
238
242
  type ThemeColors = Theme['colors'];
239
243
  type ColorCategory = keyof ThemeColors;
package/dist/index.d.ts CHANGED
@@ -234,6 +234,10 @@ type Theme = {
234
234
  highlightedTextBgColor: string;
235
235
  };
236
236
  };
237
+ contentLoader: {
238
+ foreground: string;
239
+ background: string;
240
+ };
237
241
  };
238
242
  type ThemeColors = Theme['colors'];
239
243
  type ColorCategory = keyof ThemeColors;