lucos_search_component 0.1.7 → 0.1.8
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/dist/index.js +1 -1
- package/package.json +1 -1
- package/web-components/lucos-search.js +1 -1
package/dist/index.js
CHANGED
|
@@ -5692,7 +5692,7 @@ class LucosSearchComponent extends HTMLSpanElement {
|
|
|
5692
5692
|
--lozenge-border: #000083;
|
|
5693
5693
|
}
|
|
5694
5694
|
/** Temporal Types **/
|
|
5695
|
-
.lozenge[data-type="Calendar"], .lozenge[data-type="Festival"], .lozenge[data-type="Month of Year"], .lozenge[data-type="Day of Week"] {
|
|
5695
|
+
.lozenge[data-type="Calendar"], .lozenge[data-type="Festival"], .lozenge[data-type="Season"], .lozenge[data-type="Month of Year"], .lozenge[data-type="Day of Week"] {
|
|
5696
5696
|
--lozenge-background: #fffc33;
|
|
5697
5697
|
--lozenge-border: #7f7e00;
|
|
5698
5698
|
--lozenge-text: #0f0f00;
|
package/package.json
CHANGED
|
@@ -94,7 +94,7 @@ class LucosSearchComponent extends HTMLSpanElement {
|
|
|
94
94
|
--lozenge-border: #000083;
|
|
95
95
|
}
|
|
96
96
|
/** Temporal Types **/
|
|
97
|
-
.lozenge[data-type="Calendar"], .lozenge[data-type="Festival"], .lozenge[data-type="Month of Year"], .lozenge[data-type="Day of Week"] {
|
|
97
|
+
.lozenge[data-type="Calendar"], .lozenge[data-type="Festival"], .lozenge[data-type="Season"], .lozenge[data-type="Month of Year"], .lozenge[data-type="Day of Week"] {
|
|
98
98
|
--lozenge-background: #fffc33;
|
|
99
99
|
--lozenge-border: #7f7e00;
|
|
100
100
|
--lozenge-text: #0f0f00;
|