@dile/ui 2.4.1 → 2.4.2
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.
|
@@ -45,6 +45,7 @@ export class DileModal extends DileCloseOnEscPressed(LitElement) {
|
|
|
45
45
|
}
|
|
46
46
|
.closeicon {
|
|
47
47
|
--dile-icon-color: var( --dile-modal-close-icon-color, #888);
|
|
48
|
+
--dile-icon-size: var(--dile-modal-close-icon-size, 24px);
|
|
48
49
|
}
|
|
49
50
|
section {
|
|
50
51
|
position: fixed;
|
|
@@ -107,8 +108,6 @@ export class DileModal extends DileCloseOnEscPressed(LitElement) {
|
|
|
107
108
|
top: var(--dile-modal-close-icon-top, 5px);
|
|
108
109
|
right: var(--dile-modal-close-icon-right, 18px);
|
|
109
110
|
z-index: 1002;
|
|
110
|
-
width: var(--dile-modal-close-icon-size, 24px);
|
|
111
|
-
height: var(--dile-modal-close-icon-size, 24px);
|
|
112
111
|
cursor: var(--dile-modal-close-icon-cursor, pointer);
|
|
113
112
|
}
|
|
114
113
|
.contentIconSeparation {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dile/ui",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "UI Core components from dile-components.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "d94902b30818bfc992fad827660631d31a6eaa39"
|
|
30
30
|
}
|