zero-hour 1.2.1 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -145,8 +145,7 @@ el?.start();
145
145
  - Days render as **two digits** and are capped at **99**.
146
146
  - `units` controls which groups (d/h/m/s) are visible. Separators are auto-hidden when `separator-url` is not set, or when a separator is not needed between visible groups.
147
147
  - The `done` event fires once per run (after `reset()` it can fire again).
148
- - Спрайт цифр должен быть горизонтальным, кадры слева направо: `0,1,2,3,4,5,6,7,8,9`. Индекс кадра соответствует самой цифре.
149
- - Если `digits-url` не задан, графические цифры не отображаются — обновляется только текст в скрытом a11y-элементе.
148
+ - Digit sprite must be horizontal, frames left-to-right: `0,1,2,3,4,5,6,7,8,9`. The frame index equals the digit.
150
149
 
151
150
  <br>
152
151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zero-hour",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Tiny countdown Web Component. Registers <countdown-timer> that renders a configurable DD:HH:MM:SS countdown to a target date/time (optional UTC offset) and fires a done event at zero.",
5
5
  "author": "ux-ui.pro",
6
6
  "license": "MIT",