@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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-wcctools',
6
- version: '1.0.77',
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: 'Roboto', sans-serif;
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: 'Roboto', sans-serif;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-wcctools",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "private": false,
5
5
  "description": "wcc tools for creating element catalogues",
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-wcctools',
6
- version: '1.0.77',
6
+ version: '1.0.78',
7
7
  description: 'wcc tools for creating element catalogues'
8
8
  }
@@ -61,7 +61,7 @@ export class WccDashboard extends DeesElement {
61
61
  return html`
62
62
  <style>
63
63
  :host {
64
- font-family: 'Roboto', sans-serif;
64
+ font-family: 'Mona Sans', 'Inter', sans-serif;
65
65
  background: #fcfcfc;
66
66
  display: block;
67
67
  box-sizing: border-box;
@@ -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: 'Roboto', sans-serif;
28
+ font-family: 'Mona Sans', 'Inter', sans-serif;
29
29
  box-sizing: border-box;
30
30
  position: absolute;
31
31
  left: 0px;