@ascentgl/ads-ui 20.0.14 → 20.0.15

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/index.d.ts CHANGED
@@ -1317,7 +1317,7 @@ declare class AdsInputComponent extends AbstractInputComponent implements OnInit
1317
1317
  /** Possible input type (as per HTML documentation). NOTE: not all types are allowed */
1318
1318
  type: 'text' | 'number' | 'email' | 'password' | 'url' | 'pattern' | 'tel';
1319
1319
  /** Provide regular expression pattern if input type is set to "pattern" */
1320
- pattern: string | RegExp;
1320
+ pattern: string | RegExp | null;
1321
1321
  /** Provide "default" value that will be used when control value is cleared */
1322
1322
  defaultValue?: unknown;
1323
1323
  /** mark input field as readonly */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "20.0.14",
3
+ "version": "20.0.15",
4
4
  "peerDependencies": {
5
5
  "@ascentgl/ads-icons": ">=0.0.0",
6
6
  "@ascentgl/ads-utils": ">=0.0.0",