lost-sia 1.1.2 → 1.1.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/CHANGELOG.md CHANGED
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [1.1.2] - 2022-05-12
7
+ ## [1.1.3] - 2022-05-12
8
+ ### Changed
9
+ - Move import of semantic-ui-css into index js
8
10
 
11
+ ## [1.1.2] - 2022-05-12
9
12
  ### Added
10
13
  - Sia dummy data for quick testing
11
14
  ### Changed
package/dist/index.css CHANGED
@@ -9,37 +9,6 @@
9
9
  height: 100%;
10
10
  background-color: #FFFF; }
11
11
 
12
- .sel-area-off {
13
- fill: none; }
14
-
15
- .sel-area-on {
16
- fill: blue;
17
- fill-opacity: 0.001; }
18
-
19
- .selected {
20
- fill-opacity: 0.01;
21
- cursor: grab; }
22
-
23
- circle.selected {
24
- fill-opacity: 1.0; }
25
-
26
- .not-selected {
27
- fill-opacity: 0.3; }
28
-
29
- circle.not-selected {
30
- fill-opacity: 1.0; }
31
-
32
- .node-halo-on {
33
- fill: orange;
34
- stroke: orange;
35
- fill-opacity: 0.1;
36
- stroke-opacity: 0.2;
37
- cursor: grab; }
38
-
39
- .node-halo-off {
40
- fill: none;
41
- stroke: none; }
42
-
43
12
  /*
44
13
  * # Semantic UI - 2.4.0
45
14
  * https://github.com/Semantic-Org/Semantic-UI
@@ -24821,3 +24790,34 @@ body.pushable > .pusher {
24821
24790
  background-color: #fff6cd; }
24822
24791
  100% {
24823
24792
  background-color: #fcfcfd; } }
24793
+
24794
+ .sel-area-off {
24795
+ fill: none; }
24796
+
24797
+ .sel-area-on {
24798
+ fill: blue;
24799
+ fill-opacity: 0.001; }
24800
+
24801
+ .selected {
24802
+ fill-opacity: 0.01;
24803
+ cursor: grab; }
24804
+
24805
+ circle.selected {
24806
+ fill-opacity: 1.0; }
24807
+
24808
+ .not-selected {
24809
+ fill-opacity: 0.3; }
24810
+
24811
+ circle.not-selected {
24812
+ fill-opacity: 1.0; }
24813
+
24814
+ .node-halo-on {
24815
+ fill: orange;
24816
+ stroke: orange;
24817
+ fill-opacity: 0.1;
24818
+ stroke-opacity: 0.2;
24819
+ cursor: grab; }
24820
+
24821
+ .node-halo-off {
24822
+ fill: none;
24823
+ stroke: none; }