@lumiastream/ui 0.2.8-alpha.31 → 0.2.8-alpha.32

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
@@ -4888,7 +4888,7 @@ function mapTimer(widget, ctx) {
4888
4888
  { context: "static" }
4889
4889
  ),
4890
4890
  changeMessageAfter: !!v.changeMessageAfterCountdown,
4891
- countDate: hasValidAbsoluteDate && (!!v.exactTime || !!v.datePicker || !!absoluteDate),
4891
+ countDate: hasValidAbsoluteDate && v.datePicker === true,
4892
4892
  date: hasValidAbsoluteDate ? new Date(target).toISOString() : "",
4893
4893
  importMeta: buildImportMeta(widget, {
4894
4894
  rawDate: absoluteDate,
package/dist/se-import.js CHANGED
@@ -1773,7 +1773,7 @@ function mapTimer(widget, ctx) {
1773
1773
  { context: "static" }
1774
1774
  ),
1775
1775
  changeMessageAfter: !!v.changeMessageAfterCountdown,
1776
- countDate: hasValidAbsoluteDate && (!!v.exactTime || !!v.datePicker || !!absoluteDate),
1776
+ countDate: hasValidAbsoluteDate && v.datePicker === true,
1777
1777
  date: hasValidAbsoluteDate ? new Date(target).toISOString() : "",
1778
1778
  importMeta: buildImportMeta(widget, {
1779
1779
  rawDate: absoluteDate,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/ui",
3
- "version": "0.2.8-alpha.31",
3
+ "version": "0.2.8-alpha.32",
4
4
  "author": "Lumia Stream",
5
5
  "license": "ISC",
6
6
  "description": "Lumia UI Kit",