@truedat/lm 8.8.4 → 8.8.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/lm",
3
- "version": "8.8.4",
3
+ "version": "8.8.5",
4
4
  "description": "Truedat Link Manager",
5
5
  "sideEffects": [
6
6
  "**/*.css",
@@ -54,7 +54,7 @@
54
54
  "@testing-library/jest-dom": "^6.6.3",
55
55
  "@testing-library/react": "^16.3.0",
56
56
  "@testing-library/user-event": "^14.6.1",
57
- "@truedat/test": "8.8.4",
57
+ "@truedat/test": "8.8.5",
58
58
  "identity-obj-proxy": "^3.0.0",
59
59
  "jest": "^29.7.0",
60
60
  "redux-saga-test-plan": "^4.0.6"
@@ -86,5 +86,5 @@
86
86
  "semantic-ui-react": "^3.0.0-beta.2",
87
87
  "swr": "^2.3.3"
88
88
  },
89
- "gitHead": "eebd748d118e628959e9d935e9ba9baaebe0a8e1"
89
+ "gitHead": "d951a03df40f742b8604ae48f0b2fff197c3f5ee"
90
90
  }
@@ -1,4 +1,4 @@
1
- .concept-link-tags{
1
+ .concept-link-tags {
2
2
  list-style-type: none;
3
3
  padding: 0;
4
4
  }
@@ -10,5 +10,5 @@
10
10
  }
11
11
 
12
12
  .concept-link-dropdown {
13
- margin-top: 5px;
14
- }
13
+ margin-top: 5px;
14
+ }
@@ -39,7 +39,9 @@
39
39
  vertical-align: middle;
40
40
  }
41
41
 
42
- .ui.table.links-pane__table th.links-pane__cell--header .links-pane__filter-label {
42
+ .ui.table.links-pane__table
43
+ th.links-pane__cell--header
44
+ .links-pane__filter-label {
43
45
  display: inline-block;
44
46
  padding-right: 0;
45
47
  vertical-align: middle;
@@ -166,7 +166,9 @@
166
166
  border-radius: 50%;
167
167
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
168
168
  cursor: grab;
169
- transition: bottom 0.1s ease-out, transform 0.1s ease-out;
169
+ transition:
170
+ bottom 0.1s ease-out,
171
+ transform 0.1s ease-out;
170
172
 
171
173
  &.dragging {
172
174
  transform: translateX(-50%) scale(1.2);