@pingux/astro 1.44.0-alpha.2 → 1.44.0-alpha.4

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.
@@ -87,7 +87,9 @@ var Default = function Default(args) {
87
87
  }, "Fons Vernall")), (0, _react2.jsx)(_.Box, {
88
88
  isRow: true,
89
89
  alignSelf: "center"
90
- }, (0, _react2.jsx)(_.IconButton, null, (0, _react2.jsx)(_.Icon, {
90
+ }, (0, _react2.jsx)(_.IconButton, {
91
+ "aria-label": "filter"
92
+ }, (0, _react2.jsx)(_.Icon, {
91
93
  icon: _MoreVertIcon["default"],
92
94
  size: "sm",
93
95
  color: "neutral.20"
@@ -119,7 +121,9 @@ var WithSubtitle = function WithSubtitle(args) {
119
121
  }, "fvernall0@google.it"))), (0, _react2.jsx)(_.Box, {
120
122
  isRow: true,
121
123
  alignSelf: "center"
122
- }, (0, _react2.jsx)(_.IconButton, null, (0, _react2.jsx)(_.Icon, {
124
+ }, (0, _react2.jsx)(_.IconButton, {
125
+ "aria-label": "filter"
126
+ }, (0, _react2.jsx)(_.Icon, {
123
127
  icon: _MoreVertIcon["default"],
124
128
  size: "sm",
125
129
  color: "neutral.20"
@@ -174,7 +178,8 @@ var WithHoverHandlers = function WithHoverHandlers(args) {
174
178
  isRow: true,
175
179
  alignSelf: "center"
176
180
  }, (0, _react2.jsx)(_.IconButton, {
177
- size: 26
181
+ size: 26,
182
+ "aria-label": "filter"
178
183
  }, (0, _react2.jsx)(_.Icon, {
179
184
  icon: _MoreVertIcon["default"],
180
185
  size: 20,
@@ -424,7 +424,7 @@ var MultivaluesField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref)
424
424
  label: item.name,
425
425
  slots: item.slots
426
426
  }, item.chipProps), (0, _react2.jsx)(_.IconButton, (0, _extends2["default"])({
427
- "aria-label": "delete",
427
+ "aria-label": "delete ".concat(item.name),
428
428
  onPress: function onPress() {
429
429
  return deleteItem(item.key);
430
430
  },
@@ -51,7 +51,9 @@ export var Default = function Default(args) {
51
51
  }, "Fons Vernall")), ___EmotionJSX(Box, {
52
52
  isRow: true,
53
53
  alignSelf: "center"
54
- }, ___EmotionJSX(IconButton, null, ___EmotionJSX(Icon, {
54
+ }, ___EmotionJSX(IconButton, {
55
+ "aria-label": "filter"
56
+ }, ___EmotionJSX(Icon, {
55
57
  icon: MoreVertIcon,
56
58
  size: "sm",
57
59
  color: "neutral.20"
@@ -80,7 +82,9 @@ export var WithSubtitle = function WithSubtitle(args) {
80
82
  }, "fvernall0@google.it"))), ___EmotionJSX(Box, {
81
83
  isRow: true,
82
84
  alignSelf: "center"
83
- }, ___EmotionJSX(IconButton, null, ___EmotionJSX(Icon, {
85
+ }, ___EmotionJSX(IconButton, {
86
+ "aria-label": "filter"
87
+ }, ___EmotionJSX(Icon, {
84
88
  icon: MoreVertIcon,
85
89
  size: "sm",
86
90
  color: "neutral.20"
@@ -132,7 +136,8 @@ export var WithHoverHandlers = function WithHoverHandlers(args) {
132
136
  isRow: true,
133
137
  alignSelf: "center"
134
138
  }, ___EmotionJSX(IconButton, {
135
- size: 26
139
+ size: 26,
140
+ "aria-label": "filter"
136
141
  }, ___EmotionJSX(Icon, {
137
142
  icon: MoreVertIcon,
138
143
  size: 20,
@@ -373,7 +373,7 @@ var MultivaluesField = /*#__PURE__*/forwardRef(function (props, ref) {
373
373
  label: item.name,
374
374
  slots: item.slots
375
375
  }, item.chipProps), ___EmotionJSX(IconButton, _extends({
376
- "aria-label": "delete",
376
+ "aria-label": "delete ".concat(item.name),
377
377
  onPress: function onPress() {
378
378
  return deleteItem(item.key);
379
379
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.44.0-alpha.2",
3
+ "version": "1.44.0-alpha.4",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",