datastake-daf 0.6.133 → 0.6.135

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.
@@ -0,0 +1,13 @@
1
+ {
2
+ "cSpell.words": ["cukura"],
3
+ "files.autoSave": "afterDelay",
4
+ "editor.wordWrap": "on",
5
+ "editor.autoClosingBrackets": "always",
6
+ "editor.autoClosingComments": "always",
7
+ "editor.autoClosingQuotes": "always",
8
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
9
+ "editor.formatOnPaste": true,
10
+ "editor.formatOnSave": true,
11
+ "notebook.defaultFormatter": "esbenp.prettier-vscode",
12
+ "javascript.format.semicolons": "insert"
13
+ }
@@ -16393,7 +16393,7 @@ const renderTooltipJsx = ({
16393
16393
  const MINE_SITE = "mineSite";
16394
16394
  const VILLAGE = "village";
16395
16395
  const EXPORTER = "exporter";
16396
- const PROCESSOR = "processor";
16396
+ const PROCESSOR = "mineralProcessor";
16397
16397
  const DEPOT = "depot";
16398
16398
  const MAX_EXTRA_SMALL_ZOOM_THRESHOLD = 2;
16399
16399
  const MAX_SMALL_ZOOM_THRESHOLD = 3;
@@ -16661,7 +16661,7 @@ const StakeholderMarker = dt.div`
16661
16661
  }
16662
16662
  }
16663
16663
 
16664
- &.processor {
16664
+ &.mineralProcessor {
16665
16665
  background-color: var(--purple-50);
16666
16666
  box-shadow: 0 12px 8px rgba(0, 0, 0, 0.15);
16667
16667
  &:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.133",
3
+ "version": "0.6.135",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -62,7 +62,7 @@ export const StakeholderMarker = styled.div`
62
62
  }
63
63
  }
64
64
 
65
- &.processor {
65
+ &.mineralProcessor {
66
66
  background-color: var(--purple-50);
67
67
  box-shadow: 0 12px 8px rgba(0, 0, 0, 0.15);
68
68
  &:hover {
@@ -3,7 +3,7 @@ import * as L from "leaflet";
3
3
  const MINE_SITE = "mineSite";
4
4
  const VILLAGE = "village";
5
5
  const EXPORTER = "exporter";
6
- const PROCESSOR = "processor";
6
+ const PROCESSOR = "mineralProcessor";
7
7
  const DEPOT = "depot";
8
8
 
9
9
  const MAX_EXTRA_SMALL_ZOOM_THRESHOLD = 2;
@@ -11,7 +11,7 @@ export const storyConfig = {
11
11
  stakeholders: [
12
12
  {
13
13
  datastakeId: "STK00000001",
14
- type: "processor",
14
+ type: "mineralProcessor",
15
15
  name: "STK00000001",
16
16
  links: ["STK00000009"],
17
17
  subTitle: "Sub Title 1",
@@ -31,7 +31,7 @@ export const storyConfig = {
31
31
  },
32
32
  {
33
33
  datastakeId: "STK00000004",
34
- type: "processor",
34
+ type: "mineralProcessor",
35
35
  name: "STK00000004",
36
36
  subTitle: "Sub Title 2",
37
37
  },
@@ -43,7 +43,7 @@ export const storyConfig = {
43
43
  },
44
44
  {
45
45
  datastakeId: "STK00000006",
46
- type: "processor",
46
+ type: "mineralProcessor",
47
47
  name: "STK00000006",
48
48
  subTitle: "Sub Title 3",
49
49
  },
@@ -55,7 +55,7 @@ export const storyConfig = {
55
55
  },
56
56
  {
57
57
  datastakeId: "STK00000008",
58
- type: "processor",
58
+ type: "mineralProcessor",
59
59
  name: "STK00000008",
60
60
  subTitle: "Sub Title 4",
61
61
  },
@@ -67,7 +67,7 @@ export const storyConfig = {
67
67
  },
68
68
  {
69
69
  datastakeId: "STK00000010",
70
- type: "processor",
70
+ type: "mineralProcessor",
71
71
  name: "STK00000010",
72
72
  subTitle: "Sub Title 5",
73
73
  },
@@ -91,7 +91,7 @@ export const storyConfig = {
91
91
  stakeholders: [
92
92
  {
93
93
  datastakeId: "STK00000012",
94
- type: "processor",
94
+ type: "mineralProcessor",
95
95
  name: "STK00000012",
96
96
  subTitle: "Sub Title 1",
97
97
  links: [
@@ -134,13 +134,13 @@ export const storyConfig = {
134
134
  },
135
135
  {
136
136
  datastakeId: "STK00000018",
137
- type: "processor",
137
+ type: "mineralProcessor",
138
138
  name: "STK00000018",
139
139
  subTitle: "Sub Title 1",
140
140
  },
141
141
  {
142
142
  datastakeId: "STK00000019",
143
- type: "processor",
143
+ type: "mineralProcessor",
144
144
  name: "STK00000019",
145
145
  subTitle: "Sub Title 1",
146
146
  },
@@ -153,7 +153,7 @@ export const storyConfig = {
153
153
  "STK00000015",
154
154
  ],
155
155
  datastakeId: "STK00000020",
156
- type: "processor",
156
+ type: "mineralProcessor",
157
157
  name: "STK00000020",
158
158
  subTitle: "Sub Title 1",
159
159
  },
@@ -176,7 +176,7 @@ export const storyConfig = {
176
176
  },
177
177
  {
178
178
  datastakeId: "STK00000024",
179
- type: "processor",
179
+ type: "mineralProcessor",
180
180
  name: "STK00000024",
181
181
  subTitle: "Sub Title 1",
182
182
  links: ["STK00000016"],
@@ -194,7 +194,7 @@ export const storyConfig = {
194
194
  stakeholders: [
195
195
  {
196
196
  datastakeId: "STK00000017",
197
- type: "processor",
197
+ type: "mineralProcessor",
198
198
  name: "STK00000017",
199
199
  subTitle: "Sub Title 1",
200
200
  },
@@ -208,7 +208,7 @@ export const storyConfig = {
208
208
  value: 33,
209
209
  },
210
210
  {
211
- label: "Processor",
211
+ label: "mineralProcessor",
212
212
  value: 33,
213
213
  },
214
214
  ];