camunda-bpmn-js 5.5.0 → 5.5.1

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.
@@ -1,117 +1,117 @@
1
- .bio-properties-panel {
2
- --color-grey-225-10-50: hsl(225, 10%, 50%);
3
-
4
- --select-template-background-color: var(--color-blue-205-100-50);
5
- --select-template-hover-background-color: var(--color-blue-205-100-45);
6
- --select-template-fill-color: var(--color-white);
7
- --select-template-label-color: var(--color-white);
8
-
9
- --unknown-template-background-color: var(--color-red-360-100-45);
10
- --unknown-template-hover-background-color: var(--color-red-360-100-40);
11
-
12
- --incompatible-template-background-color: rgb(255, 131, 43);
13
- --incompatible-template-hover-background-color: hsl(25, 100%, 50%);
14
- --incompatible-template-fill-color: var(--color-grey-225-10-15);
15
- --incompatible-template-label-color: var(--color-grey-225-10-15);
16
-
17
- --select-template-information-text-color: var(--color-grey-225-10-55);
18
-
19
- --deprecated-template-hover-background-color: var(--color-grey-225-10-50);
20
- --deprecated-template-background-color: var(--color-grey-225-10-55);
21
- }
22
-
23
- .bio-properties-panel-header-template-icon {
24
- object-fit: contain;
25
- }
26
-
27
- .bio-properties-panel-templates-group .bio-properties-panel-group-header {
28
- position: initial;
29
- }
30
-
31
- .bio-properties-panel-templates-group .bio-properties-panel-group-header-button:not(.bio-properties-panel-arrow) {
32
- padding-right: 6px;
33
- padding-left: 9px;
34
- border-radius: 11px;
35
- }
36
-
37
- .bio-properties-panel-applied-template-button .bio-properties-panel-group-header-button,
38
- .bio-properties-panel-template-update-available .bio-properties-panel-group-header-button,
39
- .bio-properties-panel-group-header-button.bio-properties-panel-select-template-button {
40
- background-color: var(--select-template-background-color);
41
- color: var(--select-template-label-color);
42
- fill: var(--select-template-fill-color);
43
- }
44
-
45
- .bio-properties-panel-applied-template-button .bio-properties-panel-group-header-button:hover,
46
- .bio-properties-panel-template-update-available .bio-properties-panel-group-header-button:hover,
47
- .bio-properties-panel-group-header-button.bio-properties-panel-select-template-button:hover {
48
- background-color: var(--select-template-hover-background-color);
49
- }
50
-
51
- .bio-properties-panel-templates-group .bio-properties-panel-group-header-button * {
52
- color: inherit;
53
- }
54
-
55
- .bio-properties-panel-templates-group .bio-properties-panel-group-header-button * + * {
56
- margin-left: 2px;
57
- }
58
-
59
- .bio-properties-panel-group-header-button.bio-properties-panel-select-template-button:last-child {
60
- padding-right: 9px;
61
- padding-left: 6px;
62
- margin-right: 22px;
63
- }
64
-
65
- .bio-properties-panel-template-update-available:last-child,
66
- .bio-properties-panel-applied-template-button:last-child,
67
- .bio-properties-panel-template-not-found:last-child,
68
- .bio-properties-panel-template-incompatible:last-child {
69
- margin-right: 32px;
70
- }
71
-
72
- .bio-properties-panel-remove-template {
73
- color: var(--text-error-color);
74
- }
75
-
76
- .bio-properties-panel-deprecated-template-button .bio-properties-panel-group-header-button {
77
- background-color: var(--deprecated-template-background-color);
78
- color: var(--select-template-label-color);
79
- fill: var(--select-template-fill-color);
80
- }
81
-
82
- .bio-properties-panel-deprecated-template-button:hover .bio-properties-panel-group-header-button:hover {
83
- background-color: var(--deprecated-template-hover-background-color);
84
- }
85
-
86
- .bio-properties-panel-template-not-found .bio-properties-panel-group-header-button {
87
- background-color: var(--unknown-template-background-color);
88
- color: var(--select-template-label-color);
89
- fill: var(--select-template-fill-color);
90
- }
91
-
92
- .bio-properties-panel-template-not-found .bio-properties-panel-group-header-button:hover {
93
- background-color: var(--unknown-template-hover-background-color);
94
- }
95
-
96
- .bio-properties-panel-template-incompatible .bio-properties-panel-group-header-button {
97
- background-color: var(--incompatible-template-background-color);
98
- color: var(--incompatible-template-label-color);
99
- fill: var(--incompatible-template-fill-color);
100
- }
101
-
102
- .bio-properties-panel-template-incompatible .bio-properties-panel-group-header-button:hover {
103
- background-color: var(--incompatible-template-hover-background-color);
104
- }
105
-
106
- .bio-properties-panel-template-not-found-text,
107
- .bio-properties-panel-template-update-available-text,
108
- .bio-properties-panel-template-incompatible-text {
109
- color: var(--select-template-information-text-color);
110
- }
111
-
112
- .bio-properties-panel-template-not-found-text,
113
- .bio-properties-panel-template-update-available-text,
114
- .bio-properties-panel-deprecated-template-text,
115
- .bio-properties-panel-template-incompatible-text {
116
- width: 216px;
117
- }
1
+ .bio-properties-panel {
2
+ --color-grey-225-10-50: hsl(225, 10%, 50%);
3
+
4
+ --select-template-background-color: var(--color-blue-205-100-50);
5
+ --select-template-hover-background-color: var(--color-blue-205-100-45);
6
+ --select-template-fill-color: var(--color-white);
7
+ --select-template-label-color: var(--color-white);
8
+
9
+ --unknown-template-background-color: var(--color-red-360-100-45);
10
+ --unknown-template-hover-background-color: var(--color-red-360-100-40);
11
+
12
+ --incompatible-template-background-color: rgb(255, 131, 43);
13
+ --incompatible-template-hover-background-color: hsl(25, 100%, 50%);
14
+ --incompatible-template-fill-color: var(--color-grey-225-10-15);
15
+ --incompatible-template-label-color: var(--color-grey-225-10-15);
16
+
17
+ --select-template-information-text-color: var(--color-grey-225-10-55);
18
+
19
+ --deprecated-template-hover-background-color: var(--color-grey-225-10-50);
20
+ --deprecated-template-background-color: var(--color-grey-225-10-55);
21
+ }
22
+
23
+ .bio-properties-panel-header-template-icon {
24
+ object-fit: contain;
25
+ }
26
+
27
+ .bio-properties-panel-templates-group .bio-properties-panel-group-header {
28
+ position: initial;
29
+ }
30
+
31
+ .bio-properties-panel-templates-group .bio-properties-panel-group-header-button:not(.bio-properties-panel-arrow) {
32
+ padding-right: 6px;
33
+ padding-left: 9px;
34
+ border-radius: 11px;
35
+ }
36
+
37
+ .bio-properties-panel-applied-template-button .bio-properties-panel-group-header-button,
38
+ .bio-properties-panel-template-update-available .bio-properties-panel-group-header-button,
39
+ .bio-properties-panel-group-header-button.bio-properties-panel-select-template-button {
40
+ background-color: var(--select-template-background-color);
41
+ color: var(--select-template-label-color);
42
+ fill: var(--select-template-fill-color);
43
+ }
44
+
45
+ .bio-properties-panel-applied-template-button .bio-properties-panel-group-header-button:hover,
46
+ .bio-properties-panel-template-update-available .bio-properties-panel-group-header-button:hover,
47
+ .bio-properties-panel-group-header-button.bio-properties-panel-select-template-button:hover {
48
+ background-color: var(--select-template-hover-background-color);
49
+ }
50
+
51
+ .bio-properties-panel-templates-group .bio-properties-panel-group-header-button * {
52
+ color: inherit;
53
+ }
54
+
55
+ .bio-properties-panel-templates-group .bio-properties-panel-group-header-button * + * {
56
+ margin-left: 2px;
57
+ }
58
+
59
+ .bio-properties-panel-group-header-button.bio-properties-panel-select-template-button:last-child {
60
+ padding-right: 9px;
61
+ padding-left: 6px;
62
+ margin-right: 22px;
63
+ }
64
+
65
+ .bio-properties-panel-template-update-available:last-child,
66
+ .bio-properties-panel-applied-template-button:last-child,
67
+ .bio-properties-panel-template-not-found:last-child,
68
+ .bio-properties-panel-template-incompatible:last-child {
69
+ margin-right: 32px;
70
+ }
71
+
72
+ .bio-properties-panel-remove-template {
73
+ color: var(--text-error-color);
74
+ }
75
+
76
+ .bio-properties-panel-deprecated-template-button .bio-properties-panel-group-header-button {
77
+ background-color: var(--deprecated-template-background-color);
78
+ color: var(--select-template-label-color);
79
+ fill: var(--select-template-fill-color);
80
+ }
81
+
82
+ .bio-properties-panel-deprecated-template-button:hover .bio-properties-panel-group-header-button:hover {
83
+ background-color: var(--deprecated-template-hover-background-color);
84
+ }
85
+
86
+ .bio-properties-panel-template-not-found .bio-properties-panel-group-header-button {
87
+ background-color: var(--unknown-template-background-color);
88
+ color: var(--select-template-label-color);
89
+ fill: var(--select-template-fill-color);
90
+ }
91
+
92
+ .bio-properties-panel-template-not-found .bio-properties-panel-group-header-button:hover {
93
+ background-color: var(--unknown-template-hover-background-color);
94
+ }
95
+
96
+ .bio-properties-panel-template-incompatible .bio-properties-panel-group-header-button {
97
+ background-color: var(--incompatible-template-background-color);
98
+ color: var(--incompatible-template-label-color);
99
+ fill: var(--incompatible-template-fill-color);
100
+ }
101
+
102
+ .bio-properties-panel-template-incompatible .bio-properties-panel-group-header-button:hover {
103
+ background-color: var(--incompatible-template-hover-background-color);
104
+ }
105
+
106
+ .bio-properties-panel-template-not-found-text,
107
+ .bio-properties-panel-template-update-available-text,
108
+ .bio-properties-panel-template-incompatible-text {
109
+ color: var(--select-template-information-text-color);
110
+ }
111
+
112
+ .bio-properties-panel-template-not-found-text,
113
+ .bio-properties-panel-template-update-available-text,
114
+ .bio-properties-panel-deprecated-template-text,
115
+ .bio-properties-panel-template-incompatible-text {
116
+ width: 216px;
117
+ }