@reltio/authoring 1.4.2100 → 1.4.2101
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/bundle.js +1 -1
- package/main.css +14 -15
- package/package.json +5 -5
package/main.css
CHANGED
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
}
|
|
30
30
|
.rst__rowLandingPad::before,
|
|
31
31
|
.rst__rowCancelPad::before {
|
|
32
|
-
background-color: rgba(0,114,207,0.12);
|
|
33
|
-
border: 1px dashed #
|
|
32
|
+
background-color: rgba(0, 114, 207, 0.12);
|
|
33
|
+
border: 1px dashed #2184d4;
|
|
34
34
|
content: '';
|
|
35
35
|
position: absolute;
|
|
36
36
|
top: 0;
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
* Alternate appearance of the landing pad when the dragged location is invalid
|
|
45
45
|
*/
|
|
46
46
|
.rst__rowCancelPad::before {
|
|
47
|
-
background-color: rgba(255,102,115,0.12);
|
|
48
|
-
border: 1px dashed #
|
|
47
|
+
background-color: rgba(255, 102, 115, 0.12);
|
|
48
|
+
border: 1px dashed #ff6673;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
/**
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
align-items: start;
|
|
115
115
|
padding-top: 3px;
|
|
116
116
|
cursor: move;
|
|
117
|
-
color: rgba(0,0,0,0.54);
|
|
117
|
+
color: rgba(0, 0, 0, 0.54);
|
|
118
118
|
visibility: hidden;
|
|
119
119
|
width: 17px;
|
|
120
120
|
margin-left: -13px;
|
|
@@ -122,22 +122,22 @@
|
|
|
122
122
|
.rst__moveHandle svg {
|
|
123
123
|
margin-left: 0px;
|
|
124
124
|
}
|
|
125
|
-
.rst__moveHandle + .rst__rowContents .rst__buttonWrapper{
|
|
125
|
+
.rst__moveHandle + .rst__rowContents .rst__buttonWrapper {
|
|
126
126
|
margin-left: -4px;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
.rst__node:hover .rst__moveHandle {
|
|
130
130
|
visibility: visible;
|
|
131
131
|
}
|
|
132
|
-
.rst_node_hover_disabled:hover
|
|
132
|
+
.rst_node_hover_disabled:hover .rst__moveHandle {
|
|
133
133
|
visibility: hidden;
|
|
134
134
|
}
|
|
135
135
|
.rst__loadingHandle {
|
|
136
136
|
height: 100%;
|
|
137
137
|
width: 44px;
|
|
138
138
|
background: #d9d9d9
|
|
139
|
-
|
|
140
|
-
|
|
139
|
+
url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIuOSIgPjxwYXRoIGQ9Ik0xNCAxNS43aDE0LjQiLz48cGF0aCBkPSJNMTQgMjEuNGgxNC40Ii8+PHBhdGggZD0iTTE0IDI3LjFoMTQuNCIvPjwvZz4KPC9zdmc+)
|
|
140
|
+
no-repeat center;
|
|
141
141
|
border: solid #aaa 1px;
|
|
142
142
|
box-shadow: 0 2px 2px -2px;
|
|
143
143
|
cursor: move;
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
|
|
294
294
|
.rst__collapseButton,
|
|
295
295
|
.rst__expandButton {
|
|
296
|
-
transition: transform .15s ease;
|
|
296
|
+
transition: transform 0.15s ease;
|
|
297
297
|
width: 0;
|
|
298
298
|
height: 0;
|
|
299
299
|
border-left: 4px solid transparent;
|
|
@@ -309,7 +309,6 @@
|
|
|
309
309
|
transform: rotate(-90deg);
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
|
|
313
312
|
/**
|
|
314
313
|
* Extra class applied to VirtualScroll through className prop
|
|
315
314
|
*/
|
|
@@ -339,7 +338,7 @@
|
|
|
339
338
|
white-space: normal;
|
|
340
339
|
}
|
|
341
340
|
.rst__node:hover {
|
|
342
|
-
background-color: rgba(0,0,0,0.06);
|
|
341
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
343
342
|
}
|
|
344
343
|
.rst_node_hover_disabled:hover {
|
|
345
344
|
background-color: transparent;
|
|
@@ -388,7 +387,7 @@
|
|
|
388
387
|
.rst__lineHalfVerticalBottom::after {
|
|
389
388
|
position: absolute;
|
|
390
389
|
content: '';
|
|
391
|
-
background-color: rgba(0,122,193,0.3);
|
|
390
|
+
background-color: rgba(0, 122, 193, 0.3);
|
|
392
391
|
}
|
|
393
392
|
|
|
394
393
|
/**
|
|
@@ -579,7 +578,7 @@
|
|
|
579
578
|
height: calc(100% + 4px);
|
|
580
579
|
top: 0;
|
|
581
580
|
right: 2px;
|
|
582
|
-
width: calc(50%
|
|
581
|
+
width: calc(50% + 1px);
|
|
583
582
|
}
|
|
584
583
|
|
|
585
584
|
.rst__rtl.rst__highlightBottomLeftCorner::before {
|
|
@@ -619,7 +618,7 @@
|
|
|
619
618
|
.rst__lineChildren::after {
|
|
620
619
|
content: '';
|
|
621
620
|
position: absolute;
|
|
622
|
-
background-color: rgba(0,122,193,0.3);
|
|
621
|
+
background-color: rgba(0, 122, 193, 0.3);
|
|
623
622
|
width: 1px;
|
|
624
623
|
left: 50%;
|
|
625
624
|
bottom: 0;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/authoring",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2101",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "bundle.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@reltio/components": "^1.4.
|
|
8
|
-
"@reltio/mdm-module": "^1.4.
|
|
9
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
10
|
-
"@reltio/profile": "^1.4.
|
|
7
|
+
"@reltio/components": "^1.4.2048",
|
|
8
|
+
"@reltio/mdm-module": "^1.4.1938",
|
|
9
|
+
"@reltio/mdm-sdk": "^1.4.1906",
|
|
10
|
+
"@reltio/profile": "^1.4.2095"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@mui/icons-material": "^5.11.16",
|