@leavittsoftware/web 1.17.0 → 1.17.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leavittsoftware/web",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"files": [
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"url": "https://github.com/LeavittSoftware/titanium-elements/issues"
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "91ef4c23099c71a525a24123d243a51eb4b08397"
|
|
43
43
|
}
|
|
@@ -160,7 +160,7 @@ let TitaniumDateRangeSelector = class TitaniumDateRangeSelector extends LitEleme
|
|
|
160
160
|
justify-content: flex-end;
|
|
161
161
|
|
|
162
162
|
gap: 12px;
|
|
163
|
-
padding
|
|
163
|
+
padding: 12px 12px 0 12px;
|
|
164
164
|
border-top: 1px solid var(--md-sys-color-outline-variant);
|
|
165
165
|
}
|
|
166
166
|
|
|
@@ -381,7 +381,7 @@ let TitaniumDateRangeSelector = class TitaniumDateRangeSelector extends LitEleme
|
|
|
381
381
|
this.dispatchEvent(new Event('change'));
|
|
382
382
|
this.open = false;
|
|
383
383
|
}}
|
|
384
|
-
>
|
|
384
|
+
>Set</md-text-button
|
|
385
385
|
>
|
|
386
386
|
</menu-actions>
|
|
387
387
|
</main>
|