@design.estate/dees-catalog 1.0.260 → 1.0.261

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-catalog',
6
- version: '1.0.260',
6
+ version: '1.0.261',
7
7
  description: 'website for lossless.com'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsNkJBQTZCO0lBQ25DLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLFdBQVcsRUFBRSwwQkFBMEI7Q0FDeEMsQ0FBQSJ9
@@ -37,7 +37,7 @@ let DeesSimpleAppDash = class DeesSimpleAppDash extends DeesElement {
37
37
  font-family: 'Roboto', 'Inter', sans-serif;
38
38
  padding: 0px 16px;
39
39
  z-index: 2;
40
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
40
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.8);
41
41
  display: grid;
42
42
  grid-template-columns: min-content 1fr auto;
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-catalog",
3
- "version": "1.0.260",
3
+ "version": "1.0.261",
4
4
  "private": false,
5
5
  "description": "website for lossless.com",
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.0.260',
6
+ version: '1.0.261',
7
7
  description: 'website for lossless.com'
8
8
  }
@@ -49,7 +49,7 @@ export class DeesSimpleAppDash extends DeesElement {
49
49
  font-family: 'Roboto', 'Inter', sans-serif;
50
50
  padding: 0px 16px;
51
51
  z-index: 2;
52
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
52
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.8);
53
53
  display: grid;
54
54
  grid-template-columns: min-content 1fr auto;
55
55
  }