@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-catalog",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
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.3',
6
+ version: '1.1.5',
7
7
  description: 'A library for building components and other projects'
8
8
  }
@@ -141,8 +141,8 @@ export class DeesDataviewCodebox extends DeesElement {
141
141
  code *,
142
142
  .lineNumbers {
143
143
  line-height: 1.4em;
144
- font-weight: 400;
145
- font-family: 'Geist Mono', 'Intel One Mono', 'monospace';
144
+ font-weight: 200;
145
+ font-family: 'Intel One Mono', 'monospace', 'Geist Mono';
146
146
  }
147
147
 
148
148
  .hljs-string {
@@ -133,7 +133,7 @@ export class DeesDataviewStatusobject extends DeesElement {
133
133
 
134
134
  .detail .detailsText .value {
135
135
  font-size: 14px;
136
- font-family: 'Intel One Mono';
136
+ font-family: 'Intel One Mono', 'Geist Mono';
137
137
  }
138
138
  `,
139
139
  ];