@design.estate/dees-catalog 1.1.3 → 1.1.5

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '1.1.3',
6
+ version: '1.1.5',
7
7
  description: 'A library for building components and other projects'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsNkJBQTZCO0lBQ25DLE9BQU8sRUFBRSxPQUFPO0lBQ2hCLFdBQVcsRUFBRSxzREFBc0Q7Q0FDcEUsQ0FBQSJ9
@@ -123,8 +123,8 @@ let DeesDataviewCodebox = class DeesDataviewCodebox extends DeesElement {
123
123
  code *,
124
124
  .lineNumbers {
125
125
  line-height: 1.4em;
126
- font-weight: 400;
127
- font-family: 'Geist Mono', 'Intel One Mono', 'monospace';
126
+ font-weight: 200;
127
+ font-family: 'Intel One Mono', 'monospace', 'Geist Mono';
128
128
  }
129
129
 
130
130
  .hljs-string {
@@ -119,7 +119,7 @@ let DeesDataviewStatusobject = class DeesDataviewStatusobject extends DeesElemen
119
119
 
120
120
  .detail .detailsText .value {
121
121
  font-size: 14px;
122
- font-family: 'Intel One Mono';
122
+ font-family: 'Intel One Mono', 'Geist Mono';
123
123
  }
124
124
  `,
125
125
  ]; }
@@ -107501,7 +107501,7 @@ var DeesDataviewCodebox = class extends DeesElement {
107501
107501
  .lineNumbers {
107502
107502
  line-height: 1.4em;
107503
107503
  font-weight: 400;
107504
- font-family: 'Geist Mono', 'Intel One Mono', 'monospace';
107504
+ font-family: 'Intel One Mono', 'monospace', 'Geist Mono';
107505
107505
  }
107506
107506
 
107507
107507
  .hljs-string {
@@ -107789,7 +107789,7 @@ DeesDataviewStatusobject.styles = [
107789
107789
 
107790
107790
  .detail .detailsText .value {
107791
107791
  font-size: 14px;
107792
- font-family: 'Intel One Mono';
107792
+ font-family: 'Intel One Mono', 'Geist Mono';
107793
107793
  }
107794
107794
  `
107795
107795
  ];