flinker-dom 1.1.13 → 1.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.
@@ -680,7 +680,7 @@ export class Input extends UIComponent {
680
680
  res.pseudo = {};
681
681
  const state = {};
682
682
  this.whenFocusedFn(state);
683
- res.pseudo['focus'] = state;
683
+ res.pseudo[':focus'] = state;
684
684
  }
685
685
  if (this.whenPlaceholderShownFn) {
686
686
  if (!res.pseudo)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "flinker-dom",
3
3
  "description": "Free TypeScript library for writing frontend apps",
4
- "version": "1.1.13",
4
+ "version": "1.1.14",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/Dittner/FlinkerDOM.git"