@design.estate/dees-catalog 3.55.5 → 3.55.6

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.
@@ -184535,7 +184535,7 @@ __publicField(_DeesHeading, "styles", [
184535
184535
  align-items: center;
184536
184536
  text-align: center;
184537
184537
  margin: 16px 0;
184538
- color: ${cssManager.bdTheme("#000", "#fff")};
184538
+ color: ${cssManager.bdTheme("#999", "#555")};
184539
184539
  }
184540
184540
  /* Fade lines toward and away from text for hr style */
184541
184541
  .heading-hr::before {
@@ -198447,7 +198447,7 @@ init_group_runtime();
198447
198447
  // ts_web/00_commitinfo_data.ts
198448
198448
  var commitinfo = {
198449
198449
  name: "@design.estate/dees-catalog",
198450
- version: "3.55.5",
198450
+ version: "3.55.6",
198451
198451
  description: "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript."
198452
198452
  };
198453
198453
  export {
@@ -200418,4 +200418,4 @@ ibantools/jsnext/ibantools.js:
200418
200418
  * @preferred
200419
200419
  *)
200420
200420
  */
200421
- //# sourceMappingURL=bundle-1775305794845.js.map
200421
+ //# sourceMappingURL=bundle-1775334048944.js.map
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '3.55.5',
6
+ version: '3.55.6',
7
7
  description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsNkJBQTZCO0lBQ25DLE9BQU8sRUFBRSxRQUFRO0lBQ2pCLFdBQVcsRUFBRSxzSkFBc0o7Q0FDcEssQ0FBQSJ9
@@ -89,7 +89,7 @@ let DeesHeading = (() => {
89
89
  align-items: center;
90
90
  text-align: center;
91
91
  margin: 16px 0;
92
- color: ${cssManager.bdTheme('#000', '#fff')};
92
+ color: ${cssManager.bdTheme('#999', '#555')};
93
93
  }
94
94
  /* Fade lines toward and away from text for hr style */
95
95
  .heading-hr::before {
@@ -189879,7 +189879,7 @@ __publicField(_DeesHeading, "styles", [
189879
189879
  align-items: center;
189880
189880
  text-align: center;
189881
189881
  margin: 16px 0;
189882
- color: ${cssManager.bdTheme("#000", "#fff")};
189882
+ color: ${cssManager.bdTheme("#999", "#555")};
189883
189883
  }
189884
189884
  /* Fade lines toward and away from text for hr style */
189885
189885
  .heading-hr::before {