@pingux/astro 2.134.0-alpha.1 → 2.134.1-alpha.0

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.
@@ -213,7 +213,8 @@ var _default = {
213
213
  args: {
214
214
  label: 'Example label',
215
215
  defaultItems: items,
216
- disableKeys: ['Snake']
216
+ disableKeys: ['Snake'],
217
+ 'aria-label': 'ComboBox Field'
217
218
  }
218
219
  };
219
220
  exports["default"] = _default;
@@ -114,7 +114,8 @@ var _default = {
114
114
  isReadOnly: false,
115
115
  isRequired: false,
116
116
  label: 'Example Label',
117
- onChange: function onChange() {}
117
+ onChange: function onChange() {},
118
+ 'aria-label': 'Date Picker'
118
119
  }
119
120
  };
120
121
  exports["default"] = _default;
@@ -91,7 +91,8 @@ var _default = {
91
91
  }
92
92
  }, _statusProp.statusArgTypes), _ariaAttributes.ariaAttributeBaseArgTypes), _fieldAttributes.inputFieldAttributeBaseArgTypes),
93
93
  args: {
94
- label: 'Field Label'
94
+ label: 'Field Label',
95
+ 'aria-label': 'File Input Field'
95
96
  }
96
97
  };
97
98
  exports["default"] = _default;
@@ -80,7 +80,8 @@ var _default = {
80
80
  }
81
81
  }, _ariaAttributes.ariaAttributeBaseArgTypes), _fieldAttributes.inputFieldAttributeBaseArgTypes),
82
82
  args: {
83
- placeholder: 'Search'
83
+ placeholder: 'Search',
84
+ 'aria-label': 'Search Field'
84
85
  }
85
86
  };
86
87
  exports["default"] = _default;
@@ -201,7 +201,8 @@ export default {
201
201
  args: {
202
202
  label: 'Example label',
203
203
  defaultItems: items,
204
- disableKeys: ['Snake']
204
+ disableKeys: ['Snake'],
205
+ 'aria-label': 'ComboBox Field'
205
206
  }
206
207
  };
207
208
  export var Default = function Default(args) {
@@ -103,7 +103,8 @@ export default {
103
103
  isReadOnly: false,
104
104
  isRequired: false,
105
105
  label: 'Example Label',
106
- onChange: function onChange() {}
106
+ onChange: function onChange() {},
107
+ 'aria-label': 'Date Picker'
107
108
  }
108
109
  };
109
110
  export var Default = function Default(args) {
@@ -80,7 +80,8 @@ export default {
80
80
  }
81
81
  }, statusArgTypes), ariaAttributeBaseArgTypes), inputFieldAttributeBaseArgTypes),
82
82
  args: {
83
- label: 'Field Label'
83
+ label: 'Field Label',
84
+ 'aria-label': 'File Input Field'
84
85
  }
85
86
  };
86
87
  var fitContentWidthSx = {
@@ -69,7 +69,8 @@ export default {
69
69
  }
70
70
  }, ariaAttributeBaseArgTypes), inputFieldAttributeBaseArgTypes),
71
71
  args: {
72
- placeholder: 'Search'
72
+ placeholder: 'Search',
73
+ 'aria-label': 'Search Field'
73
74
  }
74
75
  };
75
76
  export var Default = function Default(args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.134.0-alpha.1",
3
+ "version": "2.134.1-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",