@design.estate/dees-wcctools 1.0.77 → 1.0.78
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/wcc-dashboard.js +1 -1
- package/dist_ts_web/elements/wcc-sidebar.js +1 -1
- package/package.json +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/wcc-dashboard.ts +1 -1
- package/ts_web/elements/wcc-sidebar.ts +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@design.estate/dees-wcctools',
|
|
6
|
-
version: '1.0.
|
|
6
|
+
version: '1.0.78',
|
|
7
7
|
description: 'wcc tools for creating element catalogues'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsOEJBQThCO0lBQ3BDLE9BQU8sRUFBRSxRQUFRO0lBQ2pCLFdBQVcsRUFBRSwyQ0FBMkM7Q0FDekQsQ0FBQSJ9
|
|
@@ -38,7 +38,7 @@ export let WccDashboard = class WccDashboard extends DeesElement {
|
|
|
38
38
|
return html `
|
|
39
39
|
<style>
|
|
40
40
|
:host {
|
|
41
|
-
font-family: '
|
|
41
|
+
font-family: 'Mona Sans', 'Inter', sans-serif;
|
|
42
42
|
background: #fcfcfc;
|
|
43
43
|
display: block;
|
|
44
44
|
box-sizing: border-box;
|
|
@@ -22,7 +22,7 @@ export let WccSidebar = class WccSidebar extends DeesElement {
|
|
|
22
22
|
:host {
|
|
23
23
|
display: block;
|
|
24
24
|
border-right: 1px solid #999;
|
|
25
|
-
font-family: '
|
|
25
|
+
font-family: 'Mona Sans', 'Inter', sans-serif;
|
|
26
26
|
box-sizing: border-box;
|
|
27
27
|
position: absolute;
|
|
28
28
|
left: 0px;
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@ export class WccSidebar extends DeesElement {
|
|
|
25
25
|
:host {
|
|
26
26
|
display: block;
|
|
27
27
|
border-right: 1px solid #999;
|
|
28
|
-
font-family: '
|
|
28
|
+
font-family: 'Mona Sans', 'Inter', sans-serif;
|
|
29
29
|
box-sizing: border-box;
|
|
30
30
|
position: absolute;
|
|
31
31
|
left: 0px;
|