lucos_search_component 0.1.13 → 0.1.14

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 CHANGED
@@ -5687,7 +5687,7 @@ class LucosSearchComponent extends HTMLSpanElement {
5687
5687
  --lozenge-border: #000083;
5688
5688
  }
5689
5689
  /** Temporal Types **/
5690
- .lozenge[data-type="Calendar"], .lozenge[data-type="Festival"], .lozenge[data-type="Season"], .lozenge[data-type="Month of Year"], .lozenge[data-type="Day of Week"] {
5690
+ .lozenge[data-type="Calendar"], .lozenge[data-type="Festival"], .lozenge[data-type="Season"], .lozenge[data-type="Month"], .lozenge[data-type="Day of the Week"] {
5691
5691
  --lozenge-background: #fffc33;
5692
5692
  --lozenge-border: #7f7e00;
5693
5693
  --lozenge-text: #0f0f00;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucos_search_component",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Web Components for searching lucOS data",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -89,7 +89,7 @@ class LucosSearchComponent extends HTMLSpanElement {
89
89
  --lozenge-border: #000083;
90
90
  }
91
91
  /** Temporal Types **/
92
- .lozenge[data-type="Calendar"], .lozenge[data-type="Festival"], .lozenge[data-type="Season"], .lozenge[data-type="Month of Year"], .lozenge[data-type="Day of Week"] {
92
+ .lozenge[data-type="Calendar"], .lozenge[data-type="Festival"], .lozenge[data-type="Season"], .lozenge[data-type="Month"], .lozenge[data-type="Day of the Week"] {
93
93
  --lozenge-background: #fffc33;
94
94
  --lozenge-border: #7f7e00;
95
95
  --lozenge-text: #0f0f00;