@eturnity/eturnity_3d 8.4.3-EPDM-13208.7 → 8.4.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_3d",
3
3
  "private": false,
4
- "version": "8.4.3-EPDM-13208.7",
4
+ "version": "8.4.3",
5
5
  "files": [
6
6
  "dist",
7
7
  "src"
@@ -15,7 +15,7 @@
15
15
  "prettier": "prettier --write \"**/*.{js,vue}\""
16
16
  },
17
17
  "dependencies": {
18
- "@eturnity/eturnity_maths": "8.4.2-EPDM-13208.6",
18
+ "@eturnity/eturnity_maths": "8.4.2",
19
19
  "@originjs/vite-plugin-commonjs": "1.0.3",
20
20
  "core-js": "3.30.2",
21
21
  "cors": "2.8.5",
@@ -4,7 +4,6 @@ import {
4
4
  updateComputedGeometryPolygon,
5
5
  getRoofMarginOutline,
6
6
  getObstacleMarginOutline,
7
- midPoint,
8
7
  } from '@eturnity/eturnity_maths'
9
8
  import OverlayLayer from '../Overlay/OverlayLayer'
10
9
  import getLayers from '../utils/layers'
@@ -188,7 +187,7 @@ export async function hydratePolygons({
188
187
  const outline = module.outline.map((p) => {
189
188
  return { x: p[0], y: p[1], z: p[2] }
190
189
  })
191
- let panel = new Polygon(outline, '')
190
+ const panel = new Polygon(outline, '')
192
191
  panel.id = module.module_uuid
193
192
  panel.row_index = module.row_index
194
193
  panel.col_index = module.col_index
@@ -212,7 +211,6 @@ export async function hydratePolygons({
212
211
  userDeactivatedPanels.push(panel)
213
212
  break
214
213
  }
215
- panel = updateComputedGeometryPolygon(panel)
216
214
  })
217
215
 
218
216
  const roof = roofs.find((r) => r.id == moduleFieldResp.roof_uuid)
Binary file
Binary file
@@ -1,43 +0,0 @@
1
- const theme = {
2
- colors: {
3
- primary: '#282387',
4
- secondary: '#818181',
5
- tertiary: '#d5d5d5',
6
- black: '#263238',
7
- yellow: '#fdb813',
8
- darkGray: '#818181',
9
- mediumGray: '#d5d5d5',
10
- lightGray: '#f2f2f2',
11
- white: '#fff',
12
- blue: '#48a2d0',
13
- red: '#FF5656',
14
- blue1: '#e4efff',
15
- blue2: '#F6FAFF',
16
- grey1: '#666',
17
- grey2: '#c4c4c4',
18
- grey3: '#b2b9c5',
19
- grey4: '#dee2eb',
20
- grey5: '#fafafa',
21
- grey6: '#555d61',
22
- turquoise: '#20A4CA',
23
- green: '#99db0c',
24
- purple: '#505ca6',
25
- disabled: '#dfe1e1',
26
- transparentWhite1: '#ffffff32',
27
- transparentBlack1: '#263238e6',
28
- transparentBlue1: '#20a4cae6',
29
- blueElectric: '#66dffa',
30
- eturnityGrey: '#263238'
31
- },
32
-
33
- screen: {
34
- mobileSmall: '345px',
35
- mobile: '425px',
36
- mobileLarge: '530px',
37
- tablet: '768px',
38
- tabletLarge: '950px'
39
- },
40
- borderRadius: '4px'
41
- }
42
-
43
- export default theme
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="37.07" height="36" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 198"><path fill="#41B883" d="M204.8 0H256L128 220.8L0 0h97.92L128 51.2L157.44 0h47.36Z"></path><path fill="#41B883" d="m0 0l128 220.8L256 0h-51.2L128 132.48L50.56 0H0Z"></path><path fill="#35495E" d="M50.56 0L128 133.12L204.8 0h-47.36L128 51.2L97.92 0H50.56Z"></path></svg>