@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/dist_bundle/bundle.js +4 -4
- 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 +2 -2
- package/dist_ts_web/elements/dees-dataview-statusobject.js +1 -1
- package/dist_watch/bundle.js +2 -2
- package/dist_watch/bundle.js.map +1 -1
- package/package.json +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/dees-dataview-codebox.ts +2 -2
- package/ts_web/elements/dees-dataview-statusobject.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.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:
|
|
127
|
-
font-family: '
|
|
126
|
+
font-weight: 200;
|
|
127
|
+
font-family: 'Intel One Mono', 'monospace', 'Geist Mono';
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
.hljs-string {
|
package/dist_watch/bundle.js
CHANGED
|
@@ -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: '
|
|
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
|
];
|