Skip to content

Commit

Permalink
Added additional tic prefix for icon validator.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed May 6, 2024
1 parent 5f8f0e2 commit b9c5f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require('./index');

const REG_NUMBER = /[\d,.]+/;
const REG_COLOR = /^#([A-F0-9]{3}|[A-F0-9]{6}|[A-F0-9]{8})$/i;
const REG_ICON = /^(ti|tic|far|fab|fad|fal|fas|fa)?\s(fa|ti)-[a-z0-9-]+$/;
const REG_ICON = /^(ti|tic|far|fab|fad|fal|fas|fa)?\s(fa|ti|tic)-[a-z0-9-]+$/;
const REG_WSPACE = /\u00A0/g;

function Value() {}
Expand Down

0 comments on commit b9c5f14

Please sign in to comment.