@design.estate/dees-catalog 1.1.5 → 1.1.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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '1.1.5',
6
+ version: '1.1.6',
7
7
  description: 'A library for building components and other projects'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsNkJBQTZCO0lBQ25DLE9BQU8sRUFBRSxPQUFPO0lBQ2hCLFdBQVcsRUFBRSxzREFBc0Q7Q0FDcEUsQ0FBQSJ9
@@ -124,7 +124,7 @@ let DeesDataviewCodebox = class DeesDataviewCodebox extends DeesElement {
124
124
  .lineNumbers {
125
125
  line-height: 1.4em;
126
126
  font-weight: 200;
127
- font-family: 'Intel One Mono', 'monospace', 'Geist Mono';
127
+ font-family: 'Intel One Mono', 'Geist Mono', 'monospace';
128
128
  }
129
129
 
130
130
  .hljs-string {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-catalog",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "private": false,
5
5
  "description": "A library for building components and other projects",
6
6
  "main": "dist_ts_web/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '1.1.5',
6
+ version: '1.1.6',
7
7
  description: 'A library for building components and other projects'
8
8
  }
@@ -142,7 +142,7 @@ export class DeesDataviewCodebox extends DeesElement {
142
142
  .lineNumbers {
143
143
  line-height: 1.4em;
144
144
  font-weight: 200;
145
- font-family: 'Intel One Mono', 'monospace', 'Geist Mono';
145
+ font-family: 'Intel One Mono', 'Geist Mono', 'monospace';
146
146
  }
147
147
 
148
148
  .hljs-string {