@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.
- package/dist_bundle/bundle.js +2 -2
- package/dist_bundle/bundle.js.map +1 -1
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/dist_ts_web/elements/dees-dataview-codebox.js +1 -1
- package/package.json +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/dees-dataview-codebox.ts +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@design.estate/dees-catalog',
|
|
6
|
-
version: '1.1.
|
|
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', '
|
|
127
|
+
font-family: 'Intel One Mono', 'Geist Mono', 'monospace';
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
.hljs-string {
|
package/package.json
CHANGED
|
@@ -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', '
|
|
145
|
+
font-family: 'Intel One Mono', 'Geist Mono', 'monospace';
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.hljs-string {
|