@pingux/astro 2.26.0-alpha.1 → 2.26.0-alpha.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.
@@ -304,7 +304,8 @@ var Warning = function Warning() {
304
304
  onVisibleChange: onVisibleChange,
305
305
  isVisible: isVisible,
306
306
  label: "Example Label",
307
- status: "warning"
307
+ status: "warning",
308
+ helperText: "This might match a password you\u2019ve used before."
308
309
  });
309
310
  };
310
311
  exports.Warning = Warning;
@@ -320,7 +321,8 @@ var Success = function Success() {
320
321
  onVisibleChange: onVisibleChange,
321
322
  isVisible: isVisible,
322
323
  label: "Example Label",
323
- status: "success"
324
+ status: "success",
325
+ helperText: "This password meets requirements."
324
326
  });
325
327
  };
326
328
  exports.Success = Success;
@@ -283,7 +283,8 @@ export var Warning = function Warning() {
283
283
  onVisibleChange: onVisibleChange,
284
284
  isVisible: isVisible,
285
285
  label: "Example Label",
286
- status: "warning"
286
+ status: "warning",
287
+ helperText: "This might match a password you\u2019ve used before."
287
288
  });
288
289
  };
289
290
  export var Success = function Success() {
@@ -298,7 +299,8 @@ export var Success = function Success() {
298
299
  onVisibleChange: onVisibleChange,
299
300
  isVisible: isVisible,
300
301
  label: "Example Label",
301
- status: "success"
302
+ status: "success",
303
+ helperText: "This password meets requirements."
302
304
  });
303
305
  };
304
306
  export var DynamicRequired = function DynamicRequired() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.26.0-alpha.1",
3
+ "version": "2.26.0-alpha.2",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",